@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.25;
}


.header {
	background-color: #E1E5EF;
	border: 1px solid #B9B9B9;
	border-bottom-style: none;
	padding: 10px;
	position: relative;
}
.header h1 {
	color: #666;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.header a {
	color: #666;
	text-decoration: none;
}
.header div {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
}
.header div a {
	color: #666;
	font-size: 12px;
}


.menu {
	border-bottom: 1px solid #CCC;
	height: 26px;
	margin: 5px;
}
.menu div {
	float: left;
	padding: 0 5px;
}


.menu_list li {
	margin-bottom: 16px;
	text-align: center;
}
.menu_list input[type="button"] {
	font-size: 18px;
	padding: 8px 4px;
	width: 300px;
}

#main {
	margin: 0 20px;
}
.title2 {
	border-top: 2px solid #C8C8C8;
	margin-bottom: 30px;
	padding-top: 15px;
}
.title2 h2 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
}
.sub_menu {
	font-size: 12px;
	position: relative;
}




.search_menu {
	border: 1px solid #CCC;
	font-size: 12px;
	margin-top: 5px;
	padding: 8px;
}
.search_menu table th {
	padding: 4px;
}
.search_menu table td {
	padding: 4px 20px 4px 4px;
}
.search_menu input, .search_menu select {
	padding: 2px;
}

/*************************
	一覧表示
*************************/
.list,
.list2 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
.list th {
	background-color: #515161;
	border: 1px solid #E1E1E1;
	color: #FFF;
	padding: 2px;
	text-align: center;
}
.list td {
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	color: #666;
	padding: 10px 5px 10px 10px;
}
.list2 td {
	padding: 5px 8px;
}
.list thead td {
	border: none;
}
.list tr:nth-child(2n) td {
    background-color: #EFEFEF;
}
.list a {
	text-decoration: underline;
}
.list input[type=button] {
	padding: 2px;
}

table.karyu td {
	height: 38px;
	padding: 0 !important;
	text-align: center;
}
table.karyu td div {
	height: 38px;
	position: relative;
	width: 100%;
}
table.karyu td div p {
	border-bottom: 1px solid #888;
	display: inline-block;
	height: 18px;
	position: relative;
	width: 100%;
}
table.karyu td div hr {
	display:inline-block;
	width: 100%;
}
table.karyu td div p span {
	bottom: -4px;
	display: block;
	line-height: 8px;
	position: absolute;
	right: 0;
}
td.karyu_active {
	background-color: #FDF8E0 !important;
}

/*************************
	入力
*************************/
.nyuryoku {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
	width: 100%;
}
.nyuryoku th {
	background-color: #F5F5F6;
	border: 1px solid #E1E1E1;
	border-style: none none solid solid;
	color: #666;
	padding: 10px 5px 10px 10px;
	text-align: left;
	width: 120px;
}
.nyuryoku td {
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	border-style: none solid solid none;
	color: #666;
	padding: 8px;
}
.nyuryoku thead td {
	background-color: #515161;
	border: none;
	border-bottom: 2px solid #B5B5B5;
	color: #FFF;
	font-size: 14px;
	padding: 8px 10px;
}
thead .t_body td {
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	border-style: none solid solid none;
	color: #666;
	padding: 8px;
}
thead span {
	font-size: 12px;
}
.nyuryoku td.require {
	background-color: #F5F5F6;
	border-left: none;
	color: #F25E5E;
	font-size: 90%;
	padding: 10px 5px 10px 0;
	text-align: center;
	width: 36px;
}
.nyuryoku td.hint {
	border-style: none none solid solid;
	font-size: 94%;
	padding-right: 0;
	width: 100px;
}
.nyuryoku td.hint2 {
	font-size: 94%;
	width: 250px;
}
.nyuryoku td.input {
	padding-left: 15px;
}
.nyuryoku span.sub {
	font-size: 94%;
}
.nyuryoku input, .nyuryoku textarea, .nyuryoku select {
	padding: 4px;
	vertical-align: middle;
}
input.ime_on, textarea.ime_on {
	ime-mode: active;
}
input.ime_off, textarea.ime_off {
	ime-mode: inactive;
}
input.error, textarea.error, select.error {
 background-color: #FFECEC;
}
span.errorMsg {
 color: #F08080;
 font-weight: bold;
}
.nyuryoku input[type=text] {
	width: 120px;
}
.nyuryoku input.vshort {
	width: 30px;
}
.nyuryoku input.xshort {
	width: 40px;
}
.nyuryoku input.short, .nyuryoku select.short {
	width: 100px;
}
.nyuryoku input.middle, .nyuryoku textarea.middle {
	width: 300px;
}
.nyuryoku input.mlong, .nyuryoku textarea.mlong {
	width: 450px;
}
.nyuryoku input.long, .nyuryoku textarea.long {
	width: 600px;
}
.nyuryokuButton {
	text-align: center;
}
.nyuryokuButton input {
	font-size: 14px;
	padding: 2px 10px;
}
.mes {
	color: #F25E5E;
	font-size: 14px;
}


.popup {
	background-color: #EEE;
	border-radius: 10px;
	display: none;
	position: absolute;
	width: 400px;
	z-index: 1000;
}
.popup_title {
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	position: relative;
	text-align: center;
}
.popup_close {
	color: #AAA;
	font-weight: bold;
	position: absolute;
	right: 10px;
	text-decoration: none;
}
.popup_close:hover {
	color: #CCC;
}
.popup_body {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 12px;
	min-height: 100px;
}
.popup_body table {
	margin: 20px;
}
.popup_body table th,
.popup_body table td {
	padding: 8px;
}
div.overlay {
	background-color: #EEE;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.flash-message {
	background-color: #D88;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 8px;
	padding: 10px 8px;
	text-align: center;
}

span.button2 {
	background-color: #F88;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin-right: 4px;
	text-align: center;
	width: 16px;
}