@charset "UTF-8";

/*--------------------
	下層ページ
--------------------*/



/******************************************************************
	method/index.html
*******************************************************************/

.technique h5 {
	width: 400px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}
.technique h5 a {
	width: 400px;
	height: 100px;
	display: block;
	text-indent: -9999em;
}
.technique h5.exampleBnr { background: url("../images/con_bnr_example.jpg") no-repeat 0 0;}
.technique h5.makeupBnr { background: url("../images/con_bnr_makeup.jpg") no-repeat 0 0;}
.technique h5.smileBnr { background: url("../images/con_bnr_smile.jpg") no-repeat 0 0;}
.technique h5.selectBnr { background: url("../images/con_bnr_select.jpg") no-repeat 0 0;}

/******************************************************************
	feature/index.html
*******************************************************************/

.studio h4 { margin-bottom: 20px;}

/******************************************************************
  feature/voice.html
*******************************************************************/

.voice h4 { margin-bottom: 20px;}

#lowerMain div.voiceBox { margin-bottom: 20px;}

#lowerMain .voiceBox dl {
	padding:0;
	margin: 0 10px;
}

#lowerMain .voiceBox dl dt {
	width: 523px;
	line-height:1.1;
	padding: 9px 5px 9px 10px;
	font-weight: bold;
	border: #f1ede6 1px solid;
	margin: 10p;
	color: #37598d;
	background: #c9d5e8;
}

#lowerMain .voiceBox dl dd {
	width: 523;
	padding: 9px 5px 9px 10px;
	line-height:1.4;
	border-right: #f1ede6 1px solid;
	border-bottom: #f1ede6 1px solid;
	border-left: #f1ede6 1px solid;
	margin: 0 0 20px 0;
}

#lowerMain .voiceBox dl dd p {
	line-height:1.4;
	margin-bottom: 10px;
}

/******************************************************************
  qa.html
*******************************************************************/

#lowerMain div.QandA { margin-bottom: 20px;}

#lowerMain .QandA dl {
	padding:0;
	margin: 0 10px;
}

#lowerMain .QandA dl dt {
	width: 503px;
	line-height:1.1;
	padding: 9px 5px 9px 30px;
	font-weight: bold;
	background:#c9d5e8 url("../images_common/q_mark.jpg") no-repeat 7px 6px;
	border: #f1ede6 1px solid;
	margin: 20px 0 0 0;
	color: #37598d;
}

#lowerMain .QandA dl dd {
	width: 503px;
	padding: 9px 5px 9px 30px;
	line-height:1.4;
	background: url("../images_common/a_mark.jpg") no-repeat 7px 8px;
	border-right: #f1ede6 1px solid;
	border-bottom: #f1ede6 1px solid;
	border-left: #f1ede6 1px solid;
	margin: 0;
}

#lowerMain .QandA dl dd p {
	line-height:1.4;
	margin-bottom: 10px;
}

/******************************************************************
  company.html
*******************************************************************/

.company h4 { margin-bottom: 20px;}
p.map {
	width: 400px;
	height: 400px;
	margin-left: 80px;
}

.company dl {
}
.company dl dt {
	line-height: 1.4;
	margin-bottom: 5px;
	color: #ee9357;
	font-weight: bold;
}
.company dl dd {
	line-height: 1.4;
	margin-bottom: 20px;
}


/******************************************************************
  sitemap.html
*******************************************************************/

.sitemap h4 { margin-bottom: 20px;}

.sitemap #lowerMain dl {
	background: url("../images_common/con_listline.gif") repeat-x 0 100%;
	width: 550px;
	margin: 0 0 10px 10px;
	padding-bottom: 5px;
}
.sitemap #lowerMain dl dt {
	background: url("../images_common/list04.jpg") no-repeat 0 0;
	padding: 3px 0 2px 25px;
	margin-bottom: 5px;
}
.sitemap #lowerMain dl dt a { color: #339999; text-decoration: underline;}
.sitemap #lowerMain dl dt a:hover { color: #339999; text-decoration: none;}

.sitemap #lowerMain dl dd {
	padding: 0 0 5px 25px;
	margin-bottom: 5px;
}

.sitemap #lowerMain dl dl {
	background: none;
	width: 525px;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
}
.sitemap #lowerMain dl dl dt {
	background: url("../images_common/list05.jpg") no-repeat 0 0;
	padding: 3px 0 2px 25px;
	margin-bottom: 5px;
}
.sitemap #lowerMain dl dl dd {
	padding: 0 0 0 25px;
	margin-bottom: 5px;
}
.sitemap #lowerMain dl dl dd.end {
	padding: 0 0 0 25px;
	margin-bottom: 0;
}



