@charset "utf-8";
/* ===================================================================
CSS information

 style info: 楽天チェック用CSS

 *Last Modified: 2016-02-01
=================================================================== */


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em,textarea {
	font-size: 1em;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: /scroll;
}
body {
}
img {
	border: 0px;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
legend {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body {
	color: #333;
}
 a,
a:link {
	vertical-align: baseline;
	text-decoration: none;
	color: #0086ee;
}
a:visited {
	color: #1FA2E1;
}
a:hover {
	color: #75bbe5;
} 

/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	zoom: 1; /* IE5.5〜E7 */
}


/* ---------- 要素の状態 ---------- */
.is-none { display: none; }
.is-hidden { visibility: hidden; }


/* ---------- 文字揃え ---------- */
.al-l { text-align: left; }
.al-r { text-align: right; }
.al-c { text-align: center; }


/* ---------- マージン ---------- */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
/**/
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
/**/
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
/**/
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }


/* ----------------------------------------------------
	article
---------------------------------------------------- */

body {
	background-color: #e6e6e6;
}
img {
	width:100%;
	height:auto;
}
h1 img {
	margin: 0;
}
nav {
	width: 95%;
	margin: 10px auto 0px;
}
nav ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
nav ul li {
	width: 32.5%;
}
nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	display: block;	
	padding: 12px 0;
	background-color: #BF0000;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
}
nav ul .current {
	width: 32.5%;
}
nav ul .current a:link, nav ul .current a:visited, nav ul .current a:hover, nav ul .current a:active {
	color: #BF0000;
	padding: 12px 0;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#body01, #body02, #body03 {
	width: 95%;
	margin: 0 auto 20px;
	padding: 30px 0;
	background-color: #FFF;
}
p {
	width: 90%;
	margin: 0 auto;
}
h2 {
	margin-bottom: 10px;
	line-height:1.3;
	text-align:center;
}
h3 {
	color: #004896;
	margin: 30px auto 5px;
	text-align:center;
}
dl {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
dt {
	background-color: #74BC54;
	color: #FFF;
	font-size: 0.9rem;
}
dd {
	margin-bottom: 5px;
}
.how {
	margin-top: 10px;
	width: 52%;
}
.bullet li {
	width: 90%;
	margin: 0 auto;
	list-style: disc;
	list-style-position: inside;
}
.btn a {
	display: block;
	width; 70%;
	margin: 20px auto 0;
	padding: 15px 0;
	background-color: #000;
	border-radius: 6px;
	color: #FFF;
	text-align: center;
}
.small-txt {
	font-size: 0.85rem;
}
.exclude {
	width: 70%;
	margin: 0 auto;
	padding: 10px 5%;
	background-color: #F2F2F2;
	list-style: disc;
	list-style-position: inside;
}
.shop-icon {
	width: 20%;
	margin: 20px auto 5px;
}
.bg-yellow {
	background-color: yellow;
}
.warning-txt {
	font-size: 0.85rem;
	color: red;
}
.product {
	width: 60%;
	margin: 0 auto;	
}
.product img {
	width: 100%;
}
.small-txt-red {
	color: red;
	font-weight: bold;
}

/* 対象店舗 */
.shop {
	width: 100%;
	margin: 0;
}
.shop li {
	position: relative;
	margin: 0 0 -1px 0;
	padding: 15px 5%;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;	
}
.shop li a {
	display: block;
	color: #333;
	width: 100%;
}
.shop li:after {
	content:"";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top:-5px;	
}
.logo {
	width: 20%;
	margin: 20px auto 15px;
}


/* エントリーボタンとステータス */
.btn-entry {
	width: 100%;
	background-color: #000;
	padding: 15px 0;	
}
.btn-entry a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
    background-image:-moz-linear-gradient(
    top,
    #f2d100 0%,
    #9c8600);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#f2d100),
    to(#9c8600));
}