@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

* {
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
.img_left {
	margin-right:10px;
	float:left;
	display:inline;
}

.img_right {
	margin-left:10px;
	float:right;
	display:inline;
}

body {
	width: 100%;
	min-height:416px;
	font-size:84%;
	line-height: 1.6;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

#header{
	display: inline-block;
	width: 100%;
	height: 45px;
	border-bottom: 2px #5cbb00 solid;
}

#logo {
	display: inline;
	float:left;
	padding:5px 0 5px 1%;
}

h1{
	display: inline-block;
	width: 60%;
	float: right;
	padding: 12px 1% 5px 1%;
	font-size: 60%;
	font-weight: lighter;
	color: #666;
}

/*---------- コンテンツ ----------*/

article {
	clear:both;
	width: 100%;
}


#top{
	width:90%;
	margin:10px 5% 5px;
}

/*---------- 電話のとこ ----------*/

.tel{
	clear:both;
	display:block;
	font-size:100%;
	text-align:center;
	line-height:1.5;
	font-weight:bolder;
	color:#5cbb00;
	margin:15px 0px;
}
.tel span{
	margin:5px 5px;
	font-size:96%;
}
.round{
	display:inline-block;
	margin:1px 5px;
	padding:1px 4px;
	background:#5cbb00;
	color:#FFF;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
.small{
	color:#666;
	margin-right:8px;
}
.caution{
	color: #F00;
}


/*---------- 大枠部分 ----------*/
	
section h2 {
	clear:both;
	display:inline-block;
	width:98%;
	margin: 15px 0px 5px;
	padding:8px 0px 5px 2%;
	font-size:110%;
	color:#fff;
	text-shadow: 0px -1px 0px #629B00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#84CE11), to(#6DB200));
}

section div {
	display:block;
	font-size:100%;
	text-align:left;
	color:#333;
}

/*----------ポイント部分 ----------*/
#point{
	display:block;
	width:90%;
	margin:5px 5% 10px;
	padding:5px 0px;
}
.ttl_point{
	display:block;
	width:95%;
	padding:5px 0px 5px 5%;
	background:#74B75E;
	border-top:1px #393 solid;
	border-bottom:2px #393 solid;
	font-weight:bolder;
	color:#FFF;
}

#point ul li a{
	display:block;
	width:100%;
	padding:2px 0px;
	color:#5cbb00;
	font-size:123%;
	font-weight:bolder;
}

#point ul li a img{
	vertical-align:top;
	margin:0px 8px;
}



/*---------- 院長あいさつ部分 ----------*/
#profile{
	display:block;
	width:90%;
	margin:0px 5%;
	padding:0px 0px 15px;
	text-align: center;
}

.txt_profile{
	display:block;
	width:66%;
	font-size:94%;
	float:left;
}
.name{
	float:right;
}
#profile img{
	float:right;
	margin-bottom:5px;
}



/*---------- 料金表 ----------*/

#price{
	display:block;
	width:90%;
	margin:0 5%;
}

#price span{
	display:inline-block;
	width:160px;
	margin:0px 5px 5px 0px;
	text-align:left;
	color:#F60;
	font-weight:bolder;
}



/*---------- アクセス部分 ----------*/

#access{
	width:90%;
	margin:0px 5%;
}

#access img{
	margin:0px 0px 5px;
}

h3{
	clear:both;
	display:block;
	margin:5px 0px;
	padding:1px 1%;
	border: 1px #5cbb00 solid;
	color:#5cbb00;
	font-weight:bolder;
}


/*---------- ナビ ----------*/

#menu {
	clear: both;
	width: 100%;
	margin: 10px 0 0;
}

#menu ul {
	clear: both;
	width: 100%;
	border-top:1px solid #ccc;
}

#menu li {
	width: 100%;
	height:44px;
	line-height:44px;
	border-bottom:1px solid #ccc;
	position:relative;
}

#menu li a {
	text-decoration: none;
	display:block;
	padding-left:5px;
	color: #5cbb00;
}

#menu li a:hover {
	background-color:#EFEFEF;
}

.arrow {
	width: 8px;
	height: 13px;
	background: url("../img/arrow.png") 0 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 15px;
}

a:hover .arrow {
	background-position: 0 -13px;
}

#link_top{
	float: right;
	margin: 10px 0px 20px;
}

/*---------- フッター ----------*/

#bnr-footer {
	display: inline-block;
	width: 96%;
	margin:10px 0px;
	padding: 0px 2%;
}

#bnr-footer li{
	display: block;
	width: 48%;
	float: left;
	list-style: none;
	margin: 0px 1%;
}

footer {
	clear: both;
	display:inline-block;
	width: 94%;
	color: #333333;
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), color-stop(10%, #eee), to(#eee));
	margin:10px 0px 0px;
	padding: 15px 3%;
	border-top:1px #CCC solid;
}

footer p {
	font-size:86%;
	line-height:1.3;
	color:#888;
	text-align:left;
}

footer ul{
	display:inline-block;
	margin:10px 0px 0px;
	float:left;
}

footer ul li{
	display:block;
	float:left;
	margin-right:5px;
	padding:2px 10px;
	border:1px #00809E solid;
	background:#0090BC;
	box-shadow:0px 1px 0px #FFF;
}
footer ul li a{
	text-align:center;
	color:#FFF;
	text-shadow:0px -1px 0px #00809E;
	font-weight:bolder;
	text-decoration:none;
}


adress{
	display:inline-block;
	width:98%;
	height:10px;
	padding:3px 0px 5px 2%;
	font-size:64%;
	background:#5cbb00;
	color:#FFF;
	text-align:center;
}
/*----------ポイント部分 ----------*/
#lnk_point{
	display:block;
	width:90%;
	margin:5px 5% 10px;
	padding:5px 0px;
}
#lnk_point p{
	display:inline-block;
	width:96%;
	margin:10px 2%;
}

#lnk_point p span{
	display:block;
	width:100%;
	margin:5px 0px 8px;
	padding:2px 0px;
	color:#5cbb00;
	font-size:98%;
	font-weight:bolder;
	border-bottom:1px #090 solid;
}

#lnk_point p span img{
	vertical-align:bottom;
	margin:0px 8px;
}

/*----------体験レポート部分 ----------*/
#report{
	display:block;
	width:90%;
	margin:5px 5% 10px;
	padding:5px 0px;
}
.ohata{
	display:inline-block;
	margin:5px 0px;
	color:#F60;
}
.sugie{	display:inline-block;
	margin:5px 0px;
	color:#5cbb00;
}

/*----------フェイシャル部分 ----------*/

#facial{
	display:block;
	width:90%;
	margin:5px 5% 10px;
	padding:5px 0px;
}

/*----------お客様の声部分 ----------*/
#voice{
	display:block;
	width:96%;
	margin:5px 2% 10px;
	padding:5px 0px;
}
#voice div dl{
	display:block;
	width:97%;
	margin:0px 0px 5px;
	padding:0px 1% 5px;
	border:2px #5cbb00 solid;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
#voice div dl dt{
	display:block;
	font-weight:bolder;
	color:#5cbb00;
	padding:6px 10px;
	border-bottom:1px #5cbb00 solid;
	margin:2px 0px 5px;
}
#voice div dl dd{
	display:block;
	padding:0px 10px;
	color:#333;
}


/*---------ページャ部分 ----------*/
#pager{
	clear:both;
	display:block;
	width:290px;
	height:30px;
	margin:10px auto 30px;
}
#pager li a{
	list-style:none;
	float:left;
	display:inline-block;
	width:120px;
	margin:0px 5px;
	padding:5px 5px;
	color:#999;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#EFEFEF));
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	border:2px #CCC solid;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	box-shadow:1px 1px 1px #EFEFEF; 
}

#pager li.nolink{
	list-style:none;
	float:left;
	display:inline-block;
	width:120px;
	margin:0px 5px;
	padding:5px 5px;
	color:#CCC;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FDFDFD));
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	border:2px #EFEFEF solid;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	box-shadow:1px 1px 1px #EFEFEF; 
}	
	

.tokucho {
	display:block;
	width:90%;
	margin:5px 5% 10px;
	padding:5px 0px;
}

.facial_u{
	width: 96%;
	padding: 0 2%;
}

#facial_u img{
	margin:0px 10%;
}



/*CSSの追加分*/

#voice {
	width: 98%;
}
.voice01 {
	width: 100%;
	float: left;
	margin-bottom: 5%;
}
.voice02 {
	width: 100%;
	float: left;
	margin-bottom: 5%;
}
.voice03 {
	width: 100%;
	float: left;
	margin-bottom: 5%;
}
.voice_img {
	width: 40%;
	float: left;
}
.voice_info {
	width: 56%;
	float: right;
	margin-left: 1%;
}

.voice_info p {
	display: inline-block;
	font-size: 13px;
	line-height:16px;
	margin: 0px 0px 5px;
	color: #ff6600;
	font-weight: bold;
}
.voicebtn {
	text-align: center;
}
#inchomessage {
	width: 90%;
	padding: 0 5%;
}
.message-top {
	width: 100%;
	color: #3d362d;
}
.message-left {
	float: left;
	width: 60%;
	color: #3d362d;
}
#inchomessage p img {
	float: right;
	width: 40%;
	color: #3d362d;
}
.font-top {
	color: #FF9900;
}
.font-btm {
	font-weight: bold;
	color: #FF9900;
}


.hajimetenokatahe {
	width: 94%;
	padding: 0 3%;
}

#voice {
	width: 93%;
	padding: 0 2%;
}

.voice-photo {
	width: 160px;
	float: left;
	padding-right: 2%;
}
.bnr-top {
	width: 94%;
	padding: 0 3%;
}

.img_left5{
	float: left;
	margin: 0px 10px 10px 0px;
}
.question {
	display: inline;
	height: 20px;
	width: 20px;
	vertical-align: bottom;
}
.answer {
	display: inline;
	height: 20px;
	width: 20px;
	vertical-align: bottom;
}
.qaa {
	width: 91%;
	padding: 2% 3%;
	margin: 0 2% 3%;
	border-top: 1px solid #c8c8c8;
}
.staff {
	width: 96%;
	padding: 0 2%;
	margin: 0 0 5%;
}
.staff p {
	margin-bottom: 2%;
}
.advice {
	width: 96%;
	padding: 0 2%;
}
.tokucho{
	clear: both;
}

