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


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


/* // Header
----------------------------------------------- */
/* #Header {
	border-bott    om:4px solid #f2f2f2;
	padding:8px 0;
} */
/* add */
#Header {
    background: #000;
    padding: 0;
}

#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%;
}
#Header ul.link li {
	float:left;
	margin-left:20px;
}
#Header ul.link li:nth-child(5) {
    clear: both;
}
/* add */
.fa-caret-right {
    margin-right: 0.4em;
    color: #f38a0a;
}

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

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

#Header ul.link li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* base.css line 26 - 33 対応 */
#Header ul.link li a:hover i {
    color: #fff;
    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: #000;
	background: #fff;
	padding: 16px 0;
    font-size: 82%;
	line-height:1;
	margin-bottom:30px;
}
/* #Breadcrumb i {
	padding:0 12px;
	color:#CFCFCF;
} */
/* add */
#Breadcrumb i {
    color: #000;
	padding: 0 12px;
}
/* #Breadcrumb a {
	color:#AAA;
} */
/* add */
#Breadcrumb a:link,
#Breadcrumb a:visited {
	color: #000;
    font-weight: bold;
    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: #000;
    text-decoration: underline;
    /* 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: #000;
    padding:40px 0;
	line-height:1;
}
#Footer a {
	/* color: #1e1e1e; */
    color: #666;
	font-weight:100;
}
#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: #333;
	color:#FFF !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageTop i {
	color:#FFF;
	position:relative;
	top:-3px;
}
.pageTop:hover i {
	top:-6px;
}
.pageTop:hover {
	background-color: #555;
}




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

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

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

dl.tableA dt {
	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;
	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: 1px solid #AAA;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

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

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

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;
}
ul.registFlow {
	margin-bottom:40px;
}
ul.registFlow li {
	float:left;
	display:block;
	text-align:center;
	box-sizing: border-box;
	width:25%;
	padding:0 7px;
	color:#999;
	font-weight:100;
}
ul.registFlow li span {
	border:5px #e7e7e7 solid;
	display:block;
	padding:12px 5px;
	background-color:#FBFBFB;
}
ul.registFlow li span em {
	font-size:160%;
	letter-spacing:0.1em;
}
ul.registFlow.on1 li:nth-child(1) span,
ul.registFlow.on2 li:nth-child(2) span,
ul.registFlow.on3 li:nth-child(3) span,
ul.registFlow.on4 li:nth-child(4) span
 {
	background-color:#343434;
	border-color:#595959;
	color:#FFF;
}

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

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

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

.historyExchangeBtn {
    margin: 0;
}

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

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

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


/* // テキスト設定
----------------------------------------------- */
.headTxA {
	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:#222;
} */
/* add */
.nowUserPoint {
	border: solid 3px #f6c;
	padding:14px;
	background-color: #fff;
	margin-bottom:25px;
	color:#333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nowUserPoint em {
	font-weight:600;
	padding-right:10px;
	font-size:108%;
}
/* .nowUserPoint span.point {
	padding-left:10px;
	color:#EA0046;
} */
/* add */
.nowUserPoint span.point {
	padding-left:10px;
	color: #f6c;
}
.nowUserPoint span.point em {
	font-size:140%;
}

#Program .headTxA.mab35,
#List .headTxA,
#Post .headTxA.mab35,
#Help .headTxA.mab35,
#ContentsWrap #MainContents.narrow .headTxA.mab35 {
    color: #1d1d1d;
    margin: 0;
    padding: 0.6em 0;
    font-size: 260%;
    font-weight: bold;
    border: none;
    position: relative;
}

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

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


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

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

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


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


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





/* // ボタン設定
----------------------------------------------- */
/* .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%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.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-color:#009;
}
/* add */
#Program a.formSubmit {
    background: #009;
}
.loginBox .btnA.green {
    background-color: #00367f;
}
form[name="_contact_indexActionForm"] .btnA.green {
    background-color: #009;
}
form[name="_privacy_editActionForm"] .btnA.green {
    background-color: #009;
}
.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;
}

.loginBtn {
    color: #fff;
    background: #212121;
    margin: 0;
    padding: 12px 0;
    width: 80%;
    height: auto;
    font-size: 118%;
    font-weight: bold;
    border: solid 3px #212121;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    cursor:pointer;
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.loginBtn:hover {
    color: #fff;
    background: #636363;
    border: solid 3px #636363;
}


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

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

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


#ContentsWrap {
	padding-bottom:70px;
}

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

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


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

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

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

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

/* #Top .memberbox .name {
	background:url(/images/kanamoto/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/kanamoto/top_icon_01.png) left 6px no-repeat;
	background-size:auto 40px;
	padding: 0 0 5px 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;
}

/* #Top .memberbox .now {
	font-size:84%;
	margin-bottom:25px;
} */
/* add */
#Top .memberbox .now {
	font-size:84%;
	/* margin-bottom:25px; */
    background: #fff;
    color: #212121;
    border-top: solid 2px #ff66cc;
    border-right: solid 2px #ff66cc;
    border-bottom: solid 2px #ff66cc;
    border-left: solid 2px #ff66cc;
}
/* #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: #ff66cc;
	font-size: 110%;
    color: #fff;
}
/* #Top .memberbox .point {
	margin-bottom:15px;
	text-align:center;
} */
/* add */
#Top .memberbox .point {
    color: #212121;
    background: #fff;
    padding: 2px 0 5px;
    text-align: left;
    line-height: 1.5;
    border-bottom: solid 2px #ff66cc;
    border-right: solid 2px #ff66cc;
    border-left: solid 2px #ff66cc;
}
/* #Top .memberbox .point em {
	font-size:45px;
	padding-right:10px;
} */
/* add */
#Top .memberbox .point em {
    color: #ff66cc;
	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 #97c524;
    border-left: solid 2px #97c524;
}

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

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

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

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

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


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

/* #Top #Link { */
/*	padding-top:90px;*/
	/* padding-bottom:8px;
	background-color:#ffffff;
} */
/* add */
#Top #Link {
    margin: 0 auto 60px;
}
#Top #Link .kigyo a,
#Top #Link .ir a {
    background: #000;
    display: inline-block;
    /* -moz-box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.15); */
}
#Top #Link .kigyo a:hover img,
#Top #Link .ir a:hover img {
    opacity: 0.8;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
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: #333;
    /* background: #f9f9f9; */
    padding: 10px;
	line-height:1.3em;
	text-align:center;
    border: solid 1px #dfdfdf;
	box-sizing: border-box;
}

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

#Top .topNewsH2 {
    color: #333;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
    margin: 0 0 1.6em;
    padding: 0.8em 0.8em 0.8em 1.6em;
    font-size: 127%;
    line-height: 1;
    border: solid 1px #d1d1d1;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    position: relative;
}

#Top .topNewsH2:before {
    content: "";
    background: #009;
    width: 6px;
    height: 75%;
    display: block;
    position: absolute;
    top: 12%;
    left: 12px;
}

/* #Top .topNewsH2:after {
    content: "";
    background: #eb6400;
    margin: 0;
    padding: 0;
    width: 20em;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
} */

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

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

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

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

#Top .topNewsDList dd a:hover {
    color: #666;
    text-decoration: none;
}

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

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

/* #List  #PageTitle {
	background:url(/images/kanamoto/list_mv_01.jpg) center center no-repeat;
	height:175px;
	margin-bottom:30px;
} */
/* add */
#List  #PageTitle {
	background:url(/images/kanamoto/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/kanamoto/list_title_bg.png) center center no-repeat;
	padding:35px 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:34px;
	letter-spacing:0.1em;
	font-weight:100;
	color:#000;
}


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

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

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

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

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

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



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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color:#91002E;
}
/* add */
#CategoryMenu .block.user p.point {
	text-align:center;
	margin-bottom:10px;
	font-weight:500;
	background-color:#FFF;
	color: #f6c;
}
#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:900;
}
.modal ul.menu li a:hover i {
	left:18px;
}
.modal ul.menu .childWrap{
	padding-bottom:18px;
	display:none;;
}

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

.modal ul.menu li.parent > a.on,
.modal ul.menu .childWrap a.on{
	background-color:#333;
	color:#FFF;
}
/*
.modal ul.menu li.parent > a.on i {
	display:none;
}
*/
/* // 商品検索 ----------------------------------------------- */
#productSearch {
    /* background: #ccc; */
    margin: -30px 0 40px;
    padding: 0;
    width: 100%;
	height: 35px;
    position: relative;
}

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

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

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

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

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

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

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

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

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


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

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

#Detail #DetailWrap {

}

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

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

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

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

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


#Detail #MainContents .nowPoint {
    color: #f6c;
    margin-top:-36px;
	font-size: 120%;
    line-height: 1;
	text-align: right;
}
/* #Detail #MainContents .nowPoint span {
	background-color:#ececec;
	display:inline-block;
	padding:8px 15px 12px;
} */
/* add */
#Detail #MainContents .nowPoint span {
	/* background-color: #5556be; */
	display:inline-block;
	padding:0 15px;
    height: 50px;
    line-height: 50px;
    border: solid 3px #f6c;
    -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: #333;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
    margin: 1em 0 0;
    padding: 0.6em 0.6em 0.8em 1.4em;
    font-size: 1.625rem; /* 26px */
    font-weight: normal;
    border: solid 1px #d1d1d1;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    position: relative;
}
#Detail #MainContents .goodsname:before {
    content: "";
    background: #009;
    width: 6px;
    height: 75%;
    display: block;
    position: absolute;
    top: 12%;
    left: 12px;
}
/* #Detail #MainContents .goodsname:after {
    content: "";
    background: #eb6400;
    margin: 0;
    padding: 0;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
} */
/* #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%;
	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: #333;
    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 1em;
    font-size: 14px;
    display: block;
    position: relative;
}

#Post ul.postList li a:link,
#Post ul.postList li a:visited {
    color: #333;
    text-decoration: underline;
}

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

#Post ul.postList li i {
    color: #333;
    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: #009;
    border: solid 1px #ddd;
}

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



/* // 優待ポイントについて
 ----------------------------------------------- */
#Program .mv {
	height:250px;
	background:url(/images/kanamoto/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 #ccc; */
	border-bottom: 1px solid #ccc;
	font-size:122%;
	color:#333;
}
#Program table th {
	padding: 10px;
	/* font-weight: bold; */
	vertical-align: middle;
	color: #fff;
	background: #787878;
	text-align:center;
    /* border: 1px solid #c3c3c3; */
}
#Program table th.column-2,
#Program table th.column-3 {
    background: #f2f9fB;
    border-top: 1px solid #c3c3c3;
}
#Program table th:not(:last-child) {
	border-right:1px solid #c3c3c3;
}
#Program table td {
    background: #f9f9f9;
	padding: 10px;
	vertical-align: top;
	text-align:center;
}
#Program table td:not(:last-child) {
	border-right:1px dotted #999;
}

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

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

.pointTableNotesList {
    margin: 1em auto 80px;
    padding: 0;
    width: 800px;

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



/* // 企業情報
 ----------------------------------------------- */
#stockQuotes #nav li:nth-child(5) a {
    color: #fff;
    background: #009;
    border-left: solid 1px #000;
    border-right: solid 1px #009;
}
#stockQuotes iframe {
    height: 2300px;
}
@media screen and (max-width: 580px){
    #stockQuotes iframe {
        height: 3800px;
    }
}



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

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

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

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

.pwUsePoint {
  background-color : #F6CECE;
}

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

/* テキスト外部リンク */
.externalLink:link,
.externalLink:visited {
    color: #333;
    text-decoration: underline;
}

.externalLink:hover {
    color: #666;
    text-decoration: none;
}

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

/* // バーチャル株主総会
 ----------------------------------------------- */
.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 0.4em 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;
}

/* .AnnualMeeting .explain:after {} */

.videoContainerWrap {
    margin: 1em auto 2em;
    padding: 0;
    width: 720px;
    height: 100%;
}

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

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

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

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

/* ［アンケート］ボタン */
.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: #212121;
}
