<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------
　　　　second.css　※スマホ用※
--------------------------------- */
/*==================================
font-size
32px 	200～203
30px 	188～190
28px 	175～178
26px 	163～165
24px 	150～153
22px 	138～140
20px 	125～128
19px 	119～121
18px 	113～115
17px 	107～109
16px 	100～103 基本
15px 	94～96
14px 	88～90
13px 	82～84
12px 	75～78
11px 	69～71 *
10px 	63～65 *
==================================*/

/*パンくず*/
#pankuzuarea {
	display: none;
}
#maincontents {
	width: 100% !important;
	color: #555;
}
/*タイトル*/
h1.summer1 {
	width: 100%;
	height: 50px;
	margin: 10px auto 15px auto;
	background: url(../../images/sp/h1_summer1.gif) repeat-x left top;
}
h1.summer2 {
	width: 100%;
	height: 50px;
	margin: 10px auto 15px auto;
	background: url(../../images/sp/h1_summer2.gif) repeat-x left top;
}
h1 img {
	width: 40px !important;
	margin-right: 10px;
	padding: 5px 5px 5px 10px;
}
h1 span {
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	width: 95%;
	margin: 0 auto;
	color: #281203;
}
h2.green {
	border-bottom: #d1fca7 10px solid;
}
h2.green02 {
	border-bottom: #B6EDC9 10px solid;
}
h2.blue {
	border-bottom: #b5e5e0 10px solid;
}
h2.blue02 {
	border-bottom: #C5DAFA 10px solid;
}
h2.red {
	border-bottom: #ffc5c5 10px solid;
}
h2.yellow {
	border-bottom: #fffb73 10px solid;
}
h2.brown {
	border-bottom: #f4ccab 10px solid;
}
h2.pink {
	border-bottom: #f4d5e9 10px solid;
}
h2.orange {
	border-bottom: #ffdcc0 10px solid;
}
h2.purple {
	border-bottom: #dadcfe 10px solid;
}
h3 {
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background: #ee8100;
	behavior: url(/common_new/css/PIE.htc);
}
h4 {
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	margin: 15px auto;
	padding: 5px;
	text-align: left;
	text-indent: 15px;
	color: #fff;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background: #db4040;
	behavior: url(/common_new/css/PIE.htc);
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #281203;
}
h6 {
	font-size: 115%;
	font-weight: bold;
	line-height: 25px;
	color: #db4040;
}
h6 span {
	font-size: 115%;
	font-weight: bold;
	line-height: 25px;
	color: #db4040;
}
/*　画像　*/
.viewer img {
	width: 100%;
	margin-bottom: 15px;
}
/*　店舗検索バナー、ネットスーパーバナー　*/
.bnrarea {
	width: 80%;
	max-width: 320px;
	margin: 40px auto 40px auto !important;
}
.bnrarea02{
	width: 90%;
	max-width: 540px;
	margin: 10px auto 30px auto !important;
}
.bnrarea img, .bnrarea02 img {
	width: 100% !important;
	margin: 0 auto 10px auto;
}
/*　ボックスの色指定　*/
.graybox {
	width: 96%;
	margin: 10px auto 20px auto;
	padding: 2%;
	background-color: #f9f9f9;
}
.redbox {
	width: 96%;
	margin: 10px auto 20px auto;
	padding: 2%;
	background-color: #fff8f8;
}
.yellowbox {
	width: 96%;
	margin: 10px auto 20px auto;
	padding: 2%;
	background-color: #fffef5;
}
.boxinner {
	width: 100%;
	margin: 0 auto;
}
/*　※注意書き　*/
.notes {
	font-size: 70%;
	width: 90%;
	margin: 0 0 30px 15px;
}
/*ページ内リンク*/
.pagelinkarea {
	width: 94%;
	height: 40px;
	margin: 15px auto 15px auto;
}
.pagelinkarea .link1 {
	position: relative;
	float: left;
	zoom: 1;
	width: 48%;
	height: 36px;
	text-align: center;
	border: 2px #d94040 solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background: url(../images/mark_r.png) 98% center no-repeat;
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
}
.pagelinkarea .link1 span {
	font-weight: bold;
	line-height: 36px;
	color: #d94040;
}
.pagelinkarea .link1 span a {
	text-decoration: none;
	color: #d94040;
}
.pagelinkarea .link2 {
	position: relative;
	float: right;
	zoom: 1;
	width: 48%;
	height: 36px;
	text-align: center;
	border: 2px #ee8100 solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background: url(../images/mark_o.png) 98% center no-repeat;
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
}
.pagelinkarea .link2 span {
	font-weight: bold;
	line-height: 36px;
	color: #ee8100;
}
.pagelinkarea .link2 span a {
	text-decoration: none;
	color: #ee8100;
}

.pagelinkarea .link3 {
	position: relative;
	float: left;
	margin-right: 1%;
	zoom: 1;
	width: 31.3%;
	height: 36px;
	text-align: center;
	border: 2px solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 5px;   /* Firefox?p */
	border-radius: 5px;        /* CSS3???? */
	background: url(../images/mark_r.png) 98% center no-repeat;
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
}
.pagelinkarea .link3 span {
	font-size: 125%;
	font-weight: bold;
	line-height: 36px;
}
.pagelinkarea .link3 span a {
	text-decoration: none;
}
.link_mr0{
	margin-right: 0 !important;
}
.c_red{
	border-color: #d94040;
	color: #d94040;
}
.c_orange{
	border-color: #ee8100;
	color: #ee8100;
}
.c_yellow{
	background-color: #E6A600;
	color: #E6A600;
}

/*3つの時*/
.pagelinkarea .link1s {
	position: relative;
	float: left;
	zoom: 1;
	width: 30%;
	height: 36px;
	text-align: center;
	border: 2px #d94040 solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
	margin-right: 3.6%;
}
.pagelinkarea .link1s span {
	font-weight: bold;
	line-height: 36px;
	color: #d94040;
	font-size: 80% !important;
}
.pagelinkarea .link1s span a {
	text-decoration: none;
	color: #d94040;
}

.pagelinkarea .link2s {
	position: relative;
	float: left;
	zoom: 1;
	width: 30%;
	height: 36px;
	text-align: center;
	border: 2px #e74472 solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
}
.pagelinkarea .link2s span {
	font-weight: bold;
	line-height: 36px;
	color: #e74472;
	font-size: 80% !important;
}
.pagelinkarea .link2s span a {
	text-decoration: none;
	color: #e74472;
}

.pagelinkarea .link3s {
	position: relative;
	float: right;
	zoom: 1;
	width: 30%;
	height: 36px;
	text-align: center;
	border: 2px #ee8100 solid;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border-radius: 5px;        /* CSS3草案 */
	background-color: #fff;
	behavior: url(/common_new/css/PIE.htc);
}
.pagelinkarea .link3s span {
	font-weight: bold;
	line-height: 36px;
	color: #ee8100;
	font-size: 100% !important;
}
.pagelinkarea .link3s span a {
	text-decoration: none;
	color: #ee8100;
}
/*3つの時*/



.cap_b{
	font-size: 88%;
	width: 95%;
	margin: 0 auto;
	font-weight: bold;
	color: #281203;
}
.cap_red{
	font-size: 80% !important;
	line-height: 150% !important;
	font-weight: bold;
	color: #d82115;
}
</pre></body></html>