@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*IE9未満用*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 


img {
	vertical-align: bottom;
	border: 0px;

}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	color: #7a6a56;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-image: url(images/bg_main.png);

}

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
/**	
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
**/
}


header{
	width: 100%;
	height: 220px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/bg_header_l.png), url(images/bg_header_r.png),  url(images/bg_top_center.png);
	background-position: left top, right top, center top;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

header h1{
	text-align: center;
	margin-top: 20px;
}


#container{
	width: 100%;
	background-color: #fffbf3;
}

nav{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

nav ul{
	width:1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}

nav ul li {
	float: left;
	width: 140px;
}

nav ul li.m_l{
	margin-right: 90px;
}

nav ul li.m_r{
	margin-left: 90px;
}

nav ul li a{
	width:140px;
	height:50px;
	margin-top: 25px;
	margin-bottom: 25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-size:cover;
}

nav ul li:nth-child(1){
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(1):hover{
	background-image: url(images/menu1_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(2){
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(2):hover{
	background-image: url(images/menu2_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3){
	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3):hover{
	background-image: url(images/menu3_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(4){
	background-image: url(images/menu4.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(4):hover{
	background-image: url(images/menu4_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(5){
	background-image: url(images/menu5.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(5):hover{
	background-image: url(images/menu5_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(6){
	background-image: url(images/menu6.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(6):hover{
	background-image: url(images/menu6_a.png);
	background-repeat: no-repeat;
}
	
#main {
	font-size: 15px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

article{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#PageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
  }
  
#pagetop{
	display: none;
}

.fuwafuwa {
	animation-name:fuwafuwa;
	animation-duration:2s;
	animation-iteration-count:infinite;
	/*animation-direction:alternate;*/
	animation-timing-function:ease;
	
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -15px);}
	100% {transform:translate(0, 0);}
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -15px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -15px);}
	100% {-moz-transform:translate(0, 0);}
}

#bottom{
	overflow: hidden;
}

#footer {
	width: 100%;
	background-color: #a2d844;
	position: relative;
	margin-top: 150px;

}

#footer p{
	padding-top: 150px;
	color: #fff;
}

#footer_absolute{
	position: absolute;
	bottom: 80px;
	margin: auto;
	left: 0;
	right: 0;
}

#footer_resp_absolute{
	display: none;
}

#address{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 999;
}

#footer_absolute img{
	width: 100%;
}

h2.outline{
	background-image: url(images/topImg1.png), url(images/topImg2.png), url(images/h2_outline.jpg);
	background-position: left top, left bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

h2.life{
	background-image: url(images/topImg1.png), url(images/topImg2.png), url(images/h2_life.jpg);
	background-position: left top, left bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

h2.news{
	background-image: url(images/topImg1.png), url(images/topImg2.png), url(images/h2_news.jpg);
	background-position: left top, left bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

h2.jouhou{
	background-image: url(images/topImg1.png), url(images/topImg2.png), url(images/h2_jouhou.jpg);
	background-position: left top, left bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

h2.blog{
	background-image: url(images/topImg1.png), url(images/topImg2.png), url(images/h2_blog.jpg);
	background-position: left top, left bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}


h3{
	background-image: url(images/bg_h3_l.png), url(images/bg_h3_r.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	margin-bottom: 15px;
}


/*スライダー*/
#sliderbox {
	position: relative;
}

#topImg1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

#topImg2{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

/*スライダー*/

#top_news{
	margin-top: 40px;
}

#top_news_contents{
	background-image: url(images/bg_top_news.gif);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -40px;
	box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
}

#top_news dl{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 4px #ccc inset;
	-moz-box-shadow: 2px 2px 4px #ccc inset;
	-webkit-box-shadow: 2px 2px 4px #ccc inset;
}

#top_news dl dt {
	float: left;
	clear: both;
	width:100px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-right: 30px;
	color: #F60;
	font-weight: bold;
}

#top_news dl dd {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted #a48b78;
}

#outline table{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 3px;
}

#outline th{
	padding: 8px 10px;
	background-color: #ffd773;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

#outline td{
	padding: 8px 10px;
	background-color: #fff;
	border: 1px dotted #ffd773;
}


#baseinfo a{
	font-weight: bold;
	color: #8c6239;
}

#map #googlemap iframe{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	width: 98%;
	height: 300px;
	border: 5px solid #ffd773;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#rinen p{
	float: left;
	font-size: 18px;
	line-height: 180%;
	margin-top: 20px;
}

#hoshin p{
	float: left;
	font-size: 22px;
	margin-top: 50px;
	margin-left: 80px;
	background: linear-gradient(transparent 50%, yellow 50%);
}

#hoshin figure img{
	width: 30%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#target table{
	width: 100%;
}

#target td{
	text-align: center;
	width: 33.3%;
	font-size: 20px;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 160px;
	font-weight: bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	-moz-text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	
	-webkit-text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

#target tr:nth-of-type(1) td:nth-of-type(1){
	background-image: url(images/bg_t1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
}

#target tr:nth-of-type(1) td:nth-of-type(2){
	background-image: url(images/bg_t2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
}

#target tr:nth-of-type(1) td:nth-of-type(3){
	background-image: url(images/bg_t3.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
}

#feature ul{
  counter-reset:li;
  list-style: none;
  padding:0;
  text-align: left;
  float: left;
  width: 65%;
}
#feature ul li{
  position: relative;
  padding-left: 40px;
  padding-bottom: 3px;
  margin: 20px 0;
}
#feature ul li:nth-child(4n+1){
  border-bottom:dashed 1px #FFA79F;
}
#feature ul li:nth-child(4n+2){
  border-bottom:dashed 1px #fbaf5d;
}
#feature ul li:nth-child(4n+3){
  border-bottom:dashed 1px #9FCDFF;
}
#feature ul li:nth-child(4n+4){
  border-bottom:dashed 1px #AFEBB6;
}
#feature ul li:before{
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -1px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#feature ul li:nth-child(4n+1):before{
  background: #FFA79F;
}
#feature ul li:nth-child(4n+2):before{
  background: #fbaf5d;
}
#feature ul li:nth-child(4n+3):before{
  background: #9FCDFF;
}
#feature ul li:nth-child(4n+4):before{
  background: #AFEBB6;
}

#feature figure{
	float: right;
	width: 30%;
}

#feature figure img{
	width: 90%;
	border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 2px 2px 4px #ccc;
  -moz-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;
}

#daily{
	background-image: url(images/bg_daily.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#daily p{
	margin-bottom: 20px;
}

#daily ul li{
	display: inline-block;
	width: 28%;
	vertical-align: top;
	padding: 10px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

#daily table{
	width: 90%;
	border-collapse: separate;

}

#daily th{
	width: 25%;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#daily ul li.under2 th{
	background-image: url(images/bg_under2.png), url(images/bg_under2_2.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	vertical-align: top;
}

#daily ul li.under2{
	background-color: #fff8dc;
}

#daily ul li.group1{
	background-color: #ffeef2;
}

#daily ul li.group2{
	background-color: #eefffc;
}

#daily ul li.group1 th{
	background-image: url(images/bg_group1.png), url(images/bg_group1_2.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	vertical-align: top;
}



#daily ul li.group2 th{
	background-image: url(images/bg_group2.png), url(images/bg_group2_2.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	vertical-align: top;
}

#daily ul li.group1 tr:last-child th{
	vertical-align: bottom;
	background-position: center bottom;
}

#daily ul li tr:last-child td{
	padding-bottom: 0px;
}

#daily td{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#event>section{
	margin-bottom: 50px;
}

#event table{
	float: left;
	width: 40%;
}

#event th{
	vertical-align: top;
	padding: 10px 0px;
	width: 30%;
}


#event ul li{
	border-bottom: 1px dotted;
	margin-bottom: 8px;
}

#event>section p{
	float: right;
	text-align: right;
	width: 60%;
}

#event>section p img{
	width: 90%;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#event #e_ill{
	text-align: right;
}

#event #others table{
	width: 100%;
}

#event #others th{
	width: 12%;
}

#news_letter ul{
	margin-top: 40px;
	margin-bottom: 40px;
}

#news_letter ul li{
	text-align: left;
	border-bottom: 4px dotted #FC0;
	background-image: url(images/list_letter.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-bottom: 30px;
}

#news_letter ul li a{
	text-decoration: none;
	color: #36F;
}

#news_letter ul li a:hover{
	text-decoration: underline;
}

#jouhou ul{
	margin-top: 40px;
	margin-bottom: 40px;
}

#jouhou ul li{
	text-align: left;
	border-bottom: 4px dotted #F99;
	background-image: url(images/list_jouhou.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-bottom: 30px;
}

#jouhou ul li a{
	text-decoration: none;
	color: #36F;
}

#jouhou ul li a:hover{
	text-decoration: underline;
}

#jouhou p{
	text-align: left;
	background-image: url(images/list_kujou.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#jouhou p a{
	color: #7a6a56;
}

#jouhou p a:hover{
	text-decoration: none;
	color: #604c3f;
}

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#blogside{
	float: left;
	width: 230px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-radius: 10px;
	border: 3px solid #FC0;
	background-color: #fff;
}

#blogside ul{
	width: 85%;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#blogside li{
	list-style: none;
	background-image: url(images/list_blog_category.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 3px dotted #F90;
	padding-left: 30px;
	padding-bottom: 3px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #36F;

}

#blogside li a{
	color: #36F;
}

#blogside li a:hover{
	color: #ff2400;
	text-decoration: none;
}

#blogmain {
	float: right;
	width: 720px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#blogtitle{
	margin-bottom: 10px;
	text-align: left;
	padding-top:20px;
	padding-bottom: 3px;
	padding-left: 50px;
	font-size: 20px;
	background-image: url(images/bg_blogtitle.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 4px dotted #8fc31f;
}

.blogkiji .blogdate {
	text-align: right;
	padding-right: 20px;
	padding-top:30px;
	font-weight: bold;
	background-image: url(images/bg_blogdate.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#blog .blogkiji {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #FC0;
}

#blog .blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


#blog .blogkiji ul {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;

}

#blog .blogkiji ul li {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;

}

#blog .blogkiji ul li img {
	width: 200px;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border: 5px solid #FFF;	
}

#blog p{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/list_blog_pdf.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#blog p a{
	color: #7a6a56;
}

#blog p a:hover{
	text-decoration: none;
}

#blog .blogPage{
	margin-top: 50px;
}

#blog .blogPage ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 18px;
}

#blog .blogPage ul li a{
	background-color: #F90;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#blog .blogPage ul li a:hover{
	background-color: #fc0;
}

#blog .blogPage ul li .active{
	background-color: #f15a24;
}


@media screen and (max-width:768px){

#system_main{
	width: 100%;
	height: auto;
	background-size: 50%;
}

header, #main, #container{
	width: 100%;
	height:auto;	
}

header{
	background-size: 35%, 35%, 100%;
	background-position: left top, right top, center bottom;

}

header h1{
	margin-bottom: 30px;
}

header h1 img{
	width: 340px;
}

#container{
	background-image: url(images/bg_main.png);

}


#main{
	padding-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 200px;	
}

nav{
	float:none;
	width:100%;
	margin-top: 20px;
	margin-bottom: 0px;
}

nav ul{
	width:100%;
	margin-bottom: 0px;
	background-image: none;
}

nav ul li{
	background-image:none;
	float:left;

}

nav ul li:nth-child(1){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;
}

nav ul li:nth-child(1):hover{
	background-image: none;
	
}
nav ul li:nth-child(2){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(2):hover{
	background-image:none;
}
nav ul li:nth-child(3){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(3):hover{
	background-image: none;
}

nav ul li:nth-child(4){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(4):hover{
	background-image: none;
}

nav ul li:nth-child(5){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(5):hover{
	background-image: none;
}

nav ul li:nth-child(6){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(6):hover{
	background-image: none;
}

nav ul li {
	font-size:90%;
	padding-top: 0em;
	margin-right: 0px;
	text-align: center;
	
}
nav ul li a{
	background-color: #ffa1a1;
	color: #fff;
	width: auto;
	height: auto;
	display: block;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 1px dashed #FFFFFF;
}
	
nav ul li a:hover{
	background-color: #89735b;
	color: #FFF;
	font-weight:bold;
}

article{
	width: 90%;
}

#ptb_slide{
	display: none;
}


#pt_resp #pagetop{
	margin-bottom: 0px;
}

#pagetop{
	position: absolute;
  	bottom: 0;
	right: 10px;
	display: block;
 	width: 100%;
 	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}
	

#footer_resp_absolute{
	display: inherit;
	position: absolute;
	bottom: 30px;
	margin: auto;
	left: 0;
	right: 0;
}

#footer_resp_absolute img{
	width: 100%;
}

#footer_absolute{
	display: none;
}

h2.outline{
	background-image: url(images/topImg2.png), url(images/h2_outline.jpg);
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2.life{
	background-image: url(images/topImg2.png), url(images/h2_life.jpg);
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2.preparing{
	background-image: url(images/topImg2.png), url(images/h2_preparing.jpg);
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2.jouhou{
	background-image: url(images/topImg2.png), url(images/h2_jouhou.jpg);
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2.blog{
	background-image: url(images/topImg2.png), url(images/h2_blog.jpg);
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

h3{
	background-size: 265px, 265px;
}

h3 img{
	width: 300px;
}
	

#topImg1{
	display: none;
}

#top_news{
	margin-top: 0px;
}

#top_news dl{
	width: 90%;
}


#map #googlemap {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap iframe{
	width: 100%;
}

#map img{
	width: 100%;
}

#rinen p{
	float: none;
	margin-bottom: 15px;
}

#hoshin p{
	margin-left: 20px;
}

#target td{
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 90px;
	vertical-align: top;
}

#feature figure img{
	width: 100%;
}

#guide p img{
	width: 100%;
}

#daily{
	background-size: 180px;
}

#daily p img{
	width: 100%;
}

#event table{
	width: 50%;
	margin-bottom: 20px;
}

#event>section p{
	width: 50%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#event td{
	padding-left: 10px;
}

#event #others td{
	padding-left: 20px;
}

#blogbox{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#blogside{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 10px;
}

#blogside .category{
	display: none;
}

#blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}


#blog .blogkiji ul li{
	width: 48%;
}

#blog .blogkiji ul li img {
	width: 95%;
}



}



@media screen and (max-width:480px){

#system_main{
	width: 100%;
	height: auto;
}

#container, #footer, #main{
	width: 100%;
	height: auto;	
}


header{
	width: 100%;
	height: auto;
	background-image: url(images/bg_header_l.png), url(images/bg_header_r.png),  url(images/bg_top_center_resp.png);
	background-position: left top, right top, center bottom;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 45%, 45%, 100%;
}

header h1{
	margin-top: 50px;
	margin-bottom: 100px;
}

header h1 img{
	width: 90%;
}


#main{
	padding-bottom: 30px;
}

#pt_resp #pagetop{
	margin-bottom: 20px;
}


#footer p{
	line-height: 100%;
	font-size: 12px;
}

#footer_resp_absolute{
	bottom: 120px;
}

#address{
	bottom: 20px;
}

#address img{
	width: 90%;
}

nav{
	padding-top: 0px;
	margin-top:  5px;
}

nav ul{
	padding-bottom: 0px;
}

h2.outline, h2.life, h2.preparing, h2.jouhou, h2.blog{
	padding-top: 30px;
	padding-bottom: 30px;
}

h2 img{
	width: 170px;
}

h3{
	background-position: center top, center bottom;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

h3 img{
	width: 75%;
}

	
#top_news_contents{
	margin-top: -35px;
	padding-left: 10px;
	padding-right: 10px;
}

#top_news dl{
	padding-left: 10px;
	padding-right: 10px;
}

#top_news dl dt {
	float: none;
	padding-left: 10px;
}

#outline th{
	white-space: normal;
}

#rinen p{
	font-size: 15px;
}

#hoshin p{
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
}

#hoshin figure img{
	width: 90%;
}

#target td{
	display: block;
	width: 90%;
	font-size: 20px;
	background-size: 60%;
	vertical-align: middle;
	padding-top: 90px;
	padding-bottom: 155px;

}

#target tr:nth-of-type(1) td:nth-of-type(1){
	background-size: 70%;
}

#target tr:nth-of-type(1) td:nth-of-type(2){
	background-size: 70%;
}

#target tr:nth-of-type(1) td:nth-of-type(3){
	background-size: 70%;
}

#feature ul{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

#feature figure{
	float: none;
	width: 100%;
}

#feature figure img{
	width: 90%;
}

#daily p img{
	width: auto;
}

#daily ul li{
	width: 90%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

#daily ul li:last-child{
	margin-bottom: 150px;
}

#event>section{
	margin-bottom: 20px;
}

#event table{
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


#event>section p{
	float: none;
	width: 100%;
	text-align: center;
}

#event th{
	width: 10%;
}

#event #others td{
	padding-left: 10px;
}

#blog .blogkiji{
	width: 90%;
}


#blog #blogtitle{
	font-size: 16px;
}

#blog .blogkiji ul li {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;

}

#blog .blogkiji ul li img {
	width: 90%;
}




	}
	
