﻿@charset "utf-8";



/*-------------------------------------------
 ボディ全体 
--------------------------------------------*/


body {
	line-height:170%;
	height:100%;
	font-size: 20px;
	color : #555;
	margin: 0;
	padding: 0;
	text-align:center;
	overflow-x:hidden;
    background-color: #f0f0e1;
	background-repeat:repeat-y, repeat-y;
	background-position:left,right;
	background-attachment:fixed,fixed;
}

a:link { text-decoration:none; color: #dda336;}
a:visited { text-decoration:none; color: #dda336;}
a:active { text-decoration:none; color: #dda336;}
a:hover { text-decoration:none; color: #FFE361;}


/* マウスオーバーで白半透明 */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a img{ border:0; }

header, nav, article, aside, section, footer {
    display:block;
}


img{
	max-width:100%;
}

@media only screen and (min-width: 480px){
	.sumaho{ display:none; }
}

/*-------------------------------------------
 メイン
--------------------------------------------*/

#main {
	width: 950px;
	margin:0 auto;
    padding: 20px 0 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #333333;
}

/*-------------------------------------------
 サイドバー
--------------------------------------------*/

aside{
	float:left;
	margin:8px 0;
	width:151px;
}

/*-------------------------------------------
 内容
--------------------------------------------*/

article {
	width: 780px;
	float:right;
}
section {
	margin-bottom:5px;
	text-align:justify;
	text-justify:distribute;
}

/*-------------------------------------------
 真ん中記事 
--------------------------------------------*/

#sec1 {
	width: 455px;
	height: auto;
	margin: 0 0 0 4px;
	padding: 0;
	text-align:left;
	float: left;
}

.chizu_size{
	width:100%;
	height:200px;
}

#sec1 .member {
    line-height: 1rem;
    margin: 0 5px 10px;
    float: left;
}

#sec1 .member-content {
    margin-top: 20px;
}

#sec1 .member p {
    margin: 0;
    padding: 0;
}

#sec1 .member a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

#sec1 .cheer {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffe361;
    padding: 10px 0 7px;
    border-radius: 5px;
    color: #333333;
    font-size: 16px;
}

#sec1 .cheer a {
    color: #333333;
    text-decoration: underline;
}

#sec1 .cheer a:hover {
    color: #003300;
    text-decoration: none;
}

/*-------------------------------------------
 右(youtube)など 
--------------------------------------------*/

#sec2 {
	width: 297px;
	height: auto;
	padding: 0;
	text-align:left;
	float: right;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------------------------
 更新履歴
--------------------------------------------*/

.koshinwaku{
	width:100%;
	height:160px;
}

/*-------------------------------------------
 ヘッダー
--------------------------------------------*/

header {
	width:100%;
	min-width:950px;
	height:380px;
	margin:0 auto;
    background-image: url(../img/header.png),
        linear-gradient(to bottom, #f0f0e1 91%, #002200 91%, #002200 97%, #f0f0e1 97%);
	background-position:50% 0%;
    background-repeat: no-repeat;
}


/*-------------------------------------------
 フッター
--------------------------------------------*/

footer {
	width:100%;
	min-width:950px;
	height:92px;
	margin:0 auto;
    background: #002200;
	clear:both;
	text-align: center;
}

.f_menu{
	margin: 0 auto;
	color: #fff;
}

.f_menu a{
	color: #fff;
}

.f_menu a:hover,.credit a:hover{
	color: #ccc;
}

#read_text{
	text-align: center;
	margin: 8px 0 7px 0;
}

#read_text, .credit{
	font-size:12px;
	line-height:110%;
    color: #eeffff;
}

.sumahono{ display:inline; }

/*---------------------------------------------------
　page top
----------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	font-size: 14px;
	z-index:100;
}
#page-top a {
    background: #333333 url(../img/pagetop.png) no-repeat;
	background-position:50% 50%;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height:80px;
	text-align: center;
	display: block;
	border-radius:40px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#page-top a:hover {
	text-decoration: none;
    background: #999999 url(../img/pagetop.png) no-repeat;
	background-position:50% 50%;
}


/*-------------------------------------------
 他
--------------------------------------------*/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  



/*-----------------------------------------------------下層ページ-----------------------------------------------*/


/*-------------------------------------------
 プロフィール
--------------------------------------------*/

dl.prof dt {
	float: left;
	margin: 0 0 5px;
	width: 80px;
	padding: 4px 0 5px 20px;
	color: #000;
	background: url(../img/j.png) no-repeat;
	background-position:0% 50%;
}

dl.prof dd {
	margin-bottom: 10px;
	margin-left: 100px;
    background: #f0f0ec;
	padding: 5px 8px;
	line-height:190%;
}
dl.prof dd ul {
    margin: 5px 10px 0 20px;
    padding: 0;
}
dl.prof dd ul li {
    margin-bottom: 10px;
}

/* プロフの年号の文頭そろえる */
.nengo {
	padding-left: 3.7em;
	text-indent: -3.7em;
}

#prof1 {
	width: 515px;
	height: auto;
	margin: -2px 10px 0 10px;
	padding: 0;
	text-align:left;
	float: left;
	text-align:justify;
	text-justify:distribute;
}

#prof2 {
	width: 232px;
	height: 550px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:left;
	float: right;	
	background: url(../img/profile/p.png) no-repeat;
}


ul.note01{

	margin:0;
	padding:0;
}

ul.note01 li{
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin:0;
	border-bottom:1px dashed #cccccc;
}


/*-------------------------------------------
 政策
--------------------------------------------*/

.polbox01{
	background-size:100% 100%;
	position:relative;
	padding: 0;
	margin:40px 20px;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:15px;
	line-height:180%;
}

.polbox01 ul li {
    margin-bottom: 20px;
}

.subtitle01{
}

.subtitle02{
    color: #002200;
	font-size:17px;
	font-weight: bold;
	margin-left:-5px;
}

/*-------------------------------------------
 ポスター掲示ご協力のお願い
--------------------------------------------*/

.keiji_poster {
    text-align: center;
    margin-top: 20px;
}

/*-------------------------------------------
 お問合せ　マップ
--------------------------------------------*/

#map01{
	width:35%;
	float:left;
}

#map02{
	width:64%;
	float:right;
}

.chizu_size02{
	width:100%;
	height:180px;
}

/*-------------------------------------------
 サイトマップ　リスト
--------------------------------------------*/

.sitemap ul {
	padding:0;
	margin:0
}

.sitemap ul li {
	list-style:none;
	margin:0px;
	padding:6px;
	border-top: 1px solid #eeeeee;
	font-size: 13px;
}
.sitemap ul li:first-child {
	border-top:none;}

.sitemap ul li a.komoku {
	position: relative;
	left:30px;
	width: 180px;
	margin:0 13px 0 0;
	padding: 0px;
	display:block;
	float:left;
	font-weight:bold;
}

.sitemap ul li span.point {
	color: red;
	position: absolute;
	margin:1px 0 0 0;
	display:block;
	float:left;
}

.sitemap ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.topBanner,
.topSns {
    width: 100%;
    margin-top: 10px;
}
.topBanner .left01 {
    width: 23%;
    padding: 0 1%;
    float: left;
}
.topBanner .left02 {
    width: 48%;
    padding: 0 1%;
    float: left;
}
.topBanner .left02 img {
    margin-bottom: 6px;
}
.topSns .left {
    width: 48%;
    padding: 0 1%;
    float: left;
}

.topBanner a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}