@charset "utf-8";
/* CSS Document */


/* 優選商品分頁標籤 S */


.GP_tab {
  overflow: hidden;
  display: flex;

  /* 水平置中 */
  justify-content: center;    
  /* 垂直置中 */
  align-items: center;    

}

.GP_tab button {

  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 5px solid #777;
  background-color:#ebe9e9;
  display: flex;
  justify-content: center;
  
 
}




.GP_tab button.active {
  border-bottom: 5px solid #b30101;
  background-color:#fdfdde;
}

.GP_tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.GP_tab_main {
  display: none;
  padding: 6px 12px;
  border-top: none;
}


.GP_product_tab {
  overflow: hidden;
}

.GP_product_tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 5px solid #ccc;
  background-color:#FFF;
}

.GP_product_tab button.active {
  border-bottom: 5px solid #b30101;
}


.GP_tabcontent a:hover {
 color: #000 !important;

}
/* 優選商品分頁標籤 E */

/* 優選商品清單 S */
.GP_detaileclips{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* after 2 line show ... */
    -webkit-box-orient: vertical;
}

.GP_article {
  display:inline-block;
  width:162px;
  margin: 5px 2px;
  padding: 5px 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 330ms;
}
.GP_article:hover {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  transition: all 330ms;
  border:#bbb solid 1px;
}


.GP_article > img {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.GP_product_name {
  text-align: left;
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height:17px;
}
.GP_product_SRP {

  display:inline-block;
  font-size: 13px;
  padding:5px 0;
  line-height:20px;
}
.GP_product_p {
  display:inline-block;
  font-size: 14px;
  padding:5px 10px;
  line-height:20px;
  background-color:#FFCC66;
  border-radius: 10px;
  border: 0;
  margin-top:5px;
  margin-bottom:5px;
}
.GP_product_p:hover{
background-color:#f5b940;
color:#990000;
}


.GP_addpoint_button {
  display:inline-block;
  cursor: pointer;
  font-size: 18px;
  padding:10px 25px;
  line-height:20px;
  background-color:#FFCC66;
  border-radius: 10px;
  border: 0;
  margin-top:5px;
  margin-bottom:5px;
}
.GP_addpoint_button:hover{
background-color:#f5b940;

}

.GP_product_spec {
  text-align:center;
  display:block;
  font-size: 16px;
  width:95%;
  padding:5px 0 ;
  line-height:20px;
  background-color:#fff;
  border:#CCC solid 1px;
  border-radius: 10px;
  margin-top:5px;
  margin-bottom:3px;
}
.GP_product_d {

  display:inline-block;
  font-size: 14px;
  padding:5px ;
  line-height:20px;
  background-color:#e6e4e4;
  border-radius: 10px;
  margin-top:5px;
  margin-bottom:5px;
}
.GP_product_d:hover{
background-color:#d8d6d6;
  
}
.GP{
font-size:26px;
font-weight:500;
}


.GP_wall {
  display: block;
  position: relative;
  padding:10px 0;
}
.GP_wall-column {
  display: block;
  position: relative;
  width: 33.333333%;
  float: left;
  padding: 0;
  box-sizing: border-box;
}
.GP_wall-column:first-child {
  padding-right: 12px;
}
.GP_wall-column ~ .wall-column {
  padding-left: 12px;
  padding-right: 12px;
}
.GP_wall-column:last-of-type {
  padding-right: 0;
}
@media (max-width: 640px) {
  .GP_wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .GP_wall-column {
    width: auto;
    float: none;
    padding: 0;
  }
}


/* 優選商品清單 E */



/* 選規格下拉式選單 S */
.form-style-2 label{ 
    display: block;
    margin: 0px 0px 10px 0px;
	text-align: left;
}

.form-style-2 label > span{
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}


.form-style-2 input.input-field-GP, 
.form-style-2 .textarea-field-GP, 
.form-style-2 .select-field-GP{
    text-align: left;
	margin:0 0 3px 0;
	padding:3px;
    box-sizing: border-box;

	font-size:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 95%;
	height:31px;
}
/* 選規格下拉式選單 E */

/*  S */
.GP_box{
text-align:left;
font-size:15px;
letter-spacing:0.3px;
line-height:26px;
padding:15px;
}

.GP_notice_topic{
font-size:18px;
font-weight:600;
padding-bottom:5px;
}
.GP_notice_topic_s{
font-size:18px;

padding-bottom:5px;
}

GP_highlight {
    background: linear-gradient(120deg, #f3b85c 0%, #f3b85c 100%);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0 100%;
}

.amateur_info{ /**/
    width: 100%;
    padding:15px;
	font-size: 16px ;
	color: #444;
	display:block;
	line-height:24px;
	letter-spacing: 1px;
}


.amateur_tip { /*  */
    font-size:18px;
	color:#3ca1d7;
	padding:8px 0 0 15px;
	letter-spacing: 2px;
	margin-bottom:-15px;
 }
.amateur_tip_24 { /* 產品文字頁籤 */
    font-size:24px;
	color:#006fec;
	line-height: 24px;
	padding:8px 0;
	letter-spacing:0.3px;
	font-weight:600;
 }
.amateur_tip_20 { /* 產品文字頁籤 */
    font-size:20px;
	color:#006fec;
	line-height: 24px;
	padding:8px 0;
	letter-spacing:0.3px;
	font-weight:600;
 }
 
 
.amateur_box { /*  */
background-color:#f5f5f5;
padding:20px;
line-height:24px;

}

.amateur_box_black { /*  */
background-color:#000;
padding:20px 20px 0 20px;
line-height:24px;
color:#FFF;
}


 

.GP_main_funtion
{
background-color:#f9c160;
padding: 15px;
margin-bottom:10px;
margin-top:-10px;
}

.GP_funtion_btn{
color:#000;
font-size:16px;
text-align:right;
cursor:pointer;
border:#00549e solid 0px;
letter-spacing:0.2px;
background-color:#f9c160;

}




 /* -------- 歷史參賽紀錄表格  S------ */	




#demo-table,.css-table{
	width: 99.9%;
	background-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#demo-table td, #demo-table th,
.css-table .td, .css-table .th{
	padding: 5px;
}

#demo-table td,
.css-table .td{
	color: #666666;
	border: #ddd 1px solid;
}

#demo-table th,
.css-table .th{
	background-color: #1a1a1a;
	color:#ffffff;
	border: #1a1a1a 1px solid;
	text-align: center;
}


.css-table{
	display: table;
	display: none;
}
.css-table .thead{
	display:table-header-group;
}
.css-table .tbody{
	display:table-row-group;
}
.css-table .tr{
	display:table-row;
}
.css-table .th,
.css-table .td{
	display:table-cell;
}



@media only screen and (max-width: 960px) {
	.hide-column .large{
		display: none;
	}
	.css-table{
		background-color: transparent;
	}
	.css-table .thead{
		display: none;
	}
	.css-table .tr{
		display:block;
		border: #ddd 1px solid;
		margin-bottom: 5px;
		background: #ffffff;
	}
	
	.css-table .th,
	.css-table .td{
		display:inline-block;
		width: 48%;
		border: none;
	}

}
@media only screen and (max-width: 720px) {


	/* Force table to not be like tables anymore */
	.break-table {
		background-color: transparent !important;  
	}
	.break-table, 
	.break-table thead, 
	.break-table tbody, 
	.break-table th, 
	.break-table td, 
	.break-table tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.break-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.break-table tr { border: 1px solid #ccc; margin-bottom: 10px; background-color: #ffffff;}

	.break-table td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee !important;  
		position: relative;
		padding-left: 35% !important; 
		white-space: normal;
		text-align:left;
	}
	

	.break-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		color: #1a1a1a;
	}
	.break-table td:before { content: attr(data-title); }

	.css-table .th,
	.css-table .td{
		display:block;
		width: 100%;
	}
	

}
@media only screen and (max-width: 720px) {


	/* Force table to not be like tables anymore */
	.single-table{
		background-color: transparent !important;  
	}
	.single-table, 
	.single-table thead, 
	.single-table tbody, 
	.single-table th, 
	.single-table td, 
	.single-table tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.single-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.single-table tr { border: 1px solid #ccc; margin-bottom: 5px; background-color: #ffffff;}

	.single-table td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee !important;  
		position: relative;
		padding-left: 35% !important; 
		white-space: normal;
		text-align:left;
	}
	

	.single-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		color: #1a1a1a;
	}
	.single-table td:before { content: attr(data-title); }
	
    .single-table td:nth-child(odd) {
      background: #ecffff;
    }
	.single-table td:nth-child(even) {
      background: #f5f5f5;
    }
	.css-table .th,
	.css-table .td{
		display:block;
		width: 100%;
	}
	

}





 /* -------- 歷史參賽紀錄表格  E------ */	


/* 下拉式選單 S */
.drop_menu{
  width:100%;
}

.dropbtn {
  padding: 16px 10px;
  border: none;
  cursor: pointer;
  font-size:13px;
  background-color:#FFF;
}
.drop_menu .dropbtn .dropdown a:visited{
  border:none;
}
.dropdown {
  position: relative;
  display: inline-block;
  font-size:13px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eaeaea;
  width: 132px;
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  text-align:left;
  z-index: 1;
  font-size:13px;
}
.dropdown-content a {
  color: black;
  padding: 13px 0 13px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #f4d2ba;}
.dropdown-content a:visited {border:none;}
.dropdown:hover .dropdown-content {display: block;width: 135px;margin:10px 0 0 0;}

/* 下拉式選單 E */

/* -------- 挑服飾尺寸------*/

.pick_apparel table{
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	margin-top:20px;
	margin-bottom:5px;}

.pick_apparel table th{
	padding: 5px;
	text-align: center;
	color: #FFF;
	border: 0;
	vertical-align:text-top;}
	

.pick_apparel table td{
	text-align: center;
	border: 0;
	vertical-align:text-top;}

.pick_apparel strong.title{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#8F3421;}

.pick_apparel table.noBorder th,
.pick_apparel table.noBorder td{
	border:none;
	border: 0;
	}

.pick_apparel table.noBorder th{
	width:60px;
	color:inherit;
	text-align:right;}
	
.score_B_12{ 
    font-size:12px;
	color:#333;
	line-height: 22px;
	padding:1px 0;
	min-height:28px;
 }
.spec-tip-desk  input[type="radio"] {
	display: none;
}
.spec-tip-desk input[type="radio"] + label {
    border-color:#999; 
	border-style: solid;
    border-width: 1px;
	display: inline-block;
	background-color: #fff;
	padding: 2px 10px;
	margin:3px 8px 5px 0;
	text-align:center;
	min-width:18px;
	/*  width:296px;  */
}
.spec-tip-desk  input[type="radio"]:hover + label {
    border-color:#000; 
	border-style: solid;
    border-width: 1px;
}

.spec-tip-desk  input[type="radio"]:checked + label {
	background-color: #7fcffd; /* 核選後呈藍色 */
	border-color:#000; 
	border-style: solid;
    border-width: 1px;
}
.spec-tip-desk input[type="radio"]:disabled + label {
	background-color: #bbb; 
    background-image: url(https://www.golfshop.com.tw/images/fork.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
	color:#555;
}


/*競標首頁 細項*/
.note_main
{
    display: block;
	padding:5px 0 0 13px;
	font-size:16px;
	line-height:20px;
}


.note_b
{
    margin-bottom: 5px;
    position: relative;
}

.note_b:before
{
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 5px;
}

.bid_btn{
  position:absolute;
  float:right;
  right:5%;

}
.bid_icon{
float:right;

}

.icon-menu-sub {
  content: url(../img/menu_ee.svg);
  font-size:12px;
  color: #000;
}

.amateur_pop{
font-size:14px;
text-align:left;
padding:0 0 0 35%;
}

.amateur_pop_title{
  
  line-height:0.5px;
  font-size:26px;
  color:#000;
  text-align:center;
  font-weight:500;
  padding:10px 0 0 0;
  letter-spacing:2px;
 }
.amateur_pop_offer{
 text-align:left;
 letter-spacing:0.5px;
 line-height:26px;
 padding: 0 0 0 5px;
}

.offer_tip{
 color:#000;
 min-width:110px;
 font-size:16px;
 display:inline-table;
}
.offer_info{
 color:#000;
 font-size:16px;
 display:inline-block;

}


.GP_head_tip{
width:100%;
background-color:#600000;
font-size:16px;
padding:18px 0 14px 0;
text-align:center;
color:#fff;
letter-spacing:0.5px;

position: fixed;
width: 100%;
opacity: 1!important;
z-index:99;
}




 /* ---------------- */		
.form-style-2-heading{
    border-bottom: 2px solid #ddd;
}
.form-style-2 label{ 
    display: block;
    margin: 0px 0px 10px 0px;
	text-align: left;
}

.form-style-2 label > span{
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}

.form-style-2 .tel-number-field{
    width: 100%;
 
}	
.tel-number-field2{

	width: 100%;

}

.select-field{
    width: 30%;
	}
	
.select-field2{
    width: 100%;
	height:26px;
}

.input-field2{
	height:26px;
	margin-left:4px;

}
.form-style-2 input.input-field, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field{ /*TEXT 填入視窗ㄟ設定*/
    text-align: center;
    box-sizing: border-box;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 100%;
	height:40px;
	margin-bottom:5px;
	
	

}
	
.form-style-2 input.input-field1, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field1{ /*TEXT 填入視窗ㄟ設定*/
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 87%;
	height:34px;
}

.form-style-2 input.input-field3, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field3{
    text-align: center;
	padding-left:6px;
    box-sizing: border-box;
	color:#666;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 21%;
	height:29px;
}
.form-style-2 input.input-field_half, 
.form-style-2 .select-field_half{
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	font-size:14px;
	color:#666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 42.8%;
	height:29px;
}

.form-style-2 input.input-field_55, 
.form-style-2 .select-field_55{
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	font-size:14px;
	color:#666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 55%;
	height:29px;
}

.form-style-2 .input-field:focus, 
.form-style-2 .input-field3:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .tel-number-field2:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus,
.form-style-2 .select-field3:focus
.form-style-2 .select-field_half:focus{
    border: 1px solid #04a1fb;
}

.form-style-2 .textarea-field{
    height:100px;
    width: 100%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]
{
    border: none;
    padding: 8px 15px 8px 15px;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}






.form-style-3 label{ 
    display: block;
	text-align: left;
}

.form-style-3 label > span{
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}

.form-style-3 .tel-number-field{
    width: 100%;
}	
.tel-number-field3{
	width: 100%;
}
.select-field{
    width: 30%;
	}
.select-field3{
    width: 100%;
	height:26px;
}
.input-field3{
	height:26px;
}
.form-style-3 input.input-field, 
.form-style-3 .textarea-field, 
.form-style-3 .select-field{ /*TEXT 填入視窗ㄟ設定*/
    text-align: center;
    box-sizing: border-box;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 100%;
}
	
.form-style-3 input.input-field1, 
.form-style-3 .select-field1{ /*TEXT 填入視窗ㄟ設定*/
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 87%;
}

.form-style-3 input.input-field3, 
.form-style-3 .select-field3{
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	color:#666;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 28.6%;
	height:29px;
}
.form-style-3 input.input-field_half, 
.form-style-3 .select-field_half{
    text-align: left;
	padding-left:6px;
	margin-bottom:5px;
    box-sizing: border-box;
	font-size:14px;
	color:#666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	width: 42.8%;
	height:29px;
}
.form-style-3 .input-field:focus, 
.form-style-3 .input-field3:focus, 
.form-style-3 .tel-number-field:focus, 
.form-style-3 .tel-number-field2:focus, 
.form-style-3 .textarea-field:focus,  
.form-style-3 .select-field:focus,
.form-style-3 .select-field3:focus
.form-style-3 .select-field_half:focus{
    border: 1px solid #04a1fb;
}

.form-style-3 .textarea-field{
    height:100px;
    width: 100%;
}
.form-style-3 input[type=submit],
.form-style-3 input[type=button]
{
    border: none;
    padding: 8px 15px 8px 15px;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-3 input[type=submit]:hover,
.form-style-3 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}

/* 圓圓 check box S */
.container {
    position: relative;
	color:#888;
    cursor: pointer;
    font-size: 14px;
	padding-left:30px;
	padding-bottom:10px;
}


/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #aaa;
    border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
	height: 25px;
    width: 25px;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
	height: 25px;
    width: 25px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    height: 25px;
    width: 25px;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;

}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* 圓圓 check box E */


/*---- 大賽成績表-----*/
@media only screen and (max-width: 600px) {

.score_info{
padding-left:10px;
font-size:16px;
line-height:22px;
}
/*---- size 尺寸表 寬鬆版-----*/
.score_chart_A table{
	border-collapse:collapse;
	font-size:16px;
	padding:10px 0;
	margin-top:10px;
	margin-bottom:20px;}

.score_chart_A table th{
	padding:5px;
	text-align: center;
	background: #333;
	color: #FFF;
	border: 0;
	vertical-align:text-top;}


.score_chart_A table td{
	padding:5px;
	text-align: center;
	border: 0;
	vertical-align:text-top;}

.score_chart_A strong.title{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#8F3421;}

.score_chart_A table.noBorder th,
.score_chart_A table.noBorder td{
	border:none;
	border: 0;
	}

.score_chart_A table.noBorder th{
	width:60px;
	color:inherit;
	text-align:right;}
	

.score_chart_A table tr:nth-child(odd){
  background:#CCC;
}

.score_chart_A table tr:nth-child(even){
  background:#EDF1CB;
}
	
}

