@charset "UTF-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	tanayoshi
	Date	2013/11/22

///////////////////////////////////////////////// */
#mainArea #judge_area{
	background: #fff url(img/judge_topvisual.jpg) no-repeat;
	width: 1000px;
	min-height:840px;
	margin: -3px auto 0 auto;
	position: relative;
	
}

#judge_area h2{
	position: absolute;
	top: 136px;
	left: 50px;
}

#judge_area .text_wrap{
	padding: 250px 50px 20px 190px;
}

/*----------個体識別番号・生産履歴...ボックス----------*/
.judge_box{
	background: url(img/judge_back.jpg) no-repeat;
	height: 407px;
	margin-top: 25px;
	margin-left: -3px;
	padding-top: 70px;
	padding-left: 50px;
}

.judge_box ul li{
	float: left;
	width: 192px;
	margin-right: 45px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.judge_box ul li a{
	display: block;
}

.ryutsu_box{
	margin-top: 15px;
	margin-bottom: 5px;
}

#breadcrumb .wrap1080{
	padding-top:3px;
	padding-left:30px;
}

.text_wrap h3{
	margin-bottom: 25px;
	margin-top: 40px;
}

.text_wrap .ohmi_link{
	text-align: right;
	margin-top: -5px;
}

.text_wrap h4{
	color: #b30000;
	font-size: 17px;
	font-weight: 900;
	margin-bottom:5px;
	margin-top: 15px;
}

.text_wrap p{
	line-height: 175%;
	padding-bottom: 20px;
}

#mainArea .wrap900{
	padding-top: 40px;
}

#breadcrumb{
	color:#fff;
}

#breadcrumb a{
	color:#ee0;
}
