* {
	margin: 0;
	padding: 0;
}
html {
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
}
body {
	font-size: 16px;
	line-height: 29px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	min-width: 1200px;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
a {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #002582;
	text-decoration: none;
}
a.none {
	text-decoration: none;
}
a.gray {
	color: #4D4D4D;
	text-decoration: none;
}
a.gray:link {
	color: #4D4D4D;
	text-decoration: none;
}
a.gray:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a.gray:hover {
	color: #002582;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-top: 0px;
	transition: .3s;
}
img {
	border-style: none;
	z-index: 0;
	vertical-align: bottom;
}
/*font*/
#l_txt {
	text-align: left;
}
#c_txt {
	text-align: center;
}
.txt_c {
	text-align: center;
}
.txt_l {
	text-align: left;
}
.f23 {
	font-size: 23px;
}
.f25 {
	font-size: 25px;
}
.f35 {
	font-size: 35px;
}
.f45 {
	font-size: 45px;
	letter-spacing: 3px;
}
.bb {
	font-weight: bold;
}
.mgn10tb {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mgn20b {
	margin-bottom: 20px;
}
.white {
	color: #fff;
}
.gray {
	color: #808080;
}
.red {
	color: #d82b2b;
}
.brack {
	color: #000;
}
.yellow {
	color: #ffff00;
}
.strong {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
/*btn*/

.h_button {
	display: inline-block;
	width: 180px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: relative;
	z-index: 2;
	background-color: #f6c208;
	border: 1px solid #f6c208;
	color: #fff;
	overflow: hidden;
}
.h_button::before, .h_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.h_button:hover {
	color: #f6c208;
}
.h_button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.h_button:hover::after {
	top: 0;
	background-color: #fff;
}
.button {
	display: inline-block;
	width: 440px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	border: 1px solid #002582;
	color: #002582;
	overflow: hidden;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #002582;
}
.otameshi_button {
	display: inline-block;
	width: 400px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: relative;
	z-index: 2;
	background-color: #002582;
	border: 1px solid #002582;
	color: #fff;
	overflow: hidden;
	margin-top: 10px;
}
.otameshi_button::before, .otameshi_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.otameshi_button:hover {
	color: #002582;
}
.otameshi_button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.otameshi_button:hover::after {
	top: 0;
	background-color: #fff;
}
.f_button {
	display: inline-block;
	width: 330px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
	z-index: 2;
	background-color: #f6c208;
	border: 1px solid #f6c208;
	color: #fff;
	overflow: hidden;
}
.f_button::before, .f_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.f_button:hover {
	color: #f6c208;
}
.f_button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.f_button:hover::after {
	top: 0;
	background-color: #fff;
}
/*photo*/

#border {
	margin-top: 5px;
	height: 4px;
	background-color: rgba(255,255,255,0);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #777776), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #777776), color-stop(.75, #777776), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
}
/* トップページ */
#h1_ap {
	position: absolute;
	width: 700px;
	height: 20px;
	top: 20px;
	left: 200px;
	font-size: 12px;
	text-align: left;
}
#h_ap {
	position: absolute;
	width: 500px;
	height: 20px;
	top: 18px;
	right: 200px;
	text-align: right;
	font-size: 14px;
}
#h_contact {
	position: absolute;
	width: 180px;
	height: 30px;
	top: 15px;
	right: 0px;
	font-size: 14px;
	text-align: center;
}
#header {
	height: 60px;
	border-top: 3px solid #000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header_in {
	width: 1200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
}
#gnavi {
	height: 72px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gnavi_bg.png);
}
#gnavi_in {
	width: 1200px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
}
.menu {
	width: 1200px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}
.menu__item {
	display: inline-block;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	height: 52px;
}
a.gnavi {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
a.gnavi:hover {
}
a.gnavi::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(g_wave.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
a.gnavi:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
#mainv {
	background-position: center top;
	height: 497px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(mainv_bg.jpg);
	background-repeat: no-repeat;
}
#mainv_in {
	width: 1200px;
	height: 457px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
#main_contents0 {
	padding-bottom: 50px;
}
#main_contents {
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_contents02 {
	border-bottom: 1px solid #D2D2D2;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_contents_in {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
#contents_title {
	color: #002582;
}
#contents_title_l {
	color: #333333;
	font-size: 30px;
	line-height: 60px;
	padding-top: 10px;
	background-image: url(wave01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_title2 {
	color: #fff;
}
#contents_title_l2 {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	padding-top: 10px;
	background-image: url(wave01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#t_ad01 {
	background-position: center top;
	height: 518px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(t_bg01.jpg);
	background-repeat: no-repeat;
}
#t_ad01_in {
	width: 1150px;
	height: 388px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	line-height: 35px;
	position: relative;
	padding-left: 50px;
}
#t_ad01_ap {
	position: absolute;
	width: 328px;
	height: 73px;
	top: 60px;
	left: 0px;
}
#t_ad02 {
	background-position: center top;
	height: 518px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(t_bg02.png);
	background-repeat: no-repeat;
}
#t_ad02_in {
	width: 700px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	line-height: 35px;
	position: relative;
	padding-left: 500px;
}
#t_ad02_ap {
	position: absolute;
	width: 328px;
	height: 73px;
	top: 40px;
	left: 650px;
}
#bl_b_txt {
	color: #002582;
	font-weight: bold;
	font-size: 42px;
	line-height: 65px;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
#t_pro {
	padding-top: 30px;
}
#t_pro_in {
	width: 510px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	float: left;
	background-color: #fff;
	margin-left: 25px;
	margin-right: 25px;
	padding: 20px;
	color: #333333;
}
#t_pro_ap{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 5px;
	left: 20px;
	text-align: left;
}

#t_pro_txt01 {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-color: #002582;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}
#t_pro_txt02 {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	color: #002582;
	font-size: 35px;
	font-weight: bold;
}
#f_otameshi {
	background-image: url(f_otameshi.jpg);
	width: 700px;
	height: 265px;
	margin-top: 30px;
	padding-top: 90px;
	color: #fff;
	padding-right: 500px;
}
#f_otameshi_title {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}
#f_contents {
	padding-top: 30px;
	padding-bottom: 30px;
}
#f_contact {
	width: 1100px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}
#f_c01 {
	float: left;
	width: 400px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	position: relative;
	font-weight: bold;
}
#f_c01_ap {
	position: absolute;
	width: 90px;
	height: 108px;
	top: -110px;
	left: 0px;
}
#f_c02 {
	float: left;
	width: 370px;
	height: 60px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #002582;
}
#f_c03 {
	float: left;
	width: 330px;
	height: 60px;
}
#footer {
	height: 288px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url(f_bg.png);
}
#footer_in {
	width: 1200px;
	height: 288px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	color: #4D4D4D;
	position: relative;
}
#f_navi {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-align: center;
}
#cr {
	height: 55px;
	background-color: #002582;
}
#cr_in {
	line-height: 55px;
	color: #B6B6B6;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	text-align: center;
	font-size: 12px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	line-height: 20px;
	z-index: 9999;
}
#page-top a {
	background: #002582;
	text-decoration: none;
	color: #fff;
	width: 120px;
	height: 90px;
	padding-top: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
}
#page-top a:hover {
	background:  #f6c208;
}
#page-top2 {
	position: fixed;
	bottom: 150px;
	right: 20px;
	line-height: 20px;
	z-index: 9999;
}
#page-top2 a {
	background: #f6c208;
	text-decoration: none;
	color: #fff;
	width: 120px;
	height: 90px;
	padding-top: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
}
#page-top2 a:hover {
	background: #002582;
}
/* baclground */


.contents {
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-top: 120px;
	padding-bottom: 120px;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #0c579a;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.contents:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #1978b0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
.contents_inner {
	box-sizing: boder-box;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
/* company */
#page_title {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f4f4f4;
}
.abs_comp_list {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.abs_comp_list li {
	width: 840px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.abs_comp_list li dt {
	float: left;
	width: 150px;
	margin-right: 40px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #002582;
}
.abs_comp_list li dd {
	float: left;
	text-align: left;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#map_canvas {
	height: 500px;
	width: 100%;
}
/* advantage */
#ad_v {
	background-position: center top;
	height: 354px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(advantage_bg.jpg);
	background-repeat: no-repeat;
}
#ad_v_in {
	width: 1200px;
	height: 304px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align: center;
	line-height: 30px;
}
#advantage01 {
	width: 1200px;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#advantage01_l {
	position: relative;
	overflow: hidden;
	zoom: 1;
	width: 418px;
	float: left;
	margin-right: 40px;
}
#advantage02_l {
	position: relative;
	overflow: hidden;
	zoom: 1;
	width: 418px;
	float: left;
	margin-left: 40px;
}
#advantage01_r {
	width: 742px;
	float: left;
}
#advantage01_img {
	background-image: url(advantage01.png);
	width: 418px;
	height: 79px;
	color: #002582;
	font-size: 40px;
	padding-top: 200px;
}
#advantage02_img {
	background-image: url(advantage02.png);
	width: 418px;
	height: 79px;
	color: #fab858;
	font-size: 40px;
	padding-top: 200px;
}
#advantage03_img {
	background-image: url(advantage03.png);
	width: 418px;
	height: 79px;
	color: #3ba581;
	font-size: 40px;
	padding-top: 200px;
}
#advantage04_img {
	background-image: url(advantage04.png);
	width: 418px;
	height: 79px;
	color: #44c4db;
	font-size: 40px;
	padding-top: 200px;
}
#advantage05_img {
	background-image: url(advantage05.png);
	width: 418px;
	height: 79px;
	color: #f9516d;
	font-size: 40px;
	padding-top: 200px;
}
#advantage06_img {
	background-image: url(advantage06.png);
	width: 418px;
	height: 79px;
	color: #ea973d;
	font-size: 40px;
	padding-top: 200px;
}
#advantage07_img {
	background-image: url(advantage07.png);
	width: 418px;
	height: 79px;
	color: #42210b;
	font-size: 40px;
	padding-top: 200px;
}
#advantage_txt {
	font-size: 23px;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 20px;
}
/* importance */
#im_v {
	background-position: center top;
	height: 354px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(importance_bg.png);
	background-repeat: no-repeat;
}
#im_01_title {
	width: 1150px;
	height: 257px;
	background-image: url(importance_img01.jpg);
	color: #002582;
	font-weight: bold;
	font-size: 40px;
	line-height: 65px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 50px;
	padding-top: 100px;
}
#im_02_title {
	width: 550px;
	height: 257px;
	background-image: url(importance_img02.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 65px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 550px;
	padding-top: 100px;
}
#im_03_title {
	width: 1150px;
	height: 257px;
	background-image: url(importance_img03.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 65px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 50px;
	padding-top: 100px;
}
#im_txt {
	border-bottom: 1px dotted #002582;
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
#s_title {
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-top: 40px;
	padding-bottom: 15px;
	background-image: url(wave01.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#houritsu01 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
	background-color: #002582;
	padding: 20px;
	text-align: left;
	border-radius: 16px;        /* CSS3草案 */
	-webkit-border-radius: 16px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 16px;   /* Firefox用 */
	background-image: url(importance_!.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#houritsu_title {
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}
#houritsu_txt {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;        /* CSS3草案 */
	-webkit-border-radius: 16px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 16px;   /* Firefox用 */
	background-color: #fff;
	padding: 20px;
}
#sekinin {
	width: 1200px;
	height: 215px;
	margin-bottom: 100px;
}
#sekinin01 {
	float: left;
	width: 215px;
	height: 215px;
	border-radius: 107px;        /* CSS3草案 */
	-webkit-border-radius: 107px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 107px;   /* Firefox用 */
	color: #fff;
	background-color: #002582;
	margin-left: 12px;
	margin-right: 12px;
}
#sekinin02 {
	float: left;
	width: 215px;
	height: 215px;
	border-radius: 107px;        /* CSS3草案 */
	-webkit-border-radius: 107px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 107px;   /* Firefox用 */
	color: #fff;
	background-color: #2953a8;
	margin-left: 12px;
	margin-right: 12px;
}
#sekinin03 {
	float: left;
	width: 215px;
	height: 215px;
	border-radius: 107px;        /* CSS3草案 */
	-webkit-border-radius: 107px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 107px;   /* Firefox用 */
	color: #fff;
	background-color: #6281bf;
	margin-left: 12px;
	margin-right: 12px;
}
#sekinin04 {
	float: left;
	width: 215px;
	height: 215px;
	border-radius: 107px;        /* CSS3草案 */
	-webkit-border-radius: 107px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 107px;   /* Firefox用 */
	color: #fff;
	background-color: #9bb1dd;
	margin-left: 12px;
	margin-right: 12px;
}
#sekinin05 {
	float: left;
	width: 215px;
	height: 215px;
	border-radius: 107px;        /* CSS3草案 */
	-webkit-border-radius: 107px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 107px;   /* Firefox用 */
	color: #fff;
	background-color: #d1d4db;
	margin-left: 13px;
	margin-right: 13px;
}
#sekinin_txt01 {
	padding-top: 20px;
	font-size: 40px;
	padding-bottom: 10px;
}
#sekinin_txt02 {
	font-size: 15px;
	padding-bottom: 5px;
}
#sekinin_txt03 {
	font-size: 25px;
	padding-bottom: 10px;
	color: #ffff00;
	font-weight: bold;
}
#sosyou {
	width: 600px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(importance_img04.png);
	margin-top: 30px;
	color: #ff0000;
}
#sosyou_txt01 {
	float: left;
	font-size: 42px;
	width: 170px;
	line-height: 45px;
	padding-left: 30px;
	padding-top: 20px;
	margin-right: 20px;
}
#sosyou_txt02 {
	float: left;
	width: 370px;
	font-size: 25px;
	text-align: left;
	padding-top: 30px;
}
/* product */
#pro_v {
	background-position: center top;
	height: 354px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(product_bg.jpg);
	background-repeat: no-repeat;
}
#pro_v_in {
	width: 1200px;
	height: 284px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
#pro_title {
	width: 1150px;
	height: 291px;
	background-image: url(product_img01.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 65px;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 50px;
	padding-top: 100px;
}
#gray_contents {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ededed;
}
#pro_works01 {
	width: 400px;
	height: 124px;
	background-image: url(product01_works01.jpg);
	text-align: left;
	padding-top: 360px;
	padding-left: 800px;
	line-height: 20px;
}
#pro_works02 {
	width: 1050px;
	height: 469px;
	background-image: url(product01_works02.jpg);
	text-align: left;
	line-height: 20px;
	padding-left: 150px;
	padding-top: 15px;
}
#pro_works03 {
	width: 400px;
	height: 124px;
	background-image: url(product02_works01.jpg);
	text-align: left;
	padding-top: 360px;
	padding-left: 800px;
	line-height: 20px;
}

#pro_works04{
	width: 1200px;
	height: 417px;
	position: relative;
}
#pro_works04_txt{
	position: absolute;
	width: 300px;
	height: 100px;
	top: 20px;
	left: 120px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}

#pro_point {
	width: 830px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	margin-top: 20px;
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 20px;
}
#pro_point_ap {
	position: absolute;
	width: 97px;
	height: 97px;
	top: 00px;
	left: -30px;
}
#pro_point_caution {
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	height: 100px;
	background-color: #b6b6b6;
	color: #fff;
	margin-top: 50px;
}
#pro_point_cap {
	position: absolute;
	width: 58px;
	height: 70px;
	top: -20px;
	left: 30px;
}
#pro_contents {
	background-position: center top;
	height: 269px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(product_bg.png);
	background-repeat: no-repeat;
}
#pro_contents_in {
	width: 1200px;
	height: 214px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
	color: #fff;
	text-align: center;
}
#pro03_txt {
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	background-color: #efeded;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.pro_li li {
	margin-bottom: 15px;
}
#pro_li {
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	background-color: #fff;
	width: 300px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border: solid 3px #002580;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#pro_li_title {
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	position: absolute;
	background-color: #002580;
	color: #fff;
	width: 360px;
	height: 54px;
	top: -10px;
	left: -10px;
	line-height: 60px;
}
#pro_li_txt {
	color: #002580;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}
#pro_li_btn {
	border-top: 1px solid #b6b6b6;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	padding-top: 20px;
}
#pro_li_ap {
	position: absolute;
	width: 96px;
	height: 96px;
	top: 80px;
	left: 0px;
}
#product_point{
	margin-top: 100px;
	height: 340px;
}

#product_point_in{
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	width: 496px;
	height: 280px;
	float: left;
	position: relative;
	margin-left: 39px;
	margin-left: 39px;
	background-color: #ffe01f;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	margin-bottom: 50px;
}
#product_point_in2{
	width: 496px;
	height: 280px;
	float: left;
	position: relative;
	margin-left: 39px;
	margin-left: 39px;
	padding-left: 20px;
	padding-right: 20px;
	
}
#product_point_ap{
	position: absolute;
	width: 135px;
	height: 144px;
	top: -90px;
	left: 210px;
}
#product_point_ap2{
	position: absolute;
	width: 167px;
	height: 230px;
	top: 170px;
	left: 430px;
}

/* management */
#mana_v {
	background-position: center top;
	height: 354px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(management_bg.jpg);
	background-repeat: no-repeat;
}
#mana_v_in {
	width: 1200px;
	height: 284px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
#mana_works_wrap{
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#mana_works{
	float: left;
	width: 600px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	text-align: left;
}
#mana_works_title{
	height: 32px;
	margin-bottom: 10px;
}
