@charset "UTF-8";
/* CSS Document */

/* --------------------ここからFAQ用追加 -------------------- */
/* -------------------- reset -------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	/*font-size: 100%;*/
	/*vertical-align:top;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* 追加分 */
button {
	background: none;
	border: none;
	cursor: pointer;
}
input:focus {
  outline: none;
}

/* -------------------- common -------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode",verdana,Sans-Serif;
	font-size: 16px;
	line-height: 1.2;
	color: #404040;
	background: #fff;
}
/*
@media screen and (max-width: 1000px) {
	#container img,
	#container [type="image"] {
		width: 100%;
	}
}
*/
/* --------------------contents common -------------------- */
#contentswrap {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	font-size:100%;
}

/*
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
*/

/* ------- このページのみのreset ---------*/
#contentswrap h1, h2, h3, h4, h5, h6 {
	font-size:100%;	
}
/* ------- このページのみのreset解除 ---------*/
.sidebnr {
    font-size: 80%;
    line-height: 150%;
}
.gaiyouA {
    font-size: 80%;
    line-height: 150%;
}
h1 {
    line-height: 150%;
}
#header {
	font-size:80%;
}
#footer {
	font-size:80%;
}
#userComment .comment {
	font-size: 85%;
}

/* ------- FAQ ---------*/
#lpfaq {
    width: 100%;
    margin: 0 auto;
	text-align: left;
	color: #404040;
	overflow: hidden;
	margin-top:30px;
}
#lpfaq h2 {
    font-weight: bold;
    display: block;
    width: 100%;
    /* height: 42px; */
    color: #ffffff;
    padding: 10px 0 10px 10px;
    background-color: #F37F8C;
	margin-bottom:1px;
}
#lpfaq h3 {
	font-size: 14px;
	font-weight: bold;
    display: block;
    width: 100%;
    padding: 7px 0 7px 10px;
    background-color: #FEEAEC;
	margin-top: 20px;
	margin-bottom:1px;
	/*margin-bottom: 7px;*/
}
#lpfaq a {
	color: #404040;
	text-decoration:underline;
}
#lpfaq a:hover {
	opacity: 0.7;
}
#lpfaq .title {
	border-left:3px solid #404040;
    padding: 0 0 0 10px;
}
#lpfaq .title .txt {
	margin-top: 10px;
}
#lpfaq .a-box,q-box {
    margin-top: 15px;
}
#lpfaq .a-box .lbox {
    float: left;
    width: 30px;
	overflow:hidden;
}
#lpfaq .a-box .rbox {
    float: left;
    width: 692px;
	padding-left:20px;
    border-left: 3px solid #404040;
}
#lpfaq .q-box .lbox {
	color:#E94C5F;
    float: left;
    width: 30px;
	overflow:hidden;
}
#lpfaq .q-box .rbox {
	color:#E94C5F;
    float: left;
    width: 692px;
	padding-left:20px;
    border-left: 3px solid #E94C5F;
}
#lpfaq .q-box .lbox p.s05{
	color:#E94C5F;
    font-size: 16px;
}
#lpfaq .a-box .lbox p.s05{
	color:#404040;
    font-size: 16px;
}
#lpfaq .lbox img {
	width:155px;
	height:200px;
	margin: 0 26px 0 0;
	border: 1px solid #ccc;
	background-color:#999;
	float:left;
}
#lpfaq .lpfaqwrap {
    padding: 30px 0;
	border-bottom: 1px dotted #CCC;
	position:relative;
}
#lpfaq .cwrap {
	margin: 30px 0 15px 0;
	}
#lpfaq p.txt {
    font-size: 14px;
}
#lpfaq p.comment {
	color: #777777;
	line-height: 1.5em;
}
#lpfaq .q-box p.comment {
	color: #E94C5F;
	line-height: 1.5em;
	font-weight: bold;
}