header {
	background-color: rgba( 255, 255, 255, 0.85 );
}

#wrap {
	background: url(../images/maousama_bg.jpg);
}



#wrap #mainvisual {
	text-align: center;
	padding-top: 80px;
}

#wrap #contents {
	width: 1000px;
	margin: 0 auto;
}

#wrap .ma_syoten_cp_box {
	width: 800px;
	margin: 15px auto 20px;
	text-align: center;
	padding: 15px 0 15px 0;
	border: solid #F06 2px;
	background-color: rgba( 255, 255, 255, 0.5 );
}

#wrap .ma_syoten_cp_box .box_tx01 {
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
#wrap .ma_syoten_cp_box .box_tx01_sp{
	display: none;
}

#wrap .ma_syoten_cp_box .box_tx02 {
	padding-bottom: 10px;
	font-size: 16px;
}

#wrap .ma_syoten_cp_box .box_tx02 span {
	font-size: 20px;
	color: #F06;
}

#wrap .ma_syoten_cp_box .box_tx03 {
	font-size: 16px;
	font-weight: bold;
}
#wrap .ma_syoten_cp_box .box_tx03 a {
	color: #F30;
}

#wrap .m_tx {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}

#wrap .maousama_movie {
	text-align: center;
	margin-bottom: 20px;
}

#wrap h2 {
	text-align: center;
	padding:20px 0 10px 0;
	
}

#wrap h4 {
	display: none;
}

#wrap .lead {
	font-size:16px;
	width: 800px;
	margin: 0 auto 20px;
}

#wrap h3 {
	text-align: center;
	background: #F36;
	font-size: 20px;
	color: #FFF;
	padding: 3px 0 2px 0;
}

#wrap .book_wrap {
	width: 800px;
	margin: 15px auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}




/* ------------------------------
    
    column

------------------------------ */
#wrap .column li:nth-of-type(5) {
	margin-right: 0;
}

#wrap .column ul {
	width: 1000px; /* 横並びの個数によって変更。MAX1000 */
	margin: 20px auto;
	letter-spacing: -0.4em;
}
#wrap .column li {
	width: 235px; /* 横並びの個数によって変更。ulのwidth(990px)を並べたい数で割る */
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 15px 20px 0;
	text-align: center;
	font-size: 16px;
}

#wrap .column dl {
	margin: 0 auto;
	font-size: 13px;
}
#wrap .column .title {
	font-size: 14px;
	color: #FFF;
}
#wrap .column .title a {
	color: # F06;
}
#wrap .column .author {
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .pub {
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .price {
	margin-left: 10px;
	color: #990000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .comment {
	margin-left: 10px;
}
#wrap #hi_cp {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#wrap #hi_cp dt {
	margin-top: 20px;
}
#wrap #hi_cp dd {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.6;
}
-->