﻿@charset "utf-8";

@media screen and (max-width: 580px){


/* // Common
----------------------------------------------- */
body{
    min-width:initial;
}


/* // Header
----------------------------------------------- */
/* #Header {
	border-bottom-width:3px;
	padding:4px 0;
	position:relative;
} */
/* add */
#Header {
	padding:10px 0;
	position:relative;
}
#Header img.logo {
	max-width:240px;
}
#Header ul.link {
	position:static;
	font-size:74%;
}
#Header ul.link li {
	float:left;
	margin-left:0;
	margin-right:15px;
}

/* add */
#Header h1 a img {
    width: 214px;
    height: 32px;
}

/* // Gnavi
----------------------------------------------- */
#Gnavi {
	padding:0 0;
	margin-bottom:15px;
}
#Gnavi .widthFix {
	padding:0 0 !important;
}

#Gnavi .logo {
	width:100%;
	float:none;
	border-right:0 solid #dfdfdf;
	padding:5px 10px;
	border-bottom:1px solid #dfdfdf;
}

#Gnavi nav {
	width:100%;
	float:none;
	border-bottom:1px solid #dfdfdf;
}
#Gnavi nav ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	padding-left:7px;
	padding-right:7px;
	box-sizing: border-box;
}
#Gnavi nav li {
	width:25%;
	border-right:1px solid #dfdfdf;
	padding-left:0;
	padding-right:0;
}
#Gnavi nav li:last-child,
#Gnavi nav li.last
 {
	border-right:0;
}
#Gnavi nav li a {
	font-weight: 100;
	font-size:12px;
	font-weight:300;
	line-height:1.3em;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}
#Gnavi nav li a i {
	display:none;
}


/* // Footer
----------------------------------------------- */
#Footer {
	padding:15px 10px;
	color:#FFF;
}

#Footer ul.link li {
	float:left;
	margin-right:25px;
}
#Footer p.copy {
	position:static;
	margin-top:10px;
	font-weight:100;
	font-size:80%;
}
#Footer .footeLogo {
    top: 0;
}


/* // pageTop
----------------------------------------------- */
.pageTop {
	font-size:25px;
}



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

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

dl.tableA dt {
	float:none;
	width:100%;
	padding:8px;
	box-sizing: border-box;
	background-color:#EEE;
	border-width:0;
	color:#333;
	border-left:2px #333 solid;
}
dl.tableA dd {
	float:none;
	width:100%;
	padding:8px;
	border-width:0;
	margin-bottom:7px;
	font-weight:300;
	font-size:108%;
}
dl.tableA.s dt,
dl.tableA.s dd {
	padding:5px;
	font-size:96%;
}

dl.tableA dt:first-child {
	border-width:0;
	border-left:2px #333 solid;
}
dl.tableA dt.last {
	border-width:0;
	border-left:2px #333 solid;
}

dl.tableA dd.first {
	border-width:0;
}

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

.loginBox {
	width:100%;
	margin:0 auto;
}

.kiyakubox {
	height:200px;
}

ul.registFlow {
	margin-bottom:25px;
}
ul.registFlow li {
	width:50%;
	padding:4px 4px;
}
ul.registFlow li span {
	border:4px #e7e7e7 solid;
	padding:5px 5px;
}
ul.registFlow li span em {
	font-size:140%;
	letter-spacing:0em;
}

/* add */
#Program .mv {
    height: auto;
    }


/* // ボタン設定
----------------------------------------------- */



/* // boxFrame
----------------------------------------------- */
.boxFrameB.account .box1  {
	width:100%;
}




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

/* // 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:60px;
}

#ContentsWrap #SideContents {
	float:none;
	width:0;
	margin-right:0;
	height:0;
}

#ContentsWrap #MainContents {
	float:none;
	width:100%;
}

#ContentsWrap #MainContents.narrow {
	width:100%;
}


/* // SPメニュー
----------------------------------------------- */
/*
a.menu_btn1 {
	position:fixed;
	top:0;
	right:0;
	min-width:40px;
	padding:8px 10px;
	min-height:40px;
	box-sizing: border-box;
	background-color:#06285a;
	text-decoration:none;
	text-align:center;
	font-size:30px;
	color:#FFF;
}
*/
.modal {
	position:fixed;
	top:0;
	left:100%;
	right:0;
	bottom:0;
	z-index:10000;
	padding-left:60px;
}
.modal .wrap {
	background-color:#FFF !important;
	padding-bottom:30px;
}


.modal:after {
	content:' ';
	position:absolute;
	z-index:5000;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(248, 249, 250, 0.8);
	opacity:0;
	--webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.modal .close {
	position:absolute;
	z-index:9000;
	top:0;
	left:0;
	height:100%;
	opacity:0;
	--webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.modal .close a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:30px;
	padding:10px;
	background-color:#103082;
	color:#FFF;
}
.modal .close a.b {
	position:absolute;
	background:none;
	display:block;
	top:40px;
	left:0;
	width:40px;
	bottom:0;
}
.modal .wrap {
	--webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	position:relative;
	z-index:8000;
	min-width:250px;
	margin-left:100%;
	height:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.modal .wrap .block {
	font-size:13px;
}
.modal .wrap .block h4 {
	padding-left:15px;
	line-height:45px;
}
.block.main {
}
.modal .wrap .block ul li a {
	display:block;
	padding:9px 15px;
}
.modal .wrap .block.sub ul li a {
	padding:6px 15px;
}

.modal.open:after {
	opacity:1;
}
.modal.open .close {
	opacity:1;
}
.modal.open .wrap {
	margin-left:0;
}
.modal.show {
	left:0;
}





.modal .block.point {
	margin-top:30px;
}

.modal p.head {
	font-size:18px;
	font-weight:400;
	border-left:3px solid #103082;
	padding:15px 0 15px 15px;modal .wrap .block ul li a
	margin-bottom:8px;
}
.modal ul.menu{
}
.modal ul.menu li.parent > a{
	font-weight:200;
	padding:12px 0 12px 25px !important;
}

.modal ul.childWrap li > a {
	padding: 5px 0px 5px 15px !important;
}

.modal ul.menu li.parent i {
	top:25%;
	left:10px;
}

.modal ul.childWrap li.child i {
	top:25%;
	left:-5px;
}

.modal ul.menu li a:hover i {
	left:10px;
}

.modal ul.menu .childWrap, .grandChildWrap {
	padding-bottom:10px;
	display:none;;
}

.modal ul.menu .childWrap li.child,
.modal ul.menu .grandChildWrap li.grandChild {
	margin-left:10px;
	font-weight:200;
	display:block;
	font-size:13px;
	line-height:1.4;
	padding:8px;
}

.modal ul.menu .childWrap img{
	width:auto;
	height: auto;
}

/* // Top ----------------------------------------------- */

/* #Top #MainVisual {
	height:auto;
	background:url(/images/portal/top_mv_01.jpg) left top repeat-x;
	background-size:cover;
	margin-bottom:0;
	padding-top:20px;
	padding-bottom:20px;
} */
/* add */
#Top #MainVisual {
	height:auto;
	margin-bottom:0;
}
#Top #MainVisual .widthFix {
}

/* add */
#Top #MainVisualLayer {
    /* height: 500px;  */
}

/* #Top .memberbox {
	width:100%;
	background-color:rgba(10,30,82,0.75);
	padding:30px 30px;
} */
/* add */
#Top .memberbox {
	width:100%;
	background-color: #fff;
	padding:1em;
}
/* #Top .memberbox .catchbox {
	padding:5px 0;
    border-bottom: 1px solid #FFF;
} */
/* add */
#Top .memberbox .catchbox {
	padding: 0;
    border-bottom: solid 4px #c6c6c6;
}

#Top .memberbox .catchbox p.catch {
	font-size:17px;
}
/* #Top .memberbox .catchbox p.catch em {
	font-size:24px;
	padding-top:2px;
} */
/* add */
#Top .memberbox .catchbox p.catch em {
	font-size:24px;
	padding: 5px 0 14px;
}
#Top .memberbox .catchbox p.btn{
	margin-top:18px;
}
#Top .loginbtn{
	margin-top:20px;
}
#Top .loginbtn li{
	margin-bottom:20px;
}
/* #Top .loginbtn li img{
	height:80px;
	width:auto !important;
} */
/* add */
#Top .loginbtn li img{
	width: 90% !important;
}
/* add */
/* #Top .loginbtn li.last img{
	height: auto;
     width: 70% !important;
} */


#Top #Flow {
	padding-bottom:30px;
}
#Top #Goods {
	padding-top:30px;
	padding-bottom:30px;
}
/* #Top #Link {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#ececec;
} */
/* add */
#Top #Link {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#ececec;
    margin-bottom: 0px;
}

#Top .memberbox .point {
	margin-bottom:30px;
}
/* add */
#Top .memberbox .point {
	margin-bottom: 15px;
}
#Top .memberbox .point em {
	font-size:2.1rem;
	padding-right:7px;
}

/* #Top .attention {
	width:100%;
	margin-bottom:25px;
	padding:0 10px;
	box-sizing: border-box;
} */
/* add */
#Top .attention {
	width:100%;
	margin: 20px 0;
	padding:0 10px;
	box-sizing: border-box;
}
#Top .attention p {
	padding:10px;
	text-align:left;
}




.coListH2 {
    color: #333;
    margin: 2em 10px 1.6em;
    width: auto;
}

.coList + .coListH2 {
    margin: 2em 10px 1.6em;
}

.coListH3 {
    margin: 2em 10px 1.6em;
    width: auto;
}

.internalLinkCoList {
    margin: 0 10px 2em;
    padding: 0.2em 0 0.6em;
    width: auto;
}

.internalLinkCoList dt {
    float: none;
}

.internalLinkCoList dd {
    margin: 0;
    width: 25%;
}

.internalLinkCoList dd:before {
    margin: 0 0.5em 0 1em;
}

/* .coList {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.coList li {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    float: none;
}

.coList li a {
    margin: 0;
    padding: 0;
    display: block;
}

.coList li:nth-child(4n) {
    margin: 0 0 15px 0;
} */

/* .coList li figure figcaption {
    color: #444;
    margin: 0.6em 0 0;
    padding: 0;
    font-size: 82%;
    line-height: 1;
    text-align: center;
} */

.coList li figure figcaption.ellipsis {
    overflow: auto;
    text-overflow: inherit;
    white-space: normal;
}


.topNews {
    margin: 0 0 40px;
    padding: 0;
    width: auto;
    float: none;
}

.topNewsDispBanner {
    margin: 0 0 40px;
    padding: 0;
    width: auto;
    float: none;
}

.topNewsH2 {
    color: #333;
    margin: 0 0 1.6em;
    padding: 0 0 0.4em;
    font-size: 127%;
    line-height: 1;
    border-bottom: solid 2px #cb9b0e;
}

.topNewsDList {
    margin: 0;
    padding: 0;
    width: auto;
}



.highlyRecommended {
    margin: 0 0 40px 0;
    padding: 0;
    width: auto;
    float: none;
}

.highlyRecommendedDList {
    margin: 0;
    padding: 0;
    width: auto;
}

.highlyRecommendedDList dt {
    width: 19.323671497584541%;
}

.highlyRecommendedDList dd {
    width: 75.845410628019324%;
}



.TDnet {
    margin: 40px 15px 80px;
    padding: 0;
    width: auto;
}

.TDnetDList dt .TDnetCoName {
    margin: 0 0 0.3em;
    padding: 0;
    width: 100%;
}

.TDnetDList dt .TDnetTime {
    width: 30%;
}

.TDnetDList dt .TDnetCode {
    width: 30%;
}

.TDnetDList dt .TDnetListedExchange {
    width: 30%;
}

.TDnetDList dd {
    width: 100%;
}

.coListH2 {
    color: #333;
    margin: 2em 10px 1.6em;
    width: auto;
}

.coList {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.coList li {
    /* margin: 0 0 15px; */
    padding: 0;
    width: 100%;
    /* float: none; */

    margin: 45px 0 60px;
    margin: 0 4% 2.8em 0;
    width: 48%;
}

.coList li a {
    margin: 0;
    padding: 0;
    display: block;
}

.coList li:nth-child(3n) {
    margin: 0 4% 2.8em 0;
}

.coList li:nth-child(2n) {
    /* margin: 0 0 15px 0; */

    margin: 45px 0 60px;

    margin: 0 0 2.8em 0;
}

/* .coList li figure figcaption {
    color: #444;
    margin: 0.6em 0 0;
    padding: 0;
    font-size: 82%;
    line-height: 1;
    text-align: center;
} */

.coList li figure figcaption.ellipsis {
    overflow: auto;
    text-overflow: inherit;
    white-space: normal;
}

.dateOfRightAllotmentDList dt,
.dateOfRightAllotmentDList dd {
    height: 2.8em;
    font-size: 73%;
}

.coList li figure figcaption {
    height: 3.8em;
}

.coList .newEntry figure:before {
    font-size: 56%;
}

/* トップページ - お知らせ */
.topNews {
    margin: 0 0 40px;
    padding: 0;
    width: auto;
    float: none;
}

.topNewsH2 {
    color: #333;
    margin: 2em 0 1.6em;
    padding: 0 0 0.4em;
    font-size: 127%;
    line-height: 1;
    border-bottom: solid 2px #cb9b0e;
}

.topNewsDList {
    margin: 0 auto;
    padding: 0;
    width: 94%;
}

/* トップページ - 広告バナー */
.bannerAd {
    margin: 0 0 40px;
    padding: 0;
    width: auto;
    float: none;
    overflow: hidden;
}

/* .bannerAdList {
    margin: 0 auto;
    padding: 0;
    width: 80%;
} */

.highlyRecommended {
    margin: 0 0 40px 0;
    padding: 0;
    width: auto;
    float: none;
}

.highlyRecommendedDList {
    margin: 0;
    padding: 0;
    width: auto;
}

.highlyRecommendedDList dt {
    width: 19.323671497584541%;
}

.highlyRecommendedDList dd {
    width: 75.845410628019324%;
}



.TDnet {
    margin: 40px 15px 80px;
    padding: 0;
    width: auto;
}

.TDnetDList dt .TDnetCoName {
    margin: 0 0 0.3em;
    padding: 0;
    width: 100%;
}

.TDnetDList dt .TDnetTime {
    width: 30%;
}

.TDnetDList dt .TDnetCode {
    width: 30%;
}

.TDnetDList dt .TDnetListedExchange {
    width: 30%;
}

.TDnetDList dd {
    width: 100%;
}


.dateOfRightAllotmentNote {
    margin: 0 10px 40px;
    width: auto;
    text-align: left;
}

.maintenanceInfo {
    margin: 0 10px 40px;
    width: auto;
    text-align: left;
    padding-left: 10px;
}

/* プロモーション・バナーエリア */
.promotion {
    margin: 40px auto;
    padding: 0;
    width: auto;
}

.promotionList {
    margin: 0;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}

.promotionList li {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    float: none;
}

.promotionList li a {
    margin: 0;
    padding: 0;
    display: block;
}

.promotionList li:nth-child(4n) {
    margin: 0 0 20px;
}


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

#List  #PageTitle {
	background-size:cover;
	height:150px;
	margin-bottom:10px;
}
#List  #PageTitle h1 {
	background-repeat:repeat-y;
	background-size:contain;
	padding:15px 0;
	font-size:24px;
}

#List  #PageTitleDummy {
    margin-bottom:10px;
}

#List .headTxA img{
	width: auto;
	height: auto;
}

#List .pay_icon{
	width: auto;
	height: auto;
}

.menu_btn2 {
	border-radius: 3px;
	background-color:#103082;
	text-align: center;
	width:80%;
	color:#fff;
	letter-spacing:0em;
	line-height:1.1em;
	box-sizing: border-box;
	padding:10px 20px;
	font-size:108%;
	font-weight:400;
}
.menu_btn2:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#666;
}
.menu_btn2 i {
	color:#fff;
	padding-left:10px;
	font-size:130%;
}

.menu_btn1 {
	position:fixed;
	top:0;
	right:0;
	padding:8px 10px;
	box-sizing: border-box;
	background-color:#103082;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	color:#FFF;
	display: none;
}
.menu_btn1:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#666;
}

.menu_btn1 i {
	color:#fff;
	padding-left:10px;
	font-size:130%;
}


.googsListWrap {
	width:100%;
	margin-left:0;
}
.googsListWrap .googsItem {
	float:left;
	width:50%;
	margin-left:0;
	margin-bottom:38px;
	box-sizing: border-box;
}
.googsListWrap .googsItem:nth-child(even){
	padding-right:10px;
}
.googsListWrap .googsItem:nth-child(odd){
	padding-left:10px;
}


.googsListWrap .googsItem a {
	padding-bottom:10px;
}
.googsListWrap .googsItem a:hover {
	padding-bottom:8px;
}
.googsListWrap .googsItem a p.ph {
	display:block;
	width:100%;
}
.googsListWrap .googsItem a p.ph img {
	width:100%;
}
/*
.googsListWrap .googsItem a p.ph img.lie {
	width:auto;
}
*/


.googsListWrap .googsItem a p.name {
	margin-top:12px;
	margin-bottom:8px;
	font-size:106%;
	line-height:1.4;
}
.googsListWrap .googsItem a p.point {
	font-size:120%;
	position:static;
}

.googsListWrap .googsItem a .detail {
	position:static;
	display:block;
	font-size:100%;
	padding:5px 10px 5px 25px;
	margin-top:7px;
}
.googsListWrap .googsItem a .detail i {
	color:#FFF;
	padding-left:20px;
}


#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;
}



/* // 商品検索 ----------------------------------------------- */
#productSearch {
    margin: 0 0 40px;
}

#productSearch input[type="text"] {
    margin: 0;
    padding: 0 45px 0 10px; /* 45px = 10px + input[type="submit"] 35px */
    width: 100%;
    height: 35px; /* 33px + border 1px + 1px */
    box-sizing: border-box;
}

#productSearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    box-sizing: border-box;
}




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

#Detail #DetailWrap {

}

#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:none;
	width:100%;
	margin-right:0;
}
#Detail #DetailWrap .txArea {
	float:none;
	width:100%;
	margin-top:30px;
}
#Detail .flex-control-nav {
	width:100%;
	margin-left:-0;
	margin-top:4px !important;
}
#Detail .flex-control-nav img {
	padding:0 2px !important;
}

#Detail #DetailWrap .txArea {
	float:none;
	width:100%;
}

#Detail .headTxA img{
	width: auto;
	height: auto;
}

#Detail p img{
	width: auto;
	height: auto;
}
#Detail #MainContents .nowPoint {
	font-size:108%;
	text-align:left;
	margin-top:18px;;
}
/* #Detail #MainContents .nowPoint span {
	background-color:#ececec;
	display:block;
	padding:8px;
} */
/* add */
#Detail #MainContents .nowPoint span {
	background-color:#fff;
	display:block;
    padding: 0.4em 0;
    height: auto;
    line-height: normal;
}
#Detail #MainContents .nowPoint span i {
	display:none;
}
#Detail #MainContents .nowPoint span strong {
	padding:0 4px;
}
#Detail #MainContents .over {
	text-align:left;
	font-size:92%;
	line-height:1.6;
	margin-top:8px;
}
#Detail #MainContents .goodsname {
	margin-top:20px;
	font-size:140%;
}
#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;
	color: #fff;
	margin-bottom:27px;
	font-size:110%;
}
#Detail #MainContents .description {
	margin-bottom:18px;
}
#Detail #MainContents .icon {
	margin-bottom:18px;
}
#Detail #MainContents .icon img {
	padding-right:10px;
	width:50px;
}
#Detail #MainContents .attention {
	color:#F40400;
	font-size:72%;
	line-height:1.6;
}
/* add */
#Detail #MainContents .attention {
	color: #c00;
	font-size:72%;
	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;
} */
/* add */
#Detail #MainContents .submit a {
	margin-top:50px;;
	display: block;
	padding: 25px 15px;
	background-color: #c30d23;
	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;
}

#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: #a3000f;
	text-decoration:none;
}

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

.campaignBanner {
    margin: 0 auto 15px;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
}


/* // 支払方法選択(商品交換) ------------------------------- */
/* // SALE - employee discount : 2019.12.25 ----------------- */
/* 商品一覧 */
.googsListWrap .googsItem a {
    position: relative;
}

.googsListWrap .googsItem a p.point {
    text-align: right;
}

.googsListWrap .googsItem.sale a p.point {
    width: 100%;
    /*position: absolute;*/
    /*bottom: 40px;*/
}
.googsListWrap .googsItem.sale a p.name {
    margin-bottom: 8px;
}
.googsListWrap .googsItem.sale a:hover p.point {
    bottom: 38px;
}

.saleBadge {
    left: 0;
    right: auto;
}

/* 商品詳細 */
.saleExchangePrice span {
    margin: 0.4em 0 0;
    display: block;
}

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

#Payment table.tableA td.item1{
	color:#FFF;
    width: 30%;
	background-color:#444;
}
#Payment table.tableA td.item3{
	color:#FFF;
    width: 30%;
    padding: 12px;
	background-color:#444;
}

#Payment table.tableA td.item4.last {
    text-align: left;
    width: 61%;
	background-color:#FFF;
}

#Payment table.tableA td {
    text-align: left;

}
#Payment table.tableA td.item.last {
    text-align: left;
    width: 70%;
	background-color:#FFF;
}

#Payment img.resize {
	width: 100%
}

#Payment input.coinInput {
	width: 100%
}

/* // 優待ポイントについて
 ----------------------------------------------- */
#Program .bnr {
	padding:25px 10px;
	box-sizing: border-box;
}

/* add */
#Program table {
	font-size: 91%;
}
#Program table th,
#Program table td {
	padding: 10px 5px;
}

/* // 株主ポスト ----------------------------------------------- */

#Post .detailBlock .tx {
	float:none;
	width:100%;
}
#Post .detailBlock .ph{
	margin-left: 0;
	float: none;
	width: 100%;
}

/* // プレミアム優待倶楽部 GIFT CARD
 ----------------------------------------------- */
.GiftCardBuyList,
.GiftCardregisterList,
.GiftCardBuyLoginList,
.GiftCardregisterLoginList,
.GiftCardExchangeList {
    margin: 0 auto;
    width: 90%;
}

.GiftCardBuyList li,
.GiftCardregisterList li,
.GiftCardBuyLoginList li,
.GiftCardregisterLoginList li,
.GiftCardExchangeList li {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
    font-size: 90%;
    float: none;
}

.GiftCardBuyList li:first-child,
.GiftCardregisterList li:first-child {
    margin: 0 0 2em;
}

.WILLsCoinBalanceDList dt {
    width: 43%;
}

.WILLsCoinBalanceDList dd {
    width: 57%;
}

.WILLsCoinBalanceDList dt.finished {
    padding: 34px 15px;
    height: auto;
    line-height: 1.2;
}

.WILLsCoinBalanceDList dd.finished {
    padding: 10px 15px;
    height: auto;
    line-height: 1.2;
}

/* // 個人情報保護方針
 ----------------------------------------------- */
.PPPurposeOList li ul {
    margin: 1em 0 2em 0;
}

.PPPmarkFigure  {
    margin: 0 auto 2em;
    padding: 0;
    width: 30%;
    float: none;
    display: block;
}

.PPInfo {
    width: 90%;
}

/*メンテナンスのお知らせ*/
.maintenance_notice {
    position: relative;
    width: 90%;
    margin: 30px auto;
    padding: 0.5em 1em;
    border: solid 3px #f98a80;
    border-radius: 8px;
}
.maintenance_notice .notice-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #f98a80;
    font-weight: bold;
}
.maintenance_notice p {
    margin: 0;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
}


/* // 電子議決権行使
 ----------------------------------------------- */
.vote01Figure {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    height: auto;
}

.voteRelatedBtn {
    margin: 0 auto;
    width: 90%;
    height: 42px;
    line-height: 36px;
    box-sizing: border-box;
}

.voteCoList {
    margin: 0 0 30px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.voteCoList li {
    margin: 0.3em 2% 0.3em 0;
    padding: 0;
    width: 49%;
    float: left;
    box-sizing: border-box;
}

.voteCoList li:nth-child(2n) {
    margin: 0.3em 0;
}

.coListH2 {
    line-height: 1.2;
}

.voteH3 {
    width: 90%;
    font-size: 91%;
    box-sizing: border-box;
}
.stockExchange {
    right: 5%;
    bottom: 128px;
}
.monthly .stockExchange {
    bottom: 65px;
    bottom: 60px;
}
.mLiveWrap {
    width: 90%;
    text-align: left;
}
.mLive {
    right: 5%;
    bottom: 128px;
}
.monthly .mLive {
    bottom: 65px;
    bottom: 60px;
}
.votingPeriodPra {
    width: 90%;
    font-size: 73%;
}
.votingPeriodDList {
    width: 90%;
    font-size: 91%;
}
.voteExLinkBtn {
    width: 90%;
    font-size: 82%;
}

.voteNotesList {
    margin: 1em auto 120px;
    padding: 0;
    width: 94%;
}
.voteNotesList li {
    margin: 0 1em 0.6em 2em;
    line-height: 1.5;
}
/* .voteNotesList li:first-child {
    margin: 1.4em 1em 0.4em 2em;
} */
.voteNotesList li:last-child {
    /* margin: 0 1em 1.4em 2em; */
    margin: 1.4em 1em 1.4em 2em;
}


/* // バーチャル株主総会
 ----------------------------------------------- */
.vsm01Figure {
    margin: 0 auto 20px;
    padding: 0;
    width: 60%;
    height: auto;
    float: none;
}

.vsmRelatedBtn {
    margin: 0 auto;
    width: 90%;
    height: 42px;
    line-height: 36px;
    box-sizing: border-box;
}

.vsmCoList {
    margin: 0 0 30px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.vsmCoList li {
    margin: 0.3em 2% 0.3em 0;
    padding: 0;
    width: 49%;
    float: left;
    box-sizing: border-box;
}

.vsmCoList li:nth-child(2n) {
    margin: 0.3em 0;
}

.vsmH3 {
    width: 90%;
    font-size: 91%;
    box-sizing: border-box;
}

.eVoteWrap {
    width: 90%;
    text-align: left;
}
.eVote {
    right: 5%;
    bottom: 148px;
}
.monthly .eVote {
    bottom: 65px;
    bottom: 60px;
}
.vsmPeriodPra {
    width: 90%;
    font-size: 73%;
}
.vsmPeriodDList {
    width: 90%;
    font-size: 91%;
}
.vsmExLinkBtn {
    width: 90%;
    font-size: 91%;
}
.vsmEnd {
    width: 90%;
    font-size: 91%;
}

.vsmNotesList {
    margin: 1em auto 120px;
    padding: 0;
    width: 94%;
}
.vsmNotesList li {
    margin: 0 1em 0.6em 2em;
    line-height: 1.5;
}
.vsmNotesList li:last-child {
    margin: 1.4em 1em 1.4em 2em;
}

.new::before {
    position: absolute;
    content: "NEW";
    top: 0px;
    left: -2%;
    background-color: crimson;
    padding: 0 3%;
    color: white;
    transform: rotate(-30deg);
}
.line-height-240px {
  height: auto;
}
.line-number {
  width: 100%;
}
.line-number-with-text {
  width: 50%;
}
.line-barcode {
  width: 50%;
}
.line-hidden {
  display: none;
}

/* お届け先の確認モーダルstart */

#confirm-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

#confirm-modal .modal-inner {
  position: relative;
  width: 90%;
  height: auto;
  background-color: #FFF;
  margin: 30px;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -88%;
  margin-left: -45%;
  font-size: 0.8rem;
  overflow-y: auto;
}

#confirm-modal .modal-inner .modal-header {
  border-bottom: 1px solid #a2a2a2;
}

#confirm-modal .modal-inner .modal-header .title {
  font-size: 1.2rem;
  text-align: left;
  margin: 5px;
}

#confirm-modal .modal-inner .modal-body {
  border-bottom: 1px solid #a2a2a2;
  padding: 5px;
}

#confirm-modal .modal-inner .modal-footer {
  margin: 10px;
}

#confirm-modal .modal-inner .modal-footer button.btnA {
  color: #FFF;
  line-height: 1;
  padding: 14px 0;
  box-sizing: border-box;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 4vw;
}

#confirm-modal .modal-inner .modal-footer .block-left {
  float: left;
  width: 49%;
}

#confirm-modal .modal-inner .modal-footer .block-right {
  float: right;
  width: 49%;
}

#confirm-modal .modal-inner .modal-footer .block-left i, #confirm-modal .modal-inner .modal-footer .block-right i {
  display: none;
}

.clear-both {
  clear: both;
}

dl.modalTable dt {
  float: none;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #EEE;
  border-width: 0;
  color: #333;
  border-left: 2px #333 solid;
}

dl.modalTable dd {
  float: none;
  width: 100%;
  padding: 8px;
  border-width: 0;
  font-weight: 300;
  font-size: 0.8rem;
}

dl.modalTable.s dt, dl.modalTable.s dd {
  padding: 5px;
  font-size: 96%;
  border-right: 1px #e8e8e8 solid;
}

dl.modalTable dt:first-child {
  border-width: 0;
  border-left: 2px #333 solid;
}

dl.modalTable dt.last {
  border-width: 0;
  border-left: 2px #333 solid;
}

dl.modalTable dd.first {
  border-width: 0;
}

dl.modalTable .item em {
  display: block;
}
/* お届け先の確認モーダルend */

.caution {
  margin: 30px auto;
}
.caution p {
  color: #db3434;
  padding: 10px;
  background: #fff;
  line-height: 1.3em;
  text-align: center;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.agree-checkbox{
	margin-top: -15px;
}

.agree-txt{
	padding-left:20px;
	margin-left:0px;
}

.agree-top {
	margin-top: -40px;
}
/* コイン交換確認 start */
.exchangeCaution p {
  text-align: left;
  padding: 5px;
}
/* コイン交換確認 end */

/* 株価・業績情報 */
#stockQuotes iframe {
    height: 3800px;
}

/* add */
.headerLogo {
    text-align: left;
}

.headerLogo a img {
    width: 214px;
    height: 32px;
    margin-left: 10px;
}
