@charset "utf-8";
/* 施術所案内ＰＣ用CSS Document
-----------------------------------------*/

main{
	clear:both;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size:20px;
}
#contents{
	width: 1100px;
	height: auto;
	margin: 20px auto 50px;
	padding: 0;
}

article{
	width: 750px;
	height: auto;
	margin: 0 auto;
	float: left;
}
article h1{
	width: 750px;
	height: auto;
	font-size:110%;
	border-bottom: 2px solid rgba(151,198,42,1.00);
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}
article h2{
	width:710px;
	height:auto;
	margin: 0 auto 30px;
	padding:10px 0;
	font-size: 100%;
	text-align: center;
	background-color: #96c62a;
	color:#fff;
}
.cont{
	width: 750px;
	height:auto;
	margin: 20px auto 100px;
	font-size: 90%;
}
.colum1{
	width: 710px;
	height: auto;
	margin: 0 auto;
}
.cont p{
	line-height: 1.5;
	margin-bottom: 10px;
}



/* 問い合わせフォーム
-----------------------------------------*/
#formWrap {
	width:710px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap table.formTable{
	width:100%;
	margin:0 auto 50px;
	border-collapse:collapse;
}
#formWrap table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#formWrap table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap table.formTable td{
	width:70%;
	font-weight:normal;
	text-align:left;
}
#formWrap table.formTable td select{
height:30px;
}
#formWrap table.formTable td input{
height:30px;
}
#formWrap p{
	text-align:center;
}
#formWrap p input{
width:40%;
height:auto;
margin:0 auto;
padding:2%;
}
/* スマホ用
-----------------------------------------*/
@media screen and (max-width: 750px) {
main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size:100%;
}
article h1{
	width: 100%;
	height: auto;
	font-size:110%;
	border-bottom: 2px solid rgba(151,198,42,1.00);
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}
article h2{
	width:100%;
	height:auto;
	margin-bottom: 30px;
	font-size: 100%;
	text-align: center;
}
#contents{
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0;
}
article{
	width: 90%;
	height: auto;
	margin: 0 auto;
	float: none;
}
.cont{
	width: 100%;
	height:auto;
	margin: 20px auto 100px;
}

.colum1{
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size:90%;
	line-height: 1.5;
}

.cont p{
	line-height: 1.5;
	margin-bottom: 10px;
}
	

/* 問い合わせフォーム
-----------------------------------------*/
#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap table.formTable{
	width:100%;
	margin:0 auto 50px;
	border-collapse:collapse;
}
#formWrap table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#formWrap table.formTable th{
	width:100%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	float:left;
}
#formWrap table.formTable td{
	width:100%;
	font-weight:normal;
	text-align:left;
	float:left;
}
#formWrap p{
	text-align:center;
}
#formWrap p input{
width:46%;
height:auto;
margin:0 auto;
padding:2%;
}
	
}

