@charset "UTF-8";

/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.2em;
	line-height: 1.4;
	color:#333333;
}

table {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.hidden {
	display: none;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* link styles
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* form base style
----------------------------------*/
input,
textarea,
select {
	font-size: 100%;
	line-height: 1;
	outline: none;
}

input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px;
	border: 1px solid #CCC;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	height: 3em;
	padding: 0 15px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #b3b3b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background:linear-gradient(to bottom,  #ffffff 0%,#b3b3b3 100%); /* W3C */
	cursor: pointer;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	height: 4em;
	padding: 5px;
	border: 1px solid #CCC;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	margin-bottom: 3px;
}

select {
	max-width: 200px;
}

/* basic layout
----------------------------------*/
#container {
	min-width: 1200px;
}
#header {
	background-color: #b0dcf8;
	padding: 10px 20px;
}
#wrapper {
	margin:20px 0 0 20px;
}

h1 {
	float: left;
	font-size: 150%;
	white-space: nowrap;
	color: #000000;
	padding-right:20px;
}
h1#jobno {
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

#header_top_right {
	float: left;
	white-space: nowrap;
}
#header_top_right input {
	width:120px;
	height: 25px;
	padding: 0;
	margin-right:10px;
}
#header_top_right input.btn_s {
	width:68px;
	margin-right:6px;
}

#header_menu {
	white-space: nowrap;
	margin-bottom:20px;
	position: relative;
}
#header_menu input {
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
	width: 120px;
	height: 30px;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 100%;
	z-index: -1;
}
#header_menu input + label {
	display: block;
	position: absolute;
	right: 20px;
	top: 100%;
	width: 118px;
	height: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	border: 2px solid #DFDFDF;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background-color: #F9F9F9;
	cursor: pointer;
}
#header_menu input:checked + label {
	bottom: -28px;
	top: auto;
}
#header_menu input + label:after {
	display: inline-block;
	content: "▼";
	margin-left: 0.5em;
}
#header_menu input:checked + label:after {
	content: "▲";
}
#header_menu input + label + div {
	display: none;
}
#header_menu input:checked + label + div {
	display: block;
	padding: 20px;
	background-color: #F9F9F9;
	text-align: center;
	border-bottom: 2px solid #DFDFDF;
	letter-spacing: -0.4em;
}
.menuBox .contents_box {
	width: 185px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 15px;
	letter-spacing: normal;
}
.menuBox h2 {
	font-size: 150%;
	line-height: 1.2;
	font-weight: normal;
	color: #0071bc;
	border-left: 4px solid;
	padding-left: 8px;
}
.menuBox .contents_box:first-child {
	margin-left: 0px;
}
.menuBox .menu_box a {
	display: block;
	font-size:109%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #000000;
	padding: 15px 0;
	border: 2px solid #CCC;
	background-color: #FFFFFF;
	margin: 10px 0;
}
.menuBox .menu_box a:hover {
	color: #FFF;
	background-color:#0071bc;
	border: 2px solid #0071bc;
}

input.current {
	background: #ffbebe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffbebe)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #ffffff 0%,#ffbebe 100%); /* Chrome10+,Safari5.1+ */
	background:linear-gradient(to bottom,  #ffffff 0%,#ffbebe 100%); /* W3C */
}

#header_bottom {
	margin-top: 10px;
}
#header_bottom label {
	margin:0 2px 0 10px;
}
#header_bottom input[type="button"],
#header_bottom input[type="submit"] {
	width: 120px;
	height: 25px;
	padding: 0;
	margin-left: 10px;
}

/* message
----------------------------------*/
ul#complete_message {
	padding : 10px;
	border : solid #C00 2px;
	color : #C00;
	margin-bottom: 20px;
}
#complete_message li {
	font-size: 120%;
	list-style-position: inside;
}
ul#message {
	padding: 10px;
	border: solid #C00 2px;
	color: #FFF;
	margin-bottom: 20px;
	background-color: #C00;
}
#message li {
	font-size: 120%;
	list-style-position: inside;
}