/* 共通項目 */ 

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color:#FFF;
	background-image:url(../img/P1000835.JPG);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-size: 100%;
	line-height: 1.5;
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
 #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}



img {
	border:0;
}

a {
	color: #B27407;
	text-decoration: none;
}
a:hover {
	color: #00CAFF;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
strong{
}

.backnext{
	font-size: 100%;
	margin:0;
	padding-top:5px;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 90%;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

.indent {
	margin: 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

em{
	color: #FF3333;
	font-weight: bold;
}


.attention{
	color: #CC3300;
}


.attention-l{
	font-size: 120%;
	font-weight: bold;
	color: #CC3300;
	letter-spacing: 0.1em;
}


.blue{
	color: #3366FF;
}


.brown{
	color: #663333;
}

.photo {
	margin: 5px;
	padding: 0;
}

.photo-left {
	margin: 5px 5px 5px 0;
	padding: 0;
}
.photo-right {
	margin: 5px 0 5px 5px;
	padding: 0;
}

/* サイトの全体像 */ 
#wrapper1{
	margin:0px;
	padding:0px;
	text-align: center;
	position:absolute;
	width: 100%;
}
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:150px auto 0 auto;
	margin-top:150px;
	width: 1000px;
	text-align: center;
	background-color: #FFF;
	border-radius: 70px;
	-moz-box-shadow:#888 0px 0px 7px;
	-webkit-box-shadow:#888 0px 0px 7px;
	box-shadow:#888A 0px 0px 7px;
}


/* ヘッダ */
#header{
	width: 1000px;
	margin:0;
	padding:30px 0 20px 0;
	}
 #header h2 {
	margin: 30px 50px 20px 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	text-shadow: #777 1px 1px 2px;
	vertical-align: middle;
	text-align: center;
}

#header h1 {
	margin:0;
	padding: 0 0 0 0;
	margin-top: -150px;
	font-size: 200%;
	font-weight:bold;
	text-align: center;
	color: #FFF;
}
#header h1 img {
	-moz-box-shadow:#888 0px 0px 7px;
	-webkit-box-shadow:#888 0px 0px 7px;
	box-shadow:#888A 0px 0px 7px;
	border-radius: 70px;
	background:#FFF;
	width:250px;
	height:250px;
	float:left;
	margin:0 0 20px 50px;
}
#header_text{
	color:#777;
	margin:0;
	padding:10px 0 0 20px;
	vertical-align:middle;
	text-align:left;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:left;
	letter-spacing: 0.1em;
}

#header .access{
	margin:0;
	padding:5px 20px;
	color:#000;
	text-align:right;
	line-height: 120%;
	float:right;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0 0 0 0;
	padding:0;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}

/* フッタ */ 


#footer{
	color: #666666;
	margin: 40px 0 0 0;
	padding: 20px 0 30px 0;
	background-color: #FFF;
	font-size: 85%;
	text-align: center;
	box-shadow: #AAA 0px 0px 4px;
}


#footer_menu{
margin: 5px 10px;
}
#footer_copyright{
	margin: 5px 10px;
}






/* 上部横ナビゲーション
---------------------------------------------*/
#toggle{
  display: none;
}

#menu {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	text-align: center;
	width:944px;
	height:54px;
	padding:0;
	list-style-type: none;
	background: #FFF;
	z-index:999;
}



#menu ul {
	margin: 0;
}


#menu li {
	width:118px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	background-color: #FFF;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
}

#menu li.top{
	width:0px;
	border-left: #ccc solid 1px;
}
#menu li.top #btn{
	display: none;
}

#menu li.last{
	width: 0;
	border-right: #fff solid 1px;
}



#menu li a {
	width: auto;
	color: #444;
	letter-spacing: 0.2em;
	font-size: 14px;
	padding: 16px 0 16px 0;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #FFF;
	-webkit-transition-duration: 0.3s;
}

#menu li a.br {
	line-height:1.2;
	padding: 14px 0 13px 0;
}
#menu li a:hover {
	color:#fff;
	background-color:#777;
}

#menu li a.hover {
	color: #fff;
	background-color: #777;
}

#menu li ul.submenu{
	position:absolute;
	width:auto;
	z-index:14;
}
#menu li.last ul.submenu{
}
#menu li ul.submenu li{
	display:none;
	height: 0;
	border-left: 0px;
	border-right: 0px;
}
#menu li:hover ul.submenu li{
	overflow:visible;
	display: block;
	opacity:0.95;
	height: auto;
	list-style-type: none;
	float: none;
	margin: 0;
	line-height: 1.2;
	border-left: 0px;
	border-right: 0px;
	-moz-box-shadow:#AAA 2px 2px 8px 0;
	-webkit-box-shadow:#AAA 2px 2px 8px 0;
	box-shadow:#AAA 2px 2px 8px 0;
}

#menu li ul.submenu li a{
	width: 100%;
	padding: 10px 10px;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#menu li ul.submenu li a:hover{
	width: 100%;
	padding: 10px 10px;
	background-image: none;
	background-color: #00AEEB;
}


/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	
#toggle{
	display: block;
	position: relative;
	z-index: 99;
	width: 100%;
	background-color: #00268A;
	margin-bottom: 0;
	box-shadow: #888 0px 1px 4px;
}
#toggle a{
  display: block;
  position: relative;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:140%;
  font-family: Arial, Helvetica, sans-serif;
}
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
  background-color: #00268A;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  #menu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 99%;
	background-color: #00268A;
	border-bottom: 0px;
	z-index: 100;
	overflow: scroll;
  } 
  
#menu ul {
	margin: 0;
	padding:0px;
}


#menu li {
	list-style-type: none;
	float: none;
	margin: 0;
	border-right-width: 0px;
	border-left-width: 0px;
	height: auto;
	width: 100%;
	font-size:90%;
	background-image: none;
	border-bottom: 1px solid #fff;
	position:static;
	text-align:left;
}

#menu li.top{
	border-left: 0px;
	text-align:right !important;
	color: #fff;
	width: 100%;
}
#menu li.top #btn{
	display: block;
}

#menu li.top a{
	padding-right:15px;
}
#menu li.top a:hover{
	padding-right:15px;
}

#menu li.last{
	border-right: 0px;
	width: 100%;
	border-bottom: 0px;
}

#menu li a{
	margin: 0;
	width:auto;
	padding:10px 0 10px 10px !important;
	display:block;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	background-color: #00268A;
	background-image: none;
	border-right-width: 0px;
	border-left-width: 0px;
}
#menu li a br{
	display:none;
}
#menu li a:hover {
	margin: 0;
	padding: 10px 0 10px 15px !important;
	background-image: none;
	color: #000;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
}
#menu li a.hover {
	margin: 0;
	padding: 10px 0 10px 15px !important;
	background-image: none;
	color: #000;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
}

#menu li ul.submenu{
	position: static;
	width:100%;
	display:block;
	float: none;
}
#menu li.last ul.submenu{
	}
#menu li ul.submenu li{
	display:block;
	position: static;
	opacity:1;
	height: auto;
	list-style-type: none;
	float: none;
	margin: 0;
	line-height: 1.2;
	border-left: 0px;
	border-right: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:100%;
	border-bottom-width: 0px;
}

#menu li:hover ul.submenu li{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu li ul.submenu li a{
	width: auto;
	overflow: auto;
	display: block;
	position: static;
	padding:7px 0 7px 25px !important;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color:#333;
	color: #FFF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size:100%;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#menu li ul.submenu li a:hover{
	padding:7px 0 7px 30px !important;
	background-image: none;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
}






/* ぱんくずリスト
---------------------------------------------*/


.plist {
	top:100px;
	font-size: 85%;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0.1em;
}
ul.plist {
	margin: 0 0 0 0;
	padding:0;
	border: 0px;
}

*html ul.plist {
	margin: 5px 0 0 20px;
	padding:0;
	border: 0px;
}
*:first-child+html ul.plist {
	margin: 5px 0 0 20px;
	padding:0;
	border: 0px;
}
.plist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}
.date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: normal;
}



/* メイン */ 


#main_contents{
	margin:30px 0 10px 0;
	width:1000px;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: -10px 0 10px 10px;
	width:280px;
	padding:0 0 0 0;
	float:right;
}

#right_contents h3 {
	margin: 0;
	color: #FFF;
	padding: 2px;
	background-color: #FF7A45;
	font-weight: bold;
}

#right_contents .r_content{
	margin:15px 0;
	padding:0 0 10px 0;
	border: #FF9945 solid 3px;
	border-radius:10px;
	background-color: #fff;
	font-size:90%;
}
#right_contents .r_content h3 {
	margin: 5px 0;
	color: #FF8845;
	padding: 2px;
	background: none;
	font-weight: bold;
	font-size:125%;
}
#right_contents .r_content h4 {
	color: #960;
	font-weight: bold;
	font-size:120%;
	background-color: #EEE;
	padding: 2px;
	margin: 5px 0;
}
#right_contents .r_content h4 a{
	color: #960;
}
#right_contents .r_content .comment {
	margin: 5px;
}

#right_contents .r_content ul{
	margin:7px 0;
}
#right_contents .r_content ul li{
	margin:10px;
	text-align:left;
	background:url(../img/dot.gif) no-repeat left;
	padding:0 0 0 25px;
	list-style-type:none;
	font-size:120%;
}

#right_contents .r_content form{
	border: 0px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:85%;
}
#right_contents .r_content .today{
	margin:5px;
}

#right_contents .map{
	margin:7px 0;
	border: #CCCCCC solid 1px;
	padding:10px 0;
	background-color: #fff;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
}
#right_contents .map p{
	padding:5px 5px;
	font-size:85%;
	line-height:1.2;
}
#right_contents .map p.tel{
	padding:2px 5px;
	font-size:115%;
	line-height:1.2;
	font-weight:bold;
}


#right_contents .banner{
	margin:7px 0;
	padding:10px 0 10px 0;
	border: #CCCCCC solid 1px;
	background-color: #fff;
	font-size:90%;
}

#right_contents .r_content .list{
	margin: 10px;
	padding:0;
}
#right_contents .r_content .list .date{
	font-size: 100%;
	padding:0;
	text-align:right;
	font-weight:normal;
	background-color:none;
}
		


#right_contents .r_content .list table{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top:  0px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


#right_contents .r_content .list tr{
	width: 100%;
	border-bottom: #CCC solid 1px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}

#right_contents .r_content .list th{
	padding: 0 0em;
	margin:0 0 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0em;
	white-space: nowrap;
	width: 3em;
	border-right: 0px;
	border-bottom: 0px;
	font-size:90%;
}
#right_contents .r_content .list td .title{
	font-weight: normal;
	}

#right_contents .r_content .list th.date{
	text-align: center;
	background-color:none;
	width: 3em;
	vertical-align:top;
}



#right_contents .r_content .list th.date .date{
	text-align: left;
	margin: 2px 2px 2px 0;
	padding: 2px;
	-moz-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eee;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	width:3em !important;
}

#right_contents .r_content .list th.date .date .year{
	color: #444;
	font-size: 90%;	
	text-shadow: none;
	padding:0  0;
	letter-spacing:0em;
	text-align: center;
}
#right_contents .r_content .list th.date .date .day{
	color: #444;
	font-size: 100%;	
	text-shadow: none;
	padding:0 0;
	font-weight: normal;
	line-height:100%;
	text-align: center;
}

#right_contents .r_content .list td.title{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width:90%;
	font-size:120%;
	width:auto;
}
.twitter-timeline{
}
/* 左コンテンツ */ 

.content {
	text-align: left;
	margin:0 10px 10px 0;
	padding: 0;
	width:700px;
}
	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin:0 10px 10px 0;
}
    /* */ 



.content .box {
	margin: 5px 10px;
	padding: 15px;
	border: #996600 solid 1px;
	background-color: #EEEEEE;
}



.content .date {
	text-align: right;
	margin: 5px 0 5px 0;
}

.content .waku1 .date {
	font-size: 90%;
	background-color:#eee;
	padding:0 5px;
}
.content h1 {
	font-size: 140%;
	color: #996600;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom:1px solid #996600;
	letter-spacing: 0.2em;
	text-shadow: #888 1px 1px 2px;
}
.content h2 {
	color: #000;
	margin: 30px 0 10px 0;
	padding: 0 15px 0 15px;
	font-size: 180%;
	text-shadow: #777 1px 1px 1px;
	letter-spacing: 0.3em;
	text-align: left;
}

.content h3 {
	font-size: 130%;
	color: #630;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0 10px 0;
}


.content h4 {
	font-size: 120%;
	color: #630;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 2px 15px;
}


.content h5 {
	font-size: 115%;
	color: #003399;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
}


.content h5 a {
	color: #996600;
}

.content h5 a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}


.content p {
	margin: 15px;
	line-height: 1.5;
}

.content ul{
}
.content ul li{
	margin: 10px 40px;
	padding: 0;
}
.content ol{
	margin: 10px 40px;
	padding: 0px 10px;
	list-style-position: outside;
	color: #333333;
	font-size: 95%;
}

.content ol li{
	margin: 0px;
	padding-bottom: 10px;
}



.content .comment {
	margin: 15px;
	line-height: 1.5;
	font-size: 100%;
}


.content .comment img {
	padding: 5px;
}



.content .comment ul{
	margin: 10px 30px;
	list-style-type: none;
}

.content .comment ul li{
	margin: 0px;
	padding-bottom: 5px;
}

.content .comment ol{
	margin: 10px 20px;
	padding: 0px 30px;
	list-style-position: outside;
}

.content .comment ol li{
	margin: 0px;
	padding-bottom: 5px;
}




.content table{
	width: 97%;
	padding: 0;
	margin: 10px;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-collapse: collapse;
}

.content table.mini{
	padding: 0;
	margin: 20px 20px;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-collapse: collapse;
}


.content td{
	margin: 0;
	padding: 5px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;	
}


.content th {
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	white-space: nowrap;
	background-color: #FFFDDE;
	font-size: 90%;
}
.content .list table{
	padding: 0;
	margin: 0 10px;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #CCCCCC solid 1px;
	border-bottom: 0px;
	border-collapse: collapse;
	width:100%;
}

.content .list tr{
	width: 100%;
	border-bottom: #CCCCCC solid 1px;
}
.content .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
}
.content .list td a{
	color: #333333;
}

.content .list td a:hover {
	color: #0066FF;
}

.content .list th {
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 6em;
	border-right: 0px;
	border-bottom: 0px;
}


/* わく
---------------------------------------------*/
.waku1{
	margin: 15px 0 15px 0;
	padding: 15px;
	border: #ccc solid 1px;
	background-color: #FFF;
	border-radius: 10px;
}
.content .waku1 h3 {
	font-size: 130%;
	color: #630;
	font-weight: bold;
	padding: 5px 0;
	margin: 10px 0 10px 0;
}
.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}
.content .waku1 .comment{
	margin: 10px 0;
}
.waku1 .naka{
	margin: 20px 22px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:15px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 10px 10px 5px;
}	

.waku1 img.photo{
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
}		
	
	

.waku1 .list{
	margin: 0;
	padding:0;
}
.waku1 .list .date{
	font-size: 90%;
	padding:5px;
	text-align:right;
	font-weight:normal;
	background-color:#FFF;
}
		


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #996600 solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #996600 solid 1px;
}

.waku1 .list th{
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 5em;
	border-right: 0px;
	border-bottom: 0px;
}


.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
	width: 4em;
}
.waku1 .list td.title{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	font-size:120%;
	width:auto;
	font-weight:normal;
	clear: both;
	}
.waku1 .list td.icon{
	margin: 2px 0;
	padding: 8px 5px 5px 5px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width:70px;
	font-weight: normal;
	float: right;
}

.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }



.waku1 .list th.date .date{
	text-align: left;
	margin: 2px 2px 2px 0;
	padding: 2px;
	-moz-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eee;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	width:3em !important;
}

.waku1 .list th.date .date .year{
	color: #444;
	font-size: 90%;	
	text-shadow: none;
	padding:0  0;
	letter-spacing:0em;
	text-align: center;
}
.waku1 .list th.date .date .day{
	color: #444;
	font-size: 100%;	
	text-shadow: none;
	padding:0 0;
	font-weight: normal;
	line-height:100%;
	text-align: center;
}



.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}



/* FAQ
---------------------------------------------*/


.faq {
	margin: 10px;
	padding:10px 30px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}



.faq h3 {
	font-size: 110%;
	color: #8A7478;
	padding: 20px 10px 10px 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #BC6A73;
}



.faq h3:first-letter {
	font-size: 150%;
	font-weight: bold;
}

.faq p {
	font-size: 90%;
	color: #BD6C75;
	padding: 10px 20px 25px 40px;
}

.faq p:first-letter {
	color: #BC6A73;
	font-size: 180%;
	font-weight: bold;
}




/* サイトマップ
---------------------------------------------*/

.sitemap{
	margin: 40px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap ul{
	list-style-type: none;
	background: url(../img/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(../img/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}

/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 10px;
}
.contact p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contact table{
	padding: 0px;
	font-size: 90%;
	background: #FFF;
	border-collapse: collapse;
}
.contact th{
	padding: 5px;
	font-weight: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}
.contact td{
	padding: 5px;
	line-height: 150%;
	border-bottom: 1px solid #BBBBBB;
}
.contact td label{
	font-weight:bold;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

.contact input.text{
	width: 380px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 400px;
	font-size: 120%;
}

/*　スタッフ紹介用
---------------------------------------------*/

.main-text-staff {
	font-weight: normal;
	color: #222222;
	line-height: 1.6;
	margin: 0px 20px 0px 20px;
	padding: 5px 10px;
}




.main-text-staff  table{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	border-top: 0px;
	border-left: 0px;
	border-bottom: #CCCCCC solid 1px;
	border-collapse: collapse;
}

.main-text-staff  td{
	margin: 0;
	padding: 5px;
	vertical-align: top;
	border-right: 0px;
	border-bottom: 0px;	
}





/*　bbs用
---------------------------------------------*/

.backnext {
	font-size: 130%;
	margin-bottom: 10px;
	font-weight:bold
}
.backnext a {
	color: #FF7A45;
	text-decoration: none;	
}

.backnext a:hover {
	color: #996600;
	text-decoration: underline;
}


/*　その他
---------------------------------------------*/
.copyright {
font-size: 85%;
color: #666666;
letter-spacing: 0.1em;
text-align: center;
padding: 10px 0 0 0;
}

input,select,textarea{
	margin: 2px 0;
	padding:2px 5px;
	border: 1px #999999 solid;
	font-size:105%;
}
.menu {
	text-align:center;
	background-color: #0068B5;
	padding: 0;
	margin: 5px;
	width: 795px;
	}
.menu ul {
	list-style-type: none;
	margin:5px;
	height: 2em;
	padding:5px;
	}
.menu ul li{
	font-weight: bold;
	font-size:12px;
	float: left;
	border-right: #0068B5 4px solid;
	padding:5px 4px;
	background: #FFFFFF;
	}
.menu a {
	color: #0066CC;
	text-decoration:none;
	}
.menu a:hover{
	text-decoration:underline;
	}
.menu a:visited{
	color: #0066CC;
	}
table.icon img{
	border: #cccccc 1px solid;
	padding:3px;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
	background-color: #FFF;
}

table.icon {
border:0px;
width:830px;
}

.icon td {
border:0px;
padding:1px;
}

.board{
	margin: 10px;
}

.board img{
	padding:5px;
}


div.tooltip	{
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
}




/* カレンダー詳細 */ 

.calendar .detail {
	font-weight:bold;
	color:#CC3300;
	border-bottom:1px dashed #CC3300;
	margin-bottom:10px;
	text-align:left;
}
.calendar {
	text-align:left;
	font-size: 100%;
}
.calendar .cal_top {
	margin: 5px 0;
	padding:0;
}
.calendar .cal_top h3 {
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #CC3300;
    font-size: 110%;
    width: 100%;
    background-color: #AEDFF1;
}
.calendar .cal_top img {
	text-decoration: none;
	border: 0px;
	padding:0 5px 0 0;
}

.calendar .cal_top a{
	font-size:90%;
}
.calendar .sun {
	color:#FF3333;
}
.calendar .holiday {
	color:#FF3333;
}
.calendar .sat {
	color: #0066CC;
}
.calendar table {
	font-size:85%;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:0;
	background:#FFF;
}
.calendar th {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	background-color: #AEDFF1;
	text-align:center;
	font-weight:normal;
	width:14.2%;
}
.calendar td {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	width:14.2%;
	vertical-align:top;
}
.calendar td img {
	color: #FFF}
}
#main_contents .calendar td .usual_day {
	font-weight:bold;
	color: #333333;
}
#main_contents .calendar td .sun_day {
	font-weight:bold;
	color:#FF3333;
}
#main_contents .calendar td .sat_day {
	font-weight:bold;
	color: #0066CC;
}
#main_contents .calendar td div {
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .calendar td div img {
	padding:0 2px 0 0;
	margin:0;
}
#main_contents .calendar td div .title a {
	font-weight:normal;
	color: #333333;
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .calendar td div .title a:hover {
	color: #0066CC;
	line-height:120%;
}
.calendar .cal_bottom {
	margin-top: 5px;
	background:#AEDFF1;
	padding:5px;
	font-size:90%;
	width:100%;
}

.calendar form {
	margin: 0 0;
	padding: 0;
	text-align:left;
	border: 0px;
}




/*　画像
---------------------------------------------*/
img.photo {
	padding:3px;
	border:#DDDDDD 1px solid;
}

img.photo-left {
	margin: 0 10px 10px 0;
	padding:3px;
	border:#DDDDDD 1px solid;
}

img.photo-right {
	padding: 0 0 10px 10px;
	padding:3px;
	border:#DDDDDD 1px solid;
}

/*　サムネイル
*/

.myPic
{
	margin:5px;
	border-radius:10px;
	border:1px solid #ccc;
}
/*　twitter
---------------------------------------------*/
#twitter_update_list li{
	list-style-type: none;
}
#twitter_update_list li a{
	color: #FF3300;
}
#msg{
	padding: 10px;
	font-weight: bold;
	float: right;	
}
	
.slide table{
border: 0px;
	border-collapse: collapse;
}
	
.slide td{
border: 0px;
}
.t-button{
top:20px;
}

table.bordernon{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
	border-collapse: collapse;
}

table.bordernon td{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
.border-non{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	text-align:left;
	font-size:150%;
	font-weight:normal;
}



/*文字*/

.text-s{
	font-size: 85%;
}


.text-ss{
	font-size: 75%;
}

.text-l{
	font-size: 115%;
}

.text-ll{
	font-size: 130%;
}


/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/
.globalNavimg{
	width: 100%;
	text-align:center;
	background-color:#FFF;
}
.globalNavimg table{
	padding: 0;
	margin: 5px 0;
	border: 0px;
	width: 100%;
}
.globalNavimg table td{
	padding: 0;
	margin: 0;
	border: 0px;
	width: 20%;
	vertical-align:top;
	text-align:center;
}
.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 170px;
	height:150px;
	overflow:hidden;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
}
.globalNavimg table td .menu-photo img{
	width: 99%;
}


/*スライドショー*/
#slideshow {
	position:relative;
	width:1000px;
	height:276px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF7A45;
	border-bottom-color: #FF7A45;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
#slideshow img.active {
	z-index:11;
}
#slideshow img.last-active {
	z-index:10;
}


/*FBとTWEET*/
.twitter-share-button{
	padding: 2px 0 0 10px !important;	
}

/*FB＆twitterぼたん*/
#entrybutton{
	text-align:center;
	margin: 0;
	padding: 30px 0 30px 0;
}
#entrybutton table{
	margin: 0;
	padding:0;
	width:100%;
}
#entrybutton table td{
	width:50%;
	padding:0;
	margin:0;
	text-align:center;
	
}
@media only screen and (max-width: 480px) {
#entrybutton{
	text-align:center;
	margin: 0;
	padding: 20px 0 20px 0;
}
#entrybutton table td{
	width:33.3%;
}
}
#entrybutton table td img{
	vertical-align:middle;
	padding:3px;
}
#entrybutton table td.facebook{
	background-color:#3A5898;
}
#entrybutton table td.twitter{
	background-color: #1C94E0; 
}
#entrybutton table td.line{
	display:none;
}
@media only screen and (max-width: 480px) {
#entrybutton table td.line{
	display:table-cell;
	background-color:#00B901;
}
}
#tab-right {
	position:absolute;
	top:0;
	right:0;
	z-index:12;
}
/*トップFB*/



/*表示非表示*/
.disp1{
	display:block;
}
.disp2{
	display:none;
}
.disp3{
	display:block;
}

.disp4{
	display:none;
}
.disp5{
    display: none;
}



/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 70px;
	right: 50px;
}
.gotop a{
	display: block;
	width: 74px;
	height: 55px;
	padding: 10px 0;
	text-align: center;
	background-color: #E3007F;
	font-size: 80%;
	-moz-border-radius: 50px 50px;
	border-radius: 50px 50px;
	-moz-box-shadow: gray 0 0 5px 1px;
	-webkit-box-shadow: gray 0 0 3px 1px;
	box-shadow: gray 1px -1px 5px 1px;
	color: #FFF;
}

.gotop a:hover {
	background-color: #0083E2;
}


.gotop img{
	border:0px;
	}


.content .comment {
	word-break: break-all;
}



/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	
	body{
	}
	#wrapper1{
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image: none;
}
	
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
	border-radius: 0;
}



/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:5px 0 10px 0;
	height:auto;
	background-image:url(../img/P1000835.JPG);
	background-position: top center;
	background-repeat:no-repeat;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
	font-size:120%;
	float:none;
	text-align:center;
	color:#FFF;
}

#header h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size:150%;
	text-align:center;
}
#header h1 img {
	-moz-box-shadow:#888 0px 0px 7px;
	-webkit-box-shadow:#888 0px 0px 7px;
	box-shadow:#888A 0px 0px 7px;
	border-radius: 50px;
	background:#FFF;
	width:150px;
	height:150px;
	float:none;
	margin:0 50px 10px 50px;
}

#header_text{
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: text-top;
	text-align:center;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:none;
}


#header .access{
	margin:0;
	padding:5px 5px 0 5px;
	color:#000;
	text-align:center;
	line-height: 120%;
	float:none;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0px;
	height:auto;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}
/* フッタ */ 


#footer{
	width:100%; 
	margin: 0 0 0 0;
	background-color:#EEE;
}





/* メイン */ 


#main_contents{
		margin:10px 0 10px 0;
	width: 100%;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: 10px 0 10px 0;
	width:100%;
	padding:0 0 0 0;
	float:none;
}
#right_contents h3 {
	margin: 0 10px;
}
#right_contents .r_content{
	margin:7px 10px;
}

#right_contents .map{
	margin:7px 10px;
}
#right_contents .banner{
	margin:7px 10px;
}


/* 左コンテンツ */ 

.content {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 0;
	width:100%;
	float:none;
}
	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin: 5px 5px 5px 5px;
}
    /* */ 


/* ぱんくずリスト
---------------------------------------------*/


.plist {
	padding-top:10px;
}

/* わく
---------------------------------------------*/
.waku1{
	margin: 10px 10px 10px 10px;
}
	
.waku1 .naka{
	margin: 10px 10px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:10px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 5px 5px 5px;
}	


.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	

.waku1 .list{
	margin: 0;
	padding:0;
}
.waku1 .list .date{
	font-size: 90%;
	padding:5px;
	text-align:right;
}
		


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #996600 solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #996600 solid 1px;
}

.waku1 .list th{
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 5em;
	border-right: 0px;
	border-bottom: 0px;
}

.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
	width: 4em;
}
.waku1 .list td.title{
	font-weight: normal;
}
.waku1 .list td.icon{
	margin: 2px 0;
	text-align: right;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width: 70px;
	font-weight: normal;
}

.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }

.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

h3.top-message{
	padding-top:0;
}

/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/

.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 120px;
	height:120px;
	overflow:hidden;
}

/*スライドショー*/

#slideshow {
	position:relative;
	width:100%; 
	height:195px;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
#slideshow img.active {
	z-index:11;
}
#slideshow img.last-active {
	z-index:10;
}

/*右バッジ*/
.badgelist{
	display:none;
}

/*表示非表示*/
.disp1{
	display:none;
}
.disp2{
	display:block;
}

/*写真*/

.floatRight {
	float: none;
	text-align:center;
}

.floatLeft {
	float: none;
	text-align:center;
}	

.waku1 img{
	width:90%;
	height:auto;
}
/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 70px;
	right: 30px;
}
.gotop a{
	display:block;
	width: 65px;
	height: 45px;
	padding:10px 0;
	text-align:center;
	font-size: 75%;
	-moz-border-radius:40px 40px;
	border-radius:40px 40px;
	-moz-box-shadow:gray 0 0 5px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 1px -1px 5px 1px;
	color: #FFF;
}




}

/*==========================================
 スマホ 〜480
===========================================*/
@media screen and (max-width:639px) {
	body{
	font-size: 95%;
	}
#wrapper1{
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image: none;
}
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
	border-radius: 0;
}


/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:5px 0 10px 0;
	height:auto;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
	font-size:100%;
}

#header h2 img {
	margin:0;
	padding: 0 0 0 0;
}

#header_text{
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: text-top;
	text-align:center;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:none;
}

#header .access{
	display:none;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0px;
	height:auto;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}

/* フッタ */ 


#footer{
	width:100%; 
}







/* メイン */ 


#main_contents{
	margin:10px 0 10px 0;
	width: 100%;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: 10px 0 10px 0;
	width:100%;
	padding:0 0 0 0;
	float:none;
}
#right_contents h3 {
	margin: 0 10px;
}
#right_contents .r_content{
	margin:7px 10px;
}

#right_contents .map{
	margin:7px 10px;
}
#right_contents .banner{
	margin:7px 10px;
}


/* 左コンテンツ */ 

.content {
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	width:100%;
	float:none;
}
	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin: 5px 0 5px 0;
}
    /* */ 


/* ぱんくずリスト
---------------------------------------------*/


.plist {
	padding-top:10px;
}




.content h1 {
	font-size: 140%;
	color: #996600;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom:1px solid #996600;
	letter-spacing: 0.2em;
	text-shadow: #888 1px 1px 2px;
}
.content h2 {
	padding: 0;
	border-radius:0;
	margin: 20px 0 10px 0;
	padding: 0 5px 0 5px;
	font-size:130%;
	text-shadow: #555 1px 1px 1px;
	letter-spacing: 0em;
	text-align:left;
}

.content h3 {
	font-size: 110%;
	color: #630;
	font-weight: bold;
	padding: 5px 5px;
	margin: 10px 0 10px 0;
}


.content h4 {
	font-size: 100%;
	color: #630;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 2px 5px;
}


.content h5 {
	font-size: 100%;
	color: #003399;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
}


.content p {
	margin: 10px 0px;
	line-height: 1.5;
}

.content ul{
}
.content ul li{
	margin: 5px 5px 5px 20px;
	padding: 0;
}

.content ol{
	margin: 10px 10px;
	padding: 0px 5px;
	list-style-position: outside;
	color: #333333;
	font-size: 95%;
}

.content ol li{
	margin: 0px;
	padding-bottom: 10px;
}



.content .comment {
	margin: 10px 5px;
	line-height: 1.5;
	font-size: 100%;
}





/* わく
---------------------------------------------*/
.waku1{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
	
.waku1 .naka{
	margin: 5px 5px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:10px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 5px 5px 5px;
}	
.content .waku1 h3 {
	font-size: 110%;
}

.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	

.waku1 .list{
	margin: 0;
	padding:0;
}
.waku1 .list .date{
	font-size: 90%;
	padding:5px;
	text-align:right;
}
		


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #996600 solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #996600 solid 1px;
}

.waku1 .list th{
	padding: 0 0em;
	margin:0 0 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0em;
	white-space: nowrap;
	width: 3em;
	border-right: 0px;
	border-bottom: 0px;
	font-size:90%;
}

.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
	width: 4em;
}
.waku1 .list td.title{
	font-weight: normal;
	}

.waku1 .list td.icon{
	margin: 2px 0;
	text-align: right;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width: 15% !important;
	}
	.waku1 .list td.icon img{
	width: 45px !important;
	}
.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }



.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}


h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:0;
	font-size:125%;
	font-weight:normal;
}


.content table{
	width:97%;
	margin: 5px;
}

.content table th{
	width:auto;
	font-size:90%;
	display:block;
}
.content table td{
	display:block;
}
.content table.nochange{
	width:98%;
	margin: 5px;
}

.content table.nochange th{
	width:auto;
	display: table-cell;
	white-space: normal;
	font-size: 80%;
	padding:0 0 0 0;
}
.content table.nochange td{
	display: table-cell;
	font-size: 90%;
}
/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 5px;
}
.contact p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.contact table {
	width:97%;
	margin: 5px;
	border-collapse: collapse;
}
.contact td label{
	font-weight:bold;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

.contact input.text{
	width: 235px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 235px;
	font-size: 100%;
}

/*スライドショー*/

#slideshow {
	position:relative;
	width:100%; 
	height:140px;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
#slideshow img.active {
	z-index:11;
}
#slideshow img.last-active {
	z-index:10;
}

/*右バッジ*/
.badgelist{
	display:none;
}

/*表示非表示*/
.disp1{
	display:none;
}
.disp2{
	display:block;
}
.disp3{
    display: none;
}
.disp4{
	display:block;
}

/*写真*/

.floatRight {
	float: none;
	text-align:center;
}

.floatLeft {
	float: none;
	text-align:center;
}	

.waku1 img{
	float: none!important;
	width:90%;
	height:auto;
}

.waku1 pre{
	word-wrap: break-word!important;
}


/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/

.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 60px;
	height:60px;
	overflow:hidden;
}




	
}


@media only screen and (max-width: 480px) {
	
.plist {
	padding-top:0;
}


.disp5{
    display: block;
}

 
  
h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:0;
	font-size:105%;
	font-weight:normal;
}


.waku1 .list th.date{
	text-align:center;
	margin: 0 0;
	padding: 0 0 0 0;
	width: 4em;
	}
.waku1 .list th.date .date{
	text-align:center;
	margin: 2px 2px;
	padding: 2px;
	width: 4em;
	background-color:#eee;
	}
	
	.waku1 .list th.date .date .day{
	color: #666;
	font-size: 100%;
	text-shadow:none;
	padding:0 0 2px 0;
	font-weight: bold;
	line-height:100%;
	text-align: center;
}
.waku1 .list td.title{
	font-size:100%;
	width:auto;
	font-weight:normal;
	}
.waku1 .list td.icon{
	margin: 0 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width:auto;
	}
img.logo{
	width:250px;
}
	

	
	
/*スライドショー*/

#slideshow {
	position:relative;
	width:100%; 
	height:88px;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
#slideshow img.active {
	z-index:11;
}
#slideshow img.last-active {
	z-index:10;
}
	
/*all*/
	    #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	    }
		
/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 100px!important;
	right: 5px;
}
.gotop a{
	display:block;
	width: 55px;
	height: 45px;
	padding:5px 0;
	text-align:center;
	font-size: 70%;
	-moz-border-radius:40px 40px;
	border-radius:40px 40px;
	-moz-box-shadow:gray 0 0 3px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 0 0 3px 1px;
	color: #FFF;
}

}


.content .waku1 .comment {
	word-break: break-all;
}

/* #staff
--------------------------- */
p.staffonly{
	text-align:right;
}
p.staffonly a{
	padding:3px;
	text-decoration:none;
	color:#BBB;
}







@media print {
	    #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	    }

	}



/* スライドショー */ 
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
	display:none;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/* シェアボタン */
.share {
	margin-top: 40px;
	clear: both;
}
.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.share li a {
	display: block;
	text-align: center;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.share li a:hover {
	opacity: 0.8;
}
.share ul:after {
	content: "";
	display: block;
	clear: both;
}
.share li {
	float: left;
	width: 33.3%;
}
.share-tw {
	background-color: #55acee;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/TwitterLogo_white.png);
}
.share-fb {
	background-color: #3b5998;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/FB-fLogo.png);
}
.share-gp {
	background-color: #dd4b39;
}
.share-hb {
	background-color: #2c6ebd;
}
.share-ln {
	background-color: #00B901;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/LINE_Icon.png);
}

 @media (max-width: 599px) {
.share span {
	display: inline-block;
	text-indent: -9999px;
}
.share li a {
	padding: 8px 10px;
}
i.fa-Line {
	
}
}

/* facebook用 */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.facebook .fb_iframe_widget span {
	text-align: center !important;
	margin-left:-70px !important;
}
#pageplugin
{
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 90px;
	text-align:center;
}
@media screen and (max-width:639px) {

#pageplugin
{
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 0;
	text-align:center;
}
}


/*ボタン*/	
.content .top-button{
		margin: 10px;
		width:100%;
	}
.content .top-button ul {
	margin: 0px;
	padding:0px;
}
.content .top-button li {
	list-style: none;
	width:22.5%;
	float:left;
	padding:20px 0;
	margin:5px;
	text-align:center;
	background-color: #FFF;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
	border-radius: 8px;
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width:639px) {
	.content .top-button{
		margin: 10px 5px;
		width:100%;
	}
	.content .top-button li {
	width:45%;
	font-size: 110%;
}
}