@charset "utf-8";

#format a {
	text-decoration: none;
}

#format a img:hover {
	opacity: 0.6;
}

#format h2 {
	text-align: center;
}

#format h3 {
	text-align: center;
}

#format ul li {
	margin-bottom: 40px;
}

#format ul li a span.name {
	text-decoration: underline;
}

#format ul li a span.price_d {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}

#format ul li a span.price_s {
	color: #e7161a;
	font-weight: bold;
}

#format ul li span.detail a {
	display: block;
	margin-top: 15px;
	padding:15px;
	background-color: #565656;
 	border: 1px solid #565656;
	border-radius: 10px;
	box-shadow:0px 4px 0px 0px #222222;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
}

#format ul li span.detail a:hover {
	background-color: #999999;
	box-shadow:0px 2px 0px 0px #565656;
 	border: 1px solid #999999;
}

#format .item_l {
	margin-top: 30px;
}

#format .item_l ul li a span.name,
#format .item_l ul li a span.price_d {
	font-size: 1.4em;
}

#format .item_l ul li a span.price_s {
	font-size: 1.7em;
}

#format .item_l ul li a span.special {
	font-size: 1.7em;
	font-weight: bold;
	color: #e7161a;
	background: linear-gradient(transparent 50%, #FF0 50%);
}

#format ul li a span.tax {
	font-size: small;
}

#format .item_s h2 {
	color: #e7161a;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 30px;
}

#format .item_s h3 {
	background-color: #f3f3f3;
	padding: 13px;
	color: #e7161a;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

#format .item_s {
	margin-top: 130px;
}

#format ul:after {
	content: "";
	clear: both;
	display: block;
}

#format .item_s ul li {
	float: left;
}

#format .bnr span {
	text-decoration: underline;
}

@media screen and ( min-width:521px ){ /* tablet&PC */	
#format .txt_l {
	font-size: 1.4em;
	text-align: center;
	margin-top: -10px;
}

#format .item_l ul li {
	width: 452px;
	margin-right: 60px;
	margin-bottom: 80px;
	float: left;
}
	
#format .item_l ul li:nth-child(even) {
	margin-right: 0;	
}
	
#format .item_s ul li {
	width: 168px;
	margin-right: 30px;
}

#format .item_s ul li:nth-child(5) ,
#format .item_s ul li:nth-child(10) {
	margin-right: 0;	
}

#format .bnr {
	text-align: right;
}
	
#format .bnr span {
	display: inline-block;
	padding-right: 10px;
	font-size: 1.5em;
}
	
}

@media screen and ( max-width:520px ){/* SP */
#format .item_l h2 {
	background-color:#FFFFFF;
}

#format .item_l h2 img {
	width: 35%;
}	

#format .item_s h2 {
	padding: 7px;
	font-size: 2em;
	background-color: #ffffff;
	margin-bottom: 0;
}
	
#format .item_s h3 {
	padding: 7px;
	font-size: 1.5em;
}
	
#format .item_s {
	margin-top: 50px;
}
	
#format .item_s ul li {
	width: 44%;
	margin-right: 4%;
}

#format .item_s ul li:nth-child(even) {
	margin-right: 0;
}
	
#format .item_s ul li:nth-child(3),
#format .item_s ul li:nth-child(5),
#format .item_s ul li:nth-child(7),
#format .item_s ul li:nth-child(9),
#format .item_s ul li:nth-child(11),
#format .item_s ul li:nth-child(13) {
	clear: both;
}
	
}