@charset "utf-8";
@import url("reset.css");
/*
基本
*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: fixed url(../images/bck_sky.jpg) repeat-x 0 0 #C0F5F5;
}
a:link, a:visited {
	color: #4FB747;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.cap {
	display: block;
	background: url(../images/icon_star.png) no-repeat 0 center;
	height: auto;
	margin-bottom: 20px;
	line-height: 30px;
	padding-left: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #F3781F;
	clear: both;
	letter-spacing: 0.1em;
}
.cap2 {
	display: block;
	line-height: normal;
	font-size: 130%;
	font-weight: bold;
	color: #4FB747;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.cap2 span {
	font-size: 80%;
	font-weight: normal;
	margin-left: 1em;
}
.cap3 {
	display: block;
	line-height: normal;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
li .cap2 {
	margin-bottom: 5px;
}
.about_club .cap2 {
	text-align: center;
}
.container {
	width: 940px;
	margin: 0 auto;
}
.header {
	background: url(../images/bck_head.png) repeat-x 0 0;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.header .logo {
	width: 240px;
	height: 200px;
	float: left;
	margin-top: -20px;
}
.header img.chara {
	position: absolute;
	left: 300px;
	top: 10px;
}
.header h1 {
	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	padding-left: 290px;
	width: 650px;
}
.header h1, .header .inner {
	display: block;
	margin: 0 auto;
}
.header .inner {
	width: 940px;
	position: relative;
	height: 200px;
}
.content {
	float: left;
	margin-bottom: 20px;
	display: block;
}
.content p {
	line-height: 2;
	margin-bottom: 0.5em;
	font-size: 110%;
}
.content p strong {
	font-weight: bold;
}
.content p strong.num {
	color: #545454;
}
.num {
	font-family: Arial, Helvetica, sans-serif !important;
}
.content#top {
	width: 710px;
}
.content#lower {
	width: 670px;
	background-color: #FFF;
	padding: 20px 20px;
	min-height: 600px;
}
.content#lower>p {
	padding: 0 1em;
}
.sidebar {
	float: right;
	width: 200px;
}
.sidebar ul.banner li {
	display: block;
	margin-bottom: 12px;
}
.sidebar .club {
	display: block;
	margin-bottom: 10px;
}
.content ul, .content ol {
	line-height: 1.6;
}
.content ol.num, .content ol.num2, .content ul.circle {
	margin-bottom: 20px;
	list-style-position: outside;
	margin-left: 2.5em;
	display: block;
}
.content ol.num li, .content ol.num2 li, .content ul.circle li {
	margin-bottom: 0.5em;
}
.content ol.num {
	list-style-type: decimal;
}
.content ol.num2 {
	list-style-type: lower-alpha;
}
.content ul.circle {
	list-style-type: circle;
	display: block;
	clear: both;
}
ul.gNav {
	list-style: none;
	display: block;
	overflow: hidden;
	float: right;
	width: 700px;
}
ul.gNav li {
	float: left;
	display: block;
	overflow: hidden;
}
ul.sNav {
	list-style: none;
	display: block;
	overflow: hidden;
	float: right;
	width: 500px;
	margin-bottom: 20px;
}
ul.sNav li {
	float: left;
	display: block;
	overflow: hidden;
}
/*
フッター
*/
.footer {
	padding: 60px 0 30px 0;
	position: relative;
	clear: both;
	background: url(../images/bck_footer.png) repeat-x left top;
	overflow: hidden;
	height: auto;
}
.footer .inner {
	display: block;
	margin: 0 auto;
	width: 940px;
	position: relative;
	height: auto;
}
.mask {
	display: block;
	background: url(../images/bck_mask.png) repeat 0 0;
	color: #FFF;
	width: 640px;
	padding: 20px 20px;
	height: auto;
	line-height: 40px;
	border-radius: 7px;
}
.mask a {
	color: #fff;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*
サイドバー
*/
.side_sc,
.side_junior,
.side_club, .side_school {
	height: auto;
	margin-bottom: 15px;
}
.side_club {
	background-image: url(../images/2014/side_club.png);
}
.side_school {
	background-image: url(../images/2014/side_school.png);
}
.side_junior {
	background-image: url(../images/2018/side_junior.png);
}
.side_masters {
	background-image: url("../images/2021/side_masters.png");
}
.side_jyt {
	background-image: url("../images/2025/side_jyt.png");
}
.side_sc .inner,
.side_junior .inner,
.side_club .inner, .side_school .inner {
	height: 190px;
}
.side_sc ul,
.side_junior ul,
.side_club ul, .side_school ul {
	list-style: outside square;
}
.side_club ul {
	color: #4FB747;
}
.side_school ul, .side_school a {
	color: #E46A5B;
}
.side_junior ul, .side_junior a {
	color: #5B85E4;
}
.side_jyt ul, .side_jyt a {
	color: #F09702;
}
.side_masters ul, .side_masters a {
	color: #00b28e;
}
.side_sc li,
.side_junior li,
.side_club li, .side_school li {
	margin-left: 1.5em;
	list-style: outside square;
	margin-bottom: 10px;
	float: none;
}
.side_vlnt {
	background-image: url(../images/side_volunteer.png);
	height: auto;
	font-size: 90%;
	line-height: 1.6;
}
/*
TOPページ
*/
.side_sc,
.top_schedule, .top_news, .top_event, .side_club, .side_school, .side_junior, .side_vlnt {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 45px 0px 0px;
	position: relative;
	overflow: hidden;
}
.top_schedule a.next, .top_news a.next, .top_event a.next {
	position: absolute;
	top: 18px;
	display: block;
	width: 120px;
	right: 10px;
	text-indent: -9696px;
}

.side_sc .inner,
.top_schedule .inner, .top_news .inner, .top_event .inner, .side_club .inner, .side_school .inner, .side_junior .inner, .side_vlnt .inner {
	display: block;
	background-color: #FFF;
	padding: 10px;
	width: auto;
	font-size: 100%;
	overflow: auto;
}
.top_schedule .inner, .top_news .inner, .top_event .inner, .side_vlnt .inner {
	margin: 0 10px 10px 10px;
}
.side_sc .inner,
.side_club .inner, .side_school .inner, .side_junior .inner {
	margin: 0 10px 0px 10px;
}
.top_about {
	width: auto;
	height: 165px;
	background: url(../images/top_about.png) no-repeat 0 0;
	padding: 20px 20px 0px 160px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.top_about p {
	line-height: 30px;
	font-size: 120%;
}
.top_about strong, .top_about img {
	line-height: normal;
	margin: 0;
}
.top_about .next {
	position: absolute;
	bottom: 18px;
	right: 25px;
}
/* top_schedule */
.top_schedule {
	height: auto;
	width: 300px;
	display: block;
	margin-bottom: 20px;
}
.side_sc .foot {
	font-size: 0.9rem;
}
.side_sc .foot,
.top_schedule .foot {
	clear: both;
	margin: 5px 10px;
	text-align: right;
	font-weight: bold;
}
.side_sc .foot a,
.top_schedule .foot a {
	color: #fff;
	text-decoration: none;
}
.side_sc .foot a:hover,
.top_schedule .foot a:hover {
	text-decoration:underline;
}
.top_schedule1 .inner {
	border-top: 0px solid #fff;
}
.top_schedule .tab_con {
	padding: 0;
}
.top_schedule .tabNav {
	padding: 0;
	margin: 5px 10px 0px 10px;
	overflow: hidden;
}
.top_schedule .tabNav li {
	margin-right: 4px;
}

.top_schedule .tabNav li a {
	font-weight: bold;
	padding: 0 13px;
	line-height: 36px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom: 0;
	
	color: #fff;
	background-color: #F36C12;/*#EF933E*/
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
 }
.top_schedule .tabNav li a.active {
	background-color: #ffeccb;
	color: #F36C12;
	border-left: #ffeccb 1px solid;
	border-top: #ffeccb 1px solid;
	border-right: #ffeccb 1px solid;
}

.top_schedule1 {
	background-image: url(../images/2017/top_sche_clubevent.png);
}
.top_schedule2 {
	background-image: url(../images/2018/top_sche_chotai.png);
	clear: left;
}
.top_schedule .inner {
	height: 400px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
.top_schedule .inner iframe {
	margin: -10px 0 0 -10px;
}
.top_news {
	background-image: url(../images/2014/top_news.png);
	float: right;
	height: auto;
	width: 380px;
	margin-bottom: 20px;
}
.top_news .inner, .top_event .inner {
	height: 220px;
}
.top_news .inner li, .top_event .inner li {
	border-bottom: 1px dotted #cacaca;
	padding-bottom: 0.7em;
}
.top_event {
	background-image: url(../images/2014/top_event.png);
	float: right;
	height: auto;
	width: 380px;
	clear: right;
	margin-bottom: 20px;
}
#top .inner li {
	margin-bottom: 0.7em;
	display: block;
	color: #555;
}
#top .inner li .category {
	display: block;
	line-height: 18px;
	font-size: 85%;
	float: left;
	color: #FFF;
	margin-right: 7px;
	width: 60px;
	text-align: center;
	overflow: hidden;
}
.top_news .category {
	background-color: #A3D900;
}
.top_event .category {
	background-color: #E6AE09;
}
#top .inner li a {
	display: block;
	margin-top: 5px;
}
.top_bn {
	display: block;
	float: right;
	clear: right;
	margin-bottom: 20px;
	width: 380px;
}
/* start 20170803 LASSIC Added */
.top_sponsor {
	background-color: #9246ab;
	border-radius: 10px;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	width: 710px;
}
.top_sponsor_title {
	background-color: #9246ab;
	margin: 8px 10px 6px;
}
.top_sponsor_inner {
	margin: 0px 10px 10px 10px;
	background-color: #fff;
	overflow: auto;
}
p.sponsor_bn {
	float: left;
	margin: 15px 0px 15px 0px;
}
p.sponsor_bn a {
	margin-left: 15px;
}
/* end 20170803 LASSIC Added */
/*
ソーシャルボタン
*/
.sns {
	display: inline-block;
	height: 30px;
	width: 230px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	text-align: right;
	/* [disabled]overflow: hidden;
*/
	vertical-align: bottom;
}
.sns .twitter {
	float: left;
	width: 100px;
	height: 30px;
	/* [disabled]overflow:hidden;
*/
}
.sns .facebook {
	float: left;
	width: 115px;
	height: 25px;
	line-height: 20px;
	/* [disabled]overflow: hidden;
*/
}
/*
下層ページ
*/

.pan_list {
	display: block;
	padding: 15px 0px 10px 20px;
	border-bottom: 1px dotted #4FB747;
	width: 690px;
	background-color: #FFF;
	color: #8A8A7B;
}
#lower .list_box > div {
	display: block;
	border: 1px solid #A3D900;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
#lower .list_box p, #lower .list_box ul, #lower .detail_box ul {
	display: block;
	/* [disabled]color: #555;
*/
}
#lower .list_box .cont {
	padding: 12px 0px 12px 12px;
}
#lower .list_box p {
	line-height: 1.6;
	margin-bottom: 0.5em;
    word-break: break-all;
}
#lower .tab_con.half .list_box p, #lower .tab_con.half .list_box ol {
	font-size: 95%;
}
#lower .tab_con .list_box ol {
	line-height: normal;
	padding-top: 20px;
}
#lower .list_box ul {
	padding: 0px 12px 0px 12px;
	line-height: 1.6;
}
#lower .list_box ul {
	overflow: hidden;
	margin-top: 6px;
}
#lower .list_box2 ul {
}
#lower .list_box .activity {
	height: 250px;
	overflow: auto;
	padding: 12px;
	margin: -12px 0 0 0;
}
#lower .list_box ul li, #lower .list_box2 ul li {
	display: block;
	clear: left;
	overflow: hidden;
	color: #555;
	position: relative;
}
#lower .list_box ul li {
	margin-bottom: 15px;
	border-top: 1px dotted #cacaca;
	margin-top: -1px;
	padding-top: 9px;
}
#lower .list_box2 ul li {
	margin-bottom: 8px;
	padding-top: 20px;
	border-top: 1px dotted #cacaca;
	overflow: hidden;
	padding-bottom: 20px;
}
#top .inner li.end, #lower .list_box ul li.end, #lower .list_box2 ul li.end {
	border-bottom: none;
	margin-bottom: 0px;
}
#lower .list_box.half > div {
	border-top-left-radius: 10px;     /* 左上 */
	border-top-right-radius: 10px;    /* 右上 */
/*	width: 318px;*/
	width: 48%;
	float: left;
	margin: 0 20px 20px 0;
	min-height: 270px;
}
#lower div.list_box.half {
	overflow: hidden;
}
#lower .tab_con .list_box.half .cont {
	min-height: 200px;
}
#lower .tab_con .list_box div img.fltrt {
	width: auto;
	/* [disabled]margin-right: 0px;
*/
	height: auto;
	display: block;
}
#lower .tab_con .list_box div img.clear {
	margin-top: 0;
}
#lower .list_box.half div.end,
#lower .tab_con .list_box.half div img.end {
	margin-right: 0;
}
#lower .list_box div .title {
	display: block;
	background-color: #A3D900;
	color: #FFF;
	padding: 12px 14px;
	font-size: 110%;
	/* [disabled]margin-bottom: 12px;
*/
	line-height: 120%;
}
#lower .list_box figure.fltrt,
#lower .list_box div img.fltrt {
	margin: 12px 0 16px 12px;
	padding: 0;
	text-align: right;
}
#lower .list_box .next, #lower .list_box2 .next {
	/* [disabled]margin-bottom: 16px;
*/
	display: block;
	background-color: #FF9326;
	color: #FFF;
	/* [disabled]float: right;
*/
	clear: right;
	text-decoration: none;
	font-size: 110%;
	text-align: center;
	width: 111px;
	line-height: normal;
	position: absolute;
}
#lower .list_box .next {
	right: -1px;
	bottom: 15px;
	padding: 8px 10px 8px 10px;
}
#lower .list_box2 .next {
	right: -1px;
	bottom: 10px;
	padding: 5px 7px;
}
#lower .list_box .next {
	/* [disabled]margin-right: -1px;
*/
}
#lower table.detail {
	border: 1px solid #A3D900;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
#lower table.detail th {
	border: 1px solid #A3D900;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
	background-color: #FAFBF0;
	width: 35%;
}
#lower table.detail td {
	border: 1px solid #A3D900;
	border-collapse: collapse;
	padding: 10px;
}
#lower .btn_app {
	display: block;
	background: no-repeat 20px 10px #FF9326;
	color: #FFF;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 120%;
	margin: 30px 50px 20px 50px;
	text-align: center;
	font-weight: bold;
}
#lower .calendar {
	display: block;
	margin: 0 auto;
	width: 670px;
}/*
#lower .pagenavi {
	display: block;
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
}*/
#lower .about_club {
	overflow: hidden;
	margin-bottom: 30px;
}
#lower .about_club div {
	width: 48%;
	margin-bottom: 20px;
}
#lower .about_club ul {
	padding: 0 1.5em 0 2em;
}
#lower .about_club ul li {
	list-style: outside square;
	margin-bottom: 0.6em;
	line-height: 1.8;
	color: #555;
	font-size: 95%;
}
#lower .detail-L {
	float: left;
	width: 210px;
	margin-bottom: 20px;
}
.list_box div .thumbs {
	display: block;
	overflow: hidden;
	padding: 10px 14px 0px 14px;
}
.list_box div .thumbs, #lower .detail-L .thumbs {
	margin-top: 10px;
}
.list_box div .thumbs li, #lower .detail-L .thumbs li {
	float: left;
	width: 100px;
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
}
#lower .detail-L .thumbs li {
	width: 100px;
}
.list_box div .thumbs li {
	width: 140px;
}
.list_box div .thumbs li.end, #lower .detail-L .thumbs li.end {
	margin-right: 0;
}
#lower .detail-R {
	float: right;
	width: 440px;
	margin-bottom: 30px;
}
#lower .detail_foot {
	display: block;
	clear: both;
	overflow: hidden;
}
#lower .detail_foot p {
	color: #FF9326;
	text-align: center;
	line-height: normal;
}
#lower .detail_foot p.center {
	display: block;
	height: 2em;
	margin: 0px 50px;
	overflow: hidden;
	/* [disabled]padding: 0px 50px;
*/
}
#lower .list_box2 {
	clear: both;
	font-size: 95%;
}
#lower .blog_head {
	display: block;
	margin: -15px 0 30px 0;
	overflow: hidden;
}
#lower .blog_head img {
	display: block;
}
#lower .blog_entry {
	/* [disabled]min-height: 800px;
*/
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 8px;
	padding-top: 20px;
	border-top: 1px dotted #cacaca;
}
#lower .blog_date {
	display: block;
	/* [disabled]color: #555;
*/
	line-height: normal;
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: normal;
}
/* sitemap */
ul.sitemap {
	padding-left: 30px;
	line-height: 2.0;
	display: block;
	margin-bottom: 30px;
	padding-top: 0.5em;
}
ul.sitemap li {
	margin: 0 0 15px 0;
	list-style-type: none;
	font-size: 100%;
}
ul.sitemap li ul {
	padding: 15px 0 0 10px;
	background-image: url(../images/lineV.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.sitemap li ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	font-size: 100%;
	background-image: url(../images/lineH.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
ul.sitemap li ul li.last {
	background-image: none;
}
/*DL*/
dl.hol1, dl.hol2 {
	width: 90%;
	display: block;
	float: left;
	margin-bottom: 30px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.6;
}
dl.hol1 dt, dl.hol2 dt {
	float: left;
	width: 130px;
	clear: left;
	display: block;
	margin: 0px;
	text-align: center;
	padding: 15px 0 15px 0px;
}
dl.hol1 dd, dl.hol2 dd {
	width: auto;
	margin-left: 130px;
	display: block;
	background-color: #FFF;
	padding: 15px 0 15px 10px;
}
dl.hol1 dt, dl.hol1 dd {
	border-top: 1px solid #D2E778;
}
dl.hol1 {
	background-color: #E8F5E0;
	border-bottom: 1px solid #D2E778;
	border-left: 1px solid #D2E778;
	border-right: 1px solid #D2E778;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
dl.hol2 dt {
	padding: 10px 0;
}
dl.hol2 dd {
	padding: 10px 0 10px 15px;
}
/*table*/
table {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.6;
	margin-bottom: 20px;
}
table, table th, table td {
	border: 1px solid #D2E778;
}
table th, table td {
	padding: 0.65em 0.85em;
	letter-spacing: normal;
}
table tr {
}
table th {
	background-color: #E8F5E0;
	white-space: nowrap;
	text-align: center;
}
table td.nr {
	white-space: nowrap;
}
table td {
}
table strong {
	font-weight: bold;
}
table span {
	font-size: 85%;
}
/* tab */
.tabNav {
	overflow: hidden;
	position: relative;
}
.tabNav:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #A3D900;
	z-index: 1;
}
.tabNav:before {
	z-index: 1;
}
.tabNav li {
	float: left;
	margin-right: 0.35rem;
	line-height: normal;
}
.tabNav li a {
	display: block;
	padding: 12px 16px;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #eee;
	color: #555;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
    font-size: 105%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.tabNav li a.active {
	color: #FFF;
	background: #A3D900;
	border-color: #A3D900;
}
.tab_con {
	display: block;
	padding: 24px 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	clear: both;
	border: 2px solid #A3D900;
}
.confirm_box {
	display: block;
	padding: 10px;
	height: 200px;
	width: auto;
	overflow: auto;
	border: 1px solid #cacaca;
	font-size: 95%;
	margin-bottom: 20px;
}
.submit input {
	border: 1px solid #cacaca;
	background-color: #efefef;
	padding: 5px 30px;
	display: block;
	float: left;
	margin-right: 10px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
}
input.txt_box,  textarea.txt_box {
	border: 1px solid #cacaca;
	padding: 0.2em;
	background-color: #FFF;
	margin: 0;
}
.pagelink {
	display: block;
	margin: 40px auto;
}
.pagelink > ul {
	display: table;
	overflow: hidden;
}
.pagelink > ul li {
	display:table-cell;
	float: left;
	min-width: 33.333%;
}
.pagelink > ul li a {
	display: block;
	padding: 10px 20px 10px 30px;
	border-radius: 8px;
	text-decoration: none;
	margin: 0 7px 7px 0;
	line-height: normal;
	white-space: nowrap;
	text-align: left;
	background-color: #eee;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4FB747;
	background: url(../images/arrw_undr.png) no-repeat 10px center #A3D900;
}
.pagelink > ul li a:hover {
	background-color: #eee;
	color: #4FB747;
	border: 1px solid #4FB747;
}