@charset "UTF-8";
/* ========BASIC======== */
html{
  overflow-y:scroll;
}
body{
  margin:0;
  padding:0;
  line-height:1.6;
  letter-spacing:1px;
  font-family:Verdana, Helvetica, sans-serif;
  color:#333;
  font-size:13px;
  background:#fff;
}
br{
  letter-spacing:normal;
}
a{
  color:#333;
  text-decoration:none;
}
a:hover{
  color:blue;
  text-decoration:none;
}
img{
  border:0;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/* ========スライドショー======== */

#slide {
width:580px;
height:435px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}

/* ========TEMPLATE LAYOUT======== */
#top{
  width:960px;
  margin:0 auto;
  background:#fff;
  border-top : 5px solid blue;
  border-bottom : 5px solid blue;
}
#header{
  position:relative;
  width:960px;
  height : 120px;
  background:#fff;
}
#menu{
  width:960px;
  background:#000;
}
#contents{
  clear:both;
  width:960px;
  margin-top:10px;
}
#main{
  float:left;
  margin:0 10px;
  width:580px;
}
#subL{
  float:left;
  width:180px;
}
#subR{
  float:left;
  width:180px;
}
#footer{
  position:relative;
  clear:both;
  width:960px;
}
/* 回り込み解除 */
#contents:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

div.news{
	margin:10px 0 0 0 ;
	
}

/* ========HEADER CUSTOMIZE======== */
#header h1{
  margin:0;
  padding:0 10px;
  font-size:24px;
  color:#000;
  line-height:80px;
}
#header h1 a{
  color:#000;
}
#header h1 a:hover{
  color:#ddd;
}
#header .logo{
  position:absolute;
  top:10px;
  left:0;
}
#header .pr{
  position:absolute;
  top:10px;
  right:0;
}
/* ========MENU CUSTOMIZE======== */
#menu ul{
  margin:0;
  padding:0;
  background:url("../images/bg_menu.gif") 0 50% repeat-x;
}
#menu li{
  float:left;
  color:#333;
  list-style-type:none;
}
#menu li a{
  display:block;
  margin-right:1px;
  padding:0 37px;
  line-height:2.5;
  color:#fff;
}
#menu li a:hover{
  color:#ddd;
}
/* 回り込み解除 */
#menu ul:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a{
  color : blue;
}
#main a:hover{
  text-decoration:underline;
}
#main h2{
  margin-bottom:5px;
  padding:2px 2px 2px 5px;
  font-size:15px;
  font-weight:bold;
  line-height:1.4;
  border-left:5px solid #000;
  background:url("../images/bg_h2.gif");
}
#main h3{
  margin-bottom:5px;
  font-size:13px;
  border-bottom:3px double #000;
}
#main h4{
  margin-bottom:2px;
  padding:3px;
  font-size:13px;
  line-height:1.4;
  background:#ddd;
}
#main h5{
  margin-bottom:2px;
  font-size:13px;
  line-height:1.4;
  border-bottom:2px solid #333;
}
#main h6{
  margin-bottom:2px;
  font-size:13px;
  line-height:1.4;
}
#main p{
  margin:0 0 1em 0;
  line-height:1.4;
}
#main dd{
  padding:0;
  margin:0 0 1em 1em;
  padding:3px;
  background:#f1f1f1;
}
#colum{
  float:left;
}
#facebook{
  width:285px; 
  float:left; 
  position:relative;
}
#instagram{
  width:285px;  
  /*margin-right:2px; */
  float:right;
}
#facebook p,
#instagram p{
  text-align:center; 
  border:3px #000 solid; 
  border-radius:5px;
}
#todo{
  width: 550px; 
  border:5px #06C solid; 
  border-radius: 10px;
  font-weight:bold;
  padding:10px;
}
div.snsimg{
	text-align:center;
}
/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section{
  background:#DEDDD0;
}
#subL h2{
  padding:3px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}
#subL ul{
  margin:0;
  padding:5px 0 1em 1em;
}
#subL li{
  margin:0;
  padding-left:18px;
  line-height:1.8;
  background:#DEDDD0 url("../images/bg_list.gif") 0 6px no-repeat;
  list-style:none;
}

#gcalendar{
  color:#03F;
}

 #kensakulink{
              padding: 0px;
              background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
              transition: .3s;
			  border: solid 2px;
			  border-radius: 3px;
			  text-align: center; 
            }
			a.kensakulink{
				color:white;
			}
            a.kensakulink:hover{
              background-position: -100% 0;
              color: #C1C1C1;
			  position: relative;
              top: 1px;
              left: 1px;
            }

/* ========subR CONTENTS CUSTOMIZE======== */
#subR .pr{
  margin:10px 0;
  text-align:center;
}
#subR h2{
  padding:3px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}
#subR ul{
  margin:0;
  padding:5px 0 1em 1em;
}
#subR li{
  margin:0;
  padding-left:18px;
  line-height:1.8;
  background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
  list-style:none;
}
p.bucho_img{
	margin:5px 0;
}
p.bucho{
	background:#0000ff;
	color:#fff;
	display:block;
	margin:0;
	text-align:center;
}
table.tb_bucho{
	margin:0 5px;
}
table.tb_bucho td{
	font-size:12px;
	vertical-align: top;
}
/* ========PAGETOP CUSTOMIZE========= */
#pageTop{
  padding:10px;
  text-align:right;
}
#pageTop a{
  padding:0 0 0 12px;
  background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright{
  padding:20px 0;
  text-align:center;
  font-style:normal;
  font-size:11px;
  border-top:1px solid #ccc;
}



table.todo_title_table{
	margin: 20px  0 0 0 ;
}

table.todo_contents{
	font-size:14px;
	margin:20px 0 20px 0;
}

p.todo_sub_title{
	padding: 0 0 0 8px;

}

p.todo_contents_box{
	padding: 0 0 0 24px;
	line-height:200px;
}

td.todo_title{
	font-size:26px;
	/*font-size:16px;*/
	/*style="font-weight:700;*/
}
td.todo_subtitle{
	font-size:26px;
	text-align:center;
}

p.red_font{
	color:red;
	float:left;
	width:450px;
	padding:0 0 0 8px ;
}

img.qr_img{
	float:left;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
a.btn-square-shadow{
  display: inline-block;
  background-color: #ed7320;
  color: #FFF !important;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  font-weight:bold;
  margin:0 0 10px 0;
  font-size:30px;
  border:2px solid #000;
  width:578px;
  line-height:100px;
  text-align:center;
}
a.btn-square-shadow:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}
img.poster{
	border:1px solid #888;	
}