@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

body {
	background: #c1a87d;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #006855;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a {
	color: #009175;
}

a img {
	border:none;
}

a:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
text-decoration:underline;
}

a:focus {
   outline:none;
	-moz-outline-style: none;
}

.oneColFixCtr #container {
	width: 480px;
	background: #c1a87d;
	margin: 0 auto;
	border: none;
	text-align: left;
	padding: 0 15px;
}

.oneColFixCtr #mainContent {
	padding: 0;
}

h1 {
	background-image: url(image/pre_02_logo.png);
	background-repeat:no-repeat;
	width:450px;
	height:223px;
	text-indent:-9999px;
	margin:30px 0 0 0;
}

h2 {
	background-image: url(image/pre_01_yagouj.png);
	background-repeat:no-repeat;
	width:450px;
	height:50px;
	text-indent:-9999px;
	margin:25px 0 0 0;
}

#description {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin: 37px 0 35px 0;
    text-align: justify;
}

#infobox {
	border:#006855 1px solid;
	padding:6px;
	font-size:13px;
	line-height:18px;
	margin:20px 0 0 0;
}

#twbox_h {
	background-color:#9a8164;
	border:#9a8164 2px solid;
	padding:10px 10px 8px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size:15px;
	line-height:20px;
	color:#eee;
}

#twbox_b {
	margin-top:10px;
	background-color:#dabf8d;
	border:#9a8164 2px solid;
	padding:0px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

#map {
	width:450px;
	margin:0px 0 0 0;
	position:relative;
	line-height:19px;
	font-size:14px;
	border-top: 1px #006855 solid;
	border-bottom: 1px #006855 solid;
}

#twitter {
	margin-top: 30px;
	width:150px;
	height:21px;
	overflow:hidden;
}

#facebook {
	margin-top: 10px;
	width:150px;
	height:21px;
	overflow:hidden;
}

#copyright {
	margin: 40px 0 30px 0;
	width:100%;
	height:15px;
	font-size:12px;
	text-shadow:
	  -1px -1px 0px #c1a87d,
	  1px -1px 0px #c1a87d,
	  1px 1px 0px #c1a87d,
	  -1px 1px 0px #c1a87d;	
	  text-align:center;
}

#navi {
	margin:30px 0 30px 0;
	overflow:hidden;
	text-align:center;
	width:450px;
	height:55px;
	background-image:url(image/bg_navi.png);
	background-repeat:no-repeat;
}

#navi ul {
	display: flex;
	justify-content: space-around;
	list-style:none;
	margin-left:0;
	padding: 0 20px;
	margin-top:20px;
}

#navi ul li {
	text-align:center;
	margin:0 0 0 0;
	line-height:0px;
}

#navi ul li a {
	margin-top:1px;
	height:11px;
	padding:0 6px 0 6px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#c1a87d;
	display:block;
	border-bottom:#c1a87d 1px solid;
}

#navi ul li a span {
	display:block;
	margin-top:20px;
	font-size:9px;
	font-weight:bold;
}

#navi ul li a:hover {
	height:10px;
	color:#f3d49d;
	border-bottom-color:#c1fa00;
	border-bottom-style:solid;
	border-bottom-width:2px;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

h3 {
	margin:50px 0 10px 0;
	background-repeat:no-repeat;
	height:45px;
	width:450px;
	position:relative;
}

h3 span.none {
	display:none;
}

h3 a {
	position:	absolute;
	right:10px;
	bottom:8px;
	font-size:12px;
	text-decoration:none;
	display:block;
}

h3 a:hover span {
	color:#c1fa00;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

h3#access {
	background-image:url(image/h_access.png);
}

h3#twitr {
	background-image:url(image/h_twitter.png);
}

h3#menu {
	background-image:url(image/h_menu.png);
}

h3#topix {
	background-image:url(image/h_topix.png);
}

#topixbox,
#twitrbox,
#menubox {
	line-height:18px;
	font-size:13px;
}

#topixbox {
	height:500px;
	overflow-x:hidden;
	overflow-y:scroll;}


.tpxitem {
	overflow:hidden;
}

.tpxitem .date {
	display:block;
	width:450px;
	border-bottom: 1px #006855 solid;
}

.tpxitem p {
	margin-left:10px;
	margin-top:6px;
	margin-bottom:10px;
	float:left;
	width:275px;
}

.tpxitem img {
	float:right;
	width:120px;
	margin:6px 10px 10px 10px;
}

.ac_name {
	font-size: 1.05em;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.ac_address {
	margin: 0 0 20px 0;
}

.ac_address img {
	width: 12px;
    vertical-align: top;
    margin-right: 2px;
    margin-left: 4px;
}

#section_x {

}

#section_insta {
	padding: 30px 0 30px 0;
	width: 100%;
	text-align:center;
}
