@charset "UTF-8";

/* Location Area */
#location { width: 100%; max-width: 1280px; background: #f7f7f7; border: 1px solid #eeeeee; padding: 0; margin-bottom: 15px; margin-left: auto; margin-right: auto; text-align: left; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; }

	#location ol { padding: 7px 10px 7px; margin: 0; list-style: none; font-size: 93%; }
		ol.location-inside { border: 1px solid #ffffff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px; }
		*:first-child+html #location div.highlight_v { padding: 0 !important; }

	#location li { display: inline; margin: 0; margin-right: 2px; line-height: 1.3; }
	#location li a { margin-right: 2px; }
	#location li a:link,
	#location li a:visited,
	#location li a:active { margin-right: 2px; text-decoration: none; }
	#location li a:hover { margin-right: 2px; text-decoration: underline; }



/* Aside Area */

div #floating-menu {
                    background-color:#fff;
                    border: 1px solid #000;
		    z-index: 9999;
                   }
		   
.fixed     {
            position:fixed;
	    top: 0px;
	    left: 0px;
            right: 0px;
           }

.gmenu     {
            padding: 5px 20px;
	    background-color:#dfe3e8;
           }

.gmenu ul, .gmenu ol {
            margin: 0;
	    padding: 0;
	    font-size:14px;
	    line-height:1.4;
	    list-style: none;
           }

.gmenu li a {
            display: block;
	    padding: 2px 15px;
	    border-right: solid 1px #aaa;
	    color: #000;
	    text-decoration: none;
           }

.gmune li:first-child a {
            border-left: solid 1px #aaa;
           }

.gmenu li {
           float: left;
	   *clear: right;
	   width: 25%;
	   text-align: center;
          }

.gmenu li a:hover {
           background-color: #eee;
          }

.gmenu li span {
           display: block;
	   font-size: 10px;
          }

.gmenu ul:after, .gmenu ol:after {
           content: "";
	   display: block;
	   clear: both;
          }

.gmenu ul, gmenu ol {
           *zoom: 1;
          }


/*  タイトル  */

.maincontents .accent h2.accent010 { border-left: 5px solid #bb2222; padding: 2px 0 1px 4px; }
.maincontents .accent h3.accent010 { border-left: 5px solid #bb2222; padding: 2px 0 1px 4px; }
.maincontents .accent h4.accent010 { border-left: 5px solid #bb2222; padding: 2px 0 1px 4px; }
.maincontents .accent h5.accent010 { border-left: 5px solid #bb2222; padding: 2px 0 1px 4px; }
.maincontents .accent h6.accent010 { border-left: 5px solid #bb2222; padding: 2px 0 1px 4px; }



/*  トピックス  */

dl     {
        font-weight: bold;
       }
       
dt     {
        padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 150px;
	float: left;
	clear: both;
       }

dd     {
        padding: 10px;
	width: 300px;
	margin-left: 160px;
       }


/*  フォント 制御    */
.strong {
        font-weight: bold;
       }

.strong1 {
        font-weight: lighter;
       }

.strong2 {
        font-weight: bolder;
       }

/* 表の装飾 */

.table-full table,
.table01 table {
       border-top: 1px solid #999;
       border-right: 1px solid #999;
       border-collapse: collapse;
       width: 100%;
       text-align: center;
       }
       
.table-full table th,
.table-full table td,
.table01 table th,
.table01 table td {
       border-left: 1px solid #999;
       border-bottom: 1px solid #999;
       padding: 10px;
       }
       
.table-full table th,
.table01 table th {
       background-color: #eee;
       }

.table-full table img,
.table01 table img {
       padding: 0;
       margin: 0;
       vertical-align: middle;
       }

.ul {
     margin: 1em 0;
     padding-left: 40px;
     list-style: disc;
    }

.ul li {
        list-style: disc;
	}

.ol {
     margin: 1em 0;
     padding-left: 40px;
     list-style: decimal;
    }

.ol li {
        list-style: decimal;
	}

.valign-middle img {
         vertical-align: middle;
        }

/* ボックス */
.boxWhite {
         display: inline-block;
         padding: 10px;
         margin: 0;
	 background-color: #fff;
         border: solid 1px #aaa;
         text-decoration: none;
        }

.boxWhite02 {
         display: inline-block;
         padding: 10px;
         margin: 0;
	 background-color: #fff;
	 border: solid 1px #aaa;
         border-radius: 5px;
         text-decoration: none;
        }
.boxblue {
	border: #0098cb solid 3px;
	border-radius: 8px;
	padding: 40px;
	position: relative;
	margin-bottom: 50px;
}
.boxblue .title{
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	display: inline-block;
	background-color: #fff;
	color: #0098cb;
	position: absolute;
	top: -1em;
	font-size: 2.5rem !important;
}
.point-area {
	padding: 15px;
	border: #a6a6a6 solid 1px;
	border-radius: 8px;
}

#header #globalnavigation > ul > .glbnavlist {
	text-align: center;
	border-right: 1px solid #ccc;
	position: relative;
}

#header #globalnavigation .hidemenu:before {
	background: #fff;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid #ccc;
}


