@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.php
-------------------------------------------------------------- */
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:0;}
a:hover img{opacity:0.7;-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;}
img{max-width:100%;height:auto;vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

body{
	font: 1em/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	color: #FFFFFF;
	-webkit-text-size-adjust: none;
	background-color: #030303;
}
.detailtxt {
	color:#fff;
}
.sp {
	display:none;
}

/* リンク設定
------------------------------------------------------------*/
a{margin:0;padding:0;text-decoration:none;outline:0;vertical-align:baseline;background:transparent;font-size:100%;color:#fff;}
a:hover,a:active{outline:none;color:#ccc;}

/**** Clearfix ****/
nav .panel:after,nav#mainNav:after,.newsTitle:after,.bg:after,.post:after,.box:after{content:""; display:table;clear:both;}
nav .panel,nav#mainNav,.newsTitle,.bg,.post,.box{zoom:1;}
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

/* 汎用クラス
*****************************************************/
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.mt10{margin-top:10px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.flL{float:left !important;}
.flR{float:right !important;}
img.alignLeft{float:left !important;margin:0 20px 20px 0 !important;display:inline !important;}
img.alignRight{float:right !important;margin:0 0 20px 20px !important;display:inline !important;}
.cent{text-align:center !important;}
.alR{text-align:right !important;}
.block{display:block !important;}

.fontSS{font-size:0.7em !important;}
.fontS{font-size:0.85em !important;}
.fontM{font-size:1.2em !important;}
.fontML{font-size:1.35em !important;}
.fontL{font-size:1.5em !important;}
.fontLL{font-size:2em !important;}
.fontXL{font-size:2.4em !important;}
.fontRed{color:#fff !important;}
.fontBold{font-weight:bold !important;}
.abs{color:#c00 !important;}

ul.disc li{margin:0 0 5px;display:block;}
ul.disc li:before{content:"・";margin-right:5px;display:inline-block;}

img.pcImg{display:block !important;}
img.spImg{display:none !important;}
.pcDisp{display:block;}
.spDisp{display:none;}
.pcBlock{display:block;}

/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{width:960px;margin:0 auto;}
#header{
	overflow: hidden;
	background: #000;
	border-top: 20px solid #695625;
}
#content{width:100%;margin:30px 0 0;}
#footer{width:100%;background:#695625;clear:both;}

/* ヘッダー
*****************************************************/
#header #headerLeft{width:50%;padding:30px 0;float:left;}
#header #headerRight{
	/* width:50%; */
	padding:15px 0;text-align:right;float:right;color:#fff;}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1 a{color:#fff;font-size:1.5em;font-weight:bolder;}

/* 電話番号
----------------------------------*/
.pcTel{display:block;font-size:.9em;}
.pcTel p{display:block;}
.pcTel span{font-size:1.5em;font-weight:bold;}
.tel_icon:before{content:url(../images/tel_02.png);margin-right:5px;vertical-align:middle;}
.fax_icon:before{content:url(../images/fax.png);margin-right:5px;vertical-align:middle;}
/* .spTel{display:none;} */
.tel_icon {
	margin-right: 15px;
}
.loan_text {
	/* font-size: 1.1em; */
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	text-align: center;
	width: 100%;/* トリミングしたい枠の幅 */
	height: 280px;/* トリミングしたい枠の高さ */
	text-indent: -9999px;
}
#mainImgA{
	text-align: center;
	width: 100%;/* トリミングしたい枠の幅 */
	height: auto;/* トリミングしたい枠の高さ */
}
/* タイポグラフィ
*****************************************************/
.heading01{
	border-left: 2px solid #6D541E;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
	font-size: 1.1em;
}
.heading02{
	color: #fff;
	padding: 10px;
	margin: 0 0 30px;
	background-color: #232323;
	border-bottom: 2px solid #6D541E;
}

/* コンテンツ
*****************************************************/
#topMenu {width:100%;margin:0 0 75px; text-align:center;}
#topMenu div {
	display:inline-block;
}
#topMenu .boxInnerLeft{
	width: 29%;
	margin-top: 0;
	margin-right: 6.5%;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px;
	background: #1c1c1c;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px solid #FFF;
	/*box-shadow: 0px 0px 6px 3px #ffffff;
	-moz-box-shadow: 0px 0px 6px 3px #ffffff;
	-webkit-box-shadow: 0px 0px 6px 3px #ffffff;*/
}
#topMenu .boxInnerCenter{
	width: 280px;
	margin: 0 30px 30px 0;
	padding: 10px;
	background: #1c1c1c;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
	text-align:left;
	/*box-shadow: 0px 0px 6px 3px #ffffff;
	-moz-box-shadow: 0px 0px 6px 3px #ffffff;
	-webkit-box-shadow: 0px 0px 6px 3px #ffffff;*/
}
#topMenu .boxInnerRight{
	width: 29%;
	margin: 0;
	padding: 10px;
	background: #1c1c1c;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	border: 1px solid #FFF;
	/*box-shadow: 0px 0px 6px 3px #ffffff;
	-moz-box-shadow: 0px 0px 6px 3px #ffffff;
	-webkit-box-shadow: 0px 0px 6px 3px #ffffff;*/
}
#topMenu dl{margin:0 0 10px;}
#topMenu dt{font-size:20px;font-weight:bold;margin:0 0 5px;}
#topMenu dd{font-size:14px;}
#topMenu a.buttonA{width:100%;margin:0 auto;padding:5px 0;background:#CC0033;color:#fff;font-size:.85em;display:block;text-align:center;border-radius:6px;cursor:pointer;-webkit-transition:none;transition:none;}
#topMenu a.buttonA:before{content:"▶";font-size:.5em;vertical-align:middle;margin-right:5px;}
#topMenu a:hover.buttonA{background:#fff;color:#c03;}
#topInfo{width:100%;margin:0 0 30px;float:none;}
#topService{width:49%;margin:0 0 30px;float:right;}
#topService a{font-size:.9em;color:#fff;text-decoration:underline;}

.post{width:100%;margin:0 0 30px;}
.contents01{display:table;margin:0 auto 60px;}
.contents01 .contents01Left{display:table-cell;padding:0 35px 0 0;vertical-align:middle;}
.contents01 .contents01Right{display:table-cell;vertical-align:middle;}
.contents01 .boxInner{border:#6D541E 2px solid;padding:10px;}

.contents01_inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents02{margin:0 auto 45px;}
.contents02 .boxInnerTop{width:40%;border:#c03 2px solid;padding:20px;margin:0 auto 10px;text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contents02 .boxInnerMiddle{font-size:1.5em;margin:0 auto 10px;text-align:center;display:block;}
.contents02 .boxInnerBottom{border:#c03 2px solid;padding:20px;margin:0 auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contents03{margin:0 auto 2%;}
.contents03:last-child{margin:0 auto 45px;}
.contents03 .contents03Left{width:49%;float:left;}
.contents03 .contents03Right{width:49%;float:right;}
.contents04{width:90%;margin:0 auto 45px;}
.contents04 table{width:100%;border-right:#fff 1px solid;border-bottom:#fff 1px solid;}
.contents04 th{
	width: 20%;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	background-color: #20201E;
}
.contents04 td{padding:10px;border-left:#fff 1px solid;border-top:#fff 1px solid;}
.contents05{width:90%;margin:0 auto 30px;}
.contents05 table{width:100%;}
.contents05 th{width:20%;padding:0 10px 20px 0;text-align:right;}
.contents05 td{padding:0 0 20px;}
.contents06{width:90%;margin:0 auto 30px;}
.contents06 .boxInner{border:#c03 2px solid;padding:20px;margin:0 auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


a.buttonB{width:80%;margin:0 auto;padding:20px 0;background:#c03;color:#fff;font-size:1.3em;display:block;text-align:center;border-radius:6px;cursor:pointer;-webkit-transition:none;transition:none;}
a.buttonB:before{content:"▶";font-size:1em;vertical-align:middle;margin-right:5px;}
a:hover.buttonB{background:#000;color:#fff;}

.map{width:100%;height:300px;border:none;}
.w300 { width:335px; }
.bold { font-weight:bold; }
.vat { width:100%; }
.vat .contents01Left { vertical-align:top; }
.vat .contents01Right { vertical-align:top; }

/* フッター
*****************************************************/
#footer ul{width:100%;padding:20px 0;display:table;table-layout:fixed;}
#footer ul li{width:100%;display:table-cell;text-align:center;padding:5px 0;line-height:1;position:relative;}
#footer ul li	a{padding:0 0 0 12px;overflow:hidden;color:#fff;}
#footer ul li	a:before{content:"▶";font-size:.5em;vertical-align:middle;margin-right:5px;}
#footer ul li	a:hover{color:#ccc;}
#copyright{clear:both;padding:10px;text-align:center;font-size:75%;zoom:1;color:#fff;background:#1c1c1c;}

/* お知らせ */
.detailText font {
	color: #fff!important;
}
.content_wrap {
 display: flex;
}
.content_wrap .line:first-child {
	margin-right: 50px;
}
.line {
	width: 280px;
	margin: 20px 0;
}
.line h3 {
	border-bottom: 3px solid #695625;
  margin-bottom: 20px;
}
.line_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line_box a {
	width: 60%;
}
.line_box a img {
	width: 100%;
}
.line_box img {
	width: 30%;
}
.line_wrap {
	width: 960px;
  margin: 30px auto;
}
.line_wrap .line {
	padding: 10px;
	background: #1c1c1c;
	border: 1px solid #FFF;
	margin: 0;
}
.line_inner {
	display: flex;
	justify-content: center;
}
.line_inner .line:first-child {
	margin-right: 40px;
}
/* .line_btn_wrap iframe {
  width: 146px!important;
  height: 42px!important;
}
.line_btn_wrap iframe button {
  width: 146px!important;
  height: 42px!important;
}
.line_btn_wrap i {
  width: 30px!important;
  background-size: 30px auto!important;
}
.line_btn_wrap .rang {
  font-size: 20px!important;
  line-height: 46px!important;
} */

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px){
nav div.panel{display:block !important;}
a#menu{display:none;}
nav#mainNav{
	width: 100%;
	clear: both;
	background-color: #464646;
}
nav#mainNav ul{width:100%;display:table;table-layout:fixed;}
nav#mainNav ul li{display:table-cell;}
nav#mainNav ul li a{display:block;background:#464646;color:#fff;padding:30px 0;text-align:center;}
nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li a:active,nav#mainNav ul li.current-menu-parent a{
	background-color: #695624;
}
#topkey {
	/*background-image: url(../images/keyvisual.jpg);
	background-position: center 200px;
	background-repeat: no-repeat;*/
}
.main01 {
	position: relative;
}
.mv_link {
	width: 100%;
	position: absolute;
	justify-content: space-between!important;
	top: 0;
}
.lotas {
	text-align: left;
}
.ju {
	text-align: right;
}
.stockwrap {
	margin-bottom:65px;
}
.stockwrap_inner {
	margin-bottom: 30px!important;
}
.stockwrap_inner img {
	width: 35%!important;
}
.stockwrap_inner span {
	width: 50%!important;
	font-size: 30px!important;
}
.spTel{
	display:none;
}
.loan_text {
	font-size: 1.2em;
}
.loan_text_btn {
	display: inline-flex;
	align-items: center;
	background: #695624;
	padding: 5px 10px;
	border-radius: 35px;
}
.loan_text_btn::before {
	content: url(../images/tel_03.png);
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.car_logo_wrap {
	margin-bottom: 30px;
}
.car_logo {
	display: flex;
	justify-content: space-between;
}
.car_logo img {
	width: 15%;
	height: 100%;
}
.car_logo_text {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.pc_show {
	display: block;
}
.sp_show {
	display: none;
}
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#mainNav{width:100%;margin:0 auto;background:#464646;clear:both;}
#mainNav a.menu{width:100%;display:block;height:50px;line-height:50px;font-weight:bold;text-align:left;color:#fff;background:url(../images/menuOpen.png) no-repeat 5px 13px;}
#mainNav a#menu span{padding-left:35px;}
#mainNav a.menuOpen{background:url(../images/menuOpen.png) no-repeat 5px -29px;}
#mainNav a#menu:hover{cursor:pointer;}
nav .panel{display:none;width:100%;position:relative;right:0;top:0;z-index:1;}
#mainNav ul{margin:0;padding:0;}
#mainNav li{width:100%;height:auto;line-height:1.2;float:none;clear:both;}
#mainNav li:first-child{border-top:1px solid #d5d5d5;}
#mainNav li a,#mainNav li.current-menu-item li a{display:block;padding:15px 10px;text-align:left;border-bottom:1px dashed #ccc;color:#1c1c1c;background:#fafafa;}
#mainNav li:last-child a{border-bottom:1px solid #ccc;}
#mainNav li a span{display:none;}
#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{background:#1c1c1c;color:#fff;}
nav div.panel{float:none;}
#mainImg{margin:0;}
#wrapper,.inner{width:100%;}
#header{margin:0 auto;	}
#header .inner{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#header #headerLeft{width:50%;padding:25px 0;float:left;}
#header #headerRight{
	/* width:50%; */
	padding:10px 0;float:right;}
nav#mainNav ul{margin:0 auto;}
nav#mainNav ul ul{padding:0;}
nav div.panel{float:none;}
#content{width:95%;float:none;margin:0 auto;padding:10px 0;clear:both;}
#footer{margin:0;border:0;text-align:center;}
#topkey {
	/*background-image: url(http://test.homupeji.info/maxcar/images/keyvisualsp.jpg);
	background-position: center 200px;
	background-repeat: no-repeat;*/
}
/* .fax_icon, .tel_icon {
	font-size: 30px!important;
} */
.car_logo_wrap {
	margin-bottom: 30px;
}
.car_logo {
	display: flex;
	justify-content: space-between;
}
.car_logo img {
	width: 15%;
	height: 100%;
}
.car_logo_text {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.pc_show {
	display: none;
}
.sp_show {
	display: block;
}
.line_wrap {
	width: 95%;
}
.loan_text_btn {
	margin-top: 3px;
	display: inline-flex;
	align-items: center;
	background: #695624;
	padding: 5px 10px;
	border-radius: 35px;
	font-size: 14px;
}
.loan_text_btn::before {
	content: url(../images/tel_03.png);
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.spTel_mdf {
	text-align: right;
}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px){
#header{text-align:center;}
#header #headerLeft{width:100%;padding:10px 0;tfloat:none;}
#header #headerRight{width:100%;padding:0;float:none;}
#header h1 a{text-align:center;}
.pcTel{display:none;}
.spTel{margin:0 0 10px;display:block;text-align:center;font-size:.9em;}
.spTel p{display:block;}
/* .spTel span{
	font-size:1.3em;
	font-weight:bold;
} */
.tel_icon:before{content:url(../images/tel_02.png);margin-right:5px;vertical-align:middle;}
.pcBlock{display:inline;}
.fontL{font-size:1.2em !important;}
.mb20{margin-bottom:20px !important;}
img.alignRight,img.alignLeft{display:block !important;margin:0 auto 20px !important;float:none !important;}
.alignRight,.alignLeft{display:block !important;float:none !important;}
.spBlock{display:block;}
.pcDisp{display:none;}
.spDisp{display:block;}
#topMenu{margin:0 0 20px;}
#topMenu .boxInnerLeft{width:100%;margin:0 0 10px;float:none;}
#topMenu .boxInnerCenter{width:80%;margin:0 auto 10px;float:none;}
#topMenu .boxInnerRight{width:100%;margin:0;float:none;}
#topInfo{width:100%;margin:0 0 20px;float:none;}
#topService{width:100%;margin:0 0 10px;float:none;}
.post{margin:0 auto 20px;}
.contents01{display:block;margin:0 auto 30px;}
.contents01 .contents01Left{display:block;padding:0;margin:0 0 10px;text-align:center;}
.contents01 .contents01Right{display:block;}
.contents02{margin:0 auto 20px;}
.contents02 .boxInnerTop{width:100%;padding:10px;}
.contents02 .boxInnerBottom{padding:10px;}
.contents03:last-child{margin:0 auto 10px;}
.contents03 .contents03Left{width:100%;margin:0 0 2%;float:none;}
.contents03 .contents03Right{width:100%;float:none;}
.contents04{width:100%;margin:0 auto 20px;}
.contents04 th{width:100%;display:block;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contents04 td{width:100%;display:block;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contents05{width:100%;margin:0 auto 20px;}
.contents05 th{width:100%;display:block;padding:5px 0 3px;font-weight:bold;text-align:left;}
.contents05 td{width:100%;display:block;padding:0 0 10px;border-bottom:#000 2px solid;}
.contents06{width:100%;margin:0 auto 20px;}
.contents06 .boxInner{width:100%;padding:10px;}
a.buttonB{width:90%;padding:10px 0;font-size:1em;}
a.buttonB:before{font-size:.7em;}
.map{height:200px;}
.w300 { width: auto; }
#footer ul{width:100%;padding:10px 0;margin:0 auto;display:block;}
#footer ul li{width:50%;margin:0;display:block;text-align:left;float:left;}

.line_inner .line:first-child {
	margin-right: 0;
	margin-bottom: 10px;
}
.line_inner {
	flex-direction: column;
	align-items: center;
}
.line {
	width: 80%;
}
.loan_text_btn {
	margin-top: 3px;
	display: inline-flex;
	align-items: center;
	background: #695624;
	padding: 5px 14px;
	border-radius: 35px;
	font-size: 12px;
}
.loan_text_btn::before {
	content: url(../images/tel_03.png);
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.spTel_mdf {
	text-align: right;
}

}

body {
	background-image: url(../images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body#topkey {
	background-image: none;
}
.main01 {
	background-color: #140E15;
	text-align: center;
}
.mv_link {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
}
/* .lotas {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
} */
.lotas img {
	width: 50%;
}
.lotas {
	cursor: pointer;
}
/* .ju {
	position: absolute;
	top: 10px;
	right: 0;
} */
/* .fax_icon, .tel_icon {
	font-weight: bold;
	font-size: 4.533333333333333vw;
	line-height: 1;
} */
.ju img {
	width: 70%;
}
.ju {
	cursor: pointer;
}
.mov01 {
	display: inline-block;
}
.mov02 {
	display:none;
}
.add .mov01 {
	display:none;
}
.add .mov02 {
	display: inline-block;
}
.main02 {
	background-image: url(../images/main_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
.main03 {
	text-align:center;
	margin-bottom:45px;
}
.main03 img {
	margin:0 auto;
}
.main04 {
	margin-bottom:65px;
}
#newsWrap #newsList li {
	width: 100%;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D6D6D6;
}
.cpy {
	font-size:0;
	color:transparent;
	height:0;
	overflow:hidden;
}
.soon {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
}
.sdt01 {
	margin-bottom:60px;
}
.sdt02 {
	width:55%;
	float:left;
}
.sdt03 {
	width:40%;
	float:right;
}
.sdt04 {
	font-size: 24px;
	font-weight: bold;
}
.sdt05 {
	font-size: 20px;
	margin-bottom: 15px;
}
.sdt06 {
	font-size: 14px;
	margin-bottom: 5px;
}
.sdt07 {
	font-size: 20px;
	color: #D80100;
	margin-bottom: 3px;
}
.sdt08 {
	margin-bottom:7px;
}
.sdt08 li {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
.sdt08 li a {
	border-radius: 3px;
	font-size: 12px;
	color: #FFF;
	background-color: #2F2F2F;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.sdt09 {
	margin-bottom:30px;
}
.sdt09 table {
	width:100%;
	border-collapse:collapse;
}
.sdt09 table th {
	font-weight: normal;
	width: 25%;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	font-size: 14px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.sdt09 table td {
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	font-size: 18px;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	vertical-align:middle;
	font-weight: bold;
}
.sdt09 table td span {
	display:block;
	font-weight: normal;
	font-size: 13px;
}
.sdt10 {
	width: 245px;
}
.sdt10 a {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	position: relative;
	color: #FFF;
	background-color: #D80100;
	border-radius:3px;
}
.sdt10 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.sdt11 {
	font-size: 40px;
}
.sdt12 {
	font-size: 28px;
}
.sdt13 {
	margin-bottom: 60px;
}
.sdt14 {
	font-size: 20px;
	margin-bottom: 7px;
}
.sdt15 {
	font-size:0;
	text-align:left;
	border-left: 1px solid #414141;
}
.sdt15 li {
	vertical-align: middle;
	display: inline-block;
	width: 25%;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #414141;
}
.sdt15 li:nth-child(1) , .sdt15 li:nth-child(2) , .sdt15 li:nth-child(3) , .sdt15 li:nth-child(4) {
	border-top: 1px solid #414141;
}
.sdt16 {
	width: 245px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
}
.sdt16 a {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 2px solid #FFF;
	position: relative;
}
.sdt16 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.sdt17 table {
	width:100%;
	border-collapse:collapse;
}
.sdt17 table th {
	font-weight: normal;
	background-color: #2B2B2B;
	width: 12%;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
	vertical-align:middle;
}
.sdt17 table th span {
	font-size: 10px;
}
.sdt17 table td {
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	font-size: 14px;
	width: 38%;
	vertical-align:middle;
}
.comf {
	font-size:20px;
}
.hover:hover {
	opacity: 0.8;
}
.slidewrap {
	margin-bottom:7px;
}
.thum li {
	width:13%;
	float:left;
	margin-left:1.5%;
	margin-bottom:1.5%;
}
.thum li:nth-child(7n+1) {
	margin-left:0;
	clear:both;
}

.sdt18 {
	margin-bottom:10px;
}
.sdt01.type02 {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #333;
}
.sdt01.type02 .sdt02 {
	width:40%;
}
.sdt01.type02 .sdt03 {
	width:58%;
}
.sdt21 {
	width:60%;
	float:left;
}
.sdt22 {
	width:38%;
	float:right;
}
.sdt10.type02 {
    width: 100%;
}
.sdt19 {
	border-top: 1px solid #333;
	padding-top: 35px;
}
.sdt02 img {
	width:100%;
}

.pnav {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.cst01 {
	margin-top:25px;
	margin-bottom:25px;
}
.cst02 {
	float: left;
}
.cst03 {
	float: right;
	padding-top:15px;
}
.cst05 {
    text-align: right;
}
.cst05 select::-ms-expand {
	display: none;
}
.cst05 select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 20px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #333;
}
.cst05 li {
    display: inline-block;
    position: relative;
    margin-left: 12px;
}
.cst05 li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid #FFF;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
}

.stockwrap {
	margin-bottom:65px;
}
.stockwrap_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.stockwrap_inner img {
	width: 40%;
}
.stockwrap_inner span {
	width: 56%;
	/* font-size: 13px; */
	font-size: 3.466666666666667vw;
}
.srh01 {
	background-color: #444;
	padding: 35px;
	margin-bottom: 50px;
	border-radius:7px;
}
.srh02 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.srh03 {
	margin-bottom:15px;
}
.srh04 {
	float:left;
	width:49%;
}
.srh05 {
	float:right;
	width:49%;
}
.srh06 table {
	width:100%;
}
.srh06 table th {
	width: 8em;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	height:50px;
}
.srh06 table td {
	font-size: 14px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}
.srh07 {
	text-align:center;
}
.srh07 li {
	width:135px;
	display:inline-block;
	vertical-align:middle;
	margin-left:7px;
	margin-right:7px;
	position:relative;
}
.srh07 li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.srh07 li input {
	font-size: 14px;
	color: #FFF;
	background-color: #D80100;
	text-align: center;
	display: block;
	width: 100%;
	border-style: none;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
}
.srh08.type01 input {
	background-color: #000;
}
.srh09 li {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	position:relative;
}
.srh09.type02 li {
	margin-right:15px;
}
.srh10 {
	position:relative;
	display:inline-block;
}
.srh01 select::-ms-expand {
	display: none;
}
.srh01 select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #444;
}
.srh10::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid #444;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
}

input[type=checkbox] {
  display: none;
}
.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 22px;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: none;
  background-color:#fff;
  content: '';
}
.checkbox:before {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index:500;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.end01 {
	padding-top:50px;
	margin-bottom:400px;
	text-align:center;
}

table.formTable{
width:100%;
border-collapse:collapse;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
margin-bottom:20px;
}
table tr th,table tr td{
padding:10px;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
text-align:left;
background:#f5f5f5;
color:#000;
}
table tr th{width:33.2%;background:#f5f5f5;
color:#000;}
table tr th .required{
float:right;
color:#f00;
font-size:0.85em;
}
#flow{
display:table;
table-layout:fixed;
width:100%;
border:1px solid #ccc;
padding-left:0;
margin-bottom:20px;
}
#flow li{
display:table-cell;
text-align:center;
border-right:1px solid #ccc;
background:#f5f5f5;
padding:10px;
color:#000;
}
#flow li:last-child{border-right:none;}
#flow .active{
color:#fff;
background-color:#000;
}
.c-red,.error_messe{color:#f00;}
label{cursor:pointer;}
.required-item{background-color:#f00;}

/* フォーム
------------------------------------------------------------*/
/* input[type="text"],textarea{
vertical-align:middle;
width:98%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc !important;
}
textarea{
width:98%;
height:auto;
line-height:1.5;
}
input[type="submit"]{
padding:5px 15px;
background:#c03;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.7;
font-size:150%;
color:#fff;
-webkit-appearance:none;
}
input[type="reset"],input[type="button"]{
padding:3px 10px;
margin:0 20px 0 0;
background:linear-gradient(to bottom,#eee 0%,#aaa 100%);
border:#ccc 1px solid;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#000;
-webkit-appearance:none;
}
input[type="submit"]:hover{background:#e00;cursor:pointer;}
input[type="reset"]:hover,input[type="button"]:hover{
background:linear-gradient(to bottom,#aaa 0%,#eee 100%);
cursor:pointer;
}
*:first-child+html input[type="submit"]{padding:3px;}
.error {
	color:#F00;
}
.formbtn01 {
	display:inline-block;
	margin-right:7px;
}
.formbtn02 {
	display:inline-block;
	margin-right:7px;
}

.formbtn01 input {
    padding: 3px 10px;
    background: linear-gradient(to bottom,#eee 0%,#aaa 100%);
    border: #ccc 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 120%;
    color: #000;
    -webkit-appearance: none;
}
.formbtn01 input:hover {
    background: linear-gradient(to bottom,#eee 0%,#aaa 100%);
    color: #000;
}
#up_ymd {
    text-align: right;
    margin: 5px 10px;
}
.backORcloseBtn a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #aaa;
    color: #999;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 50px;
} */

/*///////////////////////////////////////////////////////////
	記事
///////////////////////////////////////////////////////////*/
.detailtitle {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.detaildate {
	text-align: center;
	padding-bottom:15px;
}
.detailwrap {
	margin-bottom: 30px;
}
.detailupfile {
	float: left;
	width: 40%;
	padding-right: 5%;
	margin-bottom: 1px;
}
.detailupfile img {
	width: 100%;
}
.pager {
	text-align: center;
}
.pager a,
.btndetailclose a{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	transition: 0.2s;
}
.pager a:hover,
.btndetailclose a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btndetailclose {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.backORcloseBtn {
    text-align: center;
    line-height: 100%;
    margin-top: 15px;
}
.nlst01 {
	margin-bottom:40px;
	margin-top:40px;
}
.nlst02 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	width:100%;
	display:table;
}
.nlst02 dt {
	display:table-cell;
	vertical-align:middle;
	width:8em;
}
.nlst02 dd {
	display:table-cell;
	vertical-align:middle;
}

@media only screen and (max-width: 959px){
.pc {
	display:none;
}
.sp {
	display:block;
}
input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.stockwrap select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
body {
	background-image: none;
}
.main02 {
}
.main03 {
	text-align:center;
	margin-bottom:25px;
}
.main04 {
	margin-bottom:30px;
}
.main04_mdf {
	margin-bottom: 0;
}
#header {
	border-top-width: 5px;
	position: relative;
	border-bottom: 1px solid #CCC;
}
#header #headerLeft {
    width: auto!important;
    padding: 10px 0;
    float: none;
	text-align: left;
}
#header h1 a {
    font-size: 20px;
}
#headerRight {
    /* display: none; */
}
.pcTel {
    display: none;
}
.spTel {
    /* display: none; */
}
.num_wrap {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
}
.spTel p {
	text-align: right;
}
#mainNav {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    clear: both;
}
#mainNav a.menu {
	width: 40px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-image: url(../images/sp_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 10px;
	right: 10px;
}
#mainNav a.menuOpen {
	background-image: url(../images/sp_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainNav a#menu span {
    display: none;
}
#mainNav li:first-child {
    border-top: none;
}
nav div.panel {
	position: absolute;
	top: 56px;
	z-index: 9999;
}
#footer {
    display: none;
}

.soon {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.sdt01 {
	margin-bottom:30px;
}
.sdt02 {
	width:100%;
	float:none;
	margin-bottom:15px;
}
.sdt03 {
	width:100%;
	float:none;
}
.sdt04 {
	font-size: 16px;
	font-weight: bold;
}
.sdt05 {
	font-size: 14px;
	margin-bottom: 15px;
}
.sdt06 {
	font-size: 12px;
	margin-bottom: 5px;
}
.sdt07 {
	font-size: 16px;
	margin-bottom: 3px;
}
.sdt08 {
	margin-bottom:7px;
}
.sdt08 li {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
.sdt08 li a {
	border-radius: 3px;
	font-size: 12px;
	color: #FFF;
	background-color: #2F2F2F;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.sdt09 {
	margin-bottom:20px;
}
.sdt09 table {
	width:100%;
	border-collapse:collapse;
}
.sdt09 table th {
	font-weight: normal;
	width: 25%;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	font-size: 13px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.sdt09 table td {
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	font-size: 15px;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	vertical-align:middle;
	font-weight: bold;
}
.sdt09 table td span {
	display:block;
	font-weight: normal;
	font-size: 12px;
}
.sdt10 {
	width: 200px;
}
.sdt10 a {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.sdt11 {
	font-size: 20px;
}
.sdt12 {
	font-size: 18px;
}
.sdt13 {
	margin-bottom: 30px;
}
.sdt14 {
	font-size: 16px;
	margin-bottom: 7px;
}
.sdt15 {
	font-size:0;
	text-align:left;
	border-left: 1px solid #414141;
}
.sdt15 li {
	vertical-align: middle;
	display: inline-block;
	width: 25%;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #414141;
}
.sdt15 li:nth-child(1) , .sdt15 li:nth-child(2) , .sdt15 li:nth-child(3) , .sdt15 li:nth-child(4) {
	border-top: 1px solid #414141;
}
.sdt16 {
	width: 200px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.sdt16 a {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.sdt17 table {
	width:100%;
	border-collapse:collapse;
}
.sdt17 table th {
	font-weight: normal;
	background-color: #2B2B2B;
	padding: 5px;
	font-size: 10px;
	width: 17%;
}
.sdt17 table td {
	padding: 5px;
	font-size: 10px;
	width: 33%;
}
.slidewrap {
	margin-bottom:7px;
}
.thum li {
	width:18%;
	float:left;
	margin-left:2.5%;
	margin-bottom:2.5%;
}
.thum li:nth-child(7n+1) {
	margin-left: 2.5%;
	clear: inherit;
}
.thum li:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}

.sdt18 {
	margin-bottom:10px;
}
.sdt01.type02 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sdt01.type02 .sdt02 {
	width:100%;
}
.sdt01.type02 .sdt03 {
	width:100%;
}
.sdt21 {
	width:100%;
	float:none;
}
.sdt22 {
	width:100%;
	float:none;
}
.sdt10.type02 {
    width: 200px;
}
.sdt19 {
	padding-top: 15px;
}

.pnav {
	text-align:center;
	margin-top:12px;
	margin-bottom:12px;
}
.cst01 {
	margin-top:15px;
	margin-bottom:15px;
}
.cst02 {
	float: none;
}
.cst03 {
	float: none;
	padding-top:3px;
}
.cst05 {
    text-align: left;
}
.cst05 select::-ms-expand {
	display: none;
}
.cst05 select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 20px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #333;
}
.cst05 li {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-right: 5px;
}

.stockwrap {
	margin-bottom:40px;
}

.srh01 {
	padding: 15px;
	margin-bottom: 25px;
	border-radius:3px;
}
.srh02 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.srh03 {
	margin-bottom:15px;
}
.srh04 {
	float:none;
	width:100%;
}
.srh05 {
	float:none;
	width:100%;
}
.srh06 table {
	width:100%;
}
.srh06 table th {
	width:100%;
	display:block;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 4px;
	height:auto;
}
.srh06 table td {
	width:100%;
	display:block;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 7px;
}
.srh07 {
	text-align:center;
}
.srh07 li {
	width:120px;
	display:inline-block;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	position:relative;
}
.srh07 li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.srh07 li input {
	font-size: 14px;
	color: #FFF;
	background-color: #D80100;
	text-align: center;
	display: block;
	width: 100%;
	border-style: none;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
}
.srh08.type01 input {
}
.srh09 li {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	position:relative;
}
.srh09.type02 li {
}
.srh10 {
	position:relative;
	display:inline-block;
}
.srh01 select::-ms-expand {
	display: none;
}
.srh01 select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #444;
	max-width:100%;
}
.srh10::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid #444;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
}
.comf {
	font-size:16px;
}

table tr th,table tr td{/*display:block;*/width:100%!important;padding:4%;text-align: left!important;}
input[type="text"],input[type="email"],textarea{max-width:100% !important;}

table.formTable tr th,table.formTable tr td{display:block;}

/*///////////////////////////////////////////////////////////
	記事
///////////////////////////////////////////////////////////*/

.detailupfile {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 15px;
}

.pager a,
.btndetailclose a{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	min-width: 26px;
	line-height: 26px;
	font-size: 12px;
}

.nlst01 {
	margin-bottom:40px;
	margin-top:40px;
}
.nlst02 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	width:100%;
	display:block;
}
.nlst02 dt {
	display:block;
	vertical-align:middle;
	width:auto;
}
.nlst02 dd {
	display:block;
	vertical-align:middle;
}
.line_wrap {
	margin-top: 0;
}
.content_wrap {
	width: 100%;
}
.content_wrap .line {
	width: 45%;
	max-width: 150px;
}
}
