@charset "UTF-8";


/* タイトル */
#page #dust h2 {
	text-align:left;
	margin-bottom:20px;
	padding-left:10px;
	font-size:20px;
	line-height:150%;
	font-weight:bold;
	border-left: 5px solid #002e68;
}
#page section .section_in h2.title_line {
	position: relative;
	margin-bottom:25px;
}
#page section .section_in h2.title_line:after{
	content: '';
	position: absolute;
	top: 48%;
	display: inline-block;
	width: 670px;
	height: 1px;
	background-color: #b6b6b6;
}
#page section .section_in h2.title_line:after {
	right: 0;
}
#page #size h2.title_line:after {
	width: 750px;
}


#page section .block_area {
	margin-bottom:50px;
}
#page section .block_area_line {
	padding-bottom:20px;
	border-bottom: 1px dashed #c0c0c0;
}

/* dust */
#page #dust {
	width:960px;
	margin:0 auto;
	padding:0 0 40px;
}
#page #dust .jis_txt dt {
	font-weight:bold;
	font-size:18px;
	line-height:150%;
	color:#002e68;
	padding-bottom:5px;
}
#page #dust .jis_txt dd p,
#page #dustjis_txt dd {
	font-size:15px;
	line-height:150%;
}
#page #dust .jis_txt dd {
	padding-bottom:7px;
	margin-left:0;
}
#page #dust .jis_txt dd ul {
	padding-left:1em;
	padding-top:5px;
}
#page #dust .jis_txt dd ul li {
	padding-left:1em;
	text-indent: -1em;
	padding-bottom:5px;
}

#page table.test_table{
	text-align:left;
	margin-top:5px;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing: 0;
	border-top: 1px solid #BEC2C6;
	border-left: 1px solid #BEC2C6;
}
#page table.test_table th{
	font-size:16px;
	line-height:130%;
	font-weight: bold;
	color:#3c3c3c;
	text-align:center;
	vertical-align: middle;
	border-right: 1px solid #BEC2C6;
	border-bottom: 1px solid #BEC2C6;
	padding:5px;
	background-color:#F4F4F4;
}
#page table.test_table td{
	font-size:15px;
	font-weight:normal;
	line-height:130%;
	color:#3c3c3c;
	text-align:left;
	padding:5px;
	vertical-align: middle;
	border-right: 1px solid #BEC2C6;
	border-bottom: 1px solid #BEC2C6;
}
#page table.test_table td strong {
	font-weight:bold;
}
#page table.test_table th small,
#page table.test_table td small {
	font-size: 12px;
}

#page #dust .AreaL {
	width:590px;
}

/* サイズ */
#page #dust #size .AreaL {
	width:360px;
}
#page #dust #size .AreaR img {
	margin-left:10px;
	width:242px;
	height:auto;
}


/* 種類 */
#page #dust #type ul li {
	width:280px;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
#page #dust #type ul li:last-child {
	margin-right:0;
}





/* 戻るボタン */
#page main section .single_btn_area {
	padding-top: 30px;
	margin-top:30px;
	padding-bottom:15px;
	border-top: 1px solid #DDDDDD;
	width:100%;
}
#page main section .entry-more {
	width:200px;
	margin:0 auto;
}
#page main section .entry-more a {
	display: inline-block;
	background: url("../img/btn_arrow.png") no-repeat right -10px center;
	text-align:center;
	border:1px solid #c0c0c0;
	width:200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#page main section .entry-more a {
	padding: 5px 15px 3px 10px;
	font-size: 90%;
	line-height: 140%;
	margin:0;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page main section .entry-more a:link,
#page main section .entry-more a:visited {
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
#page main section .entry-more a:hover {
	text-decoration:none;
	background-color: rgba(73,73,73,0.1);
}



@media only screen and (max-width: 641px) {
main .basic-page #main_block #main_title {
	background-position:50% 0% ;
	background-size:cover;
}

/* タイトル */
#page section .section_in h2.title_line:after{
	width: 40%;
}
#page #size h2.title_line:after {
	width: 70%;
}

/* dust */
#page #dust {
	width:100%;
	margin:0;
	padding:20px 15px;
}

#page table.test_table th{
	text-align:left;
}


#page #dust .AreaL {
	width:auto;
}

/* サイズ */
#page #dust #size .AreaL {
	width:auto;
	margin-bottom:10px;
}
#page #dust #size .AreaR img {
	margin-left:0;
	margin-bottom:10px;
	width:100%;
}

#movie_area iframe{
  width: 100%;
}

/* 種類 */
#page #dust #type ul li {
	width:auto;
	margin-right:0;
	float: inherit;
	margin-bottom:10px;
}
#page #dust #type ul li img {
	width:100%;
}

}

@media only screen and (max-width: 571px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 380px) {

}

@media only screen and (max-width: 361px) {
/* タイトル */
#page section .section_in h2.title_line:after{
	width: 35%;
}
#page #size h2.title_line:after {
	width: 70%;
}
}

@media only screen and (max-width: 320px) {

}

