@charset "utf-8";

/* -----------------------------------------------
 * base.css
 * LastUpdate : 15/04/21
----------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    /*background: url(../img/crossword.png) repeat;*/
}
* html body {     
    background: url(null) fixed;     
}

.icon:before,.icon:after,footer .foot_nav li a:before,#page-top a:after,#breadcrumb li.home span:before,#search .tab_inner div.posL a:after,#side .sideNav nav li a:before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#base {
    position: relative;
}

@media only screen and ( max-width : 768px ) {
    .box_inner {
        margin: 0 10px;
    }
    section {
        margin-bottom: 30px;
    }
    img {
        max-width: 100% !important;
        height: auto !important;
        width /***/:auto;　/*IE8のみ適用*/
    }
}

@media print, screen and ( min-width : 769px ) {
    .inner{
        width:1000px;
        margin:0 auto;
        text-align: center;
    }
    section {
        margin-bottom: 40px;
    }
    /*#base {
        background: url(../img/left.png) repeat-y top left,url(../img/right.png) repeat-y right top;
    }*/
    #main {
        min-height: 550px;
    }
}




/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 768px ) {
    header {
        position: relative;
    }
    header a, a:hover, header a:hover img,.mean-nav a,.mean-nav a:hover {
        -webkit-transition: none 0s ease 0s !important;
        -moz-transition: none 0s ease 0s !important;
        -o-transition: none 0s ease 0s !important;
        transition: none 0s ease 0s !important;
    }
    header h1 {
        position: absolute;
        z-index: 99999;
        top: 5px;
        left: 10px;
    }
    header h1 img {
        width: 95px;
    }
    #index_new h1 {
        top: 15px;
    }
    #index_new h1 img {
        width: 120px !important;
    }
    .mean-bar {
    }
    .mean-nav li.sitesearch {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .mean-nav li.sitesearch span.sp {
        display: block;
        padding: 20px;
        width: 100%;
        box-sizing:border-box;
    }
    .mean-nav .sitesearch span.sp span.searchTitle {
        color: #fff;
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
        background: url(../img/icon-glass.png) no-repeat left center;
        background-size: 15px auto;
        line-height: 15px;
        padding-left: 20px;
    }
    .mean-nav .sitesearch input {
        display: block;
        box-sizing:border-box;
        margin: 0;
        float: left;
        height: 30px;
    }
    .mean-nav .sitesearch input[type="text"] {
        width: 80%;
        border-radius: 5px 0px 0px 5px;
    }
    .mean-nav .sitesearch input[type="submit"] {
        width: 20%;
        border: none;
        border-radius: 0 5px 5px 0px;
        background: #0096C2;
        color: #fff;
    }
    .mean-nav li a {
        background: url(../img/arrow_white.png) no-repeat 97% 50%;
        background-size: 8px;
    }
    .mean-nav li a:hover {
        background: url(../img/arrow_white.png) no-repeat 97% 50% !important;
        background-size: 8px !important;
    }
    .mean-nav li.hierarchy a,.mean-nav li.hierarchy a:hover {
        background: none !important;
    }
    .mean-nav li.hide a {
        background: none;
    }
    .mean-nav li.hide a:hover {
        background: none !important;
    }
    .mean-nav li.hide li a {
        background: url(../img/arrow_white.png) no-repeat 97% 50% #263F52;
        background-size: 8px;
    }
    .mean-nav li.hide li a:hover {
        background: url(../img/arrow_white.png) no-repeat 97% 50% #183144 !important;
        background-size: 8px !important;
    }
    .head-tel {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 20px;
        box-sizing:border-box !important;
    }
    .head-tel a {
        border:none !important;
        background:none !important;
        padding: 0 !important;
    }
    .head-tel a:hover,.head-tel span.sp a:hover {
        background:none !important;
    }
    .head-tel span.sp {
        display: block;
        padding: 0 !important;
        width: 100%;
        height: 100%;
        box-sizing:border-box;
        text-align: center;
    }
    .head-tel .tel-link,.head-tel .mail-link {
        display: inline-block;
        padding: 0 !important;
        margin:0 !important;
        color: #fff;
        text-align: center !important;
        float: none !important;
    }
    .head-tel .tel-link .icon,.head-tel .mail-link .icon {
        display: inline-block !important;
        margin-right: 5px !important;
    }
    .head-tel .tel-btn {
        display: inline-block;
        padding: 3px 10px;
        border-radius: 5px;
        color: #0C1923;
        background: #FFDA00;
        font-size: 11px;
    }
    .head-tel .tel-link strong {
        font-size: 24px;
    }
    .head-tel .tel-link {
        border-radius: 5px;
        border:1px solid #0096C2 !important;
        width: 90% !important;
        margin:0 auto !important;
        color: #0096C2 !important;
        padding: 10px !important;
        margin-bottom: 10px !important;
        box-sizing:border-box !important;
    }
    .head-tel .mail-link {
        width: 90% !important;
        margin:0 auto !important;
    }
    .head-tel .mail-link p {
        background: #0096C2 !important;
        border-radius: 5px !important;
        padding: 10px !important;
        text-align: center !important;
    }
    .head-tel .mail-link p:hover {
        background-color: #0096C2 !important;
    }
}

@media print, screen and ( min-width : 769px ) {
    header {
        /*overflow: hidden;*/
        height: 132px;
        background: url(../img/gNav_bg.png) no-repeat center top;
        z-index: 9999;
        position: fixed;
        width: 100%;
        min-width: 1000px;
        top: 0;
        left: 0;
    }
    * html header {     
        position: absolute;     
        top: expression(eval(document.documentElement.scrollTop+0));  
    } 
    header h1 {
        position: absolute;
        top: 12px;
        left: 0px;
    }
    header h1 img {
        width: 145px;
    }
    #index_new h1 {
        top: 20px !important;
    }
    header h1,header nav,header aside {
        float: left;
    }
    header nav {
        margin-top: 14px;
        padding-left: 170px;
    }
    header nav li {
        float: left;
        box-sizing:border-box;
        margin-right: 7px;
        position: relative;
    }
    header nav li.hide ul {
        display: none;
    }
    header nav li.hide:hover ul {
        display:block;
        position:absolute;
        top:80px;
        left:-100%;
        right: -100%;
        margin: auto;
        width:200px;
        height: auto;
        background: rgba(15,41,60,.8);
        border-radius: 3px;

    }
    header nav li.hide:hover ul:before {
        content: "▲";
        position: absolute;
        top: -11px;
        left: 48%;
        margin: auto;
        color: rgba(15,41,60,.8);

    }
    header nav li.hide:hover ul li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(15,41,60,1);
    }
    header nav li.hide:hover ul li:last-child {
        border-bottom: none;
    }
    header nav li.hide:hover ul li a {
        display: block;
        padding: 10px;
        width: 100%;
        color: #fff;
    }
    header nav li.hide:hover ul li a:hover {
        background: rgba(15,41,60,1);
    }
    .mr0 {
        margin-right: 0 !important;
    }
    header a img:hover {
        filter: alpha(opacity=1) !important;
        -moz-opacity:1 !important;
        opacity:1 !important;
    }
    .header_inner {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .head-tel {
       position: absolute;
       right: 157px;
       top: 10px;
    }
    .head-tel img {
        width: 150px;
    }
    header aside {
        position: absolute;
        top: 13px;
        right: 0;
        width: 166px;
        height: 70px;
        padding: 10px;
    }
    li.sitesearch {
        position: absolute;
        right: 0;
        top: 5px;
    }
    header .sitesearch span.sp_none {
        position: relative;
        display: block;
        /*width: 166px;*/
        top: 11px;
        right: 0;
        padding: 10px 11px;
        box-sizing:border-box;
    }
    header .sitesearch span.sp_none .glass {
        position: absolute;
        top: -20px;
        right: -10px;
        width: 60px;
    }
    header .sitesearch span.sp_none span {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        margin-bottom: 5px;
        display: block;
        letter-spacing: 1px;
    }
    header .sitesearch span.sp_none input[type="text"] {
        width: 85px;
        font-size: 12px;
        height: 25px;
        padding: 0 3px;
        display: block;
        border-radius: 5px 0px 0px 5px;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        border-right: none;
        float: left;
    }
    header .sitesearch span.sp_none input[type="submit"] {
        display: block;
        float: left;
       background: rgb(208,228,247); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTRmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzczYjFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhNzdkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzUzOWZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2JjZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(79%,rgba(83,159,225,1)), color-stop(100%,rgba(135,188,234,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-8 */

        color: #fff;
        height: 25px;
        border-radius: 0 5px 5px 0px;
        box-sizing:border-box;
        cursor: pointer;
        border-top: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        font-size: 12px;
        position: relative;
        z-index: 9999;
    }
}

/* ---------------------------------------------------------------------------------------------

　   SIDE

--------------------------------------------------------------------------------------------- */

#side h3 {
    border-bottom: none;
    border-top: none;
    padding: 10px;
    margin-bottom: 0;
    font-size: 16px;
    background: #4581B3;
    color: #fff;
}
#side .sideNav {
    border-radius: 5px;
    border: 1px solid #ccc;
}
#side .sideNav nav li {
    border-bottom: 1px solid #87CDCB;
}
#side .sideNav nav li:last-child {
    border-bottom: none;
}
#side .sideNav nav li a {
    display: block;
    padding: 10px 5px;
    font-size: 12px;
}
#side .sideNav nav li a:before {
    content: '\45';
    margin-right: 10px;
    color: #4581B3;
}

#side .sideNav nav li.active a {
    color: #4581B3;
}

#side .sideNav nav li.active_solo {
}

#side .side_banner p {
    margin-bottom: 10px;
    text-align: center;
}

#side .sideNav nav li.child_img a:before {
    content: none;
    background-image: url(../img/icon_sitemap.png);
    background-repeat: no-repeat;
}

@media only screen and ( max-width : 768px ) {
    #side .side_banner p {
        width: 49%;
    }
    .side_posL {
        float: left;
    }
    .side_posR {
        float: right;
    }

}


/* ----------------------------------------------------------
　   SIDE 検索
---------------------------------------------------------- */
#side #search table td,#side #search table th {
    display: block;
    width: 100%;
}
#side .membar {

}
#side p.side_banner {
    margin-bottom: 10px;
}
#side li.favorite a:before {
    content: "\e089";
    margin-right: 5px;
    color: #FF0051;
    vertical-align: middle;
}
#side li.more a:before {
    content: "\e04e";
    margin-right: 5px;
    vertical-align: middle;
}
#side .member p {
    margin-bottom: 5px;
    font-size: 12px;
}
#side .member li {
    margin-bottom: 5px;
}
#side .member a {
    padding: 10px;
    display: block;
    text-align: center;
}
#side .member .more a {
    color: #fff;
}
#side #search table td .search_item_toggle {
    width: 100%;
}
@media print, screen and ( min-width : 769px ) {
    #side input[type="text"] {
        width: 100%;
    }
    #side p.side_banner img {
        width: 100%;
    }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer .foot_company {
    background: #0096C2;
    color: #fff;
}
footer .foot_nav li a {
    display: block;
    color: #fff;
}
@media only screen and ( max-width : 768px ) {
    footer .foot_company {
        padding: 10px 0;
    }
    footer .foot_company a {
        color: #fff;
    }
    footer .foot_company p {
        text-align: center;
    }
    footer .foot_nav li {

    }
    footer .foot_nav li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #fff;
        color: #333;
        background: url(../img/arrow_white.png) no-repeat 97% 50%;
        background-size: 8px auto;
    }
    .copy {
        text-align: center;
        font-size: 10px;
        padding: 10px 0;
        background: #fff;
        color: #0096c2;

    }
    footer .foot_nav {
        background: #9DD9D7;
    }
}

@media print, screen and ( min-width : 769px ) {
    footer {
        background: url(../img/foot_bg.gif) repeat-y center;
    }
    footer .foot_nav {
        background: #62BCB9;
    }
    footer .foot_company {
    }
    footer .foot_company a {
        display: block;
        padding: 15px 20px 20px 0;
        height: 120px;
        box-sizing:border-box;
        color: #fff !important;
    }
    footer .foot_company a:hover {
        background:#077596;
    }
    footer .foot_company p {
        text-align: center;
        font-weight: bold;
    }
    footer .foot_company p span {
        font-weight: normal;
        font-size: 12px;
    }
    footer .foot_company p:before {
        content: url(../img/foot_logo.png);
        display: block;
        margin-bottom: 7px;
    }

    #index_new footer .foot_company p:before {
        content: url(../img/fotlogo_g.png) !important;
    }
    footer .foot_nav {
        height: 120px;
        padding: 20px 0 20px 20px;
        position: relative;
        box-sizing:border-box;
    }
    footer .foot_nav li {
        float: left;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    footer .foot_nav li a {
        display: block;
    }
    footer .foot_nav li a:hover {
        color: #006F8E;
    }
    footer .foot_nav li a:before {
        content: '\45';
        margin-right: 3px;
        }
    footer .copy {
        position: absolute;
        bottom: 10px;
        right: 0;
        font-size: 12px;
        color: #fff;
    }
}

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#page-top {
    /*border-top: 3px solid #148EB6;*/
    background: #006784;
    border-bottom: 1px solid #fff;
}
#page-top a {
    color: #148EB6;
    display: block;
    text-align: center;
    color: #fff;
}
#page-top a:after {
    content: "\e04b";
    margin-left: 10px;
}
#page-top a:hover {
    background: #148EB6;
}

@media only screen and ( max-width : 768px ) {
    #page-top a {
        padding: 15px 0;
        font-size: 14px;
    }
}

@media print, screen and ( min-width : 769px ) {
    #page-top a {
        padding: 20px 0;
        font-size: 18px;
        letter-spacing: 2px;
    }
}


/* ---------------------------------------------------------------------------------------------

　   パンくず

--------------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
}
.breadcrumb ul{
    margin:auto;
    overflow:hidden;    
}
.rcrumbs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap !important;
}
.rcrumbs > ul {
  padding: 0;
  list-style: none;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  overflow: hidden;
}
.rcrumbs a {
  color: #4682b4;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #565c6e;
}
.rcrumbs .divider {
  color: #cccccc;
  padding: 0 5px;
}


@media only screen and ( max-width : 768px ) {
    #breadcrumb{
        margin-bottom: 10px;
    }
    #breadcrumb li.home span:before {
        content: "\e074";
        margin-right: 3px;
    }
    .rcrumbs {
      font-size: 12px !important;
      line-height: 14px;
    }
    .rcrumbs > ul > li {
      padding: 5px 0;
    }
    .rcrumbs a {
      padding: 5px 0;
    }
    .breadcrumb ul li{
        float:left;
        padding:10px 0 10px 0;
        padding-right:10px;
    }
}

@media print, screen and ( min-width : 769px ) {
   #breadcrumb{
        margin-bottom: 20px;
    }
    #breadcrumb li.home span:before {
        content: "\e074";
        margin-right: 3px;
    }
    .rcrumbs {
      font-size: 14px;
      line-height: 18px;
    }
    .rcrumbs > ul > li {
      padding: 10px 10px 10px 0;
    }
    .rcrumbs a {
      padding: 5px 10px 5px 0;
      font-size: 12.5px;
    }
    .breadcrumb ul li{
        float:left;
        padding:10px 0 10px 0;
        padding-right:10px;
    }
}

/* こだわり検索 ----------------------------------------- */
.search_item_wrapper {
	position: relative;
}
	#side .search_item {
		background: #fff;
		border: 1px #ccc solid;
		display: none;
        position: absolute;
	}
		.search_item_close::before,
		.search_item_close::after {
			content: '' !important;
		}
			

@media only screen and ( max-width : 768px ) {
    #side .search_item {
        width: 100%;
        top: 100%;
        right: 0;
        z-index: 99999;
    }
    #side .search_item_inner {
       padding: 10px;
    }
    #side .search_item_close {
        width: 1em !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1em;
        text-align: center;
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 0 !important;
        border: none !important;

    }
    #side .search_item_close:before,.search_item_close:after {
        margin-left: 0 !important;
    }
    .search_item_inner label {
        width: 50%;
        display: block;
        float: left;
        font-size: 12px;
    }
    .search_item_inner input[type="checkbox"] {
        display: inline-block;
        width: 20px !important;
        height: 20px;
        vertical-align: middle;
    }
    .check-box input[type="checkbox"] {
        display: inline-block;
        width: 20px !important;
        height: 20px;
        vertical-align: middle;
    }
    .check-box label {
        font-size: 12px;
    }
}

@media print, screen and ( min-width : 769px ) {
    #side .search_item {
        width: 450px;
        top: 100%;
        right: 0;
        z-index: 9999;
    }
    #side .search_item_inner {
        margin: 20px 10px 10px;
    }
    .search_item_inner label {
        width: 33.3333%;
        display: block;
        float: left;
        font-size: 12px;
    }
    #side .search_item_close {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 1em !important;
        text-align: center;
        display: block;
        position: absolute;
        top: 0px !important;
        right: 5px !important;
        color: #111 !important;
        background: none !important;
        padding: 0 !important;
        width: 1em !important;
    }
    .check-box {
        vertical-align: top !important;
    }
    .check-box label {
        font-size: 12px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   モーダルウィンドウ

--------------------------------------------------------------------------------------------- */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  background: rgba(0,0,0,.7);
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #35BABB;
}

.remodal-cancel:hover {
  background: #35BABB;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 400px;
  }
  .photoframe.remodal {
    max-width: 800px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 400px;
}
.lt-ie9 .photoframe.remodal {
    max-width: 800px;
  }

#modal-area input {
    width: 100%;
}
#modal-area input[type="submit"] {
    background: #00A0C6;
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}
#modal-area .toNew_member {
    background: #FFB400;
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.forget_pass {
    margin-bottom: 20px;
    display: inline-block;
}
.photoframe.remodal img {
    width: 100%;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------
 * text
 */

.txt-error {
	color: #c30;
}
.txt-small {
	font-size: 80%;
}


.msgbox-error {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em 1em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #ae0000;
	border: 3px solid #ae0000;
	border-radius: 8px;
	display: block;
}
.msgbox-success {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em 1em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #00A0C6;
	border: 3px solid #00A0C6;
	border-radius: 8px;
	display: block;
}
