@charset "utf-8";
/* CSS Document */

/* 入力エラーメッセージ */
.error-message {
	color: red;
}

li.feedbackPanelERROR {
	color: red;
}

li.feedbackPanelSUCCESS {
	color:blue;
}

/* 全体をセンタリング */
#wrapper {
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

/* ログイン画面 */
#loginPage {
	margin: 0;
}

#loginContents {
	width:1200px;
	height: 400px;
	padding-top: 5em;
	padding-bottom: 5em;
	clear: both;
}

#loginForm {
	max-width:400px;
	padding: 1em;
	margin:50px auto 0 auto;
	border-collapse: separate;
	border: 2px solid #FDD000;
	background: #FFC;
}
#loginForm input#username, #loginForm input#password {
	width:100%;
}
#loginForm dl {
	margin:0 0 15px 0;
}
#loginForm .login_btn {
	text-align:center;
}
#loginForm .login_btn input {
	padding:2px 10px;
}
p.fgl {
	text-align:center;
	margin:15px 0 0 0;
	font-size:90%;
}

/* フッター */
#footer {
	margin-bottom: 10px;
	font-size: small;
	color: #AAAAAA;
	text-align: center;
}

/* ベース画面 */
/*#basePage {
	margin: 0;
	background: #ffffff;
}

#basePage>table {
	width: 1200px;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: auto;
}*/

/* グローバルエリア（ヘッダー） */
#globalarea {
	background-image: url("../img/admin_title.gif");
	width: 1200px;
	height: 105px;
	float: left;
}

.hline {
	background-image: url("../img/admin_line.gif");
	background-repeat: repeat-x;
	clear: both;
}

/* メインメニュー */
#mainmenu {
	width:190px;
	valign:top;
	background-image:url("../img/admin_menu.jpg");
	background-repeat: repeat-y;
	float:left;
	clear: both;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

#mainmenu img:hover {
	opacity: 0.8;
}

#baseLeft {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/* ナビゲーション */
ul.navigation {
	list-style-image: url("../img/sankaku.gif");
	float: right;
	position: relative;
	top: 80px;
	right: 20px;
	height: 30px;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
ul.navigation > li {
	float: right;
	margin-left: 30px;
}

/* コンテンツ部タイトル */
#pagetitle {
	height:0px;
	top: -25px;
	position: relative;
}

/* コンテンツをセンタリング */
#contents {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
	float:left;
	background-image: url("../img/admin_func.jpg");
	background-repeat: repeat-y;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}



/* 検索条件入力部 */
.tableheader,.kainInfoTable tr:first-child,.searchResultTable tr:first-child,#editPage .pageTopText
	 ~ table table tr:first-child,#editConfirmPage table table tr:first-child,#ownInfoPage table table tr:first-child
	{
	background: #e0d7a9;
	color: #333333;
}

.tablebody,.kainInfoTable tr,.searchResultTable tr,#editConfirmPage table table tr,#ownInfoPage table table tr
	{
	background: #fbfbf9;
	color: #333333;
}


/* 情報表示部 */
#searchPage,#editPage,#editEndPage,#editConfirmPage,#ownInfoPage
	{
	border: 0;
	border-collapse: collapse;
	Padding: 0;
	width: 685px;
	margin: auto;
}

/* テーブル表示部 */
.kainInfoHeader,.kainInfo,.checkRegisterBtn,#searchPage .searchPageTable {
	border: 0;
	border-collapse: collapse;
	Padding: 0;
	width: 588px;
	margin: auto;
}

/* 検索結果一覧画面 */
#searchListPage {
	width: 960px;
	margin: auto;
}

.navigator {
	text-align: right;
	padding: 10px 50px 10px;
}

/* テーブル内の線・パディング */
.kainInfoTable td,.searchResultTable th,.searchResultTable td,#searchPage .searchPageTable table td,#editPage .pageTopText
	 ~ table table td,#editConfirmPage table table td,#ownInfoPage table table td
	{
	Padding: 6px;
	border: 1px #666666 solid;
}

/* 会員情報テーブル1列目 */
.kainInfoTable tr:first-child td:first-child,#editPage .pageTopText
	 ~ table table tr:first-child td:first-child,#editConfirmPage table table tr:first-child td:first-child,#ownInfoPage table table tr:first-child td:first-child
	{
	width: 11%;
	text-align: center;
}

/* 会員情報テーブル2列目 */
.kainInfoTable tr:first-child td:nth-child(2),#editPage .pageTopText
	 ~ table table tr:first-child td:nth-child(2),#editConfirmPage table table tr:first-child td:nth-child(2),#ownInfoPage table table tr:first-child td:nth-child(2)
	{
	width: 33%;
	text-align: center;
}

/* 会員情報テーブル3列目 */
.kainInfoTable tr:first-child td:last-child,#editPage .pageTopText
	 ~ table table tr:first-child td:last-child,#editConfirmPage table table tr:first-child td:last-child,#ownInfoPage table table tr:first-child td:last-child
	{
	width: 56%;
	text-align: center;
}

/* 会員情報テーブル(1行目、1列目以外) */
.kainInfoTable tr td:nth-child(n+2),#searchPage .searchPageTable table tr:nth-child(n+2) td,#editPage .pageTopText
	 ~ table table tr:nth-child(n+2) td:nth-child(n+2),#editConfirmPage table table tr:nth-child(n+2) td:nth-child(n+2),#ownInfoPage table table tr:nth-child(n+2) td:nth-child(n+2)
	{
	text-align: left;
}

/* 検索条件入力画面 */
#searchPage .searchPageTable table {
	border: 0;
	border-collapse: collapse;
	Padding: 6px;
	width: 100%;
}

/* 画面上部メッセージ */
.pageTopText {
	width: 588px;
	border: 2px #101010 solid;
	border-collapse: collapse;
}

.pageTopText td {
	padding: 8px;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0066cc;
}

/* 会員情報テーブル(3列表示) */
.memberInfoTable tr {
	background: #fbfbf9;
	color: #333333;
}

.memberInfoTable {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

/* テーブル内の線・パディング */
.memberInfoTable td {
	Padding: 6px;
	border: 1px #666666 solid;
	text-align: left;
	vertical-align: top;
}

.memberInfoTable tr.headerRow td {
	background: #e0d7a9;
	color: #333333;
	text-align: center;
}

/* 1列目 */
table.memberInfoTable tr td:first-child {
	width: 70px;
	text-align: center;
}

/* 2列目 */
table.memberInfoTable tr td:nth-child(2) {
	width: 200px;
}

/* 3列目 */
table.memberInfoTable tr td:last-child {
	width: auto;
}

/* 会員情報テーブルのタイトル */
.memberInfoTitle {
	color: blue;
	text-align: left;
}

/* 追加・削除ボタンなどを配置する操作エリア */
.manipulatePanel {
	padding: 5px 20px 0px;
	text-align: right;
	width: 100%;
}

.manipulatePanel input {
	margin-left: 30px;
	padding: 5px;
	font-size: larger;
}

/* 入力内容の補足説明 */
.description {
	font-size: 90%;
	color: #666666;
}


/* 会員情報テーブル(2列表示) */
.memberInfoViewTable tr {
	background: #fbfbf9;
	color: #333333;
}

.memberInfoViewTable {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

/* テーブル内の線・パディング */
.memberInfoViewTable td {
	Padding: 6px;
	border: 1px #666666 solid;
	text-align: left;
	vertical-align: top;
}

.memberInfoViewTable tr.headerRow td {
	background: #e0d7a9;
	color: #333333;
	text-align: center;
}

/* 1列目 */
table.memberInfoViewTable tr td:first-child {
	width: 200px;
	text-align: center;
}

/* 2列目 */
table.memberInfoViewTable tr td:nth-child(2) {
	width: auto;
}


/*エラーinfo
-----------------*/
article.err_info {
	background:#FFF4F4;
    border:3px solid #f00;
    border-collapse: separate;
    margin: 50px auto !important;
    width:80%;
    padding:30px 1em;
	font-size:90%;
	text-align:center;
}
article.err_info img {
	margin:0 0 20px 0;
}
article.err_info .login_btn {
	margin:20px 0 0 0;
}
article.err_info .login_btn input {
	padding:5px 10px;
}











/*20130919 edit
-------------------------------------*/
#wrapper_box {
	max-width:960px;
	margin:0 auto;
	background:#FFF;
	padding:0;
	height: 100%;
	min-height: 100%;
}
body > #wrapper_box {
	height: auto;
}
/*header
-----------------*/
#wrapper_box header {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:10px 0 15px 0;
	margin:0;
	position:relative;
}
#wrapper_box header h1 {
	margin:0 0 0 12px;
}
#wrapper_box header h2 {
	position:absolute;
	top:15px;
	right:15px;
}
#wrapper_box header ul.hdr_nav {
	position:absolute;
	top:42px;
	right:0;
}
#wrapper_box header ul.hdr_nav li {
	float:left;
	margin:0 15px 0 0;
	font-size:95%;
	background:#CFEAFA;
	list-style:none;
}
#wrapper_box header ul.hdr_nav li a {
	text-decoration:none;
	padding:1px 10px;
	display:block;
	border:1px solid #61BAEF;
}

/*section
-----------------*/
#wrapper_box section {
	margin:15px;
	overflow:hidden;
}
/*col_side*/
#wrapper_box section .col_side {
	width:200px;
	float:left;
	margin:0 0 20px 0;
}
#wrapper_box section .col_side nav ul {
	margin:0 !important;
}
#wrapper_box section .col_side nav ul li {
	margin:0 0 10px 0;
	font-size:90%;
}
#wrapper_box section .col_side nav ul li a {
	border:1px #ccc solid;
	padding:10px 5px 10px 30px;
	text-decoration:none;
	color:#666666;
	display:block;
	background: #FFFFF0 url(../img/col_side_li_bg.gif) no-repeat 8px 14px;
}
#wrapper_box section .col_side nav ul li.koyuhp {
	margin:20px 0 0 0;
	font-size:100%;
}
#wrapper_box section .col_side nav ul li.koyuhp a {
	background:url(../img/col_side_li_bg2.gif) no-repeat 3px 4px;
	border:none;
	padding:0 0 0 20px;
	display:inherit;
	text-decoration:underline;
	color:#679b4b;
}
#wrapper_box section .col_side nav ul li a:hover {
	border:1px solid #ED8C21;
}
#wrapper_box section .col_side nav ul li.koyuhp a:hover {
	border:none;
}
#wrapper_box section .col_side nav ul li a.this,
body.c4 #wrapper_box section .col_side nav ul li.sn4 a,
body.c5 #wrapper_box section .col_side nav ul li.sn5 a,
body.c6 #wrapper_box section .col_side nav ul li.sn6 a {
	border:1px solid #ED8C21;
	font-weight:bold;
}
/*col_main*/
#wrapper_box section .col_main {
	width:715px;
	float:right;
}
#wrapper_box section h3 {
	padding:6px 20px;
	margin:0 0 20px 0;
	font-size:120%;
	font-weight:normal;
	color:#000;
	background:#fdd000 url(../img/h3_bg.png) top right no-repeat;
}
#wrapper_box section article {
	margin:0 0 50px 0;
}
#wrapper_box section article h4 {
	border-bottom:1px dashed  #D5BFFB;
	margin:0 0 10px 0;
	padding:0 15px 5px 30px;
	font-weight:normal;
	color:#333;
	background:url(../img/h4_bg.gif) no-repeat 10px 4px;
}


/*footer
-----------------*/
#wrapper_box footer {
	position:relative;
	clear:both;
	color:#666;
	max-width:960px;
	margin:0 auto;
	padding:10px 0 20px 0;
	overflow:hidden;
	background:#fff;
	border-top:3px solid #ccc;
}
#wrapper_box footer address {
	float:right;
	margin:10px 40px 20px 10px;
	font-style:normal;
	text-align:left !important;
}
#wrapper_box footer address strong {
	font-size:120%;
}
#wrapper_box footer p.copy {
	clear:both;
	font-size:90%;
	text-align:center;
}
/*ページトップ*/
footer .totop {
	position:absolute;
	top:0;
	right:15px;
	text-indent:-9999em;
}
footer .totop a {
    background: url("../img/ftr_totop.gif") no-repeat right top;
    display: block;
    height:30px;
    width:40px;
	padding:0;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}
footer .totop a:hover {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}


/*common
-----------------*/
.fs80 {	font-size:80% !important; }
.t_right {	text-align:right !important; }

/*dl-表*/
#wrapper_box section.dtable dl {
	clear:both;
	border-bottom:1px solid #CCC;
	margin:0;
	overflow:hidden;
}

#wrapper_box section.dtable dl:nth-child(odd){
	background:#FDFBFF;
}

#wrapper_box section.dtable dl dt {
	float:left;
	width:13em;
	padding:15px 10px 10px;
	color:#666666;
	font-size:90%;
}

#wrapper_box section.dtable .col_main dl dt {
	width:10em;
}

#wrapper_box section.dtable dl dd {
	margin-left:10.5em;
	padding:10px;
	overflow:hidden;
}
#wrapper_box section.dtable dl dd div {
	float:left;
}
#wrapper_box section.dtable dl dd span {
	font-size:75%;
	border:1px solid #999;
	float:right;
	background:#EFEFEF;
	padding:0 5px;
	color:#666;
}
#wrapper_box section.dtable dl dd span.pb {
	border:#fdd000 1px solid;
	background: #FCF8D3;
	color: #000;
}
/*input関連*/
.form_box input[type=radio] {
	margin:0 3px 5px 0;
}
.form_box input[type=checkbox] {
	margin:0 3px 5px 0;
}
.form_box input[type=text],
.form_box input[type=password],
.form_box input[type=email],
.form_box textarea {
	margin:0 0 5px 0;
	width:75%;
	padding:5px !important;
}
.form_box input[type=text]:focus,
.form_box input[type=password]:focus,
.form_box input[type=email]:focus,
.form_box input[type=radio]:focus,
.form_box select:focus,
.form_box textarea:focus {
	border:1px solid #59C0EC;
	background:#E8F7FD;
}
.form_box select {
	padding:3px 5px !important;
}
.form_box label {
	margin:0 10px 0 0;
}
.form_box .form_btn {
	margin:30px 0 10px 0;
	text-align: center;
}
.form_box .form_btn input {
	margin:0 10px 5px 10px;
	padding:5px 20px;
	font-size:110%;
}
.form_box .form_btn input.mini {
	padding:5px 5px !important;
}
.form_box .form_btn2 {
	margin:10px 0 10px 0;
	text-align:right;
}
.form_box .form_btn2 input {
	margin:0 10px 5px 10px;
	padding:2px 15px;
}
.form_box ul.form_policy {
    background: #E7E7E7;
    padding: 10px 15px;
	margin:30px 0 0 0 !important;
}
.form_box ul.form_policy li {
    list-style-type: disc !important;
	margin:0 20px !important;
}
.form_box input.w30 {
	width:30%;
}
.form_box input.w50 {
	width:50%;
}
.form_box .err {
	margin:10px;
	border:1px solid #FF0000;
	padding:10px;
	color:#FF0000;
}
.form_box .err h5 {
	background:#FF0000 url(../entry/img/err_bg.gif) no-repeat 5px 3px;
	color:#FFFFFF;
	padding:2px 10px 2px 30px;
	margin:0 0 10px 0;
	font-size:110%;
}
.form_box .err ul {
	margin-bottom:0 !important;
}
.form_box .err ul li {
	list-style:disc !important;
}
.form_box dl dd span {
	background:none !important;
	border:none !important;
    color: #815F25 !important;
    font-size: 90%;
}
.form_box dl dd span.exp {
	float:left !important;
}


/*ページ送り*/

div.pagenate {
	overflow:hidden;
	margin:0 0 20px 0;
}
div.pagenate ul {
	clear:both;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.pagenate ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
div.pagenate ul li span {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	margin:0 0 5px 0 !important;
}
div.pagenate ul li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
	text-decoration:none;
	color:#333;
}

div.pagenate ul li a:link,
div.pagenate ul li a:visited {
	border-color: #CCCCCC;
	color:#333;
}
div.pagenate ul li a:hover,
div.pagenate ul li a:active {
	border-color: #003399;
	background-color: #B6EBEF;
}



/*検索結果一覧
-----------------*/
.searchlist div h5 {
	background: #F3FDDB;
	font-size:100%;
	border-left:10px #99d366 solid;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
}
.searchlist div h5 span {
	float:right;
	font-weight:normal;
	font-size:90%;
	border:1px solid #fdd000;
	background:#ffe674;
}
.searchlist div h5 span a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:0 10px;

}
.searchlist div {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:20px 0;
}
.searchlist div dd {
	border-left:1px solid #CCC;
	min-height:1.4em;
}
.searchlist div dt,
.searchlist div dd {
	padding:5px 10px !important;
	font-size:90%;
}


.t_center {
	padding:0px 40px;
}