/* 共通項目 */ 

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

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	font-size: 95%;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
	color:#333;
}


 #wrap {
	width: 100%;
	height: 100%;
	overflow:auto;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}


img {
	border:0;
}

a {
	color: #990303;
	text-decoration: underline;
}
a:hover {
	color: #E5004B;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
	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: #D13701;
}


.attention-l{
	font-size: 120%;
	font-weight: bold;
	color: #D13701;
	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;
	width: 100%;
}



/* ヘッダ */
#header{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 1200px;
	text-align: center;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:left;
}

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

#header_text{
	margin:0;
	padding:15px 0 0 25px;
	vertical-align:middle;
	text-align:left;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 100%;
	float:left;
	position:absolute;
	z-index:14;
}

#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:0px;
	height:410px;
}


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

/* フッタ */ 


#footer{
	
	margin:0px;
	padding:0px;
	text-align: center;
	width: 100%;
	color: #666666;
	margin:5px 0 0 0;
	padding:8px 0 30px 0;
	background-color: #EEE;
	font-size:90%;
}


#footer_menu{
margin: 5px 10px;
}
#footer_copyright{
	margin: 5px 10px;
}
#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color: #A76802;
	text-decoration: underline;
}




/* 上部横ナビゲーション
---------------------------------------------*/

#globalNav{
	margin-left:0;
	margin-right:0;
	margin:0 0;
	margin-top:0;
    width:100%;
	height:70px;
	background: linear-gradient(#fefefe, #eee);
	z-index:998;
	border-bottom: #ccc 1px solid;
	border-top: #ddd 1px solid;
}
#toggle{
  display: none;
}

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


#menu ul {
	margin: 0;
}


#menu li {
	float:left;
	padding:0 0;
	margin:0 0 0 0;
	text-align:center;
	height:70px;
	width: 118.5px;
	border-left: solid #ccc 1px;
}

#menu li.top{display: none;
}
#menu li.top #btn{
	display: none;
}

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

#menu li.top2 a{
	
	border-left: solid #fff 1px;
}



#menu li a {
	width: auto;	
	color: #000;
	font-size: 13px;
	padding: 25px 0 25px 0;
	text-decoration: none;
	display: block;
	font-weight: normal;
	letter-spacing: 0em;
	border-left: solid #fff 1px;
}

#menu li a.br {
	line-height:1.2;
	padding: 20px 0 20px 0;
}
#menu li a:hover {	
	color: #000;
	text-decoration: underline;
}

#menu li a:hover.br {
	color: #000;
	text-decoration: underline;
}


#menu li a.hover {
	color: #000;
	text-decoration: underline;
}


#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;
	border-bottom: 1px solid #FFF;
	margin:0 0 0 0;
	line-height: 1.2;
	border-left: 0px;
	border-right: 0px;
	width: 155px;
}
#menu li ul.submenu li.top{
	width: 155px;
}
#menu li ul.submenu li.last{
	width: 155px;
}
#menu li ul.submenu li a{
    font-size: 13px;
    padding: 10px 10px;
    text-decoration: none;
    background-image: none;
    text-align: left;
    background-color: #FAE2A1;
}

#menu li ul.submenu li a:hover{
    padding: 10px 10px;
    background-image: none;
    background-color: #FFD17C;
    color: #000;
}


/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
#globalNav{
	margin-left:0;
	margin-right:0;
	margin:0px 0;
	margin-top:0px;
    width:100%;
	height:40px;
	background-color:#FFF; 
	z-index:998;
	border-top:0px;
	border-bottom:0px;
}

	
#toggle{
	display: block;
	position: relative;
	z-index: 99;
	width: 100%;
	background-color: #000;
	border-bottom: 5px solid #FFF;
	margin-top:5px;
}
#toggle a{
  display: block;
  position: relative;
  padding: 10px 0 10px;	
color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size:130%;
  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: #000;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  #menu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 99%;
    background: #FFF;
	border-bottom: 0px;
	overflow:scroll;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
	z-index:100;
  } 
  
#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:110%;
	background-image: none;
	border-bottom: 1px solid #999;
	position:static;
	text-align:left;
}

#menu li.top{
	border-left: 0px;
	text-align:right !important;	
	color: #000;
	width: 100%;
	display: block;
}
#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.top2 a{
	border-left: 8px solid #D3001E;
}
#menu li a{
	margin: 0;
	width:auto;
	padding:5px 0 5px 10px !important;
	display:block;
	font-size: 100%;	
	color: #000;
	text-decoration: none;
	background-color:#fff;
	border-right-width: 0px;
	border-left: 8px solid #D3001E;
}
#menu li a br{
}
#menu li a:hover {
	margin: 0;
	padding:5px 0 5px 15px !important;
	background-color:#D3001E;	
	color: #FFF;
	text-decoration: none;
}
 #menu li a:hover.br {
	background-color:#D3001E;	
	 color: #FFF;
}

#menu li a.hover {
	margin: 0;
	padding:5px 0 5px 15px !important;
	background-color:#D3001E;	
	color: #FFF;
	text-decoration: none;
}
	
	
#menu li ul.submenu{
	position: static;
	width:100%;
	display:block;
	float: none;
}
#menu li.last ul.submenu{
	border-bottom: 0px;
	}
#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-right: 0px;
    width: 100%;
    border-left: 5px solid #F07184;
    font-size: 90%;
}

#menu li:hover ul.submenu li{
	border-left: 10px solid #F07184;
	width:100%;
	border-bottom: 1px solid #666;
}

#menu li ul.submenu li a{
	width: auto;
	overflow: auto;
	display: block;
	position: static;
	padding:7px 0 7px 20px !important;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color:#FAE2A1;	
	color: #000;
	border-left-width: 0px;
	font-size:100%;
}

#menu li ul.submenu li a:hover{
	padding:7px 0 7px 30px !important;
	background-color:#F07184;	
	color: #FFF;
	width:100%;
}
	#menu li ul.submenu li a.color{
	background-color: #FAE2A1;
	width:100%;
}

#menu li ul.submenu li a.hover{
	padding:7px 0 7px 30px !important;
	background-color:#F07184;	
	color: #FFF;
	width:100%;
}
#menu li ul.submenu li.top{
	border-top: 1px solid #666;
	width:100%;
}
#menu li ul.submenu li.last{
	border-bottom: 0px;
	width:100%;
}
}




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


.plist {
	padding-top:10px;
	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-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 1200px;
	text-align: center;
}


/* 右コンテンツ */ 

#right_contents{
	margin: 0 0 0 10px;
	width:285px;
	padding:0 0 0 0;
	float:right;
}
#right_contents a {
	color: #333;
	text-decoration: underline;
}

#right_contents a:hover {
	color: #EA0B4C;
	text-decoration: underline;
}
#right_contents h3 {
	margin: 0;
	color: #FFF;
	padding: 2px;
	background-color: #D3001E;
	font-weight: bold;
	border: 0px;
}

#right_contents .r_content{
	margin:7px 0;
	padding:0 0 10px 0;
	border: #CCCCCC solid 1px;
	background-color: #fff;
	font-size:90%;
}
#right_contents .r_content h3 {
	margin: 0 0 10px 0;
	color: #FFF;
	padding: 2px;
	background-color: #D3001E;
	font-weight: bold;
	font-size:110%;
}
#right_contents .r_content h4 {
	color: #720000;
	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 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 .links li{
	text-align:left;
	list-style-type: square;
	border-bottom:#000000 1px dotted;
	padding: 5px 5px 5px 5px;
	list-style-position: inside;
	font-weight: bold;	
}


#right_contents .links2 li{
	text-align:left;
	list-style-type: square;
	border-bottom:#000000 1px dotted;
	padding: 5px 5px 5px 5px;
	list-style-position: inside;
	font-weight: bold;	
	font-size: 90%;
}
#right_contents .links3 {
	margin: 7px 5px 10px 10px;
}

#right_contents .links3 li{
	text-align:left;
	list-style-type:disc;
	padding: 0 5px 5px 5px;
	list-style-position: inside;
	font-size: 100%;
	font-weight: bold;
}

#right_contents .facebook-right{
	width:230px;
}

#right_contents .youtube{
	width:96%;
	height:200px;
}



/* 左コンテンツ */ 

.content {
	text-align: left;
	margin:10px 10px 10px 0;
	padding: 0;
	width:890px;
	float:left;
}
	



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



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

.content .waku1 .date {
	font-size: 120%;
	font-weight: bold;
	background-color:#EEE;
}
.content h1 {
	font-size: 140%;
	color: #000;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 {
	color: #fff;
	padding: 0;
	background-color: #D3001E;
	margin: 10px 0 10px 0;
	padding: 5px 15px 5px 15px;
	font-size:150%;
	text-shadow: #555 1px 1px 2px;
	letter-spacing: 0.3em;
	-moz-box-shadow:#AAA 1px 1px 4px 1px;
	-webkit-box-shadow:#AAA 1px 1px 4px 1px;
	box-shadow:#AAA 1px 1px 4px 1px;
	text-align:left;
}
.content h2.grn {
	color: #000;
	padding: 0 15px 0 15px;
	margin: 10px 0 10px 0;
	font-size:150%;
	text-shadow: #555 1px 1px 2px;
	letter-spacing: 0.3em;
	text-align:left;
	background:url(../img2015/title-back-grn.gif) repeat-x bottom;
}

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


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


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


.content h5 a {
	color: #BC002E;
}

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


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

.content ul{
	margin: 0px;
	list-style-type: none;
}

.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;
}


 ul.list{
	list-style-type: none;
	margin: 15px 10px;
}

.list li{
	list-style-type: none;
	padding: 0;
}

 ul.list2{
	list-style-type:disc;
	margin: 15px 10px;
}

.list2 li{
	list-style-type: disc;
	padding: 0;
}

.content table{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	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;
	margin: 0;
	font-weight: normal;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	white-space: nowrap;
	background-color: #EEEEEE;
}
.content .list table{
	padding: 0;
	margin: 0 0;
	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: #F63;
}

.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: 5px 0 15px 0;
	padding:0;
	border: #CCC solid 1px;
	background-color:#FFF;
}
	
.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;
}	
.content .waku1{
	margin:2px 15px 5px 15px;
}

.content .waku1 h4 {
	font-size: 150%;
	color: #A15C02;
	margin: 10px 0 10px 0;
	padding: 2px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	font-weight: normal;
}
.content .waku1 .profile h4 {
	background:#EEE;
	margin: 15px 0 10px 0;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #C59371;
	padding: 5px 10px;
	line-height:1.3;
}
.content .waku1 .profile img {
	width:250px;
	box-shadow:1px 1px 3px #333;
	margin:2px;
	padding:2px;
}

	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	
	
.waku2{
	margin: 15px 0 15px 0;
	padding:0;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.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:  0px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


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

.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;
	font-size:85%;
}
.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
}
.waku1 .list th.datekoen{
	text-align: right;
	font-size:105%;
	vertical-align:top;
	font-weight: bold;
	border-right:solid 1px #CCC;
}

.waku1 .list th.datekoen strong{
	font-size:115%;
}

.waku1 .list td.map{
	vertical-align:central;
	text-align:right;
}

.waku1 .list td.title{
	margin: 0 0;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
	width: 750px;
	}

.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{
	color: #FFFFFF;
	text-align: center;
	margin: 0 5px 3px 5px;
	padding:2px;
	-moz-border-radius:7px;
	border-radius:7px;
	-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:#999;
	background: linear-gradient(#ccc, #666);
	background: -moz-linear-gradient(#ccc, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),to(#666));
	-moz-box-shadow:#999 0 0 0 1px;
	-webkit-box-shadow:#999 0 0 0 1px;
	box-shadow:#999 0 0 0 1px;
	font-family:Arial, Helvetica, sans-serif;
	/background: url(../img/day-back.jpg) repeat-x top;
}

.waku1 .list th.date .date .year{
	color: #FFFFFF;
	font-size: 100%;	
	text-shadow:#222 0 1px 2px;
	padding:0 5px;
	letter-spacing:0.1em;
	text-align: center;
}
.waku1 .list th.date .date .day{
	color: #FFFFFF;
	font-size: 140%;
	text-shadow:#222 0 1px 2px;
	padding:0 5px 3px 5px;
	font-weight: bold;
	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;
}

.content .waku1 .vision2015 h3 {
	padding:5px 10px ; 
	margin:10px;
	font-size: 200%;
	text-align: center;
	background-color: #F44A7B;
	color:#FFF;
	letter-spacing: 0.3em;
	text-shadow: #555 1px 1px 2px;
	font-weight: bold;
}
.content .waku1 .vision2015 h4 {
	padding:5px 10px ; 
	margin:10px;
	font-size: 200%;
	text-align: center;
	background-color: #F44A7B;
	color:#FFF;
	letter-spacing: 0.3em;
	text-shadow: #555 1px 1px 2px;
	font-weight: bold;
	border-bottom-width: 0px;
}
.content .waku1 .vision2015 ol{
  counter-reset:list;
  list-style-type:none;
  padding:0;
  margin: 0 0 0 25px;
}

.content .waku1 .vision2015 ol li{
  list-style-type:none;
  position:relative;
  padding: 0 0 0 20px;
  margin: 20px 0 20px 0;
  font-weight: normal;
  font-size:120%;
  line-height: 1.5em;
}
.content .waku1 .vision2015 ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -20px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #F44A7B;
  border-radius: 50%;
  top: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .waku1 .vision2015 ol li:hover{
  border-bottom-color:#F44A7B;
}
.content .waku1 .vision2015 h5 {
	padding:5px 10px ; 
	margin:10px;
	width:45%;
	font-size:105%;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #F8D6D6;
	text-decoration:none;
	-moz-box-shadow:#ccc 1px 1px 2px 2px;
	-webkit-box-shadow:#ccc 1px 1px 2px 2px;
	box-shadow:#ccc 1px 1px 2px 2px;
}
.content .waku1 .vision2015 h5 a {
	text-decoration:none;
}

.content .waku1 .vision2015 h5 a:hover {
	color:#E5004B;
	background-color:#F9CCD9;
	text-decoration: underline;
}
/* #photo
--------------------------- */
.content .waku1 td.listphoto{
	width:106px;
	height:auto;
 }
.content .waku1 td.listphoto div{
	padding:2px;
	border:1px solid #ccc;
	overflow:hidden;
	width:100px;
	height:50px;
 }
 
 .content .waku1 td.listicon{
	width:74px;
	height:auto;
	vertical-align:middle !important;
 }
 .content .waku1  td.listicon img{
	width:70px;
	padding:2px;
	vertical-align:middle !important;
 }
  .content .waku1 td.listicon a img{
	border:none;
 }




/* 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: 80%;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 80%;
	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: #E5004B;
	text-decoration: none;	
}

.backnext a:hover {
	color: #666;
	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 10px;
	text-align:center;
}

.board img{
	padding:5px;
	max-width:500px;
}
.board .photo img{
	padding:5px;
	width:44%;
	border:1px solid #ddd;
}

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;
}




/*　画像
---------------------------------------------*/
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: #720000;
	font: bold 160%/160% "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	text-shadow:#ccc 1px 1px 2px;
	text-align:left;
}



/*文字*/

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


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

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

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




/*スライドショー*/
#slideshow {
	position:relative;
}
#slideshow img {
	position:absolute;
	z-index:9;
	clear:both
}
#slideshow img.active {
	z-index:11;
}
#slideshow img.last-active {
	z-index:10;
}


/*FBとTWEET*/


/*FB＆twitterぼたん*/
#entrybutton{
display:inline;
	text-align:right;
	margin-right:20px;
}
#entrybutton ul{
	margin: 5px 10px 5px 5px;
}
#entrybutton ul li{
list-style:none;
float: right;
padding: 2px 5px;
}

#entrybutton ul li .twitter-share-button{
padding: 2px 0 0 10px !important;
margin: 0!important;
width: 75px!important;
}


#tab-right {
	position:absolute;
	top:0;
	right:0;
	z-index:12;
}
/*アコーディオン*/
dl.accordion { width:100%; margin:0; padding:0px;}
dl.accordion .waku1 { padding:5px 5px 5px 5px; 
	-moz-border-radius:7px;
	border-radius:7px;
	}
 dl.accordion .waku1 h4{ margin:2px 0; line-height:1.2; border-bottom:0px;}
dl.accordion dt {
	background:url(../img2015/open.png) 2% center no-repeat,#EFEFEF;
	height:auto;
	padding:0 10px 0 50px;
	cursor:pointer;
	text-decoration:underline;
	font-size: 110%;
	color: #39F;
}
dl.accordion dt.open {
	background:url(../img2015/close.png) 2% center no-repeat,#EFEFEF;
	color: #FF7D13;
}
dl.accordion dd { background:#EEE; padding:10px 10px 10px 10px; line-height:1.5; display:none;}

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

.disp5{
	display:none;
}
.disp6{
	display:block;
}
/* 右to pagetop 固定 */ 
.fixed {
	position:absolute;
	width: auto;
	height: 25px;
	padding:5px 10px;
	text-align:center;
	padding-top:15px;
	bottom: 0px;
	right: 50px;
	z-index: 18;
	background-color:#FFF;
	font-size: 80%;
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-box-shadow:gray 0 0 5px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 1px -1px 5px 1px;
}
* html .fixed {
	position:static;
}
.fixed a{
	color: #E06E00;
	text-decoration: none;
}
.fixed a:hover {
	color: #F90;
	text-decoration: underline;
}

.fixed img{
	border:0px;
	}
.facebook-right{
padding:0;
margin:0;
}


/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
 #wrap {
	position: static;
}	
	#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;
}



/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:0 0 0 0;
	height:auto;
	background-color:#FFF;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
}

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

#header_text{
	margin:0 0 0 20px;
	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%; 
}







/* メイン */ 


#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 {
	padding: 0 10px;
}
#right_contents .r_content{
	margin:7px 10px;
}

#right_contents .map{
	margin:7px 10px;
}
#right_contents .banner{
	margin:7px 10px;
}
#right_contents .links li{
	text-align:left;
	list-style-type: square;
	border-bottom:#000000 1px dotted;
	padding: 5px 5px 5px 5px;
	list-style-position: inside;
	font-weight: bold;	
}


#right_contents .links2 li{
	text-align:left;
	list-style-type: square;
	border-bottom:#000000 1px dotted;
	padding: 5px 5px 5px 5px;
	list-style-position: inside;
	font-weight: bold;	
	font-size: 90%;
	
}
#right_contents .links3 {
	margin-left:0;
	margin-right:0;
	text-align: center;
	width:100%;
	padding:0;
}
#right_contents .links3 ul {
}

#right_contents .links3 li{
	list-style-type: none;
	float: left;
	padding: 10px 0;
	list-style-position: inside;
	font-size: 100%;
	font-weight: bold;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	width:17%;
	margin:0;
	text-align: center;
}

#right_contents .facebook-right{
	width:98%;
}

#right_contents .youtube{
	width:98%;
	height:350px;
}

/* 左コンテンツ */ 

.content {
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	width:100%;
	float:none;
}
	


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


.plist {
	padding-top:10px;
}

/* わく
---------------------------------------------*/
.waku1{
	margin: 5px 20px 10px 20px;
	padding:0;
	border: #CCC solid 1px;
	background-color:#FFF;
}
	
.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%;
	margin: 10px 0 10px 0;
	padding: 2px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720000;
	font-weight: normal;
}

.content .waku1 .profile img {
}
	
.content .waku1 h4 a {
	text-decoration: underline;
}	
	
	
.waku2{
	margin: 10px 10px 10px 10px;
	padding:0;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.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:  0px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #CCC 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;
	font-size:70%;
}

.waku1 .list th.datekoen{
	text-align: right;
	font-size:85%;
	vertical-align:top;
	font-weight: bold;
	border-right:solid 1px #CCC;
}
.waku1 .list th.datekoen strong{
}


.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: 600px;
	}


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

.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
}
.waku1 .list td.title{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
	width: 650px;
	}

.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{
	color: #FFFFFF;
	text-align: center;
	margin: 0 5px 3px 5px;
	padding:2px;
	-moz-border-radius:7px;
	border-radius:7px;
	-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:#999;
	background: linear-gradient(#ccc, #666);
	background: -moz-linear-gradient(#ccc, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),to(#666));
	-moz-box-shadow:#999 0 0 0 1px;
	-webkit-box-shadow:#999 0 0 0 1px;
	box-shadow:#999 0 0 0 1px;
	font-family:Arial, Helvetica, sans-serif;
	/background: url(../img/day-back.jpg) repeat-x top;
}

.waku1 .list th.date .date .year{
	color: #FFFFFF;
	font-size: 100%;	
	text-shadow:#222 0 1px 2px;
	padding:0 5px;
	letter-spacing:0.1em;
	text-align: center;
}
.waku1 .list th.date .date .day{
	color: #FFFFFF;
	font-size: 140%;
	text-shadow:#222 0 1px 2px;
	padding:0 5px 3px 5px;
	font-weight: bold;
	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;
}

h3.top-message{
	padding-top:70px;
}



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

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

/*写真*/

.waku1 img{
	width:90%;
	height:auto;
}
	

.facebook-right{
	background-color: #0DB41C;
padding:10px;
width: 100%;
}
.facebook-right .fb_iframe_widget,
.facebook-right .fb_iframe_widget span,
.facebook-right .fb_iframe_widget iframe[style]{ 
width:600px!important; 
	background-color: #FFF;
}
.fb-like-box{}

.twitter-timeline{ 
width: 600px!important;}

}

/*==========================================
 スマホ 〜639px
===========================================*/
@media screen and (max-width:639px) {
	body {
	font-size: 90%;
}	
#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;
}


/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:0 0 0 0;
	height:auto;
	background-color:#FFF;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
}

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

#header_text{
	margin:0 0 0 15px;
	padding:0 0 0 0;
	vertical-align: text-top;
	text-align:center;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 80%;
	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;
	width: 100%;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

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

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

#right_contents .youtube{
	width:96%;
	height:250px;
}
/* 左コンテンツ */ 

.content {
	text-align: left;
	margin: 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: #000066;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 {
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size:130%;
	text-shadow: #555 1px 1px 2px;
	letter-spacing: 0em;
	-moz-box-shadow:#AAA 1px 1px 4px 1px;
	-webkit-box-shadow:#AAA 1px 1px 4px 1px;
	box-shadow:#AAA 1px 1px 4px 1px;
	text-align:left;
}

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


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


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


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

.content ul{
	margin: 0px;
	list-style-type: none;
}

.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: 5px 10px 10px 10px;
	padding:0;
	border: #CCC solid 1px;
	background-color:#FFF;
}
	
.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 h4 {
	font-size: 150%;
	color: #A15C02;
	margin: 10px 0 10px 0;
	padding: 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720000;
	font-weight: normal;
}
.content .waku1 .profile img {
	width:46%;
	height:auto;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	
	
.waku2{
	margin: 10px 10px 10px 10px;
	padding:0 5px;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.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:  0px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #CCC 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;
	font-size:70%;
}
.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: 600px;
	}


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

.waku1 .list th.date{
	text-align: center;
	background-color:#fff;
}
.waku1 .list td.title{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
	width: 80%;
	}

.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:15%;
	}
.waku1 .list td.photo .topphoto{
	width:100%;
	height:70px;
	overflow:hidden;
 }

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



.waku1 .list th.date .date{
	color: #FFFFFF;
	text-align: center;
	margin: 0 5px 3px 5px;
	padding:2px;
	-moz-border-radius:7px;
	border-radius:7px;
	-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:#999;
	background: linear-gradient(#ccc, #666);
	background: -moz-linear-gradient(#ccc, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),to(#666));
	-moz-box-shadow:#999 0 0 0 1px;
	-webkit-box-shadow:#999 0 0 0 1px;
	box-shadow:#999 0 0 0 1px;
	font-family:Arial, Helvetica, sans-serif;
	/background: url(../img/day-back.jpg) repeat-x top;
	width:5em !important;
}

.waku1 .list th.date .date .year{
	color: #FFFFFF;
	font-size: 100%;	
	text-shadow:#222 0 1px 2px;
	padding:0 5px;
	letter-spacing:0.1em;
	text-align: center;
}
.waku1 .list th.date .date .day{
	color: #FFFFFF;
	font-size: 140%;
	text-shadow:#222 0 1px 2px;
	padding:0 5px 3px 5px;
	font-weight: bold;
	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;
}


h3.top-message{
	color: #720000;
	font: bold 125%/125% "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:100px;
}





/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 5px;
}
.contact p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.contact table {
	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: 250px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 250px;
	font-size: 100%;
}

/*文字*/

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


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

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

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



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

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

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

.disp6{
	display:none;
}

/*写真*/

.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;
}



.facebook-right{
	background-color: #0DB41C;
padding:10px;
width: 100%;
}
.facebook-right .fb_iframe_widget,
.facebook-right .fb_iframe_widget span,
.facebook-right .fb_iframe_widget iframe[style]{ 
width:400px!important; 
	background-color: #FFF;
}
.fb-like-box{}

.twitter-timeline{ 
width: 400px!important;}



/* 右to pagetop 固定 */ 

.fixed {
	display:none;
}

	
}


@media only screen and (max-width: 480px) {
	
body {
	font-size: 80%;
	
}
 #wrap {
	position: static;
}	
waku1{
	margin:2px 10px 5px 10px;
}
#header_text{
		display:none;
}


/* メイン */ 


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



.plist {
	padding-top:0px;
}

.disp3{
    display: none;
}

.disp5{
    display: block;
}

#header{
	margin-top:45px;
	margin-bottom:0px;
	padding-top:3px;
	-moz-box-shadow:#aaa 0 0 3px 1px;
	-webkit-box-shadow:#aaa 0 0 3px 1px;
	box-shadow:#aaa 0 0 3px 1px;
}




.content h2 {
font-weight:bold;
font-size:130%;
}
  
h3.top-message{
	color: #720000;
	font: bold 125%/125% "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:0;
}


.facebook-right .fb_iframe_widget,
.facebook-right .fb_iframe_widget span,
.facebook-right .fb_iframe_widget iframe[style]{ 
width:260px!important; 
	background-color: #FFF;
}
.fb-like-box{}

.twitter-timeline{ 
width: 260px!important;}


.board .photo img{
	padding:5px;
	width:90%;
}

.waku1{
	margin: 0;
	padding:0;
}


.waku1 .list{
	margin: 0;
	padding:0;
}
.waku1 .list .date{
	font-size: 100%;
	padding:0;
	text-align:right;
	font-weight:normal;
	background-color:none;
}
		


.waku1 .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;
}


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

.waku1 .list th{
	padding: 0 0em;
	margin: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%;
}
.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: 600px;
	}


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

.waku1 .list th.date{
	text-align: center;
	background-color:none;
}
.waku1 .list th.datekoen{
	text-align: right;
	font-size:105%;
	vertical-align:top;
	font-weight: bold;
	border-right:solid 1px #CCC;
}

.waku1 .list th.datekoen strong{
	font-size:115%;
}

.waku1 .list td.map{
	vertical-align:central;
	text-align:right;
}



.waku1 .list th.date .date{
	color: #444;
	text-align: left;
	margin: 0 2px 0 2px;
	padding: 0;
	-moz-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ddd;
	background: none;
	background: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	/background:  none;
	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;
}

.waku1 .list td.title{
	margin: 0 0 0 0;
	padding:0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
	width:90%;
}

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


.content .waku1 .vision2015 h3 {
	font-size: 180%;
	letter-spacing: 0em;
}
.content .waku1 .vision2015 h4 {
	font-size: 180%;
	letter-spacing: 0em;
	border-bottom-width: 0px;
}	
.content .waku1 .vision2015 h5 {
	width:auto;
}
/* #photo
--------------------------- */
.content .waku1 td.listphoto{
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:2px;
 }
.content .waku1 td.listphoto div{
	padding:0;
	border:1px solid #ccc;
	overflow:hidden;
	width:70px;
	height:50px;
	margin:0px;
 }
 
 .content .waku1 td.listicon{
	width:50px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
 }
 
 .content .waku1  td.listicon img{
	width:48px;
	margin:0 0 0 0;
	padding:2px;
	text-align:right;
 }
  .content .waku1 td.listicon a img{
	border:none;
 }

/*アコーディオン*/
dl.accordion { width:100%; margin:0; padding:0px;}
dl.accordion .waku1 { padding:5px 5px 5px 5px; 
	-moz-border-radius:7px;
	border-radius:7px;
	}
 dl.accordion .waku1 h4{ margin:2px 0; line-height:1.2; border-bottom:0px;}
dl.accordion dt {
	background:url(../img2015/open.png) 2% center no-repeat,#EFEFEF;
	height:auto;
	padding:0 10px 0 50px;
	cursor:pointer;
	text-decoration:underline;
	font-size: 100%;
	color: #39F;
}
dl.accordion dt.open {
	background:url(../img2015/close.png) 2% center no-repeat,#EFEFEF;
	color: #FF7D13;
}
dl.accordion dd { background:#EEE; padding:2px 2px 2px 2px; line-height:1.5; display:none;}




/*FB＆twitterぼたん*/
#entrybutton{
display:inline;
	text-align:right;
	margin-right:10px;
}
#entrybutton ul{
	margin: 5px 15px 5px 5px;
}
#entrybutton ul li{
list-style:none;
float: right;
padding: 2px 2px;
}

#entrybutton ul li .twitter-share-button{
padding: 0 0 0 10px!important;
margin: 0!important;
width: 75px!important;
}


}

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




.fixed {
	display:none;
}
#footer{
	padding:8px 0 8px 0;
}


/* 共通
--------------------------- */

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


/*ボタン
--------------------------- */
.topentry{
		width:100%;
	margin: 0;
	padding: 0;
}

.topentry .button{
	margin: 5px;
	padding:10px 5px;
	border-radius: 20px;
	text-align: center;
		width:auto;
}
.topentry .button.floatRight{
	width:47%;
	float: right;
}
.topentry .button.floatLeft{
	width:47%;
	float: left;
}
.topentry .button a{
	color:#FFF;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

.topentry .button a:hover{
	color:#FFF;
	text-decoration: underline;
}
#right_contents .topentry .button a{
	color:#FFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

#right_contents .topentry .button a:hover{
	color:#FFF;
	text-decoration: underline;
}
.topentry .button.orange{
	background:#FF7D00;
}

.topentry .button.orange2{
	background:#F7921E;
}
.topentry .button.blue{
	background:#14AEB6;
}
.topentry .button.green{
	background:#22B573;
}


.koubo .waku1{
	border-radius: 20px;
	padding:15px;
}

/*==========================================
 スマホ 〜480
===========================================*/
@media screen and (max-width:639px) {
.koubo .waku1{
	border-radius: 15px;
	padding:10px;
}

.topentry .button.floatRight{
	width:92%;
	float: none;
}
.topentry .button.floatLeft{
	width:92%;
	float: none;
}
}

/* SNSボタン */
.container {
  position: relative;
	text-align: center;
}

.sns_btn {
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius:1.5em;
  box-shadow: 0 0.1875em 0.3125em 0 rgba(0, 0, 0, 0.35);
  margin:0.2em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}

.btn_facebook {
  background: #1379F3;
  
}

.btn_twitter {
  background: #1AA1F3;
 
}
.btn_X {
  background: #000;
 
}

.btn_line {
    background-color: #04C505;
 
}
.btn_insta {
    background-color: #FFF;
  
}

.btn_tiktok {
  background: #000;
 
}
.sns_btn i img{
	width:30px;
	height:30px;
}
.btn_insta i img{
	padding:10px;
}
.btn_line i img{
	padding:10px;
}
.btn_facebook i img{
	padding:7px 10px 13px 10px;
}
.btn_twitter i img{
	padding:10px;
}
.btn_X i img{
	padding:15px;
	width:20px;
	height:20px;
}
.btn_tiktok i img{
	padding:3px;
	width:40px;
	height:40px;
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
.sns_btn {
  margin:0.3em;
border-radius:1.5em;
}
}



/* ######################################################################################

　facebook埋め込み：レスポンシブ対応

###################################################################################### */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
.twitter-timeline
{
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:450px;
}
.instawaku
{
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
	overflow:hidden;
	
}
.snapwidget-widget{
	height:520px;
	overflow:hidden;
}

/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){

.twitter-timeline
{
    width:87%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:450px;
	overflow:hidden;
}
.instawaku
{
    width:87%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:450px;
	overflow:hidden;
}
.snapwidget-widget{
	height:400px;
	overflow:hidden;
}
}



.snsline{
	width:100%;
}
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	font-size: 150%;
	font-weight:normal;
    color: #00139D;
    line-height: 1.2;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #00139D;
}
/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	}
}


/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	}
}






.content .waku1 .seisaku8{
	margin:0 60px 0 60px;
}
.content .waku1 .seisaku82 img{
	width:80%
}

/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){
.content .waku1 .seisaku8{
	margin:0 0 0 0;
}
.content .waku1 .seisaku82 img{
	width:95%
}
}






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

	}




.bookline{
	width:100%;
}
.bookline ul li{
	list-style:none;
	float: left;
	width:45%;
	height:210px;
	border: 1px solid #CCC;
	padding:1%;
margin:1%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.bookline ul.profileline li{
	width:29%;
	height:330px;
}

/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){
	.bookline ul.profileline li{
	height:210px;
}
}



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

.gotop a:hover {
	background-color: #ee0000;
    color: #FFF !important;
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	.gotop{
    position: fixed;
	bottom: 0px;
	right: 15px;
	
}
.gotop a{
	display: block;
	width: 60px;
	height: 50px;
	padding: 5px 0;
	font-size: 75%;
	-moz-border-radius: 50px 50px;
	border-radius: 50px 50px;
	-moz-box-shadow: gray 0 0 3px;
	-webkit-box-shadow: gray 0 0 3px;
	box-shadow: gray 1px -1px 3px;
	text-decoration: none;
	margin-bottom: 20px;
	}

}

.gotop img{
	border:0px;
	}


a.button{
	background-color:#F44A7B; 
	color: #FFF;
	text-decoration: none;
	padding:10px; 
	border-radius:10px;
	margin:0px 7px 10px 7px; 
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
a:hover.button{
	background-color:#F44A7B; 
	color: #FFF;
	text-decoration: none;
	padding:10px; 
	border-radius:10px;margin:0px 7px 10px 7px; 
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
}

div.button{
	background-color:#F44A7B; 
	color: #FFF;
	text-decoration: none;
	padding:10px; 
	border-radius:10px;margin:0px 7px 10px 7px; 
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

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


