@charset "utf-8";

/*** Main ***/


/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
	box-sizing: border-box;
	width:100%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 20px auto;
	color:#F00;
}

/* 画面別表示/非表示 */
.formLayout.input_now .display_check,
.formLayout.check_now .display_input{
	display:none;
}

/* 入力欄サイズ */
#vl004,
#vl005,
#vl010,
#vl011,
#vl012 {
  width: 25%;
}

/* .viewer
------------------------- */
#hero {
  width:100%;
	background-color:#d7e8d5;
	padding:0;
	margin-bottom:20px;
	position: relative;
}
#hero .bg-img {
	width: 100%;
	max-width: 1000px;
	height:230px;
	margin: 0 auto;
	background: url('../img/topimg.jpg') no-repeat right;
}
#hero h2 {
  text-align:left;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	font-size:28px;
	margin-top:100px;
	position:absolute;
	letter-spacing: 2px;
}

.contents {
}
.contents .done {
	margin-left: 10px;
}
.contents h4 {
  font-weight: bold;
}
.contents p {
	margin-top: 10px;
}
.contents .done span {
	font-weight: bold;
	display: inline-block;
	margin-left: 50px;
}
.contents table {
	border-collapse:collapse;
	margin-left: 10px;
}
.contents tr {
}
.contents th {
	border: 1px solid #000;
	padding: 5px 10px;
	text-align: left;
}
.contents td {
	border: 1px solid #000;
	padding: 5px 10px;
	text-align: left;
}
.contents .image {
	width: 700px;
	margin-top: 50px;
}
.contents .image img {
	width: 100%;
}
.contents .bold {
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
.contents h4 {
	line-height: 1.2;
}
.contents .done {
    margin-left: 0;
}
.contents table {
    margin-left: 0;
}
.contents .image {
	width: 100%;
}

}

@media only screen and (max-width: 480px) {
#hero .bg-img {
	width: 100%;
	height:auto;
	padding:40px 10px;
	background: none;
}
#hero h2 {
  text-align:center;
	font-size:26px;
	margin-top:auto;
	position:inherit;
	letter-spacing: 2px;
}
}

/**** Area-Txt ****/

.Area-txt, .Area-dl {
	background-color:#fff;
	overflow:hidden;
	margin-bottom:30px;
}
.Area-txt p {
	text-align:left;
	margin-bottom:14px;
}
.Area-txt i {
	margin-right:10px;
}

/** Area-dl **/

.Area-dl .dot {
  width:100%;
  border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.Area-dl dt { 
  font-weight:bold;
  padding-bottom : 10px;
  padding :0 10px;
  width : 49%;
  float : left;
  clear : both;
}
.Area-dl dt span { 
  font-weight:normal;
	margin-left:8px;
	color:#cc0000;
}
.Area-dl dd {    
  padding : 0 10px;
  width : 48%;
  margin-left : 50%;
  min-height : 35px;
}

@media only screen and (max-width: 480px) {
.Area-dl dt {  
  padding :0 10px 10px 10px;
  width : 100%;
  float : none;
  clear : both;
}
.Area-dl dd {    
  padding : 0 10px;
  width : 100%;
  margin-left : 0px;
	clear : both;
}
.Area-dl th, .Area-dl td {
    width: 100%;
    display: block;
}
}

/*** Form ***/
.Area-dl input, .Area-dl textarea, .Area-dl select {
	margin: 0;
	padding: 4px;
	background-color:#fbfaed;
	border: 1px solid #ccc;
	border-radius: 4px;
	width:100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}

.btnArea {
  text-align:center;
}
.btnArea .submit_button {
  width:80%;
	text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #38915e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #38915e;
	box-shadow:inset 0px 1px 0px 0px #38915e;
	background-color:#0b5e2e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b602f;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-size:110%;
	padding:8px;
	text-decoration:none;
	margin-top:10px;
	clear:both;
}
.btnArea .submit_button:hover {
	background-color:#366349;
	color:#fff;
}
.btnArea .submit_button:active {
	position:relative;
	bottom:1px;
	color:#fff;
}
.btnArea .submit_button.retouch {
	width: 25%;
	margin-right: 5%;
	background-color:#666;
	border:1px solid #333;
	-moz-box-shadow:inset 0px 1px 0px 0px #777;
	-webkit-box-shadow:inset 0px 1px 0px 0px #777;
	box-shadow:inset 0px 1px 0px 0px #777;
}
.btnArea .submit_button.retouch:hover {
	background-color:#999;
}
.btnArea .submit_button.submit {
	width: 65%;
}
