@charset "EUC-JP";
/* ==================================================
Layout
================================================== */
#header {
	text-align:center;
	display:table;
	margin:0 auto;
	padding-bottom:10px;
}
#hlogo {
	color:#00349A;
	padding:5px 0 5px 64px;
	background:url(/shared/images/logo.png) no-repeat left center;
	background-size:56px auto;
	font-weight:bold;
	font-size:1rem;
	line-height:1.25;
}
#hlogo a {
	color:#00349A;
	text-decoration:none;
	display:inline-block;
	text-align:left;
}
#header h1 {
	text-align:center;
	font-size:150%;
	font-weight:normal;
}
#header .sub_ttl {
	color:#444;
	text-align:center;
}
#main {
	padding:20px 0;
}
.no_event {
	font-size:130%;
	background-color:#f4f4f4;
	padding:30px 0;
	text-align:center;
}
/* ==================================================
cate_menu
================================================== */
.cate_menu {
	color:#fff;
	background-color:#444;
	padding:5px;
	text-align:center;
	margin:0 0 20px;
	border-radius:1.8em;
}
.cate_menu p {
	width:12%;
	font-size:114.3%;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	line-height:1.1;
}
.cate_menu .menu1 {
	padding:4px 10px;
	background-color:#FFF4FA;
	color:#444;
	border-radius:1.5em;
}
.cate_menu p a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:4px 10px;
	border-radius:1.5em;
}
.cate_menu p a:hover {
	color:#fff;
	background-color: #eb6ea5;
}
/* ==================================================
cate_ttl
================================================== */
#cate_ttl {
	text-align:center;
	padding:0 0 5px;
	border-bottom:2px solid #eee;
}
#cate_ttl h1 {
	font-weight:normal;
	font-size:150%;
}
#cate_ttl p {
	color: #C00;
	margin:0;
	font-weight:bold;
}
/* ==================================================
table
================================================== */
/* sec_table
================================================== */
.sec_table {
	width:100%;
	margin:0 0 10px;
}
.sec_table th {
	width:200px;
}
.sec_table th,
.sec_table td {
	padding:10px;
}
.sec_table tr:nth-child(odd) th,
.sec_table tr:nth-child(odd) td {
	background-color:#f4f4f4;
}

/* meet_table
================================================== */
.meet_table {
	width:100%;
	margin:0 0 10px;
}
.meet_table th {
	width:200px;
}
.meet_table th,
.meet_table td {
	padding:10px 15px;
}
/* cap_table
================================================== */
.cap_table {
	width:100%;
	margin:0 0 10px;
}
.cap_table th {
	width:200px;
	background-color:#f4f4f4;
	color:#A20051;
}
.cap_table th span {
	font-size:85.7%;
	color:#F00;
	display:inline-block;
	vertical-align:middle;
}
.cap_table th,
.cap_table td {
	text-align:left;
	padding:10px 15px;
	border:1px solid #ccc;
}
.cap_table .player_name {
	text-align:left;
	background-color:#FFF4FA;
	color:#A20051;
}
/* form_table
================================================== */
.form_table {
	width:100%;
	margin:0 0 20px;
}
.form_table th {
	width:200px;
	color: #063;
	background-color:#f4f4f4;
}
.form_table th,
.form_table td {
	text-align:left;
	padding:10px 15px;
	border:1px solid #ccc;
}
.form_table th span {
	font-size:85.7%;
	color:#F00 !important;
	display:inline-block;
	vertical-align:middle;
}
.form_table .player_name {
	background-color: #F0FFF4;
}
.form_table td input[type="text"] {
	width:100%;
}
.form_table td textarea {
	width:100%;
	padding:10px;
}
.form_table input[type="text"].type_year_age {
	width:8em !important;
	margin-right:0.5em;
}
.form_table input[type="text"].type_age {
	width:3em !important;
	text-align:center;
	border-color:#f5f5f5;
	background-color:#f5f5f5;
}
.form_table .type1 {
	width:4em !important;
}
.form_table .type_post {
	width:6em !important;
}
.cap_table .type1 {
	width:100px !important;
}
.form_table .type2,
.cap_table .type2 {
	width:300px !important;
}
.form_table .affiliation_club select {
	width:150px !important;
}
.form_table .affiliation_club select#team0,
.form_table .affiliation_club select#team1,
.form_table .affiliation_club select#team2,
.form_table .affiliation_club select#team3,
.form_table .affiliation_club select#team4,
.form_table .affiliation_club select#team5,
.form_table .affiliation_club select#team6 {
	width:260px !important;
}
.note_useful {
	margin-top:8px;
}
.note_useful,
.tel_useful {
	color:#F00;
}
.cap_table input[type="text"],
.cap_table textarea,
.cap_table select,
.form_table input[type="text"],
.form_table textarea,
.form_table select {
	border:1px solid #666;
	box-sizing:border-box;
	margin-bottom:5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
/* box_btn
================================================== */
.box_btn {
	text-align:center;
}
.box_btn p {
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	text-align:center;
}
.box_btn input {
	width:300px;
	cursor:pointer;
	border:1px solid #ffffff;
	background-color:#00349A;
	color:#ffffff;
	padding:10px 20px;
}
.box_btn input:hover {
	background-color:#444;
}
.box_btn .reset_btn input {
	background-color:#ddd;
	color:#333;
}
.box_btn .reset_btn input:hover {
	background-color:#ccc;
}
/* ==================================================
box_entry
================================================== */
.box_entry {
	border:10px solid #f4f4f4;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	margin:0 0 20px;
	clear:both;
}
.box_entry_inner {
	border:1px solid #ccc;
	border-top:5px solid #eb6ea5;
}
.box_entry h2 {
	background-color:#FFF4FA;
	color:#000000;
	font-size:130%;
	font-weight:normal;
	padding:10px 40px;
	position:relative;
}
.box_entry h2::before {
	content:"";
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-6px;
	width:12px;
	height:12px;
	background:#eb6ea5;
}
.box_entry_cnt {
	padding:25px;
}
.entry_btn {
	font-size:114.3%;
	text-align:center;
	width:400px;
	margin:0 auto;
}
.entry_btn a {
	display:block;
	text-decoration:none;
	background-color:#444;
	color:#fff;
	padding:5px 10px;
}
.entry_btn a:hover {
	background-color:#000;
}
.entry_btn a span {
	padding-left:10px;
	position:relative;
}
.entry_btn a span::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
}
/* ==================================================
thanks
================================================== */
#thanks {
	text-align:center;
	padding:20px 0 0;
}
#thanks h1 {
	font-size:200%;
	font-weight:normal;
	position:relative;
	padding-bottom:50px;
}
#thanks h1::after {
	content:"";
	position:absolute;
	left:50%;
	bottom:30px;
	width:50px;
	height:2px;
	background:#444;
	margin-left:-25px;
}
.thanks_msg {
	margin:0 0 20px;
}

/* ==================================================
clearfix
================================================== */
#main .box_btn:after,
.cate_menu:after {
	content: ""; 
	display: table;
	clear: both;
}
/* ==================================================
media
================================================== */
@media screen and (max-width : 960px) {
	input[type="submit"],
	input[type="button"],
	input[type="text"],
	input[type="password"],
	input[type="reset"] {
		-webkit-appearance:none;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	#wrapper {
		min-width:auto;
	}
	.form #wrapper {
		margin:0;
		width:100%;
		border:none;
		padding:20px 10px;
	}
	#head,
	#body {
		max-width:auto;
		width:96%;
		font-size:85.7%;
	}
	#main {
		padding:0;
	}
	#cate_ttl {
		padding:0 0 10px;
		border-bottom:none;
	}
	.cate_menu {
		padding:10px 5px 5px;
		margin:0 0 10px;
		border-radius:3px;
	}
	.cate_menu p {
		float:left;
		width:30%;
		font-size:85.7%;
		display:block;
		margin:0 1.5% 5px;
	}
	.cate_menu p:nth-child(3n+1) {
		clear:both;
	}
	.entry_btn {
		width:100%;
	}
	div.log span {
		display:block;
	}
	.cap_table input[type="text"],
	.cap_table textarea,
	.form_table input[type="text"],
	.form_table textarea {
		width:100% !important;
	}
	.form_table select {
		margin-bottom:5px;
	}
	.meet_table thead,
	.meet_table tbody,
	.meet_table tfoot,
	.meet_table tr,
	.meet_table th,
	.meet_table td,
	.cap_table thead,
	.cap_table tbody,
	.cap_table tfoot,
	.cap_table tr,
	.cap_table th,
	.cap_table td,
	.form_table thead,
	.form_table tbody,
	.form_table tfoot,
	.form_table tr,
	.form_table th,
	.form_table td {
		display:block;
		width:100% !important;
		text-align:left;
	}
	.form_table th,
	.form_table td ,
	.cap_table th,
	.cap_table td {
		font-size:85.7%;
	}
	.form_table th,
	.cap_table th {
		border:none;
		margin:0 0 5px;
		padding:5px 10px;
	}
	.cap_table .player_name {
		border:1px solid #F99;
	}
	.form_table .player_name {
		border:1px solid #6C0;
	}
	.form_table td,
	.cap_table td {
		border:none;
		padding:8px 0;
	}
	.form_table td .sp {
		display:block;
	}
	.form_table td span {
		display:block;
		font-size:0.75rem;
	}
	.meet_table th{
		text-align:left;
		padding:5px 10px 3px;
		font-size:85.7%;
		color:#000;
		background-color:#e6e6fa;
	}
	.meet_table td{
		padding:5px 10px 10px;
		color:#333;
		font-size:85.7%;
	}
	.form_table .affiliation_club select,
	.form_table .affiliation_club select#team0,
	.form_table .affiliation_club select#team1,
	.form_table .affiliation_club select#team2,
	.form_table .affiliation_club select#team3,
	.form_table .affiliation_club select#team4,
	.form_table .affiliation_club select#team5,
	.form_table .affiliation_club select#team6 {
		width:auto !important;
	}
	.form_table .affiliation_club select#team0,
	.form_table .affiliation_club select#team1,
	.form_table .affiliation_club select#team2,
	.form_table .affiliation_club select#team3,
	.form_table .affiliation_club select#team4,
	.form_table .affiliation_club select#team5,
	.form_table .affiliation_club select#team6 {
		min-width:180px;
	}
	.form_table input[type="text"].type_age {
		width:2.8em !important;
	}
	.form_table input[type="text"].type_post{
		width:6em !important;
	}
	.form_table input[type="text"].type1{
		width:4em !important;
	}
	.cap_table input[type="text"].type1 {
		width:50px !important;
	}
	.form_table input[type="text"].type2,
	.cap_table input[type="text"].type2 {
		width:200px !important;
	}
	.sec_table th,
	.sec_table td {
		padding:5px;
		font-size:85.7%;
	}
	.sec_table th {
		width:5em;
	}
	.tel_useful {
		font-size:100% !important;
	}
	.tel_useful a {
		pointer-events: none !important;
		text-decoration:none !important;
	}
	.box_btn p {
		display:block;
		float:left;
		padding:0 5px;
		margin:0;
		width:50%;
		box-sizing:border-box;
	}
	.box_btn input {
		width:100%;
	}
	.box_entry h2 {
		font-size:114.3%;
		line-height:1.3;
		padding:7px 30px;
	}
	.box_entry h2::before {
		width:8px;
		height:8px;
		margin-top:-4px;
	}
	.box_entry_cnt {
		padding:15px;
	}

}
@media screen and (max-width : 400px) {

.form_table .affiliation_club select {
	width:40% !important;
}
.form_table .affiliation_club select#team0,
.form_table .affiliation_club select#team1,
.form_table .affiliation_club select#team2,
.form_table .affiliation_club select#team3,
.form_table .affiliation_club select#team4,
.form_table .affiliation_club select#team5,
.form_table .affiliation_club select#team6 {
	width:52% !important;
}

}

