@charset "UTF-8";	
.shindan .inner { 
	margin: 0 auto; 
    width: 95vw;
	overflow: hidden;
	position: relative;
}

.shindanBox { 
	width: 95%;
	min-height: 80vw;
	height: auto ;
    margin: 40px auto;
    text-align: center;
    position: relative;
    /*overflow: hidden;*/
    background-image: url(../../img/mt/border_p.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
    padding: 5vw 2vw;
    /*margin-top: 60px;*/
}
.shindanInner {
	width: 95%;
	min-height: 80vw;
	height: auto ;
    background: #fff;
	margin: 0 auto;
    position: relative;
	padding-top: 60px;
	
}
.qBox { 
	width: 100%; 
	/*height: 100%;*/
	position: absolute; 
    top: 2vw;
	margin-left: 100vw; 
	/*opacity: 0; 	*/
}
.qBox.aBox { 
    top: 5vw;
}

dl:nth-of-type(1) .qBox { 
	margin-left: 0; 
	opacity: 1; 
}	
.qBox p{
    font-size: 1.0rem;
	text-align: left;
	width: 95%;
	margin: 10px auto;
}	
.qBox.aBox p { font-size: 0.8rem;}
.qBox p span.c_name {
    font-size: 1.3rem;
    display: block;
    border-bottom: 4px #6fa422 dotted;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 20px auto;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 10px;
}
.qBox p span.bold {
	font-weight: bold;
}
.qBox a {
-webkit-tap-highlight-color:rgba(255,255,255,.2);
}
.qBox img{
 /*   padding: 10px;
    border: solid 2px #6fa422;
    margin: 20px auto;
    width: 80%;		
    box-shadow: 1px 3px 9px rgba(0,0,0,0.2);
    border-bottom: solid 10px green;
    border-radius: 5px;	*/
}
.qBox img.premium{
/*	background: #e3c433;	
    border: solid 2px #d6b620;
    padding: 10px;
    margin: 20px auto;
    width: 80%;		
    box-shadow: 1px 3px 9px rgba(0,0,0,0.2);
    border-bottom: solid 10px #af9726;
    border-radius: 5px;	*/
}
.premin{
/*    border: solid 2px #db6882;	*/
}
.qBox ul {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    display: block;	
}	
.qBox ul a {
    height: auto;
    cursor: pointer;
    display: block;
    background-color: #6fa422;
    font-size: 1.3rem;
    margin: 0 20px 20px;
    color: #fff;
    padding: 20px 0;
    position: relative;
    top: 30px;	
    text-decoration: none;
    line-height: 1.5em;
}

.aBox a { display: block; position: relative; width: 90%; margin: 20px auto;}
.chart_aBtn {
	width: 90%;
	padding: 10px 5%;
	border: 1px solid #6fa422;
	border-radius: 10px;
/*	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f9f9f9 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );*/
	
	position: relative;
	z-index: 2;
}
.chart_bg {
	width: 90%;
	padding: 10px 5%;
	border: 1px solid #6fa422;
	border-radius: 10px;
/*	background: #5e8a0e;
	background: -moz-linear-gradient(left, #5e8a0e 0%, #f2e9a6 50%, #5e8a0e 100%);
	background: -webkit-linear-gradient(left, #5e8a0e 0%,#f2e9a6 50%,#5e8a0e 100%);
	background: linear-gradient(to right, #5e8a0e 0%,#f2e9a6 50%,#5e8a0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8a0e', endColorstr='#5e8a0e',GradientType=1 );*/

	position: absolute;
	top: 8px;
	z-index: 0;

	box-shadow:0px 0px 7px 0px #334800;
	-moz-box-shadow:0px 0px 7px 0px #334800;
	-webkit-box-shadow:0px 0px 7px 0px #334800;
}
.chartPrLogo { display: inline-block; width: 20vw; line-height: 1.5em; vertical-align: middle; margin-left: 2px;}

.chartPremium .chart_aBtn {	background: #e3c433; border: 1px solid #073463;}
.chartPremium .chart_bg {
	border: 1px solid #073463;
	background: #073463;
	background: -moz-linear-gradient(left, #073463 0%, #e0cd21 50%, #073463 100%);
	background: -webkit-linear-gradient(left, #073463 0%,#e0cd21 50%,#073463 100%);
	background: linear-gradient(to right, #073463 0%,#e0cd21 50%,#073463 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073463', endColorstr='#073463',GradientType=1 );
}
.chartPremin .chart_aBtn {
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f9f9f9 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );
	border: 1px solid #db6882;
}
.chartPremin .chart_bg {
	border: 1px solid #db6882;
	background: #db6882;
	background: -moz-linear-gradient(left, #db6882 0%, #fff2f6 50%, #db6882 100%);
	background: -webkit-linear-gradient(left, #db6882 0%,#fff2f6 50%,#db6882 100%);
	background: linear-gradient(to right, #db6882 0%,#fff2f6 50%,#db6882 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6882', endColorstr='#db6882',GradientType=1 );
}
.chartMito .chart_aBtn {
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f9f9f9 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );
	border: 1px solid #6fa422;
}
.chartMito .chart_bg {
	border: 1px solid #6fa422;
	background: #5e8a0e;
	background: -moz-linear-gradient(left, #5e8a0e 0%, #f2e9a6 50%, #5e8a0e 100%);
	background: -webkit-linear-gradient(left, #5e8a0e 0%,#f2e9a6 50%,#5e8a0e 100%);
	background: linear-gradient(to right, #5e8a0e 0%,#f2e9a6 50%,#5e8a0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8a0e', endColorstr='#5e8a0e',GradientType=1 );
}

.chartReload {
	width: 65%;
    height: auto;
    cursor: pointer;
    display: block;
    background-color: #6fa422;
    font-size: 1.0rem;
    margin: 11vw auto 0 auto;
    color: #fff;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    line-height: 1.5em;
}




