/*--------------------------------------
	Style Name : Form Style Sheet

	submit
	digest
--------------------------------------*/

/* ページの基本設定
------------------------------------------------------------ */
body {
	background:#FFF no-repaet center top;
}

#ISheader {
	/*background: #003366 url(../img/2020/img_mainGraphic.jpg) no-repeat left bottom;*/
	position: relative;
	margin-bottom: 3px;
	height: 140px;
	zoom: 1;
}

/* TOPページ基本レイアウト
------------------------------------------------------------ */
div#wrapper{
	background:#e9e9e9;
	width:760px;
	padding-bottom: 20px;
}

div#content-cgi{
background:#FFF;
margin:0 20px;
padding: 20px 0 20px;
text-align:left;
}

div#innercontent-cgi{
	width:620px;
	margin:0 auto;
}

div#innercontent-cgi .section {
	margin: 0;
}

h1{
margin:0;
padding:10px 40px;
color:#0033cc;
font-size:16px;
}


h2{
	background-image:url(../../img/h1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 80px;
	padding: 46px 0 0 20px;
	color:#ffffff;
	font-size:24px;
}

h3{
	background-image:url(../../img/h2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 40px;
    color: #ffffff;
    font-size: 16px;
	padding: 10px 10px;
	clear: both;
}

h4{
	background-image:url(../../img/h3.png);
	background-repeat:no-repeat;
	background-position:0 0;
  position: relative;
  padding: 10px 50px;
  color: #0C3D00;
    font-size: 14px;
  margin: 3em 0 2em;
  clear: both;
}

div.frame h4{
	margin:0;
}

.section1{
	margin:0 0 0 25px;
}

/*サブナビゲーション*/
ul.subnav{
 margin:10px auto;
	padding:0;
	text-align:center;
}

ul.subnav li{
 list-style:none;
	display:inline;
	margin:0 0 0 28px;
	background:url(../../img/texture_02.gif) no-repeat left;
	padding:0 0 0 25px;
}

ul.subnav li.selected{
border:1px solid #999;
padding:5px 5px 5px 12px;
*padding:2px 2px 2px 12px;
}

/*テーブル*/
table{
 border-collapse:collapse;
	margin:0 auto;
	box-sizing: border-box;
}

table th,
table tr,
table td{
border:1px solid #999;
}

table table th,
table table tr,
table table td{
border:none;
box-sizing: border-box;
}

table th{
text-align:left;
background:#e7e7e7;
}

table td{
padding:3px;
}

table.frame,
table.frame tr,
table.frame td{
border:none;
text-align:left;
}


/*コメント*/
p.comment{
padding:30px 0;
font-size:16px;
text-align:center;
}

.red{
	color:#FF0000;
}

p.underline{
border-bottom:1px solid #999;
width:270px;
}

p.rightside{
margin:0 0 0 350px;
}

div.center{
padding-top:20px;
text-align:center;
}

/* お問い合わせ先
------------------------------------------------------------ */
div.frame{
	margin-top:30px;
	background:#f4f4f4;
	padding:10px;
	color:#333;
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:1.5;
	/* \*/display:block;/* */
}

div.frame:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

div.add_left{
	width:280px;
	float:left;
}

div.add_right{
	width:280px;
	float:right;
}

/* 送信完了
------------------------------------------------------------ */
div.complete{
	width:480px;
	margin:0 auto;
}

/* ページトップ
------------------------------------------------------------ */
div.pagetop{
	clear:both;
}

/* 追加：2020年10月03日
------------------------------------------------------------ */
#innercontent-cgi h2 {
	box-sizing: border-box;
}
#innercontent-cgi em {
	color: red;
}
.form-table {
	width: 100%;
}
.form-table th {
	white-space: nowrap;
	vertical-align: top;
}
.form-table th,
.form-table td {
	padding: 3px 5px;
}
.form-table textarea {
	width: 80%;
}
.form-table .size-short {
	width: 5em;
}
.form-table .size-middle {
	width: 40%;
}
.form-table .size-long {
	width: 70%;
}
.arbeit span {
	display: block;
	margin-top: 1em;
}

.submit-button {
	margin-top: 20px;
	text-align: center;
}
.submit-button form {
	display: inline-block;
}


@media (max-width: 759px) {
	div#wrapper {
		width: auto;
		background-color: #fff;
	}
	div#innercontent-cgi {
		width: 100%;
	}
}

@media (max-width: 459px) {
	#innercontent-cgi h2 {
		padding-left: 10px;
		font-size: 18px;
	}
	.form-table th {
		width: 28%;
		white-space: normal;
	}
	.form-table td span {
		display: block;
	}
	.form-table .size-middle,
	.form-table .size-long,
	.form-table textarea {
		width: 100%;
		box-sizing: border-box;
	}
}
