/* CSS Document */

#main{
	width:700px;
	float:right;
}

#side{
	width:220px;
	float:left;
}



#cbox1{
	background:#fff;
	padding:15px 20px;
}
#cbox1 .cbox-ttl h2{
	float:left;
	font-family: "Sawarabi Mincho";
	font-size:1.3em;
	line-height:1.7em;
	letter-spacing:2px;
	font-weight:bold;
	color:#000;
}

#cbox1 .cbox-ttl h2:first-letter{
	font-size:1.2em;
}

#cbox1 .cbox-inner{
	padding:20px 0 0 0;
}


.ebox{
	padding:0 0 30px 0;
}

.ebox .ettl h2{
	color:#e41d52;
	font-weight:bold;
	font-size:1.2em;
}
.ebox .ettl h2 a{
	color:#e41d52;
	font-weight:bold;
}

.ebox .ettl p{
	color:#e41d52;
	font-size:0.9em;
	line-height:1.7em;
}

.ebody-inner{
	line-height:170%;
	padding:10px 0;
}


#bside{
	padding:0 0 30px 0;
}

#bside dl{
	padding:20px 0 0px 0;
	font-size:0.9em;
	line-height:1.7em;
}


#bside dl dt{
	font-weight:bold;
}

#bside dl dd{
	
}

#bside dl ul{
	padding:0 0 0 1em;
}

#bside dl li{
	list-style:disc;
}


.backbtn{
	padding:30px 0 0 0;
	text-align:center;
}

.backbtn p{
	
}

.backbtn a{
	background:#e41d52;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	padding:10px 50px;
	display:inline-block;
}




.pagenate{
	margin:50px 0 50px 0;
	text-align:center;
}


.pagenate span{
	display:inline-block;
}

.pagenate span a{
	margin:0 5px;
	display:inline-block;
	padding:5px 10px;
	border:#888 solid 1px;
	background:#fff;
	text-decoration:none;
	border-radius:5px;
}
.pagenate span.now a{
	background:#e41d52;
	color:#fff;
	font-weight:bold;
}
.pagenate span a:hover{
	background:#e41d52;
	color:#fff;
}



@media screen and (max-width: 700px) {

#main{
	width:auto;
	float:none;
}

#side{
	width:auto;
	float:none;
}



#side .access,
#side .banners{
	display:none;
}


#cbox1{
	background:#fff;
	padding:15px 20px;
}
#cbox1 .cbox-ttl h2{
	float:left;
	font-family: "Sawarabi Mincho";
	font-size:1.0em;
	line-height:1.7em;
	letter-spacing:2px;
	font-weight:bold;
	color:#000;
}

#cbox1 .cbox-ttl h2:first-letter{
	font-size:1.2em;
}
#cbox1 .cbox-inner{
	padding:20px 0 0 0;
	font-size:0.9em;
	line-height:1.7em;
}



}