#mainbody h1{
	text-align: center;
	margin-bottom: 15px;
}
#mainbody h2{
	border-bottom: 2px solid #aaa;
	padding-bottom: 15px;
}
iframe{
	width: 100%;
	border: none;
}
#sidemenu-top{
	margin-top: 20px;
}
#menu-lineup{
	border: none;
}

#menu-lineup .menu-title{
	font-weight: bold;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	padding: 15px 10px;
}
#menu-lineup ul{
	padding: 0;
}
#menu-lineup ul li{
	list-style : none;
}
#menu-lineup li a{
	display: block;
	border-bottom: 1px dashed #aaa;
	padding: 10px 10px;
}
#selvol{
	width: 100%;
	padding: 5px;
}
#sidemenu-top{
	float:right;
}
#mainbody{
	float:left;
}

#mag-lists{
}

#mag-lists .box{
	display: flex;
	flex-wrap;
	padding: 20px 0;
	border-bottom: 1px solid #aaa;
	
}
#mag-lists .box .image{
	width: 150px;
}

#mag-lists .box .text{
	flex: 1;
	padding-left: 40px;
}

#mag-lists .box .text h3{
	margin-top: 0;
	font-size: 22px;
	line-height: 130%;
}

#mag-lists .box .text h3 a{
	color: #000;
}

#mag-lists .box .text h3 a:hover{
	color: #FF1493;
}

#mag-pager{
	margin-top: 50px;
}

#mag-pager ul{
	display: flex;
	justify-content: center;
}

#mag-pager ul li{
	list-style: none;
}

#mag-pager ul li a{
	display: inline-block;
	padding: 8px;
	margin: 0 5px;
	color: #999;
	line-height: 100%;
}

#mag-pager ul li.current a{
    color: #fff;
    background: #FF4B7D !important;
    border-top: 2px solid #FF4B7D !important;
    border-bottom: 2px solid #FF4B7D !important;
}

#mag-pager ul li a.prev{
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	top: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	transform: rotate(-45deg);
	padding: 0;
	margin: 0;
}

#mag-pager ul li a.next{
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	top: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
	padding: 0;
	margin: 0;
}

