@charset "utf-8";

/* ------ headSection ------ */
#contents .headSection { }
#contents .headSection .ttl {
	display:table-cell;
	/display:inline;
	width:520px;
	vertical-align:bottom;
	float:none;
	/zoom:1;
}
#contents .headSection .aside {
	display:table-cell;
	/display:inline;
	width:440px;
	padding-top:3px;
	vertical-align:bottom;
	text-align:right;
	float:none;
	/zoom:1;
}
#contents .headSection .aside .guide {
	font-size:72%;
}
#contents .headSection .aside .guide li {
	float:none;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:bottom;
}

/* ------ detailSection ------ */
#contents .detailSection {
	width:100%;
	min-width:960px;
}
#contents .detailSection .headMod02 {
	width:960px;
	margin:0 auto 20px;
}

/* ------ Sheets ------ */
#contents .headSection h1{
	font-size:150%;
}
#contents .mainSection{
	margin:15px auto 0;
}
#contents .sheetsWrap{
	border:1px #173E53 solid;
	border-top:4px #173E53 solid;
	border-bottom:4px #173E53 solid;
	padding:37px 36px;
}
#contents .sheetsWrap .sheetsTabContents{
	border:1px solid #254782;
	padding:48px;
	margin-top:25px;
}

#contents .sheetsWrap .tabcont{
	display:none;
}
#contents .sheetsWrap #tabcontents .on{
	display:block;
	
}
#contents .sheetsWrap .sheetsTabContents h3{
	margin-bottom:40px;
	
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap{
	overflow:hidden;
	width:100%;
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colL{
	float:left;
	width:290px;
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR{
	float:right;
	width:480px;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .read{
	height:150px;
	font-size:15px;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp{
	margin-top:10px;
	overflow:hidden;
	position:relative;
	font-size:13px;
	width:480px;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp h4{
	margin-bottom:10px;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .sheet{
	float:left;
	margin-right:20px;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp p{
	overflow:hidden;
}

#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .cartBtn{
	position: absolute;
	right:0;
	bottom:0;	
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .cartBtn a{
	display: block;
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .cartBtn a:hover{
 background: url("/common/images/bt_purchase_01_on.gif") no-repeat left top;
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .cartBtn a:hover img{
	visibility:hidden;
}
#contents .sheetsWrap .sheetsTabContents .col2Wrap .colR .lineUp .bannerBtn{
	position: absolute;
	bottom:0;
	right:155px;
}
#contentArea .glossWrap{
	border:2px solid #ddd;
}
.nSheetTC{
	border: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
}
.ncol2Wrap{
	width:355px !important;
}
.ncol2Wrap2{
	width:355px !important;
}
.ncolR{
	float:left !important;
	margin:40px 0 !important;
}