/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;	/* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* for ie5,6*/

/* Global ----------------------------------------------------------------- */

html {
	background: url(../images/bg.png) repeat-x;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.90em;
	line-height: 140%;
}
a { text-decoration: none; }
p { margin-bottom: 15px; }
strong, b { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }
em { font-style: italic; }
img {
	border: 0;
	vertical-align: bottom;
}
td { vertical-align: top; }
#container ul, #container ol {
    margin-bottom: 15px;
}
div.alpha ul > li {
	list-style-type: disc;
	margin-left: 25px;
}
div.alpha ol > li {
	list-style-type: decimal;
	margin-left: 30px;
}
/*#container ul li {
	list-style-type: disc;
	margin-left: 25px;
}
#container ol li {
	list-style-type: decimal;
	margin-left: 30px;
}*/

/* Layout ----------------------------------------------------------------- */

#header, #footer-inner, #container {
	width: 950px;
	margin: 0 auto;
}
#container {
	margin-bottom: 30px;
}
#header {
	height: 150px;
	margin-bottom: 20px;
	overflow: hidden;
}
#footer {
	background: #f0ece1;
	padding: 25px 0;
}
#footer-inner {
}
.alpha {
	width: 685px;
	float: left;
}
.alpha-inner {
	margin: 20px 0;
	line-height: 180%;
}
.beta {
	width: 240px;
	float: right;
}

/* Header ----------------------------------------------------------------- */

h1 {
	width: 440px;
	height: 110px;
	float: left;
}
div.header-menu {
	width: 380px;
	float: right;
}

.h-menu li,
.font-size li,
.menu li { float: left; }
.menu li a {
	background: url(../images/header/menu.png) no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}
.menu li a span{visibility:hidden;}
.menu a.menu1 { background-position: 0 0; }
.menu a.menu2 { background-position: -190px 0; }
.menu a.menu3 { background-position: -380px 0; }
.menu a.menu4 { background-position: -570px 0; }
.menu a.menu5 { background-position: -760px 0; }
.menu li a.menu1:hover { background-position: 0 -40px; }
.menu li a.menu2:hover { background-position: -190px -40px; }
.menu li a.menu3:hover { background-position: -380px -40px; }
.menu li a.menu4:hover { background-position: -570px -40px; }
.menu li a.menu5:hover { background-position: -760px -40px; }
ul.h-menu {
	background: url(../images/header/h-menu-bg.png) bottom no-repeat;
	width: 380px;
	height: 30px;
}
.h-menu li {
	line-height: 30px;
	margin-left: 40px;
}
.h-menu a {
	background: url(../images/arrow1.png) right no-repeat;
	padding-right: 10px;
	color: #FFF;
}
.h-menu ul {
	background: #960306;
	width: 430px;
	margin: 0;
	margin-left: -50px;
	padding: 15px; 
	display: none;
	position: absolute;
	z-index: 9999;
	opacity: 0.9;
	border-radius: 10px;
}
.h-menu ul a {
	border-bottom: 1px solid #960306;
}
.h-menu ul a:hover {
	border-bottom: 1px solid #FFF;
}
ul.h-menu_p1 {
	margin-left: -255px;
}
ul.h-menu_p2 {
	margin-left: -350px;
}
.h-menu ul li {
	width: 200px;
	margin: 0;
}
ul.font-size {
	width: 155px;
	margin-top: 15px;
	float: right;
}
ul.font-size .font-size-txt,
.font-size a {
	background: url(../images/header/font-size.png) no-repeat;
	margin-left: 5px;
	display: block;
	overflow: hidden;
}
.font-size-txt {
	width: 76px;
	height: 31px;
}
.font-size-txt span { visibility: hidden; }
.font-size a {
	width: 31px;
	height: 31px;
}
.font-size a.mid {
	background-position: -76px -31px;
}
.font-size a.mid span{ visibility: hidden; }
.font-size a.big {
	background-position: -107px 0;
}
.font-size a.big span { visibility: hidden; }
.nav {
	background: #5e8c4a;
	padding: 1px 6px;
	font-size: 10px;
	color: #FFF;
}
.nav a { color: #FFF; }

/* Footer ----------------------------------------------------------------- */

p.backtop {
	margin-bottom: 0;
	text-align: right;
}
.backtop a {
	background: url(../images/arrow5.png) right no-repeat;
	padding-right: 15px;
	color: #9a071b;
}
div.add {
	float: left;
}
.add h5 {
	margin-bottom: 4px;
	font-size: 1.3em;
	font-weight: bold;
}
div.f-menu {
	margin-bottom: 15px;
	float: right;
}
.f-menu ul {
	margin-left: 80px;
	float: left;
}
.f-menu ul li {
	margin-top: 10px;
}
.f-menu a {
	background: url(../images/arrow3.png) left no-repeat;
	padding-left: 18px;
	color: #000;
}
.f-menu a:hover {
	text-decoration: underline;
}
.copy {
	text-align: right;
	font-size: 0.9em;
	color: #666;
}
.copy a {color:#666;}

/* font ------------------------------------------------------------------- */

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.red { color: #F00; }
.green { color: #390; }
.blue { color: #03F; }
.alpha-inner a {
	text-decoration: underline;
	color: #9a071b;
}

/* img -------------------------------------------------------------------- */

img.img-left {
	margin: 0 15px 15px 0;
	float: left;
}
img.img-right {
	margin: 0 0 15px 15px;
	float: right;
}

/* Table ------------------------------------------------------------------ */

table.table1 {
	background: #CCC;
	border-spacing: 1px;
	margin-bottom: 15px;
}
.table1 td, .table1 th {
	background: #FFF;
	padding: 6px 10px;
}
.table1 .td1 {
	background: #5e8c4a;
	color: #FFF;
}
.table1 .td2 {
	background: #f0ece1;
}
.table1 .td3 {
	background: #fcf5c4;
}
.table1 .td4 {
	background: #FAFAFA;
}
.table1 .td5,
.table2 .td5 {
	background: #EEE;
}

table.table2 {
	background: #CCC;
	border-spacing: 1px;
	margin-bottom: 20px;
}
.table2 td, .table2 th {
	background: #FFF;
	padding: 3px 10px;
}

/* List ------------------------------------------------------------------- */

#container ul.list1{margin-bottom:15px;}
#container ul.list1 li {
	background: url(../images/arrow4.png) 0 0.7em no-repeat;
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
}
#container ol.list2 li {
	list-style-type: decimal!important;
	margin-left: 22px!important;
}
#container ul.list3 li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 0;
}
#container ul.list3 li a {
	background: url(../images/arrow2.png) left no-repeat;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-size: 1.1em;
	display: block;
}
#container ul.list3 li a:hover {
	border-bottom: 1px solid #CCC;
}
#container ul.list3 li a.open_more {
	background: url(../images/arrow6.png) left no-repeat;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-size: 1.1em;
	display: block;
}
#container ul.about-sub {
	margin-left: 30px;
}
#container .list3 .about-sub a {
	background: url(../images/arrow7.png) left no-repeat;
	padding: 5px 20px;
}

ol.list4{
    position: relative;
    margin:0px 0px 5px 20px;
}
ol.list4 li.circle{
    list-style: none!important;
    list-style-position:outside;
    margin:0;
    padding-left:1.3em;
}
ol.list4 li.circle span {
    position: absolute;
    left:0;
    margin:0;
}
/*IE6*/
*html ol.list4 li.circle span{left: -1.3em;}

/* Box -------------------------------------------------------------------- */

blockquote {
	background: #fcf8eb;
	border: 1px solid #dccca1;
	margin-bottom: 15px;
	padding: 15px;
}
blockquote h5 {
	font-weight: bold;
}

/* Title ------------------------------------------------------------------ */

.page-title {
	background: url(../images/title/tilte-bg.jpg) no-repeat bottom;
	border-bottom: 1px solid #CCC;
	padding: 23px 220px 23px 0px;
	font-size: 1.8em;
	font-weight: bold;
	line-height:1.3em;
}
.midashi1 {
	background: #f0ece1;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.midashi2 {
	background: url(../images/title/midashi2-bg.png) bottom repeat-x;
	margin-bottom: 15px;
	padding: 8px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #960307;
}
.midashi3 {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.midashi4{font-weight: bold;}

/* Side ------------------------------------------------------------------- */

.banner div { margin-bottom: 10px; }
.banner a { display: block; }
#container ul.side-menu {
	background: url(../images/side/side-bg.png) repeat-y;
	width: 239px;
	margin-bottom: 0;
	padding: 20px 0 20px 1px;
}
.side-menu li {
	border-top: 1px dotted #999;
	border-bottom: 1px solid #FFF;
}
.side-menu li a {
	background: #FFF;
	padding: 12px 10px 8px 10px;
	color: #000;
	display: block;
}
.side-menu li a:hover {
	background: url(../images/side/side-menu-bg.png) 0 1px no-repeat;
}

/* Cal -------------------------------------------------------------------- */

#cal {
	margin-top: 15px;
}
#cal table {
	width: 240px;
}
#cal th, #cal td {
	padding: 4px 5px 2px 5px;
	text-align: center;
	font-size: 0.8em;
}
#cal a {
	text-decoration: underline;
	color: #960307;
}
#cal h5 {
	background: #960307;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#cal select {
	width: 240px;
}

/* container -------------------------------------------------------------- */

div#slideshow {
	height: 300px;
	position: relative;
}
#slideshow img {
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	position: absolute;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active { z-index: 9; }

.main-image img {
/*	position: relative;*/
}
.main-image ul {
    width: 380px;
    transform: scale(0.7);
    margin: -150px 0 0 570px;
	padding-bottom: 160px;
	position: relative;
	z-index: 8888;
}
.main-image ul li:nth-child(3) {
    clear: left;
}
*:first-child+html .main-image ul {
	padding-bottom: 0;
}
.main-image ul li {
	float: left;
}
.main-image ul li a {
	background: url(../images/main-image-menu.jpg) no-repeat;
	width: 180px;
	height: 60px;
	margin: 5px;
	overflow: hidden;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.main-image ul li a span{visibility:hidden;}
.main-image a.m-menu1 { background-position: 0 0; }
.main-image a.m-menu2 { background-position: -180px 0; }
.main-image a.m-menu3 { background-position: -360px 0; }
.main-image a.m-menu4 { background-position: -540px 0; }
.main-image a:hover.m-menu1 { background-position: 0 -60px; }
.main-image a:hover.m-menu2 { background-position: -180px -60px; }
.main-image a:hover.m-menu3 { background-position: -360px -60px; }
.main-image a:hover.m-menu4 { background-position: -540px -60px; }
div.pagenate {
	margin-top: 15px;
}
.pagenate span, .pagenate a {
	padding: 2px 5px;
}
.pagenate span {
	border: 1px solid #DDD;
}
div.topic {
	background: url(../images/index/topic-bg.png) repeat-y;
	margin-bottom: 30px;
}
.topic h3 {
	padding: 8px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.topic h3 a {
	color: #9A071B;
	text-decoration: underline;
}
div.topic-dat {
	background: #f0ece1;
	margin-top: 2px;
	padding: 4px 5px;
}
.topic-thumb {
	background: #FAFAFA;
	width: 201px;
	height: 134px;
	overflow: hidden;
}
.topic a {
	text-decoration: none;
}
ul#entry-list { margin-bottom: 25px; }
#entry-list li {
	border-bottom: 1px dotted #DDD;
	margin-left: 0;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
#entry-list span {
	background: url(../images/arrow2.png) left no-repeat;
	width: 120px;
	padding-left: 14px;
	display: block;
	float: left;
}
#entry-list p {
	margin-bottom: 0;
	width: 530px;
	float: right;
}
#entry-list a {
	line-height: 160%;
	text-decoration: underline;
	color: #9a071b;
}
.entry-day {
	margin-bottom: 15px;
	text-align: right;
}
.sns-btn{
	margin-bottom: 2px;
	clear: both;
}
.sns-btn li{
	float: left;
	margin-right: 10px;
}
.btn-b { width: 65px; }
.btn-tw { width: 100px; }
.btn-g { width: 90px; }
.btn-fb { width: 105px; }
div.urgent {
	background: url(../images/index/urgent-bg.png) no-repeat;
	width: 685px;
	margin-bottom: 10px;
}
.urgent p {
	margin: 0 10px 0 125px;
	padding: 10px 0;
}
.urgent p span { padding-right: 15px; }
.urgent a {
	color: #9A071B;
	text-decoration: underline;
}
div.recruit {
	background: url(../images/index/recruit-bg.png) no-repeat;
	width: 685px;
	margin-bottom: 15px;
}
.recruit p {
	margin: 0 10px 0 125px;
	padding: 10px 0;
}
.recruit a {
	font-weight: bold;
	color: #133f00;
	text-decoration: underline;
}
div.other {
	width: 685px;
	margin-bottom: 15px;
}
.other p {
	padding: 0 0 10px 0;
}
.other a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.tab-contents ul{margin:0 !important; padding:0 !important;}
.tab-contents li{list-style:none !important; margin-left:0!important;}

.tab-contents .tab{overflow:hidden;}
.tab-contents .tab li{padding:0; float:left; margin:0; cursor:pointer;}
.tab-contents .tab li .select {background:#f0ece1;}
.tab-contents .content li{padding:0;}
.tab-contents .hide {display:none;}
#container ul.sgh-menu {
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
}
#container .sgh-menu li {
	list-style-type: none;
	margin: 0;
	float: left;
}
.sgh-menu li a {
}
/*after-school部活動エントリー内 ----------------------------------------------*/
.tableAs table, .tableAs table td, .tableAs table th, .tableAs table td.td1 {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.tableAs table {
	border-collapse: collapse;
	margin-bottom: 16px;
}
.tableAs table th, .tableAs table td, .tableAs table .td1 {
	padding: 8px;
}
.tableAs table th {
	background-color: #f5f5f5;
	text-align: left;
}
.tableAs table .tdw {
	background: #fff;
}
.tableAs table .td1 {
	background: #d4effc;
}
.tableAs table .td2 {
	background: #ffe9f3;
}