@charset "UTF-8";
/* CSS Document */


.easy-select-box {
font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background: #fff;
	border: 1px solid #e7e7e7;
	text-align: left;
	font-size: 14px;
	width: 199px;
	height: 36px;
	margin: 0 15px 39px 0;
	padding-left: 4px;
}
.easy-select-box .esb-displayer {
	background: url(/img/common/ico_pulldown.png) no-repeat;
	color: #0c2245;
	cursor: default;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	text-indent: 5px;
	width: 195px;
}
.easy-select-box .esb-displayer:hover {
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
	opacity: .8;
}
.easy-select-box:hover .esb-displayer {
	text-decoration: none;
}
.easy-select-box.disabled .esb-displayer, .easy-select-box:hover.disabled .esb-displayer {
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown {
font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	width: 200px;
}
.easy-select-box .esb-item {
	padding: 3px;
	background: #fffdf4;
	color: #0c2245;
	cursor: default;
}
.easy-select-box .esb-item:hover {
	background: #d2ba85;
	color: #FFFFFF;
	text-decoration: none;
}

.easy-select-box option {
	color: #333;
}

#event-search {
	max-width: 490px;
}

#event-search .submit input {
	width: 56px;
	height: 35px;
	cursor: pointer;
	border: none;
	/* text-indent: -999em; */
	background: #666;
	font-size: 13px;
	border-radius: 0;
}

#event-search .submit {
	margin: 0px;
	float: right;
}

input#datepicker1 {
	padding: 6px 7px 7px 7px;
	background: #fff;
	border: 1px solid #e7e7e7;
	max-height: 202px;
	width: 190px;
	font-size: 14px;
	margin-right: 10px;
font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

input#datepicker1::-webkit-input-placeholder { color: #333; }
input#datepicker1:-moz-placeholder { color: #333; }
/*====================================

universal

=====================================*/

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	max-width: 100%;
}
ul, dl, ol {
	list-style-type: none;
	list-style-position: outside;
}
a:link {
	color: #810000;
	text-decoration: none;
}
a:visited {
	color: #810000;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: underline;
}

/* IE8 */
html>/**/body .opacity:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
a:active {
	text-decoration: underline;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;/* forIE7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.contents p {
	line-height: 20px;
}
hr {
	clear: both;
	height: 1px;
	background-color: #f2f2f2;
	border: none;
	margin-bottom: 20px;
}
.nobdr {
	border: none !important;
}
.nomargin {
	margin: 0 !important;
	padding: 0 !important;
}
.bold {
	font-weight: bold;
}
.clear {
	display: block;
	clear: both !important;
}
.indent {
	display: block;
	margin-left: 1em;
	text-indent: -1em !important;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs17 {
	font-size: 17px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb25 {
	margin-bottom: 25px;
}
.mb20 {
	margin-bottom: 20px;
}

.float-right {
	float: right;
	margin: 0 0 35px 20px;
}
.float-left {
	float: left;
	margin: 0 20px 35px 0;
}
.align-center {
	text-align: center;
}
.last {
	margin-right: 0 !important;
	padding-righgt: 0 !important;
}

.last::after {
	display: block;
	content: "";
	clear: both;
}

.first {
	clear: both;
}

ヘッダ

=====================================*/

#hdr {
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 5px;
}
#logo {
	padding: 23px 0;
	float: left;
}
#hdr ul {
	float: right;
	padding-top: 28px;
}
#hdr li {
	float: left;
}
#hdr li a {
	display: block;
	width: 130px;
	color:#000;
	text-align:center;
	float:left;
	border-right:1px solid #dadada;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.5px;
	height:26px;
	padding:8px 0 1px 0;
	line-height:17px;
}
#hdr #top a{
		border-left:1px solid #dadada;

}
.g01 a{
	height:33px !important;
		padding:1px 0 1px 0 !important;
}

#hdr li a:hover{
	text-decoration:none;
}

.focus{
color:#810000 !important;	
}
/*====================================

ぱんくず

=====================================*/

#topicpath {
	clear: both;
	border-bottom: 1px solid #e7e7e7;
	padding: 4px 0 6px 0;
}
#topicpath li {
	display: inline;
	font-size: 11px;
}
/*====================================

TOP

=====================================*/
#main {
	width:990px;
	margin:0 auto;
	height: 463px;
}
#main h2 {
	padding: 0 !important;
	line-height: 0 !important;
}

.container01, .container02 {
	clear: both;
	position:relative;
	z-index:999;
}

.container02{
	background:#fff;
}

.container01 .wrapper, .container02 .wrapper {
	padding: 50px 0;
}
.container01 {
	min-width: 990px;
	background: #F4F0ED;
}
.left-top {
	width: 485px;
	float: left;
	margin-right: 20px;
}
.right-top {
	width: 485px;
	float: left;
}
.section-ttl {
	clear: both;
	padding-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	margin-bottom: 25px;
}
.container01 .section-ttl {
	border-bottom: 1px solid #ddd;
}
.section-ttl h3 {
	font-size: 20px;
	font-weight: normal;
}
.section-ttl p {
	position: absolute;
	right: 0;
	top: 1px;
}
#map {
	color: #810000;
	width: 476px;
	height: 392px;
	background: url(/img/top/map.png) no-repeat;
	position: relative;
}
#map p {
	position: absolute;
	top: 0;
	left: 45px;
}
#map #hokkaido {
	position: absolute;
	top: 20px;
	left: 347px;
}

#map dl {
	position: absolute;
}
#map dt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
#map #tohoku {
	top: 104px;
	left: 361px;
}
#map #kanto {
	top: 230px;
	left: 353px;
}
#map #koshinetsu {
	top: 111px;
	left: 286px;
}
#map #hokuriku {
	top: 111px;
	left: 225px;
}
#map #tokai {
	top: 257px;
	left: 273px;
}
#map #kansai {
	top: 230px;
	left: 204px;
}
#map #chugoku {
	top: 190px;
	left: 91px;
}
#map #shikoku {
	top: 307px;
	left: 91px;
}
#map #kyushu {
	top: 174px;
	left: 9px;
}
#map #tohoku dd, #map #kanto dd, #map #chugoku dd, #map #shikoku dd {
	width: 100px;
}
#map dd li {
		line-height:22px;
	text-align: center;
}
#map #tohoku li, #map #kanto li, #map #chugoku li, #map #shikoku li {
	float: left;
	width: 50px;
}
#type li a {
	display: block;
	width: 167px;
	height: 32px;
	float: left;
	padding: 18px 0 0 65px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 5px 10px 5px;
	font-size:12px !important;
}
#type li a:hover {
	text-decoration: none;
}
#type li a span {
	font-weight: normal;
}
#type01 a {
	background: url(/img/top/type01.jpg) no-repeat;
}
#type02 a {
	background: url(/img/top/type02.jpg) no-repeat;
}
#type03 a {
	background: url(/img/top/type03.jpg) no-repeat;
}
#type04 a {
	background: url(/img/top/type04.jpg) no-repeat;
}
#type05 a {
	background: url(/img/top/type05.jpg) no-repeat;
}
#type06 a {
	background: url(/img/top/type06.jpg) no-repeat;
}
#type07 a {
	background: url(/img/top/type07.jpg) no-repeat;
}
#type08 a {
	background: url(/img/top/type08.jpg) no-repeat;
}
#type09 a {
	background: url(/img/top/type09.jpg) no-repeat;
}
#type010 a {
	background: url(/img/top/type10.jpg) no-repeat;
}
#type011 a {
	background: url(/img/top/type11.jpg) no-repeat;
}
#type012 a {
	background: url(/img/top/type12.jpg) no-repeat;
}
#type013 a {
	background: url(/img/top/type13.jpg) no-repeat;
}
.section-case {
	border: 1px solid #ddd;
	width: 214px;
	float: left;
	padding: 10px;
	margin: 0 15px 15px 0;
}
.section-case h4 {
	margin-bottom: 5px;
}
.section-case ul {
	margin-bottom: 5px;
}
.section-case li {
	float: left;
	margin: 0 5px 5px 0;
}
.section-case .new {
	display: block;
	color: #fff;
	background: #DF180F;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
}

.section-case li a {
	display: block;
	color: #fff;
	background: #79932B;
	text-align: center;
	font-size: 11px;
	padding: 3px ;
	line-height:11px;
}
.section-case li a:hover {
	text-decoration: none;
}
.section-case h5 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.section-case h5 a {
	font-size: 17px;
}
.case {
	position: relative;
}
#totop02 {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.section-contents {
	width: 485px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.section-contents p {
	float: left;
}
.section-contents dl {
	width: 365px;
	float: left;
	margin-left: 20px;
}
.section-contents dt {
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 9px
}
.section-contents dd {
	font-size: 13.5px;
	letter-spacing: -0.5px;
}
.news {
	clear: both;
}
.news dt {
	width: 100px;
	float: left;
}
.news dd {
	float: left;
	margin-bottom: 8px;
}
.news .info {
	width: 96px;
	position: relative;
	bottom: 2px;
}
.news .new {
	color: #fff;
	background: #DF180F;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;

}

.news .close {
width: 12px;
color: #fff;
background: #666;
text-align: center;
font-size: 11px;
padding: 3px;
	line-height:11px;
}

.news .pref a {
	color: #fff;
	background: #78b9d6;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
}
.news .pref a:hover {
	text-decoration: none;
}
.mt01 {
	margin-top: 40px;
}

/*====================================

コンテンツエリア共通

=====================================*/

.contents {
	margin-top: 20px;
	margin-bottom: 50px;
}

.categorytitle,
.ttl {
	clear: both;
	background: #fff;
	padding: 0px;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 7px;
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 0 0;
	line-height: 34px;
	letter-spacing: -1px;
}
.contents p {
	margin-bottom: 15px;
}
#mw {
	width: 840px;
	margin: 20px auto;
}
#left {
	width: 760px;
	float: left;
	margin-top: 30px;
}
#right {
	width: 200px;
	float: right;
	margin-top: 30px;
}
#right dt {
	clear: both;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	line-height: 20px;
	margin-bottom: 15px;
}
#right dd {
	font-size: 14px;
	margin: 0 0 30px 12px;
	line-height: 23px;
}
#right dd span {
	font-size: 12px;
}
#right dd {
	float: left;
}
#right li.bold {
	margin-top: 15px;
}
#right li.first {
	margin-top: 0;
}
/*====================================

お客様の声アーカイブ

=====================================*/

#ttl-pickup {/*1020*/
	background: url(../img/voice/ico-rec.png) no-repeat 10px center #F9AC00;
	font-weight:bold;
	color: #fff;
	font-size: 20px;
	padding: 5px 0 5px 45px;
	margin: 25px 0 0 0;
}
.ttl-etc {/*1020*/
	background: #F9AC00;
	font-weight:bold;
	color: #fff;
	font-size: 20px;
	padding: 5px 0 5px 10px;
	margin: 0px 0 0 0;
}

.ttl-etcs {
	background: #F9AC00;
	font-weight:bold;
	color: #fff;
	font-size: 20px;
	padding: 5px 0 5px 10px;
	margin: 0px 0 0 0;
}

#pick {
	background: #F4F0ED;
	padding: 20px;
	margin-bottom: 30px;
}

.section-pick div.img {
	height: 100px;
	overflow: hidden;
	float: left;
}

.section-pick {
	clear: both;
	paddig-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#pick .last {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.section-pick p {
	float: left;
	margin-bottom: 23px !important;
}
.section-info {
	width: 428px;
	float: left;
	margin-left: 20px;
}
.section-info .date {
	font-size: 12px;
	float: left;
	margin: 0 5px 5px 0 !important;
	position: relative;
}
.section-info li {
	float: left;
}
.section-info li {
	float: left;
	margin: 0 5px 5px 0;
}
.section-info .new {
	display: block;
	color: #fff;
	background: #DF180F;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
}
.section-info li a {
	display: block;
	color: #fff;
	background: #79932B;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
}
.section-info li a:hover {
	text-decoration: none;
}
.section-info dt {
	clear: both;
	font-size: 21px;
	font-weight: bold;
}
.section-info dd {
	letter-spacing: -1px;
	font-size: 14px;
}
.section-info dd span {
	font-size: 13px;
	margin-right: 20px;
	letter-spacing: 0;
}
.section-info .detail {
	float: right;
	margin-top: 9px;
}
.section-info .detail a {
	display: block;
	width: 198px;
	color: #fff !important;
	font-size: 14px;
	background: url(../img/common/ico_arrow01.png) 95% 50% no-repeat #666;
	padding: 3px 0 3px 20px;
}
.section-info .detail a:hover {
	text-decoration: none;
}
.movie {
	position: absolute;
}
#archive {
	padding: 20px;
}
.section-archive {
	clear: both;
	paddig-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#pick .last, #archive .last {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.section-archive p {
	float: left !important;
	margin-bottom: 23px !important;
}

#pager02 {
	clear: both;
	margin: 20px 0;
	padding-top: 30px;
	border-top: 1px solid #e7e7e7;
	text-align: center;
}
#pager02 li {
	display: inline;
	margin: 0 2px;
	font-size: 13px;
	font-weight: bold;
}
#pager02 li span.current {
	padding: 4px 6px;
	border: 1px solid #ddd;
	background: #eee;
}
#pager02 li a {
	padding: 4px 6px;
	border: 1px solid #ddd;
}
#pager02 li a:hover {
	text-decoration: none;
}
#pager02 li.prev {
	margin: 0 15px;
	font-size: 15px;
	padding-left: 25px;
	background: url(/img/common/ico_prev.png) no-repeat left 50%;
}
#pager02 li.next {
	margin: 0 25px;
	font-size: 15px;
	padding-right: 15px;
	background: url(/img/common/ico_next.png) no-repeat right 50%;
}
#pager02 li.next a, #pager02 li.prev a {
	border: none !important;
}
/*====================================

お客様の声詳細

=====================================*/

#cate {
	background: #806547;
	display: inline;
	color: #fff;
	padding: 4px 15px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.voice .ttl {
	margin: 10px 0 20px 0 !important;
}
.voice p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
}

.voice h2 {
	clear: both;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}

.voice h2.ttl-v2 {
	color: #806547;
	clear: both;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #806547;
}

#const {
	clear: both;
	background: #F9F5F2;
	padding: 20px 25px 0px 25px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
#const h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
	padding: 0 0 0 33px;
	background: url(/img/common/ico_building.png) no-repeat;
}
#pager01 {
	clear: both;
	margin: 50px 0;
	padding-top: 7px;
	border-top: 1px solid #e7e7e7;
	text-align: center;
}
#pager01 li {
	display: inline;
	margin: 0 15px;
	font-size: 15px;
	font-weight: bold;
}
#pager01 li.prev {
	padding-left: 15px;
	background: url(/img/common/ico_prev.png) no-repeat left 50%;
}
#pager01 li.next {
	padding-right: 15px;
	background: url(/img/common/ico_next.png) no-repeat right 50%;
}
.subttl03 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 7px;
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 20px 0;
}
.section-pickup {
	border: 1px solid #ddd;
	width: 220px;
	height: 324px;
	margin: 0 17px 50px 0;
	float: left;
	padding: 6px 10px;
}
.voice .last {
	margin-right: 0 !important;
}
.section-pickup .tags {
	margin-bottom: 6px;
}
.section-pickup .tags li {
	float: left;
	margin: 0 6px 3px 0;
}
.section-pickup .tags li a {
	color: #fff;
	background: #79932B;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
	display: inline-block;
}
.section-pickup .tags li a:hover {
	text-decoration: none;
}
.section-pickup h4 img {
	margin-bottom: 4px;
}
.type {
	font-size: 13px !important;
	margin-bottom: 10px !important;
}
.more {
	margin-bottom: 3px !important;
}
.more a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: url(/img/common/ico_next.png) no-repeat 95% 50% #eee;
	display: block;
	padding: 7px 0 7px 14px;
}
/*====================================

お問い合わせ・資料請求フォーム

=====================================*/

.req {
	background: #8C0000;
	color: #fff;
	padding: 2px 6px;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal !important;
}
.contactform {
	font-size: 14px;
	width: 840px;
	margin: 25px auto 45px auto;
	border-collapse: collapse;
}
.contactform th.relative{
position:relative;	
}
.contactform .req02{
position:absolute;
right:16px;
top:23px;
line-height:14px;
	padding: 2px 6px; !important;	
}
.contactform th {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	border-right: none;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 15px 0 15px 15px;
	line-height: 34px;
	letter-spacing:-0.5px;
}
.contactform td {
	width: 550px;
	border: 1px solid #e7e7e7;
	padding: 15px;
	line-height: 34px;
}
.contactform td.child {
	border-left: none;
	background: #f5f5f5;
	vertical-align: top;
	padding: 15px 15px 15px 0;
	text-align: right;
	width: 170px;
	font-weight: bold;
	line-height: 34px;
		letter-spacing:-0.5px;
}
.contactform td.child .req {
	margin-left: 8px;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 3px;
}
.item02 {
	width: 160px;
	height: 26px;
	font-size: 14px;
	margin-right: 20px;
}
.item03 {
	width: 230px;
	padding: 3px 5px;
	font-size: 14px;
}
.item04 {
	width: 100px;
	margin-right: 20px;
	padding: 3px 5px;
	font-size: 14px;
}
.item05 {
	width: 130px;
	height: 26px;
	font-size: 14px;
	margin-right: 10px;
}
.item06 {
	width: 396px;
	padding: 3px 5px;
	font-size: 14px;
}
textarea {
	font-size: 100%;
	width: 90%;
	height: 100px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	resize: vertical;
}
.item07 {
	width: 97%;
	padding: 3px 5px;
	font-size: 14px;
}
.item08 {
	width: 80px;
	padding: 3px 5px;
	font-size: 14px;
}
.item09 {
	width: 40px;
	padding: 3px 5px;
	font-size: 14px;
}
.ml01 {
	float: left;
	width: 250px;
}
.ml02 {
	margin-left: 30px;
}
.mr01 {
	margin-right: 30px;
}
.caution {
	font-size: 12px;
}
.subttl {
	font-size: 21px;
	margin-bottom: 15px;
}
#privacy {
	width: 798px;
	border: 1px solid #e7e7e7;
	padding: 15px 20px;
	font-size: 12px;
	height: 100px;
	overflow: auto;
	line-height: 17px;
}
#privacy dt {
	font-weight: bold;
}
#privacy dd {
	margin-bottom: 15px;
}
#confirm {
	text-align: center;
	margin-top: 30px;
}
#confirm input {
	width: 360px;
	height: 78px;
	background: url(/img/contact/btn_confirm.gif) no-repeat;
	cursor: pointer;
	text-indent: -999em;
	border: none;
}
#confirm input:hover, #section-btn input:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#section-btn input {
	width: 360px;
	height: 78px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}
#section-btn {
	text-align: center;
}
#section-btn #backbtn {
	background: url(/img/contact/btn_back.gif) no-repeat;
}
#section-btn #submitbtn {
	background: url(/img/contact/btn_submit.gif) no-repeat;
}
/*validation*/

td.error input, td.error textarea {
	background: #FCE7E9;
	border: 1px solid #E02629 !important;
}
div#section-errormsg {
	width: 818px;
	border: 1px solid #E02629;
	padding: 10px;
	margin-bottom: 20px;
}
#wrapper div#section-errormsg h3 {
	font-size: 17px !important;
	font-weight: bold;
	margin-bottom: 10px !important;
}
div#section-errormsg p {
	margin-bottom: 0 !important;
}
td p.error {
	font-size: 0;
	display: none;
}
td p.error2 {
	font-size: 0;
	display: none;
}
/*====================================

マッチングサービス応募フォーム

=====================================*/

#section-ank div{
	float:left;
}

#section-ank p.btn-confirm02{
	float:right;
	padding-top:10px;
}

#intro {
	border: 1px solid #E5E5E5;
	padding: 20px 39px;
	margin-bottom: 25px;
	background:#F4F0ED;
}
#intro h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	float: left;
	letter-spacing: -1px;
}
#intro p {
	width: 430px;
	float: left;
	padding: 4px 0 0 14px;
	margin: 2px 0 0 14px;
	border-left: 1px solid #ccc;
	letter-spacing: -0.5px;
}
.subttl02 {
	font-size: 30px;
	font-weight: normal;
}
.td01 label {
	display: block;
	width: 135px;
	float: left;
}
.td02 label {
	display: block;
	width: 185px;
	float: left;
}
.th01 {
	line-height: 20px !important;
}
.td02 .fs13 {
	letter-spacing: -0.5px;
}
/*====================================

マッチング

=====================================*/

.matching #mainttl {
	width: 100%;
	min-width: 1040px;
	height: 461px;
	background: url(/img/matching/back01.jpg) no-repeat 95% top #FBFAF9;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 50px;
}
.matching #mainttl h1 {
	position: relative;
	top: 55px;
	left: -20px;
}
.matching #mainttl #cap {
	position: relative;
	top: 35px;
	left: -18px;
}
.matching #mainttl #btn01 {
	position: relative;
	top: 50px;
	left: -5px;
}
.matching #attract {
	width: 100%;
	min-width: 1040px;
	height: 626px;
	background: url(/img/matching/back02.jpg) no-repeat 95% top #F4F0ED;
}
.matching .back-matching {
	background: url(/img/matching/back-section.png) repeat;
}
.matching .wrapper h2 {
	font-size: 32px;
	font-weight: normal;
	padding: 40px 0 20px 0;
}
.matching .section-attract {
	padding: 20px;
	margin-bottom: 20px;
}
.matching .section-attract p {
	float: left;
	margin: 0 30px 0 0 !important;
}
.matching .section-attract dl {
	padding-top: 12px;
	font-size: 15px;
}
.matching .section-attract dt {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 10px;
}
.matching .btn02 {
	text-align: center;
	padding: 50px 0;
	line-height: 0;
	clear: both;
}
.matching #reason {
	width: 100%;
	min-width: 1040px;
	height: 500px;
	background: url(/img/matching/back03.jpg) no-repeat 95% top #F4F0ED;
}
.matching .section-reason {
	padding: 15px;
	margin-right: 15px;
	width: 290px;
	height: 300px;
	float: left;
}
.matching .nomr {
	margin-right: 0 !important;
}
.matching .section-reason p {
	margin-bottom: 0;
}
.matching .section-reason dt {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	padding: 10px 0;
}
.matching .nomr dt {
	padding: 22px 0 23px 0;
}
.matching .section-reason dd {
	font-size: 14px;
}
.matching #customer {
	width: 100%;
	min-width: 1040px;
	height: 804px;
	background: url(/img/matching/back04.jpg) no-repeat 95% top #F4F0ED;
}
.matching .section-customer {
	padding: 20px;
	margin: 0 20px 20px 0;
	width: 445px;
	height: 260px;
	float: left;
}
.matching .section-customer h3 {
	background: #666666;
	padding: 5px 0 5px 15px;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}
.matching .section-customer dt {
	width: 150px;
	float: left;
	padding: 0 !important;
}
.matching .section-customer dd {
	float: right;
	width: 260px;
	font-size: 14px;
}
.matching #work {
	width: 100%;
	min-width: 1040px;
	height: 765px;
	background: url(/img/matching/back05.jpg) no-repeat center bottom #F4F0ED;
}
.matching .section-work {
	margin-bottom: 20px;
}
.matching .section-work p {
	float: left;
	margin-right: 30px;
}
.matching .section-work dt {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-top: 6px;
}
.matching .section-work02 dt {
	padding-top: 16px;
}
.matching .section-work dt span {
	font-size: 21px;
	font-weight: bold;
}
.matching .section-work dd {
	font-size: 16px;
}
.matching .ban01 {
	text-align: center;
	line-height: 0;
	padding-bottom: 50px;
	position: relative;
	left: -16px;
}
.matching #step {
	width: 100%;
	min-width: 1040px;
	height: 615px;
	background:  #F4F0ED;
}
.matching .section-step img {
	max-width: none !important;
}

.matching .section-step {
	float: left;
	width: 222px;
	padding-right: 34px;
	background: url(/img/matching/next.png) no-repeat 232px 75px;
}
.matching .section-step dl {
	position: relative;
	left: 8px;
}
.matching .section-step dt {
	text-align: center;
	font-size: 21px;
	line-height: 25px;
	height: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-top: 15px;
}
.matching .section-step02 dt {
	padding-top: 0 !important;
	height: 60px !important;
}
.matching .section-step dd {
	font-size: 15px;
	line-height: 20px;
}
.matching #step .nopd {
	background: none !important;
	padding-right: 0 !important;
}
.matching .section-step dl dl {
	width: 220px !important;
	position: relative;
	left: 0;
	padding-bottom: 40px;
}
.matching .section-step dl dl dt {
	width: 70px !important;
	height: 22px;
	text-align: center;
	font-size: 15px !important;
	color: #fff;
	display: block;
	background: #671900 !important;
	padding: 10px 4px 4px 4px !important;
	line-height: 15px !important;
	border: none !important;
	margin: 0 !important;
	float: left;
}
.matching .section-step dl dl dd {
	font-size: 13px;
	text-align: center;
	color: #671900;
	display: block;
	background: #fff;
	height: 32px;
	padding: 2px 4px !important;
	float: left !important;
	width: 130px !important;
	margin: 0 !important;
	line-height: 16px;
	letter-spacing: -0.5px;
}

/*====================================

フッター

=====================================*/

#ftr {
	min-width: 990px;
	clear: both;
	background: #F4F0ED;
	padding: 20px 0;
}
#ftr .wrapper {
	position: relative;
}
#totop {
	position: absolute;
	right: 0;
	bottom: 34px;
}
#section-ftr {
	float: left;
	font-size: 12px;
	height: 275px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
	padding-top: 50px;
}
#section-ftr dl {
	margin-top: 15px;
}
#section-ftr dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#ftr ul {
	padding: 10px 21px 0 0;
	margin-right: 21px;
	border-right: 1px solid #ddd;
	float: left;
	height: 315px;
	line-height: 20px;
}
#ftr ul.last {
	margin-right: 0;
}
#ftr ul li.bold {
	font-size: 13px !important;
	margin-bottom: 10px;
}
#ftr ul li a {
	color: #333 !important;
	font-size: 12px;
}
#copyright {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}

.contactform .contactform {
	width: 100%;
}

.contactform .contactform th,
.contactform .contactform td {
	border: 0px;
}

.contactform .checkbox {
	width: 185px;
}

#EventSearchForm .easy-select-box,
#EventIndexTopForm .easy-select-box {
	margin-bottom: 10px;
}

#EventViewForm .easy-select-box {
	margin-bottom: 10px;
	width: 170px;
}

#archive div.section-info {
	width: 568px;
	float: left;
	margin-left: 20px;
}

.koumutenlist {
	margin-top: 20px;
	border: 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.koumutenlist td,
.koumutenlist th {
	padding: 8px 15px;
}


.koumutenlist tr:nth-child(2n-1) {
	background: #F4F0ED;
}

.koumutenlist tr:nth-child(2) th,
.koumutenlist tr:nth-child(2) td {
	padding-top: 15px;
}

.koumutenlist td {
}

.koumutenlist th {
	border-left: 2px solid #fff;
}

.koumutenlist first.th {
	border-left: 0px solid #fff !important;
}

.koumutenlist tr:nth-child(1) {
	color: #fff;
	background: #810000 !important;
	border-top: 0 !important;
}

.pcont {
	margin: 0px 30px;
}

.pcont::after {
	clear: both;
	display: block;
	content: "";
}

#event-search select {
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: url(/img/pulldown.png) no-repeat right;
	background-position: 98% 50%;
}

@media screen and (max-width: 1000px) {
	#event-search input {
		border-radius: 0;
		-webkit-border-radius: 0px;  
  		-moz-border-radius: 0px;
		-webkit-appearance: none;
	}
}

.pcont {
	margin: 0px 100px 0px 0px;
}

.newsbloc {
	font-size: 14px;
	line-height: 1.8em !important;
}

.newsbloc p {
	line-height: 1.8em !important;
}

.newsbloc .bloc1 {
	width: 615px;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.newsbloc .bloc2 {
	margin-top: -13px;
	width: 275px;
	display: inline;
	float: right;
}

.newsbloc .bloc3 {
	width: 570px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.newsbloc .bloc4 {
	float: right;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid #ddd;
	width: 280px;
	display: inline-block;
	margin-right: 10px;
	line-height: 3em !important;
}

.pmidashi {
	color: #810000; 
	font-size:20px;
	border-bottom: 2px solid #810000;
	margin: 10px 10px 15px 0px;
	padding: 10px 0px;
	font-weight: bold;
}


.section-pickup .tags li {
float: left;
margin: 0 6px 3px 0;
display: flex;
}

.section-case-v {
	width: 252px;
	float: left;
	padding: 0px;
	/* margin: 0 15px 15px 0; */
}

.section-case-v img {
	width: 240px;
}
.section-case-v p {
	padding: 0px 0px 10px 0px;
}

.second {
	padding-left: 9px !important;
	width: 243px !important;
}

.section-case-v p.last {
	padding: 0px 0px 10px 20px;
}

.float-left,
.float-right {
	margin-bottom: 10px !important;
}

.cuvoice .last {
	width: 240px;
	float: right;
}

#other {
	margin: 10px 0px;
}

#video video {
	width: 100%;
	height: auto;
}

.vBimg {
	height: 170px;
	overflow: hidden;
}

.section-detail {
	display: inline-block;
	margin-left: 0px;
}

.section-detail li {
	float: left;
	margin: 0px 5px 5px 0;
}
.section-detail li span {
	display: block;
	color: #fff;
	background: #79932B;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
	margin-top:6px;
}

.section-detail::after {
	clear: both;
	content: "";
	display: block;
}

.section-info .pref {
	display: block;
	color: #fff;
	background: #78b9d6;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
}

.section-detail .pref  {
	display: block;
	color: #fff;
	background: #78b9d6;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	line-height:11px;
	margin-top:6px;
}

.sitemap {
margin: 0px;
float: left;
width: 50%;
}

.sitemap li {
list-style-type: none;
}

.sitemap span,
.sitemap a {
display: inline-block;
background: url(/img/fyaji.gif) no-repeat left; 
padding: 0px 5px 0px 15px;
margin: 3px 5px 3px 20px;
font-size: 14px;
}

.midashib {
color: #800000;
background: #ffcc66;
box-shadow: 1px 1px 1px #ffffff;
padding: 7px 10px;
margin: 0px 15px 0px 20px;
font-size: 18px;
}

.midashib a {
color: #ffffff;
display: inline-block;
background: url(/img/li2.png) no-repeat left; 
padding: 0px 5px 0px 10px;
margin-left: 5px;
font-size: 18px;
text-decoration: none;
}

.sitemap .midashis {
color: #ffffff;
background: #800000;
box-shadow: 1px 1px 1px #ffffff;
padding: 7px 5px;
margin: 0px 15px 0px 20px;
font-size: 14px;
}

.sitemap .midashis a {
color: #ffffff;
display: inline-block;
background: url(/img/li2.png) no-repeat left; 
padding: 0px 5px 0px 25px;
margin-left: 5px;
font-size: 14px;
text-decoration: none;
}

.page-link {
font-size: 14px;
font-weight: bold;
margin-left: 10px;
}

.page-link a:link    {color:#412101;text-decoration: underline;}
.page-link a:visited  {color:#412101;text-decoration: underline;}
.page-link a:active   {color:#412101;text-decoration:underline;}
.page-link a:hover  {color:#412101;text-decoration: none;}

