@charset "utf-8";

/* 全体 設定
---------------------------------------------*/

body {
	text-align: center;
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height:20px;
    word-break: break-word;
}


/* 真ん中寄せ */

#maintenance ,
#header-inner , 
#search-area ,  
#contents , 
#footer-inner , 
#copy small {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}


/* 画像 */

img {
	vertical-align: bottom;
	border: none;
}
	/* 写真枠付け */
	.photo {
		border: #d6d7dc solid 1px;
	}

/* 下線 */
.undLine {
	text-decoration: underline;
}


/* 文字色 */
.orange {
	color: #f27835
}

.open {
	color:#333;
}

.open-gray {
	color: #6f675a;
}

.closed {
	color:#de575b;
}

/* ボーダー
-------------------------- */

.bdBtm0 {
	border-bottom: none !important;
}

.bd0 {
	border: none !important;
}

.bdBtm1 {
	border-bottom: #d6d7dc solid 1px;
}

.bdTop1 {
	border-top: 1px solid #d7d6db;
}


/* リンク（触れた時下線なし、グレー色、触れたとき半透明）
-------------------------- */

#global-navigation ul li a:hover , 
#pagetop a:hover , 
.guide-btn a:hover {
	text-decoration: none;
}

#contents a , 
#sidebar a , 
.breadcrumb a {
	color: #444444;
}
 
#footer a:hover , 
#sidebar .pickup a:hover , 
#sidebar .bikan-bn a:hover , 
#sidebar .bikan li a:hover ,  
.contents-list img:hover ,  
.edit-area a:hover , 
.side-download-btn:hover {
	opacity:0.8;
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}




/* ----------------- ボタン ---------------------

[btn-large] =大サイズ
[btn-medium]=中サイズ
[btn-small] =小サイズ

[green]=グリーンボタンで背景が白
[green-bggrey]=グリーンボタンで背景がグレー

[size1～size5]=数が増えるほど横幅が広くなる

--------------------------------------------- */

#contents .green-btn a {
	display: block;
	width: 134px;
	height: 33px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	margin:0 10px;
}

#contents .white-btn a {
	display: block;
	width: 134px;
	height: 33px;
	line-height: 32px;
	margin:0 10px;
}

#contents .btn-back a {
   display: block;
	width: 200px;
	height: 33px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	margin:0 10px;
}


/* ----------　ボタン真ん中寄せwrap　---------- */

.btn-wrap {
	text-align: center;
}

/* ---------------- ボタン共通 -------------- */

.btn-large-green-size1,
.btn-large-green-bggrey-size1,
.btn-large-green-size2,
.btn-large-green-size3,
.btn-large-green-size4,
.btn-large-green-size5,
.btn-large-grey-size1,
.btn-large-grey-size2,
.btn-large-grey-size3,
.btn-large-grey-size4,
.btn-large-grey-size5,
.btn-large-orange-size1,
.btn-large-orange-bggrey-size1,
.btn-large-orange-size2,
.btn-large-orange-size3,
.btn-large-orange-size4,
.btn-large-orange-size5,

.btn-medium-green-size1,
.btn-medium-green-size2,
.btn-medium-green-size3,
.btn-medium-green-size4,
.btn-medium-green-size5,
.btn-medium-grey-size1,
.btn-medium-grey-size2,
.btn-medium-grey-size3,
.btn-medium-grey-size4,
.btn-medium-grey-size5,
.btn-medium-orange-size1,
.btn-medium-orange-size2,
.btn-medium-orange-size3,
.btn-medium-orange-size4,
.btn-medium-orange-size5,

.btn-small-green-size1,
.btn-small-green-size2,
.btn-small-green-size3,
.btn-small-green-size4,
.btn-small-green-size5,
.btn-small-grey-size1,
.btn-small-grey-bggrey-size1,
.btn-small-grey-size2,
.btn-small-grey-bggrey-size2,
.btn-small-grey-size3,
.btn-small-grey-size4,
.btn-small-grey-size5,
.btn-small-orange-size1,
.btn-small-orange-size2,
.btn-small-orange-size3,
.btn-small-orange-size4,
.btn-small-orange-size5 {
	display: inline-block;
	border: none;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
}


/* -------------- ボタン大 -------------- */
.btn-large-green-size1,
.btn-large-green-bggrey-size1,
.btn-large-green-size2,
.btn-large-green-size3,
.btn-large-green-size4,
.btn-large-green-size5,
.btn-large-grey-size1,
.btn-large-grey-size2,
.btn-large-grey-size3,
.btn-large-grey-size4,
.btn-large-grey-size5,
.btn-large-orange-size1,
.btn-large-orange-bggrey-size1,
.btn-large-orange-size2,
.btn-large-orange-size3,
.btn-large-orange-size4,
.btn-large-orange-size5 {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-size: 1.4rem;
}

input.btn-large-green-size1,
input.btn-large-green-bggrey-size1,
input.btn-large-green-size2,
input.btn-large-green-size3,
input.btn-large-green-size4,
input.btn-large-green-size5,
input.btn-large-grey-size1,
input.btn-large-grey-size2,
input.btn-large-grey-size3,
input.btn-large-grey-size4,
input.btn-large-grey-size5,
input.btn-large-orange-size1,
input.btn-large-orang-bggrey-size1,
input.btn-large-orange-size2,
input.btn-large-orange-size3,
input.btn-large-orange-size4,
input.btn-large-orange-size5 {
	/line-height: 53px;
	line-height: 53px\9;
}

/* ---- ボタン大・グリーン ---- */
.btn-large-green-size1,
.btn-large-green-bggrey-size1,
.btn-large-green-size2,
.btn-large-green-size3,
.btn-large-green-size4,
.btn-large-green-size5 {
	background-image:url(/img/btn-l-green-bg.jpg);
	color: #fff !important;
}

/* サイズ1：16文字まで*/
.btn-large-green-size1,
.btn-large-green-bggrey-size1 {
	width: 266px;
}

.btn-large-green-size1 {
	background-position: 0 0;
}

.btn-large-green-size1:hover {
	background-position: 0 -57px;
}

.btn-large-green-bggrey-size1 {
	background-position: -430px 0;
}

.btn-large-green-bggrey-size1:hover {
	background-position: -430px -56px;
}

/* サイズ2：20文字まで*/
.btn-large-green-size2 {
	width: 325px;
	background-position: 0 -116px;
}

.btn-large-green-size2:hover {
	background-position: 0 -173px;
}


/* サイズ3：26文字まで*/
.btn-large-green-size3 {
	width: 400px;
	background-position: 0 -232px;
}

.btn-large-green-size3:hover {
	background-position: 0 -289px;
}

/* サイズ4：33文字まで*/
.btn-large-green-size4 {
	width: 490px;
	background-position: 0 -348px;
}

.btn-large-green-size4:hover {
	background-position: 0 -404px;
}

/* サイズ5：41文字まで*/
.btn-large-green-size5 {
	width: 606px;
	background-position: 0 -464px;
}

.btn-large-green-size5:hover {
	background-position: 0 -520px;
}


/* ---- ボタン大・グレー ---- */

.btn-large-grey-size1,
.btn-large-grey-size2,
.btn-large-grey-size3,
.btn-large-grey-size4,
.btn-large-grey-size5 {
	background-image:url(/img/btn-l-grey-bg.jpg);
	color: #2c469a !important;
}

/* サイズ1：16文字まで*/
.btn-large-grey-size1 {
	width: 266px;
	background-position: 0 -4px;
}

.btn-large-grey-size1:hover {
	background-position: 0 -62px;
}

/* サイズ2：20文字まで*/
.btn-large-grey-size2 {
	width: 325px;
	background-position: 0 -119px;
}

.btn-large-grey-size2:hover {
	background-position: 0 -176px;
}


/* サイズ3：26文字まで*/
.btn-large-grey-size3 {
	width: 405px;
	background-position: 0 -235px;
}

.btn-large-grey-size3:hover {
	background-position: 0 -292px;
}

/* サイズ4：33文字まで*/
.btn-large-grey-size4 {
	width: 505px;
	background-position: 0 -351px;
}

.btn-large-grey-size4:hover {
	background-position: 0 -407px;
}

/* サイズ5：41文字まで*/
.btn-large-grey-size5 {
	width: 615px;
	background-position: 0 -467px;
}

.btn-large-grey-size5:hover {
	background-position: 0 -523px;
}


/* ---- ボタン大・オレンジ ---- */

.btn-large-orange-size1,
.btn-large-orange-bggrey-size1,
.btn-large-orange-size2,
.btn-large-orange-size3,
.btn-large-orange-size4,
.btn-large-orange-size5 {
	background-image:url(/img/btn-l-orange-bg.jpg);
	height: 62px;
	line-height: 58px;
	color: #fff !important;
}

/* サイズ1：16文字まで*/
.btn-large-orange-size1, 
.btn-large-orange-bggrey-size1{
	width: 264px;	
}

.btn-large-orange-size1 {
	background-position: 0 -3px;
}

.btn-large-orange-size1:hover {
	background-position: 0 -68px;
}

.btn-large-orange-bggrey-size1 {
	background-position: -410px -3px;
}

.btn-large-orange-bggrey-size1:hover {
	background-position: -410px -68px;
}


/* サイズ2：20文字まで*/
.btn-large-orange-size2 {
	width: 331px;
	background-position: 0 -135px;
}

.btn-large-orange-size2:hover {
	background-position: 0 -200px;
}


/* サイズ3：26文字まで*/
.btn-large-orange-size3 {
	width: 398px;
	background-position: 0 -266px;
}

.btn-large-orange-size3:hover {
	background-position: 0 -331px;
}

/* サイズ4：33文字まで*/
.btn-large-orange-size4 {
	width: 505px;
	background-position: 0 -397px;
}

.btn-large-orange-size4:hover {
	background-position: 0 -462px;
}

/* サイズ5：41文字まで*/
.btn-large-orange-size5 {
	width: 615px;
	background-position: 0 -528px;
}

.btn-large-orange-size5:hover {
	background-position: 0 -593px;
}


/* -------------- ボタン中 -------------- */

.btn-medium-green-size1,
.btn-medium-green-size2,
.btn-medium-green-size3,
.btn-medium-green-size4,
.btn-medium-green-size5,
.btn-medium-grey-size1,
.btn-medium-grey-size2,
.btn-medium-grey-size3,
.btn-medium-grey-size4,
.btn-medium-grey-size5,
.btn-medium-orange-size1,
.btn-medium-orange-size2,
.btn-medium-orange-size3,
.btn-medium-orange-size4,
.btn-medium-orange-size5 {
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	font-size: 1.3rem;
}

input.btn-medium-green-size1,
input.btn-medium-green-size2,
input.btn-medium-green-size3,
input.btn-medium-green-size4,
input.btn-medium-green-size5,
input.btn-medium-grey-size1,
input.btn-medium-grey-size2,
input.btn-medium-grey-size3,
input.btn-medium-grey-size4,
input.btn-medium-grey-size5,
input.btn-medium-orange-size1,
input.btn-medium-orange-size2,
input.btn-medium-orange-size3,
input.btn-medium-orange-size4,
input.btn-medium-orange-size5 {
	/line-height: 28px;
	line-height: 28px\9;
}

/* -- ボタン中・グリーン -- */
.btn-medium-green-size1,
.btn-medium-green-size2,
.btn-medium-green-size3,
.btn-medium-green-size4,
.btn-medium-green-size5 {
	background-image:url(/img/btn-m-green-bg.jpg);
	color: #fff !important;
}

/* サイズ1：10文字まで*/
.btn-medium-green-size1 {
	width: 154px;
	background-position: 0 0;
}

.btn-medium-green-size1:hover {
	background-position: 0 -34px;
}

/* サイズ2：13文字まで*/
.btn-medium-green-size2 {
	width: 195px;
	background-position: 0 -67px;
}

.btn-medium-green-size2:hover {
	background-position: 0 -100px;
}


/* サイズ3：16文字まで*/
.btn-medium-green-size3 {
	width: 228px;
	background-position: 0 -134px;
}

.btn-medium-green-size3:hover {
	background-position: 0 -167px;
}

/* サイズ4：19文字まで*/
.btn-medium-green-size4 {
	width: 265px;
	background-position: 0 -201px;
}

.btn-medium-green-size4:hover {
	background-position: 0 -235px;
}

/* サイズ5：21文字まで*/
.btn-medium-green-size5 {
	width: 296px;
	background-position: 0 -268px;
}

.btn-medium-green-size5:hover {
	background-position: 0 -301px;
}

/* -- ボタン中・グレー -- */
.btn-medium-grey-size1,
.btn-medium-grey-size2,
.btn-medium-grey-size3,
.btn-medium-grey-size4,
.btn-medium-grey-size5 {
	background-image:url(/img/btn-m-grey-bg.jpg);
	color: #2c469a !important;
}

/* サイズ1：10文字まで*/
.btn-medium-grey-size1 {
	width: 154px;
	background-position: 0 0;
}

.btn-medium-grey-size1:hover {
	background-position: 0 -34px;
}

/* サイズ2：13文字まで*/
.btn-medium-grey-size2 {
	width: 195px;
	background-position: 0 -69px;
}

.btn-medium-grey-size2:hover {
	background-position: 0 -104px;
}


/* サイズ3：16文字まで*/
.btn-medium-grey-size3 {
	width: 229px;
	background-position: 0 -138px;
}

.btn-medium-grey-size3:hover {
	background-position: 0 -172px;
}

/* サイズ4：19文字まで*/
.btn-medium-grey-size4 {
	width: 265px;
	background-position: 0 -207px;
}

.btn-medium-grey-size4:hover {
	background-position: 0 -241px;
}

/* サイズ5：21文字まで*/
.btn-medium-grey-size5 {
	width: 296px;
	background-position: 0 -276px;
}

.btn-medium-grey-size5:hover {
	background-position: 0 -310px;
}


/* -- ボタン中・オレンジ -- */
.btn-medium-orange-size1,
.btn-medium-orange-size2,
.btn-medium-orange-size3,
.btn-medium-orange-size4,
.btn-medium-orange-size5 {
	background-image:url(/img/btn-m-orange-bg.jpg);
	color: #fff !important;
}

/* サイズ1：10文字まで*/
.btn-medium-orange-size1 {
	width: 154px;
	background-position: 0 0;
}

.btn-medium-orange-size1:hover {
	background-position: 0 -34px;
}

/* サイズ2：13文字まで*/
.btn-medium-orange-size2 {
	width: 195px;
	background-position: 0 -69px;
}

.btn-medium-orange-size2:hover {
	background-position: 0 -104px;
}


/* サイズ3：16文字まで*/
.btn-medium-orange-size3 {
	width: 229px;
	background-position: 0 -138px;
}

.btn-medium-orange-size3:hover {
	background-position: 0 -172px;
}

/* サイズ4：19文字まで*/
.btn-medium-orange-size4 {
	width: 265px;
	background-position: 0 -206px;
}

.btn-medium-orange-size4:hover {
	background-position: 0 -240px;
}

/* サイズ5：21文字まで*/
.btn-medium-orange-size5 {
	width: 296px;
	background-position: 0 -273px;
}

.btn-medium-orange-size5:hover {
	background-position: 0 -306px;
}


/* -------------- ボタン小 -------------- */
.btn-small-green-size1,
.btn-small-green-size2,
.btn-small-green-size3,
.btn-small-green-size4,
.btn-small-green-size5,
.btn-small-grey-bggrey-size1,
.btn-small-grey-size2,
.btn-small-grey-bggrey-size2,
.btn-small-grey-size3,
.btn-small-grey-size4,
.btn-small-grey-size5,
.btn-small-orange-size1,
.btn-small-orange-size2,
.btn-small-orange-size3,
.btn-small-orange-size4,
.btn-small-orange-size5  {
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	font-size: 1.2rem;
}
.select-year,
	input.btn-small-grey-size1{
	height: 29px;
	line-height: 20px;
	font-size: 12px;
	font-size: 1.2rem;

 }


input.btn-small-green-size1,
input.btn-small-green-size2,
input.btn-small-green-size3,
input.btn-small-green-size4,
input.btn-small-green-size5,
input.btn-small-grey-bggrey-size1,
input.btn-small-grey-size2,
input.btn-small-grey-bggrey-size2,
input.btn-small-grey-size3,
input.btn-small-grey-size4,
input.btn-small-grey-size5,
input.btn-small-orange-size1,
input.btn-small-orange-size2,
input.btn-small-orange-size3,
input.btn-small-orange-size4,
input.btn-small-orange-size5 {
	/line-height: 26px;
	line-height: 26px\9;
}


/* -- ボタン小・グリーン -- */
.btn-small-green-size1,
.btn-small-green-size2,
.btn-small-green-size3,
.btn-small-green-size4,
.btn-small-green-size5 {
	background-image:url(/img/btn-s-green-bg.jpg);
	color: #fff !important;
}

/* サイズ1：5文字まで*/
.btn-small-green-size1 {
	width: 78px;
	background-position: 0 1px;
}

.btn-small-green-size1:hover {
	background-position: 0 -29px;
}

/* サイズ2：7文字まで*/
.btn-small-green-size2 {
	width: 108px;
	background-position: 0 -59px;
}

.btn-small-green-size2:hover {
	background-position: 0 -89px;
}


/* サイズ3：9文字まで*/
.btn-small-green-size3 {
	width: 134px;
	background-position: 0 -119px;
}

.btn-small-green-size3:hover {
	background-position: 0 -149px;
}

/* サイズ4：11文字まで*/
.btn-small-green-size4 {
	width: 160px;
	background-position: 0 -179px;
}

.btn-small-green-size4:hover {
	background-position: 0 -209px;
}

/* サイズ5：14文字まで*/
.btn-small-green-size5 {
	width: 187px;
	background-position: 0 -239px;
}

.btn-small-green-size5:hover {
	background-position: 0 -269px;
}

/* -- ボタン小・グレー -- */
.btn-small-grey-size1,
.btn-small-grey-bggrey-size1,
.btn-small-grey-size2,
.btn-small-grey-bggrey-size2,
.btn-small-grey-size3,
.btn-small-grey-size4,
.btn-small-grey-size5 {
	background-image:url(/img/btn-s-grey-bg.jpg);
	color: #2c469a !important;
}

/* サイズ1：5文字まで*/
.btn-small-grey-size1,
.btn-small.grey-bggrey.size1 {
	width: 78px;
}

.btn-small-grey-size1 {
	background-position: 0 1px;
}

.btn-small-grey-size1:hover {
	background-position: 0 -29px;
}

.btn-small-grey-bggrey-size1 {
	background-position: -212px 1px;
}

.btn-small-grey-bggrey-size1:hover {
	background-position: -212px -29px;
}



/* サイズ2：7文字まで*/
.btn-small-grey-size2,
.btn-small-grey-bggrey-size2 {
	width: 108px;
}

.btn-small-grey-size2 {	
	background-position: 0 -61px;
}

.btn-small-grey-size2:hover {
	background-position: 0 -92px;
}

.btn-small-grey-bggrey-size2 {
	background-position: -212px -61px;
}

.btn-small-grey-bggrey-size2:hover {
	background-position: -212px -92px;
}



/* サイズ3：9文字まで*/
.btn-small-grey-size3 {
	width: 134px;
	background-position: 0 -124px;
}

.btn-small-grey-size3:hover {
	background-position: 0 -155px;
}

/* サイズ4：11文字まで*/
.btn-small-grey-size4 {
	width: 160px;
	background-position: 0 -186px;
}

.btn-small-grey-size4:hover {
	background-position: 0 -217px;
}

/* サイズ5：14文字まで*/
.btn-small-grey-size5 {
	width: 187px;
	background-position: 0 -248px;
}

.btn-small-grey-size5:hover {
	background-position: 0 -280px;
}

/* -- ボタン小・オレンジ -- */
.btn-small-orange-size1,
.btn-small-orange-size2,
.btn-small-orange-size3,
.btn-small-orange-size4,
.btn-small-orange-size5 {
	background-image:url(/img/btn-s-orange-bg.jpg);
	color: #fff !important;
}

/* サイズ1：5文字まで*/
.btn-small-orange-size1 {
	width: 78px;
	background-position: 0 1px;
}

.btn-small-orange-size1:hover {
	background-position: 0 -29px;
}

/* サイズ2：7文字まで*/
.btn-small-orange-size2 {
	width: 108px;
	background-position: 0 -59px;
}

.btn-small-orange-size2:hover {
	background-position: 0 -89px;
}


/* サイズ3：9文字まで*/
.btn-small-orange-size3 {
	width: 134px;
	background-position: 0 -119px;
}

.btn-small-orange-size3:hover {
	background-position: 0 -149px;
}

/* サイズ4：11文字まで*/
.btn-small-orange-size4 {
	width: 160px;
	background-position: 0 -179px;
}

.btn-small-orange-size4:hover {
	background-position: 0 -209px;
}

/* サイズ5：14文字まで*/
.btn-small-orange-size5 {
	width: 187px;
	background-position: 0 -239px;
}

.btn-small-orange-size5:hover {
	background-position: 0 -269px;
}


/* 矢印マーク
-------------------------- */

.arrow-green {
	background: url(/img/arrow_green.gif) no-repeat left center;
	padding: 0 0 0 17px;
}

.arrow-green-backgrey {
	background: url(/img/arrow_green_backgrey.gif) no-repeat left center;
	padding: 0 0 0 17px;
}

.arrow-right { /* 右寄せにする */
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px solid #d7d6db;
}

.arrow-center { /* 中央寄せにする */
	text-align: center;
	padding: 10px 0;
	margin:0 0 20px 0;
	border-bottom: 1px solid #d7d6db;
}

.arrow-green-li {
	border-bottom: #d7d6db solid 1px;
	padding:5px 0 15px;
}

.arrow-green-li li {
	background: url(/img/arrow_green.gif) no-repeat left center;
	padding: 0 15px 0 18px;
	/padding: 0 13px 0 17px;
	border-right: #d7d6db solid 1px;
	display: inline;
	font-size: 90%;
	margin: 0 10px 0 0;
}

.arrow-green-li .last {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.obi {
	background: #f9fafc;
}

/* 一覧をみる */

.btn-box {
	width: 100%;
	margin: 20px 0 25px;
	background: #f9fafc;
	border-top: 1px solid #d7d6db;
	border-bottom: 1px solid #d7d6db;
	display: table;
	table-layout: fixed;
}

.btn-box a {
	padding: 10px 0;
	display: table-cell;
	text-align: center
}

.btn-box span.arrow-green {
	background: url(/img/arrow_green.gif) no-repeat left center;
	padding: 0 0 0 17px;
}

.btn-box a:first-child + a {
	border-left: 1px solid #d7d6db;
}


/* ページナビゲーション */

.pagenavi {
	float: right;
	padding: 10px 0;	
}

.pagenavi li {
	background: url(/img/arrow_green2.gif) no-repeat left center;
	float: left;
	padding: 0 11px;
	border-right: #d7d6db solid 1px;
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;

}

.pagenavi .pagenavi-back , 
.pagenavi .pagenavi-next {
	padding: 0;
	width: 19px;
}

.pagenavi .pagenavi-next {
	border: none;
}

.pagenavi .pagenavi-back a , 
.pagenavi .pagenavi-next a {	
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
	width: 19px;
}

.pagenavi .pagenavi-back a{
	background: url(/img/arrow_green2_back.gif) no-repeat left center;

}

.pagenavi .pagenavi-next a{
	background: url(/img/arrow_green2_next.gif) no-repeat 10px center;
	
}


/* エラーメッセージ
-------------------------- */
.error {
	border: #dd5957 solid 1px;
	margin: 0;
	padding: 5px 10px;
	color: #dd5957;
	font-weight: bold;
}


/* フォーム　設定
-------------------------- */

form input {
	padding: 0 2px;
}

.submit-btn {
	text-align:center;
	margin: 0 auto;
}

form .submit-btn input {
	border: none;
	font-weight: bold;
	letter-spacing: 1px;
	cursor:pointer;
}

form input[type="text"].dob-year {
	width: 100px;
	margin: 0 10px 0 0;
}

form input[type="text"].dob {
	width: 70px;
	margin: 0 10px;
}


/* ラジオボタン */
form input[type="checkbox"] , form input[type="radio"] {
	margin: 0 7px 0 0;
	position:relative;
	top: 2px;
}


/* 緊急メンテナンス
---------------------------------------------*/

#maintenance {
	padding: 10px 0;
}

#maintenance p {
	border: #db4c4e solid 1px;
	background: #fff;
	color: #db4c4e;
	padding: 7px;
	line-height: 18px;
}

/* 　ヘッダー　設定
---------------------------------------------*/

#header {
	background: url(/img/header/header_back1.jpg) #F8F7F5 repeat-x bottom;
	height: 100%;
	margin: 0 0 23px 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#directory-menu #header {
	background: #F8F7F5;
	margin: 0;
}

#header-top {
	background: url(/img/header/header_back2.jpg) repeat-x top;
	height: 28px;
}


/* ログイン */

#login-wrap {
	height: 28px;
	text-align: right;
	margin: 0 auto;
}

#login {
	background: #01947d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOTQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGIwOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #01947d 0%, #00b097 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01947d), color-stop(100%,#00b097)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01947d 0%,#00b097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01947d 0%,#00b097 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01947d 0%,#00b097 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01947d 0%,#00b097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01947d', endColorstr='#00b097',GradientType=0 ); /* IE6-8 */
	border-left:1px solid #009a8c;
	border-right:1px solid #009a8c;
	float: right;
	height: 20px;
	padding: 2px 10px ;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
}

	#login a {
		color: #fff;
	}
	
	#login p {
		float: left;
		padding: 0 13px 0 0;
	}
	
	#login .login-out {
		background: url(/img/header/login_border.gif) left no-repeat;
		padding: 0 0 0 15px;
	}
	
/* 全日病 */

#goto-ajha {
	float:right;
	padding:0;
	margin:0 10px 0 -10px;
}
.btn-ajha {
	text-align:right;
	color:#fff;
    position: relative;
    z-index: 1;
}

#header-inner {
	position:relative;
	width: 954px;
	margin:0 auto;
}

#header-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
}

#header-right-bottom {
    display: flex;
    justify-content: space-between;
}

/* 施設名 */

#facility {
	float:right;
	padding: 2px 0 0 ;
	margin:0 10px 0 0;
}
.facility-name {
	text-align:right;
	color:#fff;
}

#header-inner {
	width: 954px;
	margin:0 auto;
}

/* メインロゴ */

#header h1 {
	width: 359px;
	padding: 20px 0 0;
	margin: 0 0 28px;
    display: inline-block;
    
}

#header h1 a {
	background: url(/img/header/h1.jpg) no-repeat;
	width: 465px;
	height: 34px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}
	

/* 権限変更・文字サイズ変更 */
#user-change ul li , 
#font-change h3 , 
#font-change ul , 
#font-change ul li {
    display: inline-block;
}

	#user-change ul li a {
		margin: 0 3px 0 2px;
		text-align: center;
		display: inline-block;
		font-weight: bold;
		background-repeat: no-repeat;
		height: 29px;
		line-height: 29px;
		font-size: 12px;
		font-size: 1.2rem;
		background-image:url(/img/btn-s-grey-bg.jpg);
		color: #2c469a;
		width: 108px;
		background-position: -411px -61px;
		cursor:pointer;
		}

	#user-change ul li a:hover{
		background-position: -411px -92px;
		}
		
	#user-change ul li.adminBtn a {
		width: 78px;
		background-position: -411px 1px;
	}
	
	#user-change ul li.adminBtn a:hover {
		background-position: -411px -30px;
	}

#user-change ul li.on a{
	background-image:url(/img/btn-s-orange-bg.jpg);
	color: #fff;
	background-position: -403px -59px;
}

#user-change ul li.on a:hover{
	background-position: -403px -89px;
}

#font-change {
	margin: 10px 3px 0 11px;
	line-height: 27px;
}

	#font-change h3 {
		margin: 0 8px 0 0;
	}
	
	#font-change ul li {
		margin: 0 1px 0 0;
		width: 27px;
		height: 27px;
		text-align: center;
		font-weight: bold;
		cursor:pointer;
		-webkit-border-radius: 1px;     /* for Safari and Chrome */
		-moz-border-radius: 1px;    /* for Firefox */
		-o-border-radius: 1px;  /* when Opera Presto 2.3 or later is released */
		-khtml-border-radius: 1px;   /* Linux browsers */
		border-radius: 1px;     /* CSS3 */
		border:1px solid #dadada;
		border-top:1px solid #efefef;
		border-right:1px solid #f1f1f1;
		border-left:1px solid #f1f1f1;
		background: #f7f7f7;
		background: -moz-linear-gradient(center top, #fff 0%,#f3f3f3 100%);	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),color-stop(1, #f3f3f3));
		background: -webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fff 0%,#f3f3f3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffFF', endColorstr='#fff3F3F3',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);     /* 光沢と影を追加 */
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);     /* 光沢と影を追加 */
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);     /* 光沢と影を追加 */
		border:1px solid #ccc;
		}
		
		#font-change ul li:hover{
		border:1px solid #dfdfdf;
		background: #efefef;
		background: -moz-linear-gradient(center top, #efefef 0%,#f6f6f6 100%);	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef),color-stop(1, #f6f6f6));
		background: -webkit-linear-gradient(top,  #efefef 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #efefef 0%,#f6f6f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #efefef 0%,#f6f6f6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #efefef 0%,#f6f6f6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEFEFEF', endColorstr='#fff6F6F6',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8) ;     /* 光沢と影を追加 */
    	-moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8) ;     /* 光沢と影を追加 */
    	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.8) ;     /* 光沢と影を追加 */
		text-decoration:none;
		}


/* -- グローバルナビ -- */

#global-navigation {
	background: url(/img/header/gn_back.jpg) no-repeat;
	width: 100%;
	height: 37px;
}

	#global-navigation ul li {
		display: inline;
	}
	
		#global-navigation ul li a {
			border-right: #eaeaea solid 1px;
			float: left;
			display: block;
			width: 134px;
			height: 37px;
			line-height: 37px;
			color: #333;
			text-align: center;
			letter-spacing: 1px;
		
		}
		
		#global-navigation ul li a.gn3 {
			width: 143px;
		
		}
	
		#global-navigation ul li .gn7 {
			border: none;
		}
		
/* 触れた時 */

#global-navigation ul li a:hover {
	font-weight: bold;
}

.gn1:hover {
	background: url(/img/header/gn_ho_1.jpg) no-repeat;
}

.gn2:hover , .gn4:hover , .gn5:hover , .gn6:hover {
	background: url(/img/header/gn_ho_2-5.jpg) no-repeat;
}

.gn3:hover {
	background: url(/img/header/gn_ho_3.jpg) no-repeat;
	width: 143px;
}

.gn7:hover {
	background: url(/img/header/gn_ho_6.jpg) no-repeat;
}

/* ONの時 */

.gn1-on , .gn2-on , .gn3-on , .gn4-on , .gn5-on , .gn6-on , .gn7-on {
	font-weight: bold;
}

.gn1-on {
	background: url(/img/header/gn_ac_1.jpg) no-repeat;
}

.gn2-on , .gn4-on , .gn5-on , .gn6-on {
	background: url(/img/header/gn_ac_2-5.jpg) no-repeat;
}

.gn3-on {
	background: url(/img/header/gn_ac_3.jpg) no-repeat;
	width: 143px!important;
}

.gn7-on {
	background: url(/img/header/gn_ac_6.jpg) no-repeat;
}

/* -- サブナビ -- */

#sub-navigation {
	background: #eaedf2;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #d6d7dc;
	border-top: 2px solid #d6d7dc;
	margin-bottom: 20px;
	font-weight: bold;
}
#sub-navigation ul {width: 952px;margin: 0 auto;}
#sub-navigation li {
	float: left;
	width: auto;
	padding: 7px 15px;
	border-left: solid 1px #d6d7dc;
	border-right: solid 1px #fff;
	background: #eaedf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaedf2 0%, #dce5ec 100%); /* FF3.6+ */
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaedf2), color-stop(100%,#dce5ec)); 
	background: -webkit-linear-gradient(top,  #eaedf2 0%,#dce5ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaedf2 0%,#dce5ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaedf2 0%,#dce5ec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaedf2 0%,#dce5ec 100%); /* W3C */
}
#sub-navigation li:hover{
	background: #eaedf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #dce5ec 0%, #eaedf2 100%); /* FF3.6+ */
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce5ec), color-stop(100%,#eaedf2)); 
	background: -webkit-linear-gradient(top,  #dce5ec 0%,#eaedf2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dce5ec 0%,#eaedf2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dce5ec 0%,#eaedf2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dce5ec 0%,#eaedf2 100%); /* W3C */
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef1', endColorstr='#dce5ec',GradientType=0 ); 
}
#sub-navigation li.active {
	background: #f9aa34;	
	border-right: solid 1px #f27f14;
	border-left: solid 1px #f27f14;
	color: #7E2306;
}

/*  コンテンツ　設定
---------------------------------------------*/


#contents {
	border: #d7d6db solid 1px;
	background: url(/img/border.gif) repeat-y;
	background-position:650px 0;
	margin-bottom: 100px;
	
}


/* ----- メインエリア ----- */

#main-contents {
	float: left;
	width: 650px;
}


.breadcrumb {
	padding: 7px 18px;
	background: #fff ;
	font-size: 90%;
}

.breadcrumb ul li {
	background: url(/img/breadcrumb_li.gif) no-repeat left center;
	float: left;
	padding: 0 18px;
}

.breadcrumb .breadcrumb-first {
	background: none;
	padding-left: 0;
}

.breadcrumb , .entry-title , .entry-innerbox , .task-innerbox {
	border-bottom: #d7d6db solid 1px;

}

.entry-body , .entry-footer {
	padding: 12px 18px;
}

.entry-title {
	padding: 15px 18px;	
}

.entry-title h1 , .entry-title h2 {
	background-repeat: no-repeat;
	font-weight: bold;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
	width: 500px;
 }


.entry-title .title-arrow{
	font-weight: bold;
}

.entry-body h2 {
	margin: 0 0 5px;
}

.entry-innerbox , .task-innerbox{
	padding: 5px 0;
	margin: 0 0 10px;
}



/* ----- 右サイドエリア ----- */

#sidebar {
	float: right;
	width: 299px;
	padding: 0 0 20px;
}

	#sidebar h4 {
		margin: 0 0 13px;
		
	}
	

.subbox {
	border-bottom: #d7d6db solid 1px;
	padding: 15px 19px;
}



/* メッセージ */

.message {
	background: #f9fafc;
	padding: 12px 19px;
	font-size: 95%;
	
}

.message h4 a {
	background: url(/img/sidebar/message_icon.jpg) no-repeat 0 4px;
	border-bottom: 1px dashed #d7d6db;
	padding: 0 0 10px 30px;
	display: block;
}

.message dl {
	width: 260px;	
}

.message dl dt {
	float: left;
	width: 80px;
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
}

.message dl dd {
	float: right;
	width: 170px;
	/float:none;
	/margin-left:80px;
	/width:auto;
}


/* 見逃し */

.pickup h4 {
	background: url(/img/sidebar/h4_minogashi.gif) no-repeat;
	width: 140px;
	height: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.koukai {
	background:url(/img/sidebar/pickup_back.gif) no-repeat;
	height: 50px;
	padding: 10px 0 0;
	/padding: 3px 0 7px;
	/margin: 0 0 3px;
	text-align: center;
	font-size: 95%;
}

.pickup-inner{
	text-align: center;
	margin: 0 0 10px;
}



.pickup .koukai span {
	vertical-align: middle;
	margin: 0 5px;
	font-size: 25px;
	font-size: 2.5rem;
	color: #db4c4e;
}



/* 美看 */

.bikan-bn a {
	border-bottom: #d7d6db solid 1px;
	background: #f8f8f8 url(/img/sidebar/bikan_bn_back.gif) no-repeat right;
	display: block;
	padding: 10px 10px 12px;
	/padding-top: 9px;
	text-align: center;
	
}
.bikan-bn img {
	margin: 0 25px 0 0;
}

.bikan {
	padding: 15px 19px 50px;
}

.bikan-explain {
	padding: 15px 19px;
}

.bikan h4 {
	background: url(/img/sidebar/h4_bikan_qa.gif) no-repeat;
	width: 150px;
	height: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.bikan-explain h5 {
	font-weight:bold;
}

.bikan ul {
	border-top: 1px solid #d7d6db;
	border-bottom: #d7d6db solid 1px; 
	margin: 0 0 5px;
	overflow:hidden;
  zoom:1;
}

	.bikan ul li a {
		border-bottom: 1px dashed #d7d6db; 
		padding: 10px 0;
		display: block;
		margin-bottom: -1px;
		
	}
		.bikan ul li:last-child a {
			border-bottom: none;
		}
		
	.bikan ul li img {
		float:left;
		width:32px;
		height:32px;
		margin:0;
		padding:15px 10px 15px 0;
	}

.bikan .arrow-green {
	float: right;
	font-size: 95%;
}





/*  フッター　設定
---------------------------------------------*/
#footer {
	background: url(/img/footer/footer_back.jpg) repeat-x top;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer-inner {
	position: relative;
	padding: 30px 0;

}


/* ページのトップへもどる */

#pagetop a{
	position: absolute;
	top: -53px; 
	left: 45%;
	display: block;
	background: url(/img/footer/pagetop_back.jpg) no-repeat;
	width: 84px;
	height: 60px;
	padding: 45px 9px 0 12px;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
}



/* ナビ */

.footer-nav{
	border-left: #d7d8dc solid 1px;
	padding: 5px 45px 5px 15px;
	float: left;
	height: 170px;
}

	.footer-nav li{
		margin: 0 0 10px 0;
	}

.navright {
	border-right: #d7d8dc solid 1px;
}

#footer-inner .borderno {
	border: none;
	padding: 0;
}


/* 使い方ガイド */

#contact {
	float: right;
}

	#contact h3 {
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	
	#contact p{
		margin: 0 0 15px;
		font-size: 1.1rem;
		line-height: 20px;
	}

.guide-btn a {
    background-image: url(/img/btn-l-green-bg.jpg);
    background-position: -772px -118px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: 55px;
    letter-spacing: 1px;
    line-height: 52px;
    text-align: center;
    width: 295px;
}
.guide-btn a:hover {
    background-position: -772px -175px;
}

	


/* コピーライト */

#copy {
	background: #4c4d51;
	padding: 17px;
	color: #fff;
	letter-spacing: 1px;
}

/* banner 設定
-------------------------- */
.bnr {
	width: 100%;
}
.bnr img {
	width: 100%;
}
#contents + .bnr {
	max-width: 950px;
	margin: 0 auto;
}
.entry-body .bnr {
	border-bottom: #d7d6db solid 1px;
}
.entry-body .bnr img {
	padding: 0 1em 1em;
	box-sizing: border-box;
}

/* clearfix 設定
-------------------------- */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}


.clearfix {
	min-height: 1px;
	clear: both;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


