@charset "utf-8";


/**************************************************50
 * news
 **************************************************/
#news{
	text-align: center;
}
@media screen and (max-width:767px){
	#news{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#news{
		margin-bottom: 100px;
	}
}


/**************************************************50
 * news_detail
 **************************************************/
#news_detail{
	text-align: left;
}
#news_info{
}
#news_info time{
	margin-right: 0.5em;
	vertical-align: middle;
}
#news_detail [class^="shop_label_"]{
	margin-right: 0.5em;
	vertical-align: middle;
}
#news_detail [class^="news_category_"]{
	margin-right: 0.5em;
	vertical-align: middle;
}
#news_detail > h1{
	line-height: 1.5;
}
#news_img{
}
#news_img img{
}
#news_body{
}
#news_body time{
	font-size: 100%;
}
#news_body *{
	max-width: 100% !important;
}
@media screen and (max-width:767px){
	#news_detail{
		margin-bottom: 6.25%;
	}
	#news_info{
		font-size: 75%;
		padding: 0 3.125%;
	}
	#news_detail [class^="shop_label_"]{
		font-size: 62.5%;
	}
	#news_detail [class^="news_category_"]{
	font-size: 62.5%;
	}
	#news_detail > h1{
		font-size: 137.5%;
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	#news_img{
	margin-bottom: 0.5em;
	}
	#news_img img{
	}
	#news_body{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#news_detail{
		margin-bottom: 100px;
	}
	#news_info{
	}
	#news_info time{
		font-size: 87.5%;
	}
	#news_detail [class^="shop_label_"]{
		font-size: 75%;
	}
	#news_detail [class^="news_category_"]{
	font-size: 75%;
	}
	#news_detail > h1{
		font-size: 175%;
		margin-bottom: 20px;
	}
	#news_img{
	margin-bottom: 20px;
	}
	#news_img img{
	}
	#news_body{
	}
}


