@charset "utf-8";
/* 会社案内用CSS */	

/* 事業案内 */

.txt_green{color:#7BBE35;}
.txt_pinkpurple{color:#D941B7;}
.txt_orange{color:#FF5500;}
.txt_bluegray{color:#4978A0;}

/* 環境への配慮 */
.enviro {
background-image: url(/corporate/company/environment/images/environmental_bg.jpg);
background-position: top right;
background-repeat: no-repeat;
height: 510px;
}

/* こだわり */
.kodaBox {
width:440px;
margin: 10px 0;
}

.kodaBox strong {
margin: 0 0 5px 0;
display: block;
color: #603813;
letter-spacing: 0.1em;
}

.kodaBox p{
margin: 0 0 15px 0;
}



/* 歴史 */
#in hr {
margin: 20px 0;
}
.history_contents{
	padding:0px;
}
.history_img01{background:#ffffff url(/corporate/company/history/images/history_img01.jpg) no-repeat left;}
.history_img02{background:#ffffff url(/corporate/company/history/images/history_img02.jpg) no-repeat left;}
.history_img03{background:#ffffff url(/corporate/company/history/images/history_img03.jpg) no-repeat left;}
.history_img04{background:#ffffff url(/corporate/company/history/images/history_img04.jpg) no-repeat left;}
.history_img05{background:#ffffff url(/corporate/company/history/images/history_img05.jpg) no-repeat left;}

.brown {
color: #603813;
}

.history_contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* アクセスマップ */


.access {
font-size: 75%;
line-height: 1.3em;
width: 200px
}

.access strong {
border: none;
display: block;
padding: 7px;
background-color: #f2f2f2;
font-size: 12px;
}

.access b {
margin: 10px 0 5px 0;
display: block;
}

.address {
padding: 10px;
border: solid 1px #ccc;
clear: both;
width: 433px;
}










