@charset "UTF-8";
/* globals ******************************/
.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}
.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/
hr {
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-style: none;
	visibility: hidden;
}

.line-height19{
	line-height:1.9em;
}

.margin-bottom1em{
	margin-bottom:1em;
}

.margin-bottom35{margin-bottom:35px;}
/* color scheme *************************

-黒		#000
-白		#fff
-　		#000

*****************************************/

/* base *********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","MS PGothic", Arial, Helvetica, sans-serif;
/*	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times, serif;*/
}

div#wrap {
   width:762px;
   margin:0 auto;
}

div#header {
	padding:13px 0 10px;
}


/* header *******************************/
div#header h1,div#header p{
	color:#666;
	float:right;
	width:490px;
	padding: 5px 9px 0 18px;
	font-size:0.85em;
	line-height:1.5em;
	text-align:right;
}
div#header img{
	float:right;
}
/* navigation ***************************/

/* contents ******************************/
div#main_contents {
	color:#333;
	line-height:1.5em;
	letter-spacing: 0.1em;
	font-size:0.9em;
	padding-left:0;
	margin:0;
	background:none;
}

div#main_contents div.section {
	padding:0 9px 3px;
}

div#main_contents h1{
/* トップページ以外で使用*/
	margin:30px 0;
}
div#main_contents .h1-sub-text{
	/* トップページ以外で使用*/
	display:block;
	margin-bottom:25px;
}

div#main_contents h2{
	font-size:1.1em;
	font-weight:bold;
	color:#2C4358;
	padding:5px 0 2px 10px;
	border-left:solid 5px #DFEDFA;
	border-bottom:solid 1px #DFEDFA;
	margin:0 9px 1em;
}

div#main_contents h3{
	font-size:1.2em;
	color:#13609F;
	font-weight:bold;
	background-image: url(../images/bg_h3.gif);
	background-repeat: repeat;
	padding:9px 12px 5px;
	margin:18px 0 0;
}

div#main_contents div.salon{
	text-align:center;
	width:180px;
	background-color:#DFEDFA;
	float:left;
	margin:6px 3px 0;
	position:relative;
	
}
div#main_contents div.salon h4{
	font-size:0.9em;
	font-weight:bold;
	padding:9px 9px 5px;
}
div#main_contents div.salon h4 a{
	text-decoration:underline;
	color:#4AA1EF;
}
div#main_contents div.salon h4 a:hover{
	text-decoration:underline;
	color:#0069BF;
}

div#main_contents div.salon a img{
	margin:1px 0 3px;
	border:solid #BFE1FF 5px;
}
div#main_contents div.salon a:hover img{
	border:solid #2C97EF 5px;
}


div#main_contents div.salon p{
	font-size:0.85em;
	line-height:1.5em;
	padding:3px 9px 15px;	
}


/*                                       */
/* profile.html ****** Kawamoto Add ******/
/*                                       */
#list-rinen{
	background-image:url(../images/profile/photo_gaiyo_nyushashiki.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:189px;
}
	#list-rinen{
		color:#B3A059;
		font-size:1.25em;
		line-height:2em;
	}

#table-gaiyo{
}
	#table-gaiyo th{
		border-bottom:1px solid #F7F7F7;
		color:#B3A059;
		line-height:1.5em;
		padding:10px 0 5px;
		width:119px;
	}
	#table-gaiyo td{
		border-bottom:1px solid #F7F7F7;
		line-height:1.5em;
		padding:10px 0 5px;
	}
#table-enkaku{
}
	#table-enkaku th{
		border-bottom:1px solid #F7F7F7;
		color:#B3A059;
		font-size:0.9em;
		line-height:1.25em;
		padding:5px 0 5px;
		width:119px;
	}
	#table-enkaku td{
		border-bottom:1px solid #F7F7F7;
		font-size:0.9em;
		line-height:1.25em;
		padding:5px 0 5px;
	}

/*                                       */
/* oneday.html ****** Kawamoto Add *******/
/*                                       */

#oneday-wrap{
}
	#oneday-wrap #oneday-wrap-left{
		float:left;
		width:491px;
	}
		#oneday-wrap #oneday-wrap-left dl{
			margin:3em 0 5em;
		}
		#oneday-wrap #oneday-wrap-left dl dt{
			float:left;
			width:245px;
		}
		#oneday-wrap #oneday-wrap-left dl dd{
			float:left;
			line-height:1.9em;
			margin-top:28px;
			width:227px;

		}
	#oneday-wrap #oneday-wrap-right{
		float:left;
		margin-left:17px;
		width:240px;
	}
	#oneday-wrap #oneday-wrap-right dl{
		margin-top:1.5em;
	}
		#oneday-wrap #oneday-wrap-right dl dt{
			border-bottom:1px solid #DFEDFA;
			margin-bottom:2em;
		}
		#oneday-wrap #oneday-wrap-right dl dd{
			font-size:0.9em;
		}
			#oneday-wrap #oneday-wrap-right dl dd p{
				margin-bottom:4em;
			}
				#oneday-wrap #oneday-wrap-right dl dd p span{
					font-size:1.1em;
					font-weight:bold;
				}
#oneday-qa{
	background-image:url(../images/oneday/background_photo_shiraishi.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
}
	#oneday-qa dl{
	}
		#oneday-qa dl dt{
			font-weight:bold;
		}
		#oneday-qa dl dd{
			margin-bottom:2.5em;
		}

#oneday-advice{
}
	#oneday-advice dt{
		float:left;
		font-size:0.9em;
		width:116px;
	}
	#oneday-advice dd a{
		text-decoration:underline;
	}
	#oneday-advice dd a:hover{
		color:#1560C3;
	}
	
/*                                       */
/* recruit.html ****** Kawamoto Add ******/
/*                                       */
#president-comment{
}
	#president-comment dt#photo{
		float:left;
		width:246px;
	}
		#president-comment dt#photo img{
			display:block;
		}
	#president-comment dd#text{
		line-height:1.9em;
		float:left;
		width:495px;
	}
		#president-comment dd p{
			margin-bottom:2em;
		}
			#president-comment dd#text dl dt{
				color:#B3A059;
			}
			#president-comment dd#text dl dd{
				margin-bottom:1em;
			}
#staff-comment{
}
	#staff-comment #igawa-comment{
		float:left;
		line-height:1.9em;
		width:470px;
	}
		#staff-comment #igawa-comment p{
			margin-top:1em;
			margin-bottom:2em;
		}
		#staff-comment #igawa-comment dl{
			margin:1em 0;
		}
			#staff-comment #igawa-comment dl dt{
				float:left;
				font-size:0.9em;
				width:116px;
			}
			#staff-comment #igawa-comment dl dd{
			}
				#staff-comment #igawa-comment dl dd a{
					text-decoration:underline;
				}
				#staff-comment #igawa-comment dl dd a:hover{
					color:#1560C3;
				}
	#staff-comment #igawa-photo{
		float:right;
		width:245px;
	}
		#staff-comment #igawa-photo p{
			margin-bottom:5em;
		}

/*                                        */
/* training.html ****** Kawamoto Add ******/
/*                                        */
ul#road-to-stylist{
	margin-top:2em;
}
	ul#road-to-stylist li{
		margin-bottom:3em;
	}
		ul#road-to-stylist li dl dt{
			float:left;
			width:245px;
		}
		ul#road-to-stylist li dl dd{
			float:left;
			line-height:1.9em;
			width:495px;
		}
			ul#road-to-stylist li dl dd h3{
				margin:0 0 1em;
			}
	


dl#habia{
	margin-top:1em;
}
	dl#habia p{
		line-height:1.9em;
	}
	dl#habia a[target="_blank"]{
		background-image:url(../images/background_icon_new_window.gif);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:20px;
	}
	dl#habia a[target="_blank"]:hover{
		text-decoration:underline;
	}
	dl#habia dt{
		float:left;
		width:245px;
	}
	dl#habia dd{
		float:left;
		width:495px;
	}
		dl#habia dd h4{
			border-bottom:1px solid #DFEDFA;
			color:#2C4358;
			margin:1em 0 0.5em;
		}
		dl#habia dd	.habia-explain{
			font-size:0.9em;
		}
#img-after5years{
	display:block;
	margin:50px auto;
}

/* Page Link ****** Kawamoto Add ********/
.page-link{
	margin:7px 0 10px;
	text-align:right;
	padding-right:12px;
}
	.page-link a{
		color:#888;
		font-size:0.9em;
	}
	.page-link a:hover{
		color:#1560C3;
	}



/* footer *******************************/
div#footer {
	padding:20px 9px 25px;
	margin-top:1.5em;
	color:#fff;
	background-color:#31393C;
}

div#footer address{
	text-align:center;
	font-size:0.8em;
	color:#74858F;
}

