@charset "utf-8";


/* -------------------------------------------------
	mainArea -メインビジュアル-
-------------------------------------------------*/
.mainImage {
	position: relative;
	z-index: 0;
	width: 1920px;
	left: -480px;
	top: 0px;
	text-align: center;
}



/* -------------------------------------------------
	topメニュー
-------------------------------------------------*/
.top_menu{ position: absolute; top: 162px;}
.top_menu li{ margin-bottom: 9px;}
.top_menu li:hover{ opacity:0.5;}

.top_txt{ width: 960px; margin: 35px auto 0 auto; padding: 0;}


/* -------------------------------------------------
	ポスター（大日本図書）
-------------------------------------------------*/
.color_red {
	color: #ff0000;
}

.poster_info .h2b{
	height: 40px;
	margin-top: 100px;
	margin-bottom: 30px;
	font-size: 2.08rem;
	color: #fff;
	background-color: #999;
	text-shadow: 2px 2px 1px #999;
}


.poster_info .tit_border2{
	height: 37px;
	position: relative;
	background: #000;
}


.poster_info .tit_area2{
	width: 940px;
	height: 37px;
	position: absolute;
	top: 0;
	padding: 4px 12px 8px 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+94&0+0,0+62,0.8+94 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 94%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.8) 94%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.8) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}


.poster_info .con_text2{
	width: 920px;
	margin: auto auto 30px auto;
}

.poster_info .caption{
    text-align: center;
    font-size: 80%;
}

.poster_info .dd_boxL{
    float: left;
    margin-top: 20px;
}

.poster_info .dd_boxR{
    float: right;
    margin-top: 40px;
    width: 300px;
}
.poster_info li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px !important;
	position:relative;
	padding-left:20px;
    font-size: 0.9em;
    line-height: 1.5;
}
.poster_info li:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:4px;
	left:5px;
	height:0;
	width:0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}

.poster_info .jump_button{
    background-color: black;
    text-align: center;
    margin: 40px 10px 10px 0px;
    padding: 20px;
}
.poster_info a{
    color: #eee;

}

.unit_revision_info {
	font-size: 1.3rem;
	line-height: 1.5;
	color: gray;
}


/* ==================================================== */
/*					スマートフォン対応						*/
/* ==================================================== */
@media only screen and (max-width: 768px) {


	/* -------------------------------------------------
		【スマホ】mainArea -メインビジュアル-
	-------------------------------------------------*/
	.mainImage {
		position: static;
		width: 100%;
	}

	.top_txt{ width: 92%; margin-top: 10%;}



	/* -------------------------------------------------
		【スマホ】ポスター（大日本図書）
	-------------------------------------------------*/
	.poster_info dd {margin: 6% auto 0 auto;}

    .poster_info .dd_boxL, .poster_info .dd_boxR{ float:none; }
    .poster_info .dd_boxL{ width: 100%; }

	.poster_info .dd_boxR{
		margin: auto;
		margin-top: 4rem;
		margin-top: 10.6vw;
		width: 90%;
	}

	.poster_info .jump_button{ margin: 0;}

	.poster_info .h2b {
		margin-top: 10%;
		font-size: 1.9rem;
		font-size: 5.06vw;
		position: relative;
		margin-bottom: 0;
		height: auto;
		padding: 0 0 3px 0;
	}

	.poster_info .tit_border2{
		height: auto;
		padding: 1% 0;
		background-repeat: no-repeat;
		background-position: 98% 50%;
		background-size: auto 80%;
	}

	.poster_info .tit_area2{
		width: 100%;
		background: none;
		height: auto;
		position: static;
		top: 50%;
		padding: 8px 12px;
	}

	.poster_info .con_text2{
		margin: 0 auto;
		width: 92%;
		color: #555;
	}

	.poster_info img{
		width: 92%;
		margin: auto;
	}



}





	/* iphone5 */
	@media only screen and (device-height: 568px) {
		.poster_info .h2b { font-size: 1.9rem;}
	}








