@media only screen and (max-width:1000px){
	
	.navArea .infoBox{
		margin: 0;
	}
	.section .textArea{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	.sideArea{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	
	.navArea .infoBox{
		margin: 0 14px;
	}
	.section .textArea {
		padding: 10px 14px 20px;
	}
	.section .figure{
		padding: 0 10px 20px;
	}
	.section .figure .img img{
		width: 140px;
	}
	.section .contentsBox,
	.section .contentsBox2{
		border-width: 2px;
		padding: 8px
	}
	.section .contentsBox h3 {
		height: auto;
		padding: 10px;
		margin-bottom: 10px;
		border-top: solid 1px #b2c6e0;
		border-bottom: solid 1px #004098;
		background: -moz-linear-gradient(top, #ffffff 0%, #fafbfd 50%, #cddaea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafbfd), color-stop(100%,#cddaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#fafbfd 50%,#cddaea 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#fafbfd 50%,#cddaea 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#fafbfd 50%,#cddaea 100%); /* W3C */
		box-shadow: inset 0 -2px 0 #fff;
		color: #004098;
		font-size: 1em;
		line-height: 1.33;
	}
	.section .contentsBox .img {
		width: 132px;
		margin-right: 7px;
		float: left;
	}
	.section .contentsBox .img:nth-child(odd) {
		margin-right: 0;
	}
	.section .contentsBox .img img{
		width: 100%;
	}
	.section .contentsBox .text {
		clear: both;
		padding-top: 8px;
		margin-left: 0;
	}
	.contentsBox2 h4 {
		height: auto;
		font-size: 1.17em;
	}
	.section .contentsBox2 .imageArea{
		width: 100%;
	}
	.section .contentsBox2 .imageArea p{
		width: 75px;
		margin-right: 6px;
		float: left;
	}
	.section .contentsBox2 .imageArea img{
		width: 100%;
	}
	.section .contentsBox2 .text {
		margin-left: 0;
	}
	
	.groupBoxes{
		margin-bottom: 10px;
	}
	.groupBoxes ul{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
	}
	.groupBoxes ul li{
		padding: 2px 5px;
	}
	.groupBoxes ul li .icon{
		margin-right: 5px;
	}
	.scheduleBtn{
		width: 201px;
		margin-bottom: 10px;
	}
	.scheduleBtn img{
		max-width: 100%;
	}
	/*@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: 90%;
	overflow: hidden;
	border: 4px solid #c81400;
	padding: 15px;
	margin-bottom: 20px;
}
.marathon_comt img{
	width: 50%;
	margin-bottom: 10px;
}
.marathon_comt span{
		width: 47%;
		float: right;
	}
p.tit_comt{
	padding: 2px 10px;
	background-color: #efb8b2;
	margin-bottom: 10px;
}
.bnr_center{
	width: 100%;
	margin-left: inherit;
}
.mainArea .bnr:first-child {
	display: block;
}
	.mainArea.section h2 span{
		margin-left: -7px;
	}
	.abudabi_main{
		display: none !important;
	}
	.mainArea.section h2.f1_gray{
	padding: 5px 0;
	background: inherit !important;
	height: auto;
	}
	.mainArea.section h2.f1_gray span{
	background: url(../images/marker_h2_triathlon.jpg) no-repeat left top;
	color: #000000;
	text-indent: inherit;
	padding-left: 10px;
	margin-left: 0;
	font-size: 1.17em;
	}
	.sideArea .bnrLinkTop{
		display: none;
	}
	.spNavBox ul li a {
		background: inherit;
	}
	.mainArea.section h2 span{
		margin-left: inherit;
	}
	.mainArea.section h2.golf_marker{
		background: inherit !important;
		padding: 0 !important;
	}
	.back_number {
		width: 100%;
		background-image: url(../images/bg_back_num.jpg);
		text-align: center;
		color: #fff;
	}
	.back_number span{
		display: block;
		padding-top: 7px;
	}

}

@media only screen and (max-width:330px){
	.sideArea .sideScheduleBnrs li{
		width: 152px;
		margin-left: 0;
		margin-right: 6px;
	}
	.sideArea .sideScheduleBnrs li:nth-child(even){
		margin-right: 0;
	}
	

}