@charset "utf-8";  /* 〠 */

/*----------------------------------------------*/
/* admin CSS
/*----------------------------------------------*/

/*######## <body>タグ ########*/
body {
	background-color: #FFFFFF;
}


/*######## フォント ########*/

/*---- 標準 ----*/
body, table, input {
	font-size: 14px;
	line-height: 120%;
	
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;  /* for WindowsXP(標準:MSPゴ)/Vista(標準:メイリオ)/7(標準:MSPゴ)="ＭＳ Ｐゴシック"、Mac="ヒラギノ角ゴ Pro W3" */
	
	letter-spacing: 1px;
	
	color: #333333;
}


/*######## 標準<a>タグ ########*/
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #2a4472;
}
a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: underline;
}


/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	margin: 0px;
	padding: 2px 4px 4px 4px;
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
	margin: 0px 5px 5px 0px;
	transform: scale(1, 1);
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice span {
	display: inline-block;
	margin: 0px 10px 5px 0px;
}


/*######## 標準<select>タグ ########*/
select {
	height: 30px;
x	padding: 2px 2px;
	padding: 0px 30px 0px 8px;
}


/*######## フォーム関連 ########*/

/*---- フォームフィールド ----*/
table.formfield-narrow {
	margin: 20px 5px 10px 15px;
}

table.formfield-narrow th {
	padding: 3px 10px 15px 0px;
	
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.formfield-narrow td {
	padding-bottom: 15px;
	vertical-align: top;
}

/*---- フォーム必須項目 ----*/
.formmustitem {
	color: #FF6633;
	font-weight: bold;
}

/*---- フォーム実行ボタン ----*/
.btn-formsubmit input {
	background-color: #1b4f97;
	margin-top: 20px;
	margin-bottom: 40px;
	
	min-width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0px 40px;
	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
x	border:1px solid #666666;
	background-image: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
x	cursor: pointer;
}

/*---- 各種処理ボタン ----*/
.btn-miscbutton {
	padding: 2px 10px;
	cursor: pointer;
/*	background-color: #CCCCCC; */
}


/*######## メインフィールド ########*/

#adm-wrapper {
}

#adm-mainfield {
	width: 1000px;
	margin: 20px auto 0px;
x	border-left: 1px solid #AAAAAA;
x	border-right: 1px solid #AAAAAA;
	
	background-color: #FFFFFF;
}

#adm-leftmenu {
	width: 170px;
	padding: 10px 30px 0px 0px;
	
	line-height: 160%;
	vertical-align: top;
x	background-color: #00FF00;
}

#adm-maincontents {
x	width: 740px;
	width: 790px;
	min-height: 500px;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
x	background-color: #00FFFF;
}


/*######## フッター関連 ########*/

#adm-footerfield {
	width: auto;
	padding: 20px 0px 50px 0px;
	
	font-size: 13px;
	color: #333333;
	text-align: center;
	border-top: 1px solid #C5C5C5;

}


/*######## 各種ページ ########*/

/*---- 共通：ページタイトル ----*/

.adm-pagetitle {
	width: 100%;
x	height: 32px;
	line-height: 120%;
	margin-bottom: 20px;
	padding: 12px 0px 0px 20px;
	padding: 10px 0px 10px 15px;;
	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
	border-left: 8px solid #0E2D65;
	
	background-color: #7C7C7C;
x	background-image: url(../img/admin/admin_h1_bg.gif);
x	background-repeat: no-repeat;
}


/*---- 共通：レフトメニュー ----*/

.adm-leftmenu-title {
x	width: 160px;
	padding: 5px;
x	padding: 10px;
	margin-bottom: 10px;
	
x	font-size: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	
	background-color: #0E2D65;
}

.adm-leftmenu-name {
	margin-bottom: 10px;
	
	font-weight: bold;
	text-align: center;
}

.adm-leftmenu-cmd {
	width: 100%;
	text-align: center;
}

.adm-leftmenu-category {
	width: 155px;
	padding: 5px 5px 5px 10px;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 5px;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E2D65;
}

.adm-leftmenu-menulist {
}

.adm-leftmenu-menulist li {
	height:      21px;
	line-height: 21px;
}

.adm-leftmenu-menulist-continue a {
	display: block;
	height:      21px;
	line-height: 21px;
	padding-left: 16px;
	
	background-image: url(../img/admin/admin_line.gif);
	background-repeat: no-repeat;
}

.adm-leftmenu-menulist-last a {
	display: block;
	height:      21px;
	line-height: 21px;
	padding-left: 16px;
	
	background-image: url(../img/admin/admin_line_end.gif);
	background-repeat: no-repeat;
}


/*---- 共通：標準ページ構成要素 ----*/

/* 標準ヘッダーフォーム */
.adm-main-headerform {
	margin: 0px auto 20px auto;
	border: 1px solid #959595;
	background-color: #EEEEEE;
}

.adm-main-headerform-title {
	margin: 10px 0px 20px 10px;
	
	font-weight: bold;
	color: #993300;
}

/* 標準フォーム */
.adm-main-formfield {
	margin: 10px 0px;
}

.adm-main-formfield th {
	width : 180px;
	padding: 7px;
	border: 1px solid #AAAAAA;
	
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	
	background-color: #EEEEEE;
}

.adm-main-formfield td {
	padding: 7px;
	border: 1px solid #AAAAAA;
	vertical-align: top;
}

.adm-main-subformfield {
}

.adm-main-subformfield th {
	width : 180px;
	padding: 7px;
	border: none;
	border-top: 1px solid #AAAAAA;
	
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	
	background-color: #FFFFFF  !important;
}

.adm-main-subformfield td {
	padding: 7px;
	border: none;
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
}

.adm-main-subformfield tr:first-child th,
.adm-main-subformfield tr:first-child td {
	border-top: none;
}


/* 標準テーブル */
.adm-main-list {
	margin-bottom: 10px;
}

.adm-main-list td {
	border: 1px solid #AAAAAA;
	padding: 3px;
	word-break: break-all;
}

.adm-main-list-header td {
	font-weight: bold;
	color: #FFFFFF;
	
	background-color: #0E2D65;
x	background-color: #EEEEEE;
}

.adm-main-list-deleted {
	background-color: #DDDDDD;
}


/*---- Page list ----*/
.pagelist {
	margin: 10px 0px;
}

.pagelist-total {
	font-weight: bold;
	padding-right: 10px;
}

.pagelist-cur {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #3C3C3C;
	text-align: center;
	color: #FFFFFF;
	background-color: #3C3C3C;
}

.pagelist-jump {
	width: 20px;
	height: 20px;
	border: 1px solid #AAAAAA;
	text-align: center;
	background: #FFFFFF;
}

.pagelist-jump a {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.pagelist-jump a:hover {
	text-decoration: none;
	background-color: #D9D9D9;
}

.pagelist-dot {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.pagelist-spacer {
	width: 4px;
}

.pagelist-wide {
	width: 25px;
}


/*---- Common ol ul ----*/
.adm-ul-indent {
	margin: 0px;
	padding: 0px;
}

.adm-ul-indent li {
	margin: 5px 0px 0px 0px;
	padding-left: 15px;
	text-indent: -15px;
}
