/*	全体
----------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	color: #373737;
	font-family: "Robot", "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	position: relative;
}


/*	リンク
----------------------------------------------------*/
a {
	color: #373737;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
	color: #373737;
}
a:hover {
	color: #0e63cc;
}
.fade a:hover{
	opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
.a_target{
	margin-top:-100px;
	padding-top:110px
}


/*	共通パーツ
----------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.main{
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main .wrapper{
	width: 960px;
	margin: 0 auto 40px;
}
.side{
	float: left;
	width: 225px;
	border: 1px solid #cdcdcd;
	margin-right: 20px;
}
.side a{
	color: #000;
	text-decoration: none;
}
.side a:hover{
	opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
.side .hdg a{
	display: block;
	padding: 13px 24px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d1d1d1);
	background: -moz-linear-gradient(#fff, #d1d1d1);
	background: -ms-linear-gradient(#fff, #d1d1d1);
	background: linear-gradient(#fff, #d1d1d1);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#d1d1d1))";
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: .018em;
}
.side_menu li{
	border-top: 1px solid #cdcdcd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ececec);
	background: -moz-linear-gradient(#fff, #ececec);
	background: -ms-linear-gradient(#fff, #ececec);
	background: linear-gradient(#fff, #ececec);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ececec))";
}
.side_menu li a{
	display: block;
	padding: 17px 50px;
	font-size: 13px;
	letter-spacing: .018em;
	line-height: 1.4em;
	background: url(../images/ico_arrow_01.png) no-repeat 23px 18px;
}
.hdg-lv3{
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .018em;
	line-height: 1.6em;
	color: #0e63cc;
}
.hdg-lv4{
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: .018em;
	line-height: 1.6em;
	color: #0e63cc;
}
.contents{
	float: right;
	width: 715px;
}
.contents .door_menu{
	width: 715px;
}
.contents .door_menu > li{
	float: left;
	width: 346px;
	margin-bottom: 24px;
}
.contents .door_menu > li:nth-child(2n){
	margin-left: 23px;
}
.contents .hdg,
.hdg_long{
	display: block;
	width: 715px;
	padding: 10px 19px;
	margin-bottom: 15px;
	background: url(../images/hdg_bg.png) no-repeat left top;
	font-size: 18px;
	color: #fff;
	letter-spacing: .21em;
}
.hdg_long{
	width: 960px;
	background: url(../images/hdg_bg_long.png) no-repeat left top;
}

.hdg_long02{
	background: url("../images/hdg_bg_long02.png") no-repeat left top !important;
}

.contents .hdg .en,
.hdg_long .en{
	float: right;
	padding-top: 4px;
	font-size: 13px;
	letter-spacing: .2em;
	opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
}
.contents .fig_catch{
	margin: 0 auto 25px;
}
.contents .tbl_01{
	width: 100%;
	margin: 0 auto 40px;
}
.contents .tbl_01 tr{
	border-bottom: 1px solid #b5b5b5;
}
.contents .tbl_01 th,
.contents .tbl_01 td{
	padding: 5px 10px;
	color: #0e63cc;
}
.contents .tbl_01 th{
	width: 32%;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .02em;
}
.contents .tbl_01 td{
	font-size: 13px;
	line-height: 1.9em;
	letter-spacing: .024em;
	color: #0e63cc;
}
.contents .tbl_01 .link{
	padding: 5px 0;
}
.contents .tbl_01 .link a{
	padding-left: 25px;
	background: url(../images/ico_arrow_01.png) no-repeat left center;
	text-decoration: none;
	color: #0e63cc;
}
.contents .tbl_02{
	width : 710px;
	margin: 0 0 40px 0;
}
.contents .tbl_02 th,
.contents .tbl_02 td{
	font-size: 13px;
	line-height: 1.9em;
	letter-spacing: .013em;
	padding: 0 5px;
}
.contents .tbl_02 th{
	width: 10%;
}
.contents .photos > figure{
	float: left;
	width: 343px;
	margin-bottom: 24px;
}
.contents .photos > figure:nth-child(2n){
	margin-left: 24px;
}
.contents .photos figcaption{
	text-align: center;
	font-size: 13px;
	letter-spacing: .014em;
	margin-top: 15px;
}

.sp{
	display: none;
}
/* スマホ */
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*	ヘッダー
----------------------------------------------------*/
.header{
	width: 100%;
	background: #fff;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4d4d4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d4d4d4);
	background: -moz-linear-gradient(#fff, #d4d4d4);
	background: -ms-linear-gradient(#fff, #d4d4d4);
	background: linear-gradient(#fff, #d4d4d4);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#d4d4d4))";
	*/
	zoom: 1;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	z-index: 100;
}
.header.fixed{
	position: fixed;
	top: 0;
}
.header_denso{
	padding: 7px 30px 7px 0;
	border-bottom: 1px solid #0e63cc;
}
.header_denso p{
	text-align: right;
	max-width: 960px;
	margin: 0 auto;
}
.gnav {
	max-width: 960px;
	margin: 0 auto;
}
.header_logo{
	float: left;
	width: 350px;
	margin: 26px 30px 26px 0;
}
.header_logo img{
	width: 100%;
	height: auto;
}
.gnav_ul {
	float: right;
	position: relative;
	width : 580px ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 380px) ;
	width : calc(100% - 380px) ;
	margin: 0 auto;
	color: #fff;
	padding-top:30px;
}
.gnav_ul > li {
	position: relative;
	float: left;
	width: 20%; /* グローバルナビ4つの場合 */
	background: url(../images/lin_gn.png) no-repeat left center;
}

.gnav_ul > li:hover,
.gnav_ul > li:not(:nth-child(2)).current {
	/*background: #0e63cc;*/
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gnav_ul > li:hover span.fst,
.gnav_ul > li:not(:nth-child(2)).current span.fst {
	border-bottom:2px solid #dc0032;
}


.gnav_ul > li > a {
	display: block;
	padding: 20px 0;
	font-size: 15px;
	letter-spacing: .018em;
	text-align: center;
	text-decoration: none;
	color: #373737;
}
/*
.gnav_ul > li:hover > a,
.gnav_ul > li:not(:nth-child(2)).current > a{
	color: #fff;
}
*/

.gnav_ul > li ul{
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 56px;
	width: 100%;
	/*
	background: #0e63cc;
	*/
	background:#FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.gnav_ul > li:hover ul{
	visibility: visible;
	opacity: 1;
}
.gnav_ul ul li {
	border-bottom: 1px solid #0e63cc;
}
.gnav_ul ul li a{
	display: block;
	padding: 14px 0;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color:#0e63cc;
	/*
	color: #fff;
	background: #0e63cc;
	*/
}
.gnav_ul ul li a:hover{
	color: #0e63cc;
	background: #fff;
}

.gnav_ul ul li a:hover span.scd {
	border-bottom: 1px solid #0e63cc;
}


.gnav_ul > li:last-child > a:after{
	content:"";
	display: inline-block;
	background: url(../images/ico_exlink.png) no-repeat left top;
	width: 12px;
	height: 13px;
	margin-left: 3px;
}
.gnav_ul > li:last-child:hover > a:after,
.gnav_ul > li:last-child.crrent > a:after{
	/*
	background: url(../images/ico_exlink-w.png) no-repeat left top;*/
	background: url(../images/ico_exlink.png) no-repeat left top;
}

/* スマホ */
@media screen and (max-width: 768px) {
	.gnav{
		width: 100%;
		min-width: 100%;
		padding: 0 0 0 3%;
		display: -webkit-box; /* Android 2~4 */
		display: -webkit-flex; /*Safari*/
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	.gnav_ul{
		display: none;
	}
	.header_logo{
		float: none;
		-webkit-box-flex: 28; /* Android 2~4 */
		-webkit-flex-grow: 28; /*Safari*/
		flex-grow: 28;
		margin: 14px 30px 12px 0;
	}
	.header_logo img{
		width: 190px;
	}
	.header_menu_btn{
		padding: 6px 0;
		font-size: 28px;
		padding: 3%;
		text-align: center;
		color: #0e63cc;
		background: url(../images/lin_gn.png) no-repeat left center;
		background-size: 1px 100%;
		-webkit-box-flex: 5; /* Android 2~4 */
		-webkit-flex-grow: 5; /*Safari*/
		flex-grow: 5;
	}
	.gnav_ul.open{
		display: block;
		width: 50%;
		padding-bottom: 5px;
		position: absolute;
		background: #0e63cc;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.gnav_ul > li{
		float: none;
		width: 60%;
		padding-left: 10%;
		margin-left: 40%;
		background: none;
		border-bottom: 1px solid #fff;
	}
	.gnav_ul > li.close{
		width: 100%;
		margin-left: 0;
		font-size: 20px;
		padding: 5px 12px 0;
		border-bottom: none;
	}
	.gnav_ul > li > a,
	.gnav_ul > li:not(:hover) > a{
		color: #fff!important;
		padding: 12px 0;
		font-size: 12px;
		letter-spacing: .13em;
		text-align: left;
	}
	.gnav_ul > li:last-child > a:after{
		background: url(../images/ico_exlink-w.png) no-repeat left top;
	}
	.gnav_ul ul{
		display: none;
	}
}


/*	パンくず
----------------------------------------------------*/
.breadcrumbs{
	width: 960px;
	margin: 24px auto 15px;
}
.breadcrumbs li{
	float: left;
}
.breadcrumbs li:not(:first-child):before{
	content: "＞";
	padding: 0 15px;
}
.breadcrumbs li,
.breadcrumbs a{
	font-size: 13px;
	line-height: 1em;
	letter-spacing: .018em;
	color: #373737;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}

/*	フッター
----------------------------------------------------*/
.footer{
	clear: both;
	width: 100%;
	padding-top: 30px;
	/*
	border-top: 1px solid #0e63cc;
	background: #e4e4e4;
	*/
	background:#3c3c3c;
}
.footer_sitemap{
	max-width: 960px;
	padding-bottom: 40px;
	margin: 0 auto;
	/*
	background: #e4e4e4;
	*/
	background:#3c3c3c;
	text-align: center;
}
.footer_sitemap > ul{
	/*float: left;
	width: 15%;*/
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-right: 5%;
}

.footer_sitemap > ul:last-child{
	padding-right: 0;
}

.footer_sitemap > ul > li{
	margin-bottom: 4px;
}
.footer_sitemap > ul a{
	/*
	color: #676767;
	*/
	color:#FFF;
	letter-spacing: .1em;
	text-decoration: none;
}
.footer_sitemap > ul a:hover{
	text-decoration: underline;
}
.footer_sitemap > ul > li:first-child{
	margin-left: -12px;
}
.footer_sitemap > ul > li:first-child a{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.footer_sitemap > ul > li:first-child a:before{
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 5px;
}
.footer_sitemap > ul > li a{
	font-size: 14px;
	line-height: 1.5em;
}
.footr_bottom{
	clear: both;
	/*
	background: #d5d5d5;
	*/
	background:#3c3c3c;
	padding: 20px 0 10px;
	border-top: 2px solid #fff;
}
.footr_bottom .wrapper{
	max-width: 960px;
	margin: 0 auto;
}
.footer_logo{
	float: left;
	width: 110px;
	margin-right: 20px;
}
.footer_contact{
	float: left;
	width: 330px;
}
.footer_contact .tel{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .1em;
	/*
	color: #0e63cc;
	*/
	color:#FFF;
	margin-bottom: 15px;
}
.footer_contact .address{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .018em;
	line-height: 1.5em;
	/*
	color: #676767;
	*/
	color:#FFF;
}
.copyright{
	width: 480px;
	float: right;
	padding-top: 72px;
	font-size: 11px;
	letter-spacing: .1em;
	/*
	color: #676767;
	*/
	color:#FFF;
}
/* スマホ */
@media screen and (max-width: 768px) {
	.to_top {
		background: #fff;
	}
	.to_top a{
		display: block;
		padding: 30px 0 10px;
		background: url(../images/ico_arrow_02_top.png) no-repeat center 10px;
		background-size: 14px;
		font-size: 14px;
		letter-spacing: .04em;
		color: #0e63cc;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		padding-top: 0;
		border-top: none;
	}
	.footr_bottom{
		padding: 10px 4%;
		border-top: none;
	}
	.footr_bottom .wrapper{
		max-width: 100%;
		margin: 0 auto;
	}
	.footer_logo{
		float: left;
		width: 20%;
		margin-right: 4%;
	}
	.footer_contact{
		float: left;
		width: 76%;
	}
	.footer_contact .tel{
		font-size: 12px;
		margin-bottom: 8px;
	}
	.footer_contact .address{
		font-size: 10px;
	}
	.copyright{
		clear: both;
		width: 100%;
		float: none;
		padding-top: 12px;
		font-size: 9px;
		text-align: center;
		letter-spacing: 0;
	}
}

/*	トップページ
----------------------------------------------------*/
.home .main{
	padding: 245px 0 55px;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.home .main_txt{
	text-align: center;
	margin: 0 auto 288px;
}
.home_nav1{
	max-width: 960px;
	margin: 0 auto 80px;
}
.home_nav1 li{
	float: left;
	-webkit-box-shadow: 0 0 20px rgba(255, 247, 180, 0.4);
	box-shadow: 0 0 20px rgba(255, 247, 180, 0.4);
	background: #fff;
	margin-left: 30px;
}
.home_nav1 li:first-child{
	margin-left: 0;
}
.home_news{
	max-width: 960px;
	margin: 0 auto 65px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4d4d4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d4d4d4);
	background: -moz-linear-gradient(#fff, #d4d4d4);
	background: -ms-linear-gradient(#fff, #d4d4d4);
	background: linear-gradient(#fff, #d4d4d4);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#d4d4d4))";
	border: 5px solid #fff;
	border-top: 1px solid #fff;
	border-radius: 3px;
}
.home_news h2{
	font-size: 17px;
	font-weight: bold;
	color: #0e63cc;
	letter-spacing: .18em;
	padding: 10px 12px;
	/*
	border-top: 5px solid #0e63cc;
	*/
	border-bottom: 1px solid #a1a1a1;
}
.home_news h2 .all{
	float: right;
}
.home_news h2 .all a{
	padding-left: 25px;
	background: url(../images/ico_arrow_01.png) no-repeat left center;
	color: #373737;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .01em;
}
.home_news ul{
	margin: 20px 12px;
}
.home_news li{
	margin-bottom: 16px;
	line-height: 1.5em;
	letter-spacing: .1em;
}
.home_news li span{
	line-height: 1.5em;
}
.home_news li .date:after{
	content: "　";
}
.home_nav2{
	max-width: 960px;
	margin: 0 auto;
}
.home_nav2 li{
	float: left;
	max-width: 470px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	background: #fff;
	margin-left: 20px;
}
.home_nav2 li:first-child{
	margin-left: 0;
}
/* スマホ */

@media screen and (max-width: 768px) {
	.home .main{
		padding: 0;
		/* background: url(../../images/fig_main01_sp.jpg); */
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: scroll;
		-webkit-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	.home > div:nth-child(2){
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: scroll;
		-webkit-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	.home .main_txt.sp{
		width: 95%;
		text-align: center;
		margin: 0 auto;
		padding: 40% 0;
	}
	.home_nav1{
		margin: 0 auto;
	}
	.home_nav1 li{
		float: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
	}
	.home_nav1 li img{
		width: 100%;
	}
	.home_nav1 li:first-child{
		margin-left: 0;
	}
	.home_news{
		width: 100%;
		padding-bottom: 15px;
		margin: 0 auto;
		background: #fff;
		border: none;
	}
	.home_news h2{
		font-size: 20px;
	}
	.home_news ul{
		margin: 10px 3% 20px;
	}
	.home_news li{
		margin-bottom: 16px;
		font-size: 12px;
		display: -webkit-box; /* Android 2~4 */
		display: -webkit-flex; /*Safari*/
		display: flex;
	}
	.home_news li span{
		display: inline-block;
		letter-spacing: 0;
	}
	.home_news li .date{
		width: 80px;
		margin-right: 10px;
	}
	.home_news li .date:after{
		content: none;
	}
	.home_news .sp.all{
		text-align: center;
	}
	.home_news .sp.all a{
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0;
	}
	.home_nav2{
		max-width: 960px;
		margin: 0 auto;
	}
	.home_nav2 li{
		float: none;
		max-width: 100%;
		border: none;
		border-bottom: 2px solid #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
	}
	.home_nav2 li img{
		width: 100%;
	}
}





/*	あいさつ
----------------------------------------------------*/
.message_txts > .txt{
	text-indent: 1em;
	margin-bottom: 28px;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: .02em;
	color: #373737;
}


/*	アクセス
----------------------------------------------------*/
.access_box{
	margin: 0 0 40px 0;
}
.access_pho{
	float: left;
	width: 290px;
	margin: 0 15px 10px 0;
}
.access_info{
	float: left;
	width: 400px;
	margin-bottom: 10px;
}
.access_info th,
.access_info td{
	font-size: 13px;
	line-height: 1.9em;
}
.access_info th{
	width: 90px;
	font-weight: bold;
}
.access_info_l{
	width: 715px;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	color: #0e63cc;
}
.access_info_l th,
.access_info_l td{
	padding: 10px;
	font-size: 14px;
	letter-spacing: .032em;
}
.access_info_l th{
	background: #cfe0f5;
	font-weight: bold;
}
.access_info_l td{
	border-bottom: 1px solid #e1e1e1;
	color: #373737;
}
.gmap{
	clear: both;
	width: 100%;
	height: 300px;
	border:0
}
.gmap_open a{
	font-size: 11px;
}

/*	製品情報
----------------------------------------------------*/
.products_intro{
	margin-bottom: 50px;
}
.products_intro .txt{
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: .02em;
	margin-bottom: 20px;
}
.products_intro .bnrs li{
	float: left;
	width: 352px;
	margin-bottom: 11px;
}
.products_intro .bnrs li:nth-child(2n){
	margin-left: 11px;
}
.products_box {
	margin-bottom: 40px;
}
.products_box .txt{
	font-size: 13px;
	line-height: 1.9em;
	letter-spacing: .014em;
	color: #000;
	margin-bottom: 20px;
}

/*	CSR下層
----------------------------------------------------*/
.csr_intro{
	margin-bottom: 20px;
}
.csr_intro > .txt{
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 2.1em;
	letter-spacing: .017em;
}

.csr_intro ol {
	margin-left:20px;
}

.csr_intro ol li {
	font-size:0.85em;
	letter-spacing: .017em;
	line-height: 2.0;
}

.csr_intro .human {
	font-size:0.85em;
	letter-spacing: .017em;
	line-height: 2.0;
	text-align:right;
	margin:10px 0 0;
}


/*	当社のCSR
----------------------------------------------------*/
.vision_txts{
	padding-bottom: 50px;
	background: url(../../csr/images/bg_vision.jpg) no-repeat right bottom;
}
.vision_txts > .txt{
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 2.1em;
	letter-spacing: .02em;
	color: #373737;
}

/*	社会貢献活動
----------------------------------------------------*/
.csr_intro > .txt{
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 2.1em;
	letter-spacing: .017em;
}
.cit_box{
	clear: both;
	margin-bottom: 40px;
}
.cit_box > .hdg-lv3{
	margin-bottom: 10px;
}
.cit_box > figure{
	float: left;
	width: 266px;
	margin-right: 20px;
}
.cit_box > .info{
	float: left;
	width: 429px;
}
.cit_box > .info .bnr{
	clear: both;
	float: right;
}
.cit_box > .info .hdg-lv4{
	width: 310px;
	margin-bottom: 2px;
}
.cit_box > .info .txt{
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.9em;
	letter-spacing: .013em;
}
.cit_box > .info_bnrs .hdg-lv4{
	width: 310px;
}
.cit_box > .info_bnrs .txt{
	width: 310px;
	margin-bottom: 50px;
}

/*	社会貢献活動
----------------------------------------------------*/
.env_organization{
	text-align: center;
	margin: 0 auto 30px;
}

.isobox {
	overflow: hidden;
	zoom:1;
	margin: 0 0 30px;
}

.isobox .lefts {
	width: 375px;
	float: left;
}

.isobox .rights {
	width: 320px;
	float: right;
	text-align: left;
}

.isobox .rights ul {
	overflow: hidden;
	zoom:1;
}

.isobox .rights ul li {
	float: left;
}

.isobox .rights ul li:last-child {
	float: right;
}
.iso_tbl{
	/*
	width: 535px;
	margin-bottom: 30px;
	*/
	width: 100%;
	border: 1px solid #ccc;
	/*
	color: #0e63cc;
	*/
	color:#666;
}
.iso_tbl th,
.iso_tbl td{
	padding: 10px;
	font-size: 14px;
	letter-spacing: .032em;
}
.iso_tbl th{
	background: #ddd;
	font-weight: bold;
}
.iso_tbl td{
	border-bottom: 1px solid #ccc;
}
.env_other{
	font-size: 13px;
	line-height: 1.9em;
	color: #373737;
	letter-spacing: .013em;
}

.densolink {
	margin:30px 0 0;
	text-align:center;
}

.densolink a {
	display:inline-block;
	line-height:1.0;
	padding:15px 30px;
	background:#666;
	border-radius:7px;
	color:#FFF;
	text-decoration:none;
}

.densolink a:hover {
	background:#999;
}

.hdnbox {
	overflow:hidden;
	zoom:1;
	clear:both;
	margin: 0 0 50px;
}

.hdnbox .left {
	width:343px;
	float:left;
}

.hdnbox .left p {
	text-align:center;
	margin:15px 0 0;
	font-size:0.8em;
}

.hdnbox .right {
	width:343px;
	float:right;
}

/*	福利厚生制度
----------------------------------------------------*/
.wel_list{
	margin-bottom: 40px;
}
.wel_fig{
	float: left;
	width: 266px;
	margin-right: 20px;
}
.wel_txt{
	float: left;
	width: 429px;
	font-size: 13px;
	line-height: 1.9em;
	color: #373737;
	letter-spacing: .013em;
}

/*	ニュース一覧
----------------------------------------------------*/
.news_box{
	margin: 0 25px 25px;
	padding: 0 10px;
	border-bottom: 1px solid #0e63cc;
}
.news_ul{
	margin: 0 0 25px;
}
.news_ul li{
	margin: 0 0 20px;
}
.news_ul li a{
	display: block;
	overflow: hidden;
	padding-left: 24px;
	background: url(../images/ico_arrow_01.png) no-repeat left 3px;
}
.news_ul .news_text{
	display: block;
	overflow: hidden;
	padding-left: 24px;
}
.news_ul .date{
	display: block;
	float: left;
	width: 125px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .012em;
	font-weight: bold;
	color: #373737;
	text-decoration: none;
}
.news_ul .category{
	display: block;
	float: left;
	margin: 0 20px;
	width: 100px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.news_article .cat_corporate,
.news_ul .cat_corporate{
	background: #ae0000;
}
.news_article .cat_recruit,
.news_ul .cat_recruit{
	background: #0e63cc;
}
.news_article .cat_csr,
.news_ul .cat_csr{
	background: #009944;
}
.news_ul .title{
	display: block;
	float: left;
	width: 600px;
	font-size: 12px;
	line-height: 1.8em;
	color: #373737;
	text-decoration: underline;
}
.news_ul .title:after{
	content:"　詳細を見る ＞";
}
.news_ul .title_no_link{
	display: block;
	float: left;
	width: 600px;
	font-size: 12px;
	line-height: 1.8em;
	color: #373737;
}



/*	ニュース詳細
----------------------------------------------------*/
.news_article{
	margin: 0 25px 25px;
	padding: 0 10px;
}
.news_article .hdg-lv3-news{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: .012em;
	color: #373737;
}
.news_article .hdg-lv3-news:before{
	content: "■";
	color: #0e63cc;
	padding-right: 5px;
}
.news_article .category{
	display: inline-block;
	margin: 0 20px;
	width: 100px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.news_article_l{
	/*
	width: 540px;
	float: left;
	*/
}
.news_article_l .txt{
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .018em;
	margin:0 0 15px;
}

.news_article_l .txt .right{
	display:block;
	text-align:right;
}

.news_article_l .year{
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .018em;
	margin:0 0 10px;
}

.news_article_l .name {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .018em;
	text-align:right;
}

.news_article_r{
	width: 320px;
	float: right;
	margin: 5px 0 0 30px;
}


/* 2012年6月追加 */

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}
.imgbox {
	overflow: hidden;
	zoom:1;
}

.imgbox li {
	width: 48%;
	float: left;
}

.imgbox li:nth-child(even) {
	float: right;
}

.imgbox li img {
	max-width: 100%;
}

.border {
	line-height: 1.0;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	margin:  0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.smtxt {
	padding-left: 15px;
	font-size: 0.85em;
	line-height: 1.4;
}


.imgcenter {
	text-align: center;
}


/* privacy */

#privacy {
	padding: 20px 0 0;
}

#privacy .redbold {
	font-size: 1.3em;
	line-height: 1.0;
	padding-left: 10px;
	margin: 0 0 15px;
	border-left: 3px solid #df1141;
}

#privacy p {
	line-height: 1.8;
}

#privacy .mb10 {
	margin-bottom: 10px;
}

#privacy .mb20 {
	margin-bottom: 20px;
}

#privacy .mb30 {
	margin-bottom: 30px;
}

#privacy ol {
	margin-left: 25px;
}


#privacy ol li {
	line-height: 1.8;
	margin-bottom: 10px;
}

#privacy ol li:last-child {
	margin-bottom: 0;
}

#privacy a {
	color: #3276dc;
	text-decoration: underline;
}
#privacy a:hover {
	text-decoration: none;
}

#privacy .gray {
	display: inline-block;
	background: #ededed;
	padding: 10px;
}


#privacy .gray dt,
#privacy .gray dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}


#privacy .gray dt {
	border-right: 1px solid #484a4c;
	padding-right: 10px;
}
