@charset "UTF-8";


/* ========CSS VARIABLE======== */
:root {
   --theme-red:#9B0000;
   --theme-orange:#C94C00;
   --theme-background:#EBEADD;
   --theme-brown:#5A482B;
   --theme-blue:#085cf7;
}


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'Microsoft YaHei',sans-serif;
   font-size:12px;
   color:var(--theme-brown);
   background:#fff url("../images/bg_body.gif") 0 0 repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:var(--theme-brown);
   text-decoration:none;
}

a:hover {
   color: var(--theme-orange);
}

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

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

select.sp-select{
   font-size:18px;
   color:blue;
}

.list-wrap {
   white-space: normal !important;
}

/* ========APP BAR LAYOUT========= */
.app-bar {
   outline: 3.5px solid var(--theme-red) !important;
   background-color: white !important;
}

/* ========NAVIGATION SIDE MENU========= */
#sub .menu-sub-heading {
   color: white !important;
   background-color: var(--theme-red);
}

#sub .menu-item {
   padding: 0 10px !important;
}

#sub .menu-item-icon {
   margin-right: 10px !important;
}

#sub .menu-item:hover {
   background-color: var(--theme-background);
   color: var(--theme-orange) !important;
}

/* ========TEMPLATE LAYOUT======== */
#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

#pr {
	position: absolute;
	left: 0;
	top: 2px;
	width: 787px;
	text-align:right;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   width:100%;
   float:left;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatch {
   width:787px;
   margin:0 auto 10px;
   background:#fff;
}


#contents {
   clear:both;
   margin:0 auto;
   padding:10px;
   background:#fff;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:787px;
   margin:0 auto;
}

#footer {
   background:var(--theme-background);
   border-bottom:5px solid var(--theme-red);
   width: 100%;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding-top:25px;
   font-size:32px;
   color:#fff;
   line-height:50px;
}

#header h1 a {
   color:var(--theme-red);
}

#header h1 a:hover {
   color:#D30000;
}

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

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:11px;
   margin-left:15px;
}

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:var(--theme-orange);
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:130px;
   color:var(--theme-brown);
   line-height:60px;
   border-right:1px solid #D8D8D8;
   font-family:'微软雅黑','宋体',Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   color:#3F2A0F;
   font-weight:bold;
   font-size:14px;
}

#menu li.home a {
   border-left:1px solid #D8D8D8;
}

#menu li a:hover {
   color:var(--theme-orange);
   background:#fff url("../images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}

/* ========VUETIFY TABS CUSTOMIZE======== */
.v-tabs-bar__content {
   flex-wrap: wrap;
   width: 100%;
 }

 div.v-tabs-bar {
   height: auto;
 }

 div.v-tab {
   line-height: 3rem;
   color: var(--theme-red) !important;
 }

 div.v-tab--active {
   color: var(--theme-orange) !important;
   background-color: var(--theme-background) !important;
 }

/* ========VUETIFY CARD ITEM LIST========= */
#main .card-link-item {
   padding: 0 16px !important;
   color: var(--theme-red) !important;
}

#main .card-link-item-icon {
   margin-right: 10px !important;
}

#main .card-link-item:hover {
   background-color: var(--theme-background);
   color: var(--theme-orange) !important;
   text-decoration: none !important;
}


/* ========VUETIFY FORM========= */
.form-title-background {
   background-color: var(--theme-background)
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:var(--theme-red);
}

#main a:hover {
   color:var(--theme-orange);
   text-decoration:underline;
}

#main .content-title {
   color: var(--theme-brown);
   font-weight: bold;
}

#main h2 {
   margin-bottom:8px;
   padding:0 0 0 10px;
   color:var(--theme-brown);
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("../images/bg_h2.gif") 100% 100% no-repeat;
}

#main h3 {
   margin-bottom:3px;
   padding-left:50px;
   font-size:14px;
   border-bottom:1px solid #999;
   background:url("../images/bg_h3.gif") 0 5px no-repeat;
}

#main h4 {
   margin-bottom:2px;
   padding:2px;
   font-size:12px;
   background:#82af21;
   color:#fff;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid var(--theme-brown);
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:0 0 1em 0;
   font-size:12px;
}

#main ul,ol,dl {
   font-size:12px;
}

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

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

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

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

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

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

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:var(--theme-background);
}

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


/* ========SUBCONTENTS CUSTOMIZE======== */


#sub_off
{
    position: absolute;
    top: 120px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}


#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:var(--theme-red);
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


.point {
   color:blue;
   font-weight:bold;
}
.important {
   color:red;
   font-weight:bold;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}

#slideshow { position:relative; top:-250px; left:450px; }
#slideshow img {
	position: absolute;
	z-index: 8;
}
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }


.slidephoto {
	width:300px;
	height:220px;
}


div.flowBox {
width: 550px;
height: 200px;
margin-bottom: 1.5em;
background-color: #ffffff;
border: 1px #c0c0c0 solid;
color: #000000;
overflow-y: scroll;
}


#button-open-dialog {
   cursor:pointer;
   border:none;
   padding:1rem 2rem;
   font-size:1.25rem;
   color:#FFF;
   text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2);
   background-color:#999;

   -webkit-transition:background-color 1s ease 0s;
      -moz-transition:background-color 1s ease 0s;
        -o-transition:background-color 1s ease 0s;
           transition:background-color 1s ease 0s;
}

#button-open-dialog:hover {
   background-color:#CCC;
}

#button-open-dialog:active {
   -webkit-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
      -moz-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
        -o-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}

/* ========HELPERS & OTHERS======== */

#nprogress .bar {
   background: var(--theme-red) !important;
}

#nprogress .peg {
   box-shadow: 0 0 10px var(--theme-orange), 0 0 5px var(--theme-orange) !important;
}
