@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	padding: 0;
	margin: auto;
	clear: none;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}


/*****************************
com
******************************/
.com_contents {
	width:98%;
	margin:0 auto;
}

.sideIcon {
	list-style: none;
}

.sideIcon li img {
	vertical-align: bottom;
}

.totop {
	width:40px;
	height:auto;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index: 100;
}

.totop a {
    display: block;
}


.com_tit_en {
	font-size:1.4em;
	line-height:1em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
}

.com_tit_jp {
	font-size:0.9em;
	line-height:1em;
	text-align:center;
	margin:0 auto 10px;
}

.contents,
.side {
	width:100%;
	float:none;
	margin:0 auto 30px;
}

.bg_pankuzu {
	width:100%;
	background:#00822c;
	padding:5px 0;
	font-size:0.7em;
	color:#FFFFFF;
	margin:0 0 20px;
}

.bg_pankuzu a {
	color:#FFFFFF;
}

.com_tit_txt {
	background: #00822c;
    color: #FFFFFF;
    font-size: 1.1em;
    height: auto;
    line-height:1.8em;
    overflow: visible;
    padding: 0 10px;
	margin:0 0 20px;
	border-top:2px solid #8FC31F;
}

.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #00822c;
    font-size: 1em;
    padding: 3px 0 3px 10px;
    position: relative;
}

.com_img_l,
.com_img_r {
	width:92%;
	float:lnone;
	margin:0 auto 20px;
}

.com_img_l img,
.com_img_r img {
	padding:5px;
	/* box-shadow */
	box-shadow:0px 0px 6px -3px #323232;
	-moz-box-shadow:0px 0px 6px -3px #323232;
	-webkit-box-shadow:0px 0px 6px -3px #323232;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;  /* 諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto;
}

.table_tag th {
	background:#F0F0F0;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	white-space: nowrap;
	text-align:center;
	display:block;
}

.table_tag td {
	background:#FFFFFF;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	white-space: nowrap;
	vertical-align:middle;
	display:block;
}

#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-50px;
    padding-top:50px;
	display:inline-block;
}

#idx_pont01,#idx_pont02,#idx_pont03,#idx_pont04,#idx_pont05,#idx_pont06 {
	margin-top:-50px;
	padding-top:50px;
	display:inline-block;
}

.btn_02 {
	width:155px;
	padding:5px;
	background:#323232;
	text-align:center;
	font-weight:bold;
	margin:0 auto 5px;
}


.btn_02 a {
	color:#FFFFFF;
	display:block;
	letter-spacing:1px;
}

/*****************************
header
******************************/
header {
	background:#FFFFFF;
	width:100%;
	height:70px;
	position:fixed;
	z-index:300;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -2px #666666;
	-moz-box-shadow:0px 0px 6px -2px #666666;
	-webkit-box-shadow:0px 0px 6px -2px #666666;
}

.header_l {
	width:100px;
	float:left;
	margin:5px 0 0;
}

.logo_img {
	float:left;
	width:100px;
	margin:0;
}

.logo_img img {
	width:100%;
	height:auto;
}

.hed_inner {
	display:none;
}

.header_r {
	width:165px;
	float:right;
	margin:10px 0 0;
}

.g_navi {
	display:none;
}

.btn_01 {
	display:none;
}

.sp_list {
	display:block;
	width:140px;
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

.sp_list li {
	background:#004C90;
	width:35px;
	height:35px;
	float:left;
	margin:0 3px 0 0;
	padding:3px;
	text-align:center;
	font-weight:bold;
	font-size:5px;
	line-height:2em;
	
	border-radius: 3px;        /* CSS3鬮｣諷募愛繝ｻ・｡繝ｻ・ｽ */
	-webkit-border-radius: 3px;     /* Safari,Google Chrome鬨ｾ蛹・ｽｽ・ｨ */
	-moz-border-radius: 3px;   /* Firefox鬨ｾ蛹・ｽｽ・ｨ */
}

.sp_list li a {
	color:#FFFFFF;
}

.sp_list li i {
	font-size:20px;
	line-height:1em;
}

.sp_list li:last-child {
	margin-right:0;
}


/*****************************
footer
******************************/
footer {
	width:100%;
	padding:20px 0;
}

.go_top {
	background: #eeeeee;
	height: 60px;
	margin-bottom: 20px;
}

.go_top a {
	color: #ffffff;
	background: #000000;
	display: block;
	height: 60px;
	width: 60px;
	margin: auto;
	text-indent: -9999px;
}

.go_top a {
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.go_top a::before,
.go_top a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.go_top a::before {
	position: absolute;
	top: 10px;
	left: 22px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footerL { float: left; font-size: 0.8em; display: none;}

.footerL ul { list-style: none; margin: 0; padding: 0;}
.footerL ul li { float: left; margin: auto 10px auto auto;}
.footerL ul li a { color: #000000;}
.footerL ul li a:hover { text-decoration: underline;}

.footerL ul li:nth-of-type(7) { clear: both;}

.footerR { float: none; font-size: 0.8em; margin: auto; text-align: center;}
.footerR img { float: none;}
.footerR p { white-space:nowrap;}



.fot_sitemap {
	display:none;
}

.address {
	font-size:0.9em;
	line-height:1.6em;
	text-align: center;
	margin:20px 0 20px 0;
}

.copyright {
	font-size:0.8em;
	text-align:center;
}

.com_fot_bg {
	width:100%;
	background:url(../images/com/bg_img.png) 0 0 repeat;
	padding:15px 0 0;
}

.com_bnr_list {
	width:98%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.com_bnr_list li {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.com_bnr_list li:nth-child(2n+2) {
	margin-right:0;
}

.com_bnr_list li:nth-child(4n+4) {
	margin-right:0;
}
/*****************************
contents_top
******************************/
.contents_top {
	padding-top: 70px;
}

/*****************************
index
******************************/

.com_block { padding: 40px 0;}

.bg01 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6dde6+0,ffffff+100 */
	background: #d6dde6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6dde6 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d6dde6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d6dde6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bg02 {
	background: #f2f5f7;
}

.bg03 {
	background: #f2f5f7;
}

.bg04 {
	background: #e5e5e5;
}

.bg05 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99acb3+0,abbec8+30,ccd9e0+68,eff3f4+100 */
background: #99acb3; /* Old browsers */
background: -moz-linear-gradient(45deg,  #99acb3 0%, #abbec8 30%, #ccd9e0 68%, #eff3f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #99acb3 0%,#abbec8 30%,#ccd9e0 68%,#eff3f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #99acb3 0%,#abbec8 30%,#ccd9e0 68%,#eff3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99acb3', endColorstr='#eff3f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ttl_txt {
	text-align: center;
	font-size: 1.6em;
	line-height: 160%;
}

.ttl_en {
	text-align: center;
	color: #004c90;
	font: italic bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.contents_box{
	width:94%;
	margin:0 3%;
}

.message_box01{
	width:94%;
	margin:0 3%;
	background:#ffffff;
}

.message_box01 img{
	width:100%;
	float:none;
}

.message_box01 .message_box_text{
	width:94%;
	padding:3%;
	float:none;
}


.message_box01 .message_ttl_txt {
	font-size: 1.5em;
	line-height: 160%;
}

.message_box01 .message_ttl_en {
	color: #004c90;
	font: italic bold 1.2em "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

.message_box01 .message_list{
	list-style:none;
	overflow:hidden;
	margin:20px auto 0;
}

.message_box01 .message_list li{
	float:left;
	width:50%;
	margin-bottom:10px;
}

.message_box01 .message_list li a{
	background:#004c90;
	color:#ffffff;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 0 2% 0 2% ;
}

.message_box01 a.message_link_btn {
	background:#004c90;
	color:#ffffff;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 30px auto 0 ;
}

.message_box02{
	width:94%;
	margin:0 3%;
	background:#ffffff;
}

.message_box02 img{
	width:100%;
	float:none;
}

.message_box02 .message_box_text{
	width:94%;
	padding:3%;
	float:none;
}


.message_box02 .message_ttl_txt {
	font-size: 1.5em;
	line-height: 160%;
}

.message_box02 .message_ttl_en {
	color: #004c90;
	font: italic bold 1.2em "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

.message_box02 .message_list{
	list-style:none;
	overflow:hidden;
	margin:20px auto 0;
}

.message_box02 .message_list li{
	float:left;
	width:50%;
	margin-bottom:10px;
}

.message_box02 .message_list li a{
	background:#004c90;
	color:#ffffff;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 0 2% 0 2% ;
}

.message_box02 a.message_link_btn {
	background:#004c90;
	color:#ffffff;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 30px auto 0 ;
}

.business_list{
	list-style:none;
	width:100%;
	margin:0 auto;
}

.business_list li a{
	text-align:center;
	color:#FFFFFF;
	display:block;
	width:100%;
	font-size:1em;
	padding:50px 0 50px 0;
}

.business_list li a span{
	font-size:2em;
	margin-top:10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}


.bl_btn01 a{
	background-image: url(../images/index/img01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bl_btn02 a{
	background-image:url(../images/index/img02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bl_btn03 a{
	background-image:url(../images/index/img03.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bxslider_wrap{
	width:100%;
	height:auto;
}

.bxslider_wrap img{
	width:100%;
	height:auto;
}

.slider_wrap{
	width:100%;
	height:auto;
	position:relative;
}

.slider_text{
	display:none;
}

.sp_slider_text{
	display:block;
	position: absolute;
	top:60px;
}

.sp_slider_text img{
	width:100%;	
}

.idx_movie {
	background:#FFFFFF;
	width:90%;
	margin:0 auto 30px;
	padding:5px;
}


.idx_btn {
	width:90%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.idx_btn li {
	background:#004c90;
	width:100%;
	padding:px 0;
	margin:0 auto 20px;
	float:left;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.idx_btn li a {
	display:block;
	color:#FFFFFF;
}


.idx_sub_title01 {
	background:#004c90;
	color:#FFFFFF;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top:10px;
    font-weight: bold;
    text-align: center;
	margin-bottom:25px;
}


.idx_table_basic01 {
  width: 580px;
  margin:0 auto;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.idx_table_basic01 th,
.idx_table_basic01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
.idx_table_basic01 th {
　white-space: nowrap !important;
  background-color: #f3f3f3;
  width:35%;
}
.idx_table_basic01 td {
  background-color: #ffffff;
}
@media screen and (max-width:767px){
.idx_table_basic01 {
width: 100%;
}
.idx_table_basic01,
.idx_table_basic01 thead,
.idx_table_basic01 tbody,
.idx_table_basic01 tr,
.idx_table_basic01 th,
.idx_table_basic01 td {
/*  width: 100%;*/
  display: block;
}
.idx_table_basic01 th,
.idx_table_basic01 td {
  border-top: none;
  border-left: none;
}
.idx_table_basic01 th {
  width: auto;

}
.idx_table_basic01 td {
}
}

.idx_table_basic02 {
  width: 960px;
  margin:0 auto;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.idx_table_basic02 th,
.idx_table_basic02 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
.idx_table_basic02 th {
  background-color: #f3f3f3;
}
.idx_table_basic02 td {
  background-color: #ffffff;
}
@media screen and (max-width:767px){
.idx_table_basic02 {
width: 100%;
}
.idx_table_basic02,
.idx_table_basic02 thead,
.idx_table_basic02 tbody,
.idx_table_basic02 tr,
.idx_table_basic02 th,
.idx_table_basic02 td {
/*  width: 100%;*/
  display: block;
}
.idx_table_basic02 th,
.idx_table_basic02 td {
  border-top: none;
  border-left: none;
}
.idx_table_basic02 th {
}
.idx_table_basic02 td {
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}
*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}


/*****************************
com
******************************/
.com_contents {
	width:1260px;
	margin:0 auto;
}

.sideIcon {
	list-style: none;
}

.sideIcon li img {
	vertical-align: bottom;
}

.totop {
	width:60px;
	height:auto;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index: 100;
}

.totop a {
    display: block;
}

.com_tit_en {
	font-size:2.6em;
	line-height:1em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
}

.com_tit_jp {
	font-size:1.2em;
	line-height:1em;
	text-align:center;
	margin:0 auto 30px;
}

.contents {
	width:735px;
	float:left;
	margin:0 auto 30px;
}

.side {
	width:325px;
	float:right;
	margin:0 auto 30px;
}

.bg_pankuzu {
	width:100%;
	background:#00822c;
	padding:5px 0;
	font-size:0.8em;
	color:#FFFFFF;
	margin:0 0 30px;
}

.bg_pankuzu a {
	color:#FFFFFF;
}

.com_tit_txt {
	background: #00822c;
    color: #FFFFFF;
    font-size: 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: visible;
    padding: 0 20px;
	margin:0 0 20px;
	border-top:2px solid #8FC31F;
}


.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #00822c;
    font-size: 1.2em;
    padding: 3px 0 3px 15px;
    position: relative;
}

.com_img_l {
	width:330px;
	float:left;
	margin:0 20px 20px 0;
}

.com_img_r {
	width:330px;
	float:lright;
	margin:0 20px 20px 0;
}

.com_img_l img,
.com_img_r img {
	padding:5px;
	/* box-shadow */
	box-shadow:0px 0px 6px -3px #323232;
	-moz-box-shadow:0px 0px 6px -3px #323232;
	-webkit-box-shadow:0px 0px 6px -3px #323232;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.scroll-box {
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto;
}

.table_tag th {
	background:#F0F0F0;
	width: 20%;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:left;
	white-space: nowrap;
	display:table-cell;
}

.table_tag td {
	background:#FFFFFF;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	white-space: nowrap;
	vertical-align:middle;
	display:table-cell;
}


#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-75px;
    padding-top:75px;
	display:inline-block;
}


#idx_pont01,#idx_pont02,#idx_pont03,#idx_pont04,#idx_pont05,#idx_pont06 {
	margin-top:-75px;
	padding-top:75px;
	display:inline-block;
}

/*****************************
header
******************************/
header {
	background:#FFFFFF;
	width:100%;
	height:100px;
	position:fixed;
	z-index:300;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -2px #666666;
	-moz-box-shadow:0px 0px 6px -2px #666666;
	-webkit-box-shadow:0px 0px 6px -2px #666666;
}

.header_l {
	width:1080px;
	float:left;
	margin:20px 0 0;
}

.logo_img {
	float:left;
	width:113px;
	margin:0;
}

.hed_inner {
	display:block;
	width:940px;
	float:right;
}

.menu_list {
	width:100%;
	margin:30px 0 0;
	padding:0;
	list-style-type:none;
	font-size:1.1em;
}

.menu_list li {
	white-space:nowrap;
	margin-right:30px;
	float:left;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
}

.menu_list li span {
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	white-space:nowrap;
}

.menu_list li a {
	color:#000000;
	display:block;
}

.menu_list li a span {
	color:#004C90;
	display:block;
}

.menu_list li:last-child {
	margin-right:0;
}

.header_r {
	width:180px;
	float:right;
	margin:0;
}

.g_navi {
	display:block;
	width:100%;
	margin:5px 0 20px;
	padding:0;
	list-style-type:none;
}

.g_navi li {
	float:left;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-right:1px solid #333333;
	padding:0 8px;
}

.g_navi li a {
	color:#323232;
}

.g_navi li:last-child {
	border-right:none;
}

.btn_01 {
	display:block;
	width:170px;
	padding:5px;
	background:#333333;
	text-align:center;
	font-weight:bold;
	margin:0;
}


.btn_01 a {
	color:#FFFFFF;
	display:block;
	letter-spacing:1px;
}

.sp_list {
	display:none;
}



/*****************************
footer
******************************/
footer {
	width:100%;
	padding:20px 0;
}

.go_top {
	background: #eeeeee;
	height: 60px;
	margin-bottom: 20px;
}

.go_top a {
	color: #ffffff;
	background: #000000;
	display: block;
	height: 60px;
	width: 60px;
	margin: auto;
	text-indent: -9999px;
}

.go_top a {
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.go_top a::before,
.go_top a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.go_top a::before {
	position: absolute;
	top: 10px;
	left: 22px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footerL { float: left; font-size: 0.8em; display: block;}

.footerL ul { list-style: none; margin: 0; padding: 0;}
.footerL ul li { float: left; margin: auto 10px auto auto;}
.footerL ul li a { color: #000000;}
.footerL ul li a:hover { text-decoration: underline;}

.footerL ul li:nth-of-type(7) { clear: both;}

.footerR { float: right; font-size: 0.8em; margin:auto;}
.footerR img { float: left;}
.footerR p { white-space:nowrap;}



.fot_sitemap {
	display:none;
}

.address {
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
	margin:0 0 20px 120px;
}

.copyright {
	font-size:0.8em;
	text-align:center;
}

.com_fot_bg {
	width:100%;
	background:url(../images/com/bg_img.png) 0 0 repeat;
	padding:15px 0 0;
}

.com_bnr_list {
	width:98%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.com_bnr_list li {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.com_bnr_list li:nth-child(2n+2) {
	margin-right:0;
}

.com_bnr_list li:nth-child(4n+4) {
	margin-right:0;
}

/*****************************
contents_top
******************************/
.contents_top {
	padding-top: 100px;
}


/*****************************
index
******************************/

.com_block { padding: 40px 0;}

.bg01 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6dde6+0,ffffff+100 */
	background: #d6dde6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6dde6 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d6dde6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d6dde6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bg02 {
	background: #f2f5f7;
}

.bg03 {
	background: #f2f5f7;
}

.bg04 {
	background: #e5e5e5;
}

.bg05 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99acb3+0,abbec8+30,ccd9e0+68,eff3f4+100 */
background: #99acb3; /* Old browsers */
background: -moz-linear-gradient(45deg,  #99acb3 0%, #abbec8 30%, #ccd9e0 68%, #eff3f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #99acb3 0%,#abbec8 30%,#ccd9e0 68%,#eff3f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #99acb3 0%,#abbec8 30%,#ccd9e0 68%,#eff3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99acb3', endColorstr='#eff3f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ttl_txt {
	text-align: center;
	font-size: 2em;
	line-height: 160%;
}

.ttl_en {
	text-align: center;
	color: #004c90;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.contents_box{
	width:960px;
	margin:0 auto;
}

.message_box01{
	width:960px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}

.message_box01 img{
	width:315px;
	float:left;
}

.message_box01 .message_box_text{
	float:right;
	width:585px;
	padding:30px;
}


.message_box01 .message_ttl_txt {
	font-size: 1.5em;
	line-height: 160%;
}

.message_box01 .message_ttl_en {
	color: #004c90;
	font: italic bold 1.2em "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

.message_box01 .message_list{
	list-style:none;
	overflow:hidden;
	margin:20px auto 0;
}

.message_box01 .message_list li{
	float:left;
	width: auto;
	margin:0;
}

.message_box01 .message_list li a{
	background:#004c90;
	color:#ffffff;
	width:130px;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 0 15px 0 0 ;
}

.message_box01 a.message_link_btn {
	background:#004c90;
	color:#ffffff;
	width:130px;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 50px auto 0 ;
}

.message_box02{
	width:960px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}

.message_box02 img{
	width:315px;
	float:right;
}

.message_box02 .message_box_text{
	float:left;
	width:585px;
	padding:30px;
}


.message_box02 .message_ttl_txt {
	font-size: 1.5em;
	line-height: 160%;
}

.message_box02 .message_ttl_en {
	color: #004c90;
	font: italic bold 1.2em "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

.message_box02 .message_list{
	list-style:none;
	overflow:hidden;
	margin:20px auto 0;
}

.message_box02 .message_list li{
	float:left;
	width: auto;
	margin:0;
}

.message_box02 .message_list li a{
	background:#004c90;
	color:#ffffff;
	width:130px;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 0 15px 0 0 ;
}

.message_box02 a.message_link_btn {
	background:#004c90;
	color:#ffffff;
	width:130px;
	padding:10px 0;
	display:block;
	text-align:center;
	font-size:0.8em;
	margin: 50px auto 0 ;
}

.business_list{
	list-style:none;
	width:960px;
	margin:0 auto;
}

.business_list li a{
	text-align:center;
	color:#FFFFFF;
	display:block;
	width:100%;
	font-size:1em;
	padding:50px 0 50px 0;
}

.business_list li a span{
	font-size:2em;
	margin-top:10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}


.bl_btn01 a{
	background-image: url(../images/index/img01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bl_btn02 a{
	background-image:url(../images/index/img02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bl_btn03 a{
	background-image:url(../images/index/img03.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bxslider_wrap{
	width:100%;
	height:auto;
}

.bxslider_wrap img{
	width:100%;
	height:auto;
}

.slider_wrap{
	width:100%;
	height:auto;
	position:relative;
}

.slider_text{
	margin: -250px 0 0 -550px;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	background-image: url(../images/slide/idx_slide_text01.png);
	width:629px;
	height:460px;
	text-indent:-9999px;
	display:block;
}

.sp_slider_text{
	display:none;
}


.idx_movie {
	background:#FFFFFF;
	width:580px;
	margin:0 auto 20px;
	padding:5px;
}

.idx_btn {
	width:960px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.idx_btn li {
	background:#004c90;
	width:440px;
	padding:8px 0;
	margin:0 20px;
	float:left;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.idx_btn li a {
	display:block;
	color:#FFFFFF;
}



}
