@charset "utf-8";

/*--------------------------------------------------------------------/
	index.html
/--------------------------------------------------------------------*/
#topcover {
    width: 100%;
    height: 600px;
    z-index: 0;
    position: fixed;
    top: 0;
    background-color: #e6e6e6;
}
#topimg {
    display: inline-block;
    width: 100%;
    height: 596px;
    margin-top: 0;
    background: none;
    z-index: 1;
}
#topimg div.inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../../images/topimg.png) no-repeat center 50px;
    position: relative;
}
#topimg span {display:none;}


/*--------------------------------------------------------------------/
	コンテンツ
/--------------------------------------------------------------------*/
#article {
	padding: 0;
	width: 100%;
	margin: 0 auto 20px;
	max-width: 960px;
	position: relative;
}
#article h1 {
	font-size: 24px;
	font-weight: bold;
	width: 932px;
	margin: 15px 0;
	padding:1em 0 1em 0.8em;
	text-align: left;
	border-left:10px solid #E4A3AD;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} 
#article h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	display:block;
	background-color:#FCEBF3;
	padding:1em;
	margin:15px 0;
	border-left:5px solid #E4A3AD;
}
#article h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 5px 10px;
	line-height: 1.5;
	text-align: left;
	position:relative;
	padding-left:24px;
}
#article h3.first {margin-top: 20px;}
#article h3.zero {margin-top: 0px;}
#article h3.zero {margin-top: 0px; margin-left:0;}
#article h3:before{
	content:url(../img/h2_icon.gif);
	position:absolute;
	top:0;
	left:0;
	margin-top:2px;
}
#article p { margin: 0 0 20px 0; }


/*--------------------------------------------------------------------/
	ナビ
/--------------------------------------------------------------------*/	
#menu-box {
	width: 100%;
	background-color:#DA8198;
	display: block;
	height: 55px;
}
#toggle {display: none;}

#menu {
	max-width:960px;
	margin: 0 auto;
}
#menu ul {
	width: 100%;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 16.66%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #DA8198;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #E4A3AD;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #E4A3AD;
}



/*--------------------------------------------------------------------/
	コンテンツ
/--------------------------------------------------------------------*/
#main {
	margin: 15px auto 40px;
	padding:15px 30px 40px;
	width: 900px;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main p {
	margin:0 10px 15px;
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
}

.history dl,
.history2 dl {
	padding: 0 5px;
	overflow:hidden;
	line-height:1.5;
}
.history dl dt {
	float:left;
	clear:left;
	width:15em;
	padding:10px 0.5em;
}
.history2 dl dt {
	float:left;
	clear:left;
	width:8em;
	padding:10px 0.5em;
}
.history dl dd {
	margin-left:0;
	padding:10px 0.5em 10px 16em;
	border-bottom: 1px dotted #999999;
}
.history2 dl dd {
	margin-left:0;
	padding:10px 0.5em 10px 9em;
	border-bottom: 1px dotted #999999;
}

/*--------------------------------------------------------------------/
	工場紹介
/--------------------------------------------------------------------*/
.photo{
	width:100%;
	margin:10px 10px 0;
	padding:0;
}
.photo .p-left{
	float:left;
	margin-right:10px;
}
.photo .p-right{
	float:right;
	width:50%;
	padding:0;
}

#factory-tab {
	width: 340px;
	margin: 0;
	overflow: hidden;
}
#factory-tab ul li {
	float: left;
	list-style: none;
	height: 50px;
	padding-right:10px;
}
li#fac01  { width: 160px; }
li#fac02  { width: 160px; }
#factory-tab ul li a {
	display: block;
	height: 50px;
	background-image:url(../../images/btn_factory.png);
	text-indent: -9999em;
	outline: none;
}
li#fac01 a  { background-position: 0 50px; }
li#fac02 a  { background-position: -170px 50px; }
li#fac01 a:hover  { background-position: 0 0; }
li#fac02 a:hover  { background-position: -170px 0px; }
li#fac01 a:focus  { background-position: 0 0; }
li#fac02 a:focus  { background-position: -170px 0px; }
li#fac01 a.now    { background-position: 0 0px; }
li#fac02 a.now    { background-position: -170px 0px; }

#factory-list{
	margin:1.5em 0 2em;
}
#factory-list li{
	display:inline;
	padding-left:1em;
}
#factory-list li:after{
	content:"　｜";
}
#factory-list li a:focus{
	text-decoration:underline;
}


/*--------------------------------------------------------------------/
	table:会社概要
/--------------------------------------------------------------------*/
.table01{
	width:97%;
	margin:5px 10px 10px;
	line-height:1.7;
}
.table01 th,
.table01 td{
	padding:10px;
	border-bottom:1px solid #ccc;
}
.table01 tr:first-child{
	border-top:1px solid #ccc;
}
.table01 th{
	background-color:#f2f2f2;
	width:25%;
	text-align:center;
	font-weight:normal;
}
.table01 td{ padding-right:1.5em;}

/*--------------------------------------------------------------------/
	table:工場紹介コンクリート
/--------------------------------------------------------------------*/
.table02{
	width:97%;
	margin:0 10px;
	text-align:center;
}
.table02 th,
.table02 td{
	border:1px solid #ccc;
	padding:5px;
}
.table02 th{
	background-color:#f2f2f2;
	text-align:center;
	font-weight:normal;
}
.table03 {display:none;}

/*--------------------------------------------------------------------/
	工場紹介：カレンダー
/--------------------------------------------------------------------*/
.t-small { 
	font-size: 12px;
	line-height:1.2;
	margin: 10px 0 !important;
}

/*--------------------------------------------------------------------/
	リンク
/--------------------------------------------------------------------*/
.link ul{
	width:100%;
	margin:0 auto;
}
.link li{
	display:block;
	background-color:#FCEBF3;
	padding:1em;
	margin:15px 0;
	border-left:5px solid #E4A3AD;
}

/*--------------------------------------------------------------------/
	マップ
/--------------------------------------------------------------------*/
.g-text{
	float:left;
	margin: 0 20px 0 0;
}
.g-map{
	width:450px;
	float:right;
}

/*--------------------------------------------------------------------/
	バナーエリア
/--------------------------------------------------------------------*/
#banner_area {
	width: 100%;
	margin: 20px auto;
}
#banner_area img {
	width: 100%;
	height: auto;
}
#banner_area li {
	width: 23%;
	display: inline-block;
	margin: 0 15px 20px 0;
	zoom: 1;
}
#banner_area li.end {
	margin-right: 0;
}
#banner_area ul li a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
	behavior: url("/common/PIE.htc");
}
#banner_area li img { vertical-align: bottom; }

.banner {  /*--2020.1.22追記--*/
	margin: 20px auto;
}
.banner a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/*--------------------------------------------------------------------/
	グループサイトへ戻る
/--------------------------------------------------------------------*/
#group-back{
	text-align:center;
	margin: 40px 0 40px;
}

/*--------------------------------------------------------------------/
	フッター
/--------------------------------------------------------------------*/
	
#footer-menu {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 13px;
	width: 80%;
    border-bottom: 1px dotted #603813;
}
#footer-menu ul li { display: inline; }
#footer-menu ul li a {
	margin: 0 0 10px 30px; 
    padding: 3px 0 3px 18px;
	background-image: url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer-line {
	background: url(../img/line.gif) 0 0 no-repeat;
	text-align: center;
	magin: 15px auto;
}
address {
	clear: both;
	width: 100%;
	margin: 20px 0 0;
	padding-top: 20px 0;
	font-style: normal;
	text-align: center;
	font-size: 93%;
}