@charset "UTF-8";

/* -----------------------------------------------
common css [Scalable and Modular Architecture for CSS]
0. Reset （リセット）
1. Base （ベース）
2. Layout（レイアウト）
3. Module（モジュール）
4. State （状態）
5. Theme （テーマ）
-------------------------------------------------- */


/* -----------------------------------------------
0. Reset （リセット）
-------------------------------------------------- */
html {
	font-family: sans-serif;
}
body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
a{
	background: transparent;
}
a:focus{
	outline: thin dotted;
}
a:active,
a:hover{
	outline: 0;
}
html,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,footer,header,small,nav,section,figure,figcaption,main{
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}
audio,canvas,video{
	display: inline-block;
}
ul,ol{
	list-style-type: none;
}
table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	line-height: 1;
	vertical-align: baseline;
}
a img{
	border: none;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
hr{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}


dt,dd,li,
th,td,
input,textarea{
	text-align: left;
	vertical-align: top;
}
input,textarea,button{
	margin: 0;
	padding: 0;
}
button,label{
	background-color: transparent;
	cursor: pointer;
}
button,select{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled]{
	cursor: default;
}
input[type="checkbox"],input[type="radio"]{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}
input[type="search"]{
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
textarea{
	overflow: auto;
	vertical-align: top;
}




/* -----------------------------------------------
1. Base （ベース）
-------------------------------------------------- */
html{
	overflow-y: scroll;
}
body{
	font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 12px;
	color: #000;
	background: #1a1210;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
	font-size: 100%;
	font-weight: bold;
}
p{
	line-height: 1.57;
}
dt,dd,li,
th,td,
input,
textarea{
	line-height: 1.3;
}
input,textarea,button, select{
	font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 100%;
}
strong{
	font-weight: bold;
	color: #ff3b3b;
}
em{
	font-weight: bold;
}
a{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
}
a:hover,
a:active{
	text-decoration: none;
}
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after,
#header:after,
#footer:after,
.wrp-content:after,
.nav ul:after{
	display: block;
	clear: both;
	content: "";
}
/*  [Object-Oriented CSS]
-------------------------------------------------- */
.is_hidden{
	display: none!important;
}
.is_visible{
	display: block!important;
}
.pull_left{
	text-align: left!important;
}
.pull_right{
	text-align: right!important;
}
.pull_center{
	text-align: center!important;
}
.pull_top{
	vertical-align: top!important;
}
.pull_middle{
	vertical-align: middle!important;
}
.pull_bottom{
	vertical-align: bottom!important;
}
.list{

}
ul.list li{
	margin-left: 26px;
	list-style-type: disc!important;
}
ol.list li{
	margin-left: 26px;
	list-style-type: decimal!important;
}
.fluid_image{
	max-width: 100%;
	height: auto;
}
.full_image{
	width: 100%;
	height: auto;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.fcGray{
	color: #666 !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*  [config CSS]
-------------------------------------------------- */
/* list z-index master */


/* -----------------------------------------------
2. Layout（レイアウト）
-------------------------------------------------- */
/* #document
-------------------------------------------------- */
#document{

}
/* #header
-------------------------------------------------- */
#header{
	background: #000;
}
#sitelogo{
	float: left;
	line-height: 0;
	padding: 13px 0;
}
#btn_menu{
	float: right;
}
#btn_menu a{
	display: block;
	padding: 13px 0 13px 10px;
}
.icn_hamburger{
	width: 23px;
	height: 16px;
	position: relative;
	overflow: hidden;
}
.icn_hamburger span{
	display: block;
	position: absolute;
	height: 2px;
	width: 23px;
	background: #fff;
	border-radius: 3px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .2s ease-in-out;
}
.icn_hamburger span:nth-child(1){
	top: 0;
}
.icn_hamburger span:nth-child(2),
.icn_hamburger span:nth-child(3){
	top: 7px;
}
.icn_hamburger span:nth-child(4){
	top: 14px;
}
.is-active .icn_hamburger span:nth-child(1){
	top: -5px;
}
.is-active .icn_hamburger span:nth-child(4){
	top: 28px;
}
.is-active .icn_hamburger span:nth-child(2){
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is-active .icn_hamburger span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* #footer
-------------------------------------------------- */
#footer{

}
.txt_copyright {
	background: #000;
	border-top: 1px solid #2d2b2b;
	color: #999;
	font-size: 12px;
	padding: 7px 15px;
	text-align: right;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}
.txt_copyright small{
	font-size: 100%;
}
/* #container
-------------------------------------------------- */
#container{

}

/* #main
-------------------------------------------------- */
#main{
	padding: 15px;
	background: #eeeeec;
}
#main h2,
#main h3,
#main h4{
	font-weight: normal;
}
#pageTitle{
	margin-bottom: 15px;
}
#pageTitle h2{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
}
#pageTitle p{
	color: #666;
}
#main a{
	color: #53599b;
}
#main a:visited{
	color: #7076b5;
}
#main .topBtn{
	margin: 5px 0;
	text-align: right;
}
#main .contentsNav{
}
#main .contentsNav li{
	background: #f9f9f8;
}

#main .contentsNav li:nth-child(even){
	background: #e1e2e4;
}

#main .contentsNav li a{
	display: block;
	overflow: hidden;
	padding: 9px 30px 9px 15px;
	color: #000;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .contentsNav li a:visited{
	color: #000;
}
#main .contentsNav li a:after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -7px;
	background: url("/sp/common/images/icn_arrow02.png") no-repeat -15px 0;
	background-size: auto 15px;
}
#main #showroomNav li a{
	padding: 9px 30px 9px 8px;
	font-size: 14px;
	color: #000;
}
#main #showroomNav li a:visited{
	color: #000;
}
#main #showroomNav li a span{
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color: #53599b !important;
}
#main .blockLink a{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 9px 30px 9px 10px;
	color: #000;
	background: #f9f9f8;
}
#main .blockLink a:visited{
	color: #000;
}
#main .blockLink a span{
	font-size: 16px;
	line-height: 1.8;
}
#main .blockLink a:after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -7px;
	background: url("/sp/common/images/icn_arrow02.png") no-repeat -15px 0;
	background-size: auto 15px;
}

.caBtn{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #01479d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.caBtn span{
	font-size: 18px !important;
	font-weight: bold;
}

.caBtn a{
	color: #fff !important;
}

/* #sub
-------------------------------------------------- */
#sub{

}

/* -----------------------------------------------
3. Module（モジュール）
 * Wrap Module
 * Box Module
 * Table Module
 * Headings Module
 * Nav Module
 * List Module
 * Button Module
 * Anchor Module
 * Form Module
 * Text Module
 * Icon Module
 * UI Module
-------------------------------------------------- */
/* Wrap Module
-------------------------------------------------- */
.wrp_content{
	padding: 0 15px;
}

/* Box Module
-------------------------------------------------- */

/* ----------------------------------------------- */


/* Table Module
-------------------------------------------------- */
.tbl_data{
	margin-bottom: 30px;
	width: 100%;
}
.tbl_data th,
.tbl_data td{
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl_data th{
	background-color: #d0ece0;
	font-weight: bold;
	text-align: left;
}
.tbl_data td{

}
.tbl_data caption{
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;

}

/* Headings Module
-------------------------------------------------- */
/* as h1 Element */
.hdg_pageheader{

}

/* ----------------------------------------------- */
.hdg_lv2{

}
/* ----------------------------------------------- */
.hdg_lv3{

}
/* ----------------------------------------------- */
.hdg_lv4{

}

/* Nav Module
-------------------------------------------------- */
.nav{
	background: #1f1918;
}
.nav li{
	border-top: 1px solid #2d2b2b;
}
.nav li a{
	display: block;
	font-weight: bold;
	overflow: hidden;
	padding: 9px 30px 9px 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav li a:after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -7px;
	background: url("/sp/common/images/icn_arrow01.png") no-repeat -15px 0;
	background-size: auto 15px;
}
.nav li a.has_sub:after{
	background-position: -30px 0;
	background-size: auto 15px;
}
.nav li a.is-active:after{
	background-position: -45px 0;
	background-size: auto 15px;
}
.nav li ul{
	background: #333;
}
.nav li ul a{
	color: #ccc;
	padding-left: 26px;
}

/*-------------------------------------------------- */
.nav_global{
	border-bottom: 1px solid #2d2b2b;
}
.nav_global li:first-child{
	border-top: 0;
}
.nav_global li a{
	padding-right: 40px;
}
.nav_global li a:after{
	right: 20px;
}

/*-------------------------------------------------- */
.nav_contentinfo li{
	width: 50%;
	float: left;
}
.nav_contentinfo li:nth-child(odd) a{
	border-right: 1px solid #2d2b2b;
}

/* List Module
-------------------------------------------------- */
.lst_banner{
	border-top: 1px solid #2d2b2b;
	padding: 14px 25px 8px;
}
.lst_banner li{
	line-height: 0;
	text-align: center;
	margin-bottom: 6px;
}



/* Button Module
-------------------------------------------------- */


/* Anchor Module
-------------------------------------------------- */




/* Form Module
-------------------------------------------------- */



/* Text Module
-------------------------------------------------- */

/* Icon Module
-------------------------------------------------- */



/* UI Module
-------------------------------------------------- */
.js_menu_content,
.js_accordion_content{
	display: none;
}


/* -----------------------------------------------
4. State （状態）
-------------------------------------------------- */



/* -----------------------------------------------
5. Theme （テーマ）
-------------------------------------------------- */

