@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	newsletter-spacing:1px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:22x;
	color:#333;
	 background:#fff url("../images/bg_body2.png") 0 0 repeat fixed;
	 background-size: cover;
}

br {
   newsletter-spacing:normal;
}

a {
   color:#000000;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width:880px;
	margin:0 auto;
	border-top:5px solid #9B0000;
}

#header {
   position:relative;
   width:880px;
}

#pr {
   width:880px;
   margin-Top:1px;
}

#gnavi {
   margin-Top:35px;
   margin-bottom:0px;
   float:right;
}

#menu {
   float:left;
   width:880px;
   margin-Top:5px;
   margin-bottom:0px;
   border-top:3px solid #9B0000;
   border-bottom:3px solid #9B0000;
}

#icatch {
   width:880px;
   margin:0 auto;
   background:#fff;
}

#contents {
   clear:both;
   width:880px;
   margin:0 auto;
   padding:10px 0 ;
   background:#FFF;
background-color:rgba(255,255,255,0.6)
}

#main {
   float:right;
   width:620px;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px;
   background:#FFF;
}

#sub {
   float:left;
   width:200px;
   margin: 10px 10px 10px 10px;
   background:#FFF;
}

#info {
   float:right;
   width:330px;
   background:#FFF;
   
   
   
}

#news {
	float:left;
	padding: 0 0px 10px;
	width:530px;
	background:#FFF;
	}
#news h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #823C34;
	}
#news dl {
	margin: 10px 20px 0px 20px;
	height:143px;
	overflow:scroll;
	}
#news dl dt {
	margin-bottom:5px;
	color:#427D2D;
	float:left;
	}
#news dl dd {
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:80px;
	border-bottom: dotted 1px #ccc;
	}




#pageTop {
   clear:both;
   margin: 10px 10px 10px 10px;
}

#footMenu {
   width:880px;
   clear:both;
   overflow:hidden;
   padding:10px 0;
}

#footer {
   width:880px;
   clear:both;
   padding:10px 0;
   border-bottom:5px solid #9B0000;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:35px;
   #FFF;
}

#header h1 a {
   color:#000000;
}

#header h1 a:hover {
   color:#000000;
   text-decoration:none;
}

#headImage {
   width:880px;
   height:240px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
	position:absolute;
	background:#fff;
	width: 880px;
	height: 223px;
}

/* PR CUSTOMIZE */
#header #pr p {
   margin:0;
}

/* GNAVI CUSTOMIZE */
#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:15px;
   margin-left:15px;
}

#header #gnavi li a {
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */

#menu ul {
   float:left;
   margin:0;
   padding:0;
}


#menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:15px;
   color:#333;
   text-align:center;
   list-style-type:none;
   font-weight:bold;
}


#menu li li {
   display:block;
   width:110px;
   color:#FFFFFF;
   background:url(../images/bg_menu.png) 0 100% repeat-x;
}


#menu li li a:hover {
    text-decoration:none;
	color:#333333;
	background:url(../images/bg_menu.png) 100% 100% repeat-x;
}

#menu li a {
   display:block;
   width:110px;
   padding:10px 0;
   color:#FFFFFF;
   background:url(../images/bg_menu.png) 0 100% repeat-x;
}

#menu li li a {
   display:block;
   width:110px;
   text-align:center;
   outline:none;
}

#menu li a:hover {
   text-decoration:none;
	color:#333333;
	background:url(../images/bg_menu.png) 100% 100% repeat-x;
}



/* ========INFO CUSTOMIZE======== */
#info h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:5px 5px 0px 10px;
   border-bottom:3px solid #823C34;
  
}

#info dl dt {
   clear:left;
   float:left;
   width:7em;
   padding:10px 0.5em;
   }

#info dl dd {
   margin-left:0;
   padding:10px 0.5em 10px 8em;
   background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
}


/* ========NEWS CUSTOMIZE======== */
#news p {
   margin:0;
   padding:0 0 1em 0;
}

#news h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:5px 5px 0px 5px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
   
}

#main a:hover {
   color:#9B0000;
}

#main h2 {
   margin:0 0 10px 0;
   padding:0;
   font-size:16px;
   color:#823C34;
   line-height:1.2;
   border-bottom:3px solid #823C34;
}

#main h3 {
   margin-bottom:2px;
   padding-left:5px;
   font-size:14px;
   color:#823C34;
   line-height:1.2;
   border-left:8px solid #823C34;
}

#main h4 {
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#fff;
   background:#823C34;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
   border-bottom:1px dotted #823C34;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#FFF3EF;
}

/* summary CUSTOMIZE */
* html body #main dl.summary dd div {
   display:inline-block;
}

#main dl.summary dt {
    margin: 10px 10px 10px 10px;
   padding:0 0 0 10px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#main dl.summary dd {
   margin:0 0 1em 1em;
   padding:3px;
}

#main table {
	width:85%;
	border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   color:#2A1F00;
   text-align:center;
   border:1px solid #ddd;
   background:#E3FFE6;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   margin-top:10px;
   padding:0 0 0 10px;
}

#sub h2 {
   font-size:14px;
   font-weight:bold;
   color:#333;
   line-height:1.2;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

#sub li a {
   display:block;
   width:200px;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#sub li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}



/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
   font-size:12px;
}



/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
   background:#fff url("../images/bg_footer.gif") 0 0 repeat-x;
}
/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideNext {
    display:block;
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0;
    padding:0 5px;
}

.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:#eee;
    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;
}

/* ========button======== */
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 20px;
  color: #FFF;

}
.btn-open {
  display: inline-block;
  width: 150px;
  height:50px;
  text-align: center;
  background-color: #E3FFE6;
  font-size: 18px;
  line-height: 55px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #E3FFE6;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #D1F4D4;
}
.btn-open:hover:after{
  height: 210%;
  opacity: 1;
}
.btn-open:active:after{
  height: 310%;
  opacity: 1;
}


/* ========お知らせ======== */

#news_inf {
	float:left;
	padding: 0 0px 10px;
	width:630px;
	background:#FFF;
	}
#news_inf h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #823C34;
	}
#news_inf dl {
	margin: 10px 20px 0px 20px;
	height:550px;
	overflow:scroll;
	}
#news_inf dl dt {
	margin-bottom:5px;
	color:#427D2D;
	float:left;
	}
#news_inf dl dd {
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:80px;
	border-bottom: dotted 1px #ccc;
	}



/* ========NEWS CUSTOMIZE======== */
#news_inf p {
   margin:0;
   padding:0 0 1em 0;
}

#news_inf h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:5px 5px 0px 5px;
}
