/*==================================================
	各ページ固有のスタイルを記述
==================================================*/
/* 枠のマージン・パディング */
.mb { margin-bottom: 40px; }
.pt { padding-top: 80px; }
.pb { padding-bottom: 80px; }
/* 写真配列（横列） */
ul.photo_w2,
ul.photo_w4 {
	overflow: hidden;
}
ul.photo_w2 li,
ul.photo_w4 li {
	float: left;
	margin-bottom: 20px;
	list-style: none;
}
ul.photo_w2 li {
	width: 48.5%;
	margin-right: 3%;
}
ul.photo_w4 li {
	width: 23.5%;
	margin-right: 2%;
}
ul.photo_w2 li:nth-child(2n),
ul.photo_w4 li:nth-child(4n) {
	margin-right: 0;
}
ul.photo_w2 li:nth-child(2n+1),
ul.photo_w4 li:nth-child(4n+1) {
	clear: both;
}
/* 写真線 */
img.photo_line,
.photo_line img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
#top_title {
	margin-bottom: 40px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_title .box {
	width: 548px;
	background: #012847;
	color: #fff;
}
#top_title .box dt {
	text-align: center;
}
#top_title .box dd {
	padding: 15px 15px 0;
}
#top_title .box dd a {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
#top_title .ttl {
	padding-bottom: 15px;
	border-bottom: 1px solid #946136;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
}
#top_title .twitter {
	width: 250px;
}
.sp-button {
	width: 10px !important;
	height: 10px !important;
	border: none !important;
	background-color: #fff !important;
}
.sp-selected-button {
	background-color: #999999 !important;
}
/**/
#top_info li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	list-style: none;
}
#top_info li {
	overflow: hidden;
}
#top_info li img {
	float: right;
	width: 40%;
	margin-left: 10px;
}
#top_info li a.txt {
	display: block;
	padding-top: 8px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	display: -webkit-box;
	overflow: hidden;
	max-height: 4.8em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#top_info li span {
	display: block;
}
#top_info li span.cat {
	clear: both;
	padding-top: 8px;
}
#top_info li span.cat a {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	background: #946136;
	color: #fff;
	font-size: 90%;
}
/*カテゴリー色分け*/
#top_info li span.result-joryuouka a{
	background: #ffb3f2;
}
#top_info li span.interview a{
	background: #ff6680;
}
#top_info li span.result-champions-league a,#top_info li span.result-houousen a,#top_info li span.result-chubu a,#top_info li span.result-kyushu a,#top_info li span.result-hokkaido a,#top_info li span.result-kitakantou a,#top_info li span.result-hokuriku a,#top_info li span.result-touhoku a,#top_info li span.result-kansai a,#top_info li span.result-shizuoka a,#top_info li span.result-tokushou a,#top_info li span.result-japan-series a,#top_info li span.dojo_result a{
	background: #6680ff;
}
/*--------------------------------------------------
サブページ共通
--------------------------------------------------*/
.post_txt_list li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
}
.post_txt_list li a {
	overflow: hidden;
	display: block;
}
.post_txt_list li a img {
	float: right;
	width: 40%;
	margin-left: 10px;
}
.post_txt_list li a span {
	display: block;
	color: #333;
}
.post_txt_list li a b {
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
/**/
a.btn {
	display: inline-block;
	background: #012847;
	color: #fff;
	font-size: 120%;
	padding: 10px 30px;
	border-radius: 25px;
}
/*--------------------------------------------------
	タイトル戦情報
--------------------------------------------------*/
.tbl.champions th,
.tbl.champions td	{
	text-align: center;
	vertical-align: middle;
}
.tbl.champions .period	{
	width: 15%;
}
.tbl.champions .year	{
	width: 10%;
}
/* 成績表 */
.result table	{
	width: 100%;
	border: 2px solid #bbb;
	margin: 1.2em 0;
}
.result table img	{
	display: block;
}
.result th,
.result td	{
	border: 1px solid #bbb;
	padding: 5px;
	vertical-align: middle;
}
.result .rank	{
	width: 5%;
}
.result tbody th	{
	background-color: #efefef;
}
.result td	{
	text-align: right;
	font-size: 0.94em;
}
.result td.odd,
.result th/*.odd*/	{
	background-color: #eef2f6;
}
.result tbody .name	{
	text-align: left;
}
.result .detail tbody .name	{
	text-align: center;
}
/* 詳細成績 */
.result .detail table	{
	margin: 0 0 1.2em;
}
.result .detail td.odd	{
	background-color: transparent;
}
.result .detail td,
.result .detail th	{
	font-size: 1em;
}
.result .detail tbody th	{
	width: 7em;
}
.result .detail th	{
	background-color: #eef2f6;
}
.result .detail .subtotal td	{
	background-color: #ddd;
}
.result .detail .summary td	{
	background-color: #e1eaf3;
	font-weight: bold;
}
/* 行事予定 */
.schedule.tbl th {
	text-align: right;
	width: 15%;
}
.title-fight .schedule	{
	border: 1px solid #d0d1d0;
	margin: 10px auto 0;
	min-width: 55em;
}
.title-fight .schedule th/*,
.title-fight .schedule td*/	{
	border: 1px dotted #888;
	vertical-align: middle;
}
.title-fight .schedule th	{
	text-align: right;
	width: 8em;
	background-color: #eef2f6;
	/*border-right: 1px dotted #888;*/
	padding: 5px;
}
.title-fight .schedule dt,
.title-fight .schedule dd	{
	border-bottom: 1px dotted #888;
	padding: 0.5em 0 0.5em 2em;
	min-height: 1.6em;
}
.title-fight .schedule dt	{
	float: left;
	min-width: 6.5em;
}
.title-fight .schedule dd	{
	margin: 0 0 0 8.5em;
}
/*--------------------------------------------------
	プロテスト
--------------------------------------------------*/
#protest table.protest01 {
	box-sizing: border-box;
}
#protest table.protest01 tr {
	border-top: 1px dotted #B2B2B2;
}
#protest table.protest01 tr:last-child {
	border-bottom: 1px dotted #B2B2B2;
}
#protest table.protest01 tr th {
	font-weight: bold;
	text-align: left;
	background: #F2F2F2;
}
#protest table.protest01 tr td {
	text-align: left;
}
#protest .txt1 {
	clear: both;
	display: block;
	box-sizing: border-box;
	background: #F2F2F2;
	font-weight: bold;
}
#protest .txt2 {
	font-weight: bold;
	color: #012847;
}
#protest .txt3 {
	font-weight: bold;
	color: #946136;
}
#protest a.btn {
	display: inline-block;
	background: #012847;
	color: #fff;
}
#past {
	position: relative;
}
#past .box1 {
	background: #F2F2F2;
}
#past .box1 ul {
	list-style: none;
}
#past .box1 ul li a {
	font-weight: bold;
	color: #012847;
	text-decoration: underline;
	line-height: 2;
}
#faq {
	position: relative;
}
#faq dt {
	position: relative;
	color: #012847;
	font-weight: bold;
	background-image: url("../img/faq_bg.gif");
	background-position: left top;
	background-repeat: repeat;
}
#faq dt:before {
	position: absolute;
	content: "Q";
	font-weight: normal;
}
#faq dd {
	position: relative;
	border-bottom: 1px dotted #ccc;
	line-height: 2;
}
#faq dd:before {
	position: absolute;
	content: "A";
	font-weight: normal;
	color: #946136;
	line-height: 2;
}
#faq dd span {
	font-weight: bold;
}
/*--------------------------------------------------
	本部道場
--------------------------------------------------*/
#honbu table.honbu01 {
	box-sizing: border-box;
	width: 100%;
}
#honbu table.honbu01 tr {
	border-top: 1px dotted #B2B2B2;
}
#honbu table.honbu01 tr:last-child {
	border-bottom: 1px dotted #B2B2B2;
}
#honbu table.honbu01 tr th {
	font-weight: bold;
	text-align: left;
	background: #F2F2F2;
	white-space: nowrap;
}
#honbu table.honbu01 tr td {
	text-align: left;
}
#honbu iframe {
	margin-bottom: 30px;
}
#honbu .honbu_access {
	margin-bottom: 40px;
}
#honbu .btn3 li {
	list-style: none;
}
#honbu .btn3 li a {
	display: inline-block;
	background: #946136;
	color: #fff;
	margin: auto;
	padding: 15px;
	border-radius: 25px;
}
#honbu .btn3 li+li a {
	background: #006837;
}
#honbu .btn3 li+li+li a {
	background: #A9204A;
}
/*--------------------------------------------------
	連盟チャンネル > 夏目坂スタジオ
--------------------------------------------------*/
#plice {
	position: relative;
}
#plice table {
	background: #F2F2F2;
}
#plice table tr th {
	font-weight: bold;
}
#plice table tr td {
	text-align: right;
	font-weight: bold;
	color: #012847;
}
#plice table tr td span {
	font-weight: normal;
	color: #333;
}
#plice .txt4 {
	font-weight: bold;
}
#facility {
	position: relative;
}
#facility .box_inner {
	box-sizing: border-box;
	background: #F2F2F2;
}
#facility .box_inner .photo {
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}
#facility .box_inner .photo img {
	height: auto;
	max-height: 202px;
}
#facility .other {
	background: none;
}
#facility .other span {
	display: inline-block;
	color:#012847;
	background: #F2F4F6 ;
	box-sizing: border-box;
}
#room {
	position: relative;
}
#room .box {
	text-align: center;
	background-image: url("../img/room_bg.gif");
	background-position: left top;
	background-repeat: repeat;
}
#dream_match .box1 {
	text-align: center;
}
#dream_match ul.box2 {
	list-style:none;
}
#dream_match a.btn {
	display: inline-block;
	background: #012847;
	color: #fff;
}
#dream_match table {
	box-sizing: border-box;
}
#dream_match table tr {
	border-top: 1px dotted #ccc;
}
#dream_match table tr:last-child {
	border-bottom: 1px dotted #ccc;
}
#dream_match table tr th {
	font-weight: bold;
	text-align: center;
	background: #F2F2F2;
	white-space: nowrap;
}
#dream_match table tr td {
	text-align: left;
}
#dream_match table ul {
	list-style: none;
	list-style-position: inside;
}
#dream_match table ul li {
	position: relative;
}
#dream_match table ul li:before {
	position: absolute;
	border-radius: 50%;
	background: #012847;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#dream_match .txt5 {
	color: #012847;
}
.contact_here {
	border-top: 2px solid #012847;
	border-bottom: 2px solid #012847;
}
/*--------------------------------------------------
	連盟チャンネル > 放送予定
--------------------------------------------------*/
#renmei_channel02 .btn {
	margin-bottom: 40px;
}
#renmei_channel02 .btn a {
	display: block;
	background: #946136;
	font-size: 16px;
	color: #fff;
	margin: auto;
	padding: 15px;
	border-radius: 25px;
	text-align: center;
}
#renmei_channel02 .btn.green a {
	background: #006837;
}
#renmei_channel02 .btn.pink a {
	background: #A9204A;
}
/*--------------------------------------------------
	ロン2
--------------------------------------------------*/
#ron2 .ron2_charm a {
	display: block;
	text-align: center;
	padding: 15px;
	border: 1px solid #012847;
}
/*--------------------------------------------------
	当連盟について
--------------------------------------------------*/
#about .box1 {
	background: #F2F2F2;
	text-align: center;
	margin-bottom: 40px;
}
#about .box1 .btn{
	text-align: center;
}
#about .box1 .btn a {
	display: inline-block;
	background: #012847;
	color: #fff;
	margin: auto;
	padding: 10px 30px;
	border-radius: 25px;
}
#about a {
	color: #012847;
	text-decoration: underline;
	font-weight: bold;
}
#about .box1 a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#mailform .tbl {
	margin: 20px 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: #012847;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: #012847;
	border: 1px solid #012847;
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input + input {
	background: #F4F4F4;
	border-color: #DDDDDD;
	color: #666666;
}
#mailform .tbl input[type="text"], #mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}