@charset "utf-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0;padding:0;}

fieldset, img {	border:0;}
ol, ul {list-style:none;}
ul{	list-style-position:outside;}
caption, th {text-align:left;}
q:before, q:after {	content:'';}
abbr, acronym {	border:0;}
a{text-decoration:none;}
/**-------------------------------**/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	 font-family: 'Arial','微軟正黑體','sans-serif';

}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
	
	

  background: #faf1d7;
}
.conatainer{
  margin: 0 auto;
  max-width: 1000px;
  background: #fcfaee;
}
.img100{
    max-width: 100%;
}
.img100{
    max-width: 100%;
}

.center_block{
    text-align: center;
}

.v {
    display: flex;
    flex-wrap: wrap;
}
.v > div{
    width: 50%;
}
.footer{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 10px 10px;
    position: relative;
}
.footer > div{
    padding: 5px;
}
.footer .ad{
    line-height: 0.7em;
    right: 10px;
    position: absolute;
    border: 1px solid;
}
.corner_img{
    width: 150px;
    height: 150px;
    position: absolute;
    right:10px;
    top: 650px;
    z-index: 21;
    cursor: pointer;
    transition: all 1s ease-out;
    position: absolute;
    outline: 0;
    z-index: 500;
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.corner_img .close {
    margin: -20px 0 0 0;
    float: right;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
  }
  .corner_img1{
    top: 450px;
  }

  .corner_img2{
    top: 650px;
  }


  article{
    padding: 2% 5%;
    font-size: 1.1em;
    line-height: 1.8em;
  }
  h1{
    background: #a2281c;
    color: #fff;
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
    font-size: 1.5em;
  }
h2{
    background: #f4d261;
    color: #303030;
    display: inline-block;
    padding: 3px;
    margin-bottom: 15px;
    font-size: 1.2em;
}
h3{
    font-size: 1.2em;
    color: #1b763e;
    background: #f5f1e8;
    display: inline-block;
}
.ul_f{
    list-style-type: square;
    margin-left: 1.2em;
}
table td{
    padding: 5px;
}
table a{
    text-decoration: underline;
    color: #117bff;
}
article b{
    color: #dc3d05;
}
.p_box{
    background: #f5f1e8;
    padding: 5px;
}
.footer_note20200211{
    display: none !important;
  }
@media screen and (max-width: 850px) {
   
    .v > div{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .map img{
        max-width: 100%;
    }
    .corner_img {
        width: 100px;
        height: 100px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        top: unset;
    }
    .corner_img .close {
        margin: -15px 0 0 0;
        width: 15px;
        height: 15px;
      }
      .corner_img1{
        bottom: 150px;
      }
    
      .corner_img2{
        bottom: 10px;
      }
      article {
        padding: 2% 10px
      }
}
@media screen and (max-width: 400px) {

    h1,h2,h3{font-size: 1.1em;}   
}