@charset "UTF-8";

/*--------------------------------------------------------------------
	01 基本設定
	02 リンク設定
	03 フォント設定
	04 clearfix
--------------------------------------------------------------------*/

/* 01 基本設定
--------------------------------------------------------------------*/
html{color:#000000;background:#ffffff;text-align:center;line-height:1.6;}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*line-height: 1;*/
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight:normal;
	font-style: normal;
	vertical-align: baseline;
	/*background: transparent;*/
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea,main {
	display: block;
	/*line-height: 1;*/
}
iframe {
	max-width: 100% !important;
}
a, label {
	cursor: pointer;
}
blockquote {
	padding: 0;
	margin: 0;
	display:block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
address, em {
	font-style: normal;
}
hr {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:16px}
legend{color:#000}

button {
	vertical-align: middle;
	border-radius: 0;
	border:none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
button {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit
}



/* 02 リンク設定
--------------------------------------------------------------------*/
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}
a:active{color:#000000;}

/* 03 フォント設定
--------------------------------------------------------------------*/
.fontS {font-size: 12px;}
.fontL {font-size: 16px;}

/* 04 clearfix
--------------------------------------------------------------------*/
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
ul:after, ol:after, dl:after, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*旧サイトマージ分
--------------------------------------------------------------------*/
iframe.header.header {
    border: medium none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

html{
	text-align:left;
}

.center {
    text-align: center;
}


/*FAQ*/
ul.container_faq:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
}
ul.container_faq {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    margin: 0 10px 10px;
    overflow: hidden;
    padding: 0;
}
ul.container_faq li {
    border-bottom: 2px dotted #000000;
}
ul.container_faq li:last-child {
    border-bottom: none;
}
ul.container_faq2:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
}
ul.container_faq2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    margin: 0 10px 10px;
    overflow: hidden;
    padding: 0 0 10px;
}
ul.container_faq2 li.line {
    border-bottom: 2px dotted #D0C0AF;
}
h2.trigger_faq {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
h2.trigger_faq a {
    background-image: url("/static/lite/images/common/btn_search_down.gif");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}
.toggle_faq_container {
    font-size: 12px;
    margin: 0;
    padding: 10px;
}
h2.active_faq .line {
    background-image: url("/static/lite/images/common/btn_search_up.gif");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

#info {
	margin: 20px 0;
	padding: 0 10px;
}

#info h1 {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

#info h2 {
	margin: 15px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#info p {
	margin-bottom: 10px;
}
