﻿@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&amp;subset=japanese);

/*=====フォント=====*/

/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
/*select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}*/

/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
	display: none;
}


/*=====共通設定=====*/

/* clearfix */
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*----link----*/

a,li:link {
  color: #333333;
  text-decoration: none;
	transition: all .3s;	
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

a img{
	transition: all .3s;
}

a img:hover{
	opacity: 0.6;
}


/*----form----*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }

input::placeholder {
  color: #9B9999;
}

:focus {
  outline: 0;
}


/*----body----*/
body {
	width: 100%;
	color: #333;
	font-family: 'Noto Sans JP', "Noto Sans Japanese","Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-weight: 500;
}

select, input, button, textarea {
    font: 99% 'Noto Sans JP', "Noto Sans Japanese","Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.wrapper{
	position: relative;
    margin-top:-16px;
}

/*----header----*/
header{
	box-shadow: 0px 5px 6px -5px #a4a4a4;
	/*background: rgba(223,232,252,0.35);*/
	background: rgba(255,255,255,0.88);
	position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
	z-index: 1000;
}

#area_header{
	width: 980px;
	margin: 0 auto;
}

header h1 img{
	float: left;
	width: auto;
	height: 35px;
  margin-top: 12px;
}

nav#gnav{
	font-size: 14px;
	float: right;
}

	nav#gnav ul li {
		float: left;
		font-weight: 500;
		height: 57px;
		box-sizing: border-box;
		background: url(/images/Common/img_gnav01.png) no-repeat 0 20.5px;
		display: block;
		position: relative;
		transition: all .3s;
	}

		nav#gnav ul li:last-child {
			background: url(/images/Common/img_gnav01.png) no-repeat 0 20.5px, url(/images/Common/img_gnav01.png) no-repeat right 20.5px;
		}

		nav#gnav ul li#gnav03 {
			background: url(/images/Common/img_gnav01.png) no-repeat 0 20.5px, url(/images/Common/img_gnav02.png) no-repeat 50% 46px;
		}

		nav#gnav ul li#gnav04 {
			background: url(/images/Common/img_gnav01.png) no-repeat 0 20.5px, url(/images/Common/img_gnav03.png) no-repeat 50% 46px;
		}
/*フォーラム以外をリリース時に実装
		nav#gnav ul li#gnav05 {
			background: url(/images/Common/img_gnav01.png) no-repeat 0 20.5px, url(/images/Common/img_gnav04.png) no-repeat 50% 46px;
		}

*/

nav#gnav ul li a,
nav#gnav ul li p a{
	padding: 23px 19px 20px;
	display: block;
	
}

nav#gnav ul li a:hover,
nav#gnav ul li p a:hover{
  color: #333333;
}

		nav#gnav ul li:last-child a:hover {
			background: #bbe7f9 url(/images/Common/img_gnav01.png) no-repeat 0 20.5px, url(/images/Common/img_gnav01.png) no-repeat right 20.5px;
			color: #333333;
		}

		nav#gnav ul li#gnav01:hover {
			border-bottom: solid 5px #171581;
			background: #bbe7f9 url(/images/Common/img_gnav01.png) no-repeat 0 20.5px;
		}

nav#gnav ul li#gnav02:hover {
	border-bottom: solid 5px #0099e8;
    background-color: #bbe7f9;
	background-image: url(/images/Common/img_gnav01.png);
	background-position: 0 20.5px;
	background-repeat: no-repeat;
}

nav#gnav ul li#gnav03:hover {
	border-bottom: solid 5px #ffb464;
	background-color: #bbe7f9;
	background-image: url(/images/Common/img_gnav01.png),url(/images/Common/img_gnav02.png);
	background-position: 0 20.5px,50% 46px;
	background-repeat: no-repeat,no-repeat;
}

nav#gnav ul li#gnav04:hover {
	border-bottom: solid 5px #b6bfc7;
	background-color: #bbe7f9;
	background-image: url(/images/Common/img_gnav01.png),url(/images/Common/img_gnav03.png);
	background-position: 0 20.5px,50% 46px;
	background-repeat: no-repeat,no-repeat;      
}

nav#gnav ul li#gnav05:hover {
	border-bottom: solid 5px #ff9a98;
	background-color: #bbe7f9;/*
	background-image: url(/images/Common/img_gnav01.png),url(/images/Common/img_gnav04.png);
	background-position: 0 20.5px,50% 46px;
	background-repeat: no-repeat,no-repeat;  */       
}

nav#gnav ul li#gnav06:hover {
	border-bottom: solid 5px #171581;
	background-color: #bbe7f9;
	background-image: url(/images/Common/img_gnav01.png),url(/images/Common/img_gnav01.png);
	background-position: 0 20.5px,0 right;
	background-repeat: no-repeat,no-repeat;
}

nav#gnav ul li ul.submenu{
	display: none;
	position: absolute;
	width: 164px;
}

nav#gnav ul li ul.submenu li{
	height: auto;
	float: none;
	box-sizing: border-box;
	display: block;
	background-image: none;
}

nav#gnav ul li ul.submenu li a{
	float: none;
	background-color: rgba(225,247,255,0.9);
	padding: 17px 0 17px 19px;
	display: block;
	box-sizing: border-box;
}

nav#gnav ul li:hover ul.submenu{
	display: block;
	top: 56.5px;
	left: 0;
}

nav#gnav ul li ul.submenu li a:hover{
	background-color: #bbe7f9;
}


/*タブレットスマホ時のサブナビ表示アイコン*/
nav#gnav ul li p{
	position: relative;
}

nav#gnav ul li img.open_list{
	position: absolute;
	top: 10.5px;
	right: 10%;
}






/*----#wrap----*/
#wrap{
	box-shadow: 0px 5px 6px -5px #a4a4a4;
}

/*----#container----*/
#container{
	width: 980px;
	margin: 65px auto 0;
	padding-bottom: 60px;
	position: relative;
}

/*----.login_bar----*/
#container .login_bar{
	position: absolute;
	top: 0;
    right: 0;
	z-index: 999;
}

#container .login_bar .login_name{
    display:inline-block;
    margin: 0 20px 0 0;
}

#container .login_bar div {
    display: inline-block;
}

#container .login_bar p{
	font-size: 14px;
	font-weight: 500;
    display:inline-block;
}

#container .login_bar div p:first-child{
	margin-right: 20px;
}

#container .login_bar p a{
	line-height: 1.2;
  vertical-align: middle;
	display: block;
}

#container .login_bar p.text_login a{
	background: url(/images/Common/icon_login_small.png) no-repeat 0 0;
	background-size: contain;
	padding-left: 19px;
}

#container .login_bar p.text_registration a{
	background: url(/images/Common/icon_registration_small.png) no-repeat 0 0;
	padding-left: 20px;
	background-size: contain;
}

#container .login_bar p.text_logout a{
	background: url(/images/Common/icon_logout_small.png) no-repeat 0 0;
	padding-left: 19px;
	background-size: contain;
}

#container .login_bar p.text_mypage a{
	background: url(/images/Common/icon_mypage_small.png) no-repeat 0 0;
	padding-left: 18px;
	background-size: contain;
}

#container .login_bar p.text_login a:hover,
#container .login_bar p.text_registration a:hover,
#container .login_bar p.text_logout a:hover,
#container .login_bar p.text_mypage a:hover {
	opacity: 0.6;
	color: #333333;
}

/*----#topicpath----*/

#container #topicpath {
 margin: 0 0 20px 0;
}

#container #topicpath p{
	float: left;
	font-size: 11px;
    line-height: 1.6;
}

#container #topicpath p:nth-child(n+2){
	padding-left: 17px;
	background: url(/images/Common/icon_arrow1.png) no-repeat 6px 4px;
}

#container #topicpath p:last-child{
	font-weight: 600;
}

/*----pagetopボタン----*/
footer p#pagetop{
	position: fixed;
	bottom: 40px;
	right: 45px;
}

footer p#pagetop img:hover{
	opacity: 0.6 ;
}

/*----footer----*/
footer #sitemap{
	width: 980px;
	margin: 0 auto;
	padding: 74px 0;
}

footer #sitemap ul.area_sitemap{
	float: left;
}

footer #sitemap ul#area_sitemap01{
	margin-right: 32.5px;
}

footer #sitemap ul.area_sitemap li.box1{
	float: left;
	line-height: 1;
	width: 170px;
	margin-right: 32.5px;
}

footer #sitemap ul.area_sitemap li.box1:last-child{
	margin-right: 0;
}

footer #sitemap ul.area_sitemap li.box1 dt{
	font-size: 14px;
	font-weight: 600;
	border-bottom: solid 0.8px #b5b5b5;
	padding:0 0 11px 6px;
	box-sizing: border-box;
}

footer #sitemap ul.area_sitemap li.name01{
	font-size: 14px;
	font-weight: 600;
	padding:0 0 11px 6px;
	box-sizing: border-box;
}

footer #sitemap ul.area_sitemap li.name01{
	border-bottom: solid 0.8px #b5b5b5;
}

footer #sitemap ul.area_sitemap li.box1 dd{
	font-size: 13.5px;
    line-height: 1.4;
	font-weight: 500;
	padding-left:6px;
	box-sizing: border-box;
}

footer #sitemap ul.area_sitemap li.box1 dd ul li{
	padding-top:11px;
}

footer #wrap_cr{
	background: #171581;
}

footer #copyright{
	height: 35px;
	width: 980px;
	margin: 0 auto;
}

footer #copyright img#logo_long{
	float: left;
	margin-top: 7px;
}

footer #copyright div{
	float: right;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 1;
	padding-top: 12px;
}

/*====_Layout02.cshtml====*/
/*---header---*/
.layout02 header {
    height: 57px;
    background: #171581;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
}

.layout02 header img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 169px;
    height: auto;
}