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

/*スマートフォン*/
@media screen and (min-width:0px)  {
#container {
    width: 90%;
    margin: 10px auto 70px;
}
#container .topicpath {
    margin-bottom: 60px;
}
/* =======================
	　#right_box
========================== */
#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;
}
.ttl h2, h3, h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
/* =======================
	　コンテンツ
========================== */
#container .topicpath dd {
    margin: 10px 0 0 0;
}
#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(/meguro/faq/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(/meguro/faq/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;
}
#contents_box .link {
	margin-top: -90px;
	padding-top: 90px;
	display: block;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a {
	text-decoration: underline;
}
}

/*タブレット*/
@media screen and (min-width:768px) {
#container {
    width: 90%;
    margin: 10px auto;
}
#container .topicpath {
    font-size: 1.2rem;
		margin-bottom: 70px;
}
/* =======================
	　#right_box
========================== */
#right_box {
	float: right;
	width: 25%;
	margin: 0 0 0 4%;
}
#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 .link {
	margin-top: -62px;
	padding-top: 62px;
	display: block;
}
#contents_box {
    width: 71%;
    float: left;
}
#container #contents_box .contents .min {
    font-size: 2.4rem;
}
.contents h2 {
    clear: both;
    margin: 0 0 20px 0;
    padding: 15px 0 15px 20px;
    font-size: 2.0rem;
    background-color: #f2f2f2;
    text-align: left;
}
#container .topicpath dd {
    margin: 10px 0 0 0;
}
}

/*タブレット（横）*/
@media screen and (min-width:1024px) {	
#container {
    width: 1000px;
    margin: 0 auto 110px;
}
#container #contents_box .contents .min {
    font-size: 3.0rem;
}
#contents_box {
    width: 75%;
    float: left;
}
#right_box {
	float: right;
	width: 20%;
	margin: 0 0 0 5%;
}
}
