@charset "Shift_JIS";
/*	スタイルシート　[ 鹿児島県市町村自治会館スマートフォン ]
=================================================================== */
/* 再定義 */
html {
	-webkit-text-size-adjust: none;
}
body {
	font: normal 90% "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	background: url(../images/bg-header.png) top repeat-x;
  font-size: 140%;
}
a:link {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	text-align: left;
	color: #004C66;
	padding: 0 0 0 1em;
}
h4 {
	font-size: 100%;
	margin: 10px 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
/* set image max width to 100% */
img {
	border: none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}
ul {
	margin: 5px 0;
	padding-left: 1em;
	list-style-position: inside;
}
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
#Container {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width: 98%;
	background: url(../images/bgLogo.png) 50% 5px no-repeat;
}
/*	ヘッダ枠組み
=================================================================== */
#pc {
	width: 100%;
	height: 20px;
}
#page-header {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#page-header h1 {
	width: 100%;
	margin: 29px 5px 25px;
	padding: 0;
}
/*	トップナビ枠組み
=================================================================== */
nav#page-nav {
}
nav#page-nav ul#global {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav#page-nav ul#global li {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	height: 44px;
	background-color: #D1EC7F;
}
nav#page-nav ul#global li a {
	color: #0079B1;
	font-size: 14px;
	line-height: 230%;
	display: block;
	padding: 6px;
	text-decoration: none;
	background: url(../images/naviLine.png) center repeat-x;
}
nav#page-nav ul#global li a span {
	background-color: #D1EC7F;
	width: 120%;
}
nav#page-nav ul#global li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00510B;
}
nav#page-nav ul#global li a:hover span {
	background-color: #00510B;
	width: 120%;
}
/*	コンテンツ枠組み
=================================================================== */
#Contents {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
/* h1 */
h1.page-title {
	color: #FFF;
	font-size: 18px;
	height: 34px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/bg-h1.png) center repeat-x;
}
/* h2 */
h2 {
	color: #CF6700;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px dotted #CF6700;
}
/* コンテンツナビ */
nav#contents-nav {
}
nav#contents-nav ul#cNavi {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 304px;
	text-align: center;
}
nav#contents-nav ul#cNavi li {
	float: left;
}
nav#contents-nav ul#cNavi li.cList1 {
	width: 146px;
	margin: 2px 3px 0;
}
nav#contents-nav ul#cNavi li.cList2 {
	width: 146px;
	margin: 2px 3px 0;
}
nav#contents-nav ul#cNavi li.cList3 {
	width: 100px;
	margin-left: 1px;
}
nav#contents-nav ul#cNavi li.cList4 {
	width: 100px;
	margin: 0 1px;
}
nav#contents-nav ul#cNavi li.cList5 {
	width: 100px;
	margin-right: 1px;
}
/* お知らせ */
section#newsArea {
}
section#newsArea h1 {
	color: #FFF;
	font-size: 16px;
	height: 34px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/bg-h1.png) center repeat-x;
}
section#newsArea dl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #00ACE6;
	background: url(../images/arrow.png) 95% 50% no-repeat;
}
section#newsArea dt {
}
section#newsArea dt span.cate {
}
section#newsArea dt span.date {
	padding-left: 1em;
	color: #6B0000;
}
section#newsArea dd a {
	color: #555555;
	text-decoration: none;
	display: block;
}
section#newsArea dd a:hover {
	color: #E99800;
}

/*	フッタ枠組み
=================================================================== */
#page-footer {
	margin: 0 auto;
	padding: 20px 10px;
	background: url(../images/bg-footer.png) bottom repeat-x;
}
div#fMark {
	float: left;
	width: 45px;
	height: 45px;
	padding-top: 3px;
}
div#footerAdd {
	color: #0079B1;
	font-weight: bold;
	padding-bottom: 10px;
}
div#footerAdd p {
	font-size: 130%;
}
div#footerAdd address {
	font-style: normal;
}
/*	パンくずリスト
=================================================================== */
ul#topicpath {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #dedede;
	height: 2.3em;
	width: auto;
}
 
ul#topicpath li {
	float: left;
	line-height: 2.3em;
	padding-left: .75em;
}
 
ul#topicpath li a {
	color: #555;
	text-decoration: none;
	display:block;
	padding:0 15px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}
 
ul#topicpath li a:hover {
	text-decoration: underline;
}
/*	学校紹介ページ
=================================================================== */
.copy {
	font-size: 120%;
	font-weight: bold;
	color: #FF6700;
}
/*	お知らせ
=================================================================== */
.newsBox {
	padding: 10px;
}
h2 span {
	display: block;
	margin-bottom: 5px;
}
/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
}
/* 日本語段落  */
.jpara {
	text-indent: 1em;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
.setLeft {
	float: left;
}
.setRight {
	float: right;
}
.v-middle {
	vertical-align: middle;
}
/*  */
.hrDisplay {
	display: block;
}
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceBottom15 {
	margin-bottom: 15px;
}
.spaceLeft05 {
	margin-left: 5px;
}
.spaceLeft10 {
	margin-left: 10px;
}
.spaceRight05 {
	margin-right: 5px;
}
.spaceRight10 {
	margin-right: 10px;
}
/* 色 */
.red {
	color: #DC0003;
}
.orange {
	color: #E88900;
}
.yellow {
	color: #F5E500;
}
.blue {
	color: #006EF1;
}
.green {
	color: #2EA000;
}
/* フォントサイズ */
.fontSmall {
	font-size: 80%;
}
.fontBig {
	font-size: 120%;
}
.fontBold {
	font-weight: bold;
}
/*  */
.ulSquare {
	list-style: square;
}
/* table */
table.table01 {
  width: 100%;
}
table.table01 tr td {
  padding: 3px;
}
table.thGreen {
	background-color: #ccc;
}
table.thGreen th {
	background-color: #A2FFAD;
	text-align: center;
}
table.thGreen td {
	background-color: #FFF;
}
table td.tdBlue {
	font-weight: bold;
	background-color: #99FFFF;
}
table.table_dotline {
	margin: 10px auto;
	width: 95%;
}
table.table_dotline th {
	background-color: #DEE6EE;
	border-bottom: #004C66 1px dotted;
	padding: 3px;
}
table.table_dotline td {
	border-bottom: #004C66 1px dotted;
	padding: 3px;
}
.line-right {
	border-right: #004C66 1px dotted;
}
.tdwidth3 {
	width: 3%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth40 {
	width: 40%;
}
.backToTop {
	text-align: right;
}
.backToTop a {
	color: #008AC4;
	text-decoration: none;
}
.backToTop a:hover {
	text-decoration: underline;
	color: #E57900;
}
.kakaku {
	color: #DC0003;
	font-weight: bold;
}