body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333;
	/*1em=16px , 0.875em=14px*/
	font-size: 0.9em;
	width: 100%;
	word-break : break-all;
	min-width: 860px;
	background: #E6F0F0;
}

a { color: #333; text-decoration: none;}
a:hover { color: #0000bb; text-decoration: underline;}

h1,h2,h3,h4,h5 {font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.link_btn {}

/*カラム分割*/
.column > div { float: left;}

.column2 { width: 49%; margin-right: 2%; margin-bottom: 2%;}
.column2:nth-child(2n) {margin-right: 0;}

.column3 { width: 32%; margin-right: 2%; margin-bottom: 2%;}
.column3:nth-child(3n) { margin-right: 0;}

.column4 { width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
.column4:nth-child(4n) { margin-right: 0;}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*common*/

li {
	list-style: none;
}

a {
    text-decoration: none;
    color: #00559B;
}

.red {
	color:#CC0000;
}

.caption.mb20 {
	margin-bottom: 30px;
}

.mb_none {
	margin-bottom: 0 !important;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

HEADER		

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header {
    width: 100%;
    border-bottom: 4px solid #33cccc;
    background: #fff;
    height: 260px;
	z-index: 2;
    position: relative;
}


#header #header_in {
	width: 860px;
	margin: 0 auto;
}

#header_in h1 {
}

#header_in img:nth-child(2) {
    margin: 40px 0 40px 140px;
}

#header_in .txt_img {
	margin: 40px 0 40px 140px;
}

/****************************************************
*nav
****************************************************/
#nav {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#nav_in {
    width: 715px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: #fff;
}

#nav_in  ul {
	width: 645px;
	margin: 0 auto;
	float: left;
}

#nav_in li {
	float: left;
	width: 19%;
	/*border-left: 1px solid #009EAB;*/
	border-right: 1px solid #33cccc;
}

/*リンク無しver*/
#nav_in li {
	text-align: center;
	color: #33cccc;
	display: block;
	padding: 2px 4px;
    font-size: 16px;
}


#nav_in li:first-child {
	border-left: 4px solid #33cccc;
}

#nav_in li:last-child {
    border-right: none;
    /*border-right: 4px solid #33cccc;*/
}

#nav_in li:nth-child(4) {
	width: 24%;
    padding-top: 5px;
}

#nav_in li a {
	font-size: 16px;
}

#nav_in li a:hover {
	text-decoration: underline !important;
}

#nav_in p a:hover {
	text-decoration: underline;
}

#nav_in a {
	text-align: center;
	color: #33cccc;
	display: block;
	padding: 2px 5px;
    font-size: 16px;
    text-decoration: none;
}

#nav_in p {
	float: left;
	background: #33cccc;
	text-align: center;
	width: 70px;
}

/*リンク無しver*/
#nav_in p {
    color: #FFF;
    padding: 4px 0px;
    display: block;
    line-height: 1.8;
    font-size: 12px;
}

#nav_in p a {
    color: #FFF;
    padding: 4px 10px;
    display: block;
    line-height: 1.8;
    font-size: 12px;
}

/*プルダウン*/
#nav .child li {
    /* display: none; */
    padding: 5px 0 0;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #555555;
    width: 30%; 
    background: #FFF;
    height: auto;
    border-right: none;
    border-left: none;
    float: none;
}

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

#nav .child li a {
    color: #33cccc;
    display: block;
    text-align: left;
    border: none;
    font-size: 15px;
    padding-top: 0;
    padding-left: 15px;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 10px;
    background: url(../images/arw_nav.png) no-repeat left 6px;
}

#nav .child li:last-child a {
	border-bottom: none;
}

#nav .child li a:hover {
	color: #03a1ff;
}

.down {
    position: relative;
}

.down .nav_en {
	font-size: 10px !important;
    color: #03a1ff !important;
}

.down:hover {
	color: #03a1ff;
	cursor: pointer;
}

.down span:hover {
	opacity: 0.6;
}

.down span {
	text-align: center;
	color: #33cccc;
	display: block;
	padding: 2px 5px;
}

#nav .child {
    display: none; 
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 100;
}

/*----02*/

#nav .child02 li {
    /* display: none; */
    padding: 5px 0 0;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #555555;
    width: 30%; 
    background: #FFF;
    height: auto;
    border-right: none;
    border-left: none;
    float: none;
}

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

#nav .child02 li a {
    color: #33cccc;
    display: block;
    text-align: left;
    border: none;
    font-size: 15px;
    padding-top: 0;
    padding-left: 15px;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 10px;
    background: url(../images/arw_nav.png) no-repeat left 6px;
}

#nav .child02 li:last-child a {
	border-bottom: none;
}

#nav .child02 li a:hover {
	color: #03a1ff;
}

.down02 {
    position: relative; 
}

.down02 .nav_en {
	font-size: 10px !important;
    color: #03a1ff !important;
}

.down02:hover {
	color: #03a1ff;
	cursor: pointer;
}

.down02 span:hover {
	opacity: 0.6;
}

.down02 span {
	text-align: center;
	color: #33cccc;
	display: block;
	padding: 2px 5px;
}

#nav .child02 {
    display: none; 
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 100;
}

/****************************************************
*VISUAL
****************************************************/

 #visual_wrap {
 	background: #FDFDFD;
 	margin: 0 auto;
 }

.visual_in {
	width: 860px;
	margin: 0 auto;
	background: #F2F2F2;
}


/*メインヴィジュアルフェードイン*/
.visual_in {
	width:860px;
	height:365px;
	margin:0 auto;
	position:relative;
}

.visual_in img {
	position:absolute;
	left:0;
	top:0;
}


/*slider*/
/*slider*//* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 4px 9px !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -26px 9px !important;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	position: absolute;
	top: 50%;
	left: -17px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: 50%;
	right: -17px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-controls.bx-has-controls-direction {
	display: none;
}

.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
}

/*.bx-wrapper img:nth-child(even){
    max-width: 100%;
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}*/

/*.bx-wrapper li:first-child img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.bx-wrapper li:nth-child(3) img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.bx-wrapper li:nth-child(5) img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}*/
/*
.bx-wrapper li:nth-child(2n) img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}*/

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px !important;
    height: 8px !important;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

CONTENTS		

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#bg_body {
	width: 860px;
	margin: 0 auto;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	box-shadow:0px 0px rgba(0,0,0,0.5), 0px 0px rgba(0,0,0,0.5), 0px 2px 15px 0px rgba(0,0,0,0.5);
}

#main {
	width: 100%;
}

#content {
    width: 860px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #F2F2F2;
}

.info {
    padding-top: 60px;
    padding-left: 55px;
}

#main .info h3 {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 10%;
	line-height: 1.2;
}

.info_box {
    width: 88%;
    float: right;
}

.info_box dt {
	width: 14%;
	float: left;
	color: #1C3096;
	vertical-align: middle;
	line-height: 1.2;
}

.info_box dd {
	width: 85%;
	float: left;
	color: #506464;
	vertical-align: middle;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
	line-height: 1.2;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

sub page	

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

/**************
*	概要
***************/
.sub_page #header {
    width: 100%;
    border-bottom: 4px solid #33cccc;
    background: #fff;
    height: 145px;
    padding-top: 45px;
    overflow: hidden;
}

.sub h2 {
	background: #d1d1d1;
	border-left: 4px solid #33cccc;
	color: #02595b;
	font-weight: bold;
	padding-left: 10px;
	line-height: 2;
	margin-bottom: 20px;
}
.sub h5 {
	font-weight: bold;
	margin: 10px 0;
}
#main .sub .inner {
	width: 715px;
	margin: 0 auto;
}

#main .sub h3 {
	background: url(../images/sub_arw_h3.png) no-repeat center left;
    padding-left: 30px;
    margin-bottom: 20px;
   	color: #02595B;
   	font-weight: bold;
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
}

#main .sub h4 {
	color: #02595B;
	font-weight: bold;
}

#main .sub h4:before {
	content:"●";
	padding-right: 15px;
}

#main .sub .box {
	margin-bottom: 20px;
}

#main .sub .img_box p {
	width: 100%;
}

#main .sub .left {
    width: 40%;
    float: left;
    margin: 0 4%;
}

#main .sub .right {
    width: 40%;
    float: left;
    margin: 0 5%;
}

.sub_page h1 {
	float: left;
	width: 45%;
}

.sub_page #header_in .img_txt {
    float: left;
    display: block;
    /* width: 50%; */
    margin: 20px 0 20px 25px;
}

.sub_page table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

.sub_page th {
    width: 30%;
    text-align: left;
    background: #F2F3F7;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

.sub_page td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

/*リンクページ*/
#main .sub .box.link h3 {
	margin-bottom: 5px;
}

#main .sub .box.link h3:after {
	content:url("../images/ico_url.png");
	margin-left: 10px;
	
}

#main .sub .box.link h3:nth-child(3) {
	padding-top: 0 !important;
}

#main .sub .box.link p {
	margin-bottom: 20px;
}

#main .sub .box.link p a {
	text-decoration: underline;
	color: #00559B;
}


/**************
*	G7とは
***************/
.sub.about-page .txt_wrap {
	margin-bottom: 20px;
	background: #F2F3F7;
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.sub.about-page .txt {
	margin-bottom: 10px;
}

/******************
*	秋保について
*******************/
.sub.akiu-page .box img {
	width: 100%;
	height: auto;
}

.sub.akiu-page .box p {
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/******************
*	プレスページ
*******************/

.press_page .press_date th {
    width: inherit;
}

.press_page th {
    text-align: center;
}

table.press_date {
	width: 50%;
}

.press_date .indent {
	text-indent: 1.6em;
}

.press_page a {
    /*text-decoration: underline;*/
    color: #00559B;
}

#main .press_page h3 {
	font-size: 15px;
    color: #1C3096;
    font-weight: normal;
	float: none;
    width: 35%;
	line-height: 1.2;
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
    text-indent: 12px;
    float: left;
    width: 16%;
}

.press_page .info_box {
    width: 100%;
    float: none;
}

.press_page .info_box dt {
	width: 15%;
	float: left;
	color: #1C3096;
	vertical-align: middle;
}

.press_page .info_box dd {
	width: 85%;
	float: left;
	color: #506464;
	vertical-align: middle;
    margin-bottom: 10px;
}

.press_page li {
	line-height: 1.2;
	padding-left: 15px;
}

/******************
*	復興ページ
*******************/

.earthquake-page h4:before {
    content: "●";
    padding-right: 5px !important;
}

.earthquake-page .box {
	margin-bottom: 30px !important;
}

.earthquake-page table.list {
	margin-bottom: 20px;
}

.earthquake-page .dc_txt {
	margin-bottom: 20px;
}

.earthquake-page .img_in {
	width: 65%;
	float: left;
}

.earthquake-page .img_box {
	width: 30%;
	float: right;
	margin-top: 50px;
}

.earthquake-page .img_list {
	clear: both;
}

.earthquake-page .img_list > div {
    width: 23%;
    float: left;
    margin-right: 19px;
}

.earthquake-page .img_list > div:last-child {
	margin-right: 0;	
}

.earthquake-page .img_list > div img {
    width: 100%;
    height: 118px;
    text-align: center;
}


.earthquake-page .caption {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	padding: 3px 0;
}

.earthquake-page .caption span {
	font-weight: bold;
}

.status .pic {
    width: 310px;
}

.status .arw_pic {
	padding-bottom: 75px;
    width: 80px;
    height: auto;
}

.status .center {
	width: 80%;
	margin: 20px auto 40px;
}

.transition .arw_pic {
	padding-bottom: 200px;
    width: 80px;
    height: auto;
}

.transition .pic {
	width: auto;
    height: 435px;
}

.status p {
	margin: 10px 0;
}

.box_in_left {
	width: 48%;
	float: left;
}

.box_in_right {
	width: 48%;
	float: right;
}

.box_in_left img,.box_in_right img,
.img_boxleft img,.img_boxright img  {
	width: 100%;
	height: auto;
}
/******************

.box_in_right h4 {
	margin-bottom: 65px;
}
****/
.img_boxleft {
	width: 48%;
	float: left;
}

.img_boxright {
	width: 48%;
	float: right;
}

.cont {
	margin-bottom: 30px;
}

.cont.column03 .img_boxleft,
.cont.column03 .img_boxcenter, 
.cont.column03 .img_boxright {
	width: 32%;
	float: left;
	margin-right: 10px;
}

.cont.column03 .img_boxright {
	margin-right: 0;
}

.cont.column03 .img_boxleft img,
.cont.column03 .img_boxcenter img, 
.cont.column03 .img_boxright img {
	width: 100%;
	height: auto;
}

.earthquake-page .time_line {
	margin-bottom: 20px;
}

.earthquake-page .time_line img {
    width: auto;
    height: 290px;
    vertical-align: top;
}

.earthquake-page .time_line img:first-child {
    width: 100%;
    height: auto;
}

.earthquake-page .time_line img:nth-child(2) {
    margin-left: 24px;
}

.txt_wrap {
    margin: 15px 0 20px;
    background: #F2F3F7;
    border: 1px solid #ddd;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.transition {
    margin-bottom: 40px;
}

.earthquake-page .box.link:after {
    content: url("../images/ico_url.png");
    margin-left: 5px;
}

.videp_frame {
	width: 640px;
	margin: 0 auto 40px;
}

.transition .caption.ver02 {
    width: 57%;
    float: left;
    text-align: center;
    margin-bottom: 0;
    padding-right: 100px;
}

.transition .caption.ver03 {
    width: 43%;
    float: right;
    text-align: center;
    margin-bottom: 0;
}

.earthquake-page .caption.ver04 {
	clear: both;
	/* margin-top: -40px; */
	letter-spacing: 0.8px;
	color: #666;
	font-weight: normal !important;
}

.earthquake-page .txt_wrap {
	margin-bottom: 50px;
}

.earthquake-page .box.link a {
    text-decoration: underline;
    color: #00559B;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

FOOTER		

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer {
	width: 100%;
	background: #C8C8C8;
	border-top: 15px solid #009EAB;
}

#footer #footer_in {
	width: 860px;
	margin: 0 auto;
}

.copyright {
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	/*color: #ccc;*/
}

/*ーーーーー2016/05/09ーーーーーー*/
.txt-a-r {
		text-align:right;
}

