@charset "utf-8";
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通とスマートフォン向け
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #000;
    font-size: 18px;
  
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~
     ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
header {
	text-align: center;
}

header h1 {
	width: 90%;
	margin: 0 auto;
	padding: 15px 5px 7px 5px;
}
header h1 img {
	width: 100%;
	max-width: 640px;
}
header ul#s_nav {
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 10px;
}
header ul#s_nav li {
	float: left;
	position: relative;
	left: -50%;
}
header ul#s_nav li a {
	margin-right: 20px;
	padding-left: 20px;
}
header ul#s_nav li.contact a {
	background: url(../images/icon_contact.jpg) no-repeat left center;
}
header ul#s_nav li.sitemap a {
	background: url(../images/icon_sitemap.jpg) no-repeat left center;
}
header img {
	width: 100%;
	max-width: 960px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    グローバルナビゲーション
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

nav ul {
	margin-bottom: 10px;
}	
nav ul li {
	height: 30px;
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 20px;
	border-bottom: 2px solid #000;	
}
nav ul li a {
	color: #000;
	text-decoration: none;
}
nav ul li a:hover {
	font-weight: bold;
	color: #c96;
}
nav ul li:nth-child(odd) {
	width: 49%;
	border-right: 1px solid #000;
}	
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    コンテンツ
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents {
	margin-top: 30px;
}

	


/*~~~~~~~~~~~~~~~~~~~~~~~~~
    main
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents main#main {
	width: 100%;
	margin-top: 20px;
	margin-left: 5px;
/*    line-height: 1.5em; 
    letter-spacing: 2px */
}
p {
    margin: 0;
    font-size: 90%;
    line-height: 1.2;
}
	

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    article
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents main#main article {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}
div#contents main#main article h2 {
	font-size: 1.8em;
	margin: 0 5px 15px 0;
	padding-bottom: 10px
    line-height: 1.5em; 
}
div#contents main#main article h3 {
	font-size: 0.8em;
	margin-bottom: 20px;
}
div#contents main#main article > img {
	display: block;
	width: 85%;
	padding: 2px;
	border: 1px solid #000;
	border-radius: 2px;
	margin: 0 auto 20px auto;
}
div#contents main#main article p {
	width: 95%;
	font-size: 0.9em;
	margin: 0 auto 0 auto;
}
div#contents main#main article p img {
	float: right;
	width: 110px;
}
div#contents main#main article p a {
	margin-top: 10px;
	padding-left: 100%;
}

/* sinryo */
div#lead {
    line-height: 1.5em; 
    letter-spacing: 2px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~
    aside
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents aside {
	width: 400px;
	margin: 20px auto 60px auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
    information
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents aside section#information {
	border: 1px solid #000;
	border-radius: 7px;
}
div#contents aside section#information ul#sns {
	text-align: center;
	margin: 10x 5px 0 5px;
	padding-top: 10px;
}
div#contents aside section#information ul#sns li {
	display: inline;
	margin: 0 5px;
}
div#contents aside section#information ul#guide {
	margin: 10px 5px 0 5px;
}
div#contents aside section#information ul#guide li {
	height: 65px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #000;
}
div#contents aside section#information ul#guide li img {
	float: left;
	width: 75px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #000;
}
div#contents aside section#information ul#guide li p {
	font-size: 0.8em;
	line-height: 1.5em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    topics
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div#contents aside section#topics h3 {
	margin: 30px 0 20px 0;
	font-size: 1.5em;
}	
div#contents aside section#topics ul#diary li {
	margin: 0 0 15px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
div#contents aside section#topics ul#diary li p {
	height: 25px;
	font-size: 0.8em;
	padding: 12px 0 0 40px;
	background: url("../images/bird_1.gif") no-repeat;
	
	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    news
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents section.news {
	width: 93%;
	margin: 0 auto;
}
div#contents section.news h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
div#contents section.news article h3 {
	font-size: 0.8em;
	margin-bottom: 10px;
}
div#contents section.news article p {
	margin-bottom: 40px;
	font-size: 0.8em;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~
    footer
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    padding-top: 10px;
    text-align: center;
	border-top: 10px solid #000;
	font-size: 0.7em;
}

	


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PCおよび大型タブレット向け：769px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 769px) {
	header h1 {
		text-align: left;
		float: left;
		padding: 15px 5px 7px 5px;
		width: 50%;
	}
	header h1 img {
		width: 100%;
	}
	header ul#s_nav {
		float: right;
		margin-top: 40px;
		position: static;
	}
	header ul#s_nav li {
		float: left;
	}
	nav {
		border-bottom: 3px double #000;
		margin: 10px auto 15px auto;
	}
	nav ul li {
		width: 16%;
		border-bottom: none;
		border-right: 1px solid #000;
	}
	nav ul li:nth-child(odd) {
		width: 17%;
	}
	
	nav ul li:nth-child(1) {
		border-left: 1px solid #000;
	}
	div#contents main#main article > img {
		display: inline-block;
		width: 55%;
	}
	div#contents main#main article p {
		float: right;
		width: 40%;
		padding-right: 5px;
	}
	
	div#contents aside {
		height: 200px;
		width: 90%;
		margin: 20px auto 60px auto;
	}
	div#contents aside section#information {
		float: left;
		width: 300px;
		margin-left: 20px;
		margin-bottom: 60px;
	}
	div#contents aside section#topics {
		width: 300px;
		margin-top: 0;
		margin-right: 20px;
		float: right;
	}
	div#contents aside section#topics h3 {
		margin-top: 0;
	}
	div#contents section.news {
		clear: both;
	}
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC向け：961px以上では固定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media only screen and (min-width: 961px) {
	header {
		max-width: 960px;
		margin: 0 auto;
	}
	nav {
		max-width: 960px;
	}
	div#contents {
		max-width: 960px;
		margin: 0 auto;
	}
	div#contents main#main {
		width: 64%;
		float: left;
	}
	div#contents aside {
		width: 300px;
		float: right;
	}
	div#contents aside section#information {
		margin-left: 0;
	}
	div#contents aside section#topics {
		margin: 30px 0 0 10px;
		width: 290px;
		
	}
	div#contents section.news {
		width: 64%;
		float: left;
	}
}