@charset "utf-8";
@import "common.css";
/* info css */

/* 企業情報 */

#company_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/company_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#company_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
	text-shadow: 2px 2px 3px #848484;
}

/*-- overview --*/

#overview {
	width:620px;
	margin:0 auto;
	font-size:16px;
	letter-spacing:2px;
}

#overview dt {
	width:120px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	text-align:left;
	overflow:hidden;
}

#overview dd {
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
}



/*-- history --*/

#history {
	width:780px;
	margin:0 auto;
	font-size:16px;
	letter-spacing:1px;
}

#history dt {
	width:120px;
	float:left;
	margin-right:30px;
	margin-bottom:15px;
	text-align:left;
	overflow:hidden;
}

#history dd {
	text-align:left;
	margin-bottom:15px;
	overflow:hidden;
}




.detail {
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:500;
	margin:40px 0 60px 0;
}

.detail_img {
	margin-bottom:45px;
}

.aisatsu {
	font-size:17px;
	text-align:left;
	width:70%;
	margin:10px auto 10px;
}

.sign_area {
	width:85%;
	text-align:right;
}

.repre {
	text-align:right;
	padding-right:20px;
}

.sign {
	text-align:right;
	font-size:24px;
}

/* clear fix */
#advantage:after,
#product_nav:after,
#sign_area:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}