@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　ヘッダー
========================== */
header #logo a {
}
/* =======================
	　全体
========================== */
#container {
    width: 90%;
    margin: 10px auto;
	}
/* =======================
	　コンテンツ
========================== */
#container .topicpath {
    margin-bottom: 60px;
}

#container #contents_box .contents .min {
	font-size: 2.4rem;
}
#container .ttl h1 {
	font-weight: bold;
}
#right_box {
	float: none;
	width: 100%;
	margin: 20px 0 60px 0;
}
#right_box .faq_other {
	width: 100%;
	border: 1px solid #e3e3e3;
}
#right_box .faq_other thead {
	padding: 20px 0 20px 15px;
	border-bottom: 3px solid #a0a0a0;
}
#right_box .faq_other thead tr, #right_box .faq_other tr:last-child {
	border-bottom: none;
}
#right_box .faq_other tr {
	border-bottom: 1px dotted #e3e3e3;
	display: block;
	line-height: 1.5;
}
#right_box .faq_other tr td {
	padding: 20px 0 20px 15px;
	font-size: 1.3rem;
  display: block;
}
.contents .accordion-31 {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.contents .accordion-31 h3 {
	font-size: 1.4rem;
	border-top: 1px solid #CCC;
	color: #876031;
	font-weight: normal;
	text-align: left;
	background: url(../img/common/q_img_001.gif) no-repeat 0 30px;
	padding: 30px 0 10px 27px;
	margin: 20px 0 0 0;
	cursor: pointer;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}
.contents .accordion-31 p {
	background: url(../img/common/a_img_001.gif) no-repeat 0 0;
	padding-left: 27px;
	margin: 10px 0 0 0;
}
#container #right_box .faq_other tr td a {
	color: #0c000c;
  display: block;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a {
	text-decoration: underline;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　コンテンツ
========================== */
#container .ttl h1 {
	font-weight: bold;
}
#right_box {
	width: 25%;
	margin: 0 0 0 4%;
	float: right;
}
#contents_box {
	width: 71%;
	float: left;
}
.contents h2 {
	text-align: left;
	padding: 10px 0 10px 20px;
}
#container #right_box .faq_other tr td a {
	color: #0c000c;
}
}
/*タブレット（横）*/
@media screen and (min-width:1024px) {	
header #logo a {
    width: 100%;
}
.page_image p{
	width: 160%;
	right: -300px;
	position: absolute;
}
}
/* PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　ヘッダー
========================== */
.page_image p{
	width: 100%;
	right: 0;
}
#container .ttl h1 {
	font-weight: bold;
}
#right_box {
	float: right;
	width: 20%;
	margin: 0 0 0 5%;
}
#right_box a:hover {
	color:#999:
}
#right_box .faq_other {
	width: 100%;
	border: 1px solid #e3e3e3;
}
#right_box .faq_other thead {
	padding: 20px 0 20px 15px;
	border-bottom: 3px solid #a0a0a0;
}
#right_box .faq_other thead tr, #right_box .faq_other tr:last-child {
	border-bottom: none;
}
#right_box .faq_other tr {
	border-bottom: 1px dotted #e3e3e3;
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#right_box .faq_other tr td {
	padding: 20px 0 20px 15px;
}
#right_box .faq_other tr {
	font-size: 1.3rem;
	line-height: 1.5;
}
#contents_box {
	width: 75%;
	float: left;
}
.contents h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 20px;
	font-size: 2.0rem;
	background-color: #f2f2f2;
	text-align: left;
}
.contents .accordion-31 h3 {
	text-decoration: underline;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a {
	text-decoration: underline;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a:hover {
	text-decoration: none;
}
.contents .accordion-31 h3:hover {
	text-decoration: none;
}
.contents .accordion-31 p {
	background: url(../img/common/a_img_001.gif) no-repeat 0 0;
	padding-left: 27px;
	margin: 10px 0 0 0;
}
#container {
	width: 1000px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0 auto;
	color: #0c000c;
}
#container #right_box .faq_other tr td a {
	color: #0c000c;
}
}
