@charset "UTF-8";


/* ========BASIC======== */

body {

    user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#000;
	    background:url(../sys_moves/pic/bg1.jpg) no-repeat right top #ffffEA; 
        background-attachment: fixed;
 	background-size: cover;
	}
	

html {
   overflow-y:scroll;
}
	


br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:none;
}

a:hover {
   color:#f580a1;
   text-decoration:underline;
}


img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.move{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.move iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {
    display: none;
}
video::-webkit-media-controls-timeline {
    display: none;  
}
video::-webkit-media-controls-current-time-display{
    display: none;    
}
video::-webkit-media-controls-mute-button {
      display: none;    
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:779px;
   margin:10px auto;
   border:1px solid #666;
}

#header {
   width:779px;
   font-size:80px
   background-color:aqua;
}

#topicPath {
   float:left;
}

#contents {
   background:#ccc;
   background-color:black;
   }

#main {
   display:inline;/* for IE6 */
   float:right;
   width:544px;
   margin:5px;
   margin-right:0;
   padding:10px;
   background:#fff;
}

#main2 {
   display:inline;/* for IE6 */
   float:right;
   width:754px;
   margin:5px;
   margin-right:0;
   padding:10px;
   background:#fff;
}


#sub {
   display:inline;
   float:left;
   width:200px;
   margin:5px;
   padding:0;
}

#pageTop {
   /zoom:1;/* for IE6 */
   clear:both;
   background:#fff;
}

#footer {
   clear:both;
   background:#000;
   color: #FFFFFF;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   border-top:1px solid #666;
   border-left:1px solid #666;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   text-decoration:none;
   border-bottom:3px solid #0089a1;
   background:#fff;
   background:linear-gradient(top, #fff, #efefef);
   background:-moz-linear-gradient(top, #fff, #efefef); /* Firefox用 */
   background:-o-linear-gradient(top, #fff, #efefef); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* Safari,Google Chrome用 */
}

#menu li:first-child {
   border-left:none;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
   background:linear-gradient(top, #1EACBF, #0F98AD);
   background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
   background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
   background:linear-gradient(top, #1EACBF, #0F98AD);
   background:-moz-linear-gradient(top, #1EACBF, #0F98AD); /* Firefox用 */
   background:-o-linear-gradient(top, #1EACBF, #0F98AD); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#1EACBF), to(#0F98AD)); /* Safari,Google Chrome用 */
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:769px;
   padding:5px;
   background:#fff;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h1 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:20px;
   border-bottom:3px double #999;
}

#main h2 {
   margin-bottom:5px;
   padding:5px;
   font-size:20px;
   color:#fff;
   background:#009933;
}


#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #999;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:18px;
   color:#fff;
   background:#0089a1;
}


#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:8em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 8em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#333;
   text-align:center;
   border-bottom:3px solid #0089a1;
   background:#efefef;
   background:-linear-gradient(top, #fff, #efefef);
   background:-moz-linear-gradient(top, #fff, #efefef); /* Firefox用 */
   background:-o-linear-gradient(top, #fff, #efefef); /* Opera用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* Safari,Google Chrome用 */
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#fff;
}

#sub li {
   width:198px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #ccc;
}

#sub li a {
   display:block;
   padding:10px 5px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin-top:10px;
   padding:5px;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #ccc;
}

.point {
	margin: 1em 0px 1em 0px;
	border: 1px dashed #999;
	padding: 10px;
	clear:both
}



/* ===============================- */
.auto-style1 {
	color: #FFFFFF;
	font-size: 270%;
	font-family: HG行書体;
}


#main2 h21 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:20px;
   border-bottom:3px double #999;
}

#main2 h2 {
   margin-bottom:5px;
   padding:5px;
   font-size:20px;
   color:#fff;
   background:#009933;
}


#main2 h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #999;
}

#main2 h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:18px;
   color:#fff;
   background:#0089a1;
}


#main2 h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

#main2 h6 {
   margin-bottom:5px;
   font-size:13px;
}



/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}


.scroll {
	font-size: 15px;
	overflow: auto;
	width: 550px;
	height: 200px;
	line-height: 15px;
	padding-top: 5px;
	text-align: left;
	border: blue 1px solid;
	background-color:#ffffff;
	scrollbar-face-color: #C7BD82;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #C7BD82;
	scrollbar-3dlight-color: #C7BD82;
	scrollbar-arrow-color: #FFFFFF;
	background-image: url(BACK306.JPG);
}

/* ========menu bar======== */
#g_navi {	
	background: #2e1200;
	/* background-color:  #472108; */
	}	

#g_navi ul {
	display: flex;margin: 0 auto;padding: 0 3%;width: 94%;max-width: 960px;list-style-type: none;
	}		

#g_navi ul li {
	position: relative;
	width: 20%;
	}

#g_navi ul li:first-child::before {
	position: absolute;
	display: block;
	content: "";
	top: 25%;
	left: 0px;
	width: 1px;
	height: 50%;
	background-color: #976d52;
}		

#g_navi ul li::after {
	position: absolute;
	display: block;
	content: "";
	top: 25%;
	right: 0px;
	width: 1px;
	height: 50%;
	background-color: #976d52;
	}

#g_navi ul li a {
	display: block;
	padding: 17px 10px;
	color: #0f4;
	text-align: center;
	text-decoration: none;
	}

#g_navi ul li a:hover {
	/* ========background-color: #6600CC;======== */
	background-color:  #472108;
}

/* ========ipon,andoroid;======== */
mobil1{
    background-color: black;
    color: white;
}

@media screen and (max-width: 768px) {
    mobil1{
        background-color: black;
         color:green;
     }
 }
 
 @media screen and (max-width: 480px) {
    mobil1{
        background-color: black;
         color:red;
     }
 }