
@charset UTF-8;

.mainImage{
	background-image: url(../img/index/main.jpg);
	height: 302px;
	margin-bottom: 10px;
}

.mainImage a{
	display: block;
	position: relative;
	top: 5px;
	margin-left: 690px;
}

#contents .nav{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

#contents .nav .box{
	/*float: left;*/
	background-repeat: no-repeat;
	/*width: 196px;*/
	/*height: 315px;*/
	/*padding: 20px 18px 0;*/
}

#contents .nav .box h3{
	font-size: 18px;
	line-height: 1.3em;
	margin: 10px 0;
}

#contents .nav .box .text{
	line-height: 1.2em;
	padding: 0 3px;
}

#contents .nav .box.pro{
	/*background-image: url(../img/index/nav/p_frame.png);*/
}

#contents .nav .box.pro h3{
	/*color: #CF462B;*/
}

#contents .nav .box.factory{
	/*background-image: url(../img/index/nav/f_frame.png);*/
}

#contents .nav .box.factory h3{
	/*color: #2A85C7;*/
}

#contents .nav .box.history{
	/*background-image: url(../img/index/nav/h_frame.png);*/
}

#contents .nav .box.history h3{
	/*color: #C4B816;*/
}

#contents .nav .box.experience{
	/*background-image: url(../img/index/nav/e_frame.png);*/
}

#contents .nav .box.experience h3{
	color: #A982BF;
}

#contents .nav .box.yasumi{
	position: relative;
}

#contents .nav .box.yasumi:after{
	content: url(../img/index/1.png);
	position: absolute;
	top: 30px;
	left: 65px;
}

#rss_feed{
	width: 355px;
	margin-bottom: 30px;
	margin-left: 25px;
}

#rss_feed .row{
	line-height: 1.3em;
	margin-top: 15px;
}

#rss_feed .row:first-child{
	margin-top: 0;
}

#rss_feed .date{
	font-size: 11px;
	line-height: 1.1em;
	letter-spacing: 1px;
}

#rss_feed .text{
	border-bottom: 1px dashed #000;
	line-height: 1.1em;
	letter-spacing: 1px;
}

#contents .banners{
	text-align: justify;
	width: 545px;
}

#contents .banners:after{
	content: ".";
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 1px;
}

#contents .banners a{
/*	float: left;*/
}

#contents .banners a~a{
/*	margin-left: 3px;*/
}


