@charset "shift_jis";
/*フッター固定用*/  /*カスタマーサポートサービスページに適用*/ 
#container1 {
	width: 800px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding:0 4px;
}

#header1 h1 {
	margin: 0;
	padding: 5px 3px 0;
	color: #000000;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	background-color: #e2ff7e;
	width: 795px;
}
/*clearfix
-------------------------------------------------------------------------------------*/
#container1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

#container1:after, #main:after, ul:after, dl:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container1, #main, ul, dl { display: inline-block; }

/* Hides from IE-mac \*/
*html #container1, *html #main, *html ul, *html dl { height: 1%; }
#container1,#main, ul, dl { display: block; }
/* End hide from IE-mac */


#main1 {
	width: 800px;
	margin-right: 13px;
	_margin-right: 5px;
	display: inline;
	padding: 10px 0 160px 0;
}

.menu_head1 {
	background-image: url(../images/customer_menu.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-size: 14px;
	margin: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.customer_01 h2 {
	background-image: url(../images/customer_ti1.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding: 12px 12px 12px 20px;
	margin: 0px;
}
.customer_01 {
	width: 380px;
	padding: 0px;
	float: left;
	margin: 0px 10px;
}
.customer_02 h2 {
	background-image: url(../images/customer_ti1.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding: 12px 12px 12px 20px;
	margin: 0px;
}
.customer_02 {
	width: 380px;
	padding: 0px;
	float: right;
	margin: 0px 10px;
}
.customor_q1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 340px;
	padding: 5px;
	margin: 5px auto;
}
.customor_q2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 290px;
	padding: 5px 30px;
	margin: 5px auto;
}
.customer_con {
	width: 740px;
	background-color: #eee;
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.customer_con_l {
	padding: 0px;
	width: 355px;
	float: left;
	margin: 5px 7px;
}
.customer_con_ti {
	background-image: url(../images/customer_ti2.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
}
.org24 {
	font-size: 24px;
	color: #F60;
	vertical-align: middle;
}
.menu_01 a {
	text-decoration: none;
	color: #333;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}

.menu_02 a {
	text-decoration: none;
	color: #333;
	float: right;
	font-weight: bold;
	padding-right: 10px;
}
#customer_wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#customer_wrapper h2 {
	background-image: url(../images/customer_h2.gif);
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.customer_01 a {
	text-decoration: none;
	color: #000;	
}

.desc {
  font-size: 12px;
}
.terms {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
  padding: 0.5em;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
}


.coution {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.coution p {
    margin: 0; 
    padding: 0;
	font-size: 43px;
}
.btn-1 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #6091d3;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	font-size: 30px;
	    margin: 1em 0;
}
.btn-1:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
    color: #f9ff5e;
}
.btn-1:hover {
  /*ボタンを押したとき*/
    color: #ffe400;
}