@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	}

#wrapper{
	width:1200px;
	margin:0px auto;
	text-align:left;
	background-image:url(../../images/saloninfo/bg_top.gif);
	background-repeat:no-repeat;
	}

#haikei{
	width:1200px;
	background-image:url(../../images/saloninfo/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}

#header{
	width:1200px;
	margin-top:65px;
	padding-bottom:20px;
	border-bottom:solid #231815 2px;
	}
	
#logo{
	width:263px;
	float:left;
	margin-left:150px;
	margin-right:445px;
	}
	
#tel{
	width:192px;
	float:left;
	}

#main{
	width:900px;
	margin-left:150px;
	margin-bottom:200px;
	}
	
#left{
	width:210px;
	float:left;
	}

#right{
	width:660px;
	float:right;
	}
	
#navigation01{
	width:210px;
	border-bottom:solid #231815 1px;
	margin-bottom:10px;
	}
	
#navigation02,#navigation03,#navigation04{
	width:210px;
	border-top:solid #231815 2px;
	border-bottom:solid #231815 1px;
	margin-bottom:10px;
	}

#navigation05{
	width:210px;
	border-top:solid #231815 2px;
	border-bottom:solid #231815 1px;
	margin-bottom:10px;
	}
	
#headline-whats-new{
	width:210px;
	margin-top:25px;
	margin-bottom:45px;
	}

#whats-new-box01{
	width:210px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid #231815 2px;
	border-bottom:solid #231815 2px;
	}
	
#whats-new-box02,#whats-new-box03,#whats-new-box04,#whats-new-box05{
	width:210px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid #231815 2px;
	}

.whats-new-left{
	width:80px;
	float:left;
	margin-right:10px;
	}
	
.whats-new-right{
	width:120px;
	float:left;
	}
	
.keitai-left{
	width:87px;
	float:left;
	margin-right:10px;
	}
	
.keitai-right{
	width:113px;
	float:left;
	}	
	
.whats-new-text{
	width:120px;
	font-size:12px;
	text-align:justify;
	}
	
#contact-visual{
	width:660px;
	margin-bottom:40px;
	}
	
#contact-headline{
	width:660px;
	margin-bottom:20px;
	}
	
#contact{
	width:660px;
	}
	
.contact-text{
	font-size:12px;
	}
	
.contact-text span{
	font-size:12px;
	color:#F00;
	}
	
#contact-form01,#contact-form02,#contact-form03{
	margin-bottom:30px;
	}
	
#contact-form04{
	margin-bottom:50px;
	}
	
.text{
	border:solid #231815 1px;
	font-size:12px;
	}	
	
html>/**/body .submit{
	border:0px;
	width:120px;
	height:25px; 
	text-indent:-9999px;
	background-image:url(../../images/contact/soshin.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:0;
	line-height:0;
	overflow:hidden;
	display:block;
	}
	
html>/**/body .submit:hover{
	/* IE7以下用 */  
	filter:alpha(opacity=50);

	/* IE8用 */  
	-ms-filter: "alpha(opacity=50)";

	/* Firefox 1.5未満, Netscape用 */ 
	-moz-opacity:0.5;

	/* Safari 1.x, 他khtmlに対応したブラウザ用  */ 
	-khtml-opacity: 0.5;

	/* Firefox 1.5以上, Opera, Safari用 */  
	opacity: 0.5; 
	} 

.copyright{
	margin-left:795px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:10px;
	}
	
.wpcf7-response-output{
	font-size:12px;
	margin-top:10px;
	color:#F00;
	}
	
.wpcf7-not-valid-tip-no-ajax{
	font-size:12px;
	color:#F00;
	}