@charset "utf-8";

.title{
	padding-top: 10px;
	margin-bottom: 29px;
}
.lead{
	margin-bottom: 33px;
}
@media screen and (max-width: 750px){
	.title{
		width: 57.22%;
		margin: 0px auto 15px;
	}
	.lead{
		width: 76.85%;
		margin: 0 auto 20px;
	}
}

#magazine{
	width:815px;
	margin: 0 auto;
}
.back {
	border-radius: 10px;
	background: #efa052 url(/brand/itamekun/common/img/icon/linkicon_back.png) no-repeat 6px center;
	background-size: 25px;
	display: table;
}
.next {
	border-radius: 10px;
	background: #efa052 url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 99px center;
	background-size: 25px;
	display: table;
}
.back a,.next a,.back_off span,.next_off span{
	width: 130px;
	height: 42px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.back:hover,.next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.back_off{
	border-radius: 10px;
	background: #e1d8cd url(/brand/itamekun/common/img/icon/linkicon_back.png) no-repeat 6px center;
	background-size: 25px;
	display: table;
}
.next_off{
	border-radius: 10px;
	background: #e1d8cd url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 99px center;
	background-size: 25px;
	display: table;
}
#magazine_area{
	border: 5px solid #d5c3ae;
	border-radius: 15px;
	background: url(/brand/itamekun/magazine/img/magazine_bg.gif);
	padding: 30px 0;
	margin: 10px 0;
}
/* ie8 */
.next{
	background: #efa052 url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 87px center\9;
}
.next_off{
	background: #e1d8cd url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 87px center\9;
}
@media screen and (max-width: 750px){
	#magazine{
		width: 100%;
	}
	.back {
		border-radius: 5px;
		background-size: 22%;
	}
	.next {
		border-radius: 5px;
		background: #efa052 url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 90% center;
		background-size: 22%;
	}
	.back a,.next a,.back_off span,.next_off span{
		width: 85px;
		height: 30px;
		font-size: 110%;
	}
	.back_off{
		border-radius: 5px;
		background-size: 22%;
	}
	.next_off{
		border-radius: 5px;
		background: #e1d8cd url(/brand/itamekun/common/img/icon/linkicon_next.png) no-repeat 90% center;
		background-size: 22%;
	}
	#magazine_area{
		border: 2.5px solid #d5c3ae;
		border-radius: 7.5px;
		background-size: 1px 4px;
		padding: 10px 0;
		margin: 5px 0;
	}
	#magazine_area img{
		width: 80.37%;
	}

}

/*-------------------------------------------------
pull down menu
-------------------------------------------------*/
#menu{
	position: relative;
	margin-bottom: 20px;
}
#select{
	width: 815px;
	height: 40px;
	background: #50311d url(/brand/itamekun/magazine/img/toggle_icon_pc.png) no-repeat right;
	border-radius: 10px;
	cursor: pointer;
}
#select p{
	font-size: 16px;
	color: #fff;
	padding: 7px 0 7px 27px;
	font-weight: bold;
}

#back_number{
	position: absolute;
	width: 807px;
	background: #faf8eb;
	border: 4px solid #50311d;
	border-radius: 8px;
	display: none;
}
#back_number ul{
	overflow-y: scroll;
	height: 322px;
}
#back_number li{
	margin: 0 7px;
	padding: 5px 0 9px;
	background: url(/brand/itamekun/common/img/dot_s_2.gif) repeat-x left bottom;
}
#back_number li.bn_last{
	background:none;
}
#back_number li a{
	width: 755px;
	font-size: 14px;
	color: #50311d;
	text-decoration: none;
	margin-left: 7px;
	display: block;
	font-weight: bold;
}
#back_number li a:hover,#back_number li a.select{
	color: #ff9900;
}
@media screen and (max-width: 750px){
	#menu{
		margin-bottom: 10px;
	}
	#select{
		width:100%;
		height: auto;
		background: #674C39 url(/brand/itamekun/magazine/img/toggle_icon_sp.png) no-repeat right;
		background-size: 12%;
		border-radius: 5px;
	}
	#select p{
		font-size: 110%;
		padding: 8px 0 8px 5%;
		width: 88.88%;
		background: #50311d;
		border-radius: 5px 0 0 5px;
	}
	#back_number{
		width: 100%;
		border: 2px solid #50311d;
		border-radius: 4px;
	}
	#back_number li{
		background-size: 6px 2px;
	}
	#back_number li a{
		width: 100%;
		font-size: 110%;
	}
}

