@charset "Shift_JIS";

/* 基本外部スタイルシートの読み込み
------------------------------------------------------------ */
/*@import "common.css";
@import "page.css";
*/

@import "s-common.css" screen and (max-width: 599px);
@import "s-page.css" screen and (max-width: 599px); 

@import "m-common.css" screen and (min-width: 600px) and (max-width: 959px);
@import "m-page.css" screen and (min-width: 600px) and (max-width: 959px);

@import "common.css" screen and (min-width: 960px);
@import "page.css" screen and (min-width: 960px);

.price_rn{
	padding:10px;
	background-color:#F2F1EC;
	font-size:1.4rem;
	margin-bottom:20px;
	line-height:1.3;
	text-align:center;
	}
.price_rn a{
	color:red;
	text-decoration:none;}
.price_rn a:hover{
	text-decoration:underline;}