@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed";

body {
	color: #171918;
	font-family: Meiryo UI, sans-serif;
	vertical-align: baseline;
	background: #fff;
}
input, textarea, select {
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a {
	color: #0059B2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;	
}
/* Typography
-----------------------------------------------*/
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 ,h6 {
	font-weight: normal;
}
h1 {
	margin: 0;
}
h2 { 
	margin: 50px auto ;
	font-size: 32px;
	text-align: center; 
	color: #739445;
}
h2 span{
	display: inline-block;
	padding: 0 20px 6px;
	background: url("../images/h2_bg.jpg") repeat-x bottom;
}

h3 {
	padding: 80px 0 ;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 22px;
	text-align: center;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}
small {
	font-size: 95%;
}
big {
	font-size: 120%;
}
b {
	font-size: 150%;
	font-weight: bold;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #DDDBD1;
}

/* Layout
-----------------------------------------------*/
body#white{
	background: #FFF;
}
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.containers {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
/*.row:last-child {
	margin-bottom: 0;
}*/
.row [class*=col-lg-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.col-lg-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-25 {
	width: 20%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-b20 {
	width: 20%;
}
.col-lg-b40 {
	width: 40%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-1 *:last-child,
.col-lg-2 *:last-child,
.col-lg-3 *:last-child,
.col-lg-4 *:last-child,
.col-lg-5 *:last-child,
.col-lg-6 *:last-child,
.col-lg-7 *:last-child,
.col-lg-8 *:last-child,
.col-lg-9 *:last-child,
.col-lg-10 *:last-child,
.col-lg-11 *:last-child,
.col-lg-12 *:last-child {
	margin-bottom: 0;
}
.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
.row-nomargin,
.containers>.row-nomargin,
.containers>.row-nomargin:last-child {
	margin: 0;
}
/* mt mb pt pb
-----------------------------------------------*/
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-40 {
	margin-bottom: 40px;	
}
/* Align
-----------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.center-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.center-middle>.inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Text
-----------------------------------------------*/
.text-color-green {
	color: #8AB163;
}
.text-color-red {
	color: #D45538;	
}
.text-color-blue {
	color: #1B60AB;	
}
.text-color-yellow {
	color: #F3BE00;	
}
.text-color-black {
	color: #444;	
}

/* Buttons
-------------------------------------------- */
.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
}
.btn-lg {
	position: relative;
	width: 340px;
	padding: 28px;
	-webkit-transition: none;
	transition: none;
	font-size: 26px;
	font-weight: bold;
	border-radius: 9px;
	line-height: 1.3em;
}
.btn-lg small {
	font-size: 16px;
	line-height: 1.5em;
}
.btn-form {
	position: relative;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
}
.btn-md {
	position: relative;
	width: 140px;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}
.btn-pay {
	position: relative;
	width: 140px;
	padding: 7px;
	font-size: 14px;
	border-radius: 4px;
}
.btn-sm {
	position: relative;
	width: 90px;
	padding: 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.btn-ss {
	position: relative;
	width: 200px;
	padding: 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.btn-red {
	color: #FFF;
	background-color: #CE3D2D;
}
.btn-lg.btn-red {
	box-shadow: 0 10px 0 #9B342C;
}
.btn-form.btn-red {
	box-shadow: 0 5px 0 #9B342C;
}
.btn-md.btn-red, .btn-pay.btn-red, .btn-sm.btn-red {
	box-shadow: 0 3px 0 #9B342C;
}
.btn-orange {
	background-color: #C66F18;
}
.btn-lg.btn-orange {
	box-shadow: 0 10px 0 #9A4E23;
}
.btn-form.btn-orange {
	box-shadow: 0 5px 0 #9A4E23;
}
.btn-md.btn-orange, .btn-pay.btn-orange, .btn-sm.btn-orange {
	box-shadow: 0 3px 0 #9A4E23;
}
.btn-white {
	color: #555;
	background-color: #FFF;
}
.btn-lg.btn-white {
	box-shadow: 0 10px 0 #555;
}
.btn-form.btn-white {
	box-shadow: 0 5px 0 #555;
}
.btn-ss.btn-white,.btn-md.btn-white, .btn-pay.btn-white, .btn-sm.btn-white {
	box-shadow: 0 3px 0 #555;
}
.btn-white:hover, .btn-white.cur {
	background-color: #669900;
}
.btn-lg.btn-white:hover, .btn-lg.btn-white.cur {
	box-shadow: 0 10px 0 #244B0C;
}
.btn-form.btn-white:hover, .btn-form.btn-white.cur {
	box-shadow: 0 5px 0 #244B0C;
}
.btn-md.btn-white:hover, .btn-md.btn-white.cur,
.btn-pay.btn-white:hover, .btn-pay.btn-white.cur,
.btn-sm.btn-white:hover, .btn-sm.btn-white.cur {
	box-shadow: 0 3px 0 #244B0C;
}
.btn-green {
	color: #669900;
	background-color: #EEE;
}
.btn-lg.btn-green {
	box-shadow: 0 10px 0 #669900;
}
.btn-form.btn-green {
	box-shadow: 0 5px 0 #669900;
}
.btn-md.btn-green, .btn-pay.btn-green, .btn-sm.btn-green {
	box-shadow: 0 3px 0 #669900;
}
.btn-blue {
	color: #00678C;
	background-color: #EEE;
}
.btn-lg.btn-blue {
	box-shadow: 0 10px 0 #00678C;
}
.btn-form.btn-blue {
	box-shadow: 0 5px 0 #00678C;
}
.btn-md.btn-blue, .btn-pay.btn-blue, .btn-sm.btn-blue {
	box-shadow: 0 3px 0 #00678C;
}
.btn-gray {
	color: #EEE;
	background-color: #222;
}
.btn-lg.btn-gray {
	box-shadow: 0 10px 0 #111;
}
.btn-form.btn-gray {
	box-shadow: 0 5px 0 #111;
}
.btn-md.btn-gray, .btn-pay.btn-gray, .btn-sm.btn-gray {
	box-shadow: 0 3px 0 #111;
}

.btn-lg:active {
	top: 10px;
	box-shadow: none;
}
.btn-form:active {
	top: 5px;
	box-shadow: none;
}
.btn-md:active, .btn-pay:active, .btn-sm:active {
	top: 3px;
	box-shadow: none;
}
.btn-lgr {
    width: 300px;
    padding: 20px 0;
    -webkit-transition: none;
    transition: none;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px;
}
.btn-org {
	background-color: #D45538;
}
/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}

/*TOP*/
#top-movie{
	position: relative;
	height: 70vh;
}
#btn-login{
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	z-index: 99999;
}
#btn-login .container {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}
#btn-login .container a{
    font-size: 16px;
    background: #8AB163;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 40px 4px;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#top-movie #video-block-home {
	position: absolute;
	width: 100%;
	height: 100%;
}
#top-movie #video-block-home ::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-image: url(../images/bg_video.png);
	background-size: 4px 4px;
	background-repeat: repeat;
}
#top-movie div {
	width: 100%;
}
#top-movie #top-movie-center{ 
	font-family: "03スマートフォントUI";
	margin: 0 auto;
	width: 480px;
	text-align: center;
	padding-top: 20vh;
}
#top-movie #top-movie-center .logo {
	margin-bottom: 30px;
	display:block;
}
#top-movie #top-movie-center .title {
	color: #CCCCCC;
	line-height: 160%;
	font-size: 26px;
	margin-bottom: 30px;
	display: block; 
	font-weight: normal;
	text-align: center;
}
#top-movie #top-movie-center .title font{
	font-size: 24px;
}
#top-movie #top-movie-center .button{
	font-size: 18px;
	text-align: center;
	background: #D9301E;
	border-radius: 6px;
	width: 100%;
	display: block;
	line-height: 26px;
	padding: 14px 0 ;
	color: #fff;
}
#top-movie-center .button a{
	color: #fff;
	text-decoration: none;
	display: block;
}
/*#top-movie-center .button font{
	text-decoration: line-through;
}
#top-movie-center .button b{
	font-size: 35px;
	line-height: 160%;
	font-weight: normal;
}
#top-movie-center .button .times{
	background-color: #fff;
	color: #D9301E;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	width: 180px;
	line-height: 200%;
}*/

#main {
	padding: 0 0 50px;
}
#footer {
	background: #555;
	padding: 20px 0;
	color: #FFF;
	font-size: 12px;
}
#footer .footer-nav {
	margin-top: 10px;	
}
#footer a, 
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
/* Id
-----------------------------------------------*/
#top-text-line {
	background: #222;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}

#pankuzu {
	width: 100%;
	height: 100px;
	color: #FFF;
	font-size: 36px;
	line-height: 100px;
	text-align: center;
	background: url(../images/pankuzu_bg.jpg) repeat-x;	
}
#pankuzu.on {
    position: fixed;
    color: #FFF;
    z-index: 100;
    top: 0 !important;
}
#pankuzu .container{
	position: relative;
	overflow:visible;
	margin:auto; 
	left: 0; 
	right: 0;
}
#pankuzu span{
	position:absolute;
	width: 96px;
	height: 80px;
	left: -60px;
	top: 10px;
}
#pankuzu span img{
	width: 100%;
	vertical-align: top;
}
/* Normal
-----------------------------------------------*/
.contents{
	text-align: center;
	margin: 0 auto;
	width:720px;
	padding-bottom: 50px;
}
.contents p{
	text-align: left;
	font-weight: bold;
	line-height: 32px;
}
.text02 strong{
	display: block;
	background: #0071B0;
	font-size: 24px;
	color: #fff;
	height: 62px;
	line-height: 62px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.text02 img{ 
	margin-bottom: 30px;
}
.text02-fonts{
	border: 2px solid #636363;
	margin-top: 50px;
}
.text02-fonts strong{
	display: block;
	background: #636363;
	color: #fff;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
}
.text02-fonts p{
	padding: 20px;
	color: #636363;
	line-height: 28px;
}
.text03{
	overflow: hidden;
	margin-bottom: 50px;
}
.text03 dl{
	margin: 40px 0; 
	color: #0071B0;
	font-family: "03スマートフォントUI";
	overflow: hidden;
}
.text03 dt{
	float: left;
	border: 1px solid #0071B0;
	width: 68px;
	height: 48px;
	line-height: 48px;
	margin-right: 12px;
	text-align: center;
}
.text03.others dt {
	width: 84px;
	line-height: 20px;
	padding: 8px 0;
	height: auto;
	margin-top: 8px;
	margin-right: 20px;
}
.text03.others dd{
	width: 612px;
}
.text03 dd{
	font-size: 16px;
	float: left;
	text-align: left;
	line-height: 24px;
	width: 638px;
}
.graybg{
	background: #E8E8E8;
}

#list-item{
	width:100%;
	padding: 0 0 50px;
}
#list-item .row:first-child{
	margin-bottom: 0;
}
#list-item .col-lg-4{ 
	width: 32.5%;
	text-align: center;
	height: 410px;
	padding-top: 48px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background: #E8E8E8;
	margin-right: 15px;
}
#list-item .col-lg-4:last-child{
	margin-right:0; 
}
#list-item .col-lg-4 img{
	margin-bottom:0px;
}
#list-item .col-lg-4 p{
	line-height:180%;
	text-align:left;
}
#list-item .col-lg-4 p small{
	font-size: 11px;
}
#list-item h4{
	font-weight: bold;
}

#content .contents{ 
	width: 662px;
	position:relative;
	padding-bottom: 30px;
}
#content .contents .man{ 
	position: absolute; 
	bottom: 0;
	left: -280px;
}
#content .contents p{
	font-weight: normal;
	font-size: 12px;
}
#content .btns.row{
	margin-bottom: 10px;
	margin-top: 10px;
}
#content .btn{
	margin: 30px 0;
}
#content .btns .btn-lg{
	font-size: 25px;
	padding: 22px;
	line-height: 1.1em;
}
#content .btns .btn-lg.btn-red{
	box-shadow: 0 7px 0 #9B342C;
}
#content .btns .btn-lg small{
	font-size: 15px;
	line-height:1.1em;
}

#cons{
	background:url(../images/process_bg.svg) left bottom no-repeat;
}
#process .cons{
	width: 320px;
	min-height: 400px;
	padding-left: 114px;
	margin: 0 auto;
	background: url(../images/process.svg) no-repeat;
}
#process table{
	width:320px;
	font-size: 16px;
}
#process td:first-child{
	border-top:1px solid #4C5651;
}
#process td{
	border-bottom:1px solid #4C5651;
	padding:22px 20px 22px 56px;
	background: 12px center no-repeat;
}

#process tr:first-child td{
	background-image:url(../images/one.svg);
}
#process tr:nth-child(2) td{
	background-image:url(../images/two.svg) ;
}
#process tr:nth-child(3) td{
	background-image:url(../images/three.svg) ;
}
#process tr:nth-child(4) td{
	background-image:url(../images/four.svg) ;
}
#process tr:nth-child(5) td{
	background-image:url(../images/five.svg) ;
}
#process tr:last-child td span{
	color: #8AB163;
	float: right;
}
#process .cons font{
	font-size: 11px;
}
/* Forms
-------------------------------------------- */
#apply{
	padding-bottom: 60px;
}
#apply .radios{
	line-height: 32px;
}
#apply .radios a{
	text-decoration: none;
	color: #171918;
	display: block;
	padding-left: 30px;
	background:url(../images/conbg_un.svg) no-repeat left center; 
}
#apply .radios a.cur{
	background:url(../images/conbg_ed.svg) no-repeat left center; 
}
#apply .table-form i{
	font-style:normal;
	color: #D45538;
}

.btn-plate {
	text-align: center;
	padding: 30px 0;
}
.btn-form{
	font-weight: bold;
	width: 200px;
    color: #171918;
    background-color: #8AB163;
    line-height: 50px;
    font-size: 16px;
	margin-top: 30px;
}
.btn-cancel{
	background-color: #ccc;
}

.table-form {
	width: 500px;
	font-size: 14px;
	margin: 0 auto; 
	border-bottom: 1px solid #929292;
}

.table-form:first-child{
	border-top: 1px solid #929292;
}
.table-form:first-child [class*=col-lg-]{
	line-height: 40px;
}
.table-form [class*=col-lg-] {
	padding: 20px 10px;
	line-height: 24px;
}
.table-form .col-lg-4 {	
	text-align:left;
}

.table-form label{
	line-height:100%;
}


.error-text {
    display: block;
    color: #D45538;	
    font-size: 14px;
	margin-bottom: 4px;
}
.agreed-terms{
	margin:0 auto;
	text-align: left;
}
.ui-checkbox{
	display: inline-block;
    font-size: 14px; 
	margin-left: 0px;
	font-weight: bold;
	
}
.ui-checkbox input[type=checkbox] { 
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right:10px;
}

.ui-checkbox input[type=checkbox]::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	line-height:20px;
	background-color:#FFF;
	border: 1px solid #171918;
}
.ui-checkbox input[type=checkbox]:checked::before {
	content:inherit;
}
.ui-checkbox a{
	color: #8AB163;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 9px;
	/*border: 1px solid #D3D3D3;
	background: #C6C6C6;*/
	border: 1px solid #171918;
	background: #FFF;
	color: #000;
}
select{
	width:100%;
}
textarea{ 
	display: block;
	padding:12px 14px;
	line-height:180%;
	min-height: 230px;
	resize: vertical;
}
#remarks,#remark{ 
	margin: 10px 0;
}

.checktable {
	margin-bottom: 20px;
}
.checktable h4{
	margin: 40px 0;
}
.checktable .btn-plate{
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}


.thanks-text{
	text-align: center;
	margin: 25vh 0 0;
}
.thanks-text span{
	font-size:40px;
	display:block;
	margin-bottom:40px;
}
.thanks-text p{
	font-size:20px;
	line-height:200%;
}

.radios label{ 
	margin-left: 4px;
	margin-right: 10px;
}
.numbers select{
	width: 50px;
	padding: 2px;
	
}

/* Magage
-------------------------------------------- */
/*Payment*/
#payment {
	padding: 0 0 50px;
	color: #444;
}
#payment h2{
	margin: 0 0 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.offer-mail .col-lg-3, .offer-mail .col-lg-2 {
    text-align: center;
    line-height: 44px;
}

#mypage{
	border:1px solid #CCC;
	background-color:#FFF;
	margin:50px auto;	
}
#mypage h2{
	color:#2E5317;
	font-size:22px;
	padding:0;
	line-height:230%;
	text-align:center;
	margin-bottom:30px;
}
#mypage h2 small{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #666;
	margin-top: -10px;
	padding-bottom: 5px;
}

.leftside{
	float:left;
	width:240px;
	padding:30px 0 50px;
}
.rightside{
	float:right;
	width:896px;
	border-left:1px solid #E6E6E6;
	padding:30px;
}

.leftside ul{
	width:200px;
	margin:0 auto;
}
.leftside li{
	border-bottom: 1px solid #E6E6E6;
	line-height: 1.5;
}
.leftside li a{
	display: block;
	line-height: 1.3;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.leftside li:first-child a {
	background:url(../images/mypage_icon_01.svg) no-repeat;
	background-position:10px 50%;
	background-size: 16px;
}
.leftside li:nth-child(2) a {
	background:url(../images/mypage_icon_02.svg) no-repeat;
	background-position:10px 50%;
	background-size: 16px;
}
.leftside li:nth-child(3) a {
	background:url(../images/mypage_icon_03.svg) no-repeat;
	background-position:10px 50%;
	background-size: 16px;
}
.leftside li:nth-child(4) a {
	background:url(../images/mypage_icon_04.svg) no-repeat;
	background-position:10px 50%;
	background-size: 16px;
}
.leftside li:nth-child(5) a {
	background:url(../images/mypage_icon_05.svg) no-repeat;
	background-position:10px 50%;
	background-size: 16px;
}

.leftside li.blank {
	background: url(../images/navi_right_arrow.svg) no-repeat;
	background-position:95% 50%;
	background-size: 12px;
}
.leftside li small {
	font-size: 8px;
	font-weight: bold;
	line-height: 15px;
}


/* .collapsible
-------------------------------------------- */
.collapsible-default {
	line-height: 30px;
	color: #444;
}
.collapsible-default .collapsible-heading {
	font-size: 20px;
	min-height: 30px;
	padding: 20px ;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #8AB163;
}
.collapsible-default .collapsible-heading.active {
	margin-bottom: 0;
}
.collapsible-default .collapsible-heading:before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	/*background-image: url(../images/faq/icon_q_30x30.png);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 10px;
}
.collapsible-default .collapsible-heading:after {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/mypage_icon_plus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}
.collapsible-default .collapsible-heading.active:after {
	background-image: url(../images/mypage_icon_minus.png);
}

.collapsible-default .collapsible-body {
	position: relative;
	display: none;
	padding: 20px 20px 60px;
}
.collapsible-default .collapsible-body.active {
	display: block;
}

.collapsible-default .collapsible-body.active:before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	/*background-image: url(../images/faq/icon_a_30x30.png);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}

.server-state{
	width:100%;
}
.server-state h3{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 5px;
}
.server-state h3 img{
	margin-right: 5px;
}
.boxs{
	width: 260px;
	float: left;
}
dl.box.small-window {
    width: 99%;
    height: 300px;
}
dl.box{
	border-radius:5px;
	border:solid 1px #C6C6C6;
	margin-bottom:13px;
	background:#FFF;
	box-shadow:0 0 2px rgba(0,0,0,.15);
}
dl.box:hover{
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
dl.box dt{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:solid 1px #C6C6C6;
	
	background: #E4E3E3; /* Old browsers */
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #D8D8D9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#D8D8D9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#D8D8D9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#D8D8D9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#D8D8D9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EEEEEE 0%,#D8D8D9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#D8D8D9',GradientType=0 ); /* IE6-9 */
	
	box-shadow:inset 0px 1px 0px #FFF;
	text-shadow:1px 1px 0px #FFF;
	font-size: 14px;
	padding:10px 14px;
	font-weight:bold;
	color:#454545;
	line-height: 180%;
	position:relative;
}
dl.box dd{
	line-height: normal;
	padding:13px 20px 15px 20px;
}
dl.box.small-window dd {
    height: 200px;
    overflow-y: scroll;
    padding: 10px 20px 15px;
}
#logdat {
    /* display: none; */
    margin: 0;
}
dl.box dd pre{
	overflow: hidden;
	font-size: 80%;
	/*margin: 0;*/
}
.charts{
	float: left;
	width: 596px;
}
.line{
	margin: 50px auto;
	height: 1px;
	border-bottom: 1px solid #C2C2C2;
}
.btn-plates{
	text-align: center;
	margin: 30px auto ;
}
.infors{
	margin-bottom: 50px;
	font-size: 14px;
}

.infors .row{
	margin: 0;
}
.infors .col-lg-1{
	width: 50px;
}
.infors .col-lg-2{
	width: 120px;
}
.infors .col-lg-3{
	width: 142px;
}
.infors .col-lg-3 input{
	width: 122px;
	padding: 5px;
}
.infors .col-lg-4{
	width: 260px;
}
.infors .col-lg-4 input{
	width: 240px;
	padding: 5px;
}
.infors .row [class*=col-lg-] {
	text-align: center;
	border-left: 1px solid #E5E7EB;
	border-top: 1px solid #E5E7EB;
	padding: 10px 0;
	line-height: 32px;
}
.infors .row .col-lg-2:last-child{
	border-right: 1px solid #E5E7EB;
} 
.infors .row:last-child{
	border-bottom: 1px solid #E5E7EB;
}
.infors .gray{
	background: #F2F4F7;
}
.onoff{
	max-width: 90px;
	margin: 0 auto;
}

.icon{ 
	position: fixed;
	width: 1020px;
	bottom: 0;
	left: 0;
    right: 0;
	margin:auto;
}
.icon img{
	position:absolute;
	right: -200px;
	bottom:20px;
	
}
.icon a:hover{
	opacity: 80%;
}
