@charset "utf-8";
/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif;
	width: 100%;
	position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset.css*/
img, a {
	border: 0;
}

a {
	outline: none;
}

a:hover {
	
}

a.bukken {
	color: #666666;
}

a.bukken:hover {
	text-decoration: none;
}

a:link {
	color: #80c28b;
}

a:visited {
	color: #80c28b;
}

a:hover {
	color: #8bd397;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.clear {
	float: none;
}

.txtL {
	text-align: left;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb50 {
	margin-bottom: 50px;
}

.mgb60 {
	margin-bottom: 60px;
}

.mgb70 {
	margin-bottom: 70px;
}

.mgt5 {
	margin-top: 5px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt30 {
	margin-top: 30px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt50 {
	margin-top: 50px;
}

.mgt60 {
	margin-top: 60px;
}

.mgt70 {
	margin-top: 70px;
}

/*-----------------------------------------------------
                        clearfix
-----------------------------------------------------*/
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

/* ------------------------------------------------------------
                                        header
------------------------------------------------------------ */
#header {
	width: 100%;
	height: 66px;
	background: url("../images/common/bg_hdr.png");
/* 下層ページは固定化しないので各CSSで制御 */
/*	position: fixed; */
/*	z-index: 999;	*/
}

#header .inner {
	/* width: 1000px; */
	width:922px; /* ロゴの幅+グローバルメニューの幅（マージン含む） */
	/*margin: 0 auto;*/
	padding: 0 12px;
	/* position: relative; */
	margin: 0 auto; 
}

#header h1 {
	/* position: absolute; */
	/* left: 15px; */
	/* top: 15px; */
}

#header h1.logo a {
	outline: none;
}

#header p.discri {
	width: 630px;
	font-size: 11px;
	color: #9d8864;
	padding-top: 5px;
	text-align: right;
}

#header p.btn_hd {
	padding-top: 23px;
	padding-left: 10px;
}

#header p.btn_mo {
	padding-top: 23px;
}

#header .top_submit:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#wrap {
	width: 100%;
}

/* ------------------------------------------------------------
                                        Contents
------------------------------------------------------------ */
#contents {
	/* width: 1000px; */
	width: 1024px;
	/*margin: 0 auto;*/
	padding: 162px 12px 40px;
	/*min-height: 700px;*/
}

.page_index #contents {
	/*min-height:3400px;*/
	padding-top: 112px;
}

#contents h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------
                                        Home
------------------------------------------------------------ */
.home_content {
	/* position: fixed; */
	/* position: absolute; */ 
	/* top: 7%; */
	/* width: 1000px; */
	width: 1024px;
}

.home_content h2 {
	max-width: 800px;
	width: 100%;
	top: 200px;
	/*text-align: center;*/
	/*margin: 0 auto 15px !important;*/
	/*margin: 0 auto 15px 100px;*/
	display: none;
	/*position: relative;*/
	position: fixed;
	margin-left: 10px;
	magin-right: 10px;
	/*padding: 20px 20px 17px;
    font-size: 36px;
    color:#fff;
    font-weight:bold;
    background:url("../images/top/bg_blue.png");*/
}

.home_content .txt {
	max-width: 800px;
	width: 100%;
	top: 270px;
	/*text-align: center;*/
	/*margin: 0 auto 15px !important;*/
	/*margin: 0 auto 15px auto;*/
	display: none;
	/*position: relative;*/
	position: fixed;
	margin-left: 10px;
	magin-right: 10px;
	/*
    background:url("../images/top/bg_gray.png");
    font-size: 22px;
    padding: 20px 20px 17px;
    line-height:1.8em;
    color:#fff;*/
}

.home_content .txt p {
	
}

.home_news {
	width: 100%;
	background: url("../images/common/bg_hdr.png");
	padding: 15px 0;
	display: none;
}

.page_index .home_news {
	display: block;
	position: absolute;
	bottom: 40px;
}

body.page_index {
	background-image: url("../images/top/bg_top.jpg");
	background-repeat: no-repeat;
	/*background-size: 1024px 2048px;*/
	background-size: 100%;
	background-position: top left;
	min-width: 1024px;
}

@media screen and (max-width: 1024px) {
	body.page_index {
		background-size: 1024px 2048px;
	}
}

/*.page_index #wrap{
    background-image:url("../images/top/bg_top_mesh.png") ;
    width:100%;  
    background-repeat:no-repeat;
    background-size:100%;
    background-position:top center;
}*/
.home_news .inner {
	/*min-width: 1000px;*/
	margin: 0 auto;
	padding: 0 12px;
	background-position: top left; 
}

.home_news img.ttl-information {
	margin-bottom: 15px;
}

.home_news .inner ul li {
	
}

.home_news .inner ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
}

.home_news .inner ul li a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------
                                        フッター
------------------------------------------------------------ */
#footer {
	background: #333;
	width: 100%;
	height: 40px;
	font-size: 0;
	position: absolute;
	bottom: 0;
}

#footer .inner {
	/*width: 1000px;*/
	margin: 0 auto;
	padding: 14px 12px;
}

a.ftr-link {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left: 11px;
	background: url("../images/common/ftr_arw.png") no-repeat left 50%;
	margin-right:15px;
}

a.ftr-link:hover {
	text-decoration: underline;
}

p.copy {
	display: inline-block;
	text-align: right;
	font-size: 12px;
	float: right;
	color: #fff;
}

/* ------------------------------------------------------------
                                    グローバルナビゲーション
------------------------------------------------------------ */
ul.gnav {
	/* padding: 0px; */
	/* position: absolute; */
	/* right: 15px; */
	/* top: 15px; */
	padding-top:15px;
	float:right;
}

ul.gnav li {
	float: left;
}

ul.gnav li a {
	display: block;
	text-decoration: none;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -99999px;
	margin-left: 30px;
}

ul.gnav li a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.gnav li.our-business a {
	background-image: url("../images/common/nav_our-business.png");
	/* width: 102px;*/
	/*width: 96px;*/
	width:93px;
}

ul.gnav li.work a {
	background-image: url("../images/common/nav_work.png");
	/* width: 65px;*/
	/*width: 75px;*/
	width:56px;
}

ul.gnav li.news a {
	background-image: url("../images/common/nav_news.png");
	/* width: 65px;*/
	/*width: 75px;*/
	width:56px;
}

ul.gnav li.company-profile a {
	background-image: url("../images/common/nav_company-profile.png");
	/* width: 126px; */
	/*width: 75px;*/
	width:52px;
}

ul.gnav li.recruit a {
	background-image: url("../images/common/nav_recruit.png");
	/* width: 64px; */
	/*width: 75px;*/
	width:55px;
}

ul.gnav li.contact-us a {
	background-image: url("../images/common/nav_contact-us.png");
	/* width: 95px; */
	/*width: 96px;*/
	width:78px;
}

ul.gnav li.performance a {
	background-image:url(../images/common/nav_performance.png);
	width:90px;
}

p.page-title {
	color: #393231;
	border-bottom: 2px solid #393231;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
	width: 920px;
	margin: 0 auto 20px;
}

table.tbl_outline {
	width: 920px;
}

table.tbl_outline td {
	border: 1px solid #393231;
	padding: 10px 15px;
	font-size: 14px;
	text-align: left;
}

table.tbl_outline td:first-child {
	background: #d8eef8;
}

table.tbl_outline td:last-child {
	background: #fefefe;
}

.page_index li.index a, .page_our-business li.our-business a,
	.page_case-study li.case-study a .page_plan-archive li.plan-archive a,
	.page_news li.news a, .page_company-profile li.company-profile a,
	.page_recruit li.recruit a, .page_.contact-us li.contact-us a {
	padding-bottom: 0px;
	border-bottom: 2px solid #fff;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt30 {
	margin-top: 30px;
}

.print_btn {
	text-align: center;
	display: block;
	background: #999 url("../images/printer70.png.html") no-repeat 25px 6px;
	width: 150px;
	margin: 0 auto;
	padding: 8px;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none;
}

.print_btn:hover {
	background: #bbb url("../images/printer70.png.html") no-repeat 25px 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#custom, #diy, #color, #facility {
	padding-top: 80px;
}

#page-top_js {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top_js a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.perspective {
	background-image: url("../images/top/bg_top_mesh.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	display: none;
	float: left;
	width: 100%;
}

/* 2015/10/14 Add by T.Utagawa*/
@media print {
    /* 印刷時のみ有効なCSS定義 */

    #work-performance-list table.performancelist th,
    #performance-list table.performancelist th{
        border: 1px solid #000000 !important;
    }

    #work-performance-list table.performancelist td,
    #performance-list table.performancelist td{
        border: 1px solid #000000 !important;
    }
    
    #performance-list #header,
    #performance-list div.pankuzu,
    #performance-list div.block02{
        display: none !important;
    }

    #performance-list ul.pager li.active a {
        display: inline-block !important;
        border-radius: 3px !important;
        border: 1px solid #000000 !important;
        text-decoration: none !important;
    }
    
    #preview_mark {
        display: none !important;
    }
}




