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


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


/* // Header
----------------------------------------------- */
/* #Header {
	border-bottom:4px solid #f2f2f2;
	padding:8px 0;
} */
/* add */
#Header {
    padding: 0;
    background: #f3f4f6;
    /* border-top: 15px solid #00a8ff; */
}

#Header h1 a img {
    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;
}

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

#Header ul.link {
	position:absolute;
    top: 10px;
	right:0;
	font-size:93%;
	font-family: serif;
}
#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: #202b46;
}

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

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

#Header ul.link li a:hover {
    /* color: #3b4747; */
    text-decoration: none;
    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: #202b46;
    text-decoration: none;
    display: inline-block !important;
}

/* // 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 {
	background-color:#f2f2f2;
	padding:14px 0;
	font-size:82%;
	color:#AAA;
	line-height:1;
	margin-bottom:30px;
} */
/* add */
#Breadcrumb {
    color: #111;
	padding: 16px 0;
	font-size:82%;
	line-height:1;
	margin-bottom:30px;
    /* border-bottom: solid 1px #efefef; */
}
/* #Breadcrumb i {
	padding:0 12px;
	color:#CFCFCF;
} */
/* add */
#Breadcrumb i {
    color: #202b46;
	padding: 0 12px;
}
/* #Breadcrumb a {
	color:#AAA;
} */
/* add */
#Breadcrumb a:link,
#Breadcrumb a:visited {
	color: #111;
    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: #4f6aac;
    text-decoration: none;
    /* opacity: 0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )"; */
}
#Breadcrumb li {
	float: left;
}


/* // Footer
----------------------------------------------- */
/* #Footer {
	background-color:#003772;
	line-height:1;
	padding:20px;
	color:#FFF;
} */
/* add */
#Footer {
    color: #fff;
    background: #2C2C2C;
    padding: 40px 0;
	line-height: 1;
}
#Footer a {
    color: #fff;
	font-weight:100;
}
#Footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#Footer ul.link li {
	float:left;
	margin-right:25px;
}
#Footer p.copy {
    padding-right: 95px;
	font-size: 90%;
    font-weight: 100;
	position: absolute;
	top: 10%;
	right: 0;
}
#Footer .footeLogo {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 36px;
    position:absolute;
	top: -12px;
	right: 0;
    vertical-align: middle;
}


/* // pageTop
----------------------------------------------- */
.pageTop {
	font-size:30px;
	display:block;
	padding:10px;
	display:block;
	position:fixed;
	right:10px;
	bottom:70px;
	background-color: #202b46;
	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 {
	opacity:0.8;
}




/* // 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 {
	float:left;
	width:30%;
	padding:15px;
	box-sizing: border-box;
	background-color:#444;
	font-weight:400;
	display:block;
	color:#FFF;
	border-bottom:1px #FFF solid;
}
dl.tableA dd {
	float:left;
	width:70%;
	padding:15px;
	box-sizing: border-box;
	border-bottom:1px #CCC solid;
  border-right: 1px #CCC solid;
	font-weight:200;
	display:block;
}
dl.tableA.s dt,
dl.tableA.s dd {
	padding:8px;
	font-size:96%;
}
dl.tableA dt:first-child {
	border-top:1px #444 solid;
}
dl.tableA dt.last {
	border-bottom:1px #444 solid;
}

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

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


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

input{
  border:solid 1px #aaa;
}

.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 .preTxt {
    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: 10px 0;
    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 {
	border:1px solid #444;
	line-height:1.3;
	padding:9px;
	font-size:160%;
	font-weight:100;
	color:#444;
}
/* add */
/* .headTxA {
	color:#444;
	line-height:1.3;
	padding:9px;
	font-size:160%;
	font-weight:100;
    border-bottom: 4px solid #e5e5e5;
} */
.headTxB {
	border-bottom:1px solid #444;
	line-height:1.3;
	padding-bottom:12px;
	font-size:140%;
	font-weight:100;
	color:#444;
}

/* .nowUserPoint {
	border:5px #cccdc4 solid;
	padding:14px;
	background-color:#FCFCF4;
	margin-bottom:25px;
	color:#202b46;
} */
/* add */
.nowUserPoint {
	border: solid 3px #4f6aac;
	padding:14px;
	background-color: #fff;
	margin-bottom:25px;
	color:#4f6aac;
    -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: #4f6aac;
}
.nowUserPoint span.point em {
	font-size:140%;
}

#Program .headTxA.mab35,
#List .headTxA,
#Post .headTxA.mab35,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #202b46;
    margin: 0;
    padding:0.1em 1em 0em 0.7em;
    font-size: 1.625rem; /* 26px */
    font-weight: bold;
    border: none;
    position: relative;
    font-family: serif;
}

#Program .headTxA.mab35:before,
#List .headTxA:before,
#Post .headTxA.mab35:before,
#Help .headTxA.mab35:before,
#ContentsWrap #MainContents.narrow .headTxA.mab35:before {
    content: "";
    background: #4f6aac;
    background: -moz-linear-gradient(right, #4f6aac, #202b46);
    background: -webkit-linear-gradient(right, #4f6aac, #202b46);
    background: linear-gradient(to left, #4f6aac, #202b46);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6aac', endColorstr='#202b46',GradientType=0 );
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* #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: #202b46;
}

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





/* // ボタン設定
----------------------------------------------- */
/* .btnA {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#003772;
	line-height:1;
	color:#FFF;
	padding:16px 50px 16px 30px;
	position: relative;
	font-size:118%;
	box-sizing: border-box;
	font-weight:200;
	display:inline-block;
	text-align:center;
	cursor:pointer;
} */
/* add */
.btnA {
	background-color: #212121;
	line-height:1;
	color:#FFF;
	padding:16px 0;
	position: relative;
	font-size:118%;
	box-sizing: border-box;
	font-weight:200;
	display:inline-block;
	text-align:center;
	cursor:pointer;
    width: 70%;
}
.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 {
	text-decoration:none;
	color:#FFF;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.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;
}
.btnA.blue {
	background-color:#004DA5;
}
.btnA.green {
    background: #202b46;background: #4f6aac;
    background: -moz-linear-gradient(right, #4f6aac, #202b46);
    background: -webkit-linear-gradient(right, #4f6aac, #202b46);
    background: linear-gradient(to left, #4f6aac, #202b46);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6aac', endColorstr='#202b46',GradientType=0 );
}
.btnA.green:hover {
	opacity:0.7 !important;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
/* add */
#Program a.formSubmit {
    background: #202b46;background: #4f6aac;
    background: -moz-linear-gradient(right, #4f6aac, #202b46);
    background: -webkit-linear-gradient(right, #4f6aac, #202b46);
    background: linear-gradient(to left, #4f6aac, #202b46);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6aac', endColorstr='#202b46',GradientType=0 );
}
.loginBox .btnA.green {
    background-color: #202b46;
}
form[name="_contact_indexActionForm"] .btnA.green {
    background-color: #202b46;
}
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-color: #202b46;
}
.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;
}

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;
}
.btnVoting {
	background-color: #003772;
	color:#FFF;
	font-size:120%;
	line-height:1;
	font-weight:200;
}


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

/* // 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 {
	background: #f3f4f6;
}
#Top #Breadcrumb {
    margin-bottom:0;
}

#Top #MainVisual {
	height:550px;
	background:url(/images/aistorm/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:550px;
}

/* #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: 550px;
	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/aistorm/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/aistorm/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: #4f6aac;
    border-top: solid 2px #4f6aac;
    border-right: solid 2px #4f6aac;
    border-bottom: solid 2px #4f6aac;
    border-left: solid 2px #4f6aac;
}
/* #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: #4f6aac;
	font-size: 110%;
    color: #fff;
}
/* #Top .memberbox .point {
	margin-bottom:15px;
	text-align:center;
} */
/* add */
#Top .memberbox .point {
    color: #4f6aac;
    background: #fff;
    padding: 2px 0 5px;
	text-align: left;
    border-bottom: solid 2px #4f6aac;
    border-right: solid 2px #4f6aac;
    border-left: solid 2px #4f6aac;
}
/* #Top .memberbox .point em {
	font-size:45px;
	padding-right:10px;
} */
/* add */
#Top .memberbox .point em {
    color: #4f6aac;
	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 #4f6aac;
    border-left: solid 2px #4f6aac;
}

#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:4px;
}

#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: #fff;
	line-height:1.3em;
	text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-sizing: border-box;
}

/* add 2020.04.17 */
.AnnualMeetingWrap {
    /* background: #edf1f4; */
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    box-shadow: 0 2px 6px -4px rgba(0,0,0,0.25) inset, 0 -2px 6px -4px rgba(0,0,0,0.25) inset;

    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #edf1f4;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);

    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
    pointer-events: none;
}

.AnnualMeetingWrap:hover {
    /* background: #333; */
    -webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #333333;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
}

.AnnualMeeting {
    background: #fff;
    margin: 15px auto;
    padding: 0;
    width: 1000px;
    height: 60px;
    line-height: 1;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    /* -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s; */

    pointer-events: auto;
}

/* .AnnualMeeting:hover {
    background: #fcfcfc;
    text-decoration: none;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
} */

.AnnualMeeting a {
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 60px;
    display: block;
    position: relative;
}

/* .AnnualMeeting a:after {
    content: "\f061";
    color: #fff;
    background: #900;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 100%;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
} */

.AnnualMeeting a:after {
    content: "\f18e";
    color: #900;
    margin: auto 0;
    padding: 0;
    font-size: 300%;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
}

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

/* .AnnualMeeting a:hover {
    text-decoration: none;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
} */

.AnnualMeeting .subject {
    color: #172a88;
    margin: 0;
    padding: 0 1em;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 172%;
    font-weight: bold;
    position: relative;
}

.AnnualMeeting .subject:before {
    content: "";
    /* background: #0a5afe; */
    background: #c30d23;
    margin: 0 auto;
    padding: 0;
    width: 87%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
}

.AnnualMeeting .time {
    /* color: #00997c; */
    color: #333;
    margin: 0;
    padding: 0 0.8em 0 0;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 154%;
    font-weight: bold;
}

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

.AnnualMeeting .time span {
    margin: 0;
    padding: 0 0.4em 0 0.2em;
    font-size: 56%;
}

.AnnualMeeting .explain {
    color: #fff;
    background: #0a5afe;
    margin: 15px 0 0;
    padding: 0;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}


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

#Top .topNewsH2 {
    color: #202b46;
    margin: 0 0 1.6em;
    padding:0.2em 1em 0.2em 0.7em;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    position: relative;
    font-family: serif;
}

#Top .topNewsH2:before {
    content: "";
    background: #4f6aac;
    background: -moz-linear-gradient(right, #4f6aac, #202b46);
    background: -webkit-linear-gradient(right, #4f6aac, #202b46);
    background: linear-gradient(to left, #4f6aac, #202b46);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6aac', endColorstr='#202b46',GradientType=0 );
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* #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: #202b46;
    text-decoration: none;
}

#Top .topNewsDList dd a:hover {
    /* color: #3688ba; */
    text-decoration: none;
    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/aistorm/list_mv_01.jpg) center center no-repeat;
	height:175px;
	margin-bottom:30px;
} */
/* add */
#List  #PageTitle {
	background:url(/images/aistorm/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/aistorm/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;
	font-family: serif;
}

/*商品検索用*/

#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;
}
/*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: #4f6aac;
    border: solid 1px #ddd;
}

#List ul.pageNav li a:hover i {
    color: #4f6aac;
}

/* #CategoryMenu .block.user {
	border:6px #cccdc4 solid;
	padding:8px;
	background-color:#FCFCF4;
	margin-bottom:30px;
	line-height:1.2;
	color:#202b46;
} */
/* add */
#CategoryMenu .block.user {
	border: solid 4px #4f6aac;
	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 #4f6aac;
}
#CategoryMenu .block.user p.name em {
	font-size:15px;
	display:inline-block;
	padding-right:7px;
	font-weight:500;
	padding-bottom:1px;
	color: #4f6aac;
}
#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:#4f6aac;
}
/* add */
#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color: #4f6aac;
}
#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: #202b46;
	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:#202b46;
}


#Detail #MainContents .nowPoint {
    color: #4f6aac;
    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: #202b466be; */
	display:inline-block;
	padding:0 15px;
    height: 50px;
    line-height: 50px;
    border: solid 3px #4f6aac;
    -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: #202b46;
    margin: 1em 0 0;
    padding:0.2em 1em 0.2em 0.7em;
    font-size: 1.625rem; /* 26px */
    font-weight: bold;
    border: none;
    position: relative;
    font-family: serif;
}
#Detail #MainContents .goodsname:before {
    content: "";
    background: #4f6aac;
    background: -moz-linear-gradient(right, #4f6aac, #202b46);
    background: -webkit-linear-gradient(right, #4f6aac, #202b46);
    background: linear-gradient(to left, #4f6aac, #202b46);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6aac', endColorstr='#202b46',GradientType=0 );
    width: 8px;
    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 .banner img {
	margin-bottom:25px;
	width: 100%;
}

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

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

#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: #4f6aac;
    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: #4f6aac;
    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: #4f6aac;
    border: solid 1px #ddd;
}

#Post ul.pageNav li a:hover i {
    color: #4f6aac;
}



/* // 優待ポイントについて
 ----------------------------------------------- */
#Program .mv {
	height:250px;
	/* background:url(/images/aistorm/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 #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	font-size:122%;
	color:#333;
}
#Program table th {
    color: #fff;
    background: #4f6aac;
	padding: 10px;
	font-weight: bold;
	text-align:center;
    vertical-align: middle;
    border: 1px solid #fff;
    width:50%;
}
#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 th.col1{
  width: 50%;
}

#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: #fff;  
}
#Program table tr:nth-child(even) td {  
  background-color: #f3f4f6;  
}  

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

#Program p input{
  border: none;
}

.pointTableNotesList {
    margin: 1em auto 80px;
    padding: 0;
    width: 800px;
    
}
.pointTableNotesList li {
    color: #202b46;
    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: "　";
}

/** ADD 2017/07/26 */
.voting_content {
  position: relative;
}

.voting_subContent1 {
  float:left;
  width:390px;
  line-height:1.5;
  font-size:93%;
}

.voting_subContent2{
  float:right;
  background-color:#fff;
  width:359px;
  font-size:93%;
  padding:5px;
  overflow:auto;
}

.voting_subContentMessage {
  float:right;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width: 100%;
  font-size:93%;
  padding: 10px;
  overflow:auto;
  box-sizing: border-box;
}

.voting_subContentFile {
  float:right;
  background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #e5e5e5;
  width: 100%;
  font-size:93%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  height: 30px;
  overflow:auto;
  box-sizing: border-box;
  text-align: center;
}

.votingAnswerButton {
  background: url(/images/aistorm/btn_answer.png) left top no-repeat;
  width: 98px;
  height: 28px;
  border: 0;
  cursor:pointer;
  margin: 0 auto;
}

.votingBackButton {
  width: 80px;
  height: 30px;
  background-color: #AAA;
  box-sizing: border-box;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color:#fff;
}

dt.votingTitle {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1.2em;
  background: #ccc none;
}

dt.votingDetailTitle {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1.0em;
  background: #d4d4da none;
}

dd.votingSubTitle {
  margin: 5px;
}

dd.votingAnswer {
  margin: 5px;
}

dd.votingAnswerConfirm {
  margin-left: 5px;
  vertical-align: middle;
  height: 30px;
}
img#votingIcon {
	width: 13px;
	margin: 5px;
}

p.text_content_93 {
  font-size:93%;
  height: auto;
}

#tablelist thead{
  background: #ccc none;
  height: 25px;
}

#tablelist .header > th{
  text-align: center;
  font-weight: bold;
}

#tablelist tbody > tr{
  height: 40px;
}

#tablelist tbody > tr > td{
  padding-left: 10px;
  font-size: 13px;
  vertical-align: middle;
}

#tablelist tbody > tr > td.center{
  text-align: center;
}

.clearfix:after {
	content: url(/images/aistorm/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

.viewInlineBlock {
	display:inline-block;
}

.viewBlock {
	display:block;
}

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

/* ポイント通帳・優待商品交換履歴 ボタン - 2019.06.28 */
.historyBtnList {
    margin: 10px 0;
    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;
}


/* // ポイント通帳
 ----------------------------------------------- */
#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:#202b46;
}
.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: 25px 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%;
}

.videoNote {
    margin: 0 auto 1em;
    width: 720px;
}

.videoNote p {
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 82%;
    line-height: 1.3;
    text-indent: -1em;
}

.videoNote p:before {
    content: "※";
}

.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: #f3f3f3;
    margin: 0 auto 20px;
    padding: 1.2em 0;
    width: 800px;
    font-size: 82%;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Line Switching */
.reloadPra {
/*	text-align: center; */
	line-height: 1;
}

.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: #3e35a2;
}

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

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

.lineSwitching {
	margin: 30px auto 0;
	padding: 0;
	/* width: 720px; */
}

.lineSwitchingPra {
	color: #7f7f7f;
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 82%;
	/* font-size: 73%; */
	line-height: 1.4;
}

.lineSwitchingPra a:link,
.lineSwitchingPra a:visited {
	text-decoration: underline;
}

.lineSwitchingPra a:hover {
	color: #1d2088;
	text-decoration: none;
}

.lineSwitchingPra ol li {
	float: left;
}

.lineSwitchingOList {
	background: #dfdfdf;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

.lineSwitchingOList li {
	margin: 6px 0 6px 1%;
	padding: 0;
	width: 10%;
	float: left;
}

.lineSwitchingOList li:nth-child(9n) {
	margin: 6px 1%;
}

.lineSwitchingOList li:nth-child(n+10) {
	margin-top: 0;
}

.lineSwitchingOList li a {
	background: #fff;
	width: 100%;
	height: 24px;
	/* font-size: 82%; */
	font-size: 73%;
	line-height: 24px;
	text-align: center;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	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;
}

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

.lineSwitchingOList li a:hover {
	color: #fff;
	background: #0a3;
	text-decoration: none;
}

.lineSwitchingOList li a:hover:before {
	color: #fff;
}

.lineSwitchingOList li a:before {
    content: "\f105";
    color: #172a88;
    margin: 0 0.4em 0 0;
    font-family: FontAwesome;
}

.lineSwitchingOList li a.current {
	color: #fff;
	background: #0a3;
}

.lineSwitchingOList li a.current:before {
	content: "●";
    color: #fff;
    margin: 0 0.4em 0 0;
}

.lineSwitchingOList li:first-child a,
.lineSwitchingOList li:first-child a:before {
	color: #08d;
}

.lineSwitchingOList li:first-child a:hover,
.lineSwitchingOList li:first-child a:hover:before {
	color: #fff;
}

.lineSwitchingOList li a.current:first-child,
.lineSwitchingOList li a.current:first-child:before {
	color: #fff;
}



/* ajax ver */
#changeTab {
    margin: 0 0 20px;
    border-bottom: solid 8px #1d2088;
}

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

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

#changeTab li a {
    color: #1d2088;
    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 #1d2088;
    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: #1d2088;
}

#changeTab li a.current {
    color: #fff;
    background: #1d2088;
    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: #172a88;
    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: #172a88;
}

#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: #172a88;
    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: #172a88;
}

#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;
}
.spVotingBtn {
    display: none;
}

a.btColor {
    background-color: #00a0e9;
}

.spVotingBtnExpired {
    display: none;
}

/* // バーチャル株主総会
 ----------------------------------------------- */
.AnnualMeetingWrap {
    /* background: #edf1f4; */
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25) inset, 0 -2px 3px 0 rgba(0,0,0,0.25) inset;
    box-shadow: 0 2px 6px -4px rgba(0,0,0,0.25) inset, 0 -2px 6px -4px rgba(0,0,0,0.25) inset;

    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #edf1f4;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(188, 192, 194, 0.32)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(188, 192, 194, 0.32)),
                        color-stop(.75, rgba(188, 192, 194, 0.32)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(188, 192, 194, 0.32) 25%, transparent 25%,
                    transparent 50%, rgba(188, 192, 194, 0.32) 50%, rgba(188, 192, 194, 0.32) 75%,
                    transparent 75%, transparent);

    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    pointer-events: none;
}

.AnnualMeetingWrap:hover {
    /* background: #333; */
    -webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #333333;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent)),
                  -webkit-gradient(linear, 0 0, 100% 100%,
                        color-stop(.25, rgba(153, 153, 153, 0.3)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(153, 153, 153, 0.3)),
                        color-stop(.75, rgba(153, 153, 153, 0.3)), color-stop(.75, transparent),
                        to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -webkit-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -moz-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -ms-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  -o-linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent),
                  linear-gradient(-45deg, rgba(153, 153, 153, 0.3) 25%, transparent 25%,
                    transparent 50%, rgba(153, 153, 153, 0.3) 50%, rgba(153, 153, 153, 0.3) 75%,
                    transparent 75%, transparent);
}

.AnnualMeeting {
    background: #fff;
    margin: 15px auto;
    padding: 0;
    width: 980px;
    height: 60px;
    line-height: 1;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    pointer-events: auto;
}

/* .AnnualMeeting:hover {} */

.AnnualMeeting a {
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 60px;
    display: block;
    position: relative;
}

/* .AnnualMeeting a:after {} */

.AnnualMeeting a:after {
    content: "\f18e";
    color: #900;
    margin: auto 0;
    padding: 0;
    font-size: 300%;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
}

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

/* .AnnualMeeting a:hover {} */

.AnnualMeeting .subject {
    color: #172a88;
    margin: 0;
    padding: 0 1em;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 172%;
    font-weight: bold;
    position: relative;
}

.AnnualMeeting .subject:before {
    content: "";
    background: #c30d23;
    margin: 0 auto;
    padding: 0;
    width: 87%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
}

.AnnualMeeting .time {
    color: #333;
    margin: 0;
    padding: 0 1.2em 0 0;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 154%;
    font-weight: bold;
}

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

.AnnualMeeting .time span {
    margin: 0;
    padding: 0 0.4em 0 0.2em;
    font-size: 56%;
}

.AnnualMeeting .explain {
    color: #fff;
    background: #0a5afe;
    margin: 15px 0 0;
    padding: 0;
    width: 380px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-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);
}


/* // バーチャル株主総会(メッセージ)
 ----------------------------------------------- */
.css-fukidashi {
  padding: 0;
  margin: 0;
  position: relative;
}
.text {
  resize: auto;

}
.fukidashi {
  display: none;
  width: 450px;
  position: absolute;
  bottom: 100px;
  right: 0px;
  padding: 16px;
  border-radius: 5px;
  background: #33cc99;
  color: #fff;
  font-weight: bold;
}
.fukidashi:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #33cc99;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
.text:hover + .fukidashi {
  display: block;
}

.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: #172a88;
    text-decoration: underline;
}

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

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

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

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

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

.entrance {
    margin: 0 auto;
    width: 960px;
    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: #172a88;
    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: #172a88;
    text-decoration: underline;
}

.topH3:before {
    content: "\f105";
    color: #172a88;
    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,
.loginPra em {
    font-weight: bold;
    text-decoration: underline;
}

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

.preRegisterPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.375em; /* 22px */
    font-weight: bold;
    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: 460px;
    height: 320px;
    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 {
    margin: 0;
    padding: 0;
    width: 460px;
    height: 320px;
    float: left;
    border: solid 10px #e8e8e8;
    box-sizing: border-box;
    position: relative;
}

.entranceList li.theDay,
.entranceList li.theDayLive {
    height: 398px;
}

.loginPra {
    color: #333;
    margin: 30px;
    padding: 0;
    font-size: 1.25em; /* 20px */
    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: #172a88;
    margin: 0;
    width: 1.5em;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.loginBtn {
    margin: 30px;
    padding: 0;
    width: 300px;
    height: 50px;
    font-size: 118%;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    display: block;
    box-sizing: border-box;
    -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;
}

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

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

.loginBtn:hover {
    color: #fff;
    background: #172a88;
    border: solid 1px #172a88;
}

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

/* .entranceList li:last-child a {
    color: #333;
    margin: 0 30px 30px;
    padding: 0 1.2em 0 0;
    font-size: 1.625em; */ /* 26px */
    /* line-height: 1.1;
    display: inline-block;
    position: relative;
}

.entranceList li:last-child a:before {
    content: "\f090";
    color: #172a88;
    margin: auto 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.entranceList li:last-child a:link,
.entranceList li:last-child a:visited {
    color: #333;
    text-decoration: none;
}

.entranceList li:last-child a:hover {
    color: #172a88;
    text-decoration: underline;
} */

.entranceLoginList {
    margin: 120px auto 160px;
    padding: 0;
    width: 800px;
}

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

.entranceLoginList li {
    margin: 0;
    padding: 0;
    width: 380px;
    height: 260px;
    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 */
}

.dispPriorConfirmationAnswer {
    color: #c00;
    border: solid 2px #c00;
    padding: 0 15px;
    font-size:150%;
    line-height:150%;
    margin-bottom:10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* ［アンケート］ボタン */
.surveyBtn {
    color: var(--btn-label-color);
    background: #212121;
    margin: 0 auto 10px;
    padding: 0;
    width: 40%;
    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;
    /*opacity: 0.7;*/
}

.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: #c5171e;
}


/* トップページ */
#Top #MainVisual #mainimg1 {
    position: relative;
}

#Top #MainVisual #mainimg1:after {
    content: "優待ポイントを貯めて5,000種類以上の優待商品と交換！";
    color: #202b46;
    width: 610px;
    font-family: serif;
    font-size: 154%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.07em;
    display: block;
    position: absolute;
    top: 85px;
    left: 45px;
}

/* 優待ポイントについて */
#Program #MainContents #mv_tx {
    position: relative;
}

#Program #MainContents #mv_tx:after {
    content: "貯まったポイントは 5,000種類以上の優待商品と交換！";
    color: #202b46;
    font-family:serif;
    font-size: 136%;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    bottom: 36px;
    left: 314px;
}

/* add */
#Top #MainVisualLayerTop {
    background-color:rgba(0,0,0,0.55);
    height:550px;
}
/* add */
#Top .memberboxTop {
    background-color:rgba(0,0,0,0.75);
    color: #fff;
    padding: 85px 40px;
	width: 400px;
	height: 550px;
	font-weight: 100;
	box-sizing: border-box;
    display: block;
}
/* add */
#Top .memberboxTop .catchbox {
    background: #fff;
    border: solid 4px #ddd;
	padding: 0.5px;
    margin-top: 15px;
}
/* add */
#Top .memberboxTop .catchbox p.catch {
    color: #444;
	font-weight: 100;
	text-align: center;
	font-size: 18px;
    margin-top: 10px;
}
#Top .memberboxTop .catchbox p.catch em {
	font-weight: 100;
	font-size: 26px;
	display: block;
	padding-top: 7px;
}
/* add */
#Top .memberboxTop .catchbox p.btn {
	margin-top: 15px;
    margin-bottom: 10px;
}
#Top .memberboxTop .catchbox p.btn a {
    background: #666;
    margin: 0 auto;
    width: 70%;
    display: block;
}
#Top .memberboxTop .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 .memberboxTop .catchbox p.btn a:hover img,
#Top .loginbtn li a:hover img {
    opacity: 0.8;
}
/* add */
#Top .memberboxTop .name {
	background:url(/images/aistorm/top_icon_01.png) left 6px no-repeat;
	background-size:auto 40px;
	padding: 0 0 5px 52px;
	line-height:1.3em;
	font-size:92%;
    border-bottom: solid 2px #fff;
    margin-bottom: 5px;
}
#Top .memberboxTop .name em {
	font-size:130%;
	padding-right:7px;
}
/* add */
#Top .memberboxTop .now {
	font-size:84%;
	/* margin-bottom:25px; */
    background: #fff;
    color: #212121;
    border-top: solid 2px #8da10e;
    border-right: solid 2px #8da10e;
    border-bottom: solid 2px #8da10e;
    border-left: solid 2px #8da10e;
}
/* add */
#Top .memberboxTop .now em {
	margin-right:55px;
	display:inline-block;
	padding:2px 15px;
	background-color: #8da10e;
	font-size: 110%;
    color: #fff;
}
/* add */
#Top .memberboxTop .point {
    color: #212121;
    background: #fff;
    padding: 2px 0 5px;
    text-align: left;
    line-height: 1.5;
    border-bottom: solid 2px #8da10e;
    border-right: solid 2px #8da10e;
    border-left: solid 2px #8da10e;
}
/* add */
#Top .memberboxTop .point em {
    color: #8da10e;
    padding-right:10px;
    width: 60%;
    font-size: 30px;
    line-height: 1.1;
    text-align: right;
    display: inline-block;
}
#Top .memberboxTop .history {
	margin-bottom:10px;
	text-align:center;
}

 /** add */
#Top .memberboxTop .middle {
    border-right: solid 2px #97c524;
    border-left: solid 2px #97c524;
}

#Top .memberboxTop .bottom {
    padding:2pt 10pt 2pt 10pt;
    text-align: center;
    margin-bottom:15px;
}

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

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

