/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. content
 2. mainimage
 3. blog
 4. sitemap
 5. news
 
-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 6. footer

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. content
 6. footer
 
******************************************************************************* */

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. content
===================================== */
.under #content {
    margin: 0;
    padding: 3em 0;
}
.gnv_tmp_width_1000.movie {
    display: block;
}
a:focus, *:focus {
    outline:none;
}
input[type=submit]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
/* header_menu */
@media screen and (min-width: 768px) and (max-width: 1020px) {
    .header_menu {
        padding: 34px 10px 29px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header_menu .g_nav {
        margin: 0;
    }
}

/* =====================================
 2. mainimage
===================================== */
#mainimage {
    z-index:998;
}
.under #mainimage {
    background: none;
    margin-top: 160px;
    text-indent: 0;
}
.under #mainimage .under_mainimage {
    background: url("http://www.mayumi-clinic.com/asset/img_under_01_pc.png") no-repeat scroll center top #cccccc;
    height: 210px;
}

/* =====================================
 3. blog
===================================== */
#blogBody .contentArea a {
	word-break: break-all;
}

/* =====================================
 4. sitemap
===================================== */
ul.sitemap_ic li a, {
	padding-right: 40px;
}

/* =====================================
 5. news
===================================== */
#news h2,
.static #content h2.titleBg,
h2.titleBg {
	padding: 10px 0 !important;
}
#news dl {
	margin: 0.6em 0;
}
#news dt {
    padding: 0;
}
#news dd {
    padding: 0 0 10px;
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
/* =====================================
 6. footer
===================================== */
@media screen and (max-width: 1000px) {
.footer_access_box p.access_txt a {
    text-decoration: none;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 1. content
===================================== */
.under #mainimage {
    margin-top: 0;
}
.sp_img_height{
    max-width: 80%;
}
/* =====================================
 2. mainimage
===================================== */
.under #mainimage .under_mainimage {
    background: url("http://www.mayumi-clinic.com/asset/img_under_01_pc.png") no-repeat scroll center top #cccccc;
    height: 210px;
}
/* =====================================
 6. footer
===================================== */
.footer_access_box p.access_txt a {
    text-decoration: underline;
}
}