@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
}
img {
	border:none;
	text-align:center;
}
html{
	height:1850px;
	max-width:100vw;
	font-size:0.8vw;
	overflow-x:hidden;
}


body{
	width:100%;
	height:100%;
	margin:0; 
	padding:0;
	text-align:center;
}
.container{
	margin-top:5%;
}
.fv_img{
	width:100vw;
	height:auto;
	margin-top:3%;
}


/*.bx-viewport{
	margin-bottom:-150px;
}
*/
.bx-wrapper img{
	margin-bottom:0;
	padding-bottom:0;
}

#slide_box {
	z-index:9999;
    overflow: hidden;
    position: fixed;
    width:20vw;
	height:auto;	
    bottom:0;
	left:0;
	color:#fff;
}

#slide {
	width:20vw;
	height:auto;
	color:#fff;
}
#slide-in {
	background-color:rgba(0,0,0,0.7);
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
	border:1px solid #000;	
	color:#fff;
	line-height:2.1;
	padding-top:50px;
	padding-bottom:150px;
}

.waku{
	border:1px solid #666;
	width:15vw;
	margin-left:12%;	
}

.tex{
	text-align:left;
	margin-left:8%;
	line-height:3;
	border-bottom:1px dotted #fff;
	width:13vw;
}


/*----------------header-------------------*/

header{
z-index:9999;
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:5%;
	background: #fff;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.logo{
	position:relative;
	width:17vw;
	left:-37%;
	z-index:9999;
}

.navigation{
	margin-bottom:3%;
}


.global-navigation {
	float: right;
	position:relative;
	top:0;
	left:0;
	margin-top:-3.5%;
}


.global-navigation ul{
	margin-right:0;
}
.global-navigation li {
	display: inline;
}

.global-navigation a {
	padding: 10px 20px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: 0.5s;
	font-size: 16px;
	background: url(../image/new/scroll.png) center center no-repeat;
}

.global-navigation .scrollup {
	background: url(../image/new/scroll.png) center top no-repeat;
}

.global-navigation .scrolldown {
	background: url(../image/new/scroll.png) center bottom no-repeat;
}

.global-navigation a:hover {
	color: #0085CD;
}
/*.shonin{
	position:absolute;
	top:32%;
	left:68%;
}
.fukushi{
	position:absolute;
	top:32%;
	left:78%;
}*/
/*header{
	width:100%;
	height:8%;
}
.logo{
	width:17vw;
	height:auto;
	margin-left:40%;
	margin-top:18px;
}
*/.global-navigation{
	width:100vw;
	height:auto;
}
.global-navigation .shonin{
	width:12vw;
	height:auto;
	position:absolute;
	top:30%;
	left:53.5%;
}
.global-navigation .fukushi{
	width:12vw;
	height:auto;
	position:absolute;
	top:30%;
	right:21.5%;
}
.shonin{
	float:left;
	
}
.fukushi{
	float:right;
}

.line{
	width:2.5%;
	position:absolute;
	top:25%;
	right:12%;
}

.twitter{
	width:2.5%;
	position:absolute;
	top:25%;
	right:15%;
}

.facebook{
	width:2.5%;
	position:absolute;
	top:25%;
	right:18%;
}

.joho{
	width:10%;
	position:absolute;
	top:28%;
	right:1%;
}

/*----------------headerここまで-------------------*/
/*----------------navigation-------------------*/
/*.nav{  
  margin: 0 auto;  
  padding: 0;  
  font-size:20px;
}  
.nav ul{  
  list-style-type: none;  
  margin-left:420px;  
  padding: 0;  
  text-align:center;
}  
.nav li{  
  float: left;  
  margin-right: 80px;  
  padding: 0;  
}  
.nav a{  
  display:block;  
  padding: 0.5em 0;  
}  
.nav a:hover{  
}  
*/
.hr1_w{
	position:relative;
}
.hr1{
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	background-image:url(../images/topbar.gif);
	background-repeat:no-repeat;
}
#menu-box{
	height: 65px;
	border-bottom: 5px double #47b578;
	display:table;
	margin:0 auto;
	margin-top:20px;
}
#menu{
	float: right;
	line-height:1.3;
	vertical-align:middle;
	text-align:center;
}
#menu ul{
	display:inline-block;
	line-height:1.3;
	vertical-align:middle;
	text-align:center;
}
#menu li{
	float: left;
	line-height:1.3;
	padding: 0 20px;
	border-left: 3px dotted #47b578;
	display:table-cell;
	font-size:1.5vw;
	line-height:1.3;
	vertical-align:middle;
	text-align:center;
}

#menu li.line-height{
	line-height:2.5;
	vertical-align:middle;
	text-align:center;
}


#menu li:hover{
	background-color:#fef1e9;

}
#menu li a{
	color:#1e1f1e;
	font-weight:600;
	text-decoration:none;
	font-size:80%;
}
#menu li.selected{
	border-left:none;
}
#menu li a:hover{
	color:#268a53;
	font-style:inherit;
}














/*#menu{
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
*/
#menu li.drop-base{
  position: relative;
  float: left;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
#menu li.drop-base a{
  display: block;
  margin: 0;
  padding: 5px 0 11px;
  color:#1e1f1e;
  font-weight:600;
  text-decoration:none;
  font-size:80%;
  line-height: 1.5;
  text-decoration: none;
  border:none;
}
#menu li.drop-base ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
}
#menu li.drop-base:last-child ul{
  left: -100%;
  width: 100%
}
#menu li.drop-base ul li.drop{
  overflow: hidden;
  width: 125%;
  height: 0;
  color: #fff;
  border:none;
  background:#47b578;
}
#menu li.drop-base ul li.drop a{
  text-align: left;
  font-size: 0.7em;
  font-weight:bold;
  border-left:none;
}


#menu li.drop-base ul li.drop a:hover{
  color:#fff;
}


/*#menu li.drop:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}

#menu > li.drop:hover > a{
  border-radius: 3px 3px 0 0;
}*/
#menu li.drop-base:hover ul li.drop{
  overflow: visible;
  height: 38px;
}
#menu li.drop-base:hover ul li.drop:first-child{
  border-top: 0;
  border-bottom:1px dotted #000;
}
#menu li.drop-base:hover ul li.drop:last-child{
  border-bottom: 0;
}



#menu li.drop-base:hover ul li.drop{
	height:50px;
	padding:7%;
	line-height:1.5;
}






 .drop a:hover{
	height:50px;
	padding:30px;
	line-height:1.5;
}
                    























/*@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu ul {
	  background:none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #222;
    text-align: center;
    text-decoration: none;
	color:#222;
	background-color:#fff;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #fff;
  }
  #toggle a:before{
    margin-top: -6px;
	color:#222;
	background-color:#fff;
  }
  #toggle a:after{
    margin-top: 2px;
	color:#222;
	background-color:#fff;
  }
}
*/

/*----------------navigation-------------------*/
/*----------------新着情報、他-------------------*/

/*************************
liScroll styles
*************************/
.tickercontainer { 
border: 1px solid #000;
background: #fff; 
width: 958px; /**設置する場所の幅に合わせる**/
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask {
position: relative;
left: 10px;
top: 8px;
width: 940px; /**設置する場所の幅に合わせる**/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; 
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 30px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}

/*#sec1{
	
	width:60%;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	padding:5% auto 10%;
	text-align:center;
	line-height:10%;
	
}
*/
.update{
	overflow:auto;
	width:31%;
	height:200px;
	margin-left:6.5%;
}


/* --- 見出し --- */
div.update h3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
	width: 40%; /* 新着リストの幅 */
	margin: 0;
}

/* --- 日付エリア --- */
div.update dt {
	width: 6.7em; /* 日付エリアの幅 */
	padding: 7px 0 0px 3px; /* 日付エリアのパディング（上右下左） */
	line-height:180%;
	margin-left:9.5%;
}

/* --- 本文エリア --- */
div.update dd {
	width:200%;
	margin: 0;
	padding: 0px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height:1.2;
	text-align:left;
	margin-left:-58%;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
.update h3 img{
	position:absolute;
	left:1%;
	width:100%;
	z-index:-99999;
	text-align:center;
	margin:0 auto;
	margin-top:-24%;
}

/*----------------新着情報、他ここまで-------------------*/



/*----------------section3-------------------*/


#sec3{
	clear:left;
	width:100%;
	line-height:5;
}


#sec3 img{
	width:80%;
	margin-top:5%;
}














/*----------------section3ここまで-------------------*/
/*----------------コンテンツスライダー-------------------*/

.ei-slider{
	position: relative;
	width:100%;
	margin: 0 auto;
	margin-top:-3%;
}
.ei-slider-large{
	position:relative;
	overflow: hidden;
	width:100vw;
	height:100vh;
	margin:0 auto;
	text-align:center;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.la{
	width:30vw;
	height:auto;
}
.ei-title{
	position: absolute;
	right: 34%;
	margin-right: 6%;
	top: 8%;
}
.p_bottom{
	margin-left:100px;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	width:1000px;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	color: #000;
}
.ei-title h3{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #000;
}
.cap{
	color:#fff;
	font-size:16px;
}
.ei-slider-thumbs{ /*キャプションバー*/
	height: 10%;
	margin: 0 auto;
	position: relative;
	color:#fff;
	margin-top:0;
	padding-top:0;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li p{
	padding-top:7px;
	font-size:1.5vw;
}
.ei-slider-thumbs li a{
	display: block;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom:0;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cap{
	color:#fff;
}
/*.ei-slider{
	position: relative;
	width: 100vw;
	height:100vh;
	max-width: 1000px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width:10vw;
	height:auto;
}
.ei-title{
	position: absolute;
	right: 30%;
	margin-right: 6%;
	top: 10%;
}
.p_bottom{
	margin-left:100px;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	width:1000px;
	font-size: 60px;
	line-height: 60px;
	margin-bottom:2%;
	font-family: 'Playfair Display', serif;
	color: #000;
}
.ei-title h3{
	font-size: 60px;
	line-height:60px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*/

*//*----------------コンテンツスライダーここまで-------------------*/
/*----------------section4-------------------*/
.hr2{
	margin-top:30px;
}

.hr3_w{
	position:relative;
}
.hr3{
	border: 1px solid #000;
    box-shadow: 
    	/* 上部のシャドウ */
    	0 -1px 1px rgba(0, 0, 0, .4), 
    	/* 下部のハイライト */
    	0 1px 1px rgba(255, 255, 255, .75);
	border: 1px solid transparent;
	width:100%;
	height:3px;
	margin-top:3%;
}
#sec4{
	position:relative;
	top:0;
	left:0;
	clear:both;
	margin:3% auto;
	margin-top:-1%;
}

#sec4 p img{
	width:30%;
	margin-top:55px;
}
#sec4 p img.sp{
	display:none;
}


/*----------------section4ここまで-------------------*/
/*----------------section5ここから-------------------*/
#sec5{
	position:relative;
	top:0;
	left:0;
}
#sec5 img{
	width:70vw;
	height:auto;	
	margin:3% auto;
}
#sec5 p{
	position:absolute;
	top:28%;
	left:18%;
	font-size:1.4vw;
	font-weight:500;
	text-align:left;
	line-height:1.9;
}
#sec5 span.red{
	color:#F30;
	font-size:1.5vw;
	font-weight:500;
}
/*----------------section5ここまで-------------------*/
/*----------------section6ここから-------------------*/
#sec6{
	position:relative;
	top:0;
	left:0;
}
#sec6 img{
	width:70vw;
	height:auto;
	margin:3% auto;
}
#sec6 p.time_tex01{
	position:absolute;
	top:75.3%;
	left:50.5%;
	font-size:1.3vw;
	font-weight:500;
	text-align:center;		
}
#sec6 p.time_tex02{
	position:absolute;
	top:80.5%;
	left:50.5%;
	font-size:1.3vw;
	font-weight:500;
	text-align:center;
}
#sec6 p.time_tex03{
	position:absolute;
	top:85.5%;
	left:50.5%;
	font-size:1.3vw;
	font-weight:500;
	text-align:center;
}
#sec6 p.time_tex_or{
	color:#ff3300;
	font-size:1.2vw;
	font-weight:500;
	text-align:center;
	position:absolute;
	top:81.2%;
	left:65%;		
	line-height:1.5;

}
/*----------------section6ここまで-------------------*/

/*--------------section19---------------------*/
.tabtitle img{
	width:13%;
}

.hr19{
	border-bottom:0.5px dashed #ccc;
	margin-top:-3%;
	margin-left:-22%;
	width:90%;

}

.kajyou{
	font-size:1.9vw;
	font-weight:bold;
	text-align:left;
	margin-top:3%;
	margin-bottom:2.3%;
	margin-left:20%;
	list-style:none;
	line-height:1.5;
}
.nomal{
	font-weight:500;
	
}

.kajyou li{
	margin-bottom:3%;
	border-bottom:2px dashed #eee;
	width:70%;
}



#sec19{
	margin-top:5%;
	margin-bottom:30%;
}


.tabImg{
	width:88vw;
	height:auto;
	margin-top:5%;
}


/* タブの動作に関わる処理 */
.tab-content {
	transition: all .3s;
	opacity: 0;
}
.tab-content.is_show {
	opacity: 1;
}

.lHeight{
	font-size:1vw;
}
.tabs {
	margin: 3% 0 0;
	width:100%;
	text-align:center;
	margin-left:4%;
}
.tabs li {
	display: inline-block;
	list-style: none;
	padding: 0;
	width:13.5%;
	height:auto;
	line-height:3;
}
.tabs li + li a {
	margin-left: -5px;
	border-top:1px solid #ccc;
	white-space:nowrap;
}
.tabs a {
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	box-shadow: inset 1px -3px 5px 0px #f39786;
	color: #333;
	border-top:1px solid #ccc;
	display: block;
	font-size:1.8vw;
	padding: 1% 1.5%;
	position: relative;
	text-decoration: none;
	transition: all .3s;
	transform-origin: 50% 90%;
	margin-left:-5px;
}
.tabs .is_active {
	background-color: #ff6347;
	border-top:1px solid #ccc;
	box-shadow: none;
	font-weight: bold;
	z-index: 1;
	transform: scale(1.2);
	white-space:nowrap;
}

.tab-content {
	background-color: #fff;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}


/*--------------section20---------------------*/

#sec20 img{
	width:90vw;
	margin-top:20%;
}

/*--------------section21---------------------*/
#sec21{
	position:relative;
	top:0;
	left:0;
	font-size:0;
}

#sec21 img{
	width:92vw;
	height:auto;
	margin-top:20%;
}

/*#sec21 p.rem{
	position:absolute;
	top:16.2%;
	left:76.2%;
	font-size:0.9vw;
	font-weight:600;
	font-family:"A-OTF ゴシックMB101 Pro R";
	text-align:center;
	line-height:1.35;
}
*/#sec21 .Cau{
	display:block;
	position:absolute;
	top:0;
	left:16%;
	line-height:1.6;
	text-align:left;
	font-size:1.6vw;
	margin-top:3%;
}
#sec21 p.Cau02{
	display:block;
	position:absolute;
	top:15%;
	left:16%;
	line-height:1.6;
	text-align:left;
	font-size:1.6vw;
	margin-bottom:30%;
	margin-top:3%;
}

#sec21 ol.cour_text01{
	position:absolute;
	top:40%;
	left:18%;
	text-align:left;
	line-height:1.8;
	font-size:1.45vw;
}
#sec21 p.cour_text02{
	position:absolute;
	top:65.5%;
	left:18.5%;
	text-align:left;
	line-height:1.7;
	font-size:1.45vw;
}
#sec21 p.cour_text03{
	position:absolute;
	top:80%;
	left:18.5%;
	text-align:left;
	line-height:1.4;
	font-size:1.45vw;
}
#sec21 p.cour_text01 span.line{
	display:block;
	line-height:1.5;
}
/*----------------section21ここまで-------------------*/





/*----------------section8ここから-------------------*/
#sec8 p img{
	width:60vw;
	height:auto;
	margin-left:8%;
}
	

/*----------------section8ここまで-------------------*/
/*----------------section9ここから-------------------*/
#sec9 p img{
	width:65vw;
	height:auto;
}
/*----------------section9ここまで-------------------*/
/*----------------section10ここから-------------------*/
#sec10{
	position:relative;
	background-image:url(../images/exem.gif);
	background-repeat:repeat-x;
	margin-top:3%;
}
#sec10 img{
	width:65%;
}
#sec10 img.bect{
	width:10vw;
	height:auto;
	position:absolute;
	margin-top:60%;
	left:45%;
	z-index:-999;
}
#sec10 .exem_01{
	position:absolute;
	top:34%;
	left:25%;
	font-size:1.6vw;
	font-weight:500;
	text-align:left;
	line-height:1.6;
}
#sec10 .exem_02{
	position:absolute;
	top:57%;
	left:25%;
	font-size:1.6vw;
	font-weight:500;
	text-align:left;
	line-height:1.6;
}
#sec10 .exem_03{
	position:absolute;
	top:80%;
	left:25%;
	font-size:1.6vw;
	font-weight:500;
	text-align:left;
	line-height:1.6;
}

/*----------------section10ここまで-------------------*/

/*----------------section11ここから-------------------*/
#sec11{
	position:relative;
	top:0;
	left:0;
	margin-top:3.5%;
	margin-bottom:10%;
}
#sec11 img{
	width:70vw;
	height:auto;
	
}
#sec11 p{
	position:absolute;
	top:31.5%;
	left:22.5%;
	font-size:1.5vw;
	font-weight:500;
	text-align:left;
	line-height:2;
}
img.moreBtn{
	position:absolute;
	top:103.5%;
	right:14%;
}
.condi{
	position:absolute;
	top:71.2%;
	left:18%;
	font-size:1.45vw;
	font-weight:500;
	text-align:left;
	line-height:4.2;
}
#sec11 p.moreTitle{
	position:absolute;
	top:3.2%;
	left:34.2%;
	font-size:2.5vw;
	font-weight:bold;
	
}
#sec11 span.moreBold{
	font-size:3.5vw;
}
/*----------------section11ここまで-------------------*/
/*----------------section12ここから-------------------*/
#sec12{
	position:relative;
	top:0;
	left:0;
}
#sec12 img{
	width:60vw;
	height:auto;
}
#sec12 p.study_01{
	position:absolute;
	top:20%;
	left:28%;
	font-weight:500;
	font-size:1.5vw;
	text-align:left;
	line-height:1.8;
}
#sec12 p.study_02{
	position:absolute;
	top:71%;
	left:28%;
	font-weight:500;
	font-size:1.5vw;
	text-align:left;
	line-height:1.8;
}
/*----------------section12ここまで-------------------*/
/*----------------section13ここから-------------------*/
#sec13{
	margin-top:5%;
}
#sec13 p img{
	width:100%;
	height:auto;
}
/*----------------section13ここまで-------------------*/
/*----------------section14ここから-------------------*/
#sec14 p img{
	width:100%;
	height:auto;
	margin-top:3%;
}
/*----------------section14ここまで-------------------*/
/*----------------section15ここから-------------------*/
#sec15 p img{
	width:60vw;
	height:auto;
}
/*----------------section15ここまで-------------------*/
/*----------------section16ここから-------------------*/
#sec16{
	position:relative;
	top:0;
	left:0;
	font-size:1.6em;
}
#sec16 p img{
	width:80vw;
	height:auto;
}
#sec16 p.link01{
	position:absolute;
	margin-top:75%;
	left:37%;
}
#sec16 p.link02{
	position:absolute;
	margin-top:90%;
	left:37%;
}
#sec16 p.link03{
	position:absolute;
	margin-top:10%;
	left:23%;
	font-size:2.6vw;
	font-weight:600;
}

/*----------------section16ここまで-------------------*/
/*----------------section17ここから-------------------*/
#sec17{
	position:relative;
	top:0;
	left:0;
}
#sec17 img{
	width:100vw;
	height:auto;
}
#sec17 p.docu_text01{
	position:absolute;
	top:9%;
	left:27.3%;
	font-size:1.5vw;
}
#sec17 p.docu_text02{
	position:absolute;
	top:31%;
	left:27.3%;
	font-size:1.5vw;
	text-align:left;
	line-height:1.3;
}
#sec17 p.docu_text03{
	position:absolute;
	top:55%;
	left:27.3%;
	font-size:1.5vw;
	text-align:left;
	line-height:1.3;
}
#sec17 p.docu_text04{
	position:absolute;
	top:82%;
	left:27.3%;
	font-size:1.5vw;
	text-align:left;
	line-height:1.3;	
}
/*----------------section17ここまで-------------------*/
#button p img{
	width:55vw;
	height:auto;
	margin-top:0;
}
#button p a img:hover{
	opacity:0.8;	 
}
#button1 p img{
	width:55vw;
	height:auto;
	margin-top:0;
}
#button1 p a img:hover{
	opacity:0.8;	 
}
#button2 p img{
	width:55vw;
	height:auto;
	margin-top:0;
	margin-bottom:30px;
}
#button2 p a img:hover{
	opacity:0.8;	 
}
.tokucho_sp{
	display:none;
}
/*----------------section10ここまで-------------------*/


/*-------------タブ--------------*/
/* ここからサンプルのスタイル */


.tabbox {
margin: 20px auto;
width: 450px;
}

.tabbox ul#tab {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}

.tabbox ul#tab li {
/*border: 1px solid #333;
border-bottom: none;
display: inline-block;
margin: 0 0 0 .5em;
padding: 0;
text-align: center;
font-weight:bold;
font-size:1.2vw;
*/
border-radius: 6px 6px 0 0;
  display: inline-block;
  line-height: 32px;
  font: sans-serif;
  text-align: center;
  background-color: #efefef;
  color: black;
  margin-left: 4px;
  text-decoration: none;
  padding: 0 32px;
}

.tabbox ul#tab li a:nth-child(1) {
  border-top: 1em solid tomato;
}

.tabbox ul#tab li a:nth-child(3) {
  border-top: 1em solid steelblue;
}

.tabbox ul#tab li a:nth-child(2) {
  border-top: 1em solid gold;
}

.tabbox ul#tab li a:nth-child(4) {
  border-top: 1em solid teal;
}


.tabbox ul#tab li a {
display: block;
width:100%;
line-height:4;
}

.tabbox .contents {
position: relative;
}

.tabbox img{
	margin:5% auto 2%;
}

.contents img{
	width:85vw;
	height:auto;
}

.tabbox .contents div {
	
	width:90%;
	height:auto;
	background: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left:5.3%;
	text-align:center;
	margin:0 auto;
}

.tabbox .contents div section {
	width:100%;
	border: 1px solid #333;
}

.tabbox .contents div h1 {
border-bottom: 1px dotted #333;
margin-bottom: 1em;
padding-bottom: .5em;
}

.tabbox .contents div p {
margin-bottom: 1em;
}

.tabbox #tab a:hover {
background: #fc8873;
color: #fff;
-webkit-transition: background .5s;
transition: background .5s;
}

/* タブの表示切替関連 */

.tabbox .contents div {
z-index: 1;
opacity: 0;
}

.tabbox #tab li:first-child a {
background: #ff6347;
color: #fff;
}

.tabbox .contents div:first-child {
opacity: 1;
z-index: 2;
}

.tabbox #tab01:target .contents .tab01,
.tabbox #tab02:target .contents .tab02,
.tabbox #tab03:target .contents .tab03,
.tabbox #tab04:target .contents .tab04,
.tabbox #tab05:target .contents .tab05 {
	
opacity: 1;
z-index: 2;
}

.tabbox #tab01:target .contents div:not([class="tab01"]),
.tabbox #tab02:target .contents div:not([class="tab02"]),
.tabbox #tab03:target .contents div:not([class="tab03"]),
.tabbox #tab04:target .contents div:not([class="tab04"]),
.tabbox #tab05:target .contents div:not([class="tab05"]) {
opacity: 0;
z-index: 1;
}

.tabbox #tab01:target #tab li a[href$="tab01"],
.tabbox #tab02:target #tab a[href$="tab02"],
.tabbox #tab03:target #tab a[href$="tab03"],
.tabbox #tab04:target #tab a[href$="tab04"],
.tabbox #tab05:target #tab a[href$="tab05"] {
background: #ff6347;
color: #fff;
}

.tabbox :not([id="tab01"]):target #tab li a[href$="tab01"] {
background: #fff;
color: #22aacc;
}

#tab02,#tab03,#tab04,#tab05{
	display:none;
}


section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  情報開示に関する事項
----------------------------------------------------*/
#sec22{
	padding:0 5%;
	position:relative;
	top:0;
	left:0;
}
table,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.2em;
}

table{
  border-collapse:separate;
  border-spacing: 0;
}

table{
	position:relative;
	top:0;
	left:0;
  text-align: left;
}

th,
td {
  border: 3px double #000;
  padding: 10px 5px;
  white-space: nowrap;
}


th {
  background-color: #333;
  color: #fff;
}

tr:nth-child(2n+1) {
  background-color: #f8f8f8;
}

.table-right01{
	width:33%;
	position:absolute;
	top:55%;
	left:60.8%;
	margin-top:3.3%;
}

.table-right02{
	width:33%;
	position:absolute;
	top:87.5%;
	left:60.8%;
}

.sec-img{
	position:relative;
	top:0;
	left:0;
}

.mo-img01 img{
	width:10%;
	position:absolute;
	top:33.5%;
	left:60%;
}
.mo-img02 img{
	width:10%;
	position:absolute;
	top:36.8%;
	left:60%;
}
.mo-img03 img{
	width:10%;
	position:absolute;
	top:39.3%;
	left:60%;
}
.mo-img04 img{
	width:10%;
	position:absolute;
	top:51.5%;
	left:60%;
}
.mo-img05 img{
	width:10%;
	position:absolute;
	top:79%;
	left:60%;
}
@media screen and (max-width: 1900px)
{
.table-right01{
	width:33%;
	position:absolute;
	top:60%;
	left:60.8%;
}
#sec22-mobile img.mobile{
	display:none;
}
	.m-button{
	display:none;
}
}
@media screen and (min-width: 980px) 
{
table,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.2em;
}
#sec22-mobile img.mobile{
	display:none;
}
 .m-button{
	display:none;
}

}
@media screen and (max-width: 768px)
{
table,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
.table-right01{
	width:20%;
	position:absolute;
	top:57%;
	left:92%;
}
.table-right02{
	width:20%;
	position:absolute;
	top:87.5%;
	left:89%;
}
#sec22-mobile img.mobile{
	display:none;
}
.m-button{
	display:none;
}
.global-navigation ul{
	display:none;
}
}

@media screen and (max-width: 667px)
{
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
	#sec22{
		display:none;
	}
	
	#sec22-mobile img.mobile{
		display:block;
		width:100%;
		height:auto;
		padding:5%;
	}
	.m-button{
	display:block;
}
.headerbar{
	margin-top:-0.1%;
}
.global-navigation ul{
	display:none;
}

	
}

@media screen and (max-width: 568px)
{
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
	#sec22{
		display:none;
	}
	
	#sec22-mobile img.mobile{
		display:block;
		width:100%;
		height:auto;
		padding:5%;
	}
	.m-button{
	display:block;
}
.headerbar{
	margin-top:-0.1%;
}
.global-navigation ul{
	display:none;
}


}

@media screen and (max-width: 480px)
{
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
	#sec22{
		display:none;
	}
	
	#sec22-mobile img.mobile{
		display:block;
		width:100%;
		height:auto;
		padding:5%;
	}
	.m-button{
	display:block;
}
.headerbar{
	margin-top:-3%;
}
.global-navigation ul{
	display:none;
}


}

@media screen and (max-width: 375px)
{
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
	#sec22{
		display:none;
	}
	
	#sec22-mobile img.mobile{
		display:block;
		width:100%;
		height:auto;
		padding:5%;
	}
	.m-button{
	display:block;
}
.headerbar{
	margin-top:-10%;
}
.global-navigation ul{
	display:none;
}


}

@media screen and (max-width: 320px)
{
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.5em;
}
.table-right01{
	width:10%;
	position:absolute;
	top:55%;
	left:74.5%;
}
.headerbar{
	margin-top:-3%;
}
.global-navigation {
	float: right;
	position:relative;
	top:0;
	left:0;
	margin-top:-20%;
}


}
<!--デスクトップここから-->
@media screen and (min-width: 980px) 
{
.table-right01{
	width:12%;
	position:absolute;
	top:55%;
	left:77%;
}
#sec22-mobile .m-button{
	display:none;
}
#sec22-mobile img.mobile{
	display:none;
}
.global-navigation ul{
	display:none;
}

}

@media screen and (min-width: 1020px)
{
.table-right01{
	width:33%;
	position:absolute;
	top:58%;
	left:60.8%;
}
#sec22-mobile .m-button{
	display:none;
}

#sec22-mobile img.mobile{
	display:none;
}
}

/*-------------footer---------------------*/
#sec18{
	position:relative;
	top:0;
	left:0;
}

#sec18 img{
	width:20vw;
	height:auto;
	margin-top:5%;
	margin-bottom:3%;
	margin-left:0;
}

a:hover img{ 
opacity:0.5; 
filter:alpha(opacity=80); 
-ms-filter: "alpha( opacity=80 )"; 
} 

.footer img{
	width:100%;
}
/*-------------footerここまで---------------*/
.footer-content{
	width:100vw;
	height:auto;
	position:relative;
	top:0;
	right:0;	
}
/*#share ul{
	position:absolute;
	top:30%;
	right:-36.5%;
	width:100%;
	height:auto;
	line-height:3;
	padding:1% 10%;
}
#share li{
	float:left;
	text-align:center;
	width:8%;
	height:auto;
	margin-right:1%;
	margin-bottom:0.5%;
	border-radius:3px;
	list-style:none;
	line-height:1.5;
	white-space:nowrap;
	padding:1% 2%;
}
#share li a p{
	font-size:1vw;
	text-align:center;
	white-space:nowrap;
	margin-left:0;
	padding-left:0;
}
#share li a p.center{
	margin-left:-20%;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:5%;
	padding-top:0.5%;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
*/
/*-------------pageTop--------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
	width:20%;
}
#page-top img{
	width:100%;	
}
#page-top a {
    text-decoration: none;
    color: #fff;
}
#page-top a:hover {
    text-decoration: none;
	opacity:1.5;
}






/*===============================================
●style.css 画面の横幅が1281pxから  デスクトップ専用
===============================================*/
@media screen and (min-width:1281px){
header{
	width:100%;
	height:8%;
}

}



/*===============================================
●tablet.css 画面の横幅が960まで　デスクトップ（と横置きしたタブレット）
===============================================*/
@media screen and (max-width: 1280px){

/*#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:none;
  color:#222;
}
#menu ul{
	width:100%;
	margin:0 auto;
	text-align:center;
  background:none;
  color:#222;
}
#menu li{
  display: block;
  float: left;
  width:10%;
  margin:20px 3px;
  padding: 0; 
  background:none;
  color:#222;
  font-size:20px;
  font-weight:bold;
  white-space:nowrap;
}
#menu li.disc,#menu li.ath{
	margin-right:30px;
}
#menu li.chara{
	margin-left:60px;
}
*/




/*===============================================
●tablet.css 画面の横幅が960まで　デスクトップ（と横置きしたタブレット）
===============================================*/
@media screen and (max-width: 960px){
header{
	width:100%;
	height:4%;
}
.logo{
	width:20vw;
	height:auto;
	margin-left:40px;
	margin-top:0.2%;
}
.global-navigation{
	width:100vw;
	height:auto;
}
.global-navigation .shonin{
	width:12vw;
	height:auto;
	position:absolute;
	top:10%;
	left:50%;
}
.global-navigation .fukushi{
	width:12vw;
	height:auto;
	position:absolute;
	top:10%;
	left:65%;
}
img.facebook{
	position:absolute;
	top:10%;
}
img.twitter{
	position:absolute;
	top:10%;
}
img.line{
	position:absolute;
	top:10%;
}
img.joho{
	position:absolute;
	top:10%;
}







.shonin{
	float:left;
	
}
.fukushi{
	float:right;
	
}
.hr1{
	display:none;
}
.container{
	display:none;
}
#sec4 p img.sp{
	display:block;
	width:70%;
	height:auto;
	margin:0 auto;
	margin-top:3%;
}
#new_box{
	display:none;
}
#sec4 p img{
	margin-top:0;
}
/*#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:none;
  color:#222;
}
#menu ul{
	width:100%;
	margin:0 auto;
	text-align:center;
  background:none;
  color:#222;
}
#menu li{
  display: block;
  float: left;
  width:10%;
  margin:10px 3px;
  padding: 0; 
  background:none;
  color:#222;
  font-size:11px;
  font-weight:bold;
  white-space:nowrap;
}
#menu li.disc,#menu li.ath{
	margin-right:30px;
}
#menu li.chara{
	margin-left:50px;
}
*/
#menu-box{
	height: 30px;
	border-bottom: 1px double #47b578;
	display:table;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
#menu{
	float: right;
}
#menu ul{
	display:inline-block;
}
#menu li{
	float: left;
	line-height: 30px;
	padding: 0 5px;
	border-left: 2px dotted #47b578;
	display:table-cell;
}
#menu li a{
	color:#1e1f1e;
	font-weight:600;
	text-decoration:none;
}
#menu li.selected{
	border-left:none;
}
#menu li a:hover{
	color:#268a53;
	font-style:inherit;
}

}


/*===============================================
●smart.css  画面の横幅が600から　タブレット（とブラウザを狭くしたデスクトップ）
===============================================*/
@media screen and (max-width:600px){
.logo{
	width:25vw;
	height:auto;
	margin-left:40px;
	margin-top:11px;
}
header{
	width:100%;
	height:4%;
}
.logo{
	width:20%;
	margin-left:-60%;
	margin-top:-3%;
}
.fv_img{
	margin-top:10%;
}
.global-navigation{
	width:100vw;
	height:auto;
}
.global-navigation .shonin{
	width:12vw;
	height:auto;
	position:absolute;
	top:-7%;
	left:63%;
}
.global-navigation .fukushi{
	width:12vw;
	height:auto;
	position:absolute;
	top:24%;
	left:80%;
}
.shonin{
	float:left;
	
}


.fukushi{
	float:right;
	
}
.nav ul li a{
	width:100vw;
	height:auto;
	font-size:3vw;
}
.hr1{
	display:none;
}
.container{
	display:none;
}
#sec4 p img.sp{
	display:block;
	width:70%;
	height:auto;
	margin:0 auto;
	margin-top:3%;
}

/*#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:none;
  color:#222;
}
#menu ul{
	width:100%;
	margin:0 auto;
	text-align:center;
  background:none;
  color:#222;
}
#menu li{
  display: block;
  float: left;
  width:10%;
  margin:10px 3px;
  padding: 0; 
  background:none;
  color:#222;
  font-size:10px;
  font-weight:bold;
  white-space:nowrap;
}
#menu li.disc,#menu li.ath{
	margin-right:15px;
}
#menu li.chara{
	margin-left:28px;
}
*/
}

/*===============================================
●smart.css  画面の横幅が599pxまで　モバイル専用
===============================================*/
@media screen and (max-width:599px){
html{
	height:auto;
}
		
		
header{
	width:100%;
	height:3%;
}
.logo{
	width:25vw;
	height:auto;
	margin-left:20px;
	margin-top:0.2%;
}
.fv_img{
	margin-top:10%;
}
.global-navigation{
	width:100vw;
	height:auto;
}
.global-navigation .shonin{
	width:12vw;
	height:auto;
	position:absolute;
	top:20%;
	left:63%;
}
.global-navigation .fukushi{
	width:12vw;
	height:auto;
	position:absolute;
	top:20%;
	left:80%;
}

.shonin{
	float:left;
	
}


.fukushi{
	float:right;
	
}

.nav ul li a{
	width:100vw;
	height:auto;
	font-size:3vw;
}
.container{
	display:none;
}
#sec4 p img.sp{
	display:block;
	width:70%;
	height:auto;
	margin:0 auto;
	margin-top:3%;
}

#menu-box{
	height: 30px;
	border-bottom: 1px double #47b578;
	display:table;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
#menu{
	float: right;
}
#menu ul{
	display:inline-block;
}
#menu li{
	float: left;
	line-height: 30px;
	padding: 0 5px;
	border-left: 2px dotted #47b578;
	display:table-cell;
}
#menu li a{
	color:#1e1f1e;
	font-weight:600;
	text-decoration:none;
}
#menu li.selected{
	border-left:none;
}
#menu li a:hover{
	color:#268a53;
	font-style:inherit;
}




/*#menu-box{
	height: 65px;
	border-bottom: 5px double #47b578;
	display:table;
	margin:0 auto;
}
#menu{
	float: right;
}
#menu ul{
	display:inline-block;
}
#menu li{
	float: left;
	line-height: 65px;
	padding: 0 30px;
	border-left: 3px dotted #47b578;
	display:table-cell;
	font-size:1.5vw;
	
}
#menu li a{
	color:#1e1f1e;
	font-weight:600;
	text-decoration:none;
}
#menu li.selected{
	border-left:none;
}
#menu li a:hover{
	color:#268a53;
	font-style:inherit;
}
*/
/*#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:none;
  color:#222;
}
#menu ul{
	width:100%;
	margin:0 auto;
	text-align:center;
  background:none;
  color:#222;
}
#menu li{
  display: block;
  float: left;
  width:10%;
  margin:10px 3px;
  padding: 0; 
  background:none;
  color:#222;
  font-size:8px;
  font-weight:bold;
  white-space:nowrap;
}
#menu li.disc,#menu li.ath{
	margin-right:15px;
}
#menu li.chara{
	margin-left:28px;
}
*/}


