@charset "UTF-8";

/*記事に関するスタイルシート（PC／印刷共通）*/

/*BASIC
--------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

ol,ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 20px 0px 5px;
	color: #146bb4;
}

dd {
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px 10px 20px;
}


/*CONTENTS-TEXT
--------------------------------------------*/

h1 {
	color: #666;
	font-size: 16px;
}

h2 {
	color: #003399;
	font-size: 18px
	margin-bottom: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h3 {
	color: #C00;
	font-size: 16px;
	margin: 50px 0px 20px;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #172a88;
	border-left: 5px solid #172a88;
}

h3#topics {
	display: none;
}

h4 {
	color: #666;
	font-size: 14px;
	margin-top: 30px;
	border-bottom: 1px dotted #666;
}

.lead {
	color: #339;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px;
	font-weight: normal;
	border: 1px dotted #339;
}

.note {
	color:   #f00;
	font-size: 10px;
	font-weight: normal;
}

.supp {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

.date {
	color:   #666;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

p.attention,
span.attention {
	color: #c00;
	font-weight: bold
}

span.caption {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

span.tel {
	color: #999;
	font-size: 18px;
	font-weight: bold;
}

p.comingsoon {
	color: #c00;
	font-weight: bold;
	padding: 50px 0px 300px;
}

.sign {
	color: #666;
	font-size: 12px;
	text-align: right;
}

.confirm {
	text-decoration: underline;
	background-color: #FF6;
}

ul.calendar_ex {
	color: #666;
	font-size: 10px;
	line-height: 1;
	list-style-type: none;
	padding: 0px;
}

ul.calendar_ex li {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px solid #666;
}

ul.calendar_ex li:last-child {
	border-style: none;
	padding-right: 0px;
}

.ex_game {
	color: #322d87;
	font-size: 16px;
	vertical-align: middle;
}

.ex_event {
	color: #ae0e16;
	font-size: 16px;
	vertical-align: middle;
}


/*EDUCATION
--------------------------------------------*/

dl.education_banner {
	margin: 40px 0px 20px;
	border-top: 3px double #CCC;
	padding-top: 30px;
}

dl.education_banner dt {
	font-style: normal;
	font-weight: bold;
	margin: 20px 0px 10px;
}

dl.education_banner dd {
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px 10px 20px;
	font-size: 12px;
}

dl.education_banner dd em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}

dl.education_banner a img {
	border-style: none;
}


/*FAQ
--------------------------------------------*/

dl.faq {
}

dl.faq dt {
	color: #c00;
	font-weight: bold;
	padding-top: 33px;
	background-image: url(../img_scheme/bullet_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

dl.faq dd {
	background-image: url(../img_scheme/bullet_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}


/*CONTACT
--------------------------------------------*/

ul.contact {
	margin: 0px 0px 50px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

dl.mail_form dd {
	margin-left: 0px;
}

dl.mail_form input[type="text"],
dl.mail_form textarea
{
	line-height: 1.5;
	background-color: #cce5ff;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 3px;
}

input[type="submit"] {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	background-color: #036eb8;
	border: none;
	padding: 5px 20px;
	margin: 2px 0px;
	border-radius: 6px;
}

input[type="reset"],
input.back[type="button"]
{
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #036eb8;
	background-color: #cce5ff;
	border: none;
	padding: 5px 10px;
	border-radius: 6px;
}


/*FORM
--------------------------------------------*/

form.info {
	background-color: #fff;
	text-align: center;
	width: 700px;
	margin: auto;
	padding: 20px 40px;
}

form.info table td {
	text-align: left;
}

textarea {
	line-height: 1.5;
}

.form1 {
	background-color: #f5f5f5;
	border: solid 1px #696969;
	width: 99%;
}

.form2 {
	background-color: #f5f5f5;
	border: solid 1px #696969;
}

.form1:focus,
.form2:focus
{
	background-color: #fff;
}

.button1 {
	font-weight: bold;
	padding: 2px 40px;
	font-size: 14px;
}

.button2 {
	color: #666;
	padding: 2px 10px;
	font-size: 14px;
}


/*CONTENTS-LAYOUT
--------------------------------------------*/


/* モダンブラウザ用clearfix
----------------------------------------------- */
.clearfix_contents:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

/* IE7用clearfix
----------------------------------------------- */
.clearfix_contents {
	min-height: 1px;
	vertical-align: top;
	position: relative;
	width: 680px;
	margin: 0px;
	padding: 0px;
}

/* IE6以前用clearfix
----------------------------------------------- */
* html .clearfix_contents {
	height: 1px;/* なおかつMac IE4,5用clearfix
----------------------------------------------- */
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/*EVENT
--------------------------------------------*/

table.box_info {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #999;
}

table.box_info th {
	font-size: 12px;
	font-weight:  normal;
	background-color: #339;
	margin: 0;
	white-space:  nowrap;
	padding:      2px 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #999;
}

table.box_info td {
	font-size: 12px;
	text-align:   left;
	margin: 0;
	padding:      2px 5px;
	border: 1px solid #999;
}

table.box_info td.date {
	text-align: center;
	white-space: nowrap;
	width: 80px;
}

table.box_info td.week {
	text-align: center;
	width: 20px;
	white-space: nowrap;
}

table.box_info td.title {
	width: 25%;
}

table.box_info td.comment {
}

table.box_info td.update {
	text-align: center;
	white-space: nowrap;
	width: 80px;
	font-size: 10px;
}


/*LIBRARY
--------------------------------------------*/

/*Win IE6ではfloatで指定した方向にmarginを指定すると2倍程度の余白になってしまうバグがあるので注意！*/
.col3_lib {
	width:      226px;
	float:      left;
	padding-bottom: 30px;
}

.col3_lib img {
	margin-bottom: 3px;
}

.col3_lib a
{
	font-weight:bold;
}

.col3_lib a img
{
	border-width: 1px;
	border-style: solid;
}

.lib_image img {
	border-style: none;
}


/*TABLE
--------------------------------------------*/

table.type1 {
}


table.type1 thead {
}

table.type1 tbody {
}

table.type1 th {
	font-size: 14px;
	border: 1px solid #999;
	text-align: left;
	padding: 2px 5px;
	white-space: nowrap;
}

table.type1 td {
	font-size: 14px;
	text-align: left;
	border: 1px solid #999;
	padding: 2px 5px;
}

table.member {
	width: 100%;
}

table.member th,
table.member td
{
	font-size: 14px;
	border: 1px solid #999;
}


table.member thead th {
	background-color: #CCC;
	white-space: nowrap;
	text-align: center;
}

table.member tbody th {
	background-color: #f5f5f5;
	text-align: left;
	white-space: nowrap;
	padding: 2px 15px;
	width: 20%;
}

table.member tbody td {
	padding: 2px 30px;
}

table.rank {
	width: 100%;
	background-color: #FFF;
}

table.rank th,
table.rank td
{
	font-size: 10px;
	border: 1px solid #999;
	padding: 2px 5px;
}


table.rank thead th {
	font-size: 10px;
	background-color: #f5f5f5;
	white-space: nowrap;
	text-align: center;
}

table.rank tbody th {
	white-space: nowrap;
	text-align: center;
}

table.rank tbody td {
}


table.rank2 {
	width: 680px;
	background-color: #FFF;
}

table.rank2 th,
table.rank2 td
{
	font-size: 10px;
	border: 1px solid #999;
	padding: 2px;
	text-align: center;
}


table.rank2 thead th {
	font-size: 10px;
	background-color: #f5f5f5;
	white-space: nowrap;
	text-align: center;
}

table.rank2 tbody th {
	white-space: nowrap;
	text-align: center;
}

table.rank2 tbody td {
}

/*ページ毎固有
--------------------------------------------*/

#catchcopy_education {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

/*Hamburger Menu
チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

