@charset "UTF-8";
/*----------------------------------------

	+ wrapper
		- l-about
		- l-doctor

-----------------------------------------*/
.main-conts .cont01{
	margin:0 0 70px 0;
}
.main-conts .cont01 p{
	margin:30px 0 20px 0;
}
.main-conts .cont01 span{
	color : #dc0032;
}
.main-conts .cont01 li{
	float:left;
	padding-right:20px;
}
.main-conts .cont01 li:last-child{
	padding-right:0;
}
.main-conts .cont01 a{
	color : #dc0032;
}


.main-conts .cont02{
	margin:0 0 70px 0;
}
.main-conts .cont02 .pc{
	margin:30px 0 0 0;
}
.main-conts .cont02 .sp{
	margin:1.5em 0 0 0;
}


.main-conts .cont03{
	margin:0 0 0 0;
}
.main-conts .cont03 span{
	font-weight:bold;
}
.main-conts .cont03 p{
	margin:1.5em 0 0 0;
}
.main-conts .cont03 .gmap{
	background:#f1ecd9;
	padding:10px;
	width:50%;
	height:200px;
}

.main-conts .thanks{
	margin:0 auto;
	text-align:center;
}
/* --------------------------------------------- */

form#mailform{
	width : 100%;
	margin : 0 auto;
}
form#mailform dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
}
form#mailform dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 12px 0 10px 0;
	text-align : left;
	overflow : hidden;
	font-weight:bold;
}
form#mailform dl dd{
	width : 65%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 10px 0 10px 5%;
}
form#mailform dl dt:first-child,
form#mailform dl dt:first-child+dd{
	border : none;
}

form#mailform dl dt span.red {
	color:#F00;
}
form#mailform ul {
	color:#333;
	margin-top:0;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mailform dl dt span.required,
form#mailform dl dt span.optional{
	display : inline-block;
	float : left;
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
	text-shadow : 0px -1px 0px #222222;
}
form#mailform dl dt span.required,
form#mailform dl dt span.optional{
  display : none;
}
form#maimailforml_form dl dd span{
	display : block;
	color : #ff0000;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */




form#mailform input{
	height : 1.5em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#mailform textarea{
	width : 95%;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#mailform input:focus,
form#mailform textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#mailform input#name_1,
form#mailform input#name_2{
	width : 30%;
}
form#mailform input#read_1,
form#mailform input#read_2{
	width : 30%;
}
form#mailform input#mail_address,
form#mailform input#mail_address_confirm{
	width : 80%;
}
form#mailform ul li{
	list-style-type : none;
}
form#mailform ul li label:hover{
	cursor : pointer;
}
form#mailform ul li input{
	height : auto;
	margin-right : 0.5em;
}
form#mailform input#postal{
	width : 30%;
}
form#mailform input#address_1,
form#mailform input#address_2{
	display : block;
	width : 95%;
	margin-bottom : 7px;
}
form#mailform input#phone{
	width : 30%;
}
form#mailform input#schedule{
	width : 30%;
}
form#mailform input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 4px 10px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
}
form#mailform input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}




/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

.main-conts .cont01 p{
	margin:0;
}
form#mailform dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}
form#mailform dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
form#mailform dl dt span{
	font-weight : normal;
}
.main-conts .cont03 .gmap{
	background:none;
	padding:0;
	width:100%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mailform dl dt span.required,
form#mailform dl dt span.optional{
	margin-right : 1em;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */



form#mailform input{
	height : 25px;
}
form#mailform input#name_1,
form#mailform input#name_2,
form#mailform input#read_1,
form#mailform input#read_2,
form#mailform input#mail_address,
form#mailform input#mail_address_confirm,
form#mailform input#postal,
form#mailform input#address_1,
form#mailform input#address_2,
form#mailform input#phone,
form#mailform input#schedule,
form#mailform textarea{
	max-width : 95%;
	-webkit-appearance : none;
}


}
/* 640pixel end */