
/* common styles */

* { margin: 0; padding: 0; }

html, body {
    color: #222;
    font: 95%/1.5 Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, section, div, p, a, ul, ol, li, table, th, td, figure, caption {
    box-sizing: border-box;
}

article, section {
    display: block;
}

a:link, a:visited {
    color: rgb(0, 0, 233);
    text-decoration: none;
}

a:hover, a:active {
    color: rgb(189, 88, 162);
    text-decoration: none;
}

img { 
    max-width: 100%;
    border: none;
    image-rendering: auto;
    vertical-align: middle;
}

figure {
    text-align: center;
}

ul, ol {
    list-style: none;
}

li {
}

p {
    margin: 0 0 10px 0;
    /*text-align: justify;*/
}

table {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}

ruby {
    word-break: keep-all;
}

ruby rt {
    font-size: 0.333em;
}

::-moz-selection {
    text-shadow: none;
    background: rgb(179, 212, 252);
}

::selection {
    text-shadow: none;
    background: rgb(179, 212, 252);
}


/* layout styles */

.mav-container {
    width: 100%;
}


/* helper styles */
@media only screen and (max-width: 375px) {
    .br::before {
        content: "\A";
        white-space: pre;
    }
}

.clearfix { 
    *zoom: 1;
}

    .clearfix::before, .clearfix::after {
        content: " ";
        display: table;
    }

    .clearfix::after {
        clear: both;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible { visibility: hidden; }

.last {
    margin-bottom: 0 !important;
}

/* footer styles */

#mav-footer {
    background: rgb(228, 243, 243);
}

#mav-footer footer.inner {
    padding: 10px 10px 7px !important;
}

#mav-footer footer nav {
    font-size: 1.125em;
}

#mav-footer footer nav a {
    color: #fff;
    font-weight: bold;
    background: rgb(226, 1, 117); 
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid rgb(226, 1, 117);
    margin-bottom: 3px;
    padding: 4px 8px;
    display: block;
}

#mav-footer footer nav a:nth-last-child(1) {
    margin-bottom: 10px;
}

#mav-footer footer .mav-copyright {
    font-size: 0.750em;
    padding: 0 15px;
}

#mav-footer footer .mav-copyright img {
    margin-bottom: 10px;
}


/* header(index, home) styles */

.mav-heading p {
    color: #fff;
    font-size: 0.875em;
    text-align: center;
    background: rgb(229, 36, 82);
    margin: 0 !important;
    padding: 3px 10px;
    line-height: 1.5;
}

.mav-heading h1 {
   text-align: center;
}


/* header(flexnav) styles */

#mav-header  {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#mav-header .pulldown-wrapper {
    background: rgb(255, 232, 237);
    background: -webkit-linear-gradient(left, rgb(255, 232, 237) 0%, rgb(255, 31, 83) 100%);
    background: -ms-linear-gradient(left, rgb(255, 232, 237) 0%, rgb(255, 31, 83) 100%);
    background: -moz-linear-gradient(left, rgb(255, 232, 237) 0%, rgb(255, 31, 83) 100%);
    background: linear-gradient(to right, rgb(255, 232, 237) 0%, rgb(255, 31, 83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8ed',endColorstr='#ff1f53',GradientType=1 );
    width: 100%;
    height: 56px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#mav-header .mav-logo {
    width: 237px;
    max-width: 74.0625%;
    margin-left: 5px;
    display: block;
}

#mav-header .menu-button {
    text-align: right;
    width: 46px;
    max-width: 14.375%;
    margin-right: 10px;
    display: block;
}

#mav-header .menu-button img {
    margin-left: auto;
}

#mav-header .flexnav-wrapper {
    position: relative;
}

#mav-header .flexnav-wrapper nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

    #mav-header .flexnav-wrapper nav {
        display: none;
    }

#mav-header .flexnav li {
    font-size: 1.125em;
    font-weight: bold;
    background: rgb(38, 206, 255);
    background: -webkit-linear-gradient(top, rgb(38, 206, 255) 0%, rgb(0, 113, 188) 100%);
    background: -ms-linear-gradient(top, rgb(38, 206, 255) 0%, rgb(0, 113, 188) 100%);
    background: -moz-linear-gradient(top, rgb(38, 206, 255) 0%, rgb(0, 113, 188) 100%);
    background: linear-gradient(to bottom, rgb(38, 206, 255) 0%, rgb(0, 113, 188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ceff',endColorstr='#0071bc',GradientType=0 );
    display: block;
    border-top: 2px solid #fff;
}

#mav-header .flexnav a {
    color: #fff;
    padding: 6px 8px 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

#mav-header .flexnav img {
    width: 32px;
    max-width: 32px !important;
    margin-right: 8px;
}


/* tridion styles */

.SiteEditCP > br { display: none; }
#middle .SiteEditCP { line-height: 0; }
#middle .SiteEditCP .mav-container { line-height: 1.5; }