@charset "UTF-8";

/* =================================================================
2.基本設定
使用ファイル：すべてのファイル
=================================================================*/

/*  padding/margin
-------------------------------------------------------------*/
.m0 {
	margin: 0;
}

.mT0 {
	margin-top: 0;
}

.mB0 {
	margin-bottom: 0;
}

.mR0 {
	margin-right: 0;
}

.mL0 {
	margin-left: 0;
}

.mT10 {
	margin-top: 10px;
}

.mB10 {
	margin-bottom: 10px;
}

.mR10 {
	margin-right: 10px;
}

.mL10 {
	margin-left: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR20 {
	margin-right: 20px;
}

.mL20 {
	margin-left: 20px;
}

.mT30 {
	margin-top: 30px;
}

.mB30 {
	margin-bottom: 30px;
}

.mR30 {
	margin-right: 30px;
}

.mL30 {
	margin-left: 30px;
}

.mT40 {
	margin-top: 40px;
}

.mB40 {
	margin-bottom: 40px;
}

.mR40 {
	margin-right: 40px;
}

.mL40 {
	margin-left: 40px;
}

.mT50 {
	margin-top: 50px;
}

.mB50 {
	margin-bottom: 50px;
}

.mR50 {
	margin-right: 50px;
}

.mL50 {
	margin-left: 50px;
}

/*------------------------------*/
.p0 {
	padding: 0;
}

.pT0 {
	padding-top: 0;
}

.pB0 {
	padding-bottom: 0;
}

.pR0 {
	padding-right: 0;
}

.pL0 {
	padding-left: 0;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pT20 {
	padding-top: 20px;
}

.pB20 {
	padding-bottom: 20px;
}

.pR20 {
	padding-right: 20px;
}

.pL20 {
	padding-left: 20px;
}

.pT30 {
	padding-top: 30px;
}

.pB30 {
	padding-bottom: 30px;
}

.pR30 {
	padding-right: 30px;
}

.pL30 {
	padding-left: 30px;
}

.pT40 {
	padding-top: 40px;
}

.pB40 {
	padding-bottom: 40px;
}

.pR40 {
	padding-right: 40px;
}

.pL40 {
	padding-left: 40px;
}

.pT50 {
	padding-top: 50px;
}

.pB50 {
	padding-bottom: 50px;
}

.pR50 {
	padding-right: 50px;
}

.pL50 {
	padding-left: 50px;
}

/*--------Add----------------*/
.small {
	font-size: 12px;
	line-height: 18px;
}

.supersmall {
	font-size: 10px;
	color: #757575;
	line-height: 15px;
}

.small_red {
	font-size: 12px;
	color: #7f0019;
}

.note_red {
	color: #7f0019;
}

.yotei_gray {
	color: #cccccc;
}

.big {
	text-transform: none;
	font-size: 18px;
	line-height: 30px;
}

.blue {
	color: #4FA78B;
}

/*  clear
-------------------------------------------------------------*/
.clear {
	clear: both;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*  左・右寄せ
-------------------------------------------------------------*/
.fL {
	float: left;
}

.fR {
	float: right;
}

.txC {
	text-align: center;
}

.txR {
	text-align: right;
}


/* =================================================================
3.コンテナ・メインコンテンツ
使用ファイル：すべてのファイル
=================================================================*/
#container {
	color: #333;
}

#main {}

#main section .inner {
	margin: 0 5%;
	padding: 15px 0;
}

#main section h2 {
	padding: 10px 4%;
	background: #164885;
	color: #fff;
	font-size: 18px;
}

#main section h2 span {
	padding: 0 0 0 4px;
	font-size: 14px;
	vertical-align: middle;
}

#main section .lead {
	line-height: 1.5;
	color: #164885;
}

/* add_miz */
/*#main section .lead img {max-width: 100%; height: auto;}
#main section .btn { display:block; border-radius:5px; overflow:hidden; }
#main section .btn a { display:block; text-decoration:none; }*/

/* displaynone - 非表示
-------------------------------------------------------------*/
.displaynone {
	display: none;
}

/* 汎用クラス
-------------------------------------------------------------*/
.btnWrap {
	border-radius: 3px;
	overflow: hidden;
}

/* for Android */
.accordionContent .inner {
	margin: 0 5% !important;
	padding: 1px 0 !important;
	border-top: #164885 3px solid;
	border-bottom: #6d8bb0 1px solid;
}

.accordionContent h3.accordionBtn {
	position: relative;
	margin: 0 !important;
	padding: 15px !important;
	background: #ecf0f6;
	color: #164885 !important;
	font-size: 13px !important;
	cursor: pointer;
}

.accordionContent h3.accordionBtn:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/usr/freepage/itemimage/btn_accordion_open.png) no-repeat;
	background-size: 20px 20px;
}

.accordionContent h3.accordionBtn.js-opened:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/usr/freepage/itemimage/btn_accordion_close.png) no-repeat;
	background-size: 20px 20px;
}

.accordionContent .accordionContentBody {
	margin: 1px 0 0;
	padding: 10px 15px 15px;
	background: #f8f8f8;
	line-height: 1.5;
}

.accordionContentError .inner {
	margin: 0 5% !important;
	padding: 1px 0 !important;
	border-top: #838383 3px solid;
	border-bottom: #838383 1px solid;
}

.accordionContentError h3 {
	position: relative;
	margin: 0 !important;
	padding: 15px !important;
	background: #f7f7f7;
	color: #7d7d7d !important;
	font-size: 13px !important;
	cursor: pointer;
}

.accordionContentError h3:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/usr/freepage/itemimage/btn_accordion_err_open.png) no-repeat;
	background-size: 20px 20px;
}


/* =================================================================
10.content
使用ファイル：すべてのファイル
=================================================================*/
#content {
	margin-bottom: 20px;
}

#content h2 {
	margin-bottom: 10px;
	padding: 8px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	color: #FFF;
	text-shadow: -1px 1px 1px #666;
}

/* top menu */
#content h3 {
	margin: 5px 10px;
	padding-left: 5px;
	border-left: 5px solid #960;
	font-size: 110%;
}

/* third menu */
#content h4 {
	margin: 5px 10px;
	font-size: 100%;
}

#content div.sentence {
	padding: 0 10px 15px;
}

#content div.sentence input[type="text"] {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence input[type="email"] {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence input[type="password"] {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence input[type="tel"] {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence input[type="number"] {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence input[type="button"] {
	padding: 5px;
}

#content div.sentence select {
	width: 100%;
	height: 30px;
	font-size: 110%;
}

#content div.sentence textarea {
	width: 100%;
	height: 50px;
}

#content input[type="radio"] {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	margin: 10px;
}

#content input[type="checkbox"] {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	margin: 10px;
}

#content div.sentence p.form_attention {
	color: #666;
	font-size: 85%;
}

#content div.buttonarea {
	padding: 10px 10px 20px;
	text-align: center;
}

/* mod_color #D55,#D22,#900 */
#content div.buttonarea input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036));
	color: #FFF;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 1px #666;
}

/* color button */
#content div.buttonarea a {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036));
	color: #FFF;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 1px #666;
}

/* color button */

#content div.buttonarea a.small {
	width: 40%;
	line-height: 1;
}

#content div.buttonarea a.sSmall {
	width: 20%;
	line-height: 1;
}

#content div.buttonarea a.cancel {
	border: 1px solid #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
}

/* gray button */
#content div.buttonarea a.cancelSmall {
	width: 40%;
	border: 1px solid #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	line-height: 1;
}

/* gray button */
#content div.buttonarea a.cancelsSmall {
	width: 20%;
	border: 1px solid #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	line-height: 1;
}

/* gray button */

#content div.listBorder {
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 10px;
}

#content .pagelink .button a {
	display: block;
	width: 60px;
	padding: 8px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	border-radius: 5px;
	border: 1px solid #333;
	text-shadow: -1px 1px 1px #666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* gray button */
#content .pagelink td {
	padding-right: 10px;
}

#content .pagelink td:first-child {
	padding-left: 10px;
}

#content .pagelink td.button {
	width: 60px;
}

#content .pagelink td.link {
	text-align: center;
	letter-spacing: 0.2em;
}

#content .pagelink {
	width: 100%;
	margin-bottom: 20px;
}

#content table.credit td {
	padding-right: 5px;
}


/* =================================================================
14.静的ページテンプレート
使用ファイル：ext/template.xhtml
=================================================================*/
#article {}

#article h2 {
	padding: 10px 4%;
	background: #164885 !important;
	color: #fff !important;
	font-size: 18px;
}

#article h3 {
	padding: 10px 4%;
	background: #e0e6f0 !important;
	color: #164885 !important;
}

#article h4 {
	margin: 15px 5% 0;
	padding: 0 0 0 7px;
	border-left: #164885 5px solid;
	font-size: 16px;
}

#article .cover {
	margin: 5px 0;
}

#article .cover .img {
	font-size: 0;
	line-height: 1;
}

#article .cover .img img {
	width: 100%;
	height: auto;
}

#article section {
	padding: 0 0 30px;
}

#article section .txt {
	padding: 15px 5% 0;
	font-size: 14px;
	line-height: 1.5;
}

#article section .img {
	padding: 15px 5% 0;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

/* add_miz ==*/
#article .imgArea {
	font-size: 0;
	line-height: 1;
	text-align: center;
}

#article .imgArea img {
	width: 65%;
	height: auto;
}

#article .item {}

#article .item4 ul {
	padding: 15px 5%;
}

#article .item4 ul li {
	float: left;
	width: 125px;
}

#article .item4 ul li+li {
	padding: 0 0 0 7%;
}

#article .item4 ul li img,
#article .item4 ul li span {
	display: block;
}

#article .item4 ul li .img img {
	border: #dcdddf 1px solid;
	width: 125px;
	height: 150px;
}

#article .item4 ul li .txt {
	padding: 15px 5% 0;
	font-size: 12px;
	line-height: 1.58;
	text-align: left;
}

#article .supersmall {
	padding: 0 5% 0;
	text-align: left;
}

/* クーポンラジオボタン制御に仕様 */
.couponHide {
	display: none;
}

/* add.n1807 SPトップ改修 ----------------------*/
body.toppage #main .gathering .mainMT .txt {
	padding: 0 5%;
	font-size: 12px;
	line-height: 1.58;
	text-align: left;
}

body.toppage #main .gathering ul li .imgMT img {
	border: #efefef 1px solid;
	width: 90%;
	height: auto;
	margin-top: 10px;
}

body.toppage #main .gathering .listMT .supersmall {
	padding: 3% 5%;
	text-align: left;
}

body.toppage #main .gathering .listMT li .txt {
	padding: 0 5% 15px;
	font-size: 12px;
	line-height: 1.58;
	text-align: left;
}

body.toppage #main .gathering .bn90 img {
	width: 100%;
}

body.toppage #main .gathering .bn90 {
	width: 90%;
	margin: 10px auto;
	border: none;
	background: none;
}

.icon_reading {
	background: url(/img/usr/freepage/itemimage/icon_reading.png) no-repeat left top;
}

.icon_reading:before {
	content: "読みもの";
}

.icon_shopping {
	background: url(/img/usr/freepage/itemimage/icon_shopping.png) no-repeat left top;
}

.icon_shopping:before {
	content: "お買もの";
}

.gathering ul li .txt {
	padding: 0 5% 15px;
	font-size: 12px;
	line-height: 1.58;
	text-align: left;
}

.gathering i {
	display: block;
	padding: 0 5%;
	margin: 0.8em 2.5%;
	background-size: 15px;
	font-size: 80%;
	font-style: normal;
	line-height: 1.58;
	text-align: left;
}

body.toppage #main .gathering .mainMT .supersmall {
	padding: 0 2.5% 5%;
	text-align: left;
	font-size: 12px;
	color: #000;
}

.gathering ul li i {
	background-size: 15px;
	margin: 0.8em 5%;
	padding: 0 10%;
	display: block;
	font-size: 80%;
	font-style: normal;
	height: 15px;
	line-height: 15px;
}

/* 2022.04.25 SP詳細ボタン色変更 ----------------------*/
#main #itemDetail .submit label span {
	background: #a83030;
}