@charset "utf-8";
@import url("/css/common/common.css");



/* // Common
----------------------------------------------- */
body{
    /* background: #f3f3f3 !important; */
    min-width:1200px;
}


/* // Header
----------------------------------------------- */
#Header {
    ackground: #xxxxxx;
    padding: 0;
    border-bottom: solid 1px #f5f5f5;
}

#Header h1 a {
    color: #000;
    margin: 0;
    padding: 0;
    width: 512px;
    height: 80px;
    font-weight: bold;
    line-height: 1.2;
    display: -ms-flexbox;
    display: -webkit-box;
  	display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#Header h1 a:hover {
    text-decoration: none;
}

#Header h1 a:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#Header h1 a img {
    margin: 0 1.6em 0 0;
    padding: 0;
    height: 80px;
    line-height: 1;
    display: inline-block;
    float: left;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#Header h1 a:hover img {
    opacity: 0.85;
}

#Header h1 a small {
    color: #fff;
    font-size: 82%;
    font-weight: normal;
}

#Header ul.link {
	position:absolute;
    top: 10px;
	right:0;
	font-size:93%;
}
#Header ul.link li {
	float:left;
	margin-left: 10px;
}
#Header ul.link li:nth-child(5) {
    clear: both;
}
/* add */
#Header .fa-angle-right {
    margin-right: 0.6em;
    color: #011;
}

#Header ul.link li a:link,
#Header ul.link li a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#Header ul.link li a i {
    color: #000;
}

#Header ul.link li a:hover {
    color: #000;
    text-decoration: underline;
    /* opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )"; */
}

/* base.css line 26 - 33 対応 */
#Header ul.link li a:hover i {
    color: #fff;
    text-decoration: none;
    display: inline-block !important;
}

.premiumYutaiclubLogo {
    /* background: #fff; */
    background: #000;
    margin: 0;
    padding: 0;
    width: 90px;
    height: 50px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -moz-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
    display: block;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 9999;
}

.premiumYutaiclubLogo img {
    margin: auto;
    padding: 0;
    width: 65%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* // Gnavi
----------------------------------------------- */
#Gnavi {
	padding-bottom:8px;
}
/*
#Gnavi .logo {
	width:225px;
	float:left;
	border-right:1px solid #dfdfdf;
	box-sizing: border-box;
	text-align:left;
	padding-left:20px;
}
#Gnavi nav {
	width:875px;
	float:left;
}
#Gnavi nav li {
	float:left;
	width:175px;
	border-right:1px solid #dfdfdf;
	box-sizing: border-box;
	padding-left:8px;
	padding-right:8px
}
#Gnavi nav li a {
	display:block;
	position:relative;
	box-sizing: border-box;
	text-align:center;
	font-weight: 100;
	font-size:18px;
	color:#666;
	line-height:1.4em;
	padding-top:45px;
}
#Gnavi nav li a i {
	display:block;
	text-align:center;
	position:absolute;
	left:0;
	top:18px;
	width:100%;
}
#Gnavi nav li a:hover {
	text-decoration:none;
	background-color:#F2F2F2;
}
#Gnavi nav li a:hover i {
	top:21px;
}

body#Top #Gnavi nav li.nav_01 a i,
body#Program #Gnavi nav li.nav_02 a i,
body#List #Gnavi nav li.nav_03 a i,
body#Detail #Gnavi nav li.nav_03 a i,
body#Post #Gnavi nav li.nav_04 a i,
body#Help #Gnavi nav li.nav_05 a i
 {
	display:none;
}
body#Top #Gnavi nav li.nav_01 a,
body#Program #Gnavi nav li.nav_02 a,
body#List #Gnavi nav li.nav_03 a,
body#Detail #Gnavi nav li.nav_03 a,
body#Post #Gnavi nav li.nav_04 a,
body#Help #Gnavi nav li.nav_05 a
 {
	background-color:#103082;
	color:#FFF;
	font-weight: 200;
}
*/
/* // Breadcrumb
----------------------------------------------- */
#Breadcrumb {
    color: #333;
	background: #f9f9f9;
    margin: 0 0 30px;
	padding: 16px 0;
    font-size: 82%;
	line-height: 1;
    border-bottom: solid 1px #f5f5f5;
}

#Breadcrumb li {
	float: left;
}

#Breadcrumb i {
    color: #333;
	padding: 0 12px;
}

#Breadcrumb a:link,
#Breadcrumb a:visited {
	color: #343434;
    text-decoration: none;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#Breadcrumb a:hover {
    color: #001a72;
    text-decoration: underline;
    /* opacity: 0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )"; */
}




/* // Footer
----------------------------------------------- */
#Footer {
    color: #fff;
    background: #005396;
    padding: 40px 0;
    height: 15px;
	line-height: 1;
}

#Footer:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#Footer ul.link {
    display: inline-block;
}

#Footer ul.link li {
	margin-right: 25px;
    float: left;
}

#Footer a:link, #Footer a:visited {
    color: #fff;
    text-decoration: none;
}

#Footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#Footer p.copy {
	font-size: 90%;
	position: absolute;
	top: 10%;
    right: 95px;
}

#Footer .footeLogo {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 36px;
    position:absolute;
	top: -12px;
	right: 0;
}


/* // pageTop
----------------------------------------------- */
.pageTop {
	font-size:30px;
	display:block;
	padding:10px;
	display:block;
	position:fixed;
	right:10px;
	bottom:70px;
	background-color: #333;
	color:#FFF !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageTop i {
	color:#FFF;
	position:relative;
	top:-3px;
}
.pageTop:hover i {
	top:-6px;
}
.pageTop:hover {
	background-color: #555;
}




/* // PageHeder
----------------------------------------------- */

/* // Module
----------------------------------------------- */
dl.tableA {
	line-height:1.5;
}

dl.tableA:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
dl.tableA {	display: inline-block;}
/* Hides from IE Mac */
* html dl.tableA {	height: 1%;	}
dl.tableA {	display:block;	}
/* End Hack */

dl.tableA dt {
    color: #fff;
    background: #444;
    margin: 0;
    padding: 15px;
    width: 30%;
    font-weight: normal;
    border: solid #d8d8d6;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    display: block;
    float: left;
}

dl.tableA dd {
    margin: 0;
    padding: 15px;
    width: 70%;
    font-weight: normal;
    border: solid #d8d8d6;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    display: block;
    float: left;
}

dl.tableA.s dt,
dl.tableA.s dd {
	padding: 8px;
	font-size: 96%;
}

dl.tableA dt:first-child {
	border-top: 1px #d8d8d6 solid;
}

dl.tableA dt.last {
	border-bottom: 1px #d8d8d6 solid;
}

dl.tableA dd.first {
	border-top: 1px #d8d8d6 solid;
}

dl.tableA dd:first-child {
    border-top: 1px #c00 solid !important;
}

dl.tableA .item em {
	display:block;
}

dl.tableA dt span.must {
    color: #fff;
    background: #af1d7b;
    margin-left: 10px;
	padding: 0 5px;
	font-size: 90%;
	/* border-radius: 3px; */
    display:inline-block;
}


input, button, textarea, select {
	margin: 0;
	padding: 7px;
	background: #FFF;
	border: 1px solid #AAA;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.btnA input {
	padding: 0;
	background: none;
	border: 0 solid #AAA;
	border-radius: 0;
	color:#FFF;
	line-height:1;
}

input,textarea{
	box-sizing:border-box;
    width: 100%;
}

select:focus,
input:focus,
textarea:focus{
	background-color: #ffeff7;
}
input[type="radio"] {
	width:18px;
	height:18px;
	border:1px solid #CCC;
}
input[type="checkbox"] {
	width:18px;
	height:18px;
	border:1px solid #CCC;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;

    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E71063;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.formError {
	list-style:disc;
	background-color:#FFE8ED;
	color:#D80041;
	padding:10px 10px 4px 10px;
	margin-bottom:20px;
}
.formError li{
	margin-left:1.4em !important;
	margin-bottom:6px !important;
	line-height:1.4em !important;
}

.loginBox {
	width:65%;
	margin:0 auto;
}
/* .loginBox dl {
	border:4px solid #DDD;
	padding:25px 20px;
	background-color:#FAFAFA;
	box-sizing: border-box;
} */
/* add */
.loginBox dl {
	border:8px solid #d0d0d0;
	padding:25px 20px;
	background-color:#FAFAFA;
	box-sizing: border-box;
}
.loginBox dt  {
	border-left:5px solid #333;
	padding:3px 0 3px 10px;
	font-weight:500;
	margin-bottom:8px;
	font-size:108%;
}
.loginBox dd  {
	margin-bottom:25px;
}

.kiyakubox {
	width:100%;
	height:300px;
	display:block;
	overflow:auto;
	font-size:11px;
	line-height:1.4em;
	border:1px solid #CCC;
	text-align:left;
	padding:10px;
	margin: 20px auto 40px;
	box-sizing: border-box;
}
.kiyakuboxSmall {
    margin: -20px 0 40px;
    padding: 10px;
	width: 100%;
	height: 150px;
    border:1px solid #CCC;
	display: block;
	overflow: auto;
	box-sizing: border-box;
}
.kiyakuboxSmall pre {
    margin: 1em 0.8em;
    font-size: 82%;
    line-height: 1.4;
    white-space:pre-wrap;
}
ul.registFlow {
	margin-bottom:40px;
}
ul.registFlow li {
	float:left;
	display:block;
	text-align:center;
	box-sizing: border-box;
	width:25%;
	padding:0 7px;
	color:#999;
	font-weight:100;
}
ul.registFlow li span {
	border:5px #e7e7e7 solid;
	display:block;
	padding:12px 5px;
	background-color:#FBFBFB;
}
ul.registFlow li span em {
	font-size:160%;
	letter-spacing:0.1em;
}
ul.registFlow.on1 li:nth-child(1) span,
ul.registFlow.on2 li:nth-child(2) span,
ul.registFlow.on3 li:nth-child(3) span,
ul.registFlow.on4 li:nth-child(4) span
 {
	background-color:#343434;
	border-color:#595959;
	color:#FFF;
}

/* ポイント通帳・優待商品交換履歴 ボタン - 2019.06.28 */
.historyBtnList {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.historyBtnList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.historyPointBtn,
.historyExchangeBtn {
    margin: 0 2% 0 0;
    padding: 0;
    width: 49%;
    height: 34px;
    font-size: 100%;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #898989;
    box-sizing: border-box;
    float: left;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.historyExchangeBtn {
    margin: 0;
}

.historyPointBtn:before,
.historyExchangeBtn:before {
    content: "\f138";
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
}

.historyPointBtn:link, .historyPointBtn:visited,
.historyExchangeBtn:link, .historyExchangeBtn:visited {
    color: #fff;
    background: #636363;
    text-decoration: none;
}

.historyPointBtn:hover,
.historyExchangeBtn:hover {
    color: #636363;
    background: #fff;
    border: solid 1px #fff;
}


/* // テキスト設定
----------------------------------------------- */
.headTxA {
    color: #000;
    margin: 0;
    padding: 0.6em 0;
    font-size: 22px; /* 26px */
    font-weight: normal;
    border: solid #000;
    border-width: 0 0 1px;
    position: relative;
}

.headTxLogin {
    color: #005396;
    padding: 0.6em 0;
    font-size: 22px; /* 32px */
    font-weight: normal;
    line-height:1.2;
    position: relative;
}

.headTxB {
	border-bottom:1px solid #444;
	line-height:1.3;
	padding-bottom:12px;
	font-size:140%;
	color:#000;
}

/* .nowUserPoint {
	border:5px #cccdc4 solid;
	padding:14px;
	background-color:#FCFCF4;
	margin-bottom:25px;
	color:#222;
} */
/* add */
.nowUserPoint {
	border: solid 3px #3eaf00;
	padding:14px;
	background-color: #fff;
	margin-bottom:25px;
	color:#333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nowUserPoint em {
	font-weight:600;
	padding-right:10px;
	font-size:108%;
}
/* .nowUserPoint span.point {
	padding-left:10px;
	color:#EA0046;
} */
/* add */
.nowUserPoint span.point {
	padding-left:10px;
	color: #3eaf00;
}
.nowUserPoint span.point em {
	font-size:140%;
}

#Program .headTxA.mab35,
#List .headTxA,
#Post .headTxA.mab35,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #000;
    margin: 0;
    padding: 0.6em 0;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-left: none;
    position: relative;
}

/* #Program .headTxA.mab35:before,
#List .headTxA:before,
#Post .headTxA.mab35:before,
#Help .headTxA.mab35:before,
#ContentsWrap #MainContents.narrow .headTxA.mab35:before {
    content: "";
} */

/* #Program .headTxA.mab35:after,
#List .headTxA:after,
#Post .headTxA.mab35:after,
#Help .headTxA.mab35:after,
#ContentsWrap #MainContents.narrow .headTxA.mab35:after {
    content: "";
} */


/* // boxFrame
----------------------------------------------- */
.boxFramA,
.boxFrameA {
	border:1px solid #CCC;
	background-color:#FAFAFA;
	padding:15px;
}

.boxFrameB {
	border:5px solid #DBDBC9;
	padding:35px 20px;
	background-color:#FFFFF4;
	box-sizing: border-box;
}
/* add */
.boxFrameB {
	border: 8px solid #d0d0d0;
	padding:35px 20px;
	background-color:#fafafa;
	box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.boxFrameB dt  {
	border-left:5px solid #333;
	padding:3px 0 3px 10px;
	font-weight:500;
	margin-bottom:8px;
	font-size:108%;
}
.boxFrameB dd  {
	margin-bottom:25px;
}


.boxFrameB.account .box1  {
	margin:0 auto;
	width:60%;
}


/* add */
.boxFrameB.account .box1 .formSubmit {
    background-color: #a61223;
}

.boxFrameB.account .box1 .formSubmit:hover {
    opacity:0.7 !important;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}





/* // ボタン設定
----------------------------------------------- */
.btnA {
    color: #fff;
	background: #007bd1;
    padding: 16px 0;
    width: 70%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
	border: solid 1px #007bd1;
	display: inline-block;
	box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.taLeft .btnA,
.mab30 .btnA {
    width: auto;
}

.btnA i {
	color:#FFF;
	position: absolute;
	top: 50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btnA:hover {
    color: #fff;
	text-decoration: none;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

.btnA.left {
	padding-right:30px;
	padding-left:50px;
}
.btnA.left i {
	left:10px;
}
.btnA.s {
	padding:10px 36px 10px 16px;
	font-size:100%;
}
.btnA.s.left {
	padding:10px 16px 10px 36px;
}
.btnA.gray {
	background-color:#AAA;
    border: solid 1px #aaa;
}
.btnA.blue {
	background-color:#004DA5;
}
.btnA.green {
	background-color:#777;
}
.btnA.green:hover {
	opacity:0.7 !important;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
/* add */
#Program a.formSubmit {
    background: #0871e6;
}
.loginBox .btnA.green {
    background-color: #af1d7b;
}
form[name="_contact_indexActionForm"] .btnA.green {
    background-color: #af1d7b;
}
form[name="_contact_indexActionForm"] .btnA.green:hover {
    opacity:0.7 !important;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
form[name="_privacy_editActionForm"] .btnA.green {
    background: #aaa;
    border: solid 1px #aaa;
}
.btnA.red {
	background-color:#D60202;
}
.btnA.pink {
	background-color:#DB0879;
}
.btnA.white {
	background-color:#fff;
	border:1px solid #444;
	color:#333;
}
.btnA.white i {
	color:#212121;
}

.history .btnA.white {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    color: #fff;
    background: #636363;
    border: none;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.history .btnA.white:hover {
    opacity: 0.8;
}
.history .btnA.white i {
	color:#212121;
}

span.btnA {
	padding:0;
}

span.btnA.left {
	padding-right:0;
	padding-left:0;
}
span.btnA.s {
	padding:0;
}
span.btnA.s.left {
	padding:0;
    border: solid 1px #aaa;
}

span.btnA input {
	padding:16px 50px 16px 30px;
	cursor:pointer;
	text-align:center;
}

.btnA.left input {
	padding-right:30px;
	padding-left:50px;
}
.btnA.s input {
	padding:10px 36px 10px 16px;
}
.btnA.s.left input {
	padding:10px 16px 10px 36px;
}


/* // --------------------------------------------------------------------------------------------------------- */

/* // Structure
----------------------------------------------- */

#ContentsWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
#ContentsWrap {	display: inline-block;}
/* Hides from IE Mac */
* html #ContentsWrap {	height: 1%;	}
#ContentsWrap {	display:block;	}
/* End Hack */


#ContentsWrap {
	padding-bottom:70px;
}

#ContentsWrap #SideContents {
	float:left;
	width:200px;
	margin-right:40px;
}

#ContentsWrap #MainContents {
	float:left;
	width:860px;
}
#ContentsWrap #MainContents.narrow {
	float:none;
	width:800px;
	margin:0 auto;
}


/* // Top ----------------------------------------------- */
#Top #Breadcrumb {
    margin-bottom:0;
}

#Top #MainVisual {
	height:500px;
	background:url(/images/shared/top_mv_01.jpg) left top repeat-x;
    background-size: contain;
	text-align:left;
	margin-bottom:15px;
}

/* #Top #MainVisualLayer {
    background-color:rgba(255,255,255,0.5);
    height:500px;
} */
/* add */
#Top #MainVisualLayer {
    background-color:rgba(0,0,0,0.55);
    height:500px;
}

/* #Top .memberbox {
	width:400px;
	height:500px;
	display:block;
	background-color:rgba(00,37,72,0.75);
	padding:25px 40px;
	box-sizing: border-box;
	color:#FFF;
	font-weight:100;
} */
/* add */
#Top .memberbox {
    background-color:rgba(0,0,0,0.75);
    color: #fff;
    padding: 25px 40px;
	width: 400px;
	height: 500px;
	font-weight: 100;
	box-sizing: border-box;
    display: block;
}
/* #Top .memberbox .catchbox {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:5px;
} */
/* add */
#Top .memberbox .catchbox {
    background: #fff;
    border: solid 4px #ddd;
	padding: 0.5px;
    margin-top: 15px;
}
/* #Top .memberbox .catchbox p.catch {
	font-weight:100;
	text-align:center;
	font-size:18px;
} */
/* add */
#Top .memberbox .catchbox p.catch {
    color: #444;
	font-weight: 100;
	text-align: center;
	font-size: 18px;
    margin-top: 10px;
}
#Top .memberbox .catchbox p.catch em {
	font-weight: 100;
	font-size: 26px;
	display: block;
	padding-top: 7px;
}
/* #Top .memberbox .catchbox p.btn{
	margin-top:25px;
} */
/* add */
#Top .memberbox .catchbox p.btn {
	margin-top: 15px;
    margin-bottom: 10px;
}
#Top .memberbox .catchbox p.btn a {
    background: #666;
    margin: 0 auto;
    width: 70%;
    display: block;
}
#Top .memberbox .catchbox p.btn a img {
    width: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#Top .loginbtn{
	margin-top: 30px;
}
#Top .loginbtn li{
	margin-bottom: 15px;
}
#Top .loginbtn li a img {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#Top .memberbox .catchbox p.btn a:hover img,
#Top .loginbtn li a:hover img {
    opacity: 0.8;
}

/* #Top .memberbox .name {
	background:url(/images/shared/top_icon_01.png) left center no-repeat;
	background-size:auto 40px;
	padding:5px 0 5px 52px;
	line-height:1.3em;
	margin-bottom:17px;
	font-size:92%;
} */
/* add */
#Top .memberbox .name {
	background:url(/images/shared/top_icon_01.png) left 6px no-repeat;
	background-size: auto 40px;
	padding: 5px 0 10px 52px;
	line-height: 1.3em;
	/* margin-bottom:17px; */
	font-size: 92%;
    border-bottom: solid 2px #fff;
    margin-bottom: 10px;
}
#Top .memberbox .name em {
	font-size: 130%;
	padding-right: 7px;
}

/* add */
/* #Top .memberbox .name + p {
    text-align: center;
} */

/* #Top .memberbox .now {
	font-size:84%;
	margin-bottom:25px;
} */
/* add */
#Top .memberbox .now {
	font-size:84%;
	/* margin-bottom:25px; */
    background: #fff;
    color: #333;
    border-top: solid 2px #3eaf00;
    border-right: solid 2px #3eaf00;
    border-bottom: solid 2px #3eaf00;
    border-left: solid 2px #3eaf00;
}
/* #Top .memberbox .now em {
	margin-right:10px;
	display:inline-block;
	padding:3px 7px;
	background-color:#003772;
	font-size:110%;
} */
/* add */
#Top .memberbox .now em {
	margin-right: 55px;
	display: inline-block;
	padding: 2px 15px;
	background-color: #3eaf00;
	font-size: 110%;
    color: #fff;
}
/* #Top .memberbox .point {
	margin-bottom:15px;
	text-align:center;
} */
/* add */
#Top .memberbox .point {
    color: #333;
    background: #fff;
    padding: 2px 0 5px;
	text-align: left;
    border-bottom: solid 2px #3eaf00;
    border-right: solid 2px #3eaf00;
    border-left: solid 2px #3eaf00;
}
/* #Top .memberbox .point em {
	font-size:45px;
	padding-right:10px;
} */
/* add */
#Top .memberbox .point em {
    color: #3eaf00;
	padding-right: 10px;
    width: 60%;
    font-size: 30px;
    line-height: 1.1;
    text-align: right;
    display: inline-block;
}
#Top .memberbox .history {
	margin-bottom: 10px;
	text-align:center;
}
/** add */
#Top .memberbox .middle {
    border-right: solid 2px #3eaf00;
    border-left: solid 2px #3eaf00;
}

#Top .memberbox .bottom {
    padding: 0.5em 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

#Top .memberbox .willsCoinDiv a {
    color: #cb9b0e;
}

#Top .memberbox .willsCoinDiv a:after {
    content: "\f08e";
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}

#Top .willsCoinDiv {
    margin-top:10px;
}

#Top .willsCoinDiv .taCenter {
    line-height: 1.6;
}


#Top #Flow {
	padding-bottom:70px;
	border-bottom:1px solid #CCC;
}
#Top #Goods {
	padding-top:70px;
	padding-bottom:70px;
}
#Top #Goods .catch {
	font-size:200%;
}

/* #Top #Link { */
/*	padding-top:90px;*/
	/* padding-bottom:8px;
	background-color:#ffffff;
} */
/* add */
#Top #Link {
    margin: 0 auto;
    padding: 0 0 60px;
}
#Top #Link .kigyo a,
#Top #Link .ir a {
    background: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#Top #Link .kigyo a:hover,
#Top #Link .ir a:hover {
    /* -moz-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4); */
}
#Top #Link .kigyo a:hover img,
#Top #Link .ir a:hover img {
    opacity: 0.8;

}
html.pc #Top #Link .kigyo img,
html.pc #Top #Link .ir img {
    width: 475px;
    height: 100px;
}

/* #Top .attention {
	width:1000px;
	margin:0 auto 10px;
} */
#Top .attention {
	width:1000px;
	/* margin:0 auto 10px; */
    margin: 30px auto;
}
/* #Top .attention p {
	border:1px solid #333;
	line-height:1.3em;
	padding:10px 10px;
	text-align:center;
	box-sizing: border-box;
} */
/* add */
#Top .attention p {
    color: #000;
    padding: 10px;
    background: #f2f2f2;
	line-height:1.3em;
	text-align:center;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
}

#Top .topNews {
    margin: 0 auto 60px;
    padding: 0;
    width: 1000px;
}

#Top .topNewsH2 {
    color: #333;
    margin: 0 0 1.6em;
    padding: 0.8em 0;
    font-size: 127%;
    font-weight: normal;
    line-height: 1;
    border-bottom: solid 2px #e8e8e8;
    position: relative;
}

/* #Top .topNewsH2:before {
    content: "";
} */

/* #Top .topNewsH2:after {
    content: "";
} */

#Top .topNewsDList {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#Top .topNewsDList dt {
    color: #333;
    margin: 0 0 0.4em;
    padding: 0;
    line-height: 1;
}

#Top .topNewsDList dd {
    margin: 0 0 1.4em;
    padding: 0;
    line-height: 1.3em;
}

#Top .topNewsDList dd a:link,
#Top .topNewsDList dd a:visited {
    color: #333;
    text-decoration: none;
}

#Top .topNewsDList dd a:hover {
    color: #af1d7b;
    text-decoration: underline;
    /* opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )"; */
}

#Top .topNewsDList dd a:after {
    content: "\f08e";
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
}







/* // 商品一覧 ----------------------------------------------- */

@media screen and (min-width: 581px)  {
    #List .menu_btn1 {
        display: none!important;
    }
}

/* .goddsAttention {
	line-height:1.3em;
	font-weight:400;
	background-color:#FFDFE9;
	padding:10px;
	font-size:112%;
	color:#EA002E;} */
/* add */
.goddsAttention {
	line-height:1.3em;
	font-weight:400;
	background-color: #ff9900;
	padding:10px;
	font-size:112%;
	color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* add */
.annotation span {
    color: #c00 !important;
}


#List  #Breadcrumb {
	margin-bottom:0;
}

/* #List  #PageTitle {
	background:url(/images/shared/list_mv_01.jpg) center center no-repeat;
	height:175px;
	margin-bottom:30px;
} */
/* add */
#List  #PageTitle {
	background:url(/images/shared/list_mv_01.jpg) center center repeat-x;
    background-size: contain;
	height:175px;
	margin-bottom:30px;
}
#List  #PageTitleDummy {
    margin-bottom:30px;
}
#List  #PageTitle h1 {
	line-height:1.2;
	text-align:center;
	background:url(/images/shared/list_title_bg.png) center center no-repeat;
	padding:35px 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:34px;
	letter-spacing:0.1em;
	font-weight:100;
	color:#000;
}


/*Recommend 共通 */
#List .image {
 position: relative;
}

/*Recommend ribbon */
#List .point-ribbon {
 position: absolute;
 background: #FF797D;
 font-size: 12px;
 color: #fff;
}
#List .point-ribbon:before {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}
#List .point-ribbon:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}
#List /* ⑤ribbon-l */
.point-ribbon-l {
 top: .5em;
 left: -6px;
 height: 1.5em;
 line-height: 1.5;
 padding-left: .5em;
}
#List .point-ribbon-l:before {
 left: 0;
 top: 100%;
 border-top:6px solid #C83539;
 border-left:6px solid transparent;
}
#List .point-ribbon-l:after {
 left: 100%;
 bottom: 0;
 border:.8em solid #FF797D;
 border-right:.7em solid transparent;
}

@media screen and (min-width: 1501px)  {
	#List  #PageTitle {
		background-size:cover;
	}
}

.googsListWrap {
	width:900px;
	margin-left:-40px;
}
.googsListWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.googsListWrap {	display: inline-block;}
/* Hides from IE Mac */
* html .googsListWrap {	height: 1%;	}
.googsListWrap {	display:block;	}
/* End Hack */

.googsListWrap .googsItem {
	float:left;
	width:260px;
	margin-left:40px;
	margin-bottom:75px;
	position:relative;
}

.googsListWrap .googsItem a {
	padding-bottom:15px;
	display:block;
	border-bottom:1px solid #444;
}
/* .googsListWrap .googsItem a:hover {
	text-decoration:none;
	padding-bottom:13px;
	border-bottom:3px solid #444;
} */
/* add */
.googsListWrap .googsItem a:hover {
	text-decoration:none;
	padding-bottom:13px;
	border-bottom:3px solid #999;
}
.googsListWrap .googsItem a p.ph {
	display:block;
	width:260px;
	height:260px;
	overflow:hidden;
}
.googsListWrap .googsItem a p.ph img {
	width:260px;
	height:auto;
	position:relative;
}
.googsListWrap .googsItem a p.ph img.lie {
	width:auto;
	height:260px;
}



.googsListWrap .googsItem a p.name {
	color:#333;
	margin-top:20px;
	margin-bottom:45px;
	font-size:108%;
	font-weight:300;
	line-height:1.6;
}
.googsListWrap .googsItem a p.point {
	font-size:130%;
	color:#999;
	position:absolute;
	bottom:13px;
	left:0;
}

/* .googsListWrap .googsItem a .detail {
	position:absolute;
	bottom:13px;
	right:0;
	display:inline-block;
	font-size:108%;
	background-color:#003772;
	padding:5px 10px 5px 35px;
	color:#FFF;
	line-height:1;
} */
/* add */
.googsListWrap .googsItem a .detail {
	position:absolute;
	bottom:13px;
	right:0;
	display:inline-block;
	font-size:108%;
	background-color:#333;
	padding:5px 10px 5px 35px;
	line-height:1;
}
.googsListWrap .googsItem a .detail span {
    color: #fff !important;
}
.googsListWrap .googsItem a .detail i {
	color:#FFF;
	padding-left:20px;
}
/* .googsListWrap .googsItem a:hover .detail {
	background-color:#E5ECF2;
    color:#000;
	padding-right:6px;
} */
/* add */
.googsListWrap .googsItem a:hover .detail {
	background-color: #999;
	padding-right:6px;
}
.googsListWrap .googsItem a:hover .detail span {
    color: #333 !important;
}
.googsListWrap .googsItem a:hover .detail i {
	padding-left:24px;
}


/* #List ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	border: 1px solid #DDD;
	text-align: center;
}

#List ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#List ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #E8E8E8;
	text-decoration: none;
	vertical-align: middle;
}
#List ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

#List ul.pageNav li a:hover {
	color: #000;
	background: #D8D8D8;
	border-color: #00f;
} */

#List ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#List ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#List ul.pageNav li:empty {
    background: none;
}

#List ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

#List ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

#List ul.pageNav li a:link,
#List ul.pageNav li a:visited {
    text-decoration: none;
}

#List ul.pageNav li a:hover {
    color: #0353a4;
    border: solid 1px #ddd;
}

#List ul.pageNav li a:hover i {
    color: #0353a4;
}

/* #CategoryMenu .block.user {
	border:6px #cccdc4 solid;
	padding:8px;
	background-color:#FCFCF4;
	margin-bottom:30px;
	line-height:1.2;
	color:#222;
} */
/* add */
#CategoryMenu .block.user {
	border: solid 4px #3eaf00;
	padding:8px;
	background-color: #fff;
	margin-bottom:30px;
	line-height:1.2;
	color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#CategoryMenu .block.user p.name {
	padding-left:29px;
	position:relative;
	font-size:12px;
	margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #333;
}
#CategoryMenu .block.user p.name em {
	font-size:15px;
	display:inline-block;
	padding-right:7px;
	font-weight:500;
	padding-bottom:1px;
}
#CategoryMenu .block.user p.name i {
	position:absolute;
	top:2px;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:30px;
}

#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color:#91002E;
}
/* add */
#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color: #3eaf00;
}
#CategoryMenu .block.user p.point em {
	font-size:28px;
	padding-right:7px;
}
/* #CategoryMenu .block.user p.date {
	text-align:center;
	font-weight:100;
	font-size:10px;
	color:#444;
} */
/* add */
#CategoryMenu .block.user p.date {
	text-align:center;
	font-weight:100;
	font-size:11px;
	color:#333;
}


/*
.modal .block.point {
	margin-top:40px;
}

.modal p.head {
	font-size:17px;
	border-left:1px solid #333;
	font-weight:200;
	padding:23px 0 23px 19px;
	margin-bottom:15px;
}
.modal ul.menu{
}
.modal ul.menu li.parent > a{
	font-weight:200;
	padding:15px 0 15px 32px;
	display:block;
	font-size:14px;
	line-height:1.5;
	position:relative;
}
.modal ul.menu a:hover{
	text-decoration:none;
	background-color:#F8F8F8;
}

.modal ul.menu li i {
	font-size:22px;
	padding-right:17px;
	position:absolute;
	top:28%;
	left:15px;
	color:#777;
	font-weight:100;
}
.modal ul.menu li a:hover i {
	left:18px;
}
.modal ul.menu .childWrap{
	padding-bottom:18px;
	display:none;;
}

.modal ul.menu .childWrap li.child a{
	margin-left:25px;
	font-weight:200;
	display:block;
	font-size:13px;
	line-height:1.4;
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}*/
/* .modal ul.menu li.parent > a.on,
.modal ul.menu .childWrap a.on{
	background-color:#003772;
	color:#FFF;
} */
/* add */

.modal ul.menu li.parent > a.on,
.modal ul.menu .childWrap a.on{
	background-color:#333;
	color:#FFF;
}
/*
.modal ul.menu li.parent > a.on i {
	display:none;
}
*/



/* // 商品検索 ----------------------------------------------- */
#productSearch {
    /* background: #ccc; */
    margin: -30px 0 40px;
    padding: 0;
    width: 100%;
    height: 35px;
    position: relative;
}

#productSearch input[type="text"] {
    color: #444;
    margin: 0;
    padding: 0 10px;
    width: 538px; /* 560px */
    height: 33px; /* 33px */
    font-size: 0.9375em; /* 15px */
    line-height: 1em;
    border: 1px solid #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: content-box; /* for Google Chrome - 幅にパディングを含めない */
    -webkit-appearance: none; /* for Safari - 初期スタイルをリセット */
}

#productSearch input[type="text"]::-webkit-input-placeholder { /* for Safari & Google Chrome */
    color: #b3b3b3;
    padding-top: 0.2em;
}

#productSearch input[type="text"]::-moz-placeholder { /* for Firefox */
    color: #b3b3b3;
}

#productSearch input[type="text"]:-ms-input-placeholder { /* for IE */
    color: #b3b3b3;
}

#productSearch input[type="text"]:focus {
    outline:none;
    background: #f3f3f3;
    -webkit-box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset;
    -moz-box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset;
    box-shadow: rgba(37, 74, 128, 0.7) 0px 0px 2px 1px inset;
}

#productSearch input[type="submit"] {
    color: #efefef;
    /* background: #939393; */
    background: #333;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: 1.375em; /* 22px */
    line-height: 1;
    border: 1px solid #333;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 560px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

#productSearch input[type="submit"]:hover {
    color: #fff;
    background: #000;
}

.searchResultPra {
    color: #333;
    margin: -20px 0 40px;
    padding: 0;
    font-size: 1em; /* 16px */
    line-height: 1.5;
}

.searchResultPra strong {
    color: #699ad0;
    margin: 0 0.2em;
    font-size: 1.125rem; /* 18px */
    font-weight: bold;
    line-height: 1.5;
}




/* // 商品詳細 ----------------------------------------------- */

@media screen and (min-width: 581px)  {
    #Detail .menu_btn1 {
        display: none!important;
    }
}

#Detail #DetailWrap {

}

/*Recommend 共通 */
#Detail .image {
 position: relative;
 z-index: 2;
}

/*Recommend ribbon */
#Detail .point-ribbon {
 position: absolute;
 background: #FF797D;
 font-size: 12px;
 color: #fff;
 z-index: 1;
}
#Detail .point-ribbon:before {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}
#Detail .point-ribbon:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}
/* ⑤ribbon-l */
#Detail .point-ribbon-l {
 top: .5em;
 left: -6px;
 height: 1.5em;
 line-height: 1.5;
 padding-left: .5em;
}
#Detail .point-ribbon-l:before {
 left: 0;
 top: 100%;
 border-top:6px solid #C83539;
 border-left:6px solid transparent;
}
#Detail .point-ribbon-l:after {
 left: 100%;
 bottom: 0;
 border:.8em solid #FF797D;
 border-right:.7em solid transparent;
}

#DetailWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
#DetailWrap {	display: inline-block;}
/* Hides from IE Mac */
* html #DetailWrap {	height: 1%;	}
#DetailWrap {	display:block;	}
/* End Hack */

#Detail #DetailWrap .phArea {
	float:left;
	width:400px;
	margin-right:50px;
}
#Detail #DetailWrap .txArea {
	float:left;
	width:410px;
}
#Detail .flex-control-nav {
	width:410px;
	margin-left:-5px;
}

#Detail #DetailWrap .txArea {
	float:left;
	width:410px;
}
#Detail #MainContents .btnBack a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #222;
	line-height:1;
	font-size:108%;
	color:#FFF;
	padding:6px 15px 6px 10px;
}
#Detail #MainContents .btnBack a i{
	font-size:120%;
	padding-right:15px;
	color:#FFF;
}
#Detail #MainContents .btnBack a:hover {
	text-decoration:none;
	background-color:#555;
}


#Detail #MainContents .nowPoint {
    color: #3eaf00;
    margin-top:-36px;
	font-size: 120%;
    line-height: 1;
	text-align: right;
}
/* #Detail #MainContents .nowPoint span {
	background-color:#ececec;
	display:inline-block;
	padding:8px 15px 12px;
} */
/* add */
#Detail #MainContents .nowPoint span {
	/* background-color: #5556be; */
	display:inline-block;
	padding:0 15px;
    height: 50px;
    line-height: 50px;
    border: solid 3px #3eaf00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
#Detail #MainContents .nowPoint span i {
	font-size:200%;
	padding-right:15px;
	position:relative;
	top:4px;
}
#Detail #MainContents .nowPoint span strong {
	padding:0 8px;
	font-size:115%;
	font-weight:800;
}
#Detail #MainContents .over {
	text-align:right;
	color:#EA002E;
}
#Detail #MainContents .goodsname {
    color: #222;
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    background-color: #f8f9f8;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #e6ebe9), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #e6ebe9),
            color-stop(.75, #e6ebe9), color-stop(.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #e6ebe9 25%, transparent 25%,
          transparent 50%, #e6ebe9 50%, #e6ebe9 75%,
          transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #e6ebe9 25%, transparent 25%,
          transparent 50%, #e6ebe9 50%, #e6ebe9 75%,
          transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #e6ebe9 25%, transparent 25%,
          transparent 50%, #e6ebe9 50%, #e6ebe9 75%,
          transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #e6ebe9 25%, transparent 25%,
          transparent 50%, #e6ebe9 50%, #e6ebe9 75%,
          transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #e6ebe9 25%, transparent 25%,
          transparent 50%, #e6ebe9 50%, #e6ebe9 75%,
          transparent 75%, transparent);
    margin: 1em 0 0;
    padding: 0.6em 1em;
    font-size: 1.625rem; /* 26px */
    font-weight: bold;
    border: none;
    position: relative;
}
#Detail #MainContents .goodsname:before {
    content: "";
    background: #3185c8;
    background: -moz-linear-gradient(top,  #3185c8 0%, #3185c8 50%, #3eaf00 50%, #3eaf00 100%);
    background: -webkit-linear-gradient(top,  #3185c8 0%,#3185c8 50%,#3eaf00 50%,#3eaf00 100%);
    background: linear-gradient(to bottom,  #3185c8 0%,#3185c8 50%,#3eaf00 50%,#3eaf00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3185c8', endColorstr='#3eaf00',GradientType=0 );
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* #Detail #MainContents .goodsname:after {
    content: "";
} */
/* #Detail #MainContents .exchange {
	line-height:1;
	background-color:#FFFEE2;
	padding:10px;
	color:#EA002E;
	margin-bottom:27px;
	font-size:110%;
} */
/* add */
#Detail #MainContents .exchange {
	line-height:1;
	background-color: #777;
	padding:10px 20px;
	color: #fff;
	margin-bottom:27px;
	font-size:110%;
}
#Detail #MainContents .description {
	margin-bottom:25px;
}
#Detail #MainContents .icon {
	margin-bottom:25px;
}
#Detail #MainContents .icon img {
	padding-right:10px;
}
/* #Detail #MainContents .attention {
	color:#F40400;
	font-size:80%;
	line-height:1.6;
} */
/* add */
#Detail #MainContents .attention {
	color: #c00;
	font-size:80%;
	line-height:1.6;
}
/* #Detail #MainContents .attentionAlcohol {
    color:#F40400;
    font-size:130%;
    line-height:1.6;
} */
/* add */
#Detail #MainContents .attentionAlcohol {
    color: #c00;
    font-size:130%;
    line-height:1.6;
}

#Detail #MainContents .submit {
	margin-top:50px;;
}
/* #Detail #MainContents .submit a {
	margin-top:50px;;
	display: block;
	padding: 25px 15px;
	background-color: #c90065;
	color: #fff;
	font-size: 150% !important;
	border:0;
	line-height:1;
	text-align:center;
	width:100%;
	font-size:
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	box-sizing: border-box;
} */
/* add */
#Detail #MainContents .submit a {
	margin-top:50px;;
	display: block;
	padding: 25px 15px;
	background-color: #c00;
	color: #fff;
	font-size: 150% !important;
	border:0;
	line-height:1;
	text-align:center;
	width:100%;
	font-size:
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	box-sizing: border-box;
}

#Detail #MainContents .submit a i{
	color: #fff;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:18px;
}
/* #Detail #MainContents .submit a:hover{
	background-color: #A30051;
	text-decoration:none;
} */
/* add */
#Detail #MainContents .submit a:hover{
	background-color: #f11414;
	text-decoration:none;
}

#Detail #MainContents .submit.none a {
	background-color: #ff7569;
	cursor:default;
}




/* // ショッピングカート ----------------------------------------------- */

.itemList {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
    border-top: solid 1px #eee;
}

.itemList tr {
    margin: 0;
}

.itemList td {
    border-bottom: solid 1px #eee;
}

.itemPhoto {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 160px;
    vertical-align: middle;
}

.itemPhoto img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 1;
    display: block;
}

.itemName {
    margin: 0;
    padding: 0 0 0 20px;
    width: 360px;
    height: 120px;
    line-height: 1.4;
    vertical-align: middle;
}

.itemName a {
    margin: 0;
    padding: 0;
}

.itemName a:link, .itemName a:visited {
    color: #111;
    text-decoration: none;
}

.itemName a:hover {
    color: #0353a4;
    text-decoration: none;
}

.itemPoint {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: right;
    vertical-align: middle;
}

.itemQuantity {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.itemQuantity select {
    /* margin: 0 auto;
    width: 45px;
    display: block; */
}

.itemDelete {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.itemDelete a:link, .itemDelete a:visited {
    color: #111;
    text-decoration: none;
}

.itemDelete a:hover {
    color: #0353a4;
    text-decoration: none;
}

.itemDelete a:before {
    content: "\f057";
    color: #111;
    margin: 0 0.5em 0 0;
    font-family: FontAwesome;
    display: inline-block;
}

.itemDelete a:hover:before {
    color: #0353a4;
}

.itemEmpty td {
    color: #666;
    margin: 0;
    padding: 4em 0;
    text-align: center;
}

.outOfStock,
.endOfLife {
    background: #f9f9f9;
    /* opacity: 0.3; */
}

.outOfStock .itemPhoto,
.outOfStock .itemPoint,
.endOfLife .itemPhoto,
.endOfLife .itemPoint {
    opacity: 0.4;
}

.outOfStock .itemName a:link,
.outOfStock .itemName a:visited,
.outOfStock .itemName a:hover,
.endOfLife .itemName a:link,
.endOfLife .itemName a:visited,
.endOfLife .itemName a:hover {
    color: #bbb;
    text-decoration: none;
    cursor: default;
}

.outOfStock .itemQuantity span {
    color: #fff;
    background: #900;
    margin: auto;
    padding: 0.4em 0.5em;
    line-height: 1;
    border-radius: 2px;
    display: inline-block;
}

.endOfLife .itemQuantity span {
    color: #fff;
    background: #555;
    margin: auto;
    padding: 0.4em 0.5em;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}

.checkPoint {
    margin: 0 0 3em;
    padding: 0;
    width: 800px;
    line-height: 1;
    text-align: right;
    /* overflow: hidden; */
    position: relative;
}

.possessedPoints {
    color: #3eaf00;
    margin: 0 0 0.6em auto;
    padding: 0.3em 0.6em;
    font-size: 120%;
    line-height: normal;
    border: solid 3px #3eaf00;
    display: table;
}

.possessedPoints span {
    margin: 0 0.4em;
    font-size: 115%;
    font-weight: bold;
}

.totalPoint {
    margin: 0 0 0 auto;
    padding: 0 0.6em;
    font-size: 120%;
    line-height: normal;
    border: solid 3px #fff;
    display: table;
}

.totalPoint span {
    margin: 0 0.4em 0 3em;
    font-size: 115%;
    font-weight: bold;
}

/* .totalPoint:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
} */

/* .balancePoint {
    margin: 0 0 0 auto;
    padding: 0 0.6em;
    font-size: 120%;
    line-height: normal;
    border: solid 3px #fff;
    border-top: solid 1px #ccc;
    display: table;
}

.balancePoint span {
    margin: 0 0.4em 0 3em;
    font-size: 115%;
} */

.shortPoint {
    color: #fff;
    background: #900;
    margin: 0;
    padding: 0.5em 0.8em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
    position: absolute;
    right: 2em;
    bottom: -2.4em;
}

.shortPoint span {
    margin: 0 0.4em;
}

.shortPoint:before {
    content: "\f071";
    color: #ff0;
    margin: 0 0.5em 0 0;
    font-family: FontAwesome;
    display: inline-block;
}

.shortPoint:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #900 transparent;
    position: absolute;
    top: -5px;
    right: 20px;
}

.shortCaution .totalPoint span {
    color: #900;
}

.shortCaution .shortPoint {
    display: inline-block;
    animation: shortPointFadeIn 1s ease 0s 1 normal;
}

@keyframes shortPointFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.shoppingcartNoticeList {
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
}

.shoppingcartNoticeList li {
    color: #888;
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 91%;
    line-height: 1.3;
    text-indent: -1em;
}

.shoppingcartNoticeList li:before {
    content: "※";
}

.shoppingcartBtnList {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.shoppingcartBtnList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.shoppingcartBtnList li {
    margin: 0;
    padding: 0;
    float: left;
}

.shoppingcartBtnList li:first-child {
    margin: 0 40px 0 0;
    position: relative;
}

.changePoint {
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0.5em 0.8em;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #3eaf00;
    display: none;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.changePoint span {
    color: #3eaf00;
    margin: 0 0.4em;
    font-weight: bold;
}

.changePoint:after {
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #3eaf00 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
}

.shortRecommend .changePoint {
    display: inline-block;
    animation:
        changePointFadeIn 1s ease 0s 1 normal,
        changePoint .7s ease infinite alternate;
}

@keyframes changePointFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes changePoint {
    0% {transform: translateY(0px) translateX(-50%);}
    100% {transform: translateY(-10px) translateX(-50%);}
}

.continueBtn {
    color: #0871e6;
    background: #d5e1f0;
    margin: 0;
    padding: 16px 0;
    width: 376px;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 2px #0871e6;
    display: block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
    position: relative;
}

.continueBtn:after {
    content: "\f104";
    color: #0871e6;
    font-family: FontAwesome;
    font-size: 145%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
}

.continueBtn:hover {
    background: #e0e9f4;
    /* opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; */
}

.confirmBtn {
    color: #fff;
    background: #0871e6;
    margin: 0;
    padding: 16px 0;
    width: 380px;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0x;
    border-radius: 0;
    border: solid 2px #0871e6;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
    position: relative;
}

.confirmBtn:after {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    font-size: 145%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
}

.confirmBtn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.cartBtn {
    color: #0871e6;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 19px;
    border: solid 2px #0871e6;
    position: absolute;
    top: 22px;
    left: 542px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.cartBtn:before {
    content: "\f07a";
    margin: 0;
    padding: 0;
    font-size: 136%;
    font-family: FontAwesome;
}

.cartBtn:link, .cartBtn:visited {
    background: #fff;
    text-decoration: none;
}

.cartBtn:hover {
    color: #fff;
    background: #0871e6;
}

.cartBtn.current {
    color: #fff;
    background: #0871e6;
}




/* // 優待商品交換履歴 ----------------------------------------------- */

.exchangeHistCheckPoint {
    margin: -20px 0 15px;
}

.exchangeHistoryList {
    margin: 0 0 4em;
    padding: 0;
    width: 100%;
    border-top: solid 1px #eee;
}

.exchangeHistoryList tr {
    margin: 0;
}

.exchangeHistoryList td {
    border-bottom: solid 1px #eee;
}

.exchangeHistoryDate {
    color: #666;
    background: #fcfcfc;
    padding: 0.4em 1em;
}

.exchangeHistoryTotalPoints {
    margin: 0 0 0 1em;
}

.exchangeHistoryPhoto {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 160px;
    vertical-align: middle;
}

.exchangeHistoryPhoto img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 1;
    display: block;
}

.exchangeHistoryName {
    margin: 0;
    padding: 0 0 0 20px;
    width: 360px;
    height: 120px;
    line-height: 1.4;
    vertical-align: middle;
}

.exchangeHistoryName a {
    margin: 0;
    padding: 0;
}

.exchangeHistoryName a:link, .exchangeHistoryName a:visited {
    color: #111;
    text-decoration: none;
}

.exchangeHistoryName a:hover {
    color: #0353a4;
    text-decoration: none;
}

.exchangeHistoryPoint {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: right;
    vertical-align: middle;
}

.exchangeHistoryQuantity {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.exchangeHistoryReExchang {
    margin: 0;
    padding: 0 0 0 20px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.exchangeHistoryReExchang a {
    margin: 0;
    padding: 0.4em 0;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    border: solid 2px #0871e6;
    display: block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.exchangeHistoryReExchang a:link, .exchangeHistoryReExchang a:visited {
    color: #0871e6;
    background: #d5e1f0;
    text-decoration: none;
}

.exchangeHistoryReExchang a:hover {
    background: #e0e9f4;
}

.outOfStockExHistory .exchangeHistoryReExchang {
    color: #900;
}

.endOfLifeExHistory .exchangeHistoryReExchang {
    color: #555;
}

.pageNavWarp {
    margin: 0;
    padding: 0;
}

.pageNavWarp ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.pageNavWarp ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

.pageNavWarp ul.pageNav li:empty {
    background: none;
}

.pageNavWarp ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

.pageNavWarp ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

.pageNavWarp ul.pageNav li a:link,
.pageNavWarp ul.pageNav li a:visited {
    text-decoration: none;
}

.pageNavWarp ul.pageNav li a:hover {
    color: #0353a4;
    border: solid 1px #ddd;
}

.pageNavWarp ul.pageNav li a:hover i {
    color: #0353a4;
}




/* // よくある質問 ----------------------------------------------- */

#Help .block {
	margin-bottom:40px;
}

#Help .item {
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCC;
	line-height:1.7em;
}
/* #Help .item .que {
	position:relative;
	padding-left:55px;
	min-height:35px;
	font-weight:300;
	margin-bottom:12px;
} */
/* add */
#Help .item .que {
    margin-bottom: 12px;
    padding-left: 75px;
    font-weight: 300;
    min-height: 35px;
	position: relative;
}
#Help .item .que em {
	position:absolute;
	top:0;
	left:0;
	font-weight:200;
	font-size:20px;
	color: #148CE2;;
}
/* #Help .item .ans {
	position:relative;
	padding-left:55px;
	min-height:35px;
	font-weight:200;
} */
/* add */
#Help .item .ans {
	padding-left: 75px;
    font-weight: 200;
	min-height: 35px;
    position: relative;
}
#Help .item .ans em {
	position:absolute;
	top:0;
	left:0;
	font-weight:200;
	font-size:20px;
	color:#E2006D;
}
/* add */
#Help .item .ans em {
    color: #c00;
    font-size:20px;
    font-weight:200;
	position:absolute;
	top:0;
	left:0;
}

/* // 株主ポスト ----------------------------------------------- */
/* #Post ul.postList li {
	border-bottom:1px dotted #BBB;
	padding-bottom:12px;
	margin-bottom:12px;
	line-height:1.6em;
	box-sizing: border-box;
}
#Post ul.postList li i {
	position:absolute;
	top:8px;
	left:0;
}
#Post ul.postList li a {
	display:block;
	padding:3px;
	box-sizing: border-box;
	position:relative;
	padding-left:20px;
}
#Post ul.postList li a:hover {
	background-color:#F9F9F9;
}
#Post .detailBlock .ph {
	float:right;
	display:block;
	width:300px;
	margin-left:30px;
}
#Post .detailBlock .tx {
	float:left;
	width:470px;
}
#Post ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	border: 1px solid #DDD;
	text-align: center;
}

#Post ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#Post ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #E8E8E8;
	text-decoration: none;
	vertical-align: middle;
}
#Post ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

#Post ul.pageNav li a:hover {
	color: #000;
	background: #D8D8D8;
	border-color: #00f;
} */
/* add */
#Post ul.postList li {
    color: #666;
    margin: 0 0 1em;
    padding: 0 0 2em;
    font-size: 13px;
    line-height: 1.6em;
    border-bottom: 2px dotted #ccc;
	box-sizing: border-box;
}

#Post .headTxA.mab35 + ul.postList {
    padding-top: 1em;
    border-top: 2px solid #ddd;
}

#Post ul.postList:last-of-type {
    margin-bottom: 3em;
}

#Post ul.postList:last-of-type li {
    border-bottom: 2px solid #ddd;
}

#Post ul.postList li .badgeIcon {
    color: #fff;
    background: #ccc;
    margin: 0 0 0 2px;
    padding: 2px 0;
    width: 100px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#Post ul.postList li .IRBadge {
    background: #164a84;
}

#Post ul.postList li .PRBadge {
    background: #4cade2;
}

#Post ul.postList li .campaignBadge {
    background: #ff8800;
}

#Post ul.postList li .importantBadge {
    background: #cc0000;
}

#Post ul.postList li a {
    margin: 0.2em 0 0;
    padding: 0 0 0 2em;
    font-size: 14px;
    display: block;
    position: relative;
}

#Post ul.postList li a:link {
    color: #111;
    text-decoration: none;
}

#Post ul.postList li a:link:before {
    content: "";
    background: #3eaf00;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    position: absolute;
    top: 7px;
    left: 1em;
}

#Post ul.postList li a:visited {
    color: #aaa;
    text-decoration: none;
}

#Post ul.postList li a:visited:before {
   background: #fff;
}

#Post ul.postList li a:hover {
    color: #0353a4;
    text-decoration: none;
}

#Post ul.postList li i {
    color: #111;
    font-size: 13px;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
}

#Post .detailBlock .ph {
	float:right;
	display:block;
	width:300px;
	margin-left:30px;
}
#Post .detailBlock .tx {
	float:left;
	width:470px;
}

#Post ul.pageNav {
    background: #fff;
	margin: 0 0 4em;
	padding: 10px;
    text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#Post ul.pageNav li {
    background: #efefef;
    margin: 0 2px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    display: inline-block;
}

#Post ul.pageNav li:empty {
    background: none;
}

#Post ul.pageNav li a {
    background: #fff;
    margin: -5px -13px;
    padding: 5px 13px;
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: solid 1px #fff;
    display: block;
}

#Post ul.pageNav li span{
	color:#FFF;
	background: #333;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
}

#Post ul.pageNav li a:link,
#Post ul.pageNav li a:visited {
    text-decoration: none;
}

#Post ul.pageNav li a:hover {
    color: #0353a4;
    border: solid 1px #ddd;
}

#Post ul.pageNav li a:hover i {
    color: #0353a4;
}



/* // 優待ポイントについて
 ----------------------------------------------- */
#Program .mv {
	height:250px;
	/* background:url(/images/shared/program_mv_bg.jpg) right bottom no-repeat; */
	text-align:left;
}
/* add */
#Program .mv img {
    width: 100%;
}
#Program table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size:122%;
	color:#333;
}
#Program table th {
    color: #fff;
    background: #787878;
	padding: 10px;
	text-align:center;
    vertical-align: middle;
    /*border: 1px solid #fff;*/
}
#Program table th.column-2,
#Program table th.column-3 {
    color: #333;
    background: #f0f4f5;
    border-top: 1px solid #fff;
}
#Program table th:not(:last-child) {
	border-right:1px solid #fff;
}
#Program table td {
	padding: 10px;
	vertical-align: top;
	text-align:center;
}
#Program table td:not(:last-child) {
	border-right:1px solid #fff;
}

#Program table tr:nth-child(odd) td {
  background-color: #fafafa;
}
#Program table tr:nth-child(even) td {
  background-color: #fff;
}

#Program .bnr {
	padding:35px 0;
  background:url(/images/shared/program_bnr_01_bg.png) left top no-repeat;
  background-size:100% 100%;
}

.pointTableNotesList {
    margin: 1em auto 80px;
    padding: 0;
    width: 800px;
}
.pointTableNotesList li {
    color: #555;
    margin: 0 0 0.6em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.5;
    text-indent: -1em;
}
.pointTableNotesList li:before {
    content: "※";
}

.pointNotes {
    margin: 1em auto;
}

.pointH2 {
    color: #6f6f6f;
    margin: 0 auto 0.4em;
    padding: 0;
    width: 100%;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.3;
}

.pointNotesList {
    margin: 0 auto 1em;
    padding: 0;
    width: 100%;
}

.pointNotesList:last-child {
    margin: 0 auto 80px;
}

.pointNotesList li {
    color: #6f6f6f;
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.3;
    text-indent: -1em;
}

.pointNotesList li:before {
    /* content: "※"; */
    content: "・";
}



/* // 企業情報
 ----------------------------------------------- */
#stockQuotes iframe {
	height: 2300px;
}



/* // ポイント通帳
 ----------------------------------------------- */
#Passbook table {
	border-collapse: collapse;
	text-align: left;
	font-size:13px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
}
#Passbook table th {
	padding: 10px;
	vertical-align: top;
	color: #fff;
	background: #103082;
	text-align:center;
	vertical-align: middle;
}
#Passbook table th:not(:last-child) {
	border-right:1px dotted #FFF;
}
#Passbook table td {
	border-bottom:1px dashed #ccc;
	padding: 5px;
	vertical-align: top;
	text-align:center;
}
#Passbook table td:not(:last-child) {
	border-right:1px dotted #999;
}
.pwNowUserPoint {
	width:85%;
	border:5px #cccdc4 solid;
	padding:14px;
	background-color:#FCFCF4;
	margin: auto;
	margin-bottom:25px;
	color:#222;
}
.pwNowUserPoint em {
	font-weight:600;
	padding-right:10px;
	font-size:108%;
}
.pwNowUserPoint span.point {
	margin-left:30%;
	padding-left:10px;
	color: #dc0067;
}
.pwNowUserPoint p.buyWillsCoin {
	margin-top: 8px;
}
.pwNowUserPoint span.point em {
	font-size:250%;
}

.fa-exclamation-circle {
	font-size:18px;
    margin-right: 0.4em;
    color: #c30d23;
}

.pwNowUserPoint span.deadLine {
	padding-right:5px;
	padding-left:5px;
	font-size:17px;
	color: #dc0067;
}

.pwNowUserPoint span.attention {
	font-size:11px;
	line-height: 1em;
}
.pwNowUserPoint p.attention {
	text-align: center;
}
.pwDeadLine {
  color: #999;
}

.pwUsePoint {
  background-color : #F6CECE;
}

.pwLosePoint {
  background-color : #E0F8F1;
}
.pwEmphasis{
  color: #FF0000;
}






/* // バーチャル株主総会
 ----------------------------------------------- */
.videoContainerWrap {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 720px;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.Switching {
    margin: 0;
    padding: 0;
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 120px;
    right: 100px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    z-index: 9999;
}

.tabArea {
    margin: 0 0 20px;
    /*padding: 20px 0 0;*/
    width: 100%; /* 800px */
    height: auto;
}

.systemRequirementsNotesPra {
    background: #f9f9f9;
    margin: 0 auto 20px;
    padding: 0.5em 0;
    width: 800px;
    font-size: 82%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* reload */
.reloadPra {
    margin: 15px 0 0;
	text-align: left;
	line-height: 1;
	font-size: 130%;
}

.reloadPra a {
	background: #f3f3f3;
	margin: 0 0.2em;
	padding: 0.4em 0.6em;
	font-size: 91%;
	line-height: 1;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.reloadPra a:link,
.reloadPra a:visited {
	text-decoration: none;
}

.reloadPra a:hover {
	color: #fff;
	background: #007bd1;
}

.reloadPra a:hover:before {
	color: #fff;
}

.reloadPra a:before {
	content: "\f021";
    color: #007bd1;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}



/* ajax ver */
#changeTab {
    margin: 0 0 40px;
    border-bottom: solid 8px #013884;
}

#changeTab:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeTab li {
    margin: 0 4px -4px 0;
    display: block;
    float: left;
}

#changeTab li a {
    color: #013884;
    margin: 0;
    width: 200px;
    height: 50px;
    font-size: 127%;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border: solid 4px #013884;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

#changeTab li a:before {
    content: "\f138";
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

#changeTab li a:link,#changeTab li a:visited {
    text-decoration: none;
}

#changeTab li a:hover {
    color: #fff;
    background: #013884;
}

#changeTab li a.current {
    color: #fff;
    background: #013884;
    font-weight: bold;
}

#changeTab li a.current:before {
    content: none;
}

#loading {
    height: 800px;
    position: relative;
}

#loading img {
    background: #ccc;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



/* iframe ver */
iframe.autoHeight {
    width: 100%; /* 800px */
    vertical-align: bottom; /* 下余白を非表示 */
}

#changeIFrame {
    margin: 0 0 40px;
}

#changeIFrame:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeIFrame li {
    color: #333;
    background: #f3f3f3;
    margin: 0 10px 0 0;
    width: 200px;
    height: 60px;
    font-size: 118%;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    border-radius: 3px;
    display: block;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#changeIFrame li:before {
    content: "\f105";
    color: #af1d7b;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em;
    border: 0;
}

#changeIFrame li:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
    cursor: pointer;
}

#changeIFrame li.current {
    color: #fff;
    background: #af1d7b;
}

#changeIFrame li.current:before {
    content: none;
}

#changeIFrame li.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* css ver */
#changeDiv {
    margin: 0 0 40px;
}

#changeDiv:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#changeDiv li {
    color: #333;
    background: #f3f3f3;
    margin: 0 10px 0 0;
    width: 200px;
    height: 60px;
    font-size: 118%;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    border-radius: 3px;
    display: block;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

#changeDiv li:before {
    content: "\f105";
    color: #af1d7b;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em;
    border: 0;
}

#changeDiv li:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
    cursor: pointer;
}

#changeDiv li.current {
    color: #fff;
    background: #af1d7b;
}

#changeDiv li.current:before {
    content: none;
}

#changeDiv li.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content {
    display: none;
}

.content.active {
    display: block;
}



.signLamp {
    color: #fff;
    background: #b00;
    margin: 2em auto;
    padding: 0.5em 0;
    width: 150px;
    height: auto;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.signLamp:before {
    content: "\f192";
    color: #fff;
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
    font-weight: normal;
}

.preSignLamp {
    color: #fff;
    background: #0a5afe;
    margin: 2em auto;
    padding: 0.5em 0;
    width: 300px;
    height: auto;
    font-size: 118%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.preSignLamp:before {
    content: "\f017";
    color: #fff;
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
    font-weight: normal;
}

.tableA .item .form-control {
    width: 100%;
}

.status_disp_error {
    color: #b00;
    margin: 2em 0;
    padding: 0.8em 1em;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    border: solid 2px #b00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.status_disp_message {
    color: #155724;
    margin: 2em 0;
    padding: 0.8em 1em;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    border: solid 2px #155724;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* top */
#Top #Header {
    border-bottom: solid 1px #ececec;
}

.entrance {
    margin: 0 auto;
    width: 800px;
    /* height: 600px; */
    box-sizing: border-box;
}

.topH2 {
    color: #333;
    margin: 20px 0;
    padding: 0.6em 0;
    width: 100%;
    font-size: 1.750rem; /* 28px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
}

.topH2:after {
    content: "";
    background: #af1d7b;
    margin: 0 auto;
    padding: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
}

.register{
    margin: 0;
    padding: 0;
    width: 400px;
    height: auto;
    border: solid 10px #e8e8e8;
}

.topH3 {
    color: #333;
    margin: 30px;
    padding: 0 0 0 1em;
    font-size: 1.750rem; /* 28px */
    line-height: 1.1;
    position: relative;
}

.topH3 a:link,.topH3 a:visited {
    color: #333;
    text-decoration: none;
}

.topH3 a:hover {
    color: #af1d7b;
    text-decoration: underline;
}

.topH3:before {
    content: "\f105";
    color: #af1d7b;
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.standBy .topH3 {
    margin: 30px 30px -10px 30px;
    padding: 0;

}

.standBy .topH3:before {
    content: none;
}

.registerPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.25em; /* 20px */
    line-height: 1.6;
}

.registerPra + .registerPra {
    margin-top: -20px;
}

.registerPra em {
    font-weight: bold;
    text-decoration: underline;
}

.standByPra {
    color: #fff;
    background: #af1d7b;
    margin: 30px;
    padding: 20px 0;
    font-size: 1.25em; /* 20px */
    line-height: 1;
    text-align: center;
}

.entranceList {
    margin: 120px 0 160px;
    padding: 0;
    width: 100%;
}

.entranceList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.entranceList li:first-child {
    margin: 0 40px 0 0;
    padding: 0;
    width: 400px;
    height: auto;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.entranceList li:first-child:after {
    content: "\f044";
    color: #caeeff;
    margin: 0;
    font-size: 10em; /* 160px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 80px;
    z-index: -1;
}

.entranceList li.theDay:after,
.entranceList li.standBy:after {
    content: "\f26c";
}

.entranceList li:last-child {
    /* background: #efefef; */
    margin: 0;
    padding: 0;
    width: 360px;
    height: auto;
    float: left;
}

.loginPra {
    color: #333;
    margin: 60px 30px 30px;
    padding: 0;
    font-size: 1.125em; /* 18px */
    line-height: 1.6;
}

.loginPra + .loginPra {
    margin-top: -20px;
}

.liveLoginPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.125em; /* 18px */
    line-height: 1.6;
}

.liveLoginPra + .liveLoginPra {
    margin-top: -20px;
}

.liveLoginPra em {
    margin: 0 0 0.6em;
    font-size: 1.500em; /* 22px */
    display: inline-block;
    position: relative;
}

.liveLoginPra em:before {
    content: "\f03d";
    margin: 0 0.3em 0 0;
    font-family: FontAwesome;
}

.liveLoginPra em:after {
    content: "";
    background: #af1d7b;
    margin: 0;
    width: 1.5em;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.loginBtn {
    color: #fff;
	background: #007bd1;
    padding: 16px 0;
    width: 100%;
    font-size: 118%;
    font-weight: normal;
	line-height: 1;
	text-align: center;
	border: solid 1px #007bd1;
	display: inline-block;
	box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.loginBtn:before {
    content: "\f105";
    color: #af1d7b;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
}

.loginBtn:link, .loginBtn:visited {
    color: #fff;
    text-decoration: none;
}

.loginBtn:hover {
    text-decoration: none;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

.loginBtn:hover:before {
    color: #fff;
}

.entranceLoginList {
    margin: 120px 0 160px;
    padding: 0;
    width: 100%;
}

.entranceLoginList:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.entranceLoginList li {
    margin: 0;
    padding: 0;
    width: 380px;
    height: auto;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    float: left;
}

.entranceLoginList li:first-child {
    margin: 0 40px 0 0;
    position: relative;
}

.entranceLoginList li:first-child:after {
    content: "\f044";
    color: #caeeff;
    margin: 0;
    font-size: 8.750em; /* 140px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: -1;
}

.entranceLoginList li:last-child {
    position: relative;
}

.entranceLoginList li:last-child:after {
    content: "\f27b";
    color: #caeeff;
    margin: 0;
    font-size: 8.750em; /* 140px */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: -1;
}

.entranceLoginList li .topH3 {
    font-size: 1.625em; /* 26px */
}

/* 動画配信障害発生時 */
.failureInfoWrap {
    position: relative;
    width: 100%;
}

.failureInfoWrap:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さを幅の 56.25% に固定 */
}

.failureInfo {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.failureInfoH2 {
    color: #fff;
    margin: 60px 40px;
    padding: 0;
    font-size: 1.750em; /* 28px */
    font-weight: bold;
    line-height: 1;
}

.failureInfoH2:before {
    content: "\f06a";
    margin: 0 0.6em 0 0;
    font-family: FontAwesome;
}

.failureInfoPra {
    color: #fff;
    margin: 10px 40px;
    padding: 0;
    font-size: 1.250em; /* 20px */
    line-height: 1.4;
}

.Switching .failureInfoH2 {
    margin: 20px;
    font-size: 0.938em; /* 15px */
}

.Switching .failureInfoPra {
    margin: 10px 20px;
    font-size: 0.750em; /* 12px */
}



/* System Requirements Table */
.systemRequirementsTable {
    color: #333;
    line-height: 1.5;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-collapse: collapse;

}
.systemRequirementsTable th {
    color: #fff;
    background: #b9b9b9;
	padding: 0.4em 0;
    width: 50%;
	font-weight: normal;
	text-align:center;
    vertical-align: middle;
    border: 1px solid #fff;
}

.systemRequirementsTable th:not(:last-child) {
	border-right:1px solid #fff;
}

.systemRequirementsTable td {
	padding: 0.4em 0;
	text-align: center;
}

.systemRequirementsTable td:not(:last-child) {
	border-right: 1px solid #fff;
}

.systemRequirementsTable tr:nth-child(odd) td {
  background-color: #fafafa;
}

.systemRequirementsTable tr:nth-child(even) td {
  background-color: #fff;
}


/* ［アンケート］ボタン */
.surveyBtn {
    color: var(--btn-label-color);
    background: #007bd1;
    margin: 0 auto 10px;
    padding: 0;
    width: 50%;
    height: 50px;
    font-size: 1.143em;
    font-weight: normal;
	text-align: center;
    line-height: 50px;
    border: none;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.surveyBtn:after {
    content: "\f14c";
    color: #fff;
    margin: 0 0 0 0.4em;
    font-family: FontAwesome;
}

.surveyBtn:link,
.surveyBtn:visited {
    color: #fff;
    text-decoration: none;
}

.surveyBtn:hover,
.surveyBtn:active {
    background: #007bd1;
    opacity: 0.7;
}












