@charset "utf-8";

@import url("./init.css");

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
	font-size: 84%;
}

/*-------------------------------
   レイアウト
-------------------------------*/

body {
	background-image: url(../../images/form/bg_body.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}


#container {
	width: 800px;
	margin: 0px auto;
	padding: 15px 0px 10px 0px;
}

#header {
	background-image: url(../../images/form/bg_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 55px;
	font-size: 0px;
	line-height: 0px;
}

#header div {
	width: 800px;
	margin: 0px auto 0px auto;
}

#header h1 {
	width: 100%;
	text-align: center;
	float: left;
	padding: 5px 0px 0px 0px;
}

#header h2 {
	float: left;
	padding: 5px 0px 0px 0px;
}

#container h3 {
	color: #0078c4;
	background-image: url(../../images/form/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 160%;
	float: left;
	margin-bottom: 30px;
	padding-left: 22px;
}

#container h4 {
	margin: 25px 0px 15px 0px;
	padding: 3px 0px 3px 15px;
	background-image: url(../../images/form/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #0078c4;
	color: #0078c4;
	font-size: 110%;
}

#container .flow {
	float: right;
}

#footer {
	border-top: 1px solid #72b6e2;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#footer a {
	font-size: 84%;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: right;
	margin-right: 0.5em;
}

#footer address {
	display: inline;
	color: #055dad;
	font-size: 84%;
	font-style: normal;
}

/* テーブル */

#container table {
	font-size: 95%;
	width: 100%;
	border: #d9d9d9 3px solid;
	background-color: #ffffff;
}

#container th {
	background-color: #319add;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	width:170px;
}

#container td {
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px 10px 10px 15px;
	background-color: #f5f5f5;
}

#container table.type_department th {
	background-color: #33b2bd;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	padding: 7px 3px 7px 3px;
}

#container table.type_department td {
	border-bottom: 1px dotted #c1c1c1;
	border-right: 1px dotted #c1c1c1;
	padding: 3px;
}

#container table.type_department td.first {
	border-left: 1px dotted #c1c1c1;
	background-color: #EFEFEF;
}

.must {
	background-image: url(../../images/form/icon-must.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 55px;
}

.select {
	background-image: url(../../images/form/icon-select.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 55px;
}

.example {
	font-size: 90%;
	color: #666666;
}

#container span.error {
	color: #F81D22;
	font-weight: bold;
	display: block;
}

#container table input,
#container table textarea {
	border: 1px solid #cccccc;
}

#container table input.L { width: 450px;}
#container table input.M { width: 300px;}
#container table input.S { width: 200px;}
#container table textarea { width:450px; height: 100px;}

#container div.error {
	background-image: url(../../images/form/bg_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0px 0px 55px;
	margin: 0px 0px 20px 0px;
}

#container tr.error td {
	background-color: #FFDFE0;
}


/*-------------------------------
   フォーム
-------------------------------*/

.pick {
	width: 500px;
	background-color: #EBEBEB;
	padding: 10px;
	margin-bottom: 15px;
}

.pick li {
	float: left;
	padding-right: 10px;
}

.form_l {
	width: 380px;
	float: left;
}

.form_r {
	width: 380px;
	float: right;
}


#container .textform {
	border: 1px solid #b9b9b9;
	width: 240px;
}

#container .textformS {
	border: 1px solid #b9b9b9;
	width: 100px;
}

#container .textformL {
	border: 1px solid #b9b9b9;
	width: 350px;
}

#container .textareaform {
	border: 1px solid #b9b9b9;
	width: 798px;
	height: 250px;
}

.error {
	color: #DD0000;
}

.error_txt {
	display: block;
	color: #DD0000;
}

.error_box {
	display: block;
	color: #DD0000;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #DD0000;
	background-color: #FFFEE8;
}

.error_box li {
	list-style: disc;
	margin-left: 20px;
}

.img_center {
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.rei {
	font-size: 84% !important;
	color: #999999;
	display: inline !important;
}

#container .special {
	width:770px;
	margin: 0px auto 0px auto;
}

#container .special li {
	float: left;
	width: 190px;
}

#container .special li input {
	float: left;
}

#container .special li label {
	display: block;
	padding: 5px;
}

#container .special li label:hover {
	background-color: #d0f1f4;
}




/*-------------------------------
   init
-------------------------------*/

body, form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
}

fieldset {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, dd, img{ 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

blockquote, li, dt, dd {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 1em;
}

p{
	margin-bottom:15px;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height:0px;
}

/*--------------
Bugfix
--------------*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}