@charset "UTF-8";


/*-----------------------------------
+ main_contents
------------------------------------*/
.main_contents{
	margin:0 auto;
}

/*-----------------------------------
+ btn_area
------------------------------------*/
.btn_area{
	background:#c0e2fd;
	width:100%;
}

/*-----------------------------------
+ tabMenu
------------------------------------*/
#tabMenu{
	width:95%;
	margin:0 auto;
}
#tabMenu li{
	float:left;
	width:50%;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#tabMenu li.schedule{
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
	border-left:1px solid #cecece;
}
#tabMenu li.result{
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
}
#tabMenu li.default{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#tabMenu li.ov{
	background-color:#2B6AD3 !important;
}
#tabMenu li img{
	width:130px;
}


/*-----------------------------------
+ tab_area
------------------------------------*/
.tab_area{
	background:#296bcc;
	padding-top:10px;
}
.tab_area .tab{
	width:95%;
	margin:0 auto;
}

.tab_area .tab .event_box{
	background:#fff;
	width:96%;
	margin:0 auto;
	padding:2%;
}
.tab_area .tab .event_box .img_box{
	margin-right:2%;
	width:20%;
}
.tab_area .tab .event_box .img_box img{
	width:100%;
}
.tab_area .tab .event_box .text_box{
	width:78%;
	font-size:90%;
}
.tab_area .tab .event_box .text_box .title_txt{
	font-size:120%;
	font-weight:bold;
}
.tab_area .tab .event_status{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.tab_area .tab .event_status img{
	width:100%;
}

.btn_moreList,
.btn_hideList{
	background:#253243;
	width:100%;
	margin:20px auto;
	padding:10px 0;
}

.btn_moreList p,
.btn_hideList p{
	text-align:center;
	color:#fff;
}

.link_button{
	width:100%;
	margin-bottom:10px;
}
.link_button img{
	width:100%;
}

.link_button li{
	float:left;
	width:50%;
}