@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#aee;
//	background:#333;
}

#contents {
	position:relative;
	overflow:hidden;
	width:980px;
	margin:0 auto;
	background:#fbfbfb;
}
@media screen and (min-width:768px) {
	#contents:before {
		position:absolute;
		top:0;
		left:0;
		width:30%;
		height:100%;
		content: '';
//		background:#1f2124;
		background:#00bfff;
	}
}

#main {
	box-sizing: border-box;
	float:right;
	width:70%;
	padding:10px;
}

#sub {
	box-sizing: border-box;
	float:left;
	width:30%;
}

footer {
	box-sizing: border-box;
	width:980px;
	margin:0 auto;
}

a {
	color:#13895f;
}
a:hover {
	color:#2fa279;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin-bottom:0.5em;
	font-size:21px;
	color:#333;
	border-bottom:3px solid #999;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fbfbfb;
	font-size:16px;
//	background:#333;
	background:#157;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#15adb3;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-left:5px solid #15adb3;
	background:#eee;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#d45451;
}

b {
	font-weight:bold;
	color:#d45451;
	font-size: 180%;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
//	background:#15adb3;
	background:#00dddd;
}

header h1 {
	padding:10px;
}

header a {
	color:#04a;
}

.summary {
	margin:0;
	padding:10px;
//	color:#ddd;
	color:#085;
//	background:#23292f;
	background:#aaeeee;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
}
nav h3 {
	display:none;
}
nav ul {
	margin:0;
	padding:0;
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:30px;
	color:#fbfbfb;
	text-decoration:none;
//	background:#1f2124;
	background:#00bfff;
}
nav li a:hover {
	color:#fbfbfb;
	border-left: 8px solid #139095;
//	background:#18191b;
	background:#003cff;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
//	background:#23292f;
	background:#00eeee;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#13895f;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fbfbfb;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#333e48;
//	background:#181d21;
	background:#00bfff;
}

.version {
	clear:both;
	padding:0 0;
	font-size:11px;
	text-align:right;
	color:#333e48;
//	background:#181d21;
	background:#00bfff;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#15adb3;
}
.totop img:hover {
	background:#14c0c5;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.service {
	overflow:hidden;
}
.service ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.service li {
	list-style:none;
	float:left;
	width:18.507%;
	margin:0 1.492% 1.492% 0;
}
.service li img {
	width:100%;
}


.status {
	overflow:hidden;
}
.status ul {
	overflow:hidden;
	margin:1.2% -1.2% 0 0;
}
.status li {
	list-style:none;
	float:left;
	width:23.8%;
	margin:0 1.2% 1.2% 0;
}
.status li img {
	width:100%;
}


/*----------------------------------------------------
	scroll
----------------------------------------------------*/
table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing:0;
}

.scroll{
	overflow: auto;					/*tableをスクロールさせる*/
	white-space: nowrap;			/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar{			/*tableにスクロールバーを追加*/
	height: 5px;
}

.scroll::-webkit-scrollbar-track{	/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {	/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}


/* -------- Table：縦横切替(ここから) -------- */
.table-change {
	width: 98%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing:0;
}

.table-change thead {
//	display: none;
}

.table-change th {
//	border-right: 1px solid #999;
//	border-bottom: 1px solid #999;
//	display: block;
	padding: 8px;
//	text-align: right;
}

.table-change tr {
//	border-top: 1px solid #999;
//	display: block;
//	margin-bottom: 20px;
}

.table-change td {
//	border-right: 1px solid #999;
//	border-bottom: 1px solid #999;
//	display: block;
	padding: 8px;
//	text-align: right;
}

/* -------- Table：縦横切替(ここまで) -------- */ 



.staff {
	overflow:hidden;
}
.staff ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.staff li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.staff li:nth-child(3n+1) {
	clear:both;
}
.staff li img {
	width:100%;
	margin-bottom:2.5%;
}



/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.day_year_button {
//	width:100px;
	height:16px;

	float:left;
	width:13%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}


.day_month_button {
//	width:100px;
	height:16px;

	float:left;
	width:13%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.day_day_button {
//	width:100px;
	height:16px;

	float:left;
	width:13%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.day_status_button {
//	width:100px;
	height:16px;

	float:left;
	width:17%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}


.month_month_button {
//	width:100px;
	height:16px;

	float:left;
	width:18%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}


.month_year_button {
//	width:100px;
	height:16px;

	float:left;
	width:18%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.month_status_button {
//	width:100px;
	height:16px;

	float:left;
	width:25%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.year_year_button {
//	width:100px;
	height:16px;

	float:left;
	width:31%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.year_status_button {
//	width:100px;
	height:16px;

	float:left;
	width:35%;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
//	box-shadow:2px 2px #1a6ea0;
	text-shadow:0 -1px #1a6ea0;
}

.button_day_year {
	width:13%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_day_month {
	width:13%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_day_day {
	width:13%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_day_status {
	width:17%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_month_month {
	width:18%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_month_year {
	width:18%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_month_status {
	width:25%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_year_year {
	width:31%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.button_year_status {
	width:35%;
	height:32px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:4px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:0 -1px #1a6ea0;
}

.bm_select {
	margin: 4px 0px;
}

.bm_select input[type="radio"] {
	display: none;
}

.bm_select label {
	display:inline-block;
	cursor: pointer;
	padding:5px;
	margin:1px 0px;
	border: 1px solid #c0c0c0;
	border-radius: 15px;
	background-color: #c0c0c0;
}

.bm_select input[type="radio"]:checked + label {
	color:#ffffff;
	background-color:#202020;
}

.button_group {
	margin: 2px 0px;
}

.button_link {
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}

/*================================================
 *  ホーム画面
 ================================================*/
.emphasis_text_red {
	font-weight:bold;
	color:#d45451;
	font-size:180%;
}
.emphasis_text_blue {
	font-weight:bold;
	color:#4444cc;
	font-size:180%;
}

/*================================================
 *  グラフ
 ================================================*/
.graph{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

.graph img {
	width:100%;
}

.graph_main{
	margin:0 0 5px 0;
	padding:0;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	float:left;
}

.graph_main img {
	width:100%;
}

.graph_all_wrapper {
	margin:0 0 5px 0;
	padding:0;
	overflow-x:auto;
	overflow-y:hidden;
	width:100%
}

.graph_all_parent {
	display:inline-block;
	white-space:nowrap;
	margin:0;
	padding:0;
}

.graph_all_child {
	display:inline-block;
	vertical-align:top;
}

/*================================================
 *  その他
 ================================================*/
.frame_line{
	border-style:solid;
	border-color:#999;
	border-width:3px;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	position:relative;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fbfbfb;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
}

.slidePrev {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ddd;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	background:#85d1c6;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing: border-box;
		width:100%;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		display:block;
		cursor:pointer;
		margin-bottom:0;
		padding:10px;
		color:#ddd;
//		background:#181d21;
		background:#115577;

		border:none;
	}
	nav li a {
		padding:10px 30px;
	}

	#navBtn {
		display:inline-block;
		position:absolute;
		top:10px;
		right:10px;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#2a2a2a;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#15adb3;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#15adb3;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.service li {
		width:23.507%;
	}

	.status li {
		width:31.8%;
	}

	.staff li {
		width:48.507%;
	}
	.staff li:nth-child(2n+1) {
		clear:both;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
		float:left;
	}



	/* -------- Table：縦横切替(ここから) -------- */ 
	.table-change {
		border: none;
	}

	.table-change thead {
		display: none;
	}

	.table-change tr {
		border-top: 1px solid #999;
		display: block;
		margin-bottom: 20px;
	}

	.table-change td {
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		display: block;
		padding: 10px;
		text-align: right;
	}

	.table-change td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	/* -------- Table：縦横切替(ここまで) -------- */ 




	td {
		padding:10px;
		text-align:center;
		border:1px solid #ddd;
	}

	.text { display: inline-block; }

}
