/* 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{width: 950px;
	margin: 0 auto;
	font-family: Arial, Helvetica,"微軟正黑體", sans-serif;
}
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;
}
input ,select, textarea{
	margin-right:3px;
	margin-bottom: 5px;
	padding:7px 7px 5px;
	font-family:"微軟正黑體", Arial, sans-serif;
	letter-spacing:0.1em;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #999; 
	   -moz-appearance:none;
		    appearance:none;
	}

select{
	padding-right: 20px;
	background: url("../images/arrow.png") no-repeat right center transparent;
	-webkit-appearance:none;
	}

textarea{
	overflow:auto;
	width:100%;
	}
select::-ms-expand {
	display: none;
	}
	
/* 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;
}

/*=============================mobile=============================*/
@media screen and (max-width: 736px){

	body{
		width: 100%;
		min-width: 320px;
	}
}

@media screen and (max-width: 540px) {

}
