@charset "utf-8";
#cycling main {background: #FFF; padding-bottom:40px;}
.txtCenter{text-align: center;}
.box{border: 6px solid #eee;}
.boxY{border: 6px solid #FFDA00;}
.bg{background: #F5F5F5;padding-bottom: 30px;}
a:visited{	color: #444;}
iframe{border: none; width: 100% !important;}
.bnr_area a:hover{opacity: 0.8;transition: 0.5s;}

/*flexbox
------------------------------*/
.row {
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.inner{margin: 0 15px;}
.flex1of2 {	width: 49.019607843%;}
.flex1of3 {	width: 32.0262%;}
.flex1of4 {	width: 23.529411765%;}
.flex2of3 {	width: 66.013071895%;}

/* ------------------
  Font Style
-------------------*/
#cycling h2{
	clear:both;
	line-height:1.7;
	margin-top:1.5em;
	margin-bottom: 1.5em;
	padding: 0 5px;
	padding-bottom:8px;
	color:#444;
	font-size:160%;
	position: relative;
	display: inline-block;
}
#cycling  .col-6 h2,
#cycling  .col-3 h2{
	margin-bottom: 1em;
	font-size:112%;
	line-height: 1.2;
}
#cycling h2::after{
	content:"";
	position: absolute;
	left:0; bottom:0;
	height: 3px;
	width:100%;
	background: #444;
}
#cycling h3{
	clear: both;
	font-size:118%;
	padding: 8px;
	color: #FFF;
	background: #36A0DA;
	margin-bottom:1.2em;
}
#cycling h3 a{color: #FFF;}
#cycling h4{
	clear: both;
	font-size:110%;
	color: #E00013;
	margin-bottom:.2em;
}

ul.arr{
	margin:0 ;
	padding-top: 8px;
}
ul.arr li{
	margin-bottom: 5px;
	padding-left: 14px;
	padding-bottom: 8px;
	background: url(../../../common/images/icon_circle_color5.png) no-repeat 0 6px;
	background-size: 8px 8px;
}
ul.arr li a,
.ico_blank{
	color: #444;
	padding-right: 14px;
	background: url(../../../common/images/icon_link.png) no-repeat 100% 3px;
}

ul.list{
	margin:0 ;
	padding-top: 8px;
}
ul.list li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
ul.list li a{
	display: block;
	padding:4px 8px 4px 24px;
	text-decoration: underline;	color: #444;
	background: url(../../../common/images/icon_arr_txt2.png) no-repeat 0 10px;
}

/*Facebook*/

.facebook-wrapper {
    max-width:388px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

@media screen and (max-width:768px){
	.row {
		display: block;
		flex-wrap: wrap;}
	
.flex1of2 ,
.flex1of3 ,
.flex1of4 ,
.flex2of3 {	width: 100%;}
ul.arr.ml00{margin-left: 15px;}


}