@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: Verdana, Geneva,"微軟正黑體", sans-serif;    
    font-size: 1em;
    letter-spacing: 0.1px;
    -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: 0px;
    line-height:1.2em; }

article p{
    text-align: justify;
    margin-bottom: 10px;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
	/*overflow:hidden;*/
	clear:both;
}


/*=============================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 p{
		text-align: justify;
		margin-bottom: 10px;}
	.wrap{
		width: 100%;
		/*min-width: 320px;*/
		margin: 0 auto;
		}

	
    
}


/*2024Style***********************/

a{text-decoration:none;}
a:hover{text-decoration:none ;}
img{max-width:100%;max-height:100%}

.yt{position:relative;padding-bottom:52.75%;border:1px solid #ccc;margin-bottom:50px;}
.yt iframe{position:absolute;width:100%;height:100%;left: 0;top:0;}


/*flex*/
.flex{
    display: flex;
}

.flex-wp{
    flex-wrap: wrap;
}

.flex-center{
                  display: flex;
                  justify-content: center;
                  align-items: center; 
                }

@media (max-width: 767px) {

    .flex,.flex-center
    {
        flex-direction: column;
    }

    .flex>aside,
    .flex-center aside,    
    .flex>article,
    .flex-center article{
        width:100%;
    }

    .flex-row{flex-direction:row !important}

}

