@charset "utf-8";

/* CSS Document */

#main_unit {
	overflow: hidden;
}

.main_titile {
	background-color: #50719f;
	width: 100%;
	padding: 5px 0 3px;
	margin: 20px 0 20px;
	overflow: hidden;
}
h3 {
	color: #FFF;
	font-size: 1.2em !important;
	font-weight: bold !important;
	padding-left: 15px !important;
	border-left: none !important;
}
table {
	width: 100%;
}
.bold {
	font-weight: bold;
}
.main_box {
	margin: 0px 10px 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.main_box p.about {
	padding-bottom: 5px;
	font-size: 1.3em;
}

.arrows {
	width: 100%;
	text-align: center;
}


/*--　スクロールトップ　--*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	opacity: 0.7;
}
#page-top a {
	background: #6E7072;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 12px 0px 12px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/*--　マージン関係　--*/
.pd_bt7 {
	padding-bottom: 7px;
}

@media screen and (min-width: 768px) {
	.img_rwd {
		visibility: hidden;
	}
	.main_titile {
		background-color: #50719f;
		width: 960px;
		padding: 5px 0 3px;
		margin: 20px 0 20px;
	}	
}


/*--------------------------------------
  　　お問い合わせ
--------------------------------------*/
.contact_box {
	margin: 10px 5px 0;
}
.contact_box p {
	font-size: 1.0em;
	line-height: 1.8em;
}
.contact_box p.contact_notice {
	font-size: 1.0em;
	line-height: 1.2em;
}

/*--------------------------------------
  　　エントリーの流れ
--------------------------------------*/
.entry_table {
	width: 100%;
    margin: 1em auto;
	border: 1px solid #ccc;
}
.entry_table th {
	padding: 10px 10px;
	display:block;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #9fe9e3;
	border-bottom: 1px solid #ccc;
}
.entry_table td {
	padding: 7px 10px 10px;
	display:block;
}

@media screen and (min-width: 768px) {
	.entry_table th {
		padding: 10px 15px;
		font-size: 1.0em;
		font-weight: bold;
	}

}

.entry_prgrCup {
	background-color: #4bbcc0;
	padding: 15px 0;
	margin: 15px 20px 30px;
	overflow: hidden;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.entry_box{
	width: 100%;
	display: table;
	text-align: center;
	margin: 30px auto 30px;
	padding: 0 0 15px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

.entry_box ul {
}

.entry_box ul li.amaSing {
	/*padding-bottom: 10px;*/
	width: 80%;
	margin: 15px auto 15px;
	background-color: #34ad5d;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #257d44;
}
.entry_box ul li.proSing {
	/*padding-bottom: 10px;*/
	width: 80%;
	margin: 15px auto 15px;
	background-color: #a352b5;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #743981;
}
.entry_box ul li.amaPair {
	/*padding-bottom: 10px;*/
	width: 80%;
	margin: 15px auto 15px;
	background-color: #135ea8;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #0b3a65;
}
.entry_box ul li.amaSing a, .entry_box ul li.proSing a, .entry_box ul li.amaPair a, .fax_btn a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
}
p.apply {
	margin: 15px 0 0;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
		
	}

.fax_apply {
	margin: 20px auto 50px;
}	
.fax_apply .fax_btn {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #FF3500;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #a72300;
}

@media screen and (min-width: 768px) {
	.entry_box{
		width: 100%;
		display: table;
		text-align: center;
		margin: 15px auto 0;
		padding: 0 0 15px;
		background-color: #f4f4f4;
		border: 1px solid #ddd;
		position: relative;
		overflow: hidden;
	}
	.entry_box ul {
		float: left;
		left: 50%;
		position: relative;
	}
	.entry_box ul li.amaSing {
		float: left;
		width: 280px;
		margin-right: 10px;
		background-color: #34ad5d;
		text-align: center;
		line-height: 25px;
		box-shadow: 0px 5px 0px 0px #257d44;
		left: -50%;
		position: relative;
	}
	.entry_box ul li.proSing {
		float: left;
		width: 280px;
		margin-right: 10px;
		background-color: #a352b5;
		text-align: center;
		line-height: 25px;
		box-shadow: 0px 5px 0px 0px #743981;
		left: -50%;
		position: relative;
	}
	.entry_box ul li.amaPair {
		float: left;
		width: 280px;
		margin-right: 0;
		background-color: #135ea8;
		text-align: center;
		line-height: 25px;
		box-shadow: 0px 5px 0px 0px #0b3a65;
		left: -50%;
		position: relative;
	}
	.entry_box ul li.amaSing a, .entry_box ul li.proSing a, .entry_box ul li.amaPair a {
		display: block;
		color: #FFF;
		font-weight: bold;
		font-size: 1.2em;
	}
	p.apply {
		margin: 15px 0 0;
		color: #333;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	.fax_apply {
		margin: 20px auto;
	}
	.fax_apply .fax_btn {
	  width: 400px;
	  margin: 15px auto 15px;
	  background-color: #FF3500;
	  text-align: center;
	  border-radius: 5px;
	  box-shadow: 0px 5px 0px 0px #a72300;
	}
	
}

/*--------------------------------------
  　　競技規則
--------------------------------------*/
.rule_titile {
	background-color: #c5f5f1;
	padding: 7px 0 7px 10px;
	margin: 0 10px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
}
.sub_title {
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
}
.rule_box{
	margin: 10px 5px 0;
}
.rule_box p{
	padding-top: 5px;
}

.rule_notice {
	margin: 30px 0 10px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.sub_title {
	display: none;
}

}

/*--　スマホ側　--*/
.rule_box ul.normal {
	list-style: outside none;
	padding-left: 10px;
}
.rule_box ul.abc {
	list-style: outside lower-alpha;
	padding-left: 30px;
}
li.top {
	padding-top: 5px;
	list-style: inside lower-alpha;
}

.rule_box ol.no li {
	list-style: inside decimal;
	padding-left: 15px;
}
.rule_box ul.dot {
	list-style: inside disc;
	padding-left: 15px;
}

.sign_table{
	width: 100%;
	margin: 0 auto 0.5em;
	border: 1px solid #999;
}
.sign_table td {
	padding: 5px 15px 5px;
	display:block;
}
.sign_table td.index {
	padding: 0px 10px 0px;
	display:block;
}
.sign_table td.end {
	padding-bottom: 12px;
}
.sign_table td.index p {
	border-bottom: 1px dotted #666;
}

.notice {
	background-color: #e7e7e7;
	margin-top: 5px;
	padding: 5px 12px;
}

@media only screen and (min-width: 768px) {
	.sign_table {
		width: 100%;
		margin: 0 0 5px;
		border: 1px solid #ddd;
	}
	.sign_table tr {
		border-bottom: 1px solid #ddd;
	}
	.sign_table tr:last-child {
	border: none;
	}
	.sign_table td.index {
		width: 40%;
		padding: 0 0px 5px 15px;
		background-color: #f4f4f4;
		display:table-cell;
		text-align: left;
		border-right: 1px solid #ddd;
		border-top: none;
		vertical-align: middle;
	}
	.sign_table td {
		width: 60%;  
		padding: 5px 10px;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #ddd;
	}
	.sign_table td.td_end {
		border-bottom: none;
	}
	.sign_table td.index p {
		border: none;
	}
	.sign_table td.end {
	padding-bottom: 0;
	}

}



/*--------------------------------------
  　　大会スケジュール
--------------------------------------*/
/*--　スマホ側　--*/
.schedule_table {
	width: 100%;
    margin: 1em auto;
	border: 1px solid #ccc;
}
.schedule_table th {
	padding: 10px 15px;
	display:block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #9fe9e3;
	border-bottom: 1px solid #ccc;
}
.schedule_table td {
	padding: 7px 10px 10px;
	border-bottom: 1px solid #ccc;
	display:block;
}
.schedule_table td.note {
	padding: 7px 10px 10px;
	background-color: #e8e8e8;
	display:block;
	border: none;
}

.close_table {
	width: 100%;
    margin: 1em auto;
}
.close_table th {
	padding: 0 5px;
	display:block;
	text-align: left;
}
.close_table td {
	padding: 0 10px 10px;
	display:block;
}

.fee_table {
	width: 100%;
    margin: 1em auto;
}
.fee_table th {
	padding: 0 5px;
	display:block;
	text-align: left;
}
.fee_table td {
	padding: 0 10px 0px;
	display:block;
}

.fee_table td.entry {
	padding: 0 10px 0px;
	display:block;
}
.fee_table td.play {
	padding: 0 10px 5px;
	display:block;
}

@media only screen and (min-width: 768px) {
/*--　PC側　--*/
.schedule_table {
	width: 100%;
    margin: 5px auto;
	border: 1px solid #ccc;
}
.schedule_table th {
	width:20%;   
    padding:5px 10px;
	font-size: 1em;
	display:table-cell;
	border: none;
	text-align: center;
	vertical-align: middle;
}
.schedule_table td {
	width:40%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
	border-left: 1px solid #ccc;
	/*border-bottom: none;*/
	vertical-align: middle;
}
.schedule_table td.note {
	width:40%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: none;
	vertical-align: middle;
}

.close_table {
	width: 100%;
    margin: 0 auto;
	border: none;
}
.close_table th {
	width:10%;   
	display:table-cell;
	border: none;
	text-align: left;
}
.close_table td {
	width:25%;   
	display:table-cell;
	text-align: left;
	border: none;
}
.close_table td.end {
	width:65%;   
	display:table-cell;
	text-align: left;
	border: none;
}

.fee_table {
	width: 100%;
    margin: 0 auto;
	border: none;
}
.fee_table th {
	width:15%;
	display:table-cell;
	border: none;
	text-align: left;
}
.fee_table td {
	width:30%;
	display:table-cell;
	text-align: left;
	border: none;
}
.fee_table td.entry {
	width:20%;
	display:table-cell;
	text-align: left;
	border: none;
}
.fee_table td.play {
	width:35%;
	display:table-cell;
	text-align: left;
	border: none;
}

}

.end_table {
    margin: 1.0em auto 1.5em;
	background-color: #d7f0ff;
	/*border: #7A7A7A 2px solid;*/
	padding: 10px 15px;
}
.end_table2 {
    margin: 1.0em auto 2.5em;
	background-color: #d7f0ff;
	padding: 10px 15px;
}
.end_tit {
	text-align: left;
	font-weight: bold;
	color: #001c96;
}
.end_table p, .end_table2 p {
	line-height: 1.4em;
	margin-top: 5px;
}
.end_table_final {
	margin: 8px 0;
	border: #7A7A7A 1px solid;
	background-color: #fff;
	padding: 8px 8px 3px;
}
.end_table_final th {
	padding: 0 5px;
	display:block;
	text-align: left;
}
.end_table_final td {
	padding: 0 10px 10px;
	display:block;
}

@media only screen and (min-width: 768px) {
	.end_tit {
		padding-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.end_table2 {
    	margin: 1.0em auto 0;
	}
	.end_table p {
		margin-top: -2px;
	}
	.end_table_final th {
		width: 18%;
		display:table-cell;
		text-align: left;
	}
	.end_table_final td {
		display:table-cell;
		text-align: left;
	}
}


/*--------------------------------------
  　　大会概要
--------------------------------------*/
ul.outline_notice {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
}
ul.outline_notice li {
	padding-bottom: 5px;
}
ul.cause {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 10px;
}
ul.notice li {
	padding-top: 5px;
}

/*--　スマホ側　--*/
.res-table{
	width: 100%;
    margin: 1em auto;
}
.res-table th{
	margin: 0 -10px;
	padding: 5px 15px;
	display:block;
	font-weight: bold;
	background-color: #c5f5f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.res-table td{
	padding: 7px 5px 10px;
	display:block;
}

.btn {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #193153;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
}
.btn a {
	display: block;
	color: #FFF;
	font-size: 1.0em;
}

.play_table{
	width: 100%;
	margin: 1em auto;
	border: 1px solid #ddd;
}
.play_table td.title {
	padding: 10px 0;
	display:block;
	text-align: center;
	font-weight: bold;
	background-color: #e2e2e2;
	border-bottom: 1px solid #999;
}
.play_table td.index {
	padding: 0px 10px 0px;
	/*background-color: #EBEBEB;*/
	display:block;
}
.play_table td {
	padding: 5px 15px 5px;
	display:block;
}
.play_table td.index p {
	border-bottom: 1px dotted #666;
}
.play_table td.line {
	border-top: 1px dotted #666;
	margin: 0 15px 0;
}

@media only screen and (min-width: 768px) {
/*--　PC側　--*/
.res-table {
	width: 100%;
    margin: 5px auto;
	border: 1px solid #ddd;
}
.res-table th {
	width: 20%;
    padding: 5px 10px;
	display: table-cell;
	border-right: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	border-top: none;
	text-align: left;
	vertical-align: middle;
}
.res-table th.th_end {
	border-bottom: none;
}
.res-table td {
	width: 80%;   
    padding: 5px 10px;
	display: table-cell;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.res-table td.td_end {
	border-bottom: none;
}
.res-table tr {
	border-bottom: 1px solid #ddd;
}
.res-table tr:last-child {
	border: none;
}
.play_table {
	width: 100%;
    margin: 10px 0 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.play_table td.title {
    padding:7px 0;
	border-bottom: 1px solid #ddd;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
.play_table td.index {
	width: 20%;   
    padding: 0 0px 5px 15px;
	background-color: #f4f4f4;
	display:table-cell;
	text-align: left;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.play_table td.index2 {
	width: 35%;   
    padding: 0 0px 5px 15px;
	background-color: #f4f4f4;
	display:table-cell;
	text-align: left;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.play_table td {
	width: 80%;   
    padding: 5px 10px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	
}
.play_table td.index p {
	border: none;
}
.play_table td.td_end {
	border-bottom: none;
}

.btn {
	width: 60%;
	margin: 15px auto 15px;
	display: block;
	background-color: #193153;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

}


/*--------------------------------------
  　　ナビメニュー
--------------------------------------*/
#nv_menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#nv_menu li{
	display: block;
	float: left;
	width: 16.666666%;
	margin: 0;
	padding: 0;
}
#nv_menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #193153;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #335078;
}
#nv_menu li:last-child a{
	border: none;
}
#nv_menu li a:hover{
	background: #50719f;
}
#toggle {
	display: none;
}
#menu-box {
	overflow: hidden;
	/*padding-bottom: 20px;*/
}


@media only screen and (max-width: 768px) {
	#nv_menu li {
		width: 33.333333%;
		border-bottom: 1px solid #335078;
	}
}

@media only screen and (max-width: 480px) {
	#nv_menu {
		display: none;
	}
	#nv_menu li {
		width: 100%;
	}
	#nv_menu li a {
		padding: 15px 0 15px;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		font-weight: bold;
		background: #50719f;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 15px 0 15px;
		border-bottom: 1px solid #335078;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #50719f;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	
}


/*--------------------------------------
  　　大会ボタン
--------------------------------------*/
.tournament {
	width: 80%;
	display: table;
	text-align: center;
	margin: 30px auto;
	padding: 15px;
	background-color: #9FE9E3;
	border: 1px solid #ddd;
}
.tournament ul li {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #EA9B3C;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #e66c00;
}
.tournament ul li.nolink {
	width: 80%;
	margin: 15px auto 15px;
	background-color: #bdbdbd;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #969696;
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.tournament ul li a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.tournament p {
	font-weight: bold;
	padding: 0 0 0 0;
	font-size: 1.2em;
	text-align: left;
}

.final {
	width: 80%;
	display: table;
	text-align: center;
	margin: 35px auto -10px;
	background-color: #9FE9E3;
	padding: 15px;
	border: 1px solid #ddd;
}
.final ul li {
	width: 100%;
	margin: 15px auto 15px;
	background-color: #EA9B3C;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #e66c00;
}
.final ul li a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.final p {
	font-weight: bold;
	padding: 0 0 0 0;
	font-size: 1.2em;
	text-align: left;
}


@media screen and (min-width: 768px) {
	.tournament {
		position: relative;
		overflow: hidden;
	}
	.tournament ul {
		float: left;
		left: 50%;
		position: relative;
	}
	.tournament ul li, .tournament ul li.nolink {
		float: left;
		width: 230px;
		left: -50%;
		position: relative;
		margin-right: 20px;
	}
	.tournament ul li.end {
		margin-right: 0;
	}
	.tournament p {
		text-align: center;
	}
	.final {
		margin: -10px auto 0;
	}
	.final ul li {
		width: 70%;
		margin: 15px auto 15px;
		background-color: #EA9B3C;
		text-align: center;
		border-radius: 5px;
		box-shadow: 0px 5px 0px 0px #e66c00;
	}
	.final p {
		text-align: center;
	}
}



/*--------------------------------------
  　　TOP 特徴
--------------------------------------*/
.about_box{
	width: 100%;
	display: table;
	text-align: center;
	margin: -20px auto;
}

.about_box ul {
}

.about_box ul li.amaSing {
	width: 95%;
	margin: 15px auto 15px;
	background-color: #34ad5d;
	overflow: hidden;
}
.about_box ul li.amaPair {
	width: 95%;
	margin: 15px auto 5px;
	background-color: #135ea8;
	overflow: hidden;
}
p.about_link a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #444;
}

p.title {
	text-align: center;
	color: #FFF;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 1.4em;
}
p.title_02 {
	text-align: center;
	color: #FFF;
	padding: 5px 0 0;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: #fff 1px solid;
	margin: 0 15px;
}
p.details {
	text-align: left;
	color: #FFF;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}
p.about_link {
	width: 250px;
	margin: 0 auto 20px;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	.about_box{
		width: 100%;
		display: table;
		text-align: center;
		position: relative;
		overflow: hidden;
		margin: 20px auto 25px;
	}
	.about_box ul {
		float: left;
		left: 50%;
		position: relative;
	}
	.about_box ul li.amaSing {
		float: left;
		width: 450px;
		margin-right: 30px;
		background-color: #34ad5d;
		line-height: 25px;
		left: -50%;
		position: relative;
	}
	.about_box ul li.amaPair {
		float: left;
		width: 450px;
		margin-right: 0;
		background-color: #135ea8;
		line-height: 25px;
		left: -50%;
		position: relative;
	}
	p.about_link a {
		display: block;
		padding: 3px 0;
		font-weight: bold;
		font-size: 1.2em;
	}
	p.title {
	  padding: 10px 0 0;
	  font-size: 1.8em;
	}
	p.title_02 {
	  padding: 10px 0 0;
	  font-size: 1.5em;
	}
	p.details {
		padding: 0 30px;
		font-size: 1.4em;
		line-height: 1.5em;
    }
	p.about_link {
		width: 270px;
		margin: 15px auto 20px !important;
		background-color: #fff;
		border-radius: 5px;
	}

}

.btn_special {
	margin: 15px auto;
	width: 95%;
	text-align: center;
	background-color: #EA443C;
		border-radius: 5px;
		box-shadow: 0px 5px 0px 0px #ab1f24;
}
.btn_special a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}

@media screen and (min-width: 768px) {
	.btn_special {
		margin: 25px auto;
		width: 550px;
		text-align: center;
		
	}
	.btn_special a {
		font-size: 1.2em;
	}

}


a:hover {
	background-color: rgba(255, 255, 255, .2);
}

