@charset "shift_jis";
/* タグ指定
*************************************/
body div{
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo';
	font-size:18px;
}
#mainContents h1, h2, h3, h4, h5, p, img, dl, dt, dd, ul, li {
	margin:0;
	padding:0;
}
#mainContents img {
	border:0;
}
#mainContents img a {
	border:0;
}
/* class指定
*************************************/
.orange {
	font-size:22px;
	margin-top:-5px;
	color:#ee5812;
	display:inline-block;
}
.product_text{
	margin-bottom:10px;
}
.text_m {
	font-size:12px;
}
.rps_visible{
    display:none;
}



/* id指定
*************************************/
#mb_footer{
	display:none;
}
#mainContents {
	width:950px;
	padding-bottom:15px;
	margin:25px auto 0;
	text-align:left;
	font-size:95%;
	color:#333;
	line-height:1.8;
}
#series_set {
	margin-top:60px;
	margin-bottom:20px;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	border:solid 1px #ee5812;
}
#pagetop{
	float:right;
}