@charset "UTF-8";
/* CSS Document */

/* ---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%;
	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.6;
}
ol, ul {
	list-style: none;
}
li{
	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--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}






body{
	background-color: #0C70A0;
	font-size: 16px;
}

.container{
	margin:0 auto;
	text-align: center;
	position: fixed;
	top: 30%;
	width: 100%;
}


/**下拉選單**/
.camp_selecticon{
	width:8%;
	margin-bottom: 2%;
}


.camp_select{
	display: block;
	font-size: 1em;
	margin: 0 auto;
	width: 20%;
	cursor: pointer;
	padding: 7px;

      
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    background:url(/cefcamp/images/camp_tri2bb.png) no-repeat right center;
    background-size:auto 100%;
	border:1px solid #fff;
	border-radius: 6px;
    background-color:#0C70A0;
	color: #fff;
}

.camp_option{	
	background-color:#E4F3F2;
	color: #000;
	padding: 0px;
}






/***平板版***/
@media screen and (max-width: 1024px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
		font-size: 1em;
	}
	
		/**下拉選單**/
	.camp_selecticon{
		width:20%;
	}


	.camp_select{
		width: 50%;	
	}
	
}






/***手機版***/
@media screen and (max-width: 736px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	body{
		width: 100%;
		overflow-x: hidden;
		font-size: 1em;
	}
	






.container{
	top: 30%;
}

.camp_selecticon{
	width:25%;
	margin-bottom: 5%;
}


.camp_select{
    width:70%;
}


	
}

