a:link {color:##0000FF;}
a:visited {color:##0000FF;}
a:hover {color: #1E90FF;text-decoration: none;}

a:active {color:##0000FF;}

.magenta{
    color:#FF00FF;
}
.red{
    color:#FF0000;
}
.none {
    text-decoration:none;
}


/*format.css*/
#top_main{
    position:relative;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow:hidden;
    position:relative;
    background-size: 100% auto;
    overflow:hidden;
}
#top_main:before {
    content:"";
    display: block;
    padding-top:65%;
}
#top_main_slider{
    top:0;
    width:100%;
    height:auto;
    position:absolute;
    margin:0 auto;
    background-size: 100% 100%;
}
#top_main_slider:before,
#top_main_slider:after {
    content: "";
    display: table;
}
.top_main_slider:after {
    clear: both;
}

.clear {
    clear:both;
}
.eios_link{
    width: 100%;
    position: relative;
}
.eios_link ul li{
    float:left;
    width: 30%;
    list-style: none;
}
.eios_link ul li a{
    outline:none;
    display:block;
}
.eios_link ul li a img{
    display:block;
    border:none;
}
.eios_link ul li a img:hover{
    opacity:1.0;
}
ul.menu {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
ul.menu li {
    padding:1rem;
}
ul.menu img {
    vertical-align: bottom;
}


/*HPを囲むブロック
------------------------------------------------------*/
div#imagebody {
    margin:0 auto;
    width:50%;
    text-align:center;
    background-image: url(../img/common/bgcol.jpg);
    background-repeat:repeat;
    background-position:center;
    background-position:top;
    padding:10px 0 10px 0;
    border-bottom:3px solid #3a97d2;
}

/* IMG Border none */

.listNone {
    list-style-type:none;
}

#movies {
    margin: 0px 0px 0px 0px;
    top:10px;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow:  0px 0px 10px #333;
    box-shadow:  0px 0px 0px #333;
    clear:right;
}
#slideshow {
    position: relative;
    width:  100%;
}

#slideshow img {
    position: absolute;
    top:  40;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}


/*テーブル1
------------------------------------------------------*/
table.l1 {
    width: 100%;
    background: rgb(189,174,251);
    margin-left: auto;
    margin-right: auto;
}
table.l1,
table.l1 th,
table.l1 td {
    border: 1px solid #535353;
}
table.l1 th {
}
table.l1 td {
}
table.l1 th,
table.l1 td {
    padding: 5px;
}
input {
    font-size: 100%;
}
table.l2 {
    width: 100%;
    background: rgb(254,255,243);
    margin-left: auto;
    margin-right: auto;
}
table.l2,
table.l2 th,
table.l2 td {
    border: 1px solid #535353;
}
table.l2 th {
}
table.l2 td {
}
table.l2 th,
table.l2 td {
    padding: 5px;
}
.iframe-content{
    clear: both;
    position: relative;
    width: 100%;
    padding:75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*layout.css*/
.link_box{
    width:310px;
    float:left;
    margin:0px 0px 0px 1px;
}
.msg_box{
    width:99%;
    float:left;
    margin:0px 0px 0px 1px;
}
.nail_box{
    width:180px;
    height:180px;
    float:left;
    margin:0px 0px 0px 1px;
}
.lesson_box{
    width:315px;
    height:315px;
    float:left;
    margin:0px 0px 0px 1px;
}
/*パンくずリスト
------------------------------------------------------*/
#pan_liest {
    clear: both;
    width: 100%;
    height: 40px;
    padding-top: 10px;
}
#pan_liest ul {
    display:inline;
    border-left:1px solid #FFFFFF;
}
#pan_liest li {
    display:inline;
    padding-left:10px;
}

.calendar th {
    color: white;
    background-color: #aaa;
}
.calendar td,.calendar th {
    text-align: center;
}
.calendar td.month {
    font-weight: bold;
}
.calendar td.sat {
    background-color: #ccf;
}
.calendar td.sun {
    background-color: #fbcdf4;
}

.nitiji{
    margin-right : 10%;
    margin-left : 10%;
}
.nitiji th,.nitiji td{
    width:280px;
    height:50px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
}
.nitiji th{
    color: white;
    background-color: #aaa;
}

/*------------------
navigation
------------------*/

#navi{
    margin-top:0.6em;
}
#navi li{
    float:left;
    margin-right:30px;
    position:relative;
    line-height:1.1em;
    cursor:pointer;
    font-family:"Zabatana-Poster";
    font-size:27px;
}
#navi li ul{
    position:absolute;
    left:0;
    top:1.1em;
    display:none;
}
#navi li ul li{
    float:left;
    border:1px solid #343434;
    width:6em;
    background:#343434;
    margin-top:1px;
    z-index:100;
}
#navi li ul li a{
    background:#000;
    padding:0 5px;
    display:block;
    font-size:27px;
    font-family:'Roboto Condensed';
}
#navi li ul li a:hover{
    background:#FFF;
    color:#000;
}
#navi_webstore{
    background:#fff;
    color:#000;
    margin-top: -5px;
    padding: 5px 1em 0;
}
#navi_column{
    background:#B80945;
    color:#000;
    margin-top: -5px;
    padding: 5px 1em 0;
}
#language{
    float:left;
    margin-right:20px;
    font-size:27px;
    display:none;
}
#language dt{
    float:left;
    padding:7px 0 9px 0;
}
#language dd{
    line-height:1em;
    padding:11px 30px 11px 5px;
    float:left;

    float:left;
    background:#000;
    margin-left:10px;
}
#language dd.on{
    background:#B80945;
}
#language .icon-play:before{
    font-size:27px;
    margin-right:5px;
    vertical-align:middle;
}
#language dd.on{}
#lng_jp{}
#lng_en{}


/*-----------------------*/

#contents {
    width:950px;
    min-height:520px;
    text-align:left;
    clear:both;
}
* html #contents {/* IE6 */
    width:768px;
    height:540px;
    background-color:#FFFFFF;
    text-align:left;
}


#contents2 {
    width:950px;
    min-height:540px;
    clear:both;
}

.imgmap{
    width: 100%;
}
/* ======= shop retailers ======= */

#container_re{
    min-height:1px;
}
/* IE6 */
* html #container_re {
    height:1px;
}

.commentframe{
    width:960px;
    height:1440px;
    background-image:url("../img/common/commentframe.png");
    background-repeat:no-repeat;
    margin:20px 0px 20px 0px;
    float:left;
}
.commentbox{
    width:780px;
    height:500px;
    color:#000000;
    font-size: 15px;
    line-height: normal;
    margin:170px auto 20px auto;
}
.commentbox2{
    width:760px;
    height:1180px;
    color:#000000;
    font-size: 15px;
    line-height: 50px;
    margin:60px auto 20px auto;
}
.commentbox2 h2 {
    font-size: 150%;
    clear: both;
    letter-spacing: 0.2em;
    color: #00ff14;
    margin:50px auto 20px auto;
}





/*news.css*/

#NleftArea a:link {color:#333333;text-decoration:none;}
#NleftArea a:visited {color:#999999;text-decoration:none;}
#NleftArea a:hover {color:#666666;text-decoration:underline;}
#NleftArea a:active {color:#666666;text-decoration:underline;}

#newsArea{
    width:960px;
    margin:0 auto;
    position:relative;
}

#newsArea h2{
}
#news2 {
    width: 100%;
    float: left;
}

#newsArea .attention2{
    margin: 0 0 10px 0;
    padding: 10px 6px;
}

#newsArea .attention2 h2{
    margin: 0 0 10px 0;
    border: none;
    padding: 0;
    text-align: center;
}

#newsArea .attention2 dl{
    font-size: 10px;
    line-height: 1.5em;
    padding-left:5px;
}

#newsArea .attention2 dt{
    margin: 0 0 5px 0;
    font-weight: bold;
}

#newsArea .attention2 h3{
    margin: 10px 0 15px 0;
    padding-left:5px;
    text-align: center;
}

.newsBox2{
    margin: 0 0 70px 0;
    clear:left;
    /*width:650px;*/
}
.newsinfo {
    width:100%;
    margin:0 0 15px 0;
    margin:0 0 1.5rem 0;
    float:left;
    position: relative;
    border:solid 3px #000;
    -webkit-box-shadow: 0px 0px 30px #FFC0CB;
    box-shadow: 0px 0px 30px #FFC0CB;
}
.newsinfo .leftbox{
    float:left;
    width:40%;
}
.newsinfo .rightbox{
    float:left;
    width:58%;
    margin-left:5px;
    margin-left:0.5rem;
}
#uppage{
    text-align: center;
    background-color: #FFF0F5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF0F5));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF 45%, #FFF0F5);
    background-image: linear-gradient(#FFFFFF, #FFFFFF 45%, #FFF0F5);
    -webkit-box-shadow: 0px 0px 20px #FFC0CB;
    box-shadow: 0px 0px 20px #FFC0CB;
}

.NrightArea2 .date2{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 384px;
    width: 364px;
}
.NrightArea2 h4{
    font-size: 15px;
    font-weight: bold;
    position:relative;
    width:344px;
    margin-left:384px;
    background:url(../img/common/dot.gif) repeat;
    padding:5px 10px;
}
.newsBox2 .nPhoto2{
    border: 10px solid #000000;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: -4em;
    text-align: center;
    width: 344px;
}
.newsBox2 .nPhoto2 img{
    display:inline-block;
    text-align:center;
    width:100%;
    max-width:100%;
    height:auto;
}
.nPhoto3{
    display: inline-block;
    float: left;
    padding-left:0px;
    text-align: center;
    margin-bottom: 150px;
    width: 960px;
    height: 1440px;

}
.nPhoto3 img{
    display:inline-block;
    text-align:center;
    height:auto;
}
/*******mod end***********/
.NrightArea2 .textArea2{
    width:730px;
}

.NrightArea2 .nText2{
    font-size:15px;
    line-height:1.2em;
    float:right;
    width:345px;
}

.userinfo{
    margin: 0 auto;
}
.userinfo .titleinfo{
    clear: both;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    border-top: solid 1px #bfbfbf;
}
.userinfo .subtitleinfo{
    font-weight: bold;
    padding: 5px 0px 0px 5px;
}
.userinfo .contentsinfo{
    width: 100%;
    padding: 3px 0px 10px 0px;
    display: inline-block;
}
input#submit_button {
    padding: 20px 60px;
    margin: 10px 0;
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}
input[type="text"],input[type="password"] {
    width: 100%;
    background-color: #fff;
    padding: 5px 1%;
    width: 98%;
}
textarea {
    width: 100%;
    background-color: #fff;
    padding: 5px 1%;
    width: 98%;
}
label {
    display: block;
    float: left;
}
label.longlbl{
    width: 100%;
}
label > input {
    display:none;
}
label {
    color: #000;
    padding: 3px 3px;
}
.errmsg {
    display: block;
    color: #f00;
    font-weight: bold;
}

.must {
    background: #FF1A00;
}
.free {
    background: #999;
}
.must,
.free {
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    margin: 0px 5px;
    padding: 5px 10px;
    letter-spacing: .2em;
}
.linkbtn {
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 10px 0;
}
.linkbtn a{
    position: relative;
    display: inline-block;
    color: #000;
    border: solid 1px #000;
    padding: 10px 40px;
}
.linkbtn a::after {
    position: absolute;
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
    top: 20px;
}
