/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {
	-webkit-text-size-adjust:none;
}
body {
	font-family: "微軟正黑體";
}
.clearfix {
	clear: both;
}
/* ------------------手機版型---------------------- */

* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html, body {
	width:100%;
	min-height:100%;
	-webkit-text-size-adjust:none;
	background-color: #fff;
	font-size: 16px;
}
.wrapper {
	width: 100%;
	position:relative;
}
header {
	width: 100%;
	min-width:320px;
	height: 60px;
	position: fixed;
	top:0;
	z-index: 200;
	box-shadow:0px 2px 2px rgba(0%,0%,30%,0.4);
	background:url(images/headerbg.png) repeat-x 0 0;
	
}
header h1 {
	text-indent:-999px;
	display:block;
	line-height: 60px;
}
header a.logo {
	background:url(images/LOGO.png) no-repeat 0px 0px;
	background-size:280px auto;
	display: block;
	height: 60px;
	padding:8px 0px 0px 60px;
	font-weight:bold;
	color:#fff;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size:22px;
	text-decoration:none;
	width:300px;
}
header a.nav-menu {
	display: block;
	background: url(images/navbg.png) no-repeat right 0px;
	background-size:45px auto;
	position: absolute;
	right: 5px;
	top: 12px;
	height:45px;
	width:45px;
}

/*================================*/
.header1BOX{
	background:url(images/headerbg.png) repeat-x 0 0;
	width: 100%;
	min-width:320px;
	height: 60px;
	z-index:5000 !important;
	position:fixed;
	left:0px;
	top:0px;
}
.header1BOX h1 {
	text-indent:-999px;
	display:block;
	line-height: 60px;
}
.header1BOX a.logo {
	background:url(images/LOGO.png) no-repeat 0px 0px;
	background-size:280px auto;
	display: block;
	height: 60px;
	padding:8px 0px 0px 60px;
	font-weight:bold;
	color:#fff;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size:22px;
	text-decoration:none;
	width:300px;
}
.header1BOX a.nav-menu {
	display: block;
	background: url(images/navbg.png) no-repeat right 0px;
	background-size:45px auto;
	position: absolute;
	right: 5px;
	top: 12px;
	height:45px;
	width:45px;
}
/*================================*/
.triangle {
	background:url(images/menulist-arrow.png) no-repeat right 0px;
	background-size:auto 15px;
	width:100%;
	height:20px;
	position:absolute;
	top:46px;
	right:15px;
	display:none;
}

.sliderBox {
	z-index:100 !important;
	margin-top:60px;
}

ul.menulist {
	width:100%;
	min-width:320px;
	background:url(images/menulistbg.png) repeat 0px 0px;
	color:#999;
	box-shadow:-2px 0px 15px rgba(26%,20%,20%,0.7);
	position:absolute;
	top:60px;
	z-index:10000 !important;
}
ul.menulist li {
	text-align:right;
	border-bottom:1px solid #b6b6b6;
}
ul.menulist li a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:25px 15px;
	letter-spacing:2px;
	font-size:18px;
	font-weight:bold;
}
ul.menulist li a b {
	display:inline-block;
	width:12px;
	height:12px;
	background:#01aece;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align:middle;
	margin:0 5px 0 15px;
}
ul.menulist li a span {
	font-size:12px;
	padding-right:10px;
	letter-spacing:0px;
}
article {
}
.owl-item .item img {
	display:block;
	width:100%;
	height:auto;
}
ul.active {
	width:100%;
}
ul.active li {
	padding:10px 0px 10px 10px;
	border-bottom:#e1e1e1 1px solid;
}
ul.active li a {
	padding-right:25px;
	text-decoration:none;
	display:block;
	background:url(images/active-bg.png) no-repeat 97% 50%;
	background-size:18px auto;
}
ul.active li:nth-child(odd) {
	background:#fafafa;
}
ul.active li:nth-child(even) {
	background:#FFF;
}
.date {
	color:#01aece;
	font-weight:bold;
	padding:3px 0;
}
.info-title {
	color:#424242;
	font-weight:bold;
	font-size:16px;
	line-height:1.2;
}
.carouselbox {
	margin-top:30px;
	padding:15px 8px 25px 8px;
	box-shadow:-2px 0px 15px rgba(26%,20%,20%,0.7);
	overflow:hidden;
}
.carouselbox .item img {
	padding:3px;
}
footer {
	background: #646565; /* Old browsers */
	background: -moz-linear-gradient(top, #646565 0%, #656667 18%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646565), color-stop(18%, #656667), color-stop(100%, #212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #646565 0%, #656667 18%, #212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #646565 0%, #656667 18%, #212121 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #646565 0%, #656667 18%, #212121 100%); /* W3C */
	color:#fff;
}
.footerbg1 {
	width:100%;
	height:100px;
	background:url(images/footerbg1.png) no-repeat right bottom;
	background-size:230px auto;
	background-color:#ebebeb;
	color:#333333;
	font-size:16px;
	overflow:hidden;
}
.footerbg1 .t1 {
	width:50px;
	font-weight:bold;
	background:#ccc;
	padding:5px;
	text-align:center;
	line-height:1.2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:8px 0 0 8px;
	float:left;
}
.footerbg1 .t2 {
	width:320px;
	height:100px;
	background:url(images/bg.png) no-repeat 65px 10px;
	background-size:250px auto;
	position:relative;
}
.footerbg1 a.gotop {
	display:block;
	background:url(images/gotop.png) no-repeat 0px 0px;
	background-size:auto 40px;
	text-indent:-999px;
	position:absolute;
	left:25px;
	bottom:0px;
	width:100px;
	height:40px;
}
.footerbg2 {
	height:65px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:320px;
	margin:0 auto;
}
.footerbg2 .t3 {
	float:left;
	width:200px;
	height:65px;
	line-height:65px;
}
.footerbg2 .goPC {
	float:right;
	width:120px;
	height:65px;
	line-height:65px;
}
.footerbg2 .goPC img {
	margin-top:15px;
}
/*=================================CTRRA RACES 路協賽事*/
.contentbox {
	padding:10px 15px;
	width:100%;
	min-width:320px;
}
.contentbox1 {
	padding:10px 0px;
	width:100%;
	min-width:320px;
}
.titlebox {
	overflow:hidden;
	height:65px;
	padding-top:23px;
	border-bottom:1px solid #d2d2d2;
}
.titlebox h2 {
	color:#383838;
	font-size:18px;
	font-weight:bold;
	float:left;
}
.titlebox h2 span {
	color:#01aece;
	font-size:13px;
	font-weight:bold;
	padding-left:6px;
}
.searchyear {
	margin-top:-2px;
	padding-top:2px;
	width:150px;
	float:right;
	font-size:14px;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
	border:1px solid #c8c8c8;
	-webkit-appearance: none;
	-moz-appearance:none;
	background:url(images/arrow-down.jpg) no-repeat right 50%;
	background-size:14px auto;
}
.searchyear_s {
	margin-top:-2px;
	padding-top:2px;
	width:115px;
	float:right;
	font-size:14px;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
	border:1px solid #c8c8c8;
	-webkit-appearance: none;
	-moz-appearance:none;
	background:url(images/arrow-down.jpg) no-repeat right 50%;
	background-size:14px auto;
}
.select_race {
	margin-top:-2px;
	padding-top:2px;
	width:115px;
	float:right;
	font-size:14px;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
	border:1px solid #c8c8c8;
	-webkit-appearance: none;
	-moz-appearance:none;
	background:url(images/arrow-down.jpg) no-repeat right 50%;
	background-size:14px auto;
}
.chilp-timing {
}
.ICON {
	position:relative;
}
.ICON::before {
	content:url(images/iconbg.png);
	position:absolute;
	right:15px;
	top:-10px;
	z-index:100;
}
/*================================= Race Results 成績查詢*/
/*================================= table */

.chilp-timing h3 {
	font-size:15px;
	display:block;
}
.chilp-timing .tB1 {
	font-size:14px;
	color:#000;
	width:100%;
	border-collapse:collapse;
	border:1px solid #999;
	margin:15px 0;
	position:relative;
}
.chilp-timing .tB1 tr td {
	padding:8px;
	line-height:1.5;
	border:2px solid #fff;
}
.chilp-timing .tL1 {
	font-size:14px;
	background:#dedede;
	font-weight:bold;
	width:140px;
}
.chilp-timing .tR1 {
	background:#ddf3f7;
}
.resultsbox .tB2 {
	font-size:14px;
	color:#000;
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	position:relative;
}
.resultsbox .tB2 th {
	background:#dedede;
	color:#000;
	font-size:16px;
	text-align:left;
	padding:12px 5px 12px 10px;
	border:1px solid #fff;
	line-height:1.2;
}
.resultsbox .tB2 td {
	background:#ddf3f7;
	padding:12px 5px 12px 10px;
	border:1px solid #fff;
	line-height:1.2;
}
.resultsbox .tB2 td a {
	font-size:14px;
	color:#006ea8;
	display:block;
}
.Ranking .tB1 {
	font-size:14px;
	color:#000;
	width:100%;
	border-collapse:collapse;
	border:1px solid #999;
	margin:15px 0;
	position:relative;
}
.Ranking .tB1 tr td {
	padding:8px;
	line-height:1.5;
	border:2px solid #fff;
}
.Ranking .tL1 {
	font-size:14px;
	background:#dedede;
	font-weight:bold;
	width:180px;
}
.Ranking .tR1 {
	background:#ddf3f7;
}
.Eventbox {
	width:100%;
	padding:5px;
	position:relative;
}
.Eventbox::before {
	content:url(images/arrow-top.jpg);
	position:absolute;
	left:50%;
	top:0px;
}
.Eventbox .tB3 {
	background:#ddf3f7;
	width:100%;
	margin:10px 0;
}
.Eventbox .tB3 tr td {
	padding:12px;
	color:#006ea8;
	border-bottom:1px dashed #006ea8;
	width:50%;
	font-size:14px;
}
.Eventbox .tB3 tr td.noline {
	border-bottom:none;
}
.Eventbox .tB3 .tL1 {
	font-weight:bold;
}
.sp-red {
	color:#c50000;
	font-size:35px;
	background:url(images/line.jpg) no-repeat 50% bottom;
	padding-bottom:5px
}
.ranking-blue {
	border:1px solid #006ea8;
	text-align:center;
	padding:15px 5px;
	margin:5px 0;
}
.titlebox1 {
	line-height:1.4;
	font-weight:bold;
}
.tB4 {
	width:90%;
	border-collapse:collapse;
	text-align:center;
	font-size:15px;
	margin:0 auto;
}
.tB5{
	width:90%;
	border-collapse:collapse;
	text-align:center;
	font-size:14px;
	margin:15px auto 0 auto;
}
.tB5 tr td.BLOD{
   font-weight:bold;
}
.tB4 tr td,.tB5 tr td{
	padding:15px 3px;
	border:2px solid #fff;
	line-height:1.6;
}
.tB4 tr,.tB5 tr {
	background:#efefef;
}
.tB4 tr.BLOD{
   font-weight:bold;
}


.tB6{
	width:90%;
}
.tB6 tr td{
	font-size:15px;
	line-height:1.6;
	color:#000000;
	font-weight:normal;
}
/*================= set ==============*/
.tB{
	line-height:1.6;
	color:#000000;
	font-weight:normal;
	width:90%;
	border-collapse:collapse;
	text-align:center;
	font-size:14px;
	margin:15px auto 0 auto;
	overflow:hidden;
}
.tB tr.blue-area td{
	background:#ddf3f7;
	border-bottom:none;
}

.tB tr td{
	padding:10px 5px;
	background:#efefef;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.tB tr.BOLD{
   font-weight:bold;
}
tr.grey td{
	background:#f8f8f8;
}
.NB{
	float:left;
	padding-left:15px;
}
.SN{
	float:right;
	padding-right:15px;
}
/*====================== tableEND ====*/


/*================= 成績查詢左右bar ====*/
.Race-Results-outbox {
	margin-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:15px;
	position:relative;
}
.Race-Results-outbox::after {
	content:url(images/arrow-top2.png);
	position:absolute;
	left:47%;
	bottom:12px;
	z-index:100;
}
.Race-Results-box {
	background:#01aece;
	padding:10px 0;
}
.swiper-slide .title {
	border:1px solid #FFF;
	padding:8px 2px;
}
.swiper-slide .title a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.swiper-slide .title p {
	font-size:16px !important;
}
.swiper-slide .title span {
	display:block;
	-webkit-text-size-adjust:none !important;
	font-size:9px !important;
	padding-top:8px;
}
.device {
	position: relative;
	background: #01aece;
}
.swiper-wrapper, .swiper-wrapper, .swiper-slide {
	height:60px !important;
}
.swiper-container {
	color: #fff;
	background: #01aece;
	text-align: center;
}
.swiper-slide {
	opacity: 0.4;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.swiper-slide-visible {
	opacity: 0.5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.swiper-slide-active {
	top: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pagination {
	display:none;
	position: absolute;
	z-index: 20;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 5px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #aaa;
	margin-right: 8px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	position: relative;
	top: -50px;
}
.swiper-visible-switch {
	opacity: 1;
	top: 0;
	background: #aaa;
}
.swiper-active-switch {
	background: #fff;
}
/*================= 成績查詢左右barEND ====*/

.final-update {
	font-size:14px;
	color:#fff;
	background:#01aece;
	width:270px;
	padding:5px 0 5px 10px;
	position:relative;
}
.final-update::after {
	content:url(images/final-databg.png);
	position:absolute;
	left:250px;
	top:0px;
}
.errorbox {
	text-align:center;
	border:1px solid #01aece;
	margin:0 auto;
	padding:25px 10px;
	color:#01aece;
	line-height:1.2;
	letter-spacing:1px;
	font-weight:bold;
}
.errorbox p {
	color:#373434;
}
.errorbox .ch {
	font-size:20px;
}
.errorbox .en {
	font-size: 14px;
}
.errorbox .color-blue{
	color:#01aece !important;
}
.resultsbox {/*====*/
	width:100%;
}
.declaration {
	font-size:16px;
	line-height:1.8;
	background:#f0f0f0;
	padding:10px 10px 25px 10px;
	color:#5b5b5b;
	text-align:justify;
}
.declaration p{
    padding-bottom:15px;
}
.red-en {
	color:#c50000;
}
.personalbox {
	width:100%;
	font-size:18px;
	color:#000000;
	background:#cfcfcf;
	font-weight:bold;
	padding:10px 10px;
}
.personalbox span {
	display:block;
	font-size:12px;
	padding:5px 0;
}
.Resultsbox .t1 {
	color:#006ea8;
}
.Resultsbox p {
	padding:6px 0;
	line-height:1.6;
	font-weight:bold;
}
.map img {
	width:100%;
	min-width:280px;
	text-align:center;
}
form.datailbox select {
	width:100%;
	border:1px #c8c8c8 solid;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	-webkit-appearance: none;
	-moz-appearance:none;
	outline: none;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	background:url(images/arrow-down.jpg) no-repeat 98% 50%;
	background-size:12px auto;
}
form.searchbox {
	width:100%;
	overflow:hidden;
}
input.search-text {
	color:#999999;
	line-height:1.6;
	padding-left:8px;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	border:1px solid #c8c8c8;
	outline:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	height:35px;
	width:100%;/*note*/
}
.record-cer {
	width:100%;
}
.record-cer img {
	width:100%;
	min-width:280px;
	text-align:center;
}
.blue-text {
	color:#01aece;
	line-height:1.6;
	padding-bottom:10px;
	text-align:justify;
	word-break:break-all;
}
.blue1-txet {
	color:#006ea8;
	line-height:1.6;
	padding-bottom:10px;
	text-align:justify;
	word-break:break-all;
}
.gray-txet {
	color:#929292;
	line-height:1.6;
	padding-bottom:10px;
	text-align:justify;
	word-break:break-all;
}
.red-text {
	color:#c50000 !important;
	line-height:1.6;
	padding-bottom:10px;
	text-align:justify;
	word-break:break-all;
}

.red3-text {
	color:#c50000 !important;
	line-height:1.6;
	padding-bottom:10px;
	text-align:justify;
	word-break:break-all;
	text-align:center;
}
.red2-text {
	color:#c50000 !important;
	font-weight:bold;
}
.paddingbox {
	padding-top:25px;
}
.samplebox-record {
	width:100%;
	text-align:center;
}
.pdfbox {
	padding:8px 0;
}
.inquirybox {
	text-align:center;
	width:100%;
}
.inquirybox input {
	width:100%;
	padding:15px 5px;
	margin:10px 0;
	color:#5b5b5b;
	font-size:14px;
	text-align:left;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	height:35px;
	outline:none;
}
.inquirybox select {
	width:100%;
	font-size:14px;
	height:35px;	
	background:url(images/arrow-down.jpg) no-repeat 98% 50%;
	background-size:14px auto;
}
.plus {
	font-size:35px;
	text-align:center;
	color:#5b5b5b;
	font-weight:bold;
}
.submitbox {
	width:100%;
}
.submitbox input {
	border:none;
	background:#01aece;
	color:#FFF;
	width:100%;
	text-align:center;
	padding:8px 5px;
	font-weight:bold;
	font-size:16px;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	-webkit-appearance: none;
	-moz-appearance:none;
}
.inquirybox2 {
	width:100%;
}
.inquirybox2 p {
	line-height:1.6;
	padding-bottom:15px;
	text-align:justify;
	word-break:break-all;
}
.elevenbox {
	border-top:1px dashed #a39d9d;
	padding-top:15px;
	margin-top:15px;
}
.elevenbox p {
	text-align:left !important;
	font-weight:normal !important;
	padding-bottom:10px;
	line-height:1.6;
}
.infobox p {
	padding:5px 0;
}
.titlebox2 {
	width:100%;
	background:#ebebeb;
	color:#000;
	font-size:18px;
	padding:10px 0 10px 15px;
	border-top:1px solid #928f90;
	border-bottom:1px solid #928f90;
	font-weight:bold;
	margin:10px 0;
	line-height:1.4;
}
.ibonbox-ul {
	list-style-type:decimal;
	padding-left:25px;
}
.ibonbox-ul-in {
	list-style-type:upper-alpha !important;
	padding-left:25px;
	padding-bottom:10px;
}
.ibonbox-ul li, .ibonbox-ul-in li {
	line-height:1.6;
	color:#383838;
}
.ibonbox {
	overflow:hidden;
}
.ibonbox p {
	line-height:1.6;
	padding:10px 0;
	color:#383838;
}
.ibontitle {
	padding:15px 0 15px 0;
	font-weight:bold;
}
.ibonpic img {
	width:100%;
}
ul.ibonpic li {
	padding:15px 5px;
}
.EN-icon {
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#01aece;
	color:#FFF;
	line-height:30px;
	text-align:center;
	text-shadow:0px 2px 2px rgba(0%,0%,30%,0.4);
	margin-right:5px;
}
.icon-text {
	display:block;
	margin-left:35px;
}
@media screen and (min-width: 320px) and (max-width: 390px) {
ul.ibonpic {
	width:100%;
}
ul.ibonpic li {
	width:100%;
}
.ibonpic p {
	min-height:50px;
}
}
@media screen and (min-width: 391px) and (max-width: 768px) {
ul.ibonpic {
	width:100%;
}
ul.ibonpic li {
	width:50%;
	float:left;
}
.ibonpic p {
	min-height:100px;
}
}
@media screen and (min-width: 769px) {
ul.ibonpic {
	width:100%;
}
ul.ibonpic li {
	float:left;
	width:33.33%;
}
.ibonpic p {
	min-height:70px;
}
}
.listbox li {
	display:block;
	padding:12px 0;
	border-bottom:1px solid #e1e1e1;
}
.listbox li.noline {
	border-bottom:none;
}
.listtitle {
	font-size:18px;
	font-weight:bold;
	color:#5b5b5b;
	padding:5px 15px 5px 15px;
	line-height:1.4;
}
.listinfo {
	color:#383838;
	padding:5px 15px 5px 15px;
	line-height:1.6;
}
.infobox1 {
	width:110px;
	display:inline-block;
}
.listinfo input {
	height:35px;
	font-size:13px;
	border:#5b5b5b 1px solid;
	padding-left:5px;
	outline:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
}
/*==========================btn*/
input.samebtn {
	background-color:#929292;
	color:#FFFFFF;
    border:1px solid #929292;
	line-height:1.6;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:none;
	height:35px;
	margin-left:5px;
}
.btnarea {
	width:100%;
	padding:15px 15px;
	text-align:center;
	margin:15px 0;
}
.btnarea1 {
	width:100%;
	padding:15px 5px;
	text-align:center;
}
.btnarea2 {
	width:100%;
	padding:15px 0px;
	text-align:right;
}
.btnarea3 {
	width:100%;
	text-align:center;
}
.btnarea4{
	width:100%;
	text-align:center;
	margin:15px 0;
}

.printbtn {
	color:#FFF;
	background:#c50000;
	padding:10px 5px;
	font-size:13px;
	border:none;
	cursor:pointer;
	text-decoration:none;
	margin:0 5px;
}
.gobackbtn {
	text-decoration:none;
	color:#FFF;
	background:#01aece;
	padding:10px 5px;
	font-size:13px;
	border:none;
	margin:0 5px;
}
.signbtn {
	text-decoration:none;
	color:#FFF;
	background:#c50000;
	padding:10px;
	font-size:13px;
	border:none;
	margin:0 5px;
	display:inline-block;
}
.nextbtn{
	text-decoration:none;
	color:#FFF;
	background:#c50000;
	padding:10px;
	font-size:13px;
	border:none;
	margin:15px 0px;
	display:inline-block;
}
.nextbtn{
	text-decoration:none;
	color:#FFF;
	background:#c50000;
	padding:10px;
	font-size:13px;
	border:none;
	margin:15px 0px;
	display:inline-block;
}
.redbtn{
	text-decoration:none;
	color:#FFF;
	background:#c50000;
	padding:10px;
	font-size:13px;
	border:none;
	margin:15px 0px;
	display:inline-block;
	min-width:135px;
}
.bluebtn{
	text-decoration:none;
	color:#FFF;
	background:#01aece;
	padding:10px;
	font-size:13px;
	border:none;
	margin:0 5px;
	display:inline-block;
	min-width:135px;
}
.cancelbtn {
	text-decoration:none;
	color:#FFF;
	background:#01aece;
	padding:10px;
	font-size:13px;
	border:none;
	margin:0 5px;
	display:inline-block;
}
.registationbtn{
	text-decoration:none;
	color:#FFF;
	background:#c50000;
	padding:10px;
	font-size:13px;
	border:none;
	margin:15px 0px;
	display:block;
}
.pagination1 {
	width:100%;
	text-align:center;
}
.pagination1 li {
	display:inline-block;
	width:21.5%;
}
.pagination1 li:last-child {
}
.pagination1 li a {
	background-color: #fff;
	float: left;
	line-height: 1.6;
	text-decoration: none;
	text-align:center;
	color:#929292;
	border:1px #c8c8c8 solid;
	width:100%;
	font-weight:bold;
}
.PDFTB {
	margin:0 auto;
}
.PDFTB tr td {
	text-decoration:none;
	color:#006ea8;
	text-align:center;
	font-size:14px;
	line-height:1.6;
}
.textbox {
	color:#01aece;
	font-size:12px;
	letter-spacing:-0.5px;
	text-align:center;
	line-height:1.6;
}
/*========================== 線上報名 */
.RACE-NAME {
	border-bottom:1px solid #e1e1e1;
	padding:15px 15px;
}
.RACE-NAME1 {
	border-bottom:1px solid #e1e1e1;
	padding:0px 10px 15px 10px;
}
.titlebox3 {
	width:100%;
	background:#ebebeb;
	color:#000;
	/*font-size:18px;*/
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	padding:8px 5px;
}
.titlebox4{
	width:100%;
	background:#dedede;
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	padding:8px 5px;
}
h2.raceitem {
	color:#006ea8;
	background:#ddf3f7;
	padding:8px 5px;
	line-height:1.4;
	font-size:14px;
	/*font-size:16px;*/
}

.deadline{
	color:#333333;
	background:#ebebeb;
	padding:8px 5px;
	line-height:1.4;
	font-size:13px;
	overflow:hidden;
}
.deadline span {
	display:inline-block;
	float:right;
	padding-right:5px;
}

.contest{
	background:#efefef;
}
.contest table{
	text-align:center;
	font-size:14px;
	line-height:1.6;
	border-collapse:collapse;
}
.contest table tr td{
	padding:5px 0;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.contest table tr td.lestline{
	border-right:none;
}
.raceitem1{
	font-size:15px;
	padding:15px 5px;
	background:#efefef;
}
h2.raceitem1 a{
	text-decoration:none;
	color:#01aece;
}
.contBOX{
	color:#333333;
	background:#ebebeb;
}
.accBOX{
	padding:10px 15px;
	width:100%;
	min-width:320px;
}
.accBOX p{
	padding:8px 0;
	color:#5b5b5b;
}
.accBOX input{
	width:100%;
	padding-left:8px;
	height:35px;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
}
.titlebox5{
	width:100%;
	background:#ebebeb;
	color:#000;
	font-size:18px;
	padding:10px 0 10px 15px;
	border-top:1px solid #928f90;
	border-bottom:1px solid #928f90;
	font-weight:bold;
	line-height:1.4;
	margin:15px 0;
}
.titlebox6{
	width:100%;
	background:#ebebeb;
	color:#000;
	font-size:18px;
	padding:10px 0 10px 15px;
	border-top:1px solid #928f90;
	border-bottom:1px solid #928f90;
	font-weight:bold;
	line-height:1.4;
}
.UP{
	margin-top:-1px;
}

.infoBOX{
	height:35px;
	font-size:13px;
	border:#5b5b5b 1px solid;
	padding-left:5px;
	outline:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	width:92%;
}
.formBOX{
/*	font-size:18px;*/
	font-weight:bold;
	color:#5b5b5b;
	padding:5px 15px 5px 15px;
	line-height:1.4;
}

.formBOX1{
	padding:5px 15px 5px 15px;
	line-height:1.4;
}

.radioBOX input:last-child{
	margin-left:10px;
}
.listbox li div p{
	padding:8px 15px 8px 15px;

}
.t4{
	font-size:14px;
}
.tB6 p{
	padding:0px 0 10px 0px !important;
}
.optionBOX select{
	padding:8px 5px;
	margin:10px 0;
	color:#5b5b5b;
	font-size:14px;
	text-align:left;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
	border:1px solid #5b5b5b;
}
.optionBOX1 select{
	padding:6px 2px;
	margin:0px 10px;
	color:#5b5b5b;
	font-size:14px;
	text-align:left;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
}
.optionBOX2 select{
	padding:6px 2px;
	margin-right:10px;
	color:#5b5b5b;
	font-size:14px;
	text-align:left;
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	outline:none;
}
.LEFTBOX{
	text-align:left;
}

/* System Messages */
#system-message    { margin-bottom: 5px; margin-top: 5px; padding: 0; background: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
#system-message dt { font-weight: bold; text-indent: 40px; line-height: 30px; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 43px; line-height: 20px; font-size: 13px;}

/* System Standard Messages */
#system-message dt.message { background: #C3D2E5 url(./images/notice-info.png) 4px center no-repeat; }
#system-message dd.message { background: #C3D2E5; }

/* System Notice Messages */
#system-message dt.notice { color: #c00; background: #EFE7B8 url(./images/notice-note.png) 4px top no-repeat; }
#system-message dd.notice { color: #c00; background: #EFE7B8; }

/* System Error Messages */
#system-message dt.error { color: #c00; background: #E6C0C0 url(./images/notice-alert.png) 4px top no-repeat; }
#system-message dd.error { color: #c00; background: #E6C0C0; }