#header{
  border-bottom: 1px solid #ccc;
}

.in_contents{
  font-size: 12px;
}

.read{
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}

div.link_box{
  background: #fff;
  padding: 0 10px;
  width: 300px;
}

div.left {
/*  margin-left: 50px;*/
}
div.right{
}

div.link_box_wrap{
  margin-bottom: 25px;
}

.link_box li{
  height: 30px;
}

.link_box a{
  background: transparent url("../img/arrows.png") no-repeat;
  background-position: 0 center;
  padding-left: 11px;
  cursor: pointer !important;
  vertical-align: top;
}

div.privacy_policy{
  clear:both;
  background: #f2f2f2;
  padding:10px;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 250px;
  overflow-y: scroll;
}

.privacy_policy h3{
  margin-bottom: 20px;
}

.privacy_policy p{
  font-size:12px;
  margin-bottom: 12px;
  text-indent: -12px;
  margin-left: 12px;
}

p.none_indent {
  text-indent: 0;
  margin-left: 0;
}

p.indent {
  text-indent: 0;
  margin-left: 12px;
}

.btn_txt a {
	display: inline-block;
	background: url("../img/arrows.png") no-repeat left center;
	padding-left: 11px;
	font-weight: normal !important;
	margin: 15px 0 -15px 0;
}

/* accordion
===========================================================*/

ul.accordion { font-size:16px; width:100%; background:#DDD; margin:0 auto 40px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color: #fff; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background: #333; background: #333; border-bottom: 1px solid #fff;}
ul.accordion > li > p { background: #333; background: #333; cursor:pointer; padding-left: 10px;}
ul.accordion > li > ul > li { background:#f2f2f2; border-bottom:1px solid #1c1e1e; padding-left: 20px;}
ul.accordion > li > ul > li > p { background:#e5e5e5;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}

dl.accordion { background:#DDD; width:80%; margin:0 auto 30px; padding:10px; font-size:16px;}
dl.accordion dt {
	background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}

label {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}
input {
	-webkit-appearance: checkbox !important;
	width:			12px;
	height:			12px;
	margin-right: 15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

.checkbtn {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 2%;
}

.pc {
    display: none !important;
}
.cpn_detail_block {
    margin-top: 25px;
}
.cpn_detail_block .aftersales_form {
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: inherit;
    padding: 0 3px;
    margin-left: 2%;
    margin-bottom: 32px;
}
.list_no_newline li {
    margin-left: 2% !important;
    margin-top: 5%;
    width: 80% !important;
    font-size: 120% !important;
    padding-left: 0px !important;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: solid 1px #000000;
}
.list_no_newline li:after {
	content: ">";
	float:right;
}
.clearfix {
    display: block;
    padding-bottom: 20px;
}