/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */@charset "UTF-8";

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	margin: 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	padding: 0;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	/*font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;*/
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
	font-weight: 500;
}

body {
	color: #000;
	background: #fff;
	min-width: 1140px;
	padding-top: 154px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #dddddd;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #03399c;
	text-decoration: underline;
}

a:hover,a:focus {
	text-decoration: none;
}

a:active {
	color: #03399c;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}



@media screen and (max-width: 798px) {
	html {
		font-weight: normal;
	}
	body {
		min-width: 320px;
		padding-top: 0;
	}
}


/*header
--------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background: #FFF;
}

header #hd_logo {
	float: left;
	width:403px;
}

header .hd_group_logo {
	float: right;
	width: 164px;
}

header .hd_bnr {
	float: right;
	width:77px;
	margin:0;
	padding-top:10px;
}

header .hd_search {
	float: right;
	width:220px;
	padding-top:10px;
}

header .hd_search input{
	vertical-align: middle;
}

header .hd_search .input_txt{
	width:160px;
	height:30px;
	padding:2px 5px;
	border:1px solid #cccccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

header .hd_search .input_btn{
	width:58px;
	margin-left:1px;
}

.header_block {
	clear: both;
	width:1000px;
	margin: 0 auto;
	padding:12px 0 24px;
	position:relative;
}



@media screen and (max-width: 798px) {
	body {
		padding-top: 70px;
	}
	header {
		min-width: 320px;
		/*position: fixted;
		top: auto;
		left: auto;
		z-index: auto;
		width: auto;
		background: none;*/
	}
	header #hd_logo {
		float: left;
		width: 78%;
		padding: 0 10px 0 0;
	}
	header #hd_logo img {
		max-height: 50px;
		vertical-align: top;
	}
	header .hd_group_logo {
		display: none;
	}
	header .hd_bnr,
	header .hd_search {
		display: none !important;
	}
	.header_block {
		width: auto;
		padding: 10px;
	}
}


/*SP用 グロナビボタン
---------------------------------------------------------- */
.sp_gnav_btn {
	display: none;
}

@media screen and (max-width: 798px) {
	.sp_gnav_btn {
		display: block;
		float: right;
		width: 50px;
		text-align: right;
	}

	.sp_gnav_btn img {
		vertical-align: top;
		max-width: 50px;
	}
}

/*SP用 グロナビ
---------------------------------------------------------- */
#sp_gnav {
	display: none;
}

@media screen and (min-width: 799px) {
	#sp_gnav {
		display: none !important;
	}
}

@media screen and (max-width: 798px) {
	#sp_gnav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100001;
		width: 100%;
		min-width: 320px;
		height: 100vh;
		background-color: rgba(6,29,75,0.95);
		color: #00379b;
	}

	#sp_gnav nav{
		padding: 10px 0 50px;
		background-color:#fff;
	}

	#sp_gnav .sp_gnav_ttl {
		clear: both;
		display:table;
		width:100%;
		border-bottom:1px solid #04379c;
	}

	#sp_gnav .sp_gnav_ttl p{
		display:table-cell;
		padding:0 0 5px 10px;
		font-size:24px;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		vertical-align: middle;
	}

	#sp_gnav .sp_gnav_ttl .sp_gnav_close{
		display: table-cell;
		width: 50px;
		padding: 0 10px 5px 0;
		text-align: right;
		vertical-align: middle;
	}

	#sp_gnav .sp_gnav_ttl .sp_gnav_close img{
		max-width: 50px;
		cursor: pointer;
	}

	#sp_gnav nav ul{
		width:92%;
		margin: 0 auto;
	}

	#sp_gnav nav li{
		list-style: none;
		overflow: visible;
		border-bottom:1px solid #bbbbbb;
	}

	#sp_gnav nav li a{
		display: block;
		position: relative;
		padding: 15px 0;
		line-height: 14px;
		color: #0b0b0b;
		font-size: 14px;
		text-decoration: none;
	}
	#sp_gnav nav li a::after{
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 14px;
		height: 14px;
		background: url(../img/common/bg_triangle01.png);
		background-size: 14px 14px;
	}

	#sp_gnav nav li a .eng{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		height: 12px;
		margin: auto 0;
		color:#00379b;
		font-weight: 700;
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
	}

	#sp_gnav nav .sp_gnav_bnr {
		margin:30px auto 0;
		width:80%;
		text-align: center;
		line-height:0;
	}

	#sp_gnav nav .sp_gnav_bnr img{
		width:100%;
		max-width:280px;
		border:2px solid #dddddd;
	}

	#sp_gnav .sp_search {
		width:92%;
		margin: 30px auto 0;
	}

	#sp_gnav .sp_search input{
		vertical-align: middle;
	}

	#sp_gnav .sp_search input:focus{
		outline: none;
	}

	#sp_gnav .sp_search .input_txt{
		width: calc(100% - 65px);
		height: 32px;
		padding: 0 5px;
		border:1px solid #cccccc;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		color: #666;
		font-size: 16px;
	}

	#sp_gnav .sp_search .input_btn{
		width: 63px;
		height: 32px;
		padding-left: 2px;
	}
}



/*gnav
--------------------------------------------------------- */
#gnav {
	width: 1000px;
	margin: 0 auto 18px;
	clear: both;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:123.1%;
}

#gnav ul {
	display:table;
	width:100%;
	margin: 0 !important;
	border-right:1px solid #bbbbbb;
}

#gnav li {
	list-style: none;
	display:table-cell;
	width:20%;
	margin: 0 !important;
	padding: 0 15px;
	text-align: center;
	border-left:1px solid #bbbbbb;
	overflow:visible !important;
}

#gnav li a {
	display:block;
	padding: 10px;
	color:#333333;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}


#gnav li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #03399c;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#gnav li a:hover::after,
#gnav li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}



@media screen and (max-width: 798px) {
	#gnav {
		display: none !important;
	}
}



/*news
--------------------------------------------------------- */
.news_block ul {
	position:relative;
	margin: 0 0 20px;
	border-top:1px solid #cccccc;
}

.news_block ul li {
	list-style: none;
	font-size:116%;
	margin: 0;
	padding: 0;
	background: none;
}

.news_block ul li a{
	clear: both;
	display:block;
	padding: 20px 0;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	overflow:hidden;
}

.news_block ul li .day{
	float: left;
	width:22%;
	margin: 0;
	padding-right:20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.news_block ul li .day span{
	display:inline-block;
	float: right;
	width:100px;
	margin-left:15px;
	padding:5px 10px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	background-color:#00379b;
	font-size:12px;
	text-align: center;
}

.news_block ul li .day span:before{
	content:" ";
	display: inline-block;
	width:17px;
	height:16px;
	margin-right:5px;
	vertical-align: top;
}

.news_block ul li .day.topics span:before{
	background:url(../img/common/news_icon_topics.png) center top no-repeat;
}
.news_block ul li .day.event span:before{
	background:url(../img/common/news_icon_topics.png) center top no-repeat;
}

.news_block ul li .day.report span:before{
	background:url(../img/common/news_icon_report.png) center top no-repeat;
}


.news_block ul li .txt{
	text-align: left;
	overflow:hidden;
	zoom:1;
	margin: 0;
}

.news_block ul li a:hover .txt{
	text-decoration: underline;
}

@media screen and (max-width: 798px) {

	.news_block ul li {
		font-size:14px;
	}

	.news_block ul li a{
		padding: 15px 0 10px;
	}

	.news_block ul li .day{
		float: none;
		width:100%;
		min-height: 26px;
		margin-bottom:5px;
		padding-right:0;
	}

	.news_block ul li .day span{
		margin-left:10px;
	}
}




/*footer
---------------------------------------------------------- */

footer {
	position:relative;
}

footer .ft_block {
	clear: both;
	width:1000px;
	margin: 0 auto;
	padding: 30px 0;
}

footer .ft_sp_bnr {
	display: none;
}

footer .ft_pmark {
	float: left;
	width:320px;
}

footer .ft_group_logo {
	display: none;
}

footer .ft_txt {
	float: right;
	width:660px;
	text-align: right;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:108%;
}

footer .ft_txt .ft_link a span{
	display:inline-block;
	padding-left:18px;
	margin-left: 20px;
	text-decoration: none;
	color:#000;
	background:url(../img/common/icon_arrow01.png) left 2px no-repeat;
}

footer .ft_txt .ft_link a:hover{
	text-decoration: underline;
}

footer .ft_txt .copyright{
	margin-top:24px;
	font-family: 'Open Sans', sans-serif;
	font-size:77%;
}

@media screen and (max-width: 798px) {
	footer {
		min-width:100%;
	}

	footer .ft_block {
		width: 100%;
		padding: 15px 3%;
	}

	footer .ft_sp_bnr {
		display: block;
		float: right;
		width:25%;
		margin-left:10px;
		text-align: center;
	}

	footer .ft_pmark {
		float: right;
		width:20%;
		margin-bottom:15px;
		text-align: right;
	}

	footer .ft_pmark img{
		width:100%;
		max-width:50px;
	}

	footer .ft_group_logo {
		display: block;
		float: right;
		width: 26.25%;
		margin: 8px 0 0 20px;
	}

	footer .ft_txt {
		float: none;
		width:auto;
		text-align: center;
	}

	footer .ft_txt .ft_link {
		float: left;
		width: 50%;
		text-align:left;
		margin: 0;
		padding-top: 5px;
	}

	footer .ft_txt .ft_link a{
		display:block;
		font-size: 85%;
	}

	footer .ft_txt .ft_link a span {
		padding-left: 10px;
		margin-left: 0;
		background: url(../img/common/icon_arrow01.png) left 5px no-repeat;
		background-size: auto 10px;
		-webkit-background-size: auto 10px;
		-moz-background-size: auto 10px;
		-o-background-size: auto 10px;
	}

	footer .ft_txt .copyright{
		clear: both;
		margin: 15px 0 44px;
		text-align: center;
	}
}

/*page top
---------------------------------------------------------- */

#pagetop {
	/*text-align: center;
	position:absolute;
	right:15px;
	top:-30px;
	margin: 0;*/
	position:fixed;
	right:1%;
	bottom:10%;
	text-align: center;
}
#pagetop a{
	display:block;
	width:50px;
	height:50px;
	padding: 15px 10px;
	background-color:#0a80df;
}

@media screen and (max-width: 798px) {

	#pagetop {
		position: fixed;
		right:0;
		bottom:0;
		width: 100%;
		margin-bottom: 0;
		z-index: 100000;
	}

	#pagetop a{
		width:100%;
		height:auto;
		padding: 12px 10px;
	}

}


/*画像
---------------------------------------------------------- */
@media screen and (max-width: 798px) {
	img {
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
}



/*表示・非表示管理
---------------------------------------------------------- */
.pc_only {
}
.sp_only {
	display:none !important;
}



@media screen and (max-width: 798px) {

	.pc_only {
		display:none !important;
	}
	.sp_only {
		display:block !important;
	}
}



/*float
---------------------------------------------------------- */
.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}


/*font-size
---------------------------------------------------------- */

.font10 {font-size: 77% !important;}
.font11 {font-size: 85% !important;}
.font12 {font-size: 93% !important;}
.font13 {font-size: 100% !important;}
.font14 {font-size: 108% !important;}
.font15 {font-size: 116% !important;}
.font16 {font-size: 123.1% !important;}
.font17 {font-size: 131% !important;}
.font18 {font-size: 138.5% !important;}
.font19 {font-size: 146.5% !important;}
.font20 {font-size: 153.9% !important;}
.font21 {font-size: 161.6% !important;}
.font22 {font-size: 167% !important;}
.font23 {font-size: 174% !important;}
.font24 {font-size: 182% !important;}
.font25 {font-size: 189% !important;}
.font26 {font-size: 197% !important;}



/*margin
---------------------------------------------------------- */


/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}


/*clearfix
---------------------------------------------------------- */
.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
