header {
	background-color: rgba( 255, 255, 255, 0.85 );
}

#wrap {
	background: url(../images/maousama_bg.jpg);
	overflow: hidden;
}



#wrap #mainvisual {
	text-align: center;
	padding-top: 80px;
}

#wrap #mainvisual img {
	width: 100%;
}


#wrap #contents {
	width: 100%;
	margin: 0 auto;
}

#wrap .ma_syoten_cp_box {
	width: 95%;
	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 {
	display: none;
}

#wrap .ma_syoten_cp_box .box_tx01_sp{
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}
#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;
}

iframe {
    width: 95%;
    height: 100%;
}

#wrap h2 {
	display: none;
}

#wrap h4 {
	text-align: center;
}

#wrap h4 img {
	width: 93%;
}
#wrap .lead {
	font-size:16px;
	width: 95%;
	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: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
#wrap .book_wrap img {
	width: 60%;
}
/* ------------------------------
    
    column

------------------------------ */
#wrap .column li:nth-of-type(5) {
	margin-right: 0;
}

#wrap .column ul {
	width: 100%; /* 横並びの個数によって変更。MAX1000 */
	margin: 20px auto;
	letter-spacing: -0.4em;
}
#wrap .column li {
	width: 50%; /* 横並びの個数によって変更。ulのwidth(990px)を並べたい数で割る */
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 0 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;
}

-->