@import url(notosanstc.css);
/*
Theme Name: Thanks Ai (TW)
*/
/* Color 
#e30050 ピンク :base color
#a31b43  暗めのピンク :button . hover 
#333333  黒: text color 
#8c979a  灰色: text color 
#ebebeb  灰色: bg color  .sidebar 
#f5f5f5  灰色: bg color  .sidebar 内側, product table 
#cccccc  濃い灰色: bg color  product modal
#a9a9a9  灰色: modal close button 
#767676  濃い灰色: modal close button . hover 
#b2b2b2  灰色: modal close button . arrow 
*/
/**
 *
 * Reset
 * Header
 * Navigation
 * Main
 * Footer
 * Sidebar
 * 
 * Common: Buttons
 * Common: Other Elements
 * 
 * Top page
 * Activity Page
 * Materials Page
 * Proteoglycan Page
 * Minerals Page
 * Q & A Page
 * Products Modal Panel
 *  1)Profil
 *  2)Heartful Essence Ai
 * 
 * Go to Top
 * 404
 * 
 */

/**
 * Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans TC', sans-serif;
    color : #333333;
    width:100%
}

body{
    font-family: 'Noto Sans TC', sans-serif;
    word-wrap: break-word;
    color: #333333;
    line-height:1.3;
    margin: 0;
    font-size: 15px;
    width:100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color:#333333;
    text-decoration: none;
}
a:visited {
    color: #333333;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    color: #333333;
    outline: 0;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
    font-weight: bold;
}

address {
    font-style: italic;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {

}

p {
    margin: 0 0 24px;
    line-height: 1.8;
}



small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin:0;
}

dt {
    font-weight: normal;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width:100%;
    height:auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #333333;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight:normal;
    border:1px solid #333333;
    padding:15px;
}

td {
    border:1px solid #333333;
    padding:15px;
}

del {
    color: #333333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    border:none;
    border-bottom: #e30050 2px solid;
    margin-bottom:4px;
    padding:0;
}
hr.dashed{
    border-bottom: #e30050 1px dashed;
}

.go-top,
input,
textarea,
.widget a,
.navigation a,
article a,
.comments-link,
#ft-post a,
.da-dots > span,
.sldprev,
.sldnext,
.nav-container li a,
.nav-container li a span,
.socialicon a {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after{
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after{
    content: "";
    display: table;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/**
 * Header
 * ----------------------------------------------------------------------------
 */

.headerwrap {
    display: block;
    min-height: 80px;
    width:1280px;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
    .headerwrap {
        width:100%;
    }
}
.site-header {
    position: relative;
    display: block;
    clear: both;
    min-height: 80px;
    z-index: 1001;
    background-color: #FFF;
    opacity: 1;	
}


.site-header .home-link {
    display: block;
    float: left;
    /*    padding: 0 0px 0px 100px;*/
    padding:0;
    vertical-align: middle;
    height: 80px;
}
.site-header .home-link span {
    height: 80px;
    vertical-align: middle;
    display: table-cell;
}
.site-header .home-link img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .site-header .home-link {
        padding: 0;
        margin:0 auto;
        width:100%;
    }
    .site-header .nav-bar {
        height:0;
    }
}

.headerwrap .navbar {
    display: block;
    float: right;
    margin-right: 0;
}
.ai_header_menu{
    margin-top:32px;
}
ul.nav-menu li{
    height:24px;
    line-height:24px;
}
@media screen and (max-width: 800px) {
    .ai_header_menu{
        display:none;
        margin:5px;
    }
}

.ai_framebar_top {
    display: block;
    height: 16px;
    width:100%;
    padding: 0px;
    margin: 0px;
    background: url(../image/header_obi_top.jpg) repeat-x top center;

}

.ai_header_outlinks{
    float:right; 
    height:20px;
    margin:4px 0;
    overflow:hidden;
}

.ai_header_outlinks ul li{
    display: inline-block;
    margin-right:20px;
    text-align: left;

}
.ai_header_outlinks ul li:last-child{
}
/*.ai_header_outlinks ul li.register{
    background: url(../image/header_register.png) no-repeat;
}
.ai_header_outlinks ul li.login{
    background: url(../image/header_log_in.png) no-repeat;
    padding-right:0;
}*/
.ai_header_outlinks ul li a{
    width:100%;
    color:#8c979a;
    display:inline-block;
}
.ai_header_outlinks ul li a:hover{
    color:#e30050;
}







/**
 * Navigation
 * ----------------------------------------------------------------------------
 */


ul.nav-container,
.nav-container > ul {
    margin: 0;
    padding: 0;
}

.nav-container li {
    display: inline-block;
    position: relative;
    padding: 0;
    border-left: solid 2px #e30050;
}

.nav-container li a {
    color: #333333;
    display: block;
    line-height: 1;
    padding: 2px 0;
    text-decoration: none;
    position: relative;
    font-size:15px;
    width:105px;
    text-align: center;
}


/* ドロップダウンのサブメニュー*/
.nav-container ul ul li {
    padding: 0px;
    border-left: none;
}

.nav-container ul ul li a {
    padding: 5px 10px;
}

.nav-container .current_page_item > a,
.nav-container .current_page_ancestor > a,
.nav-container .current-menu-item > a,
.nav-container .current-menu-ancestor > a,
.nav-container li a:hover {
    color: #e30050;
    background-color: #FFFFFF;	
}

.nav-container li:hover > a,
.nav-container li a:hover {
    color: #e30050;
    background-color: #FFFFFF;
}


/* variable color */
.nav-container .sub-menu,
.nav-container .children {
    background-color: #FFFFFF;
    display: none;
    padding: 0;
    position: absolute;
    left: 0px;
    z-index: 1002;
    top: 24px;

    -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);

    border-top:none;

}

.nav-container .sub-menu ul,
.nav-container .children ul {
    border-left: 0;
    left: 100%;
    top: 0px;
    margin-top: -2px;
}

.nav-container li:last-child .sub-menu ul,
.nav-container li:last-child .children ul {
    left: 0%;
    right: auto;
    width: 200px;
    margin-left: -200px;
    top: 0px;
    margin-top: -2px;
}

ul.nav-container ul a,
.nav-container ul ul a {
    margin: 0;
    width: 200px;
    padding: 10px 16px;
    background-color: #ebebeb;
    border-top:none;
    border-bottom:1px #fff solid;
}

ul.nav-container ul li:first-child a,
.nav-container ul ul li:first-child a {
    border-top:none;
    border-bottom:1px #fff solid;
}

ul.nav-container ul a:hover,
.nav-container ul ul a:hover {
    color: #FFFFFF;
    background-color: #e30050;
}

.menu-toggle {
    display: none;
}

@media (max-width: 800px) {

    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: block;
        position: fixed;
        left: 0px;
        top: 70px;
        padding: 12px 12px 12px 12px;
        font-size: 16px;
        font-weight: 400;
        color: #FFF;

        z-index:99999;

        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.64);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.64);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.64);
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;		
        background-color: rgba(40,40,40,0.8)

    }

    .toggled-on .nav-container,
    .toggled-on .nav-container > ul {
        display: none;
    }

    ul.nav-container,
    .nav-container > ul {
        display: none;
    }

    .archive .site-content .post .meta-img,
    .search-results .site-content .post .meta-img,
    .site-content .blog-columns .post .meta-img {
        display: block;
        float: nonr;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .site-content .blog-columns .post .meta-img img {
        width: 100%;
    }	

    .archive .site-content .post .meta-img,
    .archive .site-content .post .post-mainpart,
    .search-results .site-content .post .meta-img,
    .search-results .site-content .post .post-mainpart,
    .site-content .blog-columns .post .post-mainpart {
        display: block;
        float: none;
        width: 100%;
    }

    .site-content .entry-nothumb .stickyonimg,
    .site-content .entry-nothumb .dateonimg,
    .archive .entry-nothumb .noimg-bg,
    .search-results .entry-nothumb .noimg-bg  {
        display: none;
    }
    /**/

}

/**
 * Main Content
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

.site-main {
    position: relative;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 800px) {
    .site-main {
        width:100%;
    }
}

.content-area {
    padding: 48px 60px;
    width:1280px;
}
.site-content {
    width: 100%;
    overflow: auto;
}

@media screen and (max-width: 800px) {
    .content-area {
        width:100%;            
        padding: 16px 24px;
    }
}



/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    width:1280px;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
    .site-footer {
        width:100%;
    }
}

.ai_footer_wrap {
    padding:24px 48px;
    width : 1280px;
    margin: 0 auto;
    font-size:15px;
}
.ai_footer_linkbar {
    display: block;
    height: 80px;
    overflow:hidden;
    background-color: #e30050;
    background: url(../image/footer_bar.png) repeat-x ;

}
.ai_footer_linkbar ul{
    padding-top:19px;

}
.ai_footer_linkbar ul li{
    display:inline-block;
    background-color: #fff;
    height: 42px;
    width:300px;
    font-size:24px;
    line-height: 42px;

}

.ai_footer_linkbar ul li a{
    color:#e30050;
}
.ai_footer_linkbar ul li:first-child{
    background-color: #d5d5d5;
}
.ai_footer_linkbar ul li:first-child .icon{
    color:#fff;
}
.ai_footer_linkbar ul li:last-child{
    margin-left:26px;
}
.ai_footer_linkbar ul li:last-child .icon{
    color:#d5d5d5;
}
@media screen and (max-width: 800px) {
    .ai_footer_linkbar ul li{
        width:40%;
    }
    .ai_footer_linkbar ul li:last-child{
        margin-left:15px;
    }
}



#ai_copyright{
    text-align: right;
    color:#8c979a;
    font-size:10px;
    padding:10px 32px;
    width:100%;
}

.ai_company {
    width:280px;
    margin-right: 100px;
    float:left;
}
.ai_company img {
    margin-bottom:24px
}
.ai_company p{
    margin:0 0 12px 0;
    line-height: 1.5;
}

ul.ai_navi li {
    position: relative;
}


ul.ai_navi {
    width:200px;
    list-style: none;
    padding:0;
    float:left;
    margin:0;
    min-height: 250px;

}ｌ
ul.ai_navi li,
ul.ai_navi li a{
    color:#333333;
}
ul.ai_navi li {
    margin-top:10px;
}
ul.ai_navi li:first-of-type {
    margin-top:0;
}

ul.ai_navi li ul{
    list-style: none;
    padding:0;
}
ul.ai_navi .fa {
    color:#e30050;
    margin-right:4px;
}
ul.ai_navi li ul {
    margin-top:5px;
}
ul.ai_navi li ul li {
    margin-top:4px;
}
ul.ai_navi li ul li a{
    color:#8c979a;
    line-height:1.3;
}
ul.ai_navi li a:hover,
ul.ai_navi li ul li a:hover{
    color:#e30050;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

ul.ai_outlinks{
    float:left;
    width:195px;
    list-style: none;
    padding:0;
    margin:0;
}
ul.ai_outlinks li{
    margin-bottom:15px;
}
@media screen and (max-width: 800px) {
    .ai_footer_wrap{
        width:100%;
        padding:16px 24px;

    }

    .ai_company,
    ul.ai_outlinks{
        width:100%;
        padding:0;
        margin:15px 0;
        display:block;
        text-align: center;
    }
    #ai_copyright{
        padding:0; 
        text-align: center;
    }

}  
@media screen and (min-width: 501px) and (max-width: 799px) {
    ul.ai_navi_01,
    ul.ai_navi_02,
    ul.ai_navi_03{
        width:33%;
        padding:0;
        margin:15px 0 0 0;
        display:block;
        min-height:0;
        text-align: left;
    }

}
@media screen and (max-width: 500px) {
    ul.ai_navi_01,
    ul.ai_navi_02 {
        width:50%;
        padding:0;
        margin:15px 0 0 0;
        display:block;
        min-height:0;
        text-align: left;
    }

    ul.ai_navi_03 {
        width:100%;
        padding:0;
        margin:15px 0;
        display:block;
        min-height: 0;
        text-align: left;
    }
}

/**
 * Common: Sidebar
 * ----------------------------------------------------------------------------
 */
.ai_top_sidebar{
    position: relative;
    display:table-cell; 
    vertical-align: top;
    padding:18px; 
    background-color: #ebebeb;      
}
.ai_sidebar1 {
    width:288px;

}
.blog_columns_wrapper{
    background-color: #f5f5f5; 
    /*    position: absolute;
        top: 50px;
        right: 18px;
        bottom: 18px;
        left: 18px;*/
    min-height:144px;
    margin:0 0 18px 0;
    padding-bottom:5px;
}
.ai_top_products{
    padding : 28px 0;
    display:table-cell; 
    float: none;
}



.ai_sidebar1_title {
    font-size: 18px;
    display:inline-block;
    width: 100%;
    height:32px;
    line-height:32px;
    text-align: center;
    font-weight: normal;
    background: url(../image/news_obi_top_h32.jpg) repeat-x;
    color:#fff;
}

.ai_blog_post {
    position:relative;
    padding:4px 16px;
    overflow:auto;
}
.blog_post_title {
    font-size:15px;
    font-weight:bold;
}
.blog_post_time{
    font-size:10px;
    color:#8c979a;
    text-align: right;
}
.blog_post_content{
    font-size:13px;
    padding:0 4px;
}
.ai_sidebar1 iframe{
    max-width:200px;
    width:200px;
    height: 123px;
}
@media screen and (max-width: 800px) {
    .ai_sidebar1{
        width: 100%;
        display:block;
        overflow: auto;
    }
    .ai_top_sidebar,
    .ai_top_products{
        display:block;
        overflow: auto;
        margin-left:24px;
        margin-right:24px;

    }
    .blog_columns_wrapper{
        position:relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .ai_sidebar1 iframe{
        max-width:800px;
        width:60%;
        height:60%;
    }
}




/**
 * Category Page
 * ----------------------------------------------------------------------------
 */
.ai_news_list_wrapper,
.ai_post_single_wrapper{
    padding:0 100px;
}

.ai_news_list_wrapper .ai_post_category,
.ai_post_single_wrapper .ai_post_category{
    display:inline-block;
    background-color: rgb(255,130,213);
    color:#fff;
    float:left;
    text-align: center;
    width:100px;
    margin-right:20px;
    margin-top:5px;
}


.ai_news_list_wrapper .ai_post_title,
.ai_post_single_wrapper .ai_post_title{
    display:inline-block;
    font-size:20px;
    font-weight:bold;
    float:left;
}
.ai_post_single_wrapper .ai_post_title{


}


.ai_news_list_wrapper .ai_post_title a:hover{
    color:#e30050;
    text-decoration: underline;
}
.ai_news_list_wrapper .ai_post_date,
.ai_post_single_wrapper .ai_post_date{
    display:inline-block;
    color:grey;
    float: right;
    margin-top:5px;
}
.ai_news_list_wrapper .ai_post_content{

}
@media screen and (max-width: 800px) {
    .ai_news_list_wrapper,
    .ai_post_single_wrapper{
        padding:0;
    }
}

.ai_videos_wrapper{
    /*margin-right:-60px;*/
}
.ai_video{
    width:270px;
    float:left;
    margin-right:26px;
    margin-bottom: 36px;
}
.ai_video_title{
    font-size:20px;
    font-weight:bold;
    height:32px;
    line-height:32px;
    overflow: hidden;
}
.ai_video_title a:hover{
    color:#e30050;
    text-decoration: underline;
}
.ai_video_date{
    color:grey;
}

@media screen and (max-width: 800px) {
    .ai_videos_wrapper{
        margin-right:0;
    }
    .ai_video{
        width:100%;
    }
    .ai_video_title{
        height:auto;
    }
}
/**
 * Events Page
 * ----------------------------------------------------------------------------
 */

/* Frame */
.calendar_main .ecwd_calendar{
    width:98% !important;
    margin-bottom: 24px;
}
/* Header */
.ecwd_calendar_prev_next{
    border : none !important;
    box-shadow: none !important;
}
.calendar-head {
    background: #fff !important;
}
.calendar-head .previous,
.calendar-head .next{
    border:none !important;
}
.calendar-head .next {
    border-left: 1px solid #fff !important;
}
.calendar-head .current-month {
    font-size: 28px;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
.calendar-head .current-month {
    text-shadow: none !important;
    color:#333333;
}


.calendar-head .previous,
.calendar-head .next {
    padding-left:0 !important;
    padding-right:0 !important;
}
.previous .month-name:before {
    content: "\f137"; /* fa-chevron-circle-left */
    font-family: FontAwesome;
    padding-right:5px;
}
.next .month-name:after {
    content: "\f138"; /* fa-chevron-circle-right */
    font-family: FontAwesome;
    padding-left:5px;
}
.ecwd_calendar_view_tabs{
    display: none;
}
/* Mobile view */
.calendar_main .ecwd_calendar .month-name{
    display:block !important;
}

/* Events cell */
.ecwd_calendar_container ul.events li{
    background-color:#f0fff0; /*light green */
    
    margin-bottom:2px;
    /*border-bottom:none !important;*/
    border-radius: 2px;
    border:1px #a9a9a9 solid !important;
} 
.ecwd_calendar_container ul.events span{
    font-style: normal !important;
    font-weight:normal !important;
}
.ecwd_calendar_container ul.events span.ai_eventtitle{
    
}

@media only screen and (max-width: 768px){
    
    .ecwd_calendar_container .has-events:after {
        content: "\f005" !important; /* star */
        font-family: FontAwesome !important;
        height: 12px !important;
        width: 12px !important;
        background-color: #fff !important;
        color:#FECA40;
        margin: 8px auto 0 !important;
    }
    
}


/* Events detail */
.event-details-title h5{
    font-style: normal !important;
    text-align: left;
}
.calendar_main .ecwd_calendar  div.event-details{
    font-style: normal !important;
    text-align: left;
}
.calendar_main .ecwd_calendar .metainfo{
    font-style: normal !important;
}

/* 曜日 */
.ecwd_calendar_container .normal-day-heading .day-number {
    text-align: center !important;
    font-weight: bold;
}
/* 日付 */
.ecwd_calendar_container .day-number {
    text-align: right !important;
}
/* Weekend */
.ecwd_calendar_container .weekend {
    background-color:#fff !important;
}

/* Today */
.ecwd_calendar_container .current-day .day-number {
    background-color:#E0E0E0 !important;
    color: #5C5C5C !important;
    font-weight: bold;
}
.ecwd_calendar_container .current-day {
    background-color:#fffff0 !important;
}

/* 前月・次月の日付 */
.ecwd_calendar_container .day-without-date {
    background-color:#f5f5f5 !important;
}
.ecwd_calendar_container .day-without-date .day-number{
    color:#f5f5f5 !important;
}
/* Footer note */
.ai_calender_note {
    text-align: left;
    clear:both;
}
.ai_calender_note .ai_title{
    font-weight:bold;
    width:100%;
    font-size:17px;
    margin-bottom: 15px;
}
.ai_calender_note .ai_col{
    width:50%;
}
.ai_calender_note .ai_col ul li{
    margin-bottom:5px;
}
@media screen and (max-width: 800px) {
    .ai_calender_note .ai_col{
        width:100%;
    }
}


/**
 * Common: Buttons
 * ----------------------------------------------------------------------------
 */
.ai_link_label1,
.ai_link_label2,
.ai_link_label3,
.ai_link_label4,
.ai_modal_close{
    font-size: 32px;
    white-space: nowrap;
    display:block;
    width: 100%;
    min-height:64px;
    line-height:64px;
    text-align: center;
    border: 1px solid #8c979a;
    cursor: pointer;
}

.ai_link_label1:hover,
.ai_link_label2:hover,
.ai_link_label3:hover,
.ai_link_label4:hover,
.ai_modal_close:hover{
    background-color: #e30050;
    color:#fff;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
/* Overwrite label1 */
.ai_link_label2{
    width: 550px;
}
.ai_link_label3,
.ai_link_label3:visited{
    //background: url(../image/2_1_register_0.png) repeat-x top left;
    background: url(../image/button_pink.png) repeat-x top left;
    width: 45%;
    min-height:50px;
    line-height:50px;
    border: none;
    color:#fff;
    display: inline-block;
}
.ai_link_label3:hover{
    color:#fff;
    background: url(../image/button_pink_hover.png) repeat-x top left;
}
.ai_link_label4{
    font-size: 12px;
    width: 90px;
    min-height:24px;
    line-height:24px;
    background-color: #e30050;
    border:none;
    color:#fff;
}
.ai_link_label4:hover {
    background-color: #a31b43;
}
.ai_link_label4:visited{
    color:#fff;
}
.ai_modal_close{
    text-align: center;
    font-size:17px;
    width:180px;
    min-height:50px;
    line-height:50px;
    border: none;
    background-color: #a9a9a9;
}
.ai_modal_close .fa{
    color:#fff;
}
.ai_modal_close:hover{
    color:#fff;
    background-color: #767676;
}
.ai_modal_close:hover .fa{
    color:#b2b2b2 ;
}
@media screen and (max-width: 800px) {
    .ai_link_label1{
        font-size:25px;
    }
    .ai_link_label2{
        font-size:18px;
        float: none;
        width:100%;
        margin-bottom:7px;
    }
    .ai_link_label3{
        float: none;
        width:100%;
        margin-bottom:7px;
    }
}


/**
 * Common: Other Elements
 * ----------------------------------------------------------------------------
 */
.ai_h1_wrapper img {
    display: inline-block;
}
.ai_h1_wrapper {
    height:106px;
    width:1280px;
    text-align: center;
    display:table-cell;
    vertical-align: middle;

    background: url(../image/header_title.jpg) repeat-x;
}
@media screen and (max-width: 800px) {

    .ai_h1_wrapper {
        width:100%;
        display: inline-block;
    }
}


.ai_text_primary{
    color:#e30050 !important;
}
.ai_text_default{
    color:#333333 !important;
}
.ai_text_muted{
    color:#8c979a !important;
}

.ai_border_primary{
    border: 1px solid #e30050 !important;
}
.ai_border_default{
    border: 1px solid #8c979a !important;
}
.ai_mb_120{
    margin-bottom: 120px!important;
}
.ai_mb_48{
    margin-bottom: 48px!important;
}
.ai_mb_28{
    margin-bottom: 28px!important;
}
.ai_mb_24{
    margin-bottom: 24px!important;
}
.ai_mb_12{
    margin-bottom: 12px!important;
}
h1.ai {
    font-size: 50px;
    color:#fff;
    margin:0;
    font-weight: normal;
}

h2.ai {
    font-size: 25px;
    margin:10px 0;
}

h3.ai {
    font-size: 36px;
    color:#e30050;
}

h4.ai {
    font-size: 35px;
    margin: 4px 0;
    color:#e30050;
}

h5.ai {
    font-size: 20px;
    color:#e30050;
    margin:8px 0;
}

h6.ai {
    font-size: 40px;
    margin:4px 0;
    text-align: center;
    font-weight: normal;
}
h6.ai small {
    font-size:18px;
    color:#8c979a;
    font-weight: normal;
}
@media screen and (max-width: 800px) {
    h1.ai{
        font-size:30px;
        margin-top: 30px;
    }
    h3.ai {
        width:100%;
    }
    h3.ai {
        font-size: 30px;
    }
    h4.ai {
        font-size: 25px;
    }
    h6.ai {
        font-size: 30px;
        margin:0;
    }
    h6.ai small {
        font-size:15px;
        display:block;
    }
}

.ai_text_15 {
    font-size : 15px;
}

.ai_text_17 {
    font-size : 17px;
}
.ai_text_large {
    font-size : 25px;
}
.ai_text_xlarge {
    font-size : 35px;
}
.ai_text_xxlarge {
    font-size : 45px;
    color:#e30050;
}
@media screen and (max-width: 800px) {

    .ai_text_large {
        font-size : 17px;
    }
    .ai_text_xlarge {
        font-size : 25px;
    }
    .ai_text_xxlarge {
        font-size : 25px;
        color:#e30050;
    }    

}

.ai_em{
    font-weight:bold;
}
.ai_f_right {
    float:right;
}
.ai_f_left {
    float:left;
}
.ai_img_left {
    float:left;
    margin-right: 48px;
    margin-bottom: 7px;
}
.ai_text_left{
    text-align: left;
}
.ai_text_right{
    text-align: right;
}
.ai_text_center{
    text-align: center;
}
.ai_wrapper{
    overflow: auto;
}

.ai_ml_0{
    margin-left:0;
}
.ai_mr_0{
    margin-right:0;
}

.ai_n_mr_120 {
    margin-right:120px;
}
.ai_n_mr_64 {
    margin-right:64px;
}
.ai_n_mr_48 {
    margin-right:48px;
}
.ai_n_mr_28 {
    margin-right:28px;
}

@media screen and (max-width: 800px) {
    [class*=ai_n_mr_]{
        margin-right:0;
    }

}



/**
 * Top page : Image Slider
 * ----------------------------------------------------------------------------
 */
/* スライダー上下のライン */
.ai_framebar_slide {
    display: block;
    height: 8px;
    padding: 0px;
    background: url(../image/header_obi_top.jpg) repeat-x ;
}
/* プラグイン Meta SliderのCSSを上書き  
 - Prev,Nextの矢印を常に表示
*/
.theme-default .nivo-directionNav a {
    opacity: 1 !important;
}


/**
 * Top Page, Product Page
 * ----------------------------------------------------------------------------
 */

.ai_product_box {
    width:400px;
    margin-left:52px; 
    display:inline-block;
    float:left;
}
.ai_product_title{
    font-size: 40px;
    padding:3px 0;
    text-align: center;
}
.ai_product_subtitle{
    font-size: 18px;
    text-align: center;
    display:block;
    color:#8c979a;
}
.ai_product_img{
    margin:40px 0;
}
/* Products Page */
.ai_products_wrapper{
    width:852px;
    margin: 0 auto;
}


@media screen and (max-width: 800px) {
    .ai_product_box{
        width: 100%;
        margin:0 auto;
        text-align: center;
        margin-bottom: 24px;
    }
    .ai_products_wrapper{
        width:100%;
    }
}

/**
 * Activity Page
 * ----------------------------------------------------------------------------
 */
h3.ai.activity{
}
.ai_activity_col1{
}
.ai_activity_col2{
    text-align: center;
    color:#e30050;
    font-size: 35px;
    font-weight:bold;
}
.ai_activity_item{
    width:556px;
    float:left;
    margin-bottom : 82px;
    line-height: 1.8;
}
.ai_activity_item h4.ai{
    color:#333333;
    padding:15px 0;
}
.ai_activity_item span.no {
    font-size:25px;
    color:#e30050;
}
.ai_activity_item .desc1{
    font-size:20px;
    color:#e30050;    
}
#association .ai_frame_desc{
    border: 1px #d5d5d5 solid;
    border-radius: 10px;
    width:560px;
    display:inline-table;
    padding:10px;
    text-align: left;
}
#association .ai_frame_desc table td,
#association .ai_frame_desc table th,
#association .ai_frame_desc table tr,
#association .ai_frame_desc table{
    border:none;
    vertical-align:top;
    padding:0;
}
#association .ai_frame_desc table td,
#association .ai_frame_desc table th{
    padding:5px;
}
#association .ai_frame_desc table caption{
    margin:5px 0 5px 5px;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    h3.ai.activity{
        height:auto;
        padding : 0 0 48px 0;
        width:100%;
        text-align: center;
    }

    .ai_activity_col1{
        width:100%;
    }
    .ai_activity_item{
        width:100%;
    }
    .ai_activity_col2{
        font-size: 25px;
    }
    .ai_activity_item .desc1{
        font-size:18px;
    }
    #association .ai_frame_desc{
        width:100%;
    }
}
/**
 * Materials Page
 * ----------------------------------------------------------------------------
 */
.ai_material_wrapper{
    margin:0 auto;
    width:960px;
}
.ai_material_item {
    width:420px;
    float:left;
    margin-bottom: 48px;
    line-height: 1.8;
}
.ai_material_sub_h4,
.ai_mineral_sub_h4
{
    font-size:20px;
    color:#e30050;
    line-height: 1.3;
}

.ai_material_item img{
    margin-bottom: 12px;
}

h3.ai.material{
    text-align: center;
    font-weight:bold;
}
@media screen and (max-width: 800px) {
    .ai_material_wrapper{
        width:100%
    }
    .ai_material_item {
        width:100%;
    }
}
/**
 * Proteoglycan Page
 * ----------------------------------------------------------------------------
 */
.ai_proteo_01_img_wrapper{
    width:600px;
    float:left;
    margin-bottom: 12px;
    text-align: center;
}
.ai_proteo_01_desc_wrapper{
    width:512px;
    float:left;
}
.ai_proteo_02_img_wrapper{
    width:420px;
    float:left;
    margin-bottom: 12px;
}
.ai_proteo_02_desc_wrapper{
    width:692px;
    float:left;
}
@media screen and (max-width: 800px) {
    .ai_proteo_01_img_wrapper,
    .ai_proteo_01_desc_wrapper,
    .ai_proteo_02_img_wrapper,
    .ai_proteo_02_desc_wrapper{
        width:100%
    }
}
/**
 * Minerals Page
 * ----------------------------------------------------------------------------
 */
.ai_mineral_01_img_wrapper{
    width:606px;
    float:left;
}
.ai_mineral_01_desc_wrapper{
    width:506px;
    float:left;
}

.ai_mineral_box1 {
    border:1px solid #e30050;
    width:540px;
    margin:0 auto;
    margin-top: 48px;
    padding: 0 24px;
}
.ai_mineral_02_img_wrapper{
    width:420px;
    float:left;
    margin-bottom: 12px;
}
.ai_mineral_02_desc_wrapper{
    width:692px;
    float:left;
}
.ai_mineral_02_desc_wrapper h4.ai{
    margin-bottom: 12px;
}
.ai_mineral_box2 {
    background: url(../image/2_2_plant_box_h160.jpg) repeat-x;
    width:692px;
    text-align: center;

    padding: 12px 24px;
    min-height:160px;
}
@media screen and (max-width: 800px) {
    .ai_mineral_01_img_wrapper,
    .ai_mineral_01_desc_wrapper,
    .ai_mineral_02_img_wrapper,
    .ai_mineral_02_desc_wrapper,
    .ai_mineral_box1 ,
    .ai_mineral_box2{
        width:100%;
    }
}

/**
 * Q & A Page
 * ----------------------------------------------------------------------------
 */
/* Section 1:  */
.ai_qa_label1{
    font-size:40px;
    color:#e30050;
    text-align: center;
    font-weight: bold;
}
.ai_qa_label2{
    font-size:15px;
    color:#333333;
    text-align: center;
}
/* Section 2: Q & A List */
ul.ai_qa_list{
    margin: 0 auto;
    width:1000px;
    padding: 0;
    list-style: none; 
    font-size:25px;
}

ul.ai_qa_list li {
    padding:0 15px;
    border:#fcdbe3 solid 1px;
    margin-bottom:7px;
}
ul.ai_qa_list li:nth-child(odd){
    background:#fcdbe3;
}
ul.ai_qa_list label {
    color:#e30050;
    padding: 10px 0 10px 0;
    display: block;
    margin: 0;
}
ul.ai_qa_list p {
    border-top:#e30050 solid 2px;
    padding :10px 20px 0 50px;
    display:none;
    line-height:1.3;
}
ul.ai_qa_list span.toggle{
    display: inline-block;
    font-weight: bold;
    background-color: #e30050;
    width:30px;
    height:30px;
    line-height:30px;
    color:#fff;
    font-size: 25px;
    text-align: center;
    margin-right:15px;
}
@media screen and (max-width: 800px) {
    ul.ai_qa_list{
        width: 100%;
        font-size:18px;
    }
    .ai_qa_label1{
        font-size:30px;
    }
    ul.ai_qa_list p {
        padding :10px 10px 0 10px;
    }
    ul.ai_qa_list span.toggle{
        width:25px;
        height:25px;
        line-height:25px;
        font-size: 20px;
        margin-right:5px;
    }    
}
/**
 * Downloads Page
 * ----------------------------------------------------------------------------
 */
ul.ddownloads_list {
    margin:0 52px;
}
ul.ddownloads_list li a{
    display: block;
    font-size:28px;
    border:1px solid #e30050;
    padding:10px 20px;
    margin-bottom:10px;

}
ul.ddownloads_list li a:before{
    content: "\f019";
    font-family: FontAwesome;
    padding-right:15px;
}
ul.ddownloads_list li a:hover{
    background-color: #fbdae2;
    transition: all 0.3s ease;
}


/**
 * Contact Us Page
 * ----------------------------------------------------------------------------
 */
.ai_sidebar2 {
    background-color:#ebebeb;
    padding : 18px;
    float:left;
}

.ai_company_detail {
    width:288px;
    padding:20px 10px;
    background-color:#f5f5f5;
}
@media screen and (max-width: 800px) {
    .ai_sidebar2,
    .ai_company_detail{
        width: 100%;
        display:block;
        overflow: auto;
        text-align: center;
    }
}


.ai_company_detail p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.ai_contact_form {
    float:left;
    /*padding :28px 38px;*/
    padding :28px 84px;
}
.ai_contact_form form{
    /*width:880px;*/
    width:788px;
}





.ai_contact_form table{
    /*    border-collapse: separate; 
        border-spacing:0 5px;*/
    margin-bottom: 15px;
}
.ai_contact_form th{
    background-color: #fbdae2;
    width:25%;
    border-color:#a8a8a8;
    text-align: center;
    font-weight:bold;
    /*font-size: 24px;*/
    font-size: 20px;
}
.ai_contact_form td{
    width:75%;
    border-color:#a8a8a8;
}
.ai_contact_form textarea{
    height:250px;
}

.ai_contact_form input[type=submit],
.ai_contact_form input[type=reset]{
    width:200px;
    height:42px;
    background-color:#bfbfbf;
    border:none;
    font-size: 24px;
    border-radius: 3px;
}
.ai_contact_form input[type=submit]{
    float:right;
}
div.wpcf7 .ajax-loader {
    float:right;
}
.ai_contact_form input[type=reset]{
    float:left;
}
div.wpcf7-response-output{
    margin: 12px 0 !important;
}

span.wpcf7-not-valid-tip {
    color: #e30050 !important;
}
div.wpcf7 .ajax-loader {
    width: 32px !important;
    height: 32px !important;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: 2px solid #e30050 !important;
    color: #e30050 !important;
    font-size:20px;
    font-weight: bold;
    background-color: #fbdae2;
}
div.wpcf7-validation-errors:before {
    content: "\f071"; 
    font-family: FontAwesome;
    padding-right:10px;
    font-size:28px;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f058"; 
    font-family: FontAwesome;
    padding-right:10px;
    font-size:28px;
}
.ai_contact_form input[type=submit]:hover,
.ai_contact_form input[type=reset]:hover{
    background-color:#e30050;
    color:#fff;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
@media screen and (max-width: 800px) {
    .ai_contact_form {
        padding :28px 5px;
        width:100%
    }
    .ai_contact_form form{
        width:100%
    }
    .ai_contact_form th{
        font-size: 15px;
        padding:0;
    }
    .ai_contact_form textarea{
        height:200px;
    }
    .ai_contact_form input[type=submit],
    .ai_contact_form input[type=reset]{
        width:35%;
        height:42px;
        background-color:#bfbfbf;
        border:none;
        font-size: 20px;
        border-radius: 3px;
    }
    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok {
        font-size:16px;
    }
}
/**
 * Products Modal Panel
 * ----------------------------------------------------------------------------
 */
.ai_modal_wrapper{
}
.ai_modal_body{
    padding:0 84px;
    font-size:17px;
    text-align: center;
}
.ai_modal_body dt,
.ai_modal_body dd{
    font-size: 18px;

}
.ai_modal_body dt{
    color:#e30050;

}

.ai_modal_body th {
    color:#e30050;
    vertical-align: middle;
    width:25%;
}
.ai_modal_body td {
    width:75%;
}


@media screen and (max-width: 800px) {
    .ai_modal_body,
    .ai_modal_body h4.ai
    {
        width:100%;
        max-width:800px;
        text-align: center;

        padding:0;
    }
}


table.ai_modal_heart_desc1{
    width:100%;
    margin-bottom: 32px;
}
table.ai_modal_heart_desc1 th{
    width:20%;
    color: #e30050;
    vertical-align: top;
}
table.ai_modal_heart_desc1 td{
    width:80%;

}

.ai_modal_heart_13_wrapper{
    padding:10px;
    background-color: #F5F5F5;
    margin-bottom: 28px;
    width:100%;
}
table.ai_modal_heart_13{

    line-height:1.4;
    margin:0;
    border:none;
}
table.ai_modal_heart_13 th{

    width:28%;
    color: #e30050;
    border:none;
    border-right: dotted 1px #e30050;
    padding:10px;
    font-weight:normal;
    font-size:30px;
    vertical-align: middle;
}
table.ai_modal_heart_13 td{
    width:24%;
    padding:0 0 0 10px;
    border:none;
    vertical-align: top;
}
ul.ai_modal_heart_13 {
    display:none;
}
ul.ai_modal_heart_13 li{
    font-size:16px;
    line-height:1.5;
}

.ai_base_color {
    color:#e30050;
}
ul.ai_13_list {
    list-style: none;
    padding:0 0 0 10px;
    margin:0;
}

.ai_heart_label4{
    background: url(../image/2_1_disc_box.jpg) repeat-x;
    width:100%;
    /*    min-height:246px;*/
    display: inline-block;
    padding:10px;
    font-size:15px;
}
ul.ai_howtouse_list {
    list-style: none;
    padding:0;
    width:45%;
}
ul.ai_howtouse_list li{
    min-height:120px;
    font-size:16px;
    padding:10px 0 0 117px;
}
ul.ai_howtouse_list li.step1{
    background: url(../image/2_1_prdct02_01.png) no-repeat left top;
}
ul.ai_howtouse_list li.step2{
    background: url(../image/2_1_prdct02_02.png) no-repeat left top;
}
ul.ai_howtouse_list li.step3{
    background: url(../image/2_1_prdct02_03.png) no-repeat left top;
}
ul.ai_howtouse_list li.step4{
    background: url(../image/2_1_prdct02_04.png) no-repeat left top;
}
ul.ai_howtouse_list li.step5{
    background: url(../image/2_1_prdct02_05.png) no-repeat left top;
}
ul.ai_howtouse_list li.step6{
    background: url(../image/2_1_prdct02_06.png) no-repeat left top;
}
dl.ai_modal_heart_desc1{
    display:none;
}
dl.ai_modal_heart_desc1 dt{
    font-size:17px;
    margin:10px 0 5px 0;

}
dl.ai_modal_heart_desc1 dd{
    font-size:15px;
}
@media screen and (max-width: 800px) {

    table.ai_modal_heart_13,
    table.ai_modal_heart_desc1
    {
        display:none;
    }
    ul.ai_modal_heart_13,
    dl.ai_modal_heart_desc1{
        display:block;

    }
    ul.ai_modal_heart_13{
        text-align: center;
    }
    ul.ai_howtouse_list li[class^="step"]{
        background-size: 80px 80px;
    }
    ul.ai_howtouse_list li{
        font-size:15px;
        padding:10px 0 0 80px;
        min-height:90px;
    }
}

.ai_screen_l{
    display:block;
}
.ai_screen_s{
    display:none;
}
@media screen and (max-width: 800px) {
    .ai_screen_l{
        display:none;
    }
    .ai_screen_s{
        display:block;
    }
    ul.ai_howtouse_list {
        width:100%;
    }
}
/**
 * Products Modal Panel : Base CSS
 * ----------------------------------------------------------------------------
 */
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
.modal .checkbox{
    display: none;
}

/* Gray background */
.modal .modal-overlay{
    opacity: 0;
    transition: all 0.3s ease;
    width: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    transform: scale(1);
    display: flex;
    background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap{
    overflow:auto;


    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    /*  padding: 40px 50px;*/
    width: 95%;
    max-width:1184px;
    padding:28px;

    margin: 20px auto;


    align-self: flex-start;
    border-radius: 2px;
    transition: all 0.5s ease;
}
.modal .modal-wrap.small{
    width: 30%;
}
.modal .modal-wrap.full{
    width: 100%;
    height: 100%;
}

.modal .modal-wrap.a-center {
    align-self: center;
}
.modal .modal-wrap.from-left {
    transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
    transform: translateX(100%);
}
.modal .modal-wrap.from-top {
    transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
    transform: translateY(100%);
}


/* Close button */
.modal .modal-overlay .close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    width: 30px;
    height: 30px;
    color: #282c34;
}

.modal .modal-overlay .close:hover{
    cursor: pointer;
    color: #4b5361;
}


.modal .o-close {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}

.modal input:checked ~ .o-close {
    z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
    transform: scale(1);
    opacity:1;
    z-index: 9997;
    overflow: auto;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
    transform: translateY(0);
    z-index: 9999;
}

@media screen and (max-width: 800px) {
    .modal .modal-wrap{
        width: 95%;
    }
}

/**
 * Go to top
 * ----------------------------------------------------------------------------
 */

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 0px;
    display: none;
    z-index: 999999;
    height: 48px;
    width: 48px;
    border-radius: 3px;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration: none;	
}

.go-top span {
    height: 48px;
    width: 48px;	
    font-size: 32px;
    color: #dfdfdf;
    line-height: 32px;
    text-align: center;
    line-height: 44px;
}

.go-top span:before {
    font-size: 32px;
}

.go-top:hover span {
    text-decoration: none;
}


/**
 * 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding-bottom: 32px;
    padding-top: 360px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: auto;	
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
}

/**
 * Toppage Loading
 * ----------------------------------------------------------------------------
 */
#loading {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 0.95;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loading .loading-img {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;

}
/**
 * Pdf Embbeter プラグイン カスタマイズ
 * ----------------------------------------------------------------------------
 */
div.pdfemb-viewer {
    border:none !important;
}

/**
 * HK カスタマイズ -- > TW
 * ----------------------------------------------------------------------------
 */

.ai_product_box {
    margin-bottom: 24px;
}
ul.ai_cautions {
    font-size: 15px;
    margin-left:100px;
}
ul.ai_cautions li{
    margin-bottom: 5px;
    clear:both;
    overflow:hidden;
}
ul.ai_cautions li span{
    display:block;
    float:left;
    width: 90%;
}
ul.ai_cautions li:before{
    content: "\f111";
    font-family: FontAwesome;
    color:#e30050;
    
    display:block;
    float:left;
    width: 4%;
}

@media screen and (max-width: 800px) {
    ul.ai_cautions {
        margin-left:0;
    }
}


.ai_wrap_round{
    background-color: rgb(121,121,121);
    color:#fff;
    border-radius: 30px;
    text-align: center;
    display:inline-block;
    padding:8px 0;
    width:100%;
}
ul.ai_list li:before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right:10px;
}
ul.ai_list{
    text-align: left;
    font-size: 15px;
    margin-left: 5px;
}
ul.ai_list li{
    margin-bottom: 5px;
}


.ai_img_gmp {
    float:left;
    margin:10px 20px 0 0;
}
@media screen and (max-width: 600px) {
    .ai_img_gmp {
        float:none;
        text-align: center;
        margin:0 0 10px 0;
    }
}

.ai_amateras_label1 {
    border-radius: 10px;
    background-color: #ececec;
    padding:5px 30px;
    float: left;
    margin-right: 25px;
}
.ai_amateras_desc1 {
	overflow: hidden;
	text-align:left;
}
ul.ai_amateras_list1{
	text-align:left;
}
ul.ai_amateras_list1 li{
	display:inline-block;
	width:31%;
	background: url(../image/pink_grad_back.png) repeat-y top left;
	text-align:left;
	padding:10px 0 10px 10px;
	font-size:19px;
}
@media screen and (min-width: 991px) and (max-width: 1180px) {
	ul.ai_amateras_list1 li{
		font-size:17px;
	}
}
@media screen and (max-width: 990px) {
    ul.ai_amateras_list1 li{
        width:90%;
        margin-bottom:10px;
    }
}

@media (min-width:1200px){
    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a { padding:0 !important; }
}



.text-not-found2 { text-align:center;font-size:25px; }

