@charset "utf-8";

@import "../../share/css/base.css";
@import "../../share/css/hair_dresser_layout.css";

/* --- base layout --- */


#top {
}

#header {
	padding: 0 11px 100px 11px;
}

/* --- header --- */


/* --- contents --- */

#contents_title3 {
}

#faq #faq_img {
	margin-bottom: 20px;
	text-align: center;
}

#faq #faq_top {
	margin-bottom: 30px;
	padding: 0 20px;
}

#faq #faq_top dl {
	margin-bottom: 15px;
}

#faq #faq_top dt {
	padding: 0 0 3px 2.3em;
	background: url(../faq/images/faq_qtitle.gif) 0 bottom no-repeat;
	font-weight: bold;
	text-indent: -1.7em;
}

#faq #faq_top dd {
	padding-left: 5px;
	line-height: 1.4;
	letter-spacing: -1px;
}

#faq .faq_list {
	clear: both;
	width: 710px;
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: hidden;
}

#faq .faq_list .left,
#faq .faq_list .right {
	width: 340px;
}

#faq .faq_list .left {
	float: left;
}

#faq .faq_list .right {
	float: right;
}

#faq .faq_list dt {
	border-bottom: 1px solid #ccc;
}

#faq .faq_list dt span {
	padding: 2px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

#faq .faq_list dd {
	margin-right: 15px;
	padding: 10px 0 3px 1.5em;
	border-bottom: 1px dotted #ccc;
	text-indent: -1.5em;
	letter-spacing: 1px;
}

#faq .back {
	margin-bottom: 15px;
	text-align: right;
}

#faq .back a {
	text-decoration: underline;
}

#faq .back a:hover,
#faq .back a:active {
	text-decoration: none;
}

/* --- side_navi --- */


/* --- footer --- */


/* --- clearfix --- */
#top {
	zoom: 1;
}

#top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#top:after {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #top {
	height: 1%;
}

#top {
	display: block;
}
/* End hide from IE-mac */

