@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;*/
}
	
/**{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  
	text-align: left;
	
	text-align: justify;
}*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #000;
	font-family:"Yuanti SC Regular", "Hei Regular", "PingFang SC Regular";
	font-size:16px;
}







.container{
	width: 100%;
}

.container_1{
	display: block;
	width: 100%;
	margin: 0 auto 2% auto;
}


.title_first{
	width: 100%;
	margin: 0 auto 3% auto;
	font-size: 1.5em;
	font-weight: bold;
	color:#215D96;
	text-align: center;
	border: solid 1px #215d96;
	padding: 5px;
}


.title_h1{
	color:#215D96;
	font-size: 1.2em;
	margin:40px 0px 7px 0px;
}

.camp_info1{
	color:#3badc2;
	font-weight: bold;
}

.signup_p{
	line-height: 1.6;
}

/*--------------------營會費用--------------------*/
.signup_fee{
	/*text-align: center;*/
}

.fee_pic{
	display: none;
	width:400px;
	margin: 10px 20px 0% 0%;
	vertical-align: top;
}

.signup_info_box{
	display:block;
}

.project_box{
	width: 500px;
	display: block;
	vertical-align: top;
	margin: 10px 0px 0px 0px;
	border: 1px solid #F3B812;
}

.project_h2{
	color:#FFFFFF;
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
	background-color: #F3B812;
}

.project_info{
	padding:10px 10px 10px 15px;
}

.project_p{
	
}



/*--------------------書籍圖片與簡介的大框------------------*/
.signup_book_block{
	display: block;
	width: 100%;
}
.signup_book{
	display: inline-block;
	width: 510px;
	margin: 1% 0% 1% 0%;
	vertical-align: top;
}

/*----------書籍封面----------*/
.book_pic{
	vertical-align: top;
	width: 25%;
}

/*----------包含書籍所有簡介的框框----------*/
.book_info{
	display: inline-block;
	vertical-align: top;
	margin: 0% 0% 0% 3%;
	width: 70%;
}

/*----------書名----------*/
.title_h2{
	font-size:1.2em;
	color: #215D96;
}

/*----------書籍連結----------*/
.book_button{
	display: block;
	width: 120px;
	text-decoration: none;
	padding: 5px 8px;
	font-size: 1em;
	margin: 5% 0% 0% 0%;
	border: 2px solid #3badc2;
	background-color: #fff;
	border-radius: 8px;
	color: #3badc2;
	text-align: center;
}

.book_button:hover{
	background-color: #3badc2;
	color: #fff;
}

.a_button1{
	text-decoration:none;
	color: #F3B812;
}

.a_button2{
	text-decoration:none;
	color:#215D96;
}

.signup_p_2{
	background-color: #E5F1F3;
	padding: 20px 20px;
	font-weight: bold;
	color: #666;
	font-size: 0.9em;
}

.note{
	color:#215D96;
	font-weight: bold;
	line-height: 2.5;
}

.note_2{
	font-weight: bold;
}


.signup_button{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 8px 8px;
	font-size: 1em;
	border: 2px solid #3badc2;
	border-radius: 8px;
	color: #fff;
	background-color: #3badc2;
	text-align: center;
	margin: 0 auto;
	margin-top: 5%;
}

.signup_button:hover{
	opacity: 0.6;
	cursor: pointer;
}
	





/***平板版***/
@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;
	}
	
	.container{
		margin-top: 0;
	}
	
	.title_first{
		font-size: 1.2em;
	}
	
	.book_button{
		width:120px;
	}
	
}







/***手機版***/
@media screen and (max-width: 736px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	
	.all_content{
		min-width: 320px;
	}
	
	body{
		width: 100%;
		overflow-x: hidden;
	}

    
	.container{
		
	}
	
	.container_1{
		width: 100%;
		margin-bottom: 40px;
		/*margin-top: 30px;*/
	}
	
	.title_first{
		font-size:1.2em;
	}
	
	.title_h1{
		font-size:1.1em;
		margin: 30px 0px 7px 0px;
	}

       .camp_info1,.camp_info2{
		font-size: 0.9em;
        }
	
		.signup_info_box{
			display:block;
			font-size: 0.9em;
		}
	
		.project_box{
			width: 100%;
			margin: 10px 0px 0px 0px;
		}
	
		.project_h2{
			padding: 5px 15px 5px 15px;
		}
	
		.project_info{
			padding:10px 10px 10px 15px;
			font-size: 0.9em;
		}
	
		.project_p{
			
		}
	
	/*--------------------書籍圖片與簡介的大框------------------*/
	.signup_book{
		display: inline-block;
		width: 48%;
		margin: 1% 0% 40px 0%;
		
	}

	/*----------書籍封面----------*/
	.book_pic{
		width: 90%;
		display: block;
		margin-bottom: 3%;
	}

	/*----------包含書籍所有簡介的框框----------*/
	.book_info{
		display: block;
		width: 90%;
	}

	/*----------書名----------*/
	.title_h2{
		font-size:1.1em;
	}
	
	.signup_p{
		font-size:0.9em;
	}

	/*----------書籍連結----------*/
	.book_button{
		width: 120px;
		margin: 2% 0% 0% 0%;
		padding: 3px 8px;
	}

	
	
}