/*--------------------------------
ヘッダー
--------------------------------*/
#header{
	background-image: url(../images/bg_marathon_header.jpg);
}


/*--------------------------------
メインコンテンツ
--------------------------------*/
/* side navi  */
.sideCalender{
	padding: 8px;
	margin-bottom: 14px;
	border: solid 2px #4a4a4a;
	background: #e5eefb;
}
.sideCalender h2{
	background: url(../images/bg_h2_calender.gif) repeat-x;
	color: #fff;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
}
.sideCalender .note{
	padding: 5px 0;
	text-align: center;
}
.sideCalender .note .icon{
	display: inline-block;
	padding-right: 8px;
}
.sideCalender dl{
	margin-top: 8px;
}
.sideCalender dt a{
	display: block;
	width: 180px;
	height: 30px;
	background-image: url(../images/snavi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.sideCalender #sideNavJan a{
	background-position: left 0;
}
.sideCalender #sideNavJan a:hover,
.sideCalender #sideNavJan.selected a{
	background-position: right 0;
}
.sideCalender #sideNavFeb a{
	background-position: left -30px;
}
.sideCalender #sideNavFeb a:hover,
.sideCalender #sideNavFeb.selected a{
	background-position: right -30px;
}
.sideCalender #sideNavMar a{
	background-position: left -60px;
}
.sideCalender #sideNavMar a:hover,
.sideCalender #sideNavMar.selected a{
	background-position: right -60px;
}
.sideCalender #sideNavApr a{
	background-position: left -90px;
}
.sideCalender #sideNavApr a:hover,
.sideCalender #sideNavApr.selected a{
	background-position: right -90px;
}
.sideCalender #sideNavMay a{
	background-position: left -120px;
}
.sideCalender #sideNavMay a:hover,
.sideCalender #sideNavMay.selected a{
	background-position: right -120px;
}
.sideCalender #sideNavJune a{
	background-position: left -150px;
}
.sideCalender #sideNavJune a:hover,
.sideCalender #sideNavJune.selected a{
	background-position: right -150px;
}
.sideCalender #sideNavJuly a{
	background-position: left -180px;
}
.sideCalender #sideNavJuly a:hover,
.sideCalender #sideNavJuly.selected a{
	background-position: right -180px;
}
.sideCalender #sideNavAug a{
	background-position: left -210px;
}
.sideCalender #sideNavAug a:hover,
.sideCalender #sideNavAug.selected a{
	background-position: right -210px;
}
.sideCalender #sideNavSept a{
	background-position: left -240px;
}
.sideCalender #sideNavSept a:hover,
.sideCalender #sideNavSept.selected a{
	background-position: right -240px;
}
.sideCalender #sideNavOct a{
	background-position: left -270px;
}
.sideCalender #sideNavOct a:hover,
.sideCalender #sideNavOct.selected a{
	background-position: right -270px;
}
.sideCalender #sideNavNov a{
	background-position: left -300px;
}
.sideCalender #sideNavNov a:hover,
.sideCalender #sideNavNov.selected a{
	background-position: right -300px;
}
.sideCalender #sideNavDec a{
	background-position: left -330px;
}
.sideCalender #sideNavDec a:hover,
.sideCalender #sideNavDec.selected a{
	background-position: right -330px;
}
.sideCalender dd{
	padding: 5px;
	background: #fff;
	border: solid 1px #4a4a4a;
}
.sideCalender dd li{
	list-style: inside;
}
.sideCalender dd li .icon{
	display: inline-block;
	padding-left: 5px;
}
.sideCalender dd li .icon img{
	padding-top: 4px;
}
.spSideCalender{
	display: none;
}
.spSideCalender table{
	width: 100%;
}
.spSideCalender table td{
	width: 25%;
	padding: 8px 3px;
}
.spSideCalender table td a{
	display: block;
	width: 100%;
	height: 20px;
	border: solid 1px #a9a9a9;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(52%,#d8d8d8), color-stop(52%,#cecece), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f5f5 0%,#d8d8d8 52%,#cecece 52%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #f6f5f5 0%,#d8d8d8 52%,#cecece 52%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f5f5 0%,#d8d8d8 52%,#cecece 52%,#ffffff 100%); /* W3C */
	line-height: 20px;
	color: #4a4a4a;
	text-align: center;
	text-decoration: none;
}
.spSideCalender table td.selected a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(50%,#141414), color-stop(53%,#313131), color-stop(100%,#313131)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #141414 0%,#141414 50%,#313131 53%,#313131 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #141414 0%,#141414 50%,#313131 53%,#313131 100%); /* IE10+ */
	background: linear-gradient(to bottom, #141414 0%,#141414 50%,#313131 53%,#313131 100%); /* W3C */
	color: #fff;
}
.spSideCalender .spSideCalenderBox{
	padding: 5px;
	background: #fff;
	border: solid 1px #4a4a4a;
}
.spSideCalender .spSideCalenderBox li{
	list-style: inside;
}
.spSideCalender .spSideCalenderBox li .icon{
	display: inline-block;
	padding-left: 5px;
}
.spSideCalender .spSideCalenderBox li .icon img{
	padding-top: 3px;
}


table.items{
	width: 100%;
	margin: 0 0 1em;
	border: solid 1px #000;
}
table.items.pcOnly{
	display: table;
}
table.items.spOnly{
	display: none;
}
table.items th,
table.items td{
	padding: 6px;
	border: none;
	font-size: 0.93em;
	line-height: 26px;
}
table.items th img,
table.items td img{
	display: inline-block;
	padding-right: 4px;
}
table.calender{
	width: 100%;
	margin: 0 0 1em;
}
table.calender th{
	background: #dbefff;
}
table.calender th.month{
	padding: 6px;
	background: #b2ccf2;
	text-align: left;
}
table.calender td.entry{
width: 4%;
}
table.calender td.items{
	padding-bottom: 2px;
}
table.calender td.items img{
	display: inline-block;
	padding-right: 4px;
	padding-bottom: 4px
}
.monthNav{
	margin-bottom: 1em;
}
.monthNav li{
	width: 40px;
	margin-right: 10px;
	float: left;
}
.section .banners{
	width: 100%;
	margin-bottom: 1em;
}
.section .banners li{
	width: 372px;
	float: left;
}
.section .banners li:first-child{
	padding-right: 16px;
}

/* bx-slider */
.bx-wrapper .bx-viewport{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	left: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	border: solid 1px #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff000;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	bottom: 0;
}
.bx-wrapper{
	margin: 0 auto 14px;
}
.pcOnly .bx-wrapper{
	margin: 0 auto 0px;
}

/* ホノルルマラソンTOP */
.section .banners2{
	width: 100%;
	margin-bottom: 1em;
}
.section .banners2 li{
	width: 372px;
	padding-right: 16px;
	margin-bottom: 16px;
	float: left;
}
.section .banners2 li.even{
	padding-right: 0;
}

.welcome_honolulu{
	border: 5px solid #92149b;
	padding: 15px;
	margin-bottom: 13px;
}
.welcome_honolulu2{
	border: 5px solid #008DD0;
	padding: 15px;
	margin-bottom: 13px;
}
.welcome_honolulu.blue{
	border: 5px solid #0056d4;
	color: #000;
}
.welcome_honolulu.blue p{
	font-weight: normal;
}
.welcome_honolulu.blue .tit_welcome_honolulu{
	background-color: #b2ccf2;
	font-weight: bold;
}
.tit_welcome_honolulu{
	background-color: #F2E4F3;
	padding: 4px 10px;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 10px;
}
.tit_welcome_honolulu3{
	background-color: #D7EDF7;
	padding: 4px 10px;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 10px;
}
.tit_welcome_honolulu span{
	font-size: 0.750em;
	font-weight: normal;
}
.welcome_honolulu_red{
	border: 5px solid #c4180e;
	padding: 15px;
	margin-bottom: 13px;
}
.welcome_honolulu_red .tit_welcome_honolulu_red{
	background-color: #c4180e;
	padding: 4px 10px;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
.tit_welcome_honolulu2{
	font-size: 1.333em;
	font-weight: bold;
	border-bottom: 2px solid #808080;
	background: url(../images/marker_price.jpg) no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 22px;
	padding-bottom: 7px;
}
.tit_welcome_honolulu2 .small{
	font-size: 0.70em;
}
.tit_welcome_ool_sp{
	font-size: 1.333em;
	font-weight: bold;
	border-bottom: 2px solid #808080;
	background: url(../images/marker_koara.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 22px;
	padding-bottom: 7px;
}
.tit_welcome_ool_sp .small{
	font-size: 0.70em;
}
.welcome_honolulu .red{
	font-weight: bold;
}
.section h2.h2_news {
	background-image: url(../images/h2_news.jpg);
}
.section h2.h2_news2 {
	background-image: url(../images/h2_news_backnumber.jpg);
}
.section h2.h2_news3 {
	background-image: url(../images/h2_cemin.jpg);
}
p.date {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.monitorBox,
.monitorBox2{
	border: 2px solid #ad4fb4;
	padding: 14px 0 14px 14px;
	overflow: hidden;
	margin-top: -2px;
	margin-bottom: 13px;
}
.monitorBox2{
	border: 1px solid #0056d4;
	margin-top: -1px;
}
.monitorBox div,
.monitorBox2 div{
	width: 330px;
	padding: 13px;
	margin-bottom: 15px;
	background-color: #faefff;
	margin-right: 14px;
	float: left;
}
.monitorBox2 div{
	background-color: #e5eefa;
}
.monitorBox div img,
.monitorBox2 div img{
	width: 97px;
	float: left;
	margin-right: 12px;
}

.honolulu_imgBox div{
	float: left;
	width: 296px;
}
.honolulu_imgBox .Sub_honolulu_imgBox{
	float: left;
	width: 464px;
}
.honolulu_imgBox img{
	margin-bottom: 12px;
}
.subtit_contact{
	font-size: 1.400em;
	text-align: center;
	color: #4b4b4b;
	margin-bottom: 12px;
}
.inqueryWrap2{
	height: 675px !important;
	background: url(../images/bg_inqueryBox_cnt_honolulu.gif) no-repeat !important;
}
.inqueryBtm2{
	background: url(../images/bg_inqueryBox_cnt_ft_honolulu.gif) no-repeat !important;
	height: 11px !important;
}
#inqueryReserve .box{
	margin-top: 9px;
}
#inqueryReserve table{
	margin: 0 auto 0;
}
.main_off{
	display: block;
}
.navi_honolulu{
	display: block;
	width: 973px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 17px;
}
.navi_honolulu ul li{
	float: left;
}
.navi_honolulu ul li a{
	display: block;
	width: 100%;
	margin: 0;
	color: #fff;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/nav_honolulu.jpg);
	background-repeat: no-repeat;
}

.navi_honolulu ul li.navi_honolulu1,
.navi_honolulu ul li.navi_honolulu1 a{
	width: 120px;
}
.navi_honolulu ul li.navi_honolulu2,
.navi_honolulu ul li.navi_honolulu2 a{
	width: 220px;
}
.navi_honolulu ul li.navi_honolulu3,
.navi_honolulu ul li.navi_honolulu3 a,
.navi_honolulu ul li.navi_honolulu4,
.navi_honolulu ul li.navi_honolulu4 a,
.navi_honolulu ul li.navi_honolulu5,
.navi_honolulu ul li.navi_honolulu5 a{
	width: 158px;
}
.navi_honolulu ul li.navi_honolulu6,
.navi_honolulu ul li.navi_honolulu6 a{
	width: 157px;
}
.navi_honolulu ul li.navi_honolulu1 a{
	background-position: 0 0;
}
.navi_honolulu ul li.navi_honolulu1 a:hover,
.navi_honolulu ul li.navi_honolulu1 a:active{
	background-position: 0 -38px;
}
.navi_honolulu ul li.navi_honolulu2 a{
	background-position: -120px 0;
}
.navi_honolulu ul li.navi_honolulu2 a:hover,
.navi_honolulu ul li.navi_honolulu2 a:active,
.honolulu_top .navi_honolulu ul li.navi_honolulu2 a{
	background-position: -120px -38px;
}
.navi_honolulu ul li.navi_honolulu3 a{
	background-position: -340px 0;
}
.navi_honolulu ul li.navi_honolulu3 a:hover,
.navi_honolulu ul li.navi_honolulu3 a:active,
.honolulu_price .navi_honolulu ul li.navi_honolulu3 a{
	background-position: -340px -38px;
}
.navi_honolulu ul li.navi_honolulu4 a{
	background-position: -498px 0;
}
.navi_honolulu ul li.navi_honolulu4 a:hover,
.navi_honolulu ul li.navi_honolulu4 a:active,
.honolulu_coach .navi_honolulu ul li.navi_honolulu4 a{
	background-position: -498px -38px;
}
.navi_honolulu ul li.navi_honolulu5 a{
	background-position: -656px 0;
}
.navi_honolulu ul li.navi_honolulu5 a:hover,
.navi_honolulu ul li.navi_honolulu5 a:active,
.honolulu_flow .navi_honolulu ul li.navi_honolulu5 a{
	background-position: -656px -38px;
}
.navi_honolulu ul li.navi_honolulu6 a{
	background-position: -814px 0;
}
.navi_honolulu ul li.navi_honolulu6 a:hover,
.navi_honolulu ul li.navi_honolulu6 a:active,
.honolulu_guide .navi_honolulu ul li.navi_honolulu6 a{
	background-position: -814px -38px;
}


/*　gallery_box　*/
.gallery_box{
	width: 144px;
	height: 140px;
	margin: 0 14px;
	padding: 7px;
	border: 2px solid #a5a5a5;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.gallery_box img{
	margin-bottom: 10px;
}

.marathon_comt{
	width: 720px;
	overflow: hidden;
	border: 4px solid #c81400;
	padding: 15px;
	margin-bottom: 20px;
}
.marathon_comt p.fig_comt{
	padding-right: 15px;
	float: left;
}
.marathon_comt p.fig_comt img{
	margin-right: 5px;
}
.marathon_comt p.txt_comt{
}
p.tit_comt{
	padding: 2px 10px;
	background-color: #efb8b2;
	margin-bottom: 10px;
	font-weight: bold;
}
.bnr_center{
	margin-left: 80px;
	margin-bottom: 20px;
}
.mainArea .mainBox .figure{
	width: 90px;
}
.section h2.gray{
	background-image: url(https://sports-his.com/images/bg_h2_gray.jpg);
}
.section h2.gray span{
	background-image: url(https://sports-his.com/images/marker_h2_gray.jpg);
}
.mainBox.grayBox{
	border-color: #64321e;
}

.sideArea .sideScheduleBnrs li{
	margin-bottom: 8px;
}
.mainArea .mainBox .figure2{
	float: left;
	margin-right: 12px;
	margin-bottom: 7px;
}
.mainArea .mainBox .figure2 img{
	margin-bottom: 7px;
}
.mainBox li .mainTextArea2{
	margin-left: 150px;
	margin-right: inherit;
}
.section h2.gray2{
	background-image: inherit;
	padding: 5px 0px;
}
.section h2.gray2 span{
	color: #000000;
	background: url(https://sports-his.com/f1/images/marker_h2_other.jpg) no-repeat left center;
}
.abudobi h2.gray2{
	background-image: inherit !important;
	padding: 5px 0px;
	margin-bottom: 10px !important;
	font-size: 1.33em
}
.abudobi h2.gray2 span{
	color: #000000;
	background: url(https://sports-his.com/f1/images/marker_h2_f1_abudobi.jpg) no-repeat left center;
	text-indent: inherit;
	padding-left: 10px;
}
.mainBox{
	border-top: inherit;
	border: solid 1px #000000;
}
p.detail{
	float: right;
	font-size: 0.867em;
}

.section h2.red2{
	background-image: inherit !important;
	padding: 7px 0px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px !important;
}
.section h2.red2 span{
	color: #000000;
	background: url(https://sports-his.com/f1/images/marker_h2_f1_abudobi2.png) no-repeat left center;
	padding-left: 30px;
	line-height: 22px;
	font-size: 1.333em;
	text-indent: 0;
}
.redBox2{
	border: inherit;
	overflow: hidden;
}
.redBox2 .photo{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}


.mainBox li .mainTextArea{
	margin-right: inherit;
}
.section h2.h2_price01 {
	background-image: url(../images/h2_price01.jpg);
}
.section h2.h2_price02 {
	background-image: url(../images/h2_price02.jpg);
}
.section h2.h2_price03 {
	background-image: url(../images/h2_price03.jpg);
}
.section h2.h2_price04 {
	background-image: url(../images/h2_price04.jpg);
}
.section h2.h2_price05 {
	background-image: url(../images/h2_price05.jpg);
}
.section h2.h2_price06 {
	background-image: url(../images/h2_price06.jpg);
}
.section h2.h2_price07 {
	background-image: url(../images/h2_price07.jpg);
}
.section h2.h2_price08 {
	background-image: url(../images/h2_price08.jpg);
}
.section h2.h2_price09 {
	background-image: url(../images/h2_pickup_hnl.jpg);
}
.section h2.h2_price10 {
	background-image: url(../images/h2_price10.jpg);
}
.section h2.h2_dec {
	background-image: url(../images/h2_dec.jpg);
}
.section h2.h2_jan {
	background-image: url(../images/h2_jan.jpg);
}
.section h2.h2_feb {
	background-image: url(../images/h2_feb.jpg);
}
.section h2.h2_mar {
	background-image: url(../images/h2_mar.jpg);
}
.section h2.h2_apr {
	background-image: url(../images/h2_apr.jpg);
}
.section h2.h2_may {
	background-image: url(../images/h2_may.jpg);
}
#monitor_report_content{
	padding: 0 15px;
	overflow: hidden;
	
}
#monitor_reportBox01,
#monitor_reportBox02,
#monitor_reportBox03,
#monitor_reportBox04,
#monitor_reportBox05,
#monitor_reportBox06,
#monitor_reportBox07,
#monitor_reportBox08,
#monitor_reportBox09,
#monitor_reportBox10,
#monitor_reportBox11,
#monitor_reportBox12{
	clear: both;
}
.monitor_reportBox{
	margin-bottom: 25px;
}
	.monitor_reportBox01 img {
		width: 205px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox02 img {
		width: 185px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox03 .reportbox3_01 img{
		width: 446px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox03 .reportbox3_02 img{
		width: 153px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox03 .reportbox3_03 img{
		width: 226px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox05 .reportbox5_01 img{
		width: 445px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox05 .reportbox5_02 img{
		width: 199px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox06 img {
		width: 225px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox07 img {
		width: 209px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox10 .reportbox10_01 img{
		width: 209px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox10 .reportbox10_02 img{
		width: 199px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	.monitor_reportBox11 img {
		width: 260px;
		float: left;
		margin: 0 25px 30px 0;
	}
	.monitor_reportBox12 img {
		width: 169px;
		float: right;
		margin: 0 0px 30px 30px;
	}
	
/* コーチ紹介&amp;講習会 */
.coach_introduce_content{
	padding: 0 15px;
}
.coach_introduce_content .red{
	font-weight: bold;
}
.coach_introduce{
	overflow: hidden;
	margin-bottom: 15px;
}
.coach_news{
	margin-right: 20px;
	overflow: hidden;
}
.coach_introduce img{
	width: 112px;
	float: right;
	margin-left: 10px;
}
.coach_introduce2 img{
	width: 170px;
	float: right;
	margin-left: 10px;
}
.tit_coach_news{
	padding: 0 0 7px 30px;
	margin-bottom: 10px;
	background: url(../images/marker_price.jpg) no-repeat;
	border-bottom: 2px solid #808080;
	line-height: 22px;
	font-size: 1.333em;
	font-weight: bold;
}
table.tb_coach{
	width: 100%;
	margin-bottom: 20px;
}
table.tb_coach td{
	text-align: center;
}
table.tb_coach td.td_left{
	text-align: left;
	vertical-align: top;
}
.love_spo_tokyo{
	border: 5px solid #c4180e;
	padding: 0px 15px 20px 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.tit_love_spo_tokyo{
	background-color: #c4180e;
	padding: 8px 0 8px 0px;
	font-size: 1.333em;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
img.youga{
	float: right;
	margin-left: 25px;
	display: block;
}
.btn_reser_detail{
	text-align:center;
	overflow: hidden;
}
.btn_reser_detail img{
	float: inherit !important;
}
.btn_reser_detail02 img{
	float: left !important;
	padding: 0 25px 25px 0 !important;
}
.profile_box {
	overflow: hidden;
	margin-bottom: 23px;
}
.profile_box .bnr {
	margin-bottom: 0px;
}
.profile_right_Box{
	width: 505px;
	float: right;
	margin-bottom: 15px;
}
.title_profile,
.title_honolulu_h3{
	margin-bottom: 1em;
}
.profile_right_Box2{
	width: 565px;
	float: right;
	margin-bottom: 15px;
}
.profile_box img{
	margin: 0 0 15px 0;
}
.tit_profile,
.tit_message{
	padding-left: 12px;
	background: url(../images/marker_profile.jpg) no-repeat;
	font-size: 1.333em;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}
.profile_box a{
	color: #0000ee;
}
.HP_Blog{
	border: 2px solid #808080;
	padding: 7px 0px 7px 9px;
}
.profile_box .pcOnly{
	display: block;
	float: left;
	margin-right: 15px;
}
.profile_box .spOnly{
		display: none;
}

/* オフィシャルガイド  */
.traning_tokyo{
	margin-bottom: 25px;
	overflow: hidden;
}
.traning_tokyo img{
	float: right;
	padding: 0 0 25px 25px;
}
.traning_tokyo2{
	margin-bottom: 0;
	overflow: hidden;
}
.traning_tokyo2 img{
	float: right;
	padding: 0 0 25px 25px;
}
.blue{
	color: #004098;
	font-weight: bold;
}
.blue_Large{
	font-size: 1.200em;
	color: #004098;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
.red_Large{
	font-size: 1.200em;
	color: #FF0000;
}
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
.h3_flow{
	padding: 6px 8px;
	background: #e9d0eb;
	border: 2px solid #92149b;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 1.333em;
	font-weight: bold;
}
.h3_flow_blue{
	padding: 6px 8px;
	background: #C4F3FF;
	border: 2px solid #006699;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 1.333em;
	font-weight: bold;
}
.h3_flow_green{
	padding: 6px 8px;
	background: #C4FFE1;
	border: 2px solid #009966;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 1.333em;
	font-weight: bold;
}
.h3_flow_yellow{
	padding: 6px 0;
	background: #ffff00;
	border: 2px solid #eb2b18;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	color: #eb2b18;
}
.h3_flow_yellow2{
	padding: 6px 8px;
	background: #FFFF99;
	border: 2px solid #FF9933;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 1.333em;
	font-weight: bold;
}
.tb_flow{
	margin: 10px 0 30px 0;
}
.tb_flow td.tb_flow_img img{
	float: right;
	margin-left: 20px;
	display: block;
}

/* グアムインターナショナルマラソンツアー */
.blueBox1{
	padding: 10px;
	margin-bottom: 1em;
	border: solid 4px #0057d5;
}
.h3_blueBox{
	padding-bottom: 6px;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #7f7f7f;
}
.h3_blueBox .titMain{
	padding-left: 32px;
	background: url(../images/marker_blue_square.gif) no-repeat left center;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.05;
}
.h3_blueBox .add{
	line-height: 1.4;
	float: right;
}
.blueBox1 h4{
	color: #003f97;
	font-weight: bold;
}
.blueBox1 table{
	width: 100%;
	margin: 1em 0;
}
.blueBox1 table th,
.blueBox1 table td{
	text-align: center;
}
.blueBox1 .btn{
	text-align: center;
}
.blackBox1{
	padding: 10px;
	margin-bottom: 1em;
	border: solid 4px #000000;
}
.h3_blackBox{
	padding-bottom: 6px;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #7f7f7f;
}
.h3_blackBox .titMain{
	padding-left: 32px;
	background: url(../images/marker_blue_square.gif) no-repeat left center;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.05;
}
.h3_blackBox .add{
	line-height: 1.4;
	float: right;
}
.blackBox1 h4{
	color: #003f97;
	font-weight: bold;
}
.blackBox1 table{
	width: 100%;
	margin: 1em 0;
}
.blackBox1 table th,
.blackBox1 table td{
	text-align: center;
}
.blackBox1 .btn{
	text-align: center;
}
.blueBox2{
	padding: 10px;
	margin-top: -1px;
	margin-bottom: 1em;
	border: solid 1px #0056d4;
}
.blueBox2 .images,
.blueBox2 .images2{
	padding-left: 15px;
	float: right;
}
.blueBox2 .images img,
.blueBox2 .images2 img{
	padding-left: 5px;
	margin-bottom: 0.5em;
}
.blueBox2 .img{
	margin-bottom: 0.5em;
}
h3.blueBar{
	clear: both;
	padding: 0 12px;
	margin-top: 1em;
	margin-bottom: 0.75em;
	background: #b2cdf2;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 25px;
}
h3.blueBar:first-child{
	margin-top: 0;
}
.blueBox2 .profilePhoto{
	padding-right: 20px;
	margin-bottom: 0.5em;
	float: left;
}
.blueBox2 h4.profile{
	padding-bottom: 7px;
	margin-left: 148px;
	margin-bottom: 0.5em;
	border-bottom: solid 2px #7f7f7f;
}
.blueBox2 h4.profile span{
	font-weight: normal;
}
.blueBox2 .lBlue{
	color: #0056d4;
	font-weight: bold;
}
.blueBox2 .text{
	margin-bottom: 0.5em;
}
.nolineBox .images{
	padding: 0 15px 1em;
	float: right;
}
.nolineBox h3{
	padding-left: 7px;
	margin-bottom: 0.5em;
	border-left: solid 4px #0057d5;
	font-size: 1.33em;
	line-height: 1em;
}
.nolineBox .big{
	display: inline-block;
	margin-bottom: 0.25em;
	font-size: 1.33em;
	font-weight: bold;
}

/* 江田コーチに聞く  */
.edacoach_profile{
	padding: 10px;
	border: 1px solid #4b4b4b;
	overflow: hidden;
	margin-bottom: 20px;
}
.edacoach_profile img{
	float: left;
}
.edacoach_profile_detail{
	width: 90%;
	overflow: hidden;
	float: right;
}
.edacoach_profile_detail img{
	float: right !important;
}
	.tit_edacoach_profile{
		border-bottom: 2px solid #a5a5a5;
		margin-bottom: 7px;
		padding-bottom: 7px;
		font-weight: bold;
	}
		.tit_edacoach_profile span{
			color: #ea618a;
		}
			.tit_edacoach_cntBox{
				font-weight: bold;
				color: #ea618a;
			}
			.edacoach_cntBox01{
				margin-bottom: 20px;
			}
			.edacoach_cntBox01 img{
				width: inherit;
				float: left;
				margin-right: 30px;
				margin-bottom: 20px;
			}
			.edacoach_cntBox02{
				border-top: 2px solid #f5b0c5;
				margin-bottom: 20px;
				padding-top: 20px;
			}
			.bnr_girls{
				text-align: center;
				margin-top: 15px;
			}
/*   東京スポーツイベントセクション   */
.expedition_Box{
	padding: 10px 10px;
}
.expedition_Box2{
	padding: 10px 10px;
	text-align:center;
}

.enterprise{
	font-size: 1.333em;
	color: #004098;
	margin-bottom: 13px;
}
.enterprise span{
	margin-right: 10px;
	color: #fff;
	padding: 3px 8px;
	background-color: #004098;
}
.speed_Box{
	width: 355px;
	padding: 0 11px 9px 0;
	float: left;
}
.speed_Box .tit_speed_Box{
	background-color: #eb2b18;
	padding: 8px 0 8px 13px;
	color: #fff;
	font-size: 1.133em;
	margin-bottom: 15px;
}
.speed_Box .tit_speed_Box2{
	background-color: #FF3300;
	padding: 8px 0 8px 13px;
	color: #fff;
	font-size: 1.133em;
	margin-bottom: 15px;
}
.price_Box{
	width: 355px;
	padding: 0 0 9px 11px;
	float: left;
}
.price_Box .tit_price_Box{
	background-color: #006400;
	padding: 8px 0 8px 13px;
	color: #fff;
	font-size: 1.133em;
	margin-bottom: 15px;
}
.Experience_Box{
	width: 355px;
	padding: 9px 11px 9px 0;
	float: left;
}
.Experience_Box .tit_Experience_Box{
	background-color: #004098;
	padding: 8px 0 8px 13px;
	color: #fff;
	font-size: 1.133em;
	margin-bottom: 15px;
}
.BRUNCH_Box{
	width: 355px;
	padding: 9px 0 9px 11px;
	float: left;
}
.BRUNCH_Box .tit_BRUNCH_Box{
	background-color: #ff6400;
	padding: 8px 0 8px 13px;
	color: #fff;
	font-size: 1.133em;
	margin-bottom: 15px;
}
.partner_group{
	width: inherit;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.main_on{
	display: block !important;
}			
.section .banners3{
	width: 100%;
	margin-bottom: 1px;
}
.section .banners3 li{
	width: 244px;
	padding-right: 9px;
	margin-bottom: 9px;
	float: left;
}
.section .banners3 li.even{
	padding-right: 0;
}
/* 観戦記 */
.kansenkiBox{
	margin-bottom: 1.5em;
}
.kansenkiBox h3.title{
	padding: 3px 7px;
	margin-bottom: 0.87em;
	background: #b7b7b7;
	font-size: 1.33em;
}
.kansenkiBox h3.title2{
	padding: 3px 7px;
	margin-bottom: 0.87em;
	background: #FFFFCC;
	font-size: 1.1em;
}
.kansenkiBox.leftPhoto .photoArea{
	float: left;
}
.kansenkiBox.leftPhoto .textArea{
	width: 340px;
	padding: 0 0 0 15px;
	float: left;
}

.kansenkiBox.rightPhoto .photoArea{
}
.kansenkiBox.rightPhoto .textArea{
	width: 338px;
	padding: 0 15px 0 0;
	float: left;
}
.moshikomi_btn{
	margin-bottom: 10px;
}
.map_i{
	width: 100%;
}
/* タブメニュー */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
	padding: 14px 16px;
	margin: 0 0 0;
}
.tab-wrap .img{
　　width: 130px;
	margin-right: 12px;
	margin-bottom: 6px;
	float: left;
}
.tab-wrap .text{
	margin-left: 142px;
}
.tab-wrap .contentInner{
	clear: both;
	margin-bottom: 14px;
}
.tab-wrap h4{
	padding: 0 10px;
	margin-left: 142px;
	font-size: 1.33em;
	line-height: 26px;
	background: #fff4bd;
	margin-bottom: 8px;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #325A8C;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #325A8C;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #325a8c;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #325A8C;
    position: relative;
}
/* 画像斜線枠 */
.image_hatched_frame {
	position: relative;
}

.image_hatched_frame::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
/* Q��A */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
	background: #e6e6fa;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.qa_h1 {
	font-size: 2.0em;
	margin-top: 10px;
  padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
  color: #494949;/*譁�ｭ苓牡*/
  background: transparent;/*閭梧勹騾乗�縺ｫ*/
  border-left: solid 5px #7db4e6;/*蟾ｦ邱�*/
}
.ttl_line2 {
	  font-size: 1.4em;
  font-weight: bold;
	  color: #4b0082;/*譁�ｭ苓牡*/
  border-bottom: 2px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 0.3em;
}