@charset "UTF-8";



#main_slider {
}
#main_slider .cmn_wrapper {
	margin: 0;
	padding: 0;
}

#main_slider .flex-direction-nav a {
	background-size: 25px 50px;
	width: 25px;
	height: 50px;
}
#main_slider .flex-direction-nav .flex-prev {
   left: 0;
}
#main_slider .flex-direction-nav .flex-next {
   right: 0;
  text-align: right;
}
#main_slider .flex-control-nav {
height: 5px;
  bottom: 5px;
}
#main_slider .flex-control-paging li a {
	width: 19px;
	height: 3px;
}



#about {
	background-image: url(../images/sec_bg01.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
	padding: 22px 0;
}
#about h2 {
	padding: 0 0 24px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#about h2 a {
	background-image: url(../images/link_arrow01.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px 17px;
	padding: 0 21px 0 0;
	color: #fff;
}


#about .about_blocks {
	display: block;
	width: 100%;
	overflow: hidden;
}
#about .about_blocks li {
	background-color: #fff;
	display: block;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}
#about .about_blocks li#advantage ,
#about .about_blocks li#history {
	width: 100%;
}
#about .about_blocks li a.wrap {
	display: block;
	width: 100%;
}
#about .about_blocks li .pic {
	width: 100%;
}
#about .about_blocks li .pic img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#about .about_blocks li .txt {
	background-image: url(../images/link_arrow02.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
	background-size: auto 12px;
	width: 100%;
	height: 40px;
	vertical-align: middle;
}
#about .about_blocks li .txt p {
	display: table;
	height: 100%;
}
#about .about_blocks li .txt p span {
	display: table-cell;
	width: 100%;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: middle;
}




#about h3 {
	padding: 15px 0 14px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#about .compinfo_blocks {
	display: block;
	padding: 0;
	overflow: hidden;
}
#about .compinfo_blocks li {
	display: table;
	background-color: #fff;
	width: 100%;
	margin: 0 0.65% 5px 0;
}
#about .compinfo_blocks li:last-child {
	margin: 0 0 0 0;
}

#about .compinfo_blocks li .pic {
	display: table-cell;
	width: 33%;
}
#about .compinfo_blocks li .pic img {
	width: 100%;
	height: auto;
}
#about .compinfo_blocks li .txt {
	display: table-cell;
	width: 67%;
	vertical-align: middle;
}
#about .compinfo_blocks li .txt span {
	display: inline-block;
	background-image: url(../images/link_arrow02.png);
	background-repeat: no-repeat;
	background-position: 94.37% center;
	background-size: auto 12px;
	width: 100%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: middle;
}



#products {
	background-color: #f3f3f6;
	padding: 20px 0 15px;
}
#products .cmn_wrapper {
	padding: 0;
}

#products h2 {
	padding: 0 0 23px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#products h2 a {
	background-image: url(../images/link_arrow03.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px;
	padding: 0 21px 0 0;
	color: #1d5598;
}

#products .product_blocks {
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	overflow: hidden;
}
#products .product_blocks li {
	position: relative;
	display: block;
	background-color: #fff;
	width: 70.6%;
	margin: 0 auto 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

#products .product_blocks li .pic {
	width: 100%;
}
#products .product_blocks li .pic img {
	width: 100%;
	height: auto;
}
#products .product_blocks li .txt {
	position: absolute;
	background-image: url(../images/link_arrow04.png);
	background-repeat: no-repeat;
	background-position: 94.37% center;
	background-size: auto 12px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}
#products .product_blocks li .txt p {
	display: table;
	height: 100%;
}
#products .product_blocks li .txt p span {
	display: table-cell;
	width: 100%;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}

#products .prd_carousel {
	position: relative;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}
#products .prd_carousel li {
}
#products .prd_carousel li img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}


/*
#products .flex-direction-nav {
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	top: 24%;
	left: 0;
}
*/
#products .flex-direction-nav a {
	position: absolute;
	display: block;
	background-size: 25px 50px;
	width: 25px;
	height: 50px;
	margin: 0;
	top: 33%;
	text-align: left;
	text-indent: -9999px;
}
#products .flex-direction-nav .flex-prev { left: 0; }
#products .flex-direction-nav .flex-next { right: 0; }


#recruit {
	background-image: url(../images/sec_bg02.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
	padding: 20px 0 23px;
}
#recruit h2 {
	padding: 0 0 22px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#recruit h2 a {
	background-image: url(../images/link_arrow01.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px 17px;
	padding: 0 21px 0 0;
	color: #fff;
}


#recruit .recruit_blocks {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
#recruit .recruit_blocks li {
	position: relative;
	display: block;
	background-color: #fff;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
#recruit .recruit_blocks li a {
	display: block;
	width: 100%;
}
#recruit .recruit_blocks li#rec01 {
	width: 100%;
	top: 0;
	left: 0;
}
#recruit .recruit_blocks li#rec02 ,
#recruit .recruit_blocks li#rec04 {
	float: left;
	width: 49.17%;
}
#recruit .recruit_blocks li#rec03 ,
#recruit .recruit_blocks li#rec05 {
	float: right;
	width: 49.17%;
}

#recruit .recruit_blocks li .pic {
	width: 100%;
}
#recruit .recruit_blocks li .pic img {
	width: 100%;
	height: auto;
}
#recruit .recruit_blocks li .txt {
	background-image: url(../images/link_arrow02.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
	background-size: auto 12px;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}

#recruit .recruit_blocks li .txt p {
	display: table;
	height: 100%;
}
#recruit .recruit_blocks li .txt p span {
	display: table-cell;
	width: 100%;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: middle;
}

#recruit .recruit_blocks li .sub {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 30px;
	bottom: 40px;
	left: 0;
}
#recruit .recruit_blocks li .sub p {
	display: table;
	width: 100%;
	height: 100%;
}
#recruit .recruit_blocks li .sub p span {
	display: table-cell;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}




#important {
	background-color: #f3f3f6;
	padding: 19px 0 17px;
}
#important h2 { display: none; }

#important .important_block {
}
#important .important_block h3 {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
#important .important_block h3 span {
	display: inline-block;
	background-image: url(../images/important_head.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 20px;
	padding: 5px 0 5px 18px;
	font-size: 15px;
	font-weight: bold;
	color: #c10;
}

#important .important_block .info_list {
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	box-sizing: border-box;
}
#important .important_block .info_list li {
	width: 100%;
	padding: 12px 0;
	border-top: 1px dotted #ccc;
}
#important .important_block .info_list li:last-child {
	border-bottom: 1px dotted #ccc;
}
#important .important_block .info_list li p.date {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 11px;
}
#important .important_block .info_list li p.ttl {
	width: 100%;
	font-size: 11px;
	line-height: 1.4;
}
#important .tolist {
	text-align: right;
}



#infomation {
	padding: 25px 0;
}
#infomation .cmn_wrapper {
	padding: 0 10px 0 11px;
}
#infomation h2 {
	padding: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #1d5598;
}

#infomation .info_list {
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#infomation .info_list li {
	float: left;
	display: block;
	background-color: #f3f3f6;
	width: 49%;
	margin: 0 0.5% 1% 0.5%;
	padding: 0;
	border: 1px solid #f3f3f6;
	box-sizing: border-box;
}
#infomation .info_list li a {
	position: relative;
	display: block;
	width: 100%;
}
#infomation .info_list li .pic {
	position: relative;
	float: left;
	display: block;
	width: 35.71%;
	height: 0;
	padding-top: 33.6%;
	margin: 0 6px 7px 0;
	overflow: hidden;
}
#infomation .info_list li .pic img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#infomation .info_list li .txt {
	display: inline;
	font-size: 10px;
}
#infomation .info_list li .txt .cate {
	display: inline-block;
	margin: 12px 0 9px 0;
	padding: 0 0 6px 0;
	box-sizing: border-box;
}
#infomation .info_list li .txt .cat01 { border-bottom: 3px solid #eb777f; }
#infomation .info_list li .txt .cat02 { border-bottom: 3px solid #7579b3; }
#infomation .info_list li .txt .cat03 { border-bottom: 3px solid #ea9562; }

#infomation .info_list li .txt .date {
	margin: 0 5px 10px 0;
	font-size: 9px;
}
#infomation .info_list li .txt .ttl {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 7px 7px 7px;
	box-sizing: border-box;
}

#infomation .tolist {
	text-align: right;
}




#relatedlinks {
	padding: 25px 0 22px;
}
#relatedlinks h2 {
	padding: 0 0 22px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #1d5598;
}
#relatedlinks .relate_list {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
#relatedlinks .relate_list li {
	display: block;
	width: 49.17%;
	margin: 0 0 5px 0;
}
#relatedlinks .relate_list li.rel01 ,
#relatedlinks .relate_list li.rel03 { float: left; }
#relatedlinks .relate_list li.rel02 ,
#relatedlinks .relate_list li.rel04 { float: right; }
#relatedlinks .relate_list li .pic {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 32%;
}
#relatedlinks .relate_list li.rel01 .pic { background-image: url(../images/top_relcomp01_bnr.jpg); }
#relatedlinks .relate_list li.rel02 .pic { background-image: url(../images/top_relcomp02_bnr.jpg); }
#relatedlinks .relate_list li.rel03 .pic { background-image: url(../images/top_relcomp03_bnr.jpg); }
#relatedlinks .relate_list li.rel04 .pic { background-image: url(../images/top_relcomp04_bnr.jpg); }

#relatedlinks .relate_list li .pic img ,
#relatedlinks .relate_list li .txt { display: none; }



