@charset "utf-8";
/* CSS Document */

/* Reset Styles
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    font-style: normal;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside,details,figcaption, figure, figure img, hgroup, footer, header,menu, nav, section {
    display: block;
}
/*-----body {
  line-height: 1;
}-------------*/
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;
}
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }

/* Basic Styles
----------------------------------------------- */
*{
    font-family: arial, helvetica,"微軟正黑體", sans-serif;    
    /*----color: #252525;----------------*/
    font-size: 1em;
    letter-spacing: 0.2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica,"微軟正黑體", sans-serif;
    width: 100%;
}
a{ color: #314da5; text-decoration: none;}
a:visited{ color: #660099;}
a:hover{ color: #414da5;}
a:active{ color: #dd4b39;}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
    margin-bottom: 5px;
}
h1{ font-size: 1.6em }
h2{ font-size: 1.38em ;}
h3{ font-size: 1.25em ;}
h4{ font-size: 1.13em ;}
h5{ font-size: 1em ;}
h6{ font-size: 0.88em ;}

abbr, acronym {
    border:0;
}


/* Clearfix Styles
----------------------------------------------- */
.cf{zoom:1;}
.cf:before, .cf:after{content:""; display:block;}
.cf:after{clear:both;}

/* font color
----------------------------------------------- */
.attention{color:#cc0000;}
.attention2{color:#cc6600;}

.btattention{color:#cc0000;}

/* General Styles
----------------------------------------------- */

/*=============================PC=============================*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

article { 
    padding: 10px 0px;
    line-height:1.2em; }

article p{
    text-align: justify;
    margin-bottom: 10px;
	line-height:170%;
}
#wrap{
	width: 1000px;
	margin: 0 auto;overflow:hidden;clear:both;
}


#notice{
	display: block;
	background-color: #fee6e6;
	width: 1000px;
	line-height: 2.188em;
	padding: 0 10px;
	margin:20px auto 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
#notice .close{
	float:right;
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
}
#notice .close:hover{top:6px;}

/*-----------暻萄�撅�------------*/
#crumb{
	width: 1000px;
	height: 30px;
    margin:10px auto 0px;
	padding-left: 10px;
	font-size: 0.8em;}

#crumb li{ 
	float: left;
	line-height: 1.875em;
	padding: 0 1px 0 0;
    }

#crumb li a{ color: #666;}
#crumb li a:visited{ color: #666;}
#crumb li a:hover{ color: #666;}
#crumb li a:active{ color: #666;}


#subcontent{
	width: 20%;
	float: left;
}

#maincontent{
	width: 100%;
	float:left;}

.cobrand{clear:both;
  text-align: right;
  margin: 10px auto 0;padding-right:5px;}
.cobrand span{line-height:2.813em;font-size:0.75em;color:#a7a6a6;vertical-align:middle;float:right;}
.cobrand img{float:right;margin-left:10px;height:45px;width:auto;}

.adbox{
	width: 100%;
	/*height: 90px;*/
	text-align: center;
	overflow: hidden; 
    padding-top: 30px;
}

.adbox a{
	display: inline-block;
	width: 100% !important;
	max-width: 900px;
	height: auto;
}

/*=============================mobile=============================*/

@media screen and (max-width: 736px){

	*{
		font-family: Arial, helvetica, "微軟正黑體", sans-serif;
		/*---------color: #252525;-----------*/
		font-size: 1em;
		letter-spacing: 0.4px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;}

	body{
		width: 100%;
		min-width: 320px;
	}
	a{ color: #314da5; text-decoration: none;}
	a:visited{ color: #660099;}
	a:hover{ color: #414da5;}
	a:active{ color: #dd4b39;}

	article { 
		padding: 10px 15px;
		}

	article p{
		text-align: justify;
		margin-bottom: 10px;}
	#wrap{
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		}

	#subcontent{
		display: none;
		width: 200px;
		float: none;
		}

	#maincontent{
		width: 100%;
		margin-left: 0px;}
	#notice{
        width: 100%;
	    
    }

	#crumb{
		width: 100%;
		height: 30px;
		font-size: 0.875em;}

	#crumb li{ 
		float: left;
		line-height: 1.875em;
		padding: 0 1px 0 0;}

	#crumb li a{}

	.adbox{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		padding: 10px 15px;
	}

	.adbox a img{
		width: 100%;
		height: auto;
	}
    
}


