@charset "utf-8";
/*------------------------------------------------------------
フォーム
------------------------------------------------------------*/

.infoTable {
	border: none;
	border-collapse: inherit;
	border-top: dotted 1px #939393;
	margin: 20px auto;
}
	.infoTable th,
	.infoTable td {
		border: none;
		border-bottom: 1px dotted #939393;
		font-size: 100%;
	}
	.infoTable th {
		/*background-color: #FFF;*/
		color: #333;
		font-weight: bold;
		word-break: break-all;
	}
	.infoTable th .txtRedB {
		display: inline-block;
	}
		.infoTable th .required {
			background: #C66868;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #FFF;
			display: block;
			font-size: 85.7%;
			font-weight: normal;
			line-height: 1.3;
			padding: 2px 4px 0;
		}
		.infoTable th .required.line2 {
			margin-top: 1em;
		}
		.infoTable th .required.line3 {
			margin-top: 2em;
		}
		.lt-ie9 .infoTable th .required {
			position: relative;
		}
		.infoTable td p {
			font-size: 85.7%;
			line-height: 1.6 !important;
			margin-bottom: 5px !important;
		}
		.infoTable td input + p,
		.infoTable td a + p {
			margin-top: 10px;
		}
			.infoTable td p .outLink:before {
				top: 5px;
			}
			.lt-ie8 .infoTable td p .outLink {
				background-position: 4px 6px !important;
			}
	.infoTable th.merge {
		border-bottom: none;
		padding-bottom: 0;
		width: 100%;
	}
	.infoTable td.merge {
		padding-top: 5px;
		padding-left: 10px;
		width: 100%;
	}
		.infoTable input[type=text],
		.infoTable textarea {
			background: #F9FAFB;
		}
		.infoTable input:focus,
		.infoTable textarea:focus {
			-webkit-box-shadow: 0 0 1px 1px rgba(228, 189, 114, 1);
			box-shadow: 0 0 1px 1px rgba(228, 189, 114, 1);
		}
		.infoTable input.disabled {
			ime-mode: disabled;
		}
		.infoTable textarea {
			height: 8em;
			line-height: 1.6;
		}
			dl.child_item {
				clear: both;
				width: 100%;
			}
			.left1em {
				margin-left: 1.4em;
			}
			.left2em {
				margin-left: 2.8em;
			}
			.left3em {
				margin-left: 3.8em;
			}
			.left4em {
				margin-left: 5.2em;
			}
			dl.child_item dt {
				float: left;
				margin: 5px 1% 0 0;
				width: 13%;
			}
			dl.child_item dd {
				float: left;
				width: 86%;
			}
			.infoTable td .name {
				overflow: hidden;
				_zoom: 1;
			}
				.infoTable td .name li {
					float: left;
					margin-right: 5px;
					overflow: hidden;
					width: 220px;
					_zoom: 1;
				}
					.infoTable td .name li label {
						float: left;
						padding: 5px 5px 0 0;
						width: 40px;
					}
					.infoTable td .name.nameCompany li label {
						text-align: left;
						width: 50px;
					}
					.infoTable td .name li input {
						padding: 6px;
						float: left;
						width: 160px;
					}
					.infoTable td .name.nameCompany li input {
						width: 150px;
					}
					.infoTable td .name li:first-child {
						margin-right: 20px;
					}
			.infoTable td .zip input {
				padding: 6px;
				width: 6em;
				margin-right: 10px;
			}
			.infoTable td .zip input.ziplast {
				width: 4em;
				margin-right: 10px;
			}
			.infoTable td .zip img {
				margin: 5px 0 1px;
				vertical-align: top;
			}
		.infoTable td ul.radiotype01 {
			margin-bottom: -2px;
			width: 100%;
			overflow: hidden;
			_zoom: 1;
		}
			.infoTable td ul.radiotype01 li {
				float: left;
				margin-top: 3px;
				width: 120px;
			}
			.lt-ie8 .infoTable td ul.radiotype01 li {
				margin-top: 4px;
			}
			.infoTable td ul.radiotype01 li.others {
				margin-top: 0;
			}
				.infoTable td ul.radiotype01 li.others input[type=text] {
					margin-left: 10px;
					width: 270px;
				}
			.infoTable td ul.radiotype02 li.others {
				clear: both;
				float: none;
				overflow: hidden;
				_zoom: 1;
				width: 100%;
			}
				.infoTable td ul.radiotype02 li.others input,
				.infoTable td ul.radiotype02 li.others label {
					display: block;
					float: left;
				}
				.infoTable td ul.radiotype02 li.others input[type=radio] {
					margin-top: 0.1em;
				}
				.infoTable td ul.radiotype01 li input[type=radio],
				.infoTable td ul.radiotype02 li input[type=radio],
				.infoTable td ul.radiotype03 li input[type=radio],
				.infoTable td ul.radiotype04 li input[type=radio] {
					position: relative;
					margin: -0.2em 5px 0 0;
				}
				
		.infoTable td ul.radiotype02,
		.infoTable td ul.radiotype03 {
			overflow: hidden;
			_zoom: 1;
		}
			.infoTable td ul.radiotype03 li {
				float: left;
				margin: 3px;
				width: 160px;
			}
		.infoTable td span {
			/* display: inline-block; */
			/* font-size: 85.7%; */
			padding: 0 5px 0 3px;
		}
		.infoTable input.post {
			border-top: 1px solid #ccc;  
		 border-right: 1px solid #999;  
		 border-bottom: 1px solid #999;  
		 border-left: 1px solid #ccc; 
			cursor: pointer;
			margin-left: 10px;
			padding: 0;
		}
.privacy {
	border-bottom: dotted 1px #939393;
	padding: 5px 0 15px;
}
	.privacy dt {
		margin-bottom: 5px;
	}
.newsSource {
	overflow: hidden;
	_zoom: 1;
}
	.newsSource dt {
	}
	.newsSource dd {
	}
		.newsSource dd .outLink {
			margin: 5px 0 10px;
		}
			.newsSource dd a.inLink: before {
				top: 3px;
			}
			.newsSource dd a.inLink {
				padding-left: 14px;
			}
.formBtn {
	text-align: center;
	padding: 30px 0 15px;
}
	.formBtn input {
		margin: 0 10px;
	}
	.formBtn button {
		background: none;
		border: none;
		cursor: pointer;
		height: 44px;
		line-height: 1;
		margin: 0;
		padding:  0;
		width: 126px;
	}
	.formBtn button,  x:-moz-any-link {
		margin: -1px 0 0 0;
	}
		.formBtn .lbtn {
		}
		.formBtn .rbtn {
			display: inline-block;
			line-height: 1;
			margin: 0;
			padding: 0;
			vertical-align: top;
		}
		.lt-ie8 .formBtn .rbtn {
			display: inline;
			zoom: 1;
		}
.ssl {
	text-align: center;
	font-size: 85.7%;
}
.modalBody {
	background: #fff;
	padding: 10px;
}
p.button_submit{
	text-align: center;
}

.infoTable th span{
	float: right
}

.infoTable th{
	white-space: nowrap;
    width: 100px;
}

/* error */
	.errorTxt {
		color: #C00;
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 5px !important;
	}
		.noticeBox.error {
				background: #FADADA !important;
		}
		.infoTable .error {
			background: #FADADA !important;
		}

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

  form {
	width: 90%;
	margin: 0 auto;
	}
	
	.infoTable th {
		border-right: 1px dotted #939393;
		padding: 15px 10px 15px 0;
		width: 170px;
	}
	.infoTable th.merge {
		border-right: none;
	}
	.infoTable td {
		padding: 15px 0 15px 20px;
		width: 480px;
	}
		.infoTable input[type=text],.infoTable input[type=e-mail],
		.infoTable textarea {
			border: 1px solid #CCC;
			padding: 6px;
		}
		.infoTable input.inputType02 {
			width: 233px;
		}
		.infoTable input.inputType03 {
			width: 320px;
		}
		.infoTable input.inputType04 {
			width: 398px;
		}
		.infoTable input:focus,
		.infoTable textarea:focus {
			border: 1px solid #E4BD72;
		}
		.infoTable th .required {
			float: right;
			margin: 3px 0 0 5px;
		}
			.infoTable td ul.radiotype01 li.others {
				width: 390px;
			}
				.infoTable td ul.radiotype01 li.others input[type=text] {
					width: 270px;
				}
			.infoTable td ul.radiotype02 li {
				float: left;
				margin: 3px 5px 3px 0;
				width: 225px;
			}
.zip a img {
	margin: 10px 0;
}
#modalCaracters {
	width: 670px;
}
.mB200 {
	margin-bottom: 200px !important;
}
#formBox {
	padding: 0 0 0 22px;
	width: 280px;
}
		#formBox .search_box {
			width: 220px;
		}
		#formBox .search_btn {
			width: 40px;
		}
	#searchList li .day {
		padding-right: 10px;
		width: 120px;
	}
	#searchList li .newsItem {
		width: 480px;
	}
	
input[type="submit"],input[type="reset"],input[type="button"]{
padding:10px 20px;
background: #E6640D;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
/* margin-left:200px;*/
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
padding:10px 20px;
background: #0B57A6;
border-radius:3px;
background: -moz-linear-gradient(top, #fc5c5c 0%, #c44848 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5c5c), color-stop(100%,#c44848));
background: -webkit-linear-gradient(top, #fc5c5c 0%,#c44848 100%);
background: -o-linear-gradient(top, #fc5c5c 0%,#c44848 100%);
background: linear-gradient(to bottom, #fc5c5c 0%,#c44848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5c5c', endColorstr='#c44848',GradientType=0 );
cursor:pointer;
}

/*------------------------------------------------------------
	その他見出し
------------------------------------------------------------*/




#news h2,#sideBar h2  {
margin-bottom: 40px;
margin-top: 7px;
padding: 8px 0 3px;
color: #333;
font-size: 18px;
font-weight: bold;
text-align: center;
border-top: 1px solid #918C8A;
border-bottom: 1px solid #918C8A;
clear: both;
}


p.Ntitle{
font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size: 18px;
}

#news h3{
color: #000;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 30px 0 20px 0;
padding: 15px 30px;
position: relative;
background-color: #f0f0f0;
clear: both;
}

#news h3 a{
color:#000;
}


#news h4{
color: #6A2835;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 20px 0;
padding: 20px 0 20px 30px;
position: relative;
border-top: 1px solid #6A2835;
border-bottom: 1px solid #6A2835;
clear: both;
}


#news h5{
	margin: 20px 0;
	color: #402200;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 3px solid #6A2835;
}



/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

.more-link {
	display: inline-block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-top: 10px
}
.more-link::before,
.more-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more-link,
.more-link::before,
.more-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more-link {
	background-color: #E6640D;
	color: #fff;
	margin-bottom: 20px
}

a.more-link {
color: #FFF;
}

.more-link:hover {
	background-color: #59b1eb;
}


/*------------------------------------------------------------
    画像の回り込みとか 
------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
.wp-caption {
background: #f0f0f0;
/* border: 1px solid #ddd; */
max-width: 96%;
padding: 10px;
text-align: center;
color: #333;
font-size: 14px;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 0;
}


/*------------------------------------------------------------
    フォーム
------------------------------------------------------------*/
input{margin:5px;}

input[type="text"],.infoTable input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:30px;
height:30px;
padding:1px 5px;
border: 1px solid #CCC;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
margin:5px 0;
}

input.zip{
width:40%;
}


input[type="submit"],input[type="reset"],input[type="button"]{
padding:10px 20px;
background: #E6640D;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
/* margin-left:200px;*/
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
padding:10px 20px;
background: #0B57A6;
border-radius:3px;
background: -moz-linear-gradient(top, #fc5c5c 0%, #c44848 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5c5c), color-stop(100%,#c44848));
background: -webkit-linear-gradient(top, #fc5c5c 0%,#c44848 100%);
background: -o-linear-gradient(top, #fc5c5c 0%,#c44848 100%);
background: linear-gradient(to bottom, #fc5c5c 0%,#c44848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5c5c', endColorstr='#c44848',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

.newsTextBox{
		clear:both;
	}
	
span.error{
		margin-top: 20px;
		padding: 10px;
		border: #ff0000 solid 1px;
		width: 90%
	}

.horizontal-item+.horizontal-item {
    margin-left: 0!important;
}



*:first-child+html input[type="submit"]{padding:3px;}

@media all and (min-width: 0px) and (max-width: 736px) {
	/* フォーム
---------------------------------------- */
td,th{
		display: block;
	}
	.infoTable th {
		border: none;
		padding: 15px 2% 15px 0;
		width: 100%;
	}
	.infoTable th span{
		clear: both;
		float: none;
	}
	
	.infoTable td {
		padding: 15px 0 15px 4%;
		width: 100%;
	}
		.infoTable input[type=text],.infoTable input[type=email],
		.infoTable textarea {
			border: 1px solid #CCC;
			padding: 6px 1.2%;
			width: 90%;
		}
		.infoTable input.inputType02 {
			width: 60%;
		}
		.infoTable input.inputType03 {
			width: 80%;
		}
		.infoTable input.inputType04 {
			width: 100%;
		}
		.infoTable input:focus,
		.infoTable textarea:focus {
			border: 1px solid #E4BD72;
		}
		.infoTable th .required {
			margin: 0 5px 5px 0;
			width: 2.2em;
		}
			.infoTable td ul.radiotype01 li.others {
				width: 100%;
			}
				.infoTable td ul.radiotype01 li.others input[type=text] {
					width: auto;
				}
				.sectionLower .section td input + p {
					margin-top: 10px;
				}
			dl.child_item dt {
				float: none;
				margin: 5px 0;
				width: auto;
			}
			dl.child_item dd {
				float: none;
				width: 95%;
			}
.zip a img {
	margin: 10px 0;
}
.name li {
	margin-bottom: 10px;
}
.name li:last-child {
	margin-bottom: 0;
}
	.address dt {
		float: none;
		margin-right :0;
		padding-top: 0;
		width: auto;
	}
	.address dd {
		float:none;
		width:auto%;
	}
	.newsSource dt {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.newsSource dd {
		float: none;
		width: auto;
	}
	.infoTable td .radiotype01 li {
		float: none;
		width: auto;
	}
	.infoTable td .radiotype01 li.others {
		width: auto;
	}
		.infoTable td .radiotype01 li.others input[type=text] {
			width: 50%;
		}
		
	#modalCaracters {
	width: 100%;
	}
	#searchList li .day,
	#searchList li .newsItem {
		float: none;
	}
	select{
	width: 100%;
	}


}