@charset "UTF-8";
@import "html5reset-1.6.1.css";

body{
	background: url(../images/bg.png);
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}

#wrap{
	background: url(../images/bg_content.png) repeat-y;
	padding: 0 22px 0;
	margin: 0 auto;
	width: 880px;
}

.text_out{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.hover_img:hover{
	background-position: bottom;
}

br.resp{
	display:none;
}

/******************
	header
******************/
header h1{
	font-size: 10px;
	color: #684e30;
	padding: 10px 0 10px;
	font-weight: normal;
}
#nav_buton,
#nav_buton.checked{
	display:none;
}

/******************
	nav
******************/
nav{
	background: url(../images/bg_nav.png) no-repeat;
	height: 50px;
	padding: 0 0 15px;
}

nav ul{
	overflow: hidden;
	display:block;
}

nav ul li{
	float:left;
	margin: 10px 0 0 14px;
}
nav ul li + li{
	margin: 10px 0 0 12px;
}

nav ul li a{
	width: 133px;
	height: 27px;
	line-height: 27px;
	display: block;
}

.home_btn{
	background: url(../images/nav/home.png) no-repeat;
}

.concept_btn{
	background: url(../images/nav/concept.png) no-repeat;
}

.brand_btn{
	background: url(../images/nav/brand.png) no-repeat;
}

.shop_btn{
	background: url(../images/nav/shop.png) no-repeat;
}

.corporate_btn{
	background: url(../images/nav/corporate.png) no-repeat;
}

.contact_btn{
	background: url(../images/nav/contact.png) no-repeat;
}

#contents{
	overflow: hidden;
}

/*************************
　contents
**************************/

#main_area{
	width: 666px;
	overflow: hidden;
	float: left;
	margin:0 0 10px;
	color: #000;
}
#main_area h2{
	height:30px;
	margin: 0 0 16px;
}
#main_area  h3{
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #ad2960;
	border-left: 3px solid #ad2960;
	margin: 0 5px 10px;
	padding: 0 5px;
}
#main_area h3 + p{
	padding: 0 5px 20px;
}
.concept_area_image img{
	width:100%;
	height:auto;
}

#sidebar{
	width: 200px;
	float: right;
	overflow: hidden;
}
h2.new_item{
	background:url(../images/h/new_item.png) no-repeat;
}
h2.news{
	background:url(../images/h/news.png) no-repeat;
}
h2.brand{
	background:url(../images/h/brand.png) no-repeat;
}
h2.concept{
	background:url(../images/h/concept.png) no-repeat;
}
h2.brand_list{
	background:url(../images/h/brand_list.png) no-repeat;
}
h2.shop{
	background:url(../images/h/shop.png) no-repeat;
}
h2.corporate{
	background:url(../images/h/corporate.png) no-repeat;
}
h2.recruit{
	background:url(../images/h/recruit.png) no-repeat;
}
/******************
	footer
******************/
footer{
	background: url(../images/bg_footer.png) repeat-x;
	width: 900px;
	height: 189px;
	margin: 10px 0 0 -9px;
	overflow: hidden;
	position: relative;
}
.footer_nav{
	float:left;
	width:890px;
	margin:13px 0 0 10px;
	font-size: 12px;
	color: #fff;
}
.footer_nav li{
	float:left;
	height:12px;
	line-height:12px;
	border-left:solid 1px #fff;
}
.footer_nav li.footer_nav_home{
	border:none;
}
.footer_nav li a{
	height:12px;
	line-height:12px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding:0 6px;
}
.footer_nav li.footer_nav_home a{
	padding:0 6px 0 0;
}

footer a{
	height:14px;
	line-height:14px;
	text-decoration: none;
	color: #fff;
	position: relative;
}
footer a:hover{
	text-decoration: underline;
}
.footer_site_logo{
	float:left;
	margin:30px 0 0 10px;
}
.footer_text p{
	float:right;
	margin:0 10px 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 5px;
	color: #fff;
}
#copyright{
	/*clear: both;
	text-align: center;
	position: absolute;
	top: 160px;
	left: 300px;*/
	float:left;
	width:100%;
	margin-top:30px;
	font-size:90%;
	text-align:center;
}
/*********************
	concept_area
**********************/
#concept_area p{
	font-size: 12px;
	padding: 0 5px 0;
}

#concept_area > img{
	margin: 10px;
}

/***********************
	brand_area
************************/
#bland_area{
	overflow: hidden;
}

.brand_list{
	color: #000;
}

.brand_list li{
	width: 280px;
	float: left;
	margin:  0 10px 10px;
	padding: 5px 10px 5px; 
	border-bottom: 1px solid #ad2960;
	border-left: 5px solid #ad2960;
}


/***********************
	2015年2月19日　求人情報ページの追加
	recruit
************************/
table#recruit{
	float:left;
	width:654px;
	margin: 0 5px 10px;
	border: 1px solid #684e30;
}
table#recruit th,
table#recruit td{
	padding:5px 8px;
}
table#recruit tr{
	border-bottom:dashed 1px #684e30;
}
table#recruit tr:last-child{
	border:none;
}
table#recruit th{
	background: #f4eddf;
}
p.recruit_{
	padding: 0 5px 20px;
}