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

	
.ymc_a{
	color: #F3B812;
	border-bottom: 1px solid;
}
	
	
/* --電腦版型------------------------------------- */		
.all_content{
	background-color: #fff;
}
.page_content_block{
	display: block;
	width: 40%;
	margin: 120px auto 0 auto;
}

/*----------expo----------*/
.expo_main_button_block{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.expo_main_button_block a{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.expo_main_button{
    height: 100px;
    background-color: #333;
    vertical-align: middle;
    border-radius: 50px;
    margin-bottom: 15px;
    padding-top: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: 0.8;
}

/*----------expo_cef----------*/
.expo_a{
    color: #245C95;
}
.expo_cef_block{
    width: 100%;
    margin: 0 auto;
}
.expo_cef_button_block{
    display: inline-block;
	width: 49%;
	padding: 10px;
	margin-bottom: 20px;
	color: #245C95;
    text-align: center;
    vertical-align: top;
}
.expo_cef_button_img{
    width: 100%;
}
.expo_cef_button_title{
    font-weight: bold;
    font-size: 0.9em;
}

/*----------ymc_special----------*/

.expo_ymc_special_block{
    width: 100%;
}
.expo_YS_audio_block{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.p_audio_button {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
	margin-top: 5px;
}
.p_audio {
    width: 99%;
    display: block;
    margin-top: 5px;
    border-radius: 50px;
	color: #e0e0e0;
}
/*----------expo_info----------*/
.expo_info{
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 10px 10px 10px 15px;
    background-color: #f4eeb1;
    border-radius: 15px;
}
.info_mark{
    color: #245c95;
}




.backtolast {
	background-color: rgba(153, 153, 153, 0.75);
	background-image: url("/s_www/images/anchor_last.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	overflow: auto;
	position: fixed;
	bottom: 70px;
	right: 25px;
	text-indent: -99999px;
	transition: all 0.7s ease-in-out 0s;
	width: 40px;
    border-radius: 50%;
    opacity: 0.6;
}
.backtotop {
	background-color: #999;
	background-image: url("/s_www/images/anchor-06.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	overflow: auto;
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-indent: -99999px;
	transition: all 0.7s ease-in-out 0s;
	width: 40px;
	border-radius: 50%;
	opacity: 0.6;
}




/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1280px) {

	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	
	.all_content{
		min-width: 320px;
	}
	.page_content_block{
		width: 80%;
		margin: 60px auto 0 auto;
	}
	
	
	

}




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

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	
	
	
	.all_content{
		min-width: 320px;
	}
	.page_content_block{
		width: 90%;
		margin: 30px auto;
	}


	.top_menu_blank{
		height: 60px;
	}
	
	
	/*----------expo----------*/
	
	


	

}