@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif,メイリオ;
   font-size:13px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
	color: #3399ff;
	text-decoration: none;
}

a:hover {
	color: #3399ff;
	text-decoration: underline;
}

a.top {
	color: #fff;
	text-decoration: none;
}

a:hover.top {
	color: #fff;
	text-decoration: underline;
	
}

img {
   border:0-;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

ul {
	list-style:none;
	margin:0px 0px 40px 0px;

}

li.first {
border: 1px solid #ccc;
width: auto;

}
 
li.next {
width: auto;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
 
span.dan {
float:left;
padding:15px;
	overflow: hidden;
}
 
span.dan2 {
display: block;
margin-left: 110px;
padding:15px;
border-left: 1px solid #ccc;
}


img.flyer1{
	float:left;
	margin: 0 20px 20px 0;
	vertical-align;

	}
	

/* ========TEMPLATE LAYOUT======== */
#container {
	width: 900px;
	margin: auto;
	padding: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 10px #bfbfbf; /* Firefox用 */
	-webkit-box-shadow: 0 0 10px #bfbfbf; /* Safari,Google Chrome用 */
	box-shadow: 0px 0px 10px #bfbfbf;
	background: #fff;
}

#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
display:flex;
}

#pr {
	font-size:16px;
	font-weight: lighter;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	position: absolute;
	/*width: 400px;*/
	/*left: 450px;*/
	width: 16rem;
	left: 90px;
	top: 35px;
}

#sns_icon{
    position: absolute;
    width: 100px;
    left: 810px;
    top: 21px;
}

#header #___gcse_0 {
    position: relative;
    left: 385px;
    top: 32px;
    width: 320px;
}

#header table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}

#header .gsc-search-button {
    margin-left: 0px;
}

#header .gsc-search-button {
    margin-left: 0px;
    height: 29px;
}

#header .gsc-control-cse {
    padding: 0 !important;
}

#head_text1 {
	position: absolute;
	color: #FFF;
	width: 880px;
	top: 430px;
	z-index: 200;
	font-size: 24px;
	left: 5px;
	line-height: 130%;
	margin: 0px;
	padding: 10px;
}

#head_text2 {
	vertical-align: sub;
	position: absolute;	
	color: #FFF;
	width: 880px;
    top: 470px;
	left: 10px;
	z-index: 200;
	font-size: 18px;
	line-height: 130%;
	margin: 0px;
	padding: 10px;
}

.opacity{
	background:#333;
	opacity:0.5;
		z-index: 200;
	}

#menu {
   width:100%;
   float:left;
   margin-bottom:20px;
   background:url("../images/bg_menu.gif") 0 100% repeat-x;
}

#contents {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 630px;
}

#sub {
	float: left;
	width: 230px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   /*background:#EBEADD;*/
   background:#baeaef;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin: 0;
	padding: 10px;
	font-size: 40px;
	color: #000;
	line-height: 70px;
	font-weight: lighter;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}
#main ul {
	width: 630px;
	padding: 0;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	list-style-type: none;
	overflow: hidden;
}
#main li {
	color: #000;
	text-align: left;
	list-style-type: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	
}

#menu li {
	float: left;
	color: #FFF;
	text-align: center;
	list-style-type: none;
	width: 180px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#menu li a {
	display: block;
	width: 180px;
	color: #FFF;
	line-height: 50px;
	border-left: 1px solid #fff;
}

#menu li.home a {
	border: none;
	color: #FFF;
}

#menu li a.active {
	background: #78cbff;
	color: #fff;
}

#menu li a:hover {
	color: #FFF;
	background: #78cbff;
	text-decoration: none;
}


/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}

.slidePrev {
    width:50px;
    height:60px;
    position:absolute;
    top:165px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideNext {
    display:block;
    width:50px;
    height:60px;
    position:absolute;
    top:165px;
    /* 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 0px;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.7;
    filter: alpha(opacity=0);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.7;
    filter: alpha(opacity=4	0);
    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;
}



/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h1 {
	font-size: 24px;
	margin: 0px 0 10px 0;
	padding-bottom:10px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	}
	
	
#main h2 {
   margin-bottom:20px;
   padding:2px 2px 10px 5px;
   color:#333333;
   font-size:28px;
   font-weight:lighter;
   border-bottom:1px dotted #666666;
}

#main h3 {
   margin:20px 0 0px 0;
   padding:10px 0px 10px 15px;
   color:#333333;
   font-size:18px;
   font-weight:lighter;
   border:1px dotted #999999;
   background:#fff url("../images/bg_h3.gif") 0 50% no-repeat;
}

#main h4 {
		margin:20px 0 20px 0;
		padding:5px 0px 5px 10px;
		font-size:14px;
		color:#ffffff;
		background-color:#10b4f7;
		border-radius: 5px;
}

#main h5 {
	   margin-bottom:-10px;
   padding:0px 0 0px 20px;
   font-size:18px;
   color:#333;
   font-weight:lighter;
   background:#fff url("../images/bg_h5.gif") 0 50% no-repeat;
}

#main h6 {
   margin-bottom:2px;
   font-size:14px;
   border-bottom:1px solid #999;
}


#main p {
	padding-bottom:15px;
	font-size: 14px;
	line-height: 150%;
}

#main p.text1{
	margin-top:5px;
	font-size:12px;
	line-height:120%;
	border-bottom:1px dot #ccc;
}
	
#main p.text2{
	margin:0px 0 0 20px;
	font-size:18px;
	line-height:150%;
}

#main p.text3{
	margin:-10px 0 0 20px;
	font-size:14px;
	line-height:150%;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#fff;
}

#main dl.info2 {
	font-family : メイリオ;
	font-size : 14px;
	background-color : #fff;
	line-height : 150%;
	margin : 0px 0 0 0px ;
	padding : 20px 0 0px 0;
	overflow : auto;
}

#main dt.info2 {
	float: left;
	clear :left;
	width : 12em;

	
}

#main dd.info2 {
	margin-left: 12em;
	border-bottom:1px solid #fff;

}

.line{
	   border-bottom:1px dotted #999;
}

.line2{
	   padding:0 15px 0 15px;
	   border-bottom:1px none #999;
}



/* チラシ画像配置 */



#grid {
	width: 630px;
}

#grid li {
	margin: 13px;
	float: left;
	list-style: none;
}

/*チラシ切り取り*/

.clip {
	overflow:hidden;
	width:180px;
	height:255px;
} 

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}


#main dl.information dt {
   float:left;
   width:9em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 9em;
   padding:0;
   background:transparent;
}

#main table {
   width:600px;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#dcd9b4;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:40px;
}

#sub h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5A5132;
	margin:20px 0px 10px 0px ;
	padding-left: 20px;
	background: #fff url("../images/bg_submenu.gif") 0 50% no-repeat;
	border-bottom: 1px solid #E7E7E7;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
	display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
	background:url("../images/bg_sub_list.gif") 5px 15px no-repeat;
}

#sub li a {
   display:block;
   color:#333;
   line-height:3.0;
  
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
	background: url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   color:#333;
   background: url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
