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


/**********************************************************
 * リセット
 * ベース部分
 * ヘッダー
 * サイドバー
 * 見出し・本文設定
 * メインエリア
 * テーブル
 * フッター
 * その他
/**********************************************************/



/**********************************************************/
/* リセット */
/**********************************************************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a {
	text-decoration: none;
	color:#444;
}

p a {
	text-decoration:underline;
}
p a:hover {
	color:#8B5B1B;
}


/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	width:100%;
	background:#FAFAFA;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
}

.pc_none,.hidden {
	display:none;
}


/* ご相談・お問合せへのリンク(すべてのページ) */

.to_contact a {
	width:57px;
	height:201px;
	background:url(../_common/images/to_contact.png) no-repeat;
	display:block;
	text-indent:-10000em;
	overflow:hidden;
	position:fixed;
	top:120px;
	right:0;
    transition: all 0.3s ease;
}
.to_contact a:hover {
	background:url(../_common/images/to_contact_hover.png) no-repeat;
}







/**********************************************************/
/* ヘッダー */
/**********************************************************/

.fixedbox {
	background: #FFF;
	width:100%;
    position: fixed;
    top: 0;
    z-index: 999999;
	background:url(../_common/images/header/header.jpg);
}

header {
	width:1280px;
	height:69px;
	margin:0 auto;
	overflow:hidden;
	padding:0 43px;
}

header #logo a {
	background: url(../_common/images/header/logo.png) no-repeat left top;
	width:200px;
	height:27px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:21px 18px 0 0;
}
header #logo a:hover {
}


/* ナビゲーションメニュー */

nav#gnavi {
	color:#000;
	float:left;
}

nav#gnavi ul#menu {
	height:39px;
	background: url(../_common/images/header/g_nav.png) no-repeat left 50%;
	margin-top:16px;
	overflow:hidden;
}

nav#gnavi ul#menu li {
	font-size:14px;
	float:left;
	background: url(../_common/images/header/g_nav.png) no-repeat right 50%;
}

nav#gnavi ul#menu li a {
	line-height:39px;
	/*margin:0 5px 0 4px;*/
	margin: 0 3px 0 3px;
	padding:10px 12px;
	transition:.3s;
	color:#000;
}
nav#gnavi ul#menu li a span{
	color:#73af97;
	margin:0 4px 0 0;
}
nav#gnavi ul#menu li a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #ebebeb));
	background: -webkit-linear-gradient(#ebebeb, #fff);
	background: -moz-linear-gradient(#ebebeb, #fff);
	background: -o-linear-gradient(#ebebeb, #fff);
	background: -ms-linear-gradient(#ebebeb, #fff);
	background: linear-gradient(#ebebeb, #fff);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* Facebookボタン */
#header_fb{
	width:35px;
	padding:4px 2px 0;
	margin:0;
	float:right;
	position:relative;
	margin-top:15px;
	background:#3C5998;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	transition:.3s;
}
#header_fb:hover{
	opacity:0.5;
}
#header_fb img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#header_fb span{
	position:absolute;
	display:inline-block;
	padding:3px;
	left:-30px;
	z-index:99999;
	white-space:nowrap;
	line-height:1;
	background:#fff;
	color:#3C5998;
	font-size:12px;
	border:solid 1px #3C5998;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* 総合お問い合わせ窓口ボタン */
#inquiries{
	width:173px;
	height:35px;
	border:solid 2px #65ab5b;
	float:left;
	margin: 15px 0 0 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#inquiries a{
	display:block;
	width:147px;
	line-height:33px;
	transition:.3s;
	color:#fff;
	padding:2px 0 0 26px;
	background: url(../_common/images/header/inquiries.png) #65ab5b no-repeat 8px 50%;
}
#inquiries a:hover{
	background: url(../_common/images/header/inquiries.png) #fff no-repeat 8px 50%;
	color:#65ab5b;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

#top_img {
	background: url(../_common/images/bg.jpg);
	width:100%;
	height:200px;
	margin-top:69px;
	position:relative;
    overflow:hidden;
}
#top_img img {
    position:absolute;
    left:50%;
    width:1800px;
    height:200px;
    margin-left:-900px;
}

#breadcrumbs {
	width:100%;
	height:30px;
	border-bottom:solid 1px #CCC;
}

#breadcrumbs p {
	width:980px;
	font-size:12px;
	padding:5px;
	margin:0 auto;
}


/* コンテンツエリア */

article#main {
	width:100%;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:1px;
}

.bg_white {
	width:100%;
	background:#FFF;
	padding:30px 0;
	margin-bottom:50px;
}

/* 資料請求 */

#request a {
	width:700px;
	height:100px;
	margin:30px auto;
}


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

#headline {
	width:980px;
	height:120px;
	margin:0 auto;
}

#headline h1 {
	color:#8B5B1B;
	font-size:2em;
	text-align:center;
	padding-top:0;
}

.sub {
	color:#999;
	font-size:1.1em;
	text-align:center;
}

p {
	color:#444;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.7;
}

hr {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #ccc;
}

.bold {
	font-weight:bold;
}

.red {
	color: #F00;
}

.red_bold {
	color: #F00;
	font-weight:bold;
}

.orange {
	color:#DC5800;
}

.clear {
	clear:both;
}




/**********************************************************/
/* フッター */
/**********************************************************/

footer {
	width:1280px;
	padding:30px 43px;
	margin:0 auto;
}

footer ul {
	margin-bottom:10px;
}

footer ul li {
	line-height:1.4;
	color:#FFF;
}

footer dl {
	width:170px;
	color:#FFF;
	margin-bottom:15px;
}

footer dl dt {
	font-size:14px;
}

footer dl dd {
	font-size:12px;
	padding-left:15px;
}

footer dl dt a,
footer dl dd a {
	color:#FFF;
	text-decoration:none;
}

footer dl dt a:hover,
footer dl dd a:hover {
	text-decoration:underline;

}

/* 企業情報・採用情報・トップに戻る エリア (footer_menu) */

#footer_menu_bg {
	width:100%;
	height:72px;
	background:#526D63;
	min-width: 1366px;
}

#footer_menu {
	width:1280px;
	height:72px;
	margin:0 auto;
	padding:0 43px;
}

#footer_menu ul {
	float:right;
}

#footer_menu ul li {
	background:#4B675B;	
	float:left;
	border-right:solid 1px #FFF;
}

#footer_menu ul li a {
	display:block;
	width:133px;
	height:72px;
	line-height:72px;
	text-align:center;
	color:#FFF;
	transition: 0.3s;
}

.footer_list a {
	color:#FFF;
}

#footer_menu ul li a[target="_blank"] {
	background: url(../_common/images/footer/external.png) no-repeat 100px 30px;
	text-decoration:none;
}
#footer_menu ul li a:hover {
	background:#4C8E73 url(../_common/images/footer/external.png) no-repeat 100px 30px;
	opacity: 0.8;
}

/* ページの先頭に戻る(すべてのページ) */

#footer_menu ul li.go_top {
	background:#196647;
}

#footer_menu ul li.go_top a {
	width:72px;
	height:72px;
	background:url(../_common/images/footer/go_top.png) no-repeat;
	display:block;
	text-indent:-10000em;
	overflow:hidden;
	transition: 0.3s;
}
#footer_menu ul li.go_top a:hover {
	opacity: 0.5;
}


/* サイトマップ・バナー エリア (footer_list) */

.footer_list_area{
	width:1280px;
	overflow:hidden;
	padding:0;
}

#footer_bg {
	width:100%;
	background: #415E52;
	min-width: 1366px;
}

.footer_logo {
	float:left;
	margin-right:60px;
	width:230px;
	height:30px;
	background: url(../_common/images/footer/footer_logo.png) no-repeat;
	text-indent:-9999px;
}

.footer_list {
	float:left;
	margin-right:30px;
}

.list_area {
	width:900px;
	float:left;
}
	
.banner_area {
	width:370px;
	float:right;
}

.footer_list ul.banner li {
	background:#FFF;
}

.footer_list ul.banner li a {
	width:180px;
	display:block;
	overflow:hidden;
	text-indent:-10000em;
	margin-bottom:10px;
  	transition: 0.3s;
}
.footer_list ul.banner li a:hover {
	opacity: 0.85;
}

.footer_list ul.banner li.noblecup a {
	height:68px;
	background: url(../_common/images/footer/noble_cap.png) no-repeat;
}
.footer_list ul.banner li.lasiq a {
	height:157px;
	background: url(../_common/images/footer/lasiq.png) no-repeat;
}
.footer_list ul.banner li.stylehouse a {
	height:157px;
	background: url(../_common/images/footer/style_house.png) no-repeat;
}
.footer_list ul.banner li.blog a {
	height:68px;
	background: url(../_common/images/footer/blog.png) no-repeat;
}

/* facebook */
.footer_fb a{
	display:inline-block;
	background:#fff;
}
.footer_fb a img{
  	transition: 0.3s;
	vertical-align:bottom;
}
.footer_fb a:hover img{
	opacity: 0.75;
}

/* コピーライト表示 */

p.copy {
	width:100%;
	text-align:center;
	color:#7F8979;
	margin:10px auto;
}



/**********************************************************/
/*  展示場予約WEBCAS用 */
/**********************************************************/


#yoyaku {
	width:700px;
	margin:40px auto 70px;
}

#yoyaku a {
	background:url(../images/reserve.png) no-repeat;
	width:700px;
	height:100px;
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

#yoyaku a:hover {
	background:url(../images/reserve_on.png) no-repeat;
	transition:0.3s;
}
