@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright c　Neutral STYLE allright reserved 

HTML CSS Selectors faq

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

#contents-wrapper .header {
	padding-top: 35px;
	padding-bottom: 13px;
	margin-bottom: 80px;
}

#contents-wrapper .header h1 {
	width: 346px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C0B9B9;
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	line-height: 1;
	text-align: center;
    font-family: 'function_LH_italic';
}
#contents-wrapper .header p {
	padding-top: 12px;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',serif;
}

#contents-wrapper article {
	width: 800px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

#tab {
	width: 380px;
	float: left;
	border-top: 4px solid #FADABA;
}
#tab li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FADABA;
	font-style: oblique;
	overflow:hidden;
	cursor: pointer;
}
#tab li .icon {
	display: block;
	font-size: 22px;
	line-height: 1;
	width: 40px;
	float: left;
}
#tab li .ttl {
	display: block;
	padding-top: 3px;
	font-size: 15px;
	line-height: 1.5;
	width: 340px;
	float: left;
}

.detail-column {
	width: 380px;
	float: right;
}
.detail-column .content_wrap {
	overflow:hidden;
}
.detail-column .content_wrap h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 4px solid #FADABA;
	font-style: oblique;
	margin-bottom: 27px;
	overflow:hidden;
}
.detail-column .content_wrap h2 .icon {
	display: block;
	font-size: 22px;
	line-height: 1;
	width: 40px;
	float: left;
}
.detail-column .content_wrap h2 .ttl {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	width: 340px;
	float: left;
}
.detail-column .content_wrap .icon {
	display: block;
	font-size: 22px;
	line-height: 1;
	width: 40px;
	float: left;
	font-style: oblique;
}
.detail-column .content_wrap p {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	width: 340px;
	float: left;
	font-style: oblique;
}





