html{
	scroll-behavior: smooth;
}
body {
	background:#aaa;
	font-family: 'Hiragino Mincho Pro', Meiryo, serif;
	color:#000;
	margin:0 auto;
	padding-top: 0px;
	text-align:center;
	line-height:1.6em;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
		font-family:"Hiragino Mincho Pro",	Meiryo, sans-serif;
		font-weight:lighter;
}
a:link, a:visited {
		color:#0000ff;
		text-decoration: none;
}
a:hover {
		color:#ff0000;
		text-decoration: none;
}
small,
ins {
	font-size: 0.8em;
}
#container {
	width: 98%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto 5px;
	background-color: #fff;
	box-shadow: 2px 2px 10px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000044; /* Google Chrome, Safari用*/
	overflow: hidden;
}
#imgbox img {
	max-width: 100%;
	height: auto;
}
/* トップバナー ---------------------------------------*/
#top_bunner {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
    background-image:url('../image/inba-map-white.png'),-moz-linear-gradient(top, #000044, #333333); /* Mozilla Firefox */ 
    background-image:url('../image/inba-map-white.png'),-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #000044), color-stop(1.0, #333333)); /* Webkit (Safari/Chrome 10) */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000044', endColorstr='#333333'); /* IE 6,7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000044', endColorstr='#333333')"; /* IE 8,9 */
	background-image: url('../image/inba-map-white.png'),-ms-linear-gradient(top , #000044 0%, #333333 100%); /* IE10 */
	background-position: right top;
	background-repeat: no-repeat;
	-moz-background-size:contain;
	background-size:contain;
    background-color: #444;
}
#top_bunner img {
	vertical-align: middle;
}
#top_bunner h1 {
	font-family: Times new roman, Meiryo, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-left:10px;
	color: #ccc;
	text-align: left;
}
#top_bunner span {
	display:inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* メインメニュー ---------------------------------------*/
.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}
#menu-box {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	z-index: 50;
}
#menu {
	list-style-type: none;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-image: url('../image/titlebar-logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #333333;
	border-bottom: 0px solid #000044;
}
#menu ul {
	display: block;
}
#menu li {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	text-align: center;
	background-color: #333333;
}
#menu li a{
	display: block;
	padding: 10px 10px 5px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#menu li:hover,
#menu li:active {
	background-color: #666;
}
#menu li ul{
	display:block;
	visibility: hidden;
	list-style: none;
	position: absolute;
	top: auto;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200%;
	z-index: 50;
}
#menu li ul li {
	text-align: left;
	display: list-item;
	height: auto;
	color: #fff;
	background-color: #333;
}

#menu li ul li:hover,
#menu li ul li:active {
	background-color: #666;
}
#menu li ul li a{
	display: block;
	text-align: left;
}
#menu li:hover > ul{
	visibility: visible;
	color: #eff7b1;
}
#toggle{ 
	display: none;
}
@media only screen and (max-width: 880px) {
	#menu {
		background-image: none;
	}
}
@media only screen and (max-width: 720px) {
	#menu  {
		display: none;
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background: #222;
	}
	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before,
	#toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
}
/* パンくず エリア ----------------------------------------*/
#kuzu {
	display: block;
	width: 100%;
	font-size: 0.8em;
	line-height:1em;
	padding: 5px 10px 5px;
	text-align: left;
	border-bottom: 1px solid #000044;
}
#kuzu ul li {
	display: inline;
	list-style: none;
}
@media only screen and (max-width: 720px) {
	#kuzu {
		display: none;
	}
}
/* セクション エリア---------------------------------------*/
.main_all {
	display: block;
	float: left;
	width: 98%;
	padding: 5px;
}
.main_left {
	display: block;
	float: left;
	width: 73%;
	padding: 5px;
}
.main_left60 {
	display: block;
	float: left;
	width: 60%;
	padding: 5px;
}
.main_all h2.title_page ,
.main_left h2.title_page,
.main_left60 h2.title_page {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 15px 5px 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
@media only screen and (max-width: 720px) {
	.main_all h2.title_page ,
	.main_left h2.title_page,
	.main_left60 h2.title_page {
		font-size: 1.2em;
	}
}
.main_all article h1,
.main_left article h1,
.main_left60 article h1 {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #000044;
	border-top: 1px solid #000044;
	border-bottom: 3px solid #000044;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.main_all p,
.main_left p,
.main_left60 p {
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.main_all ol,
.main_left ol,
.main_left60 ol {
	margin-left: 1em;
}
.main_all ol li,
.main_all ul li,
.main_left ol li,
.main_left ul li,
.main_left60 ol li,
.main_left60 ul li {
	margin-left:1.2em;
}
.main_all dl.dl_standard ,
.main_left dl.dl_standard,
.main_left60 dl.dl_standard {
	margin-left: 15px;
	margin-bottom: 15px;
}
.main_all dl.dl_standard dt,
.main_left dl.dl_standard dt,
.main_left60 dl.dl_standard dt {
	font-weight: bold;
	padding-left: 3px;
	border-left: 3px solid #004;
}
.main_all dl.dl_standard dd,
.main_left dl.dl_standard dd,
.main_left60 dl.dl_standard dd {
	margin-left: 1em;
}
@media only screen and (max-width: 420px) {
	.main_all ol li,
	.main_all ul li,
	.main_left ol li,
	.main_left ul li,
	.main_left60 ol li,
	.main_left60 ul li {
		margin-left:0.6em;
	}

}
.cont_box_all {
	display: block;
	text-align: left;
	width: 100%;
	height: auto;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}
.cont_box_all:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.cont_box_small {
	display: block;
	float: left;
	text-align: left;
	width: 30%;
	min-width: 250px;
	height: auto;
	padding: 10px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #000044;
}
.cont_box_big {
	display: block;
	float: left;
	text-align: left;
	width: 60%;
	min-width: 200px;
	height: auto;
	padding: 10px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #000044;
}
.cont_box {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	min-width: 200px;
	height: auto;
	padding: 10px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #000044;
}
.cont_box .img_bottom {
	display: block;
	float: left;
	width: 40%;
	max-width: 200px;
	min-width: 100px;
	height: auto;
	max-height: 200px;
	min-height: 100px;
	margin-right: 15px;
}
.cont_box .img_bottom img {
	max-width: 100%;
	height: auto;
	border: 5px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/

	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}
.cont_box .img_bottom img:hover {
	border-color: #0000ff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.cont_box h2 {
	font-weight: bold;
	border-bottom: 2px solid #000044;
}

#toggle_topic_line ul,
#toggle_news_line ul {
	margin-bottom: 10px;
}
#toggle_topic_line ul li,
#toggle_news_line ul li {
	list-style: none;
	margin-top: 2px;
	line-height: 1;
	border-bottom: 1px dotted #000044;
}
#toggle_topic_line ul li a,
#toggle_news_line ul li a {
	display: inline-block;
	width: 100%;
	padding: 2px;
	text-decoration: none;
}
#toggle_topic_line ul li a:hover,
#toggle_topic_line ul li a:active,
#toggle_news_line ul li a:hover,
#toggle_news_line ul li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
#toggle_topic_line ul li a span,
#toggle_news_line ul li a span {
	color: #000;
	text-decoration: none;
	margin-left: -0.8em;
	font-size: 0.8em;
	font-weight: bold;
}
#toggle_topic_line ul li a:hover span ,
#toggle_news_line ul li a:active span {
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width: 720px) {
	.main_left,
	.main_left60 {
		width: 98%;
		margin: 0 auto;
	}
	.cont_box_all,
	.cont_box_small,
	.cont_box_big,
	.cont_box {
		width: 99%;
		padding-left: 0;
	}
	#toggle_info_line,
	#toggle_topic_line,
	#toggle_news_line,
	#toggle_tournament_line,
	#toggle_members_line,
	#toggle_fishinglife_line,
	#toggle_schedule_line,
	#toggle_standings_line  {
		display: none;
	}
	h1.h1_toggle {
		position: relative;
		display: block;
	}
	h1.h1_toggle:hover {
		cursor: pointer;
	}
	h1.h1_toggle:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	h1.h1_toggleDown {
		position: relative;
		display: block;
	}
	h1.h1_toggleDown:hover {
		cursor: pointer;
	}
	h1.h1_toggleDown:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
/* subleft エリア---------------------------------------*/
.subleft {
	display: block;
	float: left;
	text-align: left;
	width: 20%;
	min-width: 100px;
	padding: 5px;
	margin-top: 10px;
	margin-right:2px;
	overflow: hidden;
	background-color: #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subleft:after,
.subleft32:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.subleft aside,
.subleft32 aside  {
	background-color: #fff;
	margin: 5px auto 5px;
	padding: 2px;
	border: 5px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subleft aside h1,
.subleft32 aside h1 {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
@media only screen and (max-width: 720px) {
	.subleft {
		float: left;
		width: 99%;
		padding-left: 2px;
	}
	.subleft32 {
		float: left;
		width: 99%;
		padding-left: 2px;
	}
}
/* subright エリア---------------------------------------*/
.subright {
	display: block;
	float: right;
	text-align: left;
	width: 20%;
	min-width: 100px;
	padding: 5px;
	margin-top: 10px;
	margin-right:2px;
	overflow: hidden;
	background-color: #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subright32 {
	display: block;
	float: right;
	text-align: left;
	width: 32%;
	min-width: 100px;
	padding: 5px;
	margin-top: 10px;
	margin-right:2px;
	overflow: hidden;
	background-color: #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subright:after,
.subright32:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.subright aside,
.subright32 aside  {
	background-color: #fff;
	margin: 5px auto 5px;
	padding: 2px;
	border: 5px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subright aside h1,
.subright32 aside h1 {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subright aside dl,
.subright32 aside dl {
	margin-bottom: 10px;
}
.subright aside dt,
.subright32 aside dt {
	font-weight: bold;
	margin-top: 0;
	padding-left: 3px;
	border-left: 3px solid #000044;
}
.subright aside dd,
.subright32 aside dd {
	margin-left: 1em;
	padding: 5px 0 0;
	border-bottom: 1px dotted #000044;
}
.subright aside dd:after,
.subright32 aside dd:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#toggle_schedule_line dd,
#cleanup_log dd {
	margin-left: 0.5em;
}
#toggle_schedule_line dd a,
#cleanup_log dd a {
	display: inline-block;
	width: 100%;
	padding: 2px;
	text-decoration: none;
}
#toggle_schedule_line dd a:hover,
#toggle_schedule_line dd a:active,
#cleanup_log dd a:hover,
#cleanup_log dd a:active {
	color: #fff;
	background-color: #666
}
#toggle_schedule_line dd a:hover span i,
#toggle_schedule_line dd a:active span i,
#cleanup_log dd a:hover span i,
#cleanup_log dd a:active span i {
	color: #000;
}
#toggle_schedule_line dd span,
#cleanup_log dd span {
	color: #000;
	margin-left: -0.6em;
}
.subright aside img,
.subright32 aside img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
.subright aside .standings img,
.subright32 aside .standings img {
	width: 50px;
	height: 50px;
	margin: 5px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.subright aside .standings li,
.subright32 aside .standings li {
	display: inline-block;
	float: left;
	list-style: none;
	margin-left: 5px;
}
.subright aside .standings li.stangings_img,
.subright32 aside .standings li.stangings_img {
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 720px) {
	.subright {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	.subright32 {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	.none720 {
		display: none;
	}
}
#counter {
	display: blcok;
	width: 98%;
	height: 20px;
	text-align: left;
	background-color: #fff;
}
#feed li {
	line-height: 1.2em;
	margin-bottom: 1em;
}
/* フッター エリア---------------------------------------*/
footer {
	clear: both;
}
.footer_area {
	background-color: #333;
	color: #fff;
	padding: 10px 10px 10px;
}
.footer_area h3 {
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.footer_area a:link,
.footer_area  a:visited {
		color:#fff;
		text-decoration:none;
}
.footer_area a:hover {
		color:#ff0000;
		text-decoration:none;
}

.foot_menu ul {
	text-align: left;
	list-style: none;
	min-height: 265px;
}
.foot_menu ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.foot_menu ul li {
	display: block;
	float: left;
	width: 23%;
	height: auto;
	margin: 5px;
	border-top: 2px solid #fff;
}
.foot_menu ul li a {
	display: block;
}
.foot_menu ul li a:hover,
.foot_menu ul li a:active {
	color: #fff;
	background-color: #666;
}
.foot_menu ul li ul {
	min-height: auto;
}
.foot_menu ul li ul li {
	display: list-item;
	float: none;
	list-style-type: square;
	margin-left: 1em;
	width: auto;
	border: 0;
}
.foot_menu ul li ul.footer_main li {
	list-style: none;
	margin-left: 0;
}
@media only screen and (max-width: 720px) {
	.foot_menu ul {
		min-height: 350px;
	}
	.foot_menu ul li {
		width: 47%;
	}
	.foot_menu ul li a {
		position: relative;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #666;
	}
	.foot_menu ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 480px) {
	.foot_menu ul {
		min-height: 0;
	}
	.foot_menu ul li {
		width: 98%;
	}

}
.upbottom {
	text-align: right;
}
.credit {
	margin-top: 10px;
	padding: 5px;
	border-top: 2px solid #fff;
}
div.upbottom {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #333;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	border: 1pt #000 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #ccc;
	padding: 2px;
	margin: 2px;
	font-size: 0.8em;
}
/* button 関連 -----------------------------------------------*/
a.b_size_max100,
a.b_size_a,
a.b_size_b,
a.b_size_c,
a.b_size_nofloat_a,
a.b_size_nofloat_b {
	display:block;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border: 2px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}
a.b_size_max100 {
	width: auto;
	margin: 0 auto;
	padding: 5px;
	color: #ffffff;
	height:30px;
	line-height: 30px;
}
a.b_size_a {
	float: right;
	width:10em;
	margin: 5px ;
	padding: 5px;
	color: #ffffff;
	height:30px;
	line-height: 30px;
}
a.b_size_b {
	float: right;
	width:8em;
	margin: 2px ;
	padding: 2px;
	color: #ffffff;
	height:20px;
	line-height: 20px;
}
a.b_size_c {
	float: right;
	width:4em;
	margin: 0 3px 5px;
	padding: 3px;
	color: #ffffff;
	height:17px;
	line-height: 17px;
}
a.b_size_nofloat_a {
	width:10em;
	margin: 5px ;
	padding: 5px;
	color: #ffffff;
	height:30px;
	line-height: 30px;
}
a.b_size_nofloat_b {
	width: 6em;
	margin: 0;
	padding: 8px 4px;
	color: #ffffff;
	height:20px;
	line-height: 20px;
}
a.b_size_max100 img ,
a.b_size_a img ,
a.b_size_b img ,
a.b_size_c img ,
a.b_size_nofloat_a img ,
a.b_size_nofloat_b img {
	vertical-align: middle;
}
a.b_size_max100:hover,
a.b_size_a:hover,
a.b_size_b:hover,
a.b_size_c:hover,
a.b_size_nofloat_a:hover,
a.b_size_nofloat_b:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
	background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: linear-gradient(top, #4375a8 0%, #244386 100%);
}
a.b_size_max100:active,
a.b_size_a:active,
a.b_size_b:active,
a.b_size_c:active,
a.b_size_nofloat_a:active,
a.b_size_nofloat_b:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bcf4fd), color-stop(0.75, #87c2fb), color-stop(0.51, #6ba8e4), color-stop(0.50, #8fbff0), color-stop(0.20, #91bae4), color-stop(0.00, #b6e2fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
}
/* ページ内ジャンプナビ --------------------------------------------------------*/

.inpage_jump ul ,
.inpage_jump2 ul {
	background-color: #333;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.inpage_jump ul li ,
.inpage_jump2 ul li {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: auto;
	background-color: #333;
	border-bottom: 1px dotted #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.inpage_jump ul li.this ,
.inpage_jump2 ul li.this {
	background-color: #666;
}
.inpage_jump ul li a ,
.inpage_jump2 ul li a {
	color: #fff;
    display: block;
    margin: 0;
    padding: 10px 10px 5px;
    text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.inpage_jump ul li a:hover,
.inpage_jump ul li a:active ,
.inpage_jump2 ul li a:hover,
.inpage_jump2 ul li a:active {
	background-color: #666;
}
@media only screen and (max-width: 720px) {
	.inpage_jump ul ,
	.inpage_jump2 ul {
		width: 99%;
		margin-left: 0;
	}
}

/* シリーズページボトムナビ NEXT/BACK--------------------------*/
.page_bottom_nav {
	display: blcok;
	width: 98%;
	margin: 15px 0 10px 0;
	padding: 5px;
	border-top: 1px solid #ccc;
}
.page_bottom_nav_back,
.page_bottom_nav_next {
	display: block;
	width: auto;
	height: auto;
}
.page_bottom_nav_back {
	float: left;
}
.page_bottom_nav_next {
	float: right;
}
.page_bottom_nav_back a,
.page_bottom_nav_next a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: auto;
	padding: 5px 10px;
	border: 2px solid #ccc;
	background-color: #44f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.page_bottom_nav_back a:hover,
.page_bottom_nav_next a:hover,
.page_bottom_nav_back a:active,
.page_bottom_nav_next a:active {
	background-color: #00f;
}
/* シリーズページボトムナビ BACK123456NEXT--------------------------*/
.page_bottom_nav_list ul {
	text-align: center;
}
.page_bottom_nav_list ul li {
	display: inline-block;
	font-weight: bold;
	margin-left: 1px;
	margin-bottom: 10px;
	min-width: 15px;
}
.page_bottom_nav_list ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
.page_bottom_nav_list ul li a:hover,
.page_bottom_nav_list ul li a:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
	background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: linear-gradient(top, #4375a8 0%, #244386 100%);
}
/* 戻るボタン ---------------------------------------------------*/
.page_back:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* リロードボタン -----------------------------------------------*/
.reload_bottom:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* 閉じるボタン -----------------------------------------------*/
.close_button {
	clear: both;
}
.close_button:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* グラフボタン -----------------------------------------------*/
.glaph_button {
	clear: both;
}
.glaph_button:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* etc --------------------------------------------------------*/
.clear {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.al_right {
	text-align: right;
}
.al_center {
	text-align: center;
}
.al_left {
	text-align: left;
}
.f_bold {
	font-weight: bold;
}
.f_black {
	color: #000;
}
.f_white {
	color: #fff;
}
.f_gray_usui {
	color: #ccc;
}
.f_red {
	color: #f00;
}
.f_red_usui {
	color: #fcc;
}
.f_orange {
	color: #ffa500;
}
.f_blue {
	color: #00f;
}
.f_skyblue {
	color: #3f86f1;
}
.f_aqua {
	color: #00eeee;
}
.f_pink {
	color: #f0f
}
.f_yellow {
	color: #ff0;
}
.f_green {
	color: #008000;
}
.f_lime {
	color: #00FF00;
}
.bk_gray_w_white {
	color: #fff;
	background-color: #aaa;
}
.bk_black_w_white {
	color: #fff;
	background-color: #000;
}
.bk_red_w_white {
	color: #fff;
	background-color: #f00;
}
.bk_bule_w_white {
	color: #fff;
	background-color: #00f;
}
.bk_yellow_w_black {
	color: #000;
	background-color: #ff0;
}
.bk_green_w_black {
	color: #000;
	background-color: #0f0;
}
.bk_orange_w_black {
	color: #000;
	background-color: #ffa500;
}
.normal_text p {
	margin-bottom: 1em;
	word-break: break-all;
}
li.non_style {
	list-style: none;
}
.add_word {
	font-size: 0.8em;
}
.attention_marking {
	font-size: 0.8em;
	color: #ff0000;
}
.big_bunner img {
	width: 100%;
	max-width: 460px;
	height: auto;
}
.list_side ul li {
	display: inline-block;
	margin-left: 5px;
}
.small_word {
	font-size: 0.7em;
}
.modecheck {
	display: none;
}

/* normalテーブル設定----------------------------------------------*/
.normal_table table {
	width: 100%;
	margin: 15px auto;
}
.normal_table table th,
.normal_table table td {
	padding: 5px;
	border-left: 1px solid #ccc;
}
.normal_table table th {
	background-color: #aaa;
}
.normal_table table tr:nth-child(odd),
.normal_table table tr:nth-child(odd) td {
	background-color: #ddf;
}
.normal_table table th:last-child,
.normal_table table td:last-child {
	border-right: 1px solid #ccc;
}
.normal_table table tr:last-child th ,
.normal_table table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
	.normal_table table th,
	.normal_table table td {
		font-size: 0.9em;
		padding: 3px;
	}
}
/* 年度等選択トグル ---------------------------------------------*/
.select_year h1.toggle_select_year {
	cursor: pointer;
}
.select_year h1.toggle_select_year {
		position: relative;
		display: block;
}
.select_year h1.toggle_select_year:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select_year h1.toggle_select_yeardown {
	cursor: pointer;
}
.select_year h1.toggle_select_yeardown {
		position: relative;
		display: block;
}
.select_year h1.toggle_select_yeardown:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#toggle_select_year_line {
	display: none;
}
/* 写真ポップアップjs用 -----------------------------------------*/
.mfp-img-mobile .mfp-close,
.mfp-img-mobile .mfp-bottom-bar {
	background-color: #000;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	left: 0px;
	padding-right: 0px;
	right: 0px;
}
/* 各種ページ用 -------------------------------------------------*/
/* 404（404.html) -------------------------------------*/
.not404 .img_box {
	display: block;
	float: left;
	width: 35%;
	max-width: 250px;
	height: auto;
	max-height: 250px;
	margin: 20px;
	transform: rotate(5deg);
}
.not404 .img_box img {
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
/* 更新情報（whatsnew.html) -------------------------------------*/
#topic_line ul {
	margin-bottom: 10px;
}
#topic_line ul li {
	list-style: none;
	margin-top: 2px;
	line-height: 1.2em;
	border-bottom: 1px dotted #000044;
}
#topic_line ul li.topic_line_monthly {
	font-weight: bold;
	padding: 5px;
	border-right: 3px solid #000044;
	border-bottom: 3px solid #000044;
	background-color: #ddf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#topic_line ul li a {
	display: inline-block;
	width: 100%;
	padding: 2px;
	text-decoration: none;
}
#topic_line ul li a:hover,
#topic_line ul li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
#topic_line ul li span {
	color: #000;
	text-decoration: none;
	margin-left: -0.8em;
	font-size: 0.8em;
	font-weight: bold;
}
#topic_line ul li img {
	float: right;
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 0 5px;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
/* サイトマップ（sitemap.html) ------------------------*/
#sitemap ul li {
	list-style: none;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-left: 0;
	border-bottom: 3px solid #000044;
}
#sitemap ul li ul li{
	list-style: none;
	border-top: 0;
	text-indent: 1em;
	border-top: 1px dotted #ccc;
	border-bottom: 0;
}
#sitemap ul li a {
	display: block;
	text-decoration: none;
	width: 99%;
	padding: 5px;
}
#sitemap ul li a:hover,
#sitemap ul li a:active {
	color: #fff;
	background-color: #666;
}
/* NAB21について（aboutus/index.html) ------------------------*/

.img320210left {
	display: block;
	float: left;
	width: 40%;
	max-width: 320px;
	height: auto;
	max-height: 210px;
	margin: 5px 25px 5px 5px;
	transform: rotate(5deg);
	
}
.img320210left img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.aboutus .bk_inbamap {
	background-image: url("../aboutus/jpg/inba-map-touka.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 50%;
}
.aboutus ul li {
	font-weight: bold;
	list-style: none;
	border-bottom: 3px solid #000044;
}
.aboutus ul li ul li {
	font-weight: normal;
	border-top: 1px dotted #ccc;
	border-bottom: 0;
}
.aboutus ul li ul li span:before {
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
}
.aboutus ul li ul li span {
	margin-left: -1em;
}
.nab_staff dl {
	display: block;
	float: left;
	width: 110px;
	height: 155px;
	margin: 5px;
}

.nab_staff dl dt,
.nab_staff dl dd {
	line-height: 1.2em;
}
.nab_staff dl dt {
	margin-bottom: 5px;
	border-bottom: 2px solid #000044;
}
.nab_staff img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
/* LINK（LINK/index.html) ------------------------*/
#link_member,
#link_aid,
#link_bass,
#link_corp,
#link_chiba,
#link_etc {
	margin: 15px 15px 50px;
}

.linkmember {
	display: -webkit-box;
	/*Android4.3*/
	display: -moz-box;
	/*Firefox21*/
	display: -ms-flexbox;
	/*IE10*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

.linksite {
	display: block;
	width: 360px;
	min-height: 75px;
	padding-top: 2px;
	margin-bottom: 5px;
	border: solid 1pt #aaa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 2px 2px 5px #aaa;
	/*CSS3*/
	-moz-box-shadow: 2px 2px 5px #aaa;
	/* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #aaa;
	/* Google Chrome, Safari用*/
	background: linear-gradient(90deg, red, orange, blue, green);
	background-size: 500% 500%;
	animation: gradation 20s infinite;
}

@keyframes gradation {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

.linksite_main {
	display: block;
	width: 360px;
	height: auto;
	padding: 5px 0 5px;
	margin: 5px 0 5px;
}

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

	.linksite,
	.linksite_main {
		width: 330px;
	}
}

.linksite_main a {
	color: #fff;
	display: block;
	padding: 2px;
}

.linksite_main a:hover .linksite_name,
.linksite_main a:active.linksite_name,
.linksite_main a:hover .linksite_name,
.linksite_main a:active .linksite_name {
	color: #fff;
	background-color: #aaa;
}

.linksite_main span.linksite_img {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	margin-bottom: 2px;
}

.linksite_main span.linksite_img img {
	width: 100%;
	height: auto;
	max-height: 30px;
}

.linksite_main span.linksite_name {
	display: block;
	float: right;
	font-size: 1.3em;
	width: 250px;
	height: auto;
	padding: 2px;
}

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

	.linksite_main span.linksite_name {
		width: 220px;
	}
}

.linksite_contents {
	color: #eee;
	display: block;
	width: 100%;
	border-top: solid 1pt #aaa;
}

.linksite_contents span.linksite_date {
	display: block;
	float: right;
	width: 70%;
	margin-top: 5px;
}

.linksite_contents span.linksite_date span.linksite_new {
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	margin-left: -3em;
	text-shadow: 3px 3px 3px #f00;
}

.linksite_contents a {
	display: block;
	color: #eee;
}

.linksite_contents a:hover .linksite_title,
.linksite_contents a:active.linksite_title,
.linksite_contents a:hover .linksite_title,
.linksite_contents a:active .linksite_title {
	color: #fff;
	background-color: #aaa;
}

.linksite_contents span.linksite_title {
	display: block;
	float: right;
	width: 70%;
}
.linkCollection dl dd {
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1em;
	margin: 5px;
	width: 150px;
	height: 80px;
}
.linkCollection dl dd a {
	color: #0000ff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.linkCollection dl dd a:hover,
.linkCollection dl dd a:active {
	color: #fff;
	background-color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.linkCollection dl dd img {
	width: auto;
	max-width: 120px;
	height: auto;
	max-height: 40px;
	margin-bottom: 3px;
	background-color: #fff;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}

/* 入会案内（registration/index.html) ------------------------*/
#registration_new,
#registration_cont,
#registration_attention {
	margin: 15px 15px 50px;
}
.main_left article h1.Bred-Wwhite {
	color: #fff;
	background-color: #ff0000;
	border: 0;
}
.registration h2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
.registration h3 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000044;
}
.registration h3 span {
	display: inline-block;
	color: #fff;
	text-align: center;
	height: 22px;
	width: 22px;
	margin-right: 0.5em;
	background-color: #000044;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;

}
.registration .img_box {
	display: block;
	float: left;
	width: 20%;
	max-width: 200px;
	min-width: 100px;
	height: auto;
	max-height: 200px;
}
.registration .img_box img {
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 200px;
}
.reg_step {
	display: block;
	float: left;
	width: 45%;
	height: auto;
	margin: 0 0 5px 5px;
	padding: 3px;
	border: 3px solid #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.ya_under {
	width: 100%;
	text-align: center;
	font-weight: bold;
	z-index: 2;
	position: relative;
	margin-top:30px;
}
.ya_under:before {
	border-top: 25px solid #aaa;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content: "";
	position: absolute;
	top: -25px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;/* 中央寄せに使用 */
	margin-left: -50px; /* 中央寄せに使用 */
	z-index: 1;
}
.registration ol li {
	margin-left: 2em;
}
.reg_step ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #000044;
}
.reg_step ul li {
	margin-left: 2em;
}
.reg_step ul li ul {
	border-bottom: none;
}
.reg_step ul li ul li {
	margin-left: 1em;
}
.reg_step .b_size_max100 {
	display: inline-block;
	height: auto;
	margin-left: -1em;
	margin-bottom: 10px;
	min-height: 30px;
}
.registration  ul.re_bt {
	margin-bottom: 15px;
}
.registration  ul.re_bt li {
    display: inline-block;
    margin: 5px 0 5px;
    text-align: center;
    width: 120px;
	background-color: #333;
}
.registration  ul.re_bt li a {
	color: #fff;
    display: block;
    margin: 0;
    padding: 10px 0px 5px;
    text-decoration: none;
}
.registration  ul.re_bt li a:hover,
.registration  ul.re_bt li a:active {
	background-color: #666;
}

@media only screen and (max-width: 480px) {
	.reg_step {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		border: none;
	}
	.registration ul li {
		margin-left: 1em;
	}
}
/* オリジナルグッズ(goods/index.html) -----------------------------------*/
.original_goods h2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
.original_goods #tab_return {
	margin-bottom: 50px;
}
.original_goods .goods:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.original_goods .goods_photo {
	display:block;
	float:left;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;
}
.original_goods .goods_photo img {
	box-shadow: 2px 2px 10px #000;
	width: 100%;
	max-width: 120px;
	height: atuo;
}
.original_goods .goods_detail {
	display:block;
	float:left;
	margin-bottom: 1em;
	width: 75%;
}
.original_goods .goods_detail p {
	margin-top :0;
}

.original_goods .goods_detail ul {
	margin-top: 1em;
}
.original_goods .goods_detail li {
    list-style-type: none;
    margin: 0;
	line-height: 1.2em;
	
}
.original_goods .goods_detail table {
	width: 100%;
	max-width: 600px;
}
.original_goods .goods_detail table th {
	font-size: 0.9em;
	background-color: #ccc;
	padding: 2px;
}
.original_goods .goods_detail table td {
	font-size: 0.9em;
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}
.original_goods .goods_detail table tr:last-child {
	border-bottom: 2px solid #ccc;
}
.original_goods .goods_detail table td span {
	display: none;
}
.original_goods .mini_title {
	display: block;
	width: 100%;
	margin: 20px 0 10px;
	padding: 5px 2px 5px;
	border-top: 2px solid #000044;
	border-bottom: 1px solid #000044;
}
@media only screen and (max-width: 480px) {
	.original_goods .goods_photo {
		width: 100%;
		margin-right: 2px;
	}
	.original_goods .goods_detail {
		width: 100%;
	}
	.original_goods .goods_detail tbody tr {
		display: block;
		margin-bottom: 10px;
	}
	.original_goods .goods_detail tbody th {
		display: none;
	}
	.original_goods .goods_detail tbody td {
		display: list-item;
		list-style: none;
		line-height: 1.2em;
		border: none;
	}
	.original_goods .goods_detail tbody td:first-child {
		font-weight: bold;
		border-bottom: 2px solid #000044;
	}
	.original_goods .goods_detail tbody td:last-child {
		border-bottom: 1px solid #000044;
	}
	.original_goods .goods_detail table td span {
		display: inline;
	}
}
/* 50up Gallery(50upgallery/index.html) ----------------------------------*/
.upgallery:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.upgallery .upgallery_one {
	display: blcok;
	float: left;
	width: 47%;
	height: auto;
	min-height: 320px;
	margin: 0 0 5px 5px;
	padding: 2px;
	border: solid 1px #000044;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.upgallery_one .popup-gallery {
	display: block;
	float: left;
	width: 100px;
	margin: 3px;
}
.upgallery_one .popup-gallery img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.upgallery_one .upgallery_size {
	font-size: 3em;
	color: #ff0000;
	line-height: 1.2em;
}
.upgallery_one .upgallery_size2 {
	font-size: 2em;
	color: #ff0000;
	line-height: 1.2em;
}
.upgallery_one table {
	width: 100%;
}
.upgallery_one th,
.upgallery_one td {
	padding-bottom: 2px;
	border-bottom: 1px dotted #000044;
}
.upgallery_one th {
	font-weight: normal;
	padding-left: 2px;
}
@media only screen and (max-width: 480px) {
	.upgallery .upgallery_one {
		min-height: 400px;
	}
}
@media only screen and (max-width: 410px) {
	.upgallery .upgallery_one {
		width: 98%;
		min-height: 320px;
		margin-left: 0;
	}
}
/* クリーンアップ大作戦(fishing_life/cleanup/index.html)-------------*/
.cleanup .img_box {
	display: block;
	float: left;
	width: 35%;
	max-width: 250px;
	height: auto;
	max-height: 250px;
	margin: 20px;
}
.cleanup .img_box_right {
	display: block;
	float: right;
	width: 35%;
	max-width: 250px;
	height: auto;
	max-height: 250px;
	margin: 20px;
}
.cleanup .img_box img,
.cleanup .img_box_right img {
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
/* クリーンアップ大作戦Vol.xx報告(fishing_fife/cleanup/clupxx/index.html)----*/
.cleanup_log h2 {
	font-weight: bold;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border-left: 5px solid #000044;
	border-bottom: 1px solid #000044;
}
.cleanup_log .list_side {
	margin-left: 1em;
}
.cleanup_log .img_box {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
}
.cleanup_log .img_box img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.cleanup_log .img-w240 img {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 240px;
}
.cleanup_log .img-h240 img {
	width: auto;
	max-width: 240px;
	height: 100%;
	max-height: 240px;
}
.cleanup_log .list_side ul li {
	line-height: 1.2em;
	margin-bottom: 1em;
	vertical-align: top;
}
.cleanup_log .list_side ul li span {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0;
	padding: 3px;
}
.cleanup_log h3 {
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.cleanup_log .center_box p {
	text-align: center;
}
/* イベント報告(fishing_fife/event/xxxxxx/index.html)----*/
.event_log h2 {
	font-weight: bold;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border-left: 5px solid #000044;
	border-bottom: 1px solid #000044;
}
.event_log .list_side {
	margin-left: 1em;
}
.event_log .img_box {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 15px auto;
}
.event_log .img_box img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.event_log .img_box300 {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 15px auto;
}
.event_log .img_box300 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.event_log .img-w240 img {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 240px;
}
.event_log .img-h240 img {
	width: auto;
	max-width: 240px;
	height: 100%;
	max-height: 240px;
}
.event_log .img-w320 img {
	width: 100%;
	max-width: 320px;
	height: auto;
	max-height: 320px;
}
.event_log .img-h320 img {
	width: auto;
	max-width: 320px;
	height: 100%;
	max-height: 320px;
}
.event_log .list_side ul li {
	line-height: 1.2em;
	margin-bottom: 1em;
	vertical-align: top;
}
.event_log .list_side ul li span {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0;
	padding: 3px;
}
.event_log .img-w320 ul li span {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0;
	padding: 3px;
}
.event_log h3 {
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.event_log .center_box p {
	text-align: center;
}
.event_log .float_box_left {
	display: block;
	float: left;
	width: 30%;
	max-width: 300px;
	min-width: 130px;
	height: auto;
	margin: 5px;
}
.event_log .float_box_left img {
	width: 100%;
	height: auto;
}
.event_log em {
	text-decoration: underline;
}
.event_log .team_table {
	margin-left: 5px;
	margin-bottom: 15px;
}
.event_log .team_table table {
	width: 60%;
	min-width: 270px;
}
.event_log .team_table th,
.event_log .team_table td {
	padding: 2px;
}
.event_log .team_table tr {
	border-bottom: 1px dotted #000044;
}
.event_log .team_table tr:first-child ,
.event_log .team_table tr:last-child {
	border-bottom: 1px solid #000044;
}
.event_log .horserace_table table {
	width: 100%;
	margin: 10px auto;
}
.event_log .horserace_table tr {
	border-bottom: 1px solid #004;
}
.event_log .horserace_table tr:first-child {
	border-top: 1px solid #004;
}
.event_log .horserace_table th,
.event_log .horserace_table td {
	padding: 2px;
	text-align: center;
	width: 10%;
	border-left: 1px solid #004;
}
.event_log .horserace_table td:last-child {
	border-right: 1px solid #004;
}
.event_log .horserace_table th {
	width: 1em;
}
.event_log .horserace_table tr.one_column td {
	height: 4.8em;
}
.event_log .horserace_table tr.one_column96 td {
	height: 9.6em;
}
.event_log .horserace_table td .one_column_cont {
	display: block;
	width: 10px;
	height: 4.8em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
.event_log .horserace_table td .one_column_cont96 {
	display: block;
	width: 10px;
	height: 9.6em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
.event_log .horserace_table td .one_column_cont156 {
	display: block;
	width: 10px;
	height: 15.6em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
/*---*/
.event_log .drive_list:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.event_log .drive_list dl {
	display: block;
	float: left;
	min-width: 250px;
	margin: 5px;
	border: 2px solid #004;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
.event_log .drive_list dl dt {
	font-weight: bold;
	color: #fff;
	padding: 2px;
	background-color: #004;
}
.event_log .drive_list dl dd {
	padding: 2px;
}

/* MEMBERS REPORT 報告(fishing_fife/report/reportxxx/index.html)----*/
.report_log h2 {
	font-weight: bold;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border-left: 5px solid #000044;
	border-bottom: 1px solid #000044;
}
.report_log .list_side {
	margin-left: 1em;
}
.report_log .img_box {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 15px auto;
}
.report_log .img_box img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.report_log .img_box300 {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 15px auto;
}
.report_log .img_box300 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.report_log .img-w240 img {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 240px;
}
.report_log .img-h240 img {
	width: auto;
	max-width: 240px;
	height: 100%;
	max-height: 240px;
}
.report_log .img-w320 img {
	width: 100%;
	max-width: 320px;
	height: auto;
	max-height: 320px;
}
.report_log .img-h320 img {
	width: auto;
	max-width: 320px;
	height: 100%;
	max-height: 320px;
}
.report_log .list_side ul li {
	line-height: 1.2em;
	margin-bottom: 1em;
	vertical-align: top;
}
.report_log .list_side ul li span {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0;
	padding: 3px;
}
.report_log .img-w320 ul li span {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0;
	padding: 3px;
}
.report_log h3 {
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.report_log .center_box p {
	text-align: center;
}
.report_log .float_box_left {
	display: block;
	float: left;
	width: 30%;
	max-width: 300px;
	min-width: 130px;
	height: auto;
	margin: 5px;
}
.report_log .float_box_left img {
	width: 100%;
	height: auto;
}
.report_log em {
	text-decoration: underline;
}
.report_log .team_table {
	margin-left: 5px;
	margin-bottom: 15px;
}
.report_log .team_table table {
	width: 60%;
	min-width: 270px;
}
.report_log .team_table th,
.report_log .team_table td {
	padding: 2px;
}
.report_log .team_table tr {
	border-bottom: 1px dotted #000044;
}
.report_log .team_table tr:first-child ,
.report_log .team_table tr:last-child {
	border-bottom: 1px solid #000044;
}
.report_log .horserace_table table {
	width: 100%;
	margin: 10px auto;
}
.report_log .horserace_table tr {
	border-bottom: 1px solid #004;
}
.report_log .horserace_table tr:first-child {
	border-top: 1px solid #004;
}
.report_log .horserace_table th,
.report_log .horserace_table td {
	padding: 2px;
	text-align: center;
	width: 10%;
	border-left: 1px solid #004;
}
.report_log .horserace_table td:last-child {
	border-right: 1px solid #004;
}
.report_log .horserace_table th {
	width: 1em;
}
.report_log .horserace_table tr.one_column td {
	height: 4.8em;
}
.report_log .horserace_table tr.one_column96 td {
	height: 9.6em;
}
.report_log .horserace_table td .one_column_cont {
	display: block;
	width: 10px;
	height: 4.8em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
.report_log .horserace_table td .one_column_cont96 {
	display: block;
	width: 10px;
	height: 9.6em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
.report_log .horserace_table td .one_column_cont156 {
	display: block;
	width: 10px;
	height: 15.6em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 0 auto 0;
}
/* TOURNAMENT(tounament/index.html)-----------------------------------*/
/* FISHING LIFE(fishing_life/index.html)-----------------------------------*/
/* MEMBERS(members/index.html)-----------------------------------*/
#members .cont_box,
#tournament .cont_box,
#fishing_life .cont_box {
	padding-left: 0;
	width: 99%;
}
/* ゼッケン一覧(members/number_list/index.html) ---------------------------------*/
.select_year .inpage_jump ul {
	margin-left: 0;
}
.number_list_big {
	margin-top: 47px;
}
.number_list_big:after,
.number_list_small:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.number_list_big .number_list_personal a {
	display: block;
	float: left;
	color: #000;
	width: 45%;
	min-width: 250px;
	height: auto;
	min-height: 170px;
	padding: 5px;
	margin: 42px 5px 5px ;
	border: 2px solid #b68d4c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
	background: url("../image/inba-map-touka.png"),-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
	background: url("../image/inba-map-touka.png"),-webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.number_list_big .number_list_personal a:hover,
.number_list_big .number_list_personal a:active {
	background: url("../image/inba-map-touka.png"),-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b7ad70), color-stop(0.00, #d5cea6));
	background: url("../image/inba-map-touka.png"),-webkit-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-moz-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-o-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-ms-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.number_list_big .number_list_personal:nth-child(odd) a {
	margin-top: -42px;
}

.number_list_big .number_list_personal .number_list_number {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	width: 50%;
}
.number_list_big .number_list_personal .number_list_name {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	width: 50%;
}
.number_list_big .number_list_personal .number_list_kana {
	display: inline-block;
	font-size: 0.8em;
	width: 50%;
}
.number_list_big .number_list_personal .number_list_photo {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0px;
	overflow: hidden;
	border: 2px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.number_list_small .number_list_personal a {
	display: block;
	float: left;
	color: #000;
	width: 130px;
	height: auto;
	min-height: 190px;
	padding: 5px;
	margin: 5px ;
	border: 2px solid #b68d4c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
	background: url("../image/inba-map-touka.png"),-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
	background: url("../image/inba-map-touka.png"),-webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),-ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: url("../image/inba-map-touka.png"),linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.number_list_small .number_list_personal a:hover,
.number_list_small .number_list_personal a:active {
	background: url("../image/inba-map-touka.png"),-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b7ad70), color-stop(0.00, #d5cea6));
	background: url("../image/inba-map-touka.png"),-webkit-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-moz-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-o-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),-ms-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: url("../image/inba-map-touka.png"),linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.number_list_small .number_list_personal .number_list_photo {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0px;
	overflow: hidden;
	border: 2px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}

.number_list_small .number_list_personal .number_list_photo img {
	width: 50px;
	height: 50px;
}
.number_list_small .number_list_personal .number_list_number {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	width: 98%;
}
.number_list_small .number_list_personal .number_list_name {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	width: 98%;
}
.number_list_small .number_list_personal .number_list_kana {
	display: inline-block;
	font-size: 0.8em;
	width: 98%;
}
.number_list_personal hr {
	margin: 2px;
	border: 1px solid #004;
}
.number_list_personal .number_list_comment {
	display: inline-block;
	font-size: 0.9em;
	padding: 3px;
}
.mumber_list_change {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	width: 100%;
	margin: 15px 0px 10px 0px;
	padding: 5px;
	border-top: 3px solid #004;
}
@media only screen and (max-width: 790px) {
	.number_list_big {
		margin-top: 10px;
	}
	.number_list_big .number_list_personal a {
		width: 92%;
		height: auto;
		margin: 5px 2px 5px;
	}
	.number_list_big .number_list_personal:nth-child(odd) a {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.number_list_small .number_list_personal a {
		width: 92%;
		height: auto;
		min-height: 50px;
		padding: 5px;
		margin: 5px 2px 5px;
	}
	.number_list_small .number_list_personal .number_list_number {
		width: 50%;
	}
	.number_list_small .number_list_personal .number_list_name {
		width: 50%;
	}
	.number_list_small .number_list_personal .number_list_kana {
		width: 50%;
	}
}
/* メンバー全成績(members/number_list/member_info/mixxxxx.html)---------------------*/
.member_info_top {
	background-image: url("../image/inba-map-touka.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}
.data_date {
	display: block;
	float:right;
	font-weight: normal;
	font-size: 11px;
}
.data_date:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.member_info_photo {
	display: block;
	float: left;
	width: 20%;
	max-width: 200px;
	min-width: 80px;
	height: auto;
	max-height: 200px;
	margin: 0px 15px 5px 5px;
	padding: 0;
	overflow: hidden;
	border: 2px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.member_info_photo img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.member_info_basic {
	display: block;
	float: left;
	width: 55%;
	max-width: 600px;
	margin: 0;
	padding: 5px;
}
.member_info_basic:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.member_info_basic_name {
	display: inline-block;
	width: 100%;
	font-size: 2em;
}
.member_info_basic_kana {
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 15px;
}
.member_info_star_aoy:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.member_info_star_aoy span {
	display: block;
	float: left;
	color: #7b5f32;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 25px;
	overflow:hidden;
	margin: 15px 3px 15px;
	padding: 2px;
	border: 2px solid #b68d4c;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-o-border-radius: 26px;
	-ms-border-radius: 26px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
}
@media only screen and (max-width: 480px) {

	.member_info_star_aoy span {
		font-size: 12px;
		width: 30px;
		height: 30px;
		line-height: 15px;
		margin: 15px 3px 15px;
		padding: 2px;
		border-radius: 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		-o-border-radius: 16px;
		-ms-border-radius: 16px;
	}
}
.member_info_star_win {
	color: #f00;
}
 dl.member_info_tokki {
	display: block;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.member_info_tokki dd {
	display: inline-block;
	margin-left: 1em;
}
.member_info_data {
	padding: 2px;
	border: 1px solid #004;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.member_info_data h2,
.member_info_result h2 {
	font-weight: bold;
	padding: 0 3px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 5px solid #004;
}
.member_info_data table {
	width: 100%;
	margin-bottom: 15px;
	border-top :1px solid #004;
	border-bottom :1px solid #004;
}
.member_info_data th {
	font-weight: normal;
	width: 65%;
	background-color: #ffd;
	border-bottom: 1px dotted #004;
}
.member_info_data th,
.member_info_data td {
	padding: 0 5px 0;
}
.member_info_data tr:nth-child(odd) td {
	background-color: #ddd;
}
.member_info #canvasContainer {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}
.member_info #g_circle {
	width: 100%;
	height:255px;
}
.member_info #year_rank {
	width: 100%;
	height: 300px;
}
.member_info_result table {
	width: 100%;
	margin-bottom: 15px;
	border-top :1px solid #004;
	border-bottom :1px solid #004;
}
.member_info_result  th {
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	background-color: #ddd;
	border-bottom: 1px solid #004;
	border-left: 1px dotted #004;
}
.member_info_result  td {
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	padding: 2px;
	border-left: 1px dotted #004;
}
.member_info_result tr:nth-child(odd) td {
	background-color: #ddddff;
}
.member_info_result th:first-child,
.member_info_result td:first-child {
	border-left: 1px solid #004;
}
.member_info_result th:last-child,
.member_info_result td:last-child {
	border-right: 1px solid #004;
}
.member_info_result table tr:hover td {
	background-color: #dff;
}
.member_info_result th.th_year {
	font-weight: bold;
	text-align: left;
	background-color: #ffd;
	border-top: 1px dotted #004;
	border-bottom: 1px dotted #004;
}

.member_info_result td.al_left {
	text-align: left;
}
.member_info_result td a {
	display: block;
	width: 100%;
	padding: 4px 0px 4px;
}
.member_info_result td.al_center {
	text-align: center;
}
.member_info_result td.monthly_graph_bar {
	font-size: 18px;
	text-align: left;
	letter-spacing: -8px;
	padding: 0;
	border-left: 0;
}
.member_info .inpage_jump {
	display: none;
}
@media only screen and (max-width: 720px) {
	.member_info_result td.monthly_graph_bar {
		font-size: 12px;
		text-align: left;
		letter-spacing: -5px;
		padding: 0;
	}
	.member_info .inpage_jump {
		display: inline;
	}
	#info_toukei,
	#info_allyear,
	#info_allgame,
	#info_monthly {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 480px) {
	.member_info_result .small_non {
		display: none;
	}
}
/* お問合せ (contact/index.html)------------------------------------------------*/
#mail_form_normal,
#mail_form_registration,
#mail_form_continuous,
#mail_form_gamereport {
	margin-bottom: 50px;
}
form#mailformpro {
	clear: both;
	background-color: #eef;
}
form#mailformpro dl dt {
	font-size: 1em;
	width: 180px;
}
form#mailformpro dl dd {
	font-size: 1em;
	float:left;
	padding: 10px 5px 10px 5px;
	width: 60%;
}
form#mailformpro .must {
	font-size: 0.9em;
	padding: 0 5px;
}
form#mailformpro input {
	font-size: 1em;
	padding: 3px;
	letter-spacing: 2px;
}
form#mailformpro textarea {
	line-height: 1.2em;
	width: 98%;
	height: 10em;
}
form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
	margin-bottom: 15px;
}
form#mailformpro select {
	font-size: 1em;
	height: 30px;
	padding: 5px 2px;
}
form#mailformpro select option {
	font-size: 1em;
	padding: 10px 5px 10px 5px;
}
form#mailformpro div.mfp_err {
	color: #ff0;
	background-color: #000;
	background-image: none;
	font-size: 0.9em;
	padding-left: 2px;
}
form#mailformpro div.mfp_err:before {
	content: "\f071";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
}
div.mfp_buttons {
	border-top: 1px solid #004;
}
form#mailformpro div.mfp_buttons button {
	font-size: 1.2em;
	color: #00f;
	font-weight: bold;
}

.nab_address img {
	width: 100%;
	max-width: 300px;
	min-width: 250px;
	height: auto;
}
form#mailformpro dl dd ul.tacle_example {
	font-size: 0.9em;
	line-height: 1.1em;
}
form#mailformpro dl dd ul.tacle_example li {
	margin-bottom: 10px;
}
ul#mfp_phase_stat {
	padding: 50px 5px 5px;
}
ul#mfp_phase_stat li {
	display: inline-block;
	float: none;
	padding: 3px 5px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	font-size: 1.3em;
	color: #aaa;
	margin: 5px 0;
	padding: 5px 0;
}
ul#mfp_phase_stat li {
	font-size: 0.8em;
}
ul#mfp_phase_stat li.mfp_active_phase {
	font-weight: bold;
	background-color: #aaf;
}
#mfp_phase_confirm_inner {
	padding-top: 50px;
}
.mfp_phase h2 {
	font-weight: bold;
	border-bottom: 1px solid #000044;
	padding: 5px;
}
div#mfp_phase_confirm h4 {
	font-size: 1.2em;
	font-weight: bold;
}
button.mfp_next,
button.mfp_prev {
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px;
}
table#mfp_confirm_table tr th {
	width: 20%;
	min-width: 100px;
}
div.mfp_buttons button#mfp_button_send {
	color: #00f;
	font-weight: bold;
}
div.mfp_buttons button#mfp_button_cancel {
	color: #f00;
}

@media only screen and (max-width: 520px) {
	form#mailformpro dl dt {
		width: 98%;
		text-align: left;
		padding-bottom: 3px;
	}
	form#mailformpro dl dd {
		padding: 10px 5px 10px 5px;
		width: 95%;
		border-top: 0;
		padding-top: 0px;
	}
	table#mfp_confirm_table tr th ,
	table#mfp_confirm_table tr td {
		display: list-item;
		width: 100%;
	}
	table#mfp_confirm_table tr th {
		padding-bottom: 3px;
	}
	table#mfp_confirm_table tr td {
		padding-top: 0px;
		border-top: 0;
	}
}
/* メール送信完了 (contact/thanks.html)------------------------------------------------*/
.mail_thanks dl {
	margin-left: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #004;
	border-bottom: 1px solid #004;
}
.mail_thanks dl dt {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.mail_thanks dl dd {
	margin-left: 1em;
}
/* シーズントナメント (tournament/season/index.html)-----------------*/
#tournament_seaon h2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
.tournament_top_img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5px auto;
}
.tournament_top_img img {
	width: 100%;
	height: auto;
}
#tournament_seaon table {
	width: 100%;
}
#tournament_seaon .tournament_schedule table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#tournament_seaon th,
#tournament_seaon td {
	padding: 10px 5px;
	vertical-align: middle;
}
#tournament_seaon th {
	background-color: #ddd;
}
#tournament_seaon td span {
	display: none;
}
#tournament_seaon tr:nth-child(odd) td {
	background-color: #ddf;
}

#tournament_seaon table tr:hover td {
	background-color: #dff;
}
@media only screen and (max-width: 480px) {
	#tournament_seaon tbody tr {
		display: block;
		margin-bottom: 10px;
	}
	#tournament_seaon tbody th {
		display: none;
	}
	#tournament_seaon tbody td {
		display: list-item;
		list-style: none;
		line-height: 1.2em;
		border: none;
		padding: 5px 2px 2px 2px;
	}
	#tournament_seaon tbody td:first-child {
		font-weight: bold;
		border-top: 1px solid #000044;
		border-bottom: 2px solid #000044;
	}
	#tournament_seaon table td span {
		display: inline;
	}
	#tournament_seaon a.b_size_nofloat_a {
		width: auto;
		margin: 0 auto;
	}
	#tournament_seaon table td a.b_size_nofloat_b {
		width: auto;
		margin: 0 auto;
		padding: 10px 4px;
	}
	 /* 受付 追加 */
	#tournament_seaon table tr td .addcont_accept:before {
		content: "受付:";
	}
	 /* xx日目受付 追加 */
	#tournament_seaon table tr td .addcont_accept01:before {
		content: "1日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept02:before {
		content: "2日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept03:before {
		content: "3日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept04:before {
		content: "4日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept05:before {
		content: "5日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept06:before {
		content: "6日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept07:before {
		content: "7日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept08:before {
		content: "8日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept09:before {
		content: "9日目受付:";
	}
	#tournament_seaon table tr td .addcont_accept10:before {
		content: "10日目受付:";
	}
}
/* 試合結果(tournament/seasoan/xxxx-0x/index.html)---------------------------*/
#tournament_result .inpage_jump {
	display: none;
}
#tournament_result h2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
#tournament_result .tournament_otachi_img {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
#tournament_result .tournament_otachi_img img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.tournament_results table {
	width: 100%;
	border-bottom: 2px solid #004;
}
.tournament_results th,
.tournament_results td {
	padding: 10px 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1em;
}
.tournament_results th {
	font-size: 0.9em;
	background-color: #ddd;
}
.tournament_results td a {
	text-decoration: none;
}
.tournament_results td span.full {
	display: inline;
}
.tournament_results th.al_left,
.tournament_results td.al_left {
	text-align: left;
}
.tournament_results td.al_right {
	text-align: right;
}
.tournament_results tr td:nth-child(3) {
	min-width: 80px;
	white-space: normal;
	text-align: left;
}
.tournament_results tr td:nth-child(4) {
	text-align: right;
}
.tournament_results tr:nth-child(odd),
.tournament_results tr:nth-child(odd) td {
	background-color: #ddf;
}

.tournament_results table tr:hover,
.tournament_results table tr:hover td {
	background-color: #dff;
}
.tournament_game_data table {
	width: 100%;
}

.tournament_game_data th,
.tournament_game_data td {
	font-size: 0.9em;
	padding: 0 5px;
	vertical-align: middle;
	border-bottom: 1px dotted #666;
}
.subright32 aside .game_top5 dl {
	border-top: 2px solid #004;
	margin-bottom: 15px;
}
.subright32 aside .game_top5 dd {
	text-align:center;
	border-bottom: 0;
	padding-top: 0;
	line-height: 1em;
}
.subright32 aside .game_top5 dd img {
	border: 3px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 2px 2px 5px #000044; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000044; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000044; /* Google Chrome, Safari用*/
}
.subright32 aside .game_top5 dl dd:first-child {
	border-top: 1px solid #004;
}
.subright32 aside .game_top5 dl dd a.b_size_nofloat_a {
	margin: 0 auto;
}
@media only screen and (max-width: 720px) {
	#tournament_result .inpage_jump {
		display: inline;
	}
	#game_review,
	#game_thanks,
	#game_result,
	#game_data,
	#game_photo,
	#game_report {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 480px) {
	#tournament_result .tournament_otachi_img img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.tournament_results tbody th,
	.tournament_results td {
		display: block;
		float: left;
		padding: 10px 1px;
	}
	.tournament_results td.full,
	.tournament_results td span.full {
		display: none;
	}
	.tournament_results table th{
		background-color: transparent;
	}
	.tournament_results table tr th:nth-child(1),
	.tournament_results table tr td:nth-child(1) {
		width: 38px;
		text-align: right;
	}
	.tournament_results table tr th:nth-child(2),
	.tournament_results table tr td:nth-child(2) {
		font-size: 0.9em;
		width: 2em;
		text-align: right;
	}
	.tournament_results table tr th:nth-child(3),
	.tournament_results table tr td:nth-child(3) {
		width: 90px;
	}
	.tournament_results table tr th:nth-child(4),
	.tournament_results table tr td:nth-child(4) {
		width: 50px;
	}
	.tournament_results table tr th:nth-child(5),
	.tournament_results table tr td:nth-child(5) {
		font-size: 0.9em;
	}
	.tournament_results table tr th:nth-child(6),
	.tournament_results table tr td:nth-child(6) {
		width: 4em;
		text-align: right;
	}
	.tournament_results table tr th:nth-child(7) {
		display: none;
	}
	.tournament_results table tr td:nth-child(7) {
		clear: both;
		padding: 1px;
		width: 98%;
		text-align: right;
	}
	.tournament_results tr:nth-child(odd),
	.tournament_results tr:nth-child(odd) td {
		background-color: transparent;
	}
	.tournament_results tr:nth-child(even),
	.tournament_results tr:nth-child(even) td {
		background-color: #ddf;
	}
	 /* ゼッケン 尾数 カッコ囲み */
	.tournament_results table tr td:nth-child(2):before,
	.tournament_results table tr td:nth-child(5):before {
		content: "(";
	}
	.tournament_results table tr td:nth-child(2):after,
	.tournament_results table tr td:nth-child(5):after {
		content: ")";
	}

	 /* 2days用 */
	.tournament_results table.days_class tr td:nth-child(4) {
		width: auto;
	}
	.tournament_results table.days_class tr td:nth-child(5):before {
		content: "";
	}
	.tournament_results table.days_class tr td:nth-child(5):after {
		content: "";
	}
}
/* 入賞レポート(tournament/season/h_game_personal_reportx.html) ------------------------------------------------*/
#tournament_report h2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #000044;
	border-bottom: 1px solid #000044;
}
.tournament_report_img_tate {
	display: block;
	float: left;
	width: 48%;
	height: auto;
}
.tournament_report_img_fish {
	display: block;
	float: right;
	width: 48%;
	height: auto;
}
.tournament_report_img_tate img ,
.tournament_report_img_fish img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 480px) {
	.tournament_report_img_tate,
	.tournament_report_img_fish {
		width: 100%;
		float: none;
	}
}
dl.list1,
dl.list2 {
	margin: 0 0 15px 1em;
 	border-bottom: solid 1pt #CCC;
}
dl.list1 dt,
dl.list2 dt {
	clear: both;
	display: inline-block;
	float: left;
	margin: 0 0 2px;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #000;
}
dl.list1 dt {
	width: 5em;
}
dl.list2 dt {
	width: auto;
}
dl.list1 dd {
	margin-bottom: 2px;
	border-bottom: 1px dotted #CCC;
}
dl.list1 dd:last-child {
	border-bottom: 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* video fixed width wrappers */
.video-wrapper {
	width: 720px;
	max-width: 100%;
}
/* フォトギャラリー(tournament/season/xxxx-0x/galleryX.html)---------------------*/
#photo_gallery .list_side ul li {
	vertical-align: top;
}
#photo_gallery .list_side p {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
#photo_gallery .list_side img {
	width: 100%;
	max-width: 260px;
	height: auto;
}

#photo_gallery .list_side span {
	display: block;
	width: 100%;
	padding: 2px;
}
#photo_gallery .img_box {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 15px auto;
}
#photo_gallery .img_box img {
	width: 100%;
	max-width: 420px;
	height: auto;
}
#photo_gallery .img_box140_w img {
	width: auto;
	max-width: 140px;
	height: auto;
}
#photo_gallery .img_box300 {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 15px auto;
}
#photo_gallery .img_box300 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#photo_gallery .img_box280 {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 15px auto;
}
#photo_gallery .img_box280 img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
#photo_gallery .img_box200 {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 15px auto;
}
#photo_gallery .img_box200 img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
#photo_gallery .comment {
	display: block;
	font-weight: bold;
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 5px 5px 0;
	margin-top: 10px;
	border-top: 1px solid #004;
}
#photo_gallery .page_bottom_nav_list {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
#photo_gallery .page_bottom_nav_list ul li {
	min-width: 30px;
}
#photo_gallery .page_bottom_nav_list ul li a {
	padding: 10px 12px;
}
/* 総合成績(tournament/season/20xx/index.html)-------------------*/
#tournament_total_result .small_word {
	font-size: 0.9em;
}
.total_result {
	width: 100%;
	height: 60vh;
	position:relative;
	overflow: scroll;
}
/* スクロールボタン */
#table_scroll_tb {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 0;
	z-index: 100;
}
.total_result #button_top {
	display: block;
	width: 60px;
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 5px;
}
#table_scroll_lr {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 35%;
	z-index: 100;
}

@media only screen and (min-width: 800px) {
	#table_scroll_lr {
		display: none;
	}
}
.total_result #button_left{
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.total_result #button_right {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
}
#table_scroll_bottom {
	position: relative;
}
#table_scroll_bottom #button_bottom {
	display: block;
	text-align: right;
	width: 100%;
	height: 30px;
	cursor: pointer;
	z-index: 200;
	margin-top:-35px;
}
#table_scroll_bottom #button_bottom img {
	width: 60px;
	height: 30px;
	margin-left: 30%;
	margin-right: 2%;
}

#table_scroll_tb #button_top img,
#table_scroll_lf #button_left img, 
#table_scroll_lf #button_right img {
	width: 100%;
	height:100%;
}
/* 結果テーブル */
.total_result table {
	width: 100%;
	height: 100%;
	border-collapse: separate;
}
.total_result table tr th,
.total_result table tr td {
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	border-left: solid 1pt #ccc;
	border-bottom: solid 1pt #ccc;
	line-height: 1em;
	vertical-align: middle;
	white-space: nowrap;
}
.total_result table tr td.bold {
	font-weight: bold;
}
.total_result table tr th {
	padding: 3px 1px;
	background-color: #ddd;
	border-top: 1px solid #ccc;
}
.total_result table tr:nth-child(1) th,
.total_result table tr:nth-child(2) th,
.total_result table tr td:nth-child(1),
.total_result table tr td:nth-child(2),
.total_result table tr td:nth-child(3) {
	position: sticky;
	position: -webkit-sticky;
}
.total_result table tr:nth-child(1) th{
	top:0;
	left:0;
	z-index: 3;
}
.total_result table tr:nth-child(2) th {
	top:22px;
	left:0;
	z-index: 3;
}
.total_result table tr:nth-child(1) th:nth-child(1) {
	top:0;
	left:0;
	z-index: 5;
}
.total_result table tr:nth-child(1) th:nth-child(2) {
	top:0;
	left:31px;
	z-index: 5;
}
.total_result table tr:nth-child(1) th:nth-child(3) {
	max-width: 100px;
	top:0;
	left:69px;
	z-index: 5;
}
.total_result table tr td:nth-child(1) {
	top:0;
	left:0;
	z-index: 2;
}
.total_result table tr td:nth-child(2) {
	top:0;
	left:31px;
	z-index: 2;
}
.total_result table tr td:nth-child(3) {
	min-width: 80px;
	max-width: 100px;
	white-space: normal;
	top:0;
	left:69px;
	z-index: 2;
}
.total_result table tr th.color_weight {
	background-color: #caf882;
}
.total_result table tr td {
	padding: 5px 2px;
}
.total_result table tr td.color_weight {
	background-color: #ecfcd2;
}
.total_result table tr th:first-child,
.total_result table tr td:first-child {
	border-left: 1px solid #ccc;
}
.total_result table tr th:last-child,
.total_result table tr td:last-child {
	border-right: 1px solid #ccc;
}
.total_result table tr th.al_left,
.total_result table tr td.al_left {
	text-align: left;
}
.total_result table tr th.al_right,
.total_result table tr td.al_right {
	text-align: right;
}

.total_result table tr td a {
	display: block;
	padding: 5px 2px;
	text-decoration: none;
}
.total_result table tr:nth-child(even) td {
	background-color: #ddf;
}
.total_result table tr:nth-child(even) td.color_weight {
	background-color: #d8faa2;
}
.total_result table tr:hover td{
	background-color: #dff;
}
.total_result table tr:hover td.color_weight {
	background-color: #bcf662;
}
.total_result table .detail {
	display: none;
}
/* AOY コメント (tournament/season/xxxx/aoycomments.html)------------------------*/
.tournament_aoy .aoy_top_img {
	width: 100%;
	height: auto;
	margin: auto;
}
.tournament_aoy .aoy_top_img img {
	width: auto;
	max-width:100%;
	height: auto;
	margin: 0;
}

.tournament_aoy .face_photo {
	width:100%;
	max-width: 200px;
	height: auto;
	margin: auto;
}
.tournament_aoy .face_photo img {
	width:100%;
	height: auto;
	margin: 0;
}
.tournament_aoy h2 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	border-left: 5px solid #004;
}
.tournament_aoy .detail_data table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #004;
}
.tournament_aoy .detail_data table tr th,
.tournament_aoy .detail_data table tr td {
	padding: 2px;
	text-align: center;
}
.tournament_aoy .detail_data table tr:last-child th,
.tournament_aoy .detail_data table tr:last-child td {
	border-top: 3px double #004;
}
.tournament_aoy .detail_data table tr.total th,
.tournament_aoy .detail_data table tr.total td {
	border-top: 3px double #004;
}
.tournament_aoy .detail_data table tr th {
	background-color: #ccc;
}
.tournament_aoy .detail_data table tr:nth-child(odd) td {
	background-color: #ddf;
}
/* 統計データ(tournament/season/xxxx/statistics.html)-----------------------*/
/* 全シーズン統計データ(tournament/season/statistics_xxxxxxx.html)-----------------------*/
#tournament_statistics #tournament_data,
#tournament_statistics #ship_data,
#tournament_statistics #area_data,
#tournament_statistics #wein_data,
#tournament_statistics #weightcount_data,
#tournament_statistics #fishweight_data,
#tournament_statistics #sunrise_data {
	margin-bottom: 50px;
}
#tournament_statistics .cont_box_all h2 {
    border-bottom: 2px solid #000044;
    font-weight: bold;
}
#tournament_statistics table {
	width: 98%;
	margin: 10px auto;
}
#tournament_statistics table tr th ,
#tournament_statistics table tr td {
	padding: 5px 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#tournament_statistics table tr th.al_left ,
#tournament_statistics table tr td.al_left {
	text-align: left;
}
#tournament_statistics table tr th.al_right ,
#tournament_statistics table tr td.al_right {
	text-align: right;
}

#tournament_statistics table tr th:last-child ,
#tournament_statistics table tr td:last-child {
	border-right: 1px solid #ccc;
}
#tournament_statistics table tr:last-child th ,
#tournament_statistics table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
#tournament_statistics table tr.total td {
	border-top: 3px double #aaa;
}
#tournament_statistics table tr th {
	background-color: #aaa;
}
#tournament_statistics table tr:nth-child(odd) td {
	background-color: #ddf;
}

#tournament_statistics table tr th.small {
	font-size: 0.8em;
}

#tournament_statistics #canvasContainer {
	width: 100%;
	height: 300px;
}
#tournament_statistics #toggle_select_data_line,
#tournament_statistics #toggle_select_data_line2,
#tournament_statistics #toggle_select_data_line3,
#tournament_statistics #toggle_select_data_line4 {
	overflow: hidden;
}
#tournament_statistics .select_data2 h1.toggle_select_data2,
#tournament_statistics .select_data3 h1.toggle_select_data3,
#tournament_statistics .select_data4 h1.toggle_select_data4 {
	cursor: pointer;
}
#tournament_statistics .select_data2 h1.toggle_select_data2,
#tournament_statistics .select_data3 h1.toggle_select_data3,
#tournament_statistics .select_data4 h1.toggle_select_data4 {
	position: relative;
	display: block;
}
#tournament_statistics .select_data2 h1.toggle_select_data2:after,
#tournament_statistics .select_data3 h1.toggle_select_data3:after,
#tournament_statistics .select_data4 h1.toggle_select_data4:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#tournament_statistics .select_data2 h1.toggle_select_data2down,
#tournament_statistics .select_data3 h1.toggle_select_data3down,
#tournament_statistics .select_data4 h1.toggle_select_data4down {
	cursor: pointer;
}
#tournament_statistics .select_data2 h1.toggle_select_data2down,
#tournament_statistics .select_data3 h1.toggle_select_data3down,
#tournament_statistics .select_data4 h1.toggle_select_data4down {
	position: relative;
	display: block;
}
#tournament_statistics .select_data2 h1.toggle_select_data2down:after,
#tournament_statistics .select_data3 h1.toggle_select_data3down:after,
#tournament_statistics .select_data4 h1.toggle_select_data4down:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#tournament_statistics .select_data h2.title,
#tournament_statistics .select_data2 h2.title,
#tournament_statistics .select_data3 h2.title,
#tournament_statistics .select_data4 h2.title {
	clear: both;
	display: block;
	font-weight: bold;
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
	background-color: #fff;
}
#tournament_statistics .select_data ul li,
#tournament_statistics .select_data2 ul li,
#tournament_statistics .select_data3 ul li,
#tournament_statistics .select_data4 ul li {
	display: block;
	list-style: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#tournament_statistics .select_data ul li a,
#tournament_statistics .select_data2 ul li a,
#tournament_statistics .select_data3 ul li a,
#tournament_statistics .select_data4 ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 96%;
	margin: 0;
	padding: 10px 5px;
	background-color: #333;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#tournament_statistics .select_data ul li.this a,
#tournament_statistics .select_data ul li a:hover,
#tournament_statistics .select_data ul li a:active,
#tournament_statistics .select_data2 ul li.this a,
#tournament_statistics .select_data2 ul li a:hover,
#tournament_statistics .select_data2 ul li a:active,
#tournament_statistics .select_data3 ul li.this a,
#tournament_statistics .select_data3 ul li a:hover,
#tournament_statistics .select_data3 ul li a:active,
#tournament_statistics .select_data4 ul li.this a,
#tournament_statistics .select_data4 ul li a:hover,
#tournament_statistics .select_data4 ul li a:active {
	background-color: #666;
}
@media only screen and (max-width: 720px) {
	#tournament_statistics #personal {
		margin-bottom: 50px;
	}
	#tournament_statistics .select_data h1.toggle_select_data {
		cursor: pointer;
	}
	#tournament_statistics .select_data h1.toggle_select_data {
		position: relative;
		display: block;
	}
	#tournament_statistics .select_data h1.toggle_select_data:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#tournament_statistics .select_data h1.toggle_select_datadown {
		cursor: pointer;
	}
	#tournament_statistics .select_data h1.toggle_select_datadown {
			position: relative;
			display: block;
	}
	#tournament_statistics .select_data h1.toggle_select_datadown:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#tournament_statistics #toggle_select_data_line,
	#tournament_statistics #toggle_select_data_line2,
	#tournament_statistics #toggle_select_data_line3,
	#tournament_statistics #toggle_select_data_line4 {
		overflow: hidden;
	}
	#tournament_statistics .select_data ul li,
	#tournament_statistics .select_data2 ul li,
	#tournament_statistics .select_data3 ul li,
	#tournament_statistics .select_data4 ul li {
		display: inline-block;
		float: left;
		width: auto;
	}
	#tournament_statistics .select_data ul li a,
	#tournament_statistics .select_data2 ul li a,
	#tournament_statistics .select_data3 ul li a,
	#tournament_statistics .select_data4 ul li a {
		display: inline-block;
		border-bottom: 1px dotted #aaa;
		padding-left: 10px;
		overflow: hidden;
	}
	#tournament_statistics #toggle_select_data_line,
	#tournament_statistics #toggle_select_data_line2,
	#tournament_statistics #toggle_select_data_line3,
	#tournament_statistics #toggle_select_data_line4 {
		background-color: #333;
	}
}
@media only screen and (max-width: 480px) {
	#tournament_statistics  .small_non small {
		display:none;
	}
}
@media only screen and (max-width: 420px) {
	#tournament_statistics table tr th,
	#tournament_statistics table tr td {
		font-size: 0.9em;
	}
}
/* オープンペア一覧 ----------------------------------*/

#tournament_opt table {
	width: 100%;
}

#tournament_opt .tournament_schedule img {
	width: 150px;
	height: auto;
	border: 3px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
	box-shadow: 2px 2px 5px #004; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #004; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #004; /* Google Chrome, Safari用*/
}
#tournament_opt .tournament_schedule table {
	border: 1px solid #ccc;
}
#tournament_opt th,
#tournament_opt td {
	padding: 10px 5px;
	vertical-align: middle;
}
#tournament_opt th {
	background-color: #ddd;
	text-align: center;
}
#tournament_opt td a.b_size_nofloat_a {
	margin: auto;
}
#tournament_opt td span {
	display: none;
}
#tournament_opt tr:nth-child(odd) td {
	background-color: #ddf;
}

#tournament_opt table tr:hover td {
	background-color: #dff;
}
@media only screen and (max-width: 480px) {
	#tournament_opt tbody tr {
		display: block;
		margin-bottom: 10px;
	}
	#tournament_opt tbody th {
		display: none;
	}
	#tournament_opt tbody td {
		display: list-item;
		list-style: none;
		line-height: 1.2em;
		border: none;
		padding: 5px 2px 2px 2px;
	}
	#tournament_opt tbody td:first-child {
		font-weight: bold;
		border-top: 1px solid #000044;
		border-bottom: 2px solid #000044;
	}
	#tournament_opt table td span {
		display: inline;
	}
	#tournament_opt a.b_size_nofloat_a {
		width: auto;
		margin: 0 auto;
	}
	#tournament_opt table td a.b_size_nofloat_b {
		width: auto;
		margin: 0 auto;
		padding: 10px 4px;
	}
}
/* オープンペア結果 -----------------------------------------------*/

.opt_results table {
	width: 100%;
	border-bottom: 2px solid #004;
}
.opt_results th,
.opt_results td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1em;
}
.opt_results th {
	font-size: 0.9em;
	background-color: #ddd;
}
.opt_results td a {
	text-decoration: none;
}
.opt_results td span.full {
	display: inline;
}
.opt_results th.al_left,
.opt_results td.al_left {
	text-align: left;
}
.opt_results td.al_right {
	text-align: right;
}
.opt_results tr td:nth-child(3) {
	white-space: nowrap;
	text-align: left;
}
.opt_results tr td:nth-child(4) {
	text-align: right;
}
.opt_results tr:nth-child(odd),
.opt_results tr:nth-child(odd) td {
	background-color: #ddf;
}

.opt_results table tr:hover,
.opt_results table tr:hover td {
	background-color: #dff;
}
@media only screen and (max-width: 480px) {

	.opt_results tbody th {
		display: none;
	}
	.opt_results td {
		display: block;
		float: left;
		vertical-align: middle;
		font-size: 0.9em;
		padding-bottom: 0;
	}
	.opt_results td.full,
	.opt_results td span.full {
		display: none;
	}
	.opt_results table tr td:nth-child(1) {
		font-weight: bold;
		width: 20px;
		text-align: right;
		border-left: 5px solid #004;
	}
	.opt_results table tr td:nth-child(2) {
		width: 2em;
	}
	.opt_results table tr td:nth-child(3) {
		clear: both;
		width: auto;
		margin-bottom: 5px;
	}
	.opt_results table tr td:nth-child(4) {
		float: right;
		width: 50px;
		margin-right:5px;
	}
	.opt_results table tr td:nth-child(5) {
		clear: both;
		padding: 1px;
		margin-bottom: 5px;
	}
	.opt_results tr:nth-child(odd),
	.opt_results tr:nth-child(odd) td {
		background-color: transparent;
	}
	.opt_results tr:nth-child(even),
	.opt_results tr:nth-child(even) td {
		background-color: #ddf;
	}
	 /* ゼッケン 尾数 カッコ囲み */
	.opt_results table tr td:nth-child(2):before {
		content: "(No.";
	}
	.opt_results table tr td:nth-child(2):after {
		content: ")";
	}

}
/* スペシャルトーナメント結果 -----------------------------------------------*/

.spt_results table {
	width: 100%;
	border-bottom: 2px solid #004;
}
.spt_results th,
.spt_results td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1em;
}
.spt_results th {
	font-size: 0.9em;
	background-color: #ddd;
}
.spt_results td a {
	text-decoration: none;
}
.spt_results td span.full {
	display: inline;
}
.spt_results th.al_left,
.spt_results td.al_left {
	text-align: left;
}
.spt_results td.al_right {
	text-align: right;
}
.spt_results tr td:nth-child(3) {
	white-space: nowrap;
	text-align: left;
}
.spt_results tr td:nth-child(4) {
	text-align: right;
}
.spt_results tr:nth-child(odd),
.spt_results tr:nth-child(odd) td {
	background-color: #ddf;
}

.spt_results table tr:hover,
.spt_results table tr:hover td {
	background-color: #dff;
}
@media only screen and (max-width: 480px) {

	.spt_results tbody th {
		display: none;
	}
	.spt_results td {
		display: block;
		float: left;
		vertical-align: middle;
		font-size: 0.9em;
		padding-bottom: 0;
	}
	.spt_results td.full,
	.spt_results td span.full {
		display: none;
	}
	.spt_results table tr td:nth-child(1) {
		font-weight: bold;
		width: 30px;
		text-align: right;
		border-left: 5px solid #004;
	}
	.spt_results table tr td:nth-child(2) {
		width: 6em;
	}
	.spt_results table tr td:nth-child(3) {
		clear: both;
		width: auto;
		margin-bottom: 5px;
	}
	.spt_results table tr td:nth-child(4) {
		float: right;
		width: 50px;
		margin-right:5px;
	}
	.spt_results table tr td:nth-child(5) {
		clear: both;
		padding: 1px;
		margin-bottom: 5px;
	}
	.spt_results tr:nth-child(odd),
	.spt_results tr:nth-child(odd) td {
		background-color: transparent;
	}
	.spt_results tr:nth-child(even),
	.spt_results tr:nth-child(even) td {
		background-color: #ddf;
	}
	 /* ゼッケン 尾数 カッコ囲み */
	.spt_results table tr td:nth-child(3):before {
		content: "(No.";
	}
	.spt_results table tr td:nth-child(3):after {
		content: ")";
	}

}
/* 試合募集要項 --------------------------------------------------*/
#tournament_yoko .inpage_jump ul {
	margin-left: 0;
}
#tournament_yoko #yoko,
#tournament_yoko #attention,
#tournament_yoko #rule,
#tournament_yoko #moushikomi ,
#tournament_yoko #entry ,
#tournament_yoko #biko {
	margin-bottom: 50px;
}

#tournament_yoko .map_360 {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}
#tournament_yoko .map_360 img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
#tournament_yoko .map_500 {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}
#tournament_yoko .map_500 img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
#tournament_yoko table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#tournament_yoko table th {
	text-align: left;
	min-width: 7em;
	border-left: 5px solid #004;
}
#tournament_yoko table th,
#tournament_yoko table td {
	padding: 5px;
	border-top: 1px solid #ccc;
}
#tournament_yoko table tr:last-child th,
#tournament_yoko table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
dl.time_schedule dt:before {
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;

}
dl.time_schedule dt {
	clear: both;
	display: block;
	float: left;
	width: 5em;
}
dl.time_schedule dd {
	display: block;
	float: left;
	padding-left: 5px;
}
#tournament_yoko .entry_line {
	display: block;
	width: 100%;
	padding: 5px;
}
#tournament_yoko .entry_line dl {
	display: block;
	float: left;
	width: 20%;
	min-height: 200px;
	padding: 5px;
	margin: 0 50px 0 0;
	border: 3px double #004;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
#tournament_yoko .entry_line dl dt {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #004;
}
#tournament_yoko .entry_line dl dd {
	margin-bottom: 5px;
}
#tournament_yoko .entry_line dl dd:last-child {
	margin-top: 20px;
}
#tournament_yoko .entry_line .arrow-rightdown {
	display: block;
	float: left;
	width: 5px;
	height: 200px;
	text-align: center;
	font-weight: bold;
	z-index: 2;
	position: relative;
}
#tournament_yoko .entry_line .arrow-rightdown:before {
	border-top: 50px solid transparent;
	border-left: 25px solid #aaa;
	border-bottom: 50px solid transparent;
	border-right: 25px solid transparent;
	content: "";
	position: absolute;
	top: 50px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;/* 中央寄せに使用 */
	margin-left: -40px; /* 中央寄せに使用 */
	z-index: 1;
}
@media only screen and (max-width: 720px) {
	#tournament_yoko .entry_line dl {
		float: none;
		width: 80%;
		min-height: 0;
		margin: 5px auto 25px;
	}
	#tournament_yoko .entry_line .arrow-rightdown {
		display: block;
		float: none;
		width: 100%;
		height: 10px;
		text-align: center;
		font-weight: bold;
		z-index: 2;
		position: relative;
	}
	#tournament_yoko .entry_line .arrow-rightdown:before {
		border-top: 25px solid #aaa;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		content: "";
		position: absolute;
		top: -20px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
		left: 50%;/* 中央寄せに使用 */
		margin-left: -100px; /* 中央寄せに使用 */
		z-index: 1;
	}
}
@media only screen and (max-width: 480px) {
	#tournament_yoko ul {
		margin-left: 1em;
	}
	#tournament_yoko table {
		border: none;
	}
	#tournament_yoko table th {
		display: block;
		width: 98%;
		float: none;
		border-top: none;
	}
	#tournament_yoko table td {
		display: block;
		width: 98%;
		float: none;
		
	}
}

/* 申込状況一覧 ------------------------------------------------------*/
#tournament_accept_list .accept_list {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 2px solid #004;
	border-bottom: 2px solid #004;
}
#tournament_accept_list .accept_list table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#tournament_accept_list .accept_list table th,
#tournament_accept_list .accept_list table td {
	padding: 5px;
}
#tournament_accept_list .accept_list table th {
	background-color: #ccc;
}
#tournament_accept_list .accept_list table tr:nth-child(odd) td {
	background-color: #ddf;
}
#tournament_accept_list .accept_list table tr th:first-child,
#tournament_accept_list .accept_list table tr td:first-child {
	text-align: center;
}

@media only screen and (max-width: 780px) {
	#tournament_accept_list .accept_list table th,
	#tournament_accept_list .accept_list table td {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 480px) {
	#tournament_accept_list .accept_list table {
		margin-top: 10px;
		margin-bottom: 10px;
		border: none;
	}
	#tournament_accept_list .accept_list table th {
		display: none;
		border-top: none;
	}
	#tournament_accept_list .accept_list table td {
		display: block;
		float: left;
		padding: 0 3px 2px 3px;
	}
	#tournament_accept_list .accept_list table tr:nth-child(even),
	#tournament_accept_list .accept_list table tr:nth-child(even) td {
		background-color: #ddf;
	}
	#tournament_accept_list .accept_list table tr:nth-child(odd),
	#tournament_accept_list .accept_list table tr:nth-child(odd) td {
		background-color: #fff;
	}
	
	#tournament_accept_list .accept_list table tr td:nth-child(3) {
		clear: both;
	}
}
/* オープンペアエリアルール---------------------------------------------------------*/
#tournament_rule .rule_map {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}

#tournament_rule .rule_map img {
	width: 100%;
	height: auto;
}
#tournament_rule .rule_map_500 {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}
#tournament_rule .rule_map_500 img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
#tournament_rule .rule_map_300 {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}
#tournament_rule .rule_map_300 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#tournament_rule .cont_box_all h2 {
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-left: 5px solid #004;
}

#tournament_rule ul {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #004;
}
#tournament_rule ul li {
	margin-left: 2em;
	padding: 5px;
}
/* 印旛マップ /fishing_life/inba_mapxx ---------------------------------------------------------------*/
#map_jump {
	margin-bottom: 50px;
}
#mapcontainer {
	height:480px;
	z-index: 0;
}
@media screen and (max-width: 480px) {
	#mapcontainer {
		height: 320px;
		z-index: 0;
	}
}
.inpage_jump ul li a span {
	text-shadow:
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}

.map_howtouse img {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}
/* Wordpress 関連 ---------------------------------------------------------------*/
.blog_news .blogtop_img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
}
.blog_news .blogtop_img img {
	width: 100%;
	height: auto;
}
.blog_news h3 {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #004;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.blog_news article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #004;
	text-align: left;
}
.main_left article .entry-header h1.entry-title {
	font-size: 1.2em;
	color: #000;
	text-align: left;
	padding: 10px 5px 10px 5px;
	background-color: #ddf;
	border:0;
}
@media only screen and (max-width: 480px) {
	.main_left article .entry-header h1.entry-title {
		font-size: 1.1em;
	}
}
.main_left article .entry-header h1.entry-title a {
	display: block;
	width: 100%;
}
.main_left article .entry-header .date_time {
	text-align: right;
	padding: 0 5px 10px 5px;
	border-bottom: 1px solid #ccc;
}
.main_left article .entry-content {
	margin-top: 10px;
}
.main_left article .entry-content p {
	text-indent: 0;
	margin-bottom: 1em;
	word-break: break-all;
}
.main_left article .entry-content img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.main_left article .entry-content ul,
.main_left article .entry-content dl {
	margin-left: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main_left article .entry-content dl dt {
	font-weight: bold;
}
.main_left article .entry-content dl dd {
	margin-left: 1em;
}
.main_left article .entry-content ul li {
	margin-left: 1em;
}

.main_left article .entry-content p a {
	text-indent: 0;
}
.main_left article .entry-content a {
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 2px;
	background-color: #44f;
	border: 1px solid #004;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.main_left article .entry-content a:hover,
.main_left article .entry-content a:active {
	color: #f00;
	background-color: #ddf;
}
.main_left article .entry-content a:before {
	content: "\f0a9";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
}
.main_left article .post_list ul {
	margin-left: 1em;
}
.main_left article .post_list a {
	display: inline-block;
}
.main_left article .archive_pull_down select,
.main_left article .archive_pull_down select option {
	padding: 5px;
}
footer.entry-meta {
	font-size: 0.9em;
	margin-top: 15px;
	padding: 5px;
	text-align: right;
	border-top: 3px double #ccc;
}
/* wp page navi */
.wp-pagenavi {
	font-size: 0.9em;
	text-align: center;
	position: relative;
}
.wp-pagenavi .pages {
	display:block;
	margin-bottom: 20px;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	top: 0;
	left: 0;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 0;
	right: 0;
}
.wp-pagenavi .extend {
	display: inline-block;
	padding: 5px 2px;
}
.wp-pagenavi .current {
	display: inline-block;
	padding: 5px 2px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	padding: 0;
	margin: 0;
}
.wp-pagenavi a.previouspostslink ,
.wp-pagenavi a.nextpostslink {
	display: block;
	color: #fff;
	text-decoration: none;
	width: auto;
	padding: 5px 10px;
	border: 2px solid #ccc;
	background-color: #44f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.previouspostslink:active,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.nextpostslink:active {
	color: #f00;
	background-color: #00f;
}
.wp-pagenavi a.page,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 3px 8px;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.page:active,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.first:active
.wp-pagenavi a.last:hover,
.wp-pagenavi a.lasat:active {
	color: #f00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
	background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: linear-gradient(top, #4375a8 0%, #244386 100%);
}
