@charset "UTF-8";

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


/*importはファイルの一番上に書かなければならない*/
@import url(unique20230109.css);


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


/* clearfix - IE8以降 */

.clearfix_contents:after,
.clearfix_contents:before
{
	display: table;
	content: " ";
}

.clearfix_contents:after {
	clear: both;
}


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

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

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;
	border-bottom: 1px dotted #666;
	margin-top: 30px;
}

h5 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.agree h5 {
	font-size: 12px;
}

.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;
}

div.agree {
	font-size: 12px;
	border: 1px solid #999;
	padding: 20px;
	height: 200px;
	overflow: scroll;
}


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

textarea {
	line-height: 1.5;
}

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

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


/*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 {
}
