@charset "utf-8";
/*
===========================================================
	StyleCss_admin [lastUp 20150324]
===========================================================
*/
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/

html {
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	height: 100%; 
	margin: 0;
	padding: 0;
	background-color: #fff;
}
body {
	background-color: #fff;
	font-size: 14px; font-size: 1.4rem;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height: 100%;
}
body > #container {
	height:auto;
}

/*----------------------------------------------------
	ヘッダ
----------------------------------------------------*/
/*head*/
header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 53px;
	background-color: #009E96;
	border-bottom: 3px solid #006661;
}
#header_area {
	margin: 0 auto;
	padding: 0;
	width: 989px;
	height: 50px;
	overflow: hidden;	
}

h1 {
	float: left;
	margin-left: 11px;
	font-size: 18px; font-size: 1.8rem;	
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
h1 a {
	color: #fff;
	text-decoration: none;
}

#headnav_area {
	float: right;
	height: 50px;
}

.headnav_box {
	float: right;
	height: 50px;
	line-height: 50px;
	background-color: #009E96;
	border-left: 3px solid #006661;
	color: #fff;
}
.box_logout {
	display: none;
}
.box_login {
	display: block;	
}
.headnav_box a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.headnav_box a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #006661;
}
.headnav_box p {
	padding: 0 12px;
}
	
.headnav_icon {
	line-height: 50px;
	vertical-align: middle;
	font-size: 24px; font-size: 2.4rem;	
}
.headnav_text {
	margin-left: 4px;
	line-height: 50px;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
}


/*----------------------------------------------------
	フッタ
----------------------------------------------------*/
footer {
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: #009E96;
	bottom: 0;  /* footer位置 */
	position: absolute;
}
#footer_area {
	margin: 0 auto;
	padding: 0;
	width: 989px;
	height: 50px;
	overflow: hidden;
}
#copy {
	text-align: right;
	font-size: 12px; font-size: 1.2rem;
	line-height: 50px;
	color: #fff;
}

/*----------------------------------------------------
	サブナビゲーション
----------------------------------------------------*/
nav {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	width: 152px;
	background-color: #006661;
	top: 50px; /*height100*/
	bottom: 0;
}

#nav_list {
	margin: 0 auto;
	width: 152px;
	border: 3px solid #006661;
}
#nav_list dt {
    display:block;
	width: 146px;
    height:50px;
    line-height:50px;
    text-align: left;
	font-size: 13px; font-size: 1.3rem;
	color: #fff;
	background-color: #009E96;
    border-top: #006661 3px solid;
    cursor:pointer;
}
#nav_list dt:first-child {
    border-top: none;
}
#nav_list dt.active {
    display:block;
	width: 146px;
    height:50px;
	background-color: #3bafda;
}
#nav_list dd {
	padding: 10px;
	width: 146px;
    text-align: left;
	font-size: 12px; font-size: 1.2rem;
	color: #000;
    background-color: #eee;
    display:none;
}
#nav_list dd ul {
/*	margin-top: 5px;*/
	margin-left: 1em;
	list-style-type: none;
}
#nav_list dd li {
	margin-top: 10px;
}
#nav_list dd li:first-child {
	margin-top: 0px;
}
#nav_list dd li a {
	text-decoration: underline;
	color: #000;
}

#nav_list dt i {
	margin-right: 2px;
	font-size: 15px; font-size: 1.5rem;	
}

/*メニューactive*/
body.page012 #nav_list dt.menu012 { background-color: #2f6c9e; }
body.page013 #nav_list dt.menu013 { background-color: #2f6c9e; }
body.page014 #nav_list dt.menu014 { background-color: #2f6c9e; }
body.page015 #nav_list dt.menu015 { background-color: #2f6c9e; }
body.page016 #nav_list dt.menu016 { background-color: #2f6c9e; }
body.page017 #nav_list dt.menu017 { background-color: #2f6c9e; }
body.page018 #nav_list dt.menu018 { background-color: #2f6c9e; }
body.page019 #nav_list dt.menu019 { background-color: #2f6c9e; }
body.page021 #nav_list dt.menu021 { background-color: #2f6c9e; }

/*下層メニュー表示*/
body.page012 #nav_list dd.menu_sub012 { display: block; }
body.page013 #nav_list dd.menu_sub013 { display: block; }
body.page014 #nav_list dd.menu_sub014 { display: block; }
body.page015 #nav_list dd.menu_sub015 { display: block; }
body.page016 #nav_list dd.menu_sub016 { display: block; }
body.page017 #nav_list dd.menu_sub017 { display: block; }
body.page018 #nav_list dd.menu_sub018 { display: block; }
body.page019 #nav_list dd.menu_sub019 { display: block; }
body.page021 #nav_list dd.menu_sub021 { display: block; }


/*----------------------------------------------------
	ページ共通要素
----------------------------------------------------*/

#main_area {
	clear: both;
	width: 989px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}

#contents_area {
	float: right;
	width: 810px;
	padding-top: 30px;
}


/* グリッド
========================================== */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float: left;
  display: inline;
  margin-left: 30px;
}
.grid1 {width: 54px;}
.grid2 {width: 138px;}
.grid3 {width: 222px;}
.grid4 {width: 306px;}
.grid5 {width: 390px;}
.grid6 {width: 474px;}
.grid7 {width: 558px;}
.grid8 {width: 642px;}
.grid9 {width: 726px;}
.grid10 {width: 810px;}
.grid11 {width: 894px;}
.grid12 {width: 978px;}
.grid_first {margin-left: 0; clear: left;}
　
.offset11{margin-left:924px}
.offset10{margin-left:840px}
.offset9{margin-left:756px}
.offset8{margin-left:672px}
.offset7{margin-left:588px}
.offset6{margin-left:504px}
.offset5{margin-left:420px}
.offset4{margin-left:336px}
.offset3{margin-left:252px}
.offset2{margin-left:168px}
.offset1{margin-left:84px}

img{ vertical-align: bottom; }
a img { border: none; } /* 青ボーダー削除 */
p { line-height: 150%; }



/* 見出し
========================================== */
h2.top_title {
	font-size: 18px; font-size: 1.8rem;	
}
h2.page_title {
	padding-left: 10px;
	font-size: 18px; font-size: 1.8rem;
	border-left: 3px #009E96 solid;
}


h3.news_head span {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	color: #3bafda;
}
h3.news_head span.fa {
	margin-right: 4px;
	font-size: 18px; font-size: 1.8rem;
	color: #3bafda;
	vertical-align: middle;
}

h3.item_title {
	padding-left: 10px;
	font-size: 14px; font-size: 1.4rem;
	border-left: 3px #009E96 solid;
}

/* フォーム
========================================== */
form {
	vertical-align:baseline;
}

.form_base {
	padding: 5px 10px;
	font-size: 14px; font-size: 1.4rem;
	border: solid 2px #ccc;
	border-radius: 5px; 
}
::-webkit-input-placeholder{
  color:#aaa;
}
:-ms-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{
  color:#aaa;
}

.form_number {
	padding: 3px 5px;
	font-size: 14px; font-size: 1.4rem;
	border: solid 2px #ccc;
	border-radius: 5px; 
}

.form_result {
	padding: 5px 10px;
	font-size: 14px; font-size: 1.4rem;
	background-color: #eee;
	border-radius: 5px; 
}

.form_subtext {
	font-size: 14px; font-size: 1.4rem;
	line-height: 28px;
}


/* ボタン
========================================== */
.btn {
	padding: 7px;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border: none;
	cursor: pointer;
	border-radius: 5px; 
}
.btn_s {
	padding: 3px 6px;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	vertical-align: middle;
}

	
.btn span.fa {
	margin-right: 4px;
	color: #fff;
	font-size: 24x; font-size: 2.4rem;
	vertical-align: middle;
}
.btn_s span.fa {
	margin-right: 4px;
	color: #fff;
	font-size: 22x; font-size: 2.2rem;
	vertical-align: middle;
}
.btn span.btn_text {
	font-size: 15px; font-size: 1.5rem;
	color: #fff;
}
.btn span.btn_text_s {
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
}
.btn_s span.btn_text_s {
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
}

.btn_enter {
	background: #4fc1e9;
}
.btn_enter:hover {
	background-color: #3bafda;
}

.btn_att {
	background: #ed5565;
}
.btn_att:hover {
	background: #d94255;
}

.btn_blue {
	background: #21b8c6;
}
.btn_blue:hover {
	background: #00a1ae;
}

.btn_pink {
	background: #ec87c0;
}
.btn_pink:hover {
	background: #e07bb4;
}

.btn_green {
	background: #42c28a;
}
.btn_green:hover {
	background: #26aa73;
}


#btn_advice {
	position: relative;
	overflow: visible;
}
#advice_new {
	position: absolute;
	text-align: center;
	background-color: #ed5565;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	right: -5px;
	top: -5px;
}
.advice_new_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #fff;
}


/*無効設定*/
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:active{
  background: #498e0f;
  cursor: default;
}
.btn_s[disabled], .btn_s[disabled]:hover, .btn_s[disabled]:active{
  background: #498e0f;
  cursor: default;
}

a[disabled], a[disabled]:hover, .a[disabled]:active{
  background: #498e0f;
  cursor: default;
}




/* ラジオボタン
========================================== */
.form_radio input{
	display: none;
}
.form_radio label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 5px 10px 20px;
	border-radius: 2px;
	text-align: center;
	line-height: 1;
}
.form_radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #498e0f;
	border-radius: 50%;
}
.form_radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 1px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #3bafda;
}

/* チェックボックス
========================================== */
.form_checkbox input{
	display: none;
}
.form_checkbox label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 10px 10px 20px;
	border-radius: 2px;
	text-align: center;
	line-height: 1
}
.form_checkbox label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #498e0f;
	border-radius: 4px;
}
.form_checkbox input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: "";
	left: -1px;
	width: 8px;
	height: 7px;
	margin-top: 0px;
	border-left: 3px solid #3bafda;
	border-bottom: 3px solid #3bafda;     
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----------------------------------------------------
	エラーメッセージ
----------------------------------------------------*/
/*余白つきDIVあり*/	
.message_area {
	clear: both;
	margin: 10px auto;
}
.flash_failure {
	clear: both;
	margin: 0 auto 0;
	padding: 10px;
	width: 50%;
    color: #ed5565;
    border: 1px solid #ed5565;
    background-color: #FEF1EC;
	font-weight: bold;
	text-align: center;
}
.flash_failure:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.error-message {
	clear: both;
    color: #ed5565;
	font-weight: bold;
}
.error-message:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
/*メッセージ用黒文字*/
.message_text {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
    color: #000;
	font-weight: bold;
	text-align: center;
}



/*----------------------------------------------------
	マイページトップ
----------------------------------------------------*/
#news_area {
	padding: 3px 15px;
	width: 810px;
	border-radius: 5px;
	border: 2px solid #ddd;
}
#news_list {
	margin-top: 3px;
	margin-bottom: 10px;
	list-style: none;
}
#news_list li {
	padding: 7px 0;
	border-bottom: 1px dotted #498e0f;
	font-size: 14px; font-size: 1.4rem;
	overflow: hidden;
}
#news_list li:last-child {
	border-bottom: none;
}
.news_date {
	float: left;
	width: 140px;	
}
.news_text {
	float: right;
	width: 630px;
}


/*----------------------------------------------------
	コンテンツ内設定
----------------------------------------------------*/
/*カレンダーポップアップ*/
.ui-datepicker-trigger {
    margin-left: 10px;
	vertical-align: middle;
}
/*期間～*/
.font_datepick {
	font-size: 20px; font-size: 2.0rem;
	margin: 0 10px;
	color: #999;
	font-weight: bold;
}


/*表ページャー*/
#pager {
	clear: both;
	margin: 10px auto 0;
	position: relative;
	overflow: hidden;
}

ul#list_pager {
	list-style: none;
	float: left;
	left: 50%;
	position: relative;
}
 
ul#list_pager li {
	float: left;
	left: -50%;
	position: relative;
	margin-left: 15px;
	font-size: 16px; font-size: 1.6rem;
}
ul#list_pager li:first-child {
	margin-left: 0;
}
ul#list_pager li.link_icon a:link {
	color: #21b8c6;
}
ul#list_pager li.link_icon a:hover {
	color: #00a1ae;
}
ul#list_pager li.link_icon a:visited {
	color: #21b8c6;
}
/*----------------------------------------------------
	表設定　ベース
----------------------------------------------------*/

#persons_list th {
	padding: 5px;
	border: 1px solid #bbb;
	font-size: 14px; font-size: 1.4rem;
	background-color: #F0F0FF;
	font-weight: bold;
}
#persons_list td {
	padding: 5px;
	border: 1px solid #bbb;
	font-size: 14px; font-size: 1.4rem;
}


/*マスタ管理　選択肢セット一覧*/
#choices_set th,td {
	padding: 5px;
}
#choices_set th {
	font-weight: bold;
}


#choices_list th {
	padding: 5px;
	border: 1px solid #bbb;
	font-size: 14px; font-size: 1.4rem;
	background-color: #F0F0FF;
	font-weight: bold;
}
#choices_list td {
	padding: 5px;
	border: 1px solid #bbb;
	font-size: 14px; font-size: 1.4rem;
}






/*----------------------------------------------------
	装飾
----------------------------------------------------*/
.text_underline {
	text-decoration: underline;
}
.border_gray {
	border: 1px solid #333;
}
.border_att {
	border: 1px dashed #CC0000;	
}
