@charset "utf-8";

/*	TOP
----------------------------------------------------------------------------------*/
.topMain{
}
.topNews{
	padding:30px;
	background-color: #fff;
	border-radius: 20px;
}
.topNews dl{
	margin:0 auto;
	overflow:hidden;
	color: #00a0e9;
}
.topNews dt{font-weight: normal;}
.topNews dd{color:#416d28;}
.topNews dd a:link,
.topNews dd a:visited,
.topNews dd a:active,
.topNews dd a:hover{color:#416d28;}
.topNews dl p{margin: 0;}

@media (min-width: 1000px) {
	.topNews{
		padding:30px 60px;
	}
	.topNews dt{
		width:15%;
		float:left;
		color:#00a0e9;
	}
	.topNews dd{
		width:85%;
		float:right;
	}
}

.floatBox{
	margin: 0 auto;
	overflow: hidden;
	display: block;
	font-size: 1.1rem;
}
.floatBox .floatL{
	display: block;
	padding: 0;
}
.floatBox .floatR{
	display: block;
	padding: 0;
}
.floatBox .text{
	margin: 20px;
}
.floatBox .floatLIn{padding: 30px 0;}
.floatBox .floatRIn{padding: 30px 0;}

@media (min-width: 750px) {
	.floatL{float: left;}
	.floatR{float: right;}
}
@media (min-width: 1000px) {
	.floatBox .floatLIn{
		max-width: 500px;
		float: right;
	}
	.floatBox .floatRIn{
		max-width: 500px;
	}
	.floatBox .text{
		margin: 50px 100px;
	}
}

.bt01{
	width: 300px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 10px;
	display: block;
}
.bt01:link,
.bt01:visited,
.bt01:active{text-decoration: none;}
.bt01:hover{text-decoration: underline;}
.bt01.bt-lightblue{
	color: #12cfe0;
	border: 1px solid #12cfe0;
}
.bt01.bt-white{
	color: #fff;
	border: 1px solid #fff;
}
.bt01.bt-olive{
	color: #cf8a27;
	border: 1px solid #cf8a27;
}
.bt01.bt-bluegreen{
	color: #849f95;
	border: 1px solid #849f95;
}

#access a,
#access a:link,
#access a:visited,
#access a:active{
    color:#ffffff;
	text-decoration:underline;
}
#access a:hover{
    color:#ffffff;
	text-decoration:none;
}


/*	下層共通
----------------------------------------------------------------------------------*/
.box01{
	padding:20px;
	border:1px solid #cfcfcf;
}
.indent-1{
	margin-left:1em;
	display: inline-block;
}


/*	table
----------------------------------------------------------------------------------*/
.align-middle th,
.align-middle td{vertical-align: middle!important;}
.table01{
	width:100%;
	margin:0 auto;
}
.table01 th,
.table01 td{
	padding:2px 10px;
	text-align:left;
	vertical-align:top;
}
.table01 th{
	width:150px;
	font-weight:bold;
	text-align:center;
}
.table02{
	width:100%;
	margin:0 auto;
}
.table02 td{
	padding:6px 10px;
	text-align:left;
	vertical-align:top;
}
.table tbody td {
  padding: 0.4rem!important;
}



/*	blog
----------------------------------------------------------------------------------*/
.sideList{
	padding:10px;
}
#next{
	margin-bottom:50px;
	overflow:hidden;
}


/*	contact
----------------------------------------------------------------------------------*/
.contactTable table{width:100%;}
.contactTable table.contactTable01{border:1px solid #b81c22!important;}
.contactTable span.wpcf7-not-valid-tip{padding:0 0 0 1em!important;}
@media (min-width: 640px) {
	.contactTable span.wpcf7-not-valid-tip{display:inline-block!important;}
}

.contactTable th,
.contactTable td{padding:10px;}
.contactTable th.table-active,
.contactTable td.table-active{border-bottom:1px solid #c9c9ca;}
.contactTable tr:last-child th.table-active,
.contactTable tr:last-child td.table-active{border-bottom:none;}


.formImg{
	width:100px;
	height:40px;
	display:block;
	text-indent:-9999px;
	border:1px solid #b81c22!important;
}
.formPdf{background:url(../images/page/clip_pdf.png) no-repeat 0 0; background-size:100px auto;}
.formLogo{background:url(../images/page/clip_logo.png) no-repeat 0 0; background-size:100px auto;}

.formBt{
	margin:0 auto;
	text-align:center;
}
.formBt input{
	width:200px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color:#b81c22;
	border:0;
	font-size: 1.2rem;
}
.formBt input:hover{
	cursor:pointer;
	opacity:0.7;
}
.border01{border-bottom:1px dashed #b81c22;}










/*	スライダー
----------------------------------------------------------------------------------*/


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
	text-align:center;
}
.bx-viewport{margin:0 auto 20px auto;}


/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-pager a{
	width:30px;
	height:30px;
	margin:0 5px 0 0;
	outline:0;
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-block;
	line-height:1;
}
.bx-pager img{
	width:30px;
	height:auto;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left:0;
	background:url(/images/page/slide_arrow_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right:0;
	background:url(/images/page/slide_arrow_next.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 45%;
	outline: 0;
	width: 42px;
	height: 52px;
	z-index: 9999;
	text-indent:-9999px;
}
.bx-wrapper .bx-controls-direction a.disabled{display: none;}

.shortList01 {margin-bottom: 20px; overflow:hidden;}
.shortList01 dl{margin:0 0 12px 0; overflow:hidden;}
.shortList01 dt{width:10%; float:left;}
.shortList01 dd{width:90%; float:right;}

.border01{ border:1px solid #CCC; }
.border02{border-top: 1px dotted #044683; padding-bottom: 30px;}
.border03{border-top: 1px dotted #a0a0a0; padding-bottom: 30px;}
.border04{border-bottom: 1px dotted #b71921;}

