@charset "UTF-8";
* {
	margin: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}
ul {
	list-style:none;
	list-style-position:outside;
}
img {
	border: none;
	text-align: center;
	vertical-align:bottom;
}
a img {
	border-style:none;
}
ul, ol, dl {
	margin:5px 0;
	padding:0;
}
li {
	padding:0;
	margin:0 0 0 20px;
}
/* ========BASIC======== */

body {
	color:#333333;
	font-size: 11pt;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:18pt;
	padding: 0;
	margin: 0;
	text-align: center;
}
br {
	letter-spacing:normal;
}
a {
	color:#4a2302;
	text-decoration:none;
}
a:hover {
	color:#4a2302;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
h2 {
	clear:both;
	padding:0 10px;
	color:#000;
	font-size:24px;
	font-weight:normal;
	line-height:1.4;
	text-align:left;
}
h3 {
	clear:both;
	margin:50px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#4a2302;
	line-height:1.8;
	border-bottom:2px dotted #4a2302;
}
h2 + h3 {
	margin-top:20px;
}
h3:first-child {
	margin-top:0;
}
h3 + h4 {
	margin-top:10px;
}
h4 {
	margin:30px 0 0 0;
	color:#333333;
	font-weight:bold;
	font-size:16px;
	line-height:2.0;
	border:0;
}
h5 {
	line-height:2.0;
	font-size:14px;
	color:#000;
	font-weight:normal;
}
h6 {
	font-size:14px;
	font-weight:normal;
	color:#4a2302;
	line-height:2.0;
}
h7 {
	font-size:20px;
	font-weight:bold;
}
p {
	margin:0.5em 0 1em 0;
	line-height:1.8;
}

/* ========TEMPLATE LAYOUT======== */
#head {
	width:1000px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	margin:0 auto;
	background:#fff;
}
.brco {
	background-color:#4a2302;
	height:2px;
}
#header {
	width:1000px;
	height:70px;
	margin:30px auto 10px;
}
#container {
	width:1000px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	margin:0 auto;
	background:#fff;
}
#menu {
	position:absolute;
	right:0;
	top:35px;
}
#contents {
	clear:both;
	overflow:hidden;
	width:940px;
	padding:10px 0;
	margin:0 auto;
}
#conL {
	float:left;
	width:300px;
}
#conR {
	float:right;
	width:600px;
}
#footMenu {
	clear:both;
	width:940px;
	margin:30px auto 0 auto;
}
#footer {
	clear:both;
	width:940px;
	margin:0 auto;
}
/* ========HEADER NEW======== */
header .logo {
	float: left;
}
nav {
	float: right;
	margin-top: 20px;
	margin-right:30px;
	font-size: 125%;
}
nav li {
	display: inline;
	margin-left: 30px;
}
nav a {
	text-decoration: none;
}
nav a:hover {
}
/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
	position:relative;
	overflow:hidden;
	padding-bottom:25px;
}
.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slidePrev img {
	position:absolute;
	width:50px;
	height:60px;
}
.slideNext img {
	position:absolute;
	width:50px;
	height:60px;
}
.slideInner {
	position:relative;
	margin:0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}
.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.controlNav {
	position:absolute;
	float:left;
	left:50%;
	bottom:0;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background:#f1f1f1;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}
/* ========MAINCONTENTS CUSTOMIZE======== */

/* SUBMENU CUSTOMIZE */
.submenu h3 {
	position:relative;
	text-align:center;
	margin:0;
	padding:10px 0;
	line-height:1.0;
	color:#fff;
	border:none;
	background:#4a2302;
	font-size:18px;
}
.submenu h3:after {
	content:'▼';
	position:absolute;
	bottom:-13px;
	left:50%;
	float:left;
	color:#4a2302;
	font-size:18px;
}
.submenu h5 {
	position:relative;
	text-align:center;
	font-size:16px;
	margin:0;
	padding:10px 0;
	line-height:1.0;
	color:#fff;
	border:none;
	background:#4a2302;
}
.submenu h5:after {
	content:'▼';
	position:absolute;
	bottom:-13px;
	left:50%;
	float:left;
	color:#4a2302;
}
.submenu h4 {
	padding:10px;
	font-weight:normal;
	font-size:14px;
	background:#f1f1f1;
}
.submenu ul {
	margin:0 3px;
	padding:0;
}
.submenu li {
	margin:0;
	padding:5 0 0 5px;
	line-height:30px;
	list-style:none;
}
.submenu　ul li {
	padding:10px 0px
}
.subline {
	border: 1px #E0CC84 solid;
	padding:10px 5px 10px 5px
}
/* BOX CUSTOMIZE */
.box {
	overflow:hidden;
	margin:10px 0;
	padding:10px;
	border:10px solid #f1f1f1;
}
.box h4 {
	margin-top:0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin:5px 0;
	padding:10px 0;
	text-align:center;
}
#footMenu li {
	display:inline;
	margin:0 0 0 20px;
	list-style:none;
}
#footMenu li a {
	color:#000;
	text-decoration:none;
}
#footMenu li a:hover {
	color:#666;
	text-decoration:underline;
}
/* ========tuika======= */

/* --------　header navi */ 
#headnavi {
	overflow:hidden;
	height:70px;
	margin:0 auto;
}
#headnavi ul {
	text-align: center;
	list-style: none;
	padding-right:0px;
	margin:0 auto;
}
#headnavi li {
	padding: 0;
	margin: 1px;
	display: inline;
	height:30px;
}
/* ======== toptable ======== */ 
table.top tr td {
	padding:0px 0px 15px 5px;
}
/*======== .t_top ========*/ 
table.t_top {
	width:600px;
	border-collapse:collapse;
	table-layout:fixed;
}
th.t_top {
	border-top: #4a2302 4px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background:#f1f1f1;
	vertical-align:top;
}
th.t_top2 {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background:#f1f1f1;
	vertical-align:top;
}
td.t_top {
	border-top: #999 4px solid;
	padding: 10px;
}
td.t_top2 {
	border-bottom: #f1f1f1 1px dotted;
	text-align: left;
	padding: 10px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.right_2 {
	float: right;
	margin-left:10px;
}
.moji_t {
	color:#333;
	font-weight:bold;
}
.height220 {
	height:220px;
}
.height150 {
	height:150px;
	vertical-align:top;
}
.height300 {
	height:300px;
	vertical-align:top;
}
#sk {
	width:1000px;
}
.red {
	color:#cc3333;
	font-weight:bold;
}
.red12{
	font-size:16pt;
	color:#cc3333;
	font-weight:bold;
	}
.brown {
	color:#4a2302;
	line-height:1.8;
	border-bottom:2px dotted #4a2302;
	font-weight:bold;
}
.brown_l {
	color:#4a2302;

}
#dai {
	text-align:right;
}
/*========フォームｃｓｓ========*/
.formTable th {
	vertical-align:top;
	text-align:left;
	padding:5px;
	font-size:12px;
	
}
.formTable td {
	vertical-align:top;
	text-align:left;
	padding:5px;
	
}
.br2kuu {/*P space*/
	margin-bottom:2em;
}
.br3kuu {/*P space*/
	margin-bottom:3em;
}
.br4kuu {/*P space*/
	margin-bottom:4em;
}
#05em {
	line-height:0.5em;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-style:normal;
	font-size:11px;
	color:#999;
	line-height:3.0;
	text-align:center;
}
/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
	position:fixed;
	right:20px;
	bottom:20px;
}
#pageTop a {
	display:block;
	padding:15px 20px 15px 32px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	background:#4a2302 url("../images/bg_pagetop.gif") 20px 50% no-repeat;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#pageTop a:hover {
	color:#e0cc84;
	font-size:11px;
	background:#4a2302 url("../images/bg_pagetop.gif") 20px 50% no-repeat;
}

.slider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}
