
.xdsoft_today_button{
	display:none !important;
}
/*pc_css*/
@media screen and (min-width:751px){
	
	#contact #header ul li.ncontact a{
		font-weight: bold;
	}
	
	#contact .contacttx{
		line-height: 1.7em;
		margin-left:1em;
		text-indent: -1em;
	}
	
	#contact .backbtn{
		padding:40px 0 0 0;
		text-align: center;
	}
	
	#contact .backbtn a{
		color:#2b2b2b;
		font-size:1.1em;
		transition: all 0.3s;
	}
	
	#contact .backbtn a:hover{
		opacity:0.7;
	}
	
	#contact .arrowcont{
		margin:20px 0 0 0;
	}
	
	#contact .arrowri{
		height:11px;
		border-top:1px solid #2b2b2b;
		border-right:1px solid #2b2b2b;
		border-top-right-radius: 10px;
		position: relative;
		float: left;
		width:50%;
		box-sizing: border-box;
	}
	
	#contact .arrowle{
		height:11px;
		border-top:1px solid #2b2b2b;
		border-left:1px solid #2b2b2b;
		border-top-left-radius: 10px;
		position: relative;
		float: left;
		width:50%;
		box-sizing: border-box;
	}
	
	#contact .arrowimg{
		width:33px;
		position:absolute;
		top:-1px;
		left:50%;
		margin:0 0 0 -16px;
	}
	
	#contact .arrowimg img{
		width:100%;
	}
	
	#contact .cotl{
		width:100%;
		margin:0 0 20px 0;
		text-align: center;
	}
	
	#contact .cotl img{
		max-width: 166px;
		width:80%;
	}
	
	#contact .cotext{
		margin:0 0 20px 0;
	}
	
	#contact .cotext span,#contact form span{
		color:#e54c3c;
		font-weight: normal;
	}
	
	#contact dt.noc{
		font-weight: normal;
		color:#2b2b2b !important;
	}
	
	#contact span.filetx{
		font-weight: normal;
		color:#2b2b2b !important;
		font-size:0.8em;
		display: inline-block;
	}
	
	#contact .coinner{
		text-align: left;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: none;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
	}
	
	.coinner dt{
		font-weight: bold;
		margin:0 0 10px 0;
		text-align: left;
	}
	
	.coinner dd{
		margin:0 0 30px 0;
		text-align: left;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		border:1px solid #e1e4e7;
		padding:10px;
		width:100%;
		box-sizing: border-box;
		font-size:1em;
	}
	
	input[type="submit"]{
		background:#212943;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#fff;
		border:1px solid #212943;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		margin:20px 0 0 0;
		transition:all 0.3s;
	}
	
	input[type="button"]:hover{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#212943;
		border:1px solid #212943;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		
	}
	
	input.woman[type="button"]{
		background:#cc2222;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#fff;
		border:1px solid #cc2222;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		margin:20px 0 0 0;
		transition:all 0.3s;
		display: inline-block;
	}
	
	input.woman[type="button"]:hover{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#cc2222;
		border:1px solid #cc2222;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		
	}
	
	label.file{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#2b2b2b;
		border:1px solid #e1e4e7;
		padding:15px 10px;
		font-size:0.9em;
		cursor: pointer;
		margin:0 0 10px 0;
		transition:all 0.3s;
		opacity:1;
		display: inline-block;
	}
	
	label.file:hover{
		opacity:0.8;
		
	}
	
	#form_submit{
		text-align: center;
	}
	
	.error_blank{
		font-size:0.9em;
		color:#B70003;
		display: block;
		margin:10px 0 0 0;
	}
}



@media screen and (max-width:750px){
	#contact #header ul li.ncontact a{
		font-weight: bold;
	}
	
	#contact .maincontainer{
		margin:60px 0 0 0;
	}

	#contact .contacttx{
		line-height: 1.7em;
		margin-left:1em;
		text-indent: -1em;
	}
	
	#contact .backbtn{
		padding:40px 0 0 0;
		text-align: center;
	}
	
	#contact .backbtn a{
		color:#2b2b2b;
		font-size:1.1em;
		transition: all 0.3s;
	}
	
	#contact .backbtn a:hover{
		opacity:0.7;
	}
	
	#contact .arrowcont{
		margin:20px 0 0 0;
	}
	
	#contact .arrowri{
		height:11px;
		border-top:1px solid #2b2b2b;
		border-right:1px solid #2b2b2b;
		border-top-right-radius: 10px;
		position: relative;
		float: left;
		width:50%;
		box-sizing: border-box;
	}
	
	#contact .arrowle{
		height:11px;
		border-top:1px solid #2b2b2b;
		border-left:1px solid #2b2b2b;
		border-top-left-radius: 10px;
		position: relative;
		float: left;
		width:50%;
		box-sizing: border-box;
	}
	
	#contact .arrowimg{
		width:33px;
		position:absolute;
		top:-1px;
		left:50%;
		margin:0 0 0 -16px;
	}
	
	#contact .arrowimg img{
		width:100%;
	}
	
	#contact .cotl{
		width:100%;
		margin:0 0 20px 0;
		text-align: center;
	}
	
	#contact .cotl img{
		max-width: 166px;
		width:80%;
	}
	
	#contact .cotext{
		margin:0 0 20px 0;
	}
	
	#contact .cotext span,#contact form span{
		color:#e54c3c;
		font-weight: normal;
	}
	
	#contact dt.noc{
		font-weight: normal;
		color:#2b2b2b !important;
	}
	
	#contact span.filetx{
		font-weight: normal;
		color:#2b2b2b !important;
		font-size:0.8em;
		display: inline-block;
	}
	
	#contact .coinner{
		text-align: left;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: none;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
	}
	
	.coinner dt{
		font-weight: bold;
		margin:0 0 10px 0;
		text-align: left;
	}
	
	.coinner dd{
		margin:0 0 30px 0;
		text-align: left;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		border:1px solid #e1e4e7;
		padding:10px;
		width:100%;
		box-sizing: border-box;
		font-size:1em;
	}
	
	input[type="button"]{
		background:#212943;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#fff;
		border:1px solid #212943;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		margin:20px 0 0 0;
		transition:all 0.3s;
	}
	
	input[type="button"]:hover{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#212943;
		border:1px solid #212943;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		
	}
	
	input.woman[type="button"]{
		background:#cc2222;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#fff;
		border:1px solid #cc2222;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		margin:20px 0 0 0;
		transition:all 0.3s;
		display: inline-block;
	}
	
	input.woman[type="button"]:hover{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#cc2222;
		border:1px solid #cc2222;
		padding:15px 60px;
		font-size:1em;
		cursor: pointer;
		
	}
	
	label.file{
		background:#fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:#2b2b2b;
		border:1px solid #e1e4e7;
		padding:15px 10px;
		font-size:0.9em;
		cursor: pointer;
		margin:0 0 10px 0;
		transition:all 0.3s;
		opacity:1;
		display: inline-block;
	}
	
	label.file:hover{
		opacity:0.8;
		
	}
	
	#form_submit{
		text-align: center;
	}
	
	.error_blank{
		font-size:0.9em;
		color:#B70003;
		display: block;
		margin:10px 0 0 0;
	}
}
	