@charset "UTF-8";
/* CSS Document */

.S98_Zoom{
	position:relative;
	color:#FFF;
	background-image:url(../../../elfinder/../images/sx/article/gear/Zoom_background_img.jpg);	
	padding:1em 10%;
	margin:0 -12.5%;
	background-size:100% auto;
	background-repeat:repeat-y;
	/*background: linear-gradient(rgba(255,255,255,0) 80%, rgba(255,255,255,1)), url(../../../elfinder/../images/sx/article/gear/Zoom_background_img.jpg) center center / cover no-repeat;*/
}

/*.S98_Zoom_dot{
display:inline-box;
border-bottom:dotted 2px #01607c;
padding-bottom:0.2em;
}*/


.S98_Zoom_blue{
	color:#7eb4cb;
	}

.S98_Zoom_title{
	font-size:2.5em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;/*見出し文字カラー　#01607c*/
	margin-bottom:0.5em;
}

.S98_Zoom_title2{
	position:relative;
	font-size:1.5em;
	color:#7eb4cb;/*小見出し文字カラー　#01607c*/
	margin-bottom:0.5em;
}

.S98_Zoom_product_box{
	background-color:#FFF;
	padding:0.5rem 2.5rem;
	margin-bottom:1rem;
	}

#main_left #magazine_main 
.S98_Zoom_product_name{
	color:#000;
	font-size:1.5rem;
	font-family:"Arial Black", "Gadget, sans-serif";
	}

#main_left #magazine_main 	
.S98_Zoom_product_text{
	font-size:0.8rem;
	margin:1rem 0;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
	}

#main_left #magazine_main 	
.S98_Zoom_product_price{
	font-size:0.8rem;
	font-weight:bold;
	line-height:1.2rem;
	color:#333;
	border-left:solid 0.2rem #333;/*#39F*/
	padding-left:0.5rem;
	text-align:left;
	}

.S98_Zoom_product_img{
	width:35%;
	position:relative;
	top:-4rem;
	float:right;
	margin-left:1rem;
	}


@media only screen and (max-width: 548px){
.S98_Zoom{
	padding:1em 4%;
	margin:0 -4%;
	}

.S98_Zoom_product_img{
	width:60%;
	float:none;
	margin:0 auto;
	position:relative;
	top:0;
	}

.S98_Zoom_product_box{
	padding:0.5rem 2rem;
	margin-bottom:1rem;
	}	
}