@charset "UTF-8";
/* 全ページ共通 */
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover {
	color: #e60a0a;
	text-decoration: underline;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #333;
}

body.inst_en {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


input, select {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* --- フッタ --- */
.footer-base {
}/* フッタエリアのダミー */
.footer-menu {
	width: 930px; /* 960-(25+5) */
	margin: 100px auto 0 auto;
	padding: 20px 5px 20px 25px;
	background-color: #7e9fb2;
	border-bottom: solid 1px #6e8b9d;
	display: table;
}
.footer-menu > dl.menu-area {
	display: table-cell;
	color: #ddd;
	margin: 0;
	padding: 0;
}
.footer-menu > dl.menu-area > dt {
	font-size: 0.8em;
	margin: 0 20px 7px 0;
	font-weight: 540;
	/*color: #ffffff;*/
	color: #0000cc;
	/*text-decoration: underline;*/
	border-bottom: dotted 1px #00c;
}
.footer-menu > dl.menu-area > dd {
	margin-left: 0;
	font-size: 0.75em;
	line-height: 24px;
}
.footer-menu > dl.menu-area > dd a {
	color: #fff;
}
.footer-menu > dl.menu-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu > dl.menu-area a:hover {
	color: #ff0;
	text-decoration: none;
}
.footer-bar {
	width: 940px; /* 960-10*2 */
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #7693a5;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}
.sns {
	float: left;
	width: 39%;
	text-align: left;
}
.sns i {
	color: #fff;
	vertical-align: middle;
}
.sns span {
	width: 38px;
	height: 38px;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	border-radius: 19px;
	margin-right: 4px;
}
.sns span.tw {
	background-color: #09f;
}
.sns span.fb {
	background-color: #3a5795;
}
.sns span.yt {
	background-color: #e62016;
}
.sns span.ig {
	background-color: #333;
}
.credit {
	float: right;
	width: 59%;
	text-align: right;
}

.credit2 {
	float: right;
	width: 59%;
	text-align: right;
	margin-bottom: 50px;
}

.copyright {
	margin: 0 5px 0 0;
	/*padding: 10px 0 0 0;*/
	font-size: 12px;
	color: #fff;
}
.copyright a,
.copyright a:visited {
	color: #fff;
}
.copyright a:hover {
	color: #e62016;
}
.copyright2 {
	margin: 0 5px 0 0;
	/*padding: 10px 0 0 0;*/
	font-size: 12px;
	/*color: #fff;*/
}
.copyright2 a,
.copyright2 a:visited {
	color: #fff;
}
.copyright2 a:hover {
	color: #e62016;
}
.copyright::before, .copyright2::before {
	content: "\f1f9";
 	font-family: FontAwesome;
	display: inline;
	margin-right: 4px;
}

.privacy {
	padding: 0;
	color: #003399;
	margin: 0 6px 0 0;
	font-size: 11px;
}
.privacy a:visited {
	color: #003399;
}
.privacy a:hover {
	color: #e62016;
}

/* -- ページ右下に表示するトップボタン --*/
#pageTop{
	background-color: #ddd;
	border-radius: 5px;
	color: #999;
	padding: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 100%;
	text-decoration: none;
	opacity: 0.6;
}
#pageTop:hover{
	background-color: #eee;
	color: #666;
}

/* ヘッダ */
.header-image {
	width: 960px;
	margin: 0 auto;
	display: table;
}

.header-image .logo {
	width: 751px;
	text-align: left;
	display: table-cell;
}

/* -- ログインボタン --*/
.header-image .login {
	width: 209px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	background: url("../image/mypagelogin2.png") no-repeat right center;
	/*background-color: #DCC3C1;*/
}
.header-image .login a {
    display: block;
}
.header-image .login a:hover img {
    visibility: hidden;
}
.header-image img {
	vertical-align: bottom;
}

/*ドロップダウンメニュー*/
.header-base {
	width: 100%;
	display: table;
}
#dropdw {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 2px 0;
	border-top: solid 1px #7e9fb2;
	border-bottom: solid 1px #7e9fb2;
	display: table;
}
#dropdw > div {
  	display: table-cell;
   	position: relative;
	z-index: 9;
}
/* メニューのラベル */
#dropdw > div > span {
 	width: 142px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to bottom, #7e9fb2 0%, #7693a5 50%, #6e8b9d 51%, #7693a5 100%);
	border-right: 1px solid rgba(255,255,255, 1.0 );
	text-align: center;
	cursor: pointer;
	display: block;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#dropdw > div.wide > span {
	 width: 244px;
}
#dropdw > div.lastmidashi > span {
	border-right: 1px solid #7e9fb2;
}
#dropdw > div > span a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#dropdw > div > span:hover,
#dropdw > div > span a:hover {
	color: #ffff80;
}
ul.ddli {
	display: none;
  	list-style: none;
	position: absolute;
	width: 150%;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
}
ul.wide224 {
	width: 100%;
}
ul.lastlist {
	left: -72px;
}
ul.ddli li {
	overflow: visible;
	color: #fff;
	height: 36px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #7693a5;
	background: linear-gradient(to bottom, #7e9fb2 0%, #7693a5 50%, #6e8b9d 51%, #7693a5 100%);
}
ul.ddli li:last-child {
	border-radius: 0 0 3px 3px;
}
ul.ddli li a {
	line-height: 36px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-left: 17px;
	display: block;
}
ul.ddli li a:hover {
	color: #ff0;
}
ul.ddli li a.ext:after {
	margin-left: 10px;
	content: '\f08e';
	color: #cff;
	font-family: 'FontAwesome';
}
/* //////////////*/


/* h1見出し （緑）*/
.searchhead2 {
	width: 957px; /* 960-2-1 */
	/*margin: 25px auto 5px;*/
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 1px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	color: #000;
}
/* h1見出し用ab*/
.a2 {
	border-left:6px solid #48832C;
	border-bottom:1px solid #48832C;
	padding: 3px 10px;
}
.b2 {
	display:block; /* spanをブロック要素に*/
	margin:5px 0 0 2px;
	color:#999;
	font-size:0.5em;　/* h1に対して50%*/
	font-weight:400;
}
.c2 {
	display: block;
	font-size: 13.5px;
	margin-left: 2px;
	font-weight: normal;
}

/* h1見出し （赤）*/
.searchhead3 {
	width: 957px; /* 960-2-1 */
	/*margin: 25px auto 5px;*/
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 1px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	color: #000;
}

/* h1見出し用ab*/
.a3 {
	border-left:6px solid #D40707;
	border-bottom:1px solid #D40707;
	padding: 3px 10px;
}
.b3 {
	display:block; /* spanをブロック要素に*/
	margin:5px 0 0 2px;
	color:#999;
	font-size:0.5em;　/* h1に対して50%*/
	font-weight:400;
}

.b4 {
	padding-bottom: 25px;
}

/* h1見出し （文字小）*/
.searchhead4 {
	width: 957px; /* 960-2-1 */
	/*margin: 25px auto 5px;*/
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 1px;
	text-align: left;
	vertical-align: top;
	font-size: 0.7em;
	color: #000;
}

/* h1見出し用ab*/
.a4 {
	border-left:6px solid #48832C;
	border-bottom:1px solid #48832C;
	padding: 3px 10px;
}
.b4 {
	display:block; /* spanをブロック要素に*/
	margin:5px 0 0 2px;
	color:#999;
	font-size:0.6em;　/* h1に対して50%*/
	font-weight:400;
}
/* === 外部サイトへのリンクを示すマーク === */
a.ext:after {
	margin: 0 5px;
	content: '\f08e';
	color: #ccf;
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
}
