﻿@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transport;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1em;
}

header,nav,article,
section,aside,figure,footer {
	display: block;
}

ol, ul {
	list-style: none;
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

html {
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

body {
	background: #FFF;
	width: 100%;
	color: #333631;
}

a,
a:hover {
	color: #333631;
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin-top: 50px;
}

h1 {
	width: 100%;
	margin:  0;
	padding:  0;
	/*
	width: 100%;
	margin: 20px 0;
	padding: 10px 0 8px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
	background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
	background: -moz-linear-gradient(#0b4ebd, #0b1a67);
	background: -o-linear-gradient(#0b4ebd, #0b1a67);
	background: -ms-linear-gradient(#0b4ebd, #0b1a67);
	background: linear-gradient(#0b4ebd, #0b1a67);
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
	*/
}

.btn {
	width: 150px;
	margin: 0 auto;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
	background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
	background: -moz-linear-gradient(#0b4ebd, #0b1a67);
	background: -o-linear-gradient(#0b4ebd, #0b1a67);
	background: -ms-linear-gradient(#0b4ebd, #0b1a67);
	background: linear-gradient(#0b4ebd, #0b1a67);
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

.btn a {
	color: #fff;
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
}

/* ヘッダー画像 */
p#h_bg {
	padding: 5px;
	position: relative;
	background: #256bb3;
	color: #FFFFFF;
	margin-bottom: 0;
}

p#h_bg img {
	width: 99.9%;
	margin: auto;
}

h2.pageTitle {
	width: 100%;
	background: pink;
	text-align: center;
	color: #FFFFFF;
	background: #4682B4;
	font-size: 1.2rem;
	font-weight: bold;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
article {
	margin-top: 20%;
	width: 100%;
}

/* コンテンツタイトル */
article h2 {
	color: #1b1b1b;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/* コンテンツボディ */
article section {
	padding: 4% 5px 3% 10px;
	margin-left: 5px;
	margin-right: 5px;
}

article section:nth-child(even) {
	/*
	background-image: -moz-linear-gradient(top, #F5F5DC, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F5F5DC), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #F5F5DC, #f2f2f2);
	background-image: linear-gradient(top, #F5F5DC, #f2f2f2);
	border: 1px solid #aaa;
	*/
}

article section:nth-child(odd) {
	/*
	background-image: -moz-linear-gradient(top, #F5F5DC, #FFFFF0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F5F5DC), to(#FFFFF0));
	background-image: -o-linear-gradient(top, #F5F5DC, #FFFFF0);
	background-image: linear-gradient(top, #F5F5DC, #FFFFF0);
	border: 1px solid #aaa;
	*/
}

article a {
	/*
	background: url(../img/link_icon.png) no-repeat right center;
	*/
	padding-right: 5%;
	display: block;
	overflow: hidden;
}


/* コンテンツ画像 */
article section a figure {
	width: 35%;
	margin-right: 10px;
	border: solid 1px #9CA695;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

article section a figure img {
	width: 100%;
}


/* コンテンツ画像の説明文字 */
article section a h2 {
	width: 60%;
	color: #9CA695;
	float: left;
}

article section a p {
	width: 90%;
	float: right;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	background: #256bb3;
	color: #FFFFFF;
	margin-top: 20%;
}

/*	コピーライト */
address {
	padding: 3% 0;
	border-top: dotted 1px #333631;
}

address p {
	font-size: 0.714em;
	text-align: center;
}



/*------------------------------------------------------------
スマホのフッターメニュー
------------------------------------------------------------*/
ul.footer_menu {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	left:0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	display: table;
	background: #256bb3;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-size: 0.84rem;
}

ul.footer_menu li {
	display: table-cell;
	margin: 0;
	padding: 10px 0 0 0;
	width: 25%;
	vertical-align: middle;
	list-style-type: none;
	border-right: 1px solid #fff;
}

ul.footer_menu li:last-child {
	border-right: 0;
}

ul.footer_menu li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

ul.footer_menu li a:hover {
	-moz-opacity: 0.6;
	opacity: 0.6;
}

ul.footer_menu li a i {
	font-size: 1.2rem;
}



/*------------------------------------------------------------
	ページトップに戻る
------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 3%;
	right: 3%;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px 3px 3px 3px;
	width: 50px;
	height: 50px;
	background-color: #FF8C00;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/*------------------------------------------------------------
	アコーディオンメニュー(階層1)
------------------------------------------------------------*/
div.accordion {
	margin-bottom: 5px;
}

div.accordion h3 {
	color: #fff;
	padding: 10px;
	background: #333;
	cursor: pointer;
}
div.accordion h3 span {
	display: block;
	background:url("../img/accordion_down.png") no-repeat right 50%;
}
div.accordion h3.accordionDetails span {
	background:url("../img/accordion_up.png") no-repeat right 50%;
}

div.accordion h3 span td.sub_column {
	font-size: 0.80rem;
	padding-right: 20px;
}
div.accordion h3 span td.main_column {
	font-size: 0.86rem;
}


div.accordion div {
	display: none;
	background: #808080;
	margin-bottom: 5px;
}



/*------------------------------------------------------------
	アコーディオンメニュー(階層2)
------------------------------------------------------------*/
div.accordion2 h4 {
	color: #fff;
	padding: 10px;
	background: #333;
	cursor: pointer;
	margin-bottom: 2px;
}
div.accordion2 h4 span {
	display: block;
	background:url("../img/accordion_down.png") no-repeat right 50%;
}
div.accordion2 h4.accordionDetails span {
	background:url("../img/accordion_up.png") no-repeat right 50%;
}

div.accordion2 h4 span td.sub_column {
	font-size: 0.80rem;
	padding-right: 20px;
}
div.accordion2 h4 span td.main_column {
	font-size: 0.86rem;
}


div.accordion2 div {
	padding: 20px;
	display: none;
	background: #DCDCDC;
	margin-bottom: 5px;
}


/*------------------------------------------------------------
	エラーメッセージ
------------------------------------------------------------*/
.error_msg {
	padding: 5px;
	font-size: 0.9rem;
	background: #FFDAB9;
	color: #B22222;
}



/*------------------------------------------------------------
	ページネーション
------------------------------------------------------------*/
.paginationTop {
	margin-top: 5%;
}

.paginationBottom {
	margin-bottom: 5%;
}

.pagenation {
	width: 100%;
	padding: 5px;
	text-align: center;
}

.pagenation ul {
	font-size: 0;
}

.pagenation li {
	font-size: .875rem;
	display: inline-block;
	padding: 5px 13px;
	width: 32px;
	margin: 1px;
	background: #eeeff7;
	vertical-align: middle;
	background: #eeeff7;
	text-decoration: none;
}

.pagenation li.current {
	background: green;
	color: #FFFFFF;
}

.pagenation li a {
	display: block;
	width: 100%;
	padding: 0;
}

.last:hover,
.first:hover {
	opacity: 0.6;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
}

.last a,
.first a {
	color: #aaa;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
}

.last.active,
.first.active {
	background: url(../images/common/next_btn.png) center center no-repeat;
}

.last.active a,
.first.active a {
	color: #ddd;
}


ul.pagination li a:hover:not(.active) {
	background-color: #2d2d2d;
}


pre {
	background: #FFF;
	border: 1px solid #000;
}







/*===========================================
clearfix
===========================================*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*===========================================
all
===========================================*/

* {
	box-sizing: border-box;
}

html,
body {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}


/*===========================================
wapper
===========================================*/

#wrapper {
	position: relative;
}

#contents {
	padding: 20px;
}

#disable-layer {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}


/*===========================================
header
===========================================*/

#header {
	width: 100%;
	padding: 10px;
	background: #FFF;
	display: table;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 2;
}

#header .logo {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}

#header .right {
	display: table-cell;
	text-align: right;
}

#header .open {
	padding: 10px 15px;
	background: #000;
	display: inline-block;
	color: #FFF;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}


/*===========================================
global
===========================================*/

#global {
	width: 280px;
	height: 100%;
	line-height: 1.2;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #FFF;
	overflow-y: auto;
}

#global a {
	color: #333;
	text-decoration: none;
}

#global .headline {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #FFF;
	background: #000;
	font-weight: normal;
	display: table;
}

#global .headline {
	padding: 15px 10px;
	display: block;
	background: #000;
	color: #FFF;
}

#global-menu li {
	border-top: 1px solid #D9D9D0;
}

#global-menu li .parent {
	padding: 15px 10px;
	display: block;
	background: #000;
	color: #FFF;
}

#global-menu li a {
	padding: 15px 10px;
	display: block;
	position: relative;
}

#global-menu > li > a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu ul li:first-child {
	border-top: none;
}

#global-menu .children {
	background: #F3F3F1;
}

#global-menu .children li {}

#global-menu .children li .trigger {
	padding: 15px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

#global-menu .children li .trigger:after {
	content: '\f078';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .trigger.active {
	background: #DDD;
}

#global-menu .children li .trigger.active:after {
	content: '\f077';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .target {
	background: #FFF;
	display: none;
}

#global-menu .children li .target.active {
	display: block;
}

#global-menu .children li .target li a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-buttons {
	padding: 10px;
	border-top: 1px solid #D9D9D0;
}

#global-buttons a {
	color: #FFF;
}

#global-buttons .btn-1 {
	width: 48.5%;
	float: left;
}

#global-buttons .btn-2 {
	width: 48.5%;
	float: right;
}

#global-buttons .btn-1 a,
#global-buttons .btn-2 a {
	padding: 15px 10px;
	background: #000;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#global-pages li {
	width: 50%;
	float: left;
	border-top: 1px solid #D9D9D0;
	display: table;
}

#global-pages li a {
	padding: 15px 20px 15px 10px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#global-pages li a:after {
	content: '\f105';
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: 10px;
	font-size: 20px;
}

#global-pages li:nth-child(odd) {
	border-right: 1px solid #D9D9D0;
}

#global-close {
	padding: 10px;
	background: #000;
}

#global-close .close {
	width: 180px;
	margin: auto;
	padding: 15px 10px;
	background: #FFF;
	display: block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}


/*===========================================
transition
===========================================*/

#global,
#wrapper {
	transition: all 0.5s ease;
}


/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	font-weight: normal;
	font-style: normal;
}





/*------------------------------------------------------------
	検索フォーム
------------------------------------------------------------*/

/* ヘッダーの検索フォーム */
.formSlideArea {
	width: 100%;
}
.formSlideHead {
	margin: 0;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	background: #F5F5F5;
	font-weight: bold;
	text-align: right;
}

.formSlideBody {
	display: none;
	background: #DCDCDC;
	padding: 2%;
	z-index: 10000;
}

.fixed_header_display_none_at_print {
	z-index:9999;
}

.formSlideBody p {
	margin-top: 5px;
	font-weight: bold;
	font-size: 0.80rem;
}

.formSlideBody select,
.formSlideBody input {
	width: 96%;
	margin: 0;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: normal;
}

.formSlideBody select.two,
.formSlideBody input.two {
	width: 45%;
}


.formSlideBody textarea {
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.formSlideBody input[type="button"],
.formSlideBody input[type="submit"] {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 10px 0 10px 5px;
	font-weight: bold;
	text-decoration: none;
	background: #00CED1;
	color: #FFF;
	border-bottom: solid 4px #008080;
	border-radius: 3px;
}


.formSlideBody input[type="button"]:hover,
.formSlideBody input[type="submit"]:hover {
	background: #FFA07A;
	border-bottom: solid 4px #A52A2A;
}


.formSlideBody input[type="button"]:active,
.formSlideBody input[type="submit"]:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.formSlideBody input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #ffffff;
}

.formSlideBody input[type="checkbox"]:checked {
	background: #9FB9D3;
}

.ui-datepicker {
	font-size: 0.88rem;
}

/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:first-child a{
	background: none!important;
	background-color: #fcc!important;
	color: #f00!important;
}
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a{
	background: none!important;
	background-color: #ccf!important;
	color: #00f!important;
}

/* --------------------------------------------- */
/* ダイアログ上の表示 */
/* --------------------------------------------- */
div.scroll_div {
	overflow: auto;
}

table.grid {
	width: 100%;
	min-height: 100px;
	font-size: 0.70rem;
	border: 1px solid black;
	border-collapse: collapse;
}
tr.header { text-align:center; background-color:#66CDAA; }
tr.odd  { background-color: #FFFFFF; }
tr.even { background-color: #AFEEEE; }
table.grid td,
table.grid th {
	line-height: 1.2em;
	border: 1px solid #DCDCDC;
	padding: 3px;
	white-space:nowrap;
}

table.grid td.noneTopBorder {
	border-top: none;
}
table.grid td.noneBtmBorder {
	border-bottom: none;
}

table.grid tr.header td { border-color: black; }
table.grid td.num  { background-color:#bbbbee; border-color:black; text-align:center; font-size: 90%; }


table.grid tfoot {
	background: #DCDCDC;
	border-top: 3px double #696969;
}

table.grid tfoot th,
table.grid tfoot td {
	border: 1px solid #ffffff;
}

.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }



#dialog-form1 p,
#dialog-form2 p,
#dialog-form3 p,
#dialog-form4 p {
	margin-bottom: 5px;
}


#dialog-form1 a,
#dialog-form2 a,
#dialog-form3 a,
#dialog-form4 a {
	color: #4169E1;
	text-decoration: none;
}

#dialog-form1 a:hover,
#dialog-form2 a:hover,
#dialog-form3 a:hover,
#dialog-form4 a:hover {
	text-decoration: underline;
}


#filter {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	z-index: 100;
	color: #FFF;
	text-align: center;
}

#filter p {
	margin: 26% auto;
	font-size: 1.24rem;
}

* html #filter { /* ie用 */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
