@charset "utf-8";
/*
Theme Name: 今井皮フ形成外科クリニック スタッフブログ
Theme URI: http://imai-clinic.jp/blog/
Version: 1.0
*/

/*
 * ======================================
 * PC
 * ======================================
 */

/* post */
#content .post {
    padding: 0.625em 0 60px 0;
}
#content .post:not(:first-child) {
    border-top: 1px dotted #dadada;
    padding-top: 1.875em;
}

/* headline */
#content .post h2 {
    color: #da809e;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

/* entryMeta */
#content .post .entryMeta {
    margin: 0.2em 0 0 0.15em;
}
#content .post .entryMeta p {
    font-size: 1.2rem;
    line-height: 1.5;
}
#content .post .entryMeta p a {
    text-decoration: underline;
}
#content .post .entryMeta p a:hover {
    text-decoration: none;
}

/* entryContent */
#content .post .entryContent {
    margin: 30px 0 0 0;
}
#content .post .entryContent p {
    font-size: 1.4rem;
    line-height: 2;
}
#content .post .entryContent img {
    height: auto;
    max-width: 100%;
}
/* aligncenter */
#content .post .entryContent .aligncenter,
#content .post .entryContent div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* wp-caption */
#content .post .entryContent .wp-caption {
	background: #f3f3f3;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
#content .post .entryContent .wp-caption p.wp-caption-text {
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0;
    padding: 0.6em 4px 0.8em;
}

/* none */
#content p.none {
    font-size: 1.4rem;
    padding: 0.625em 0 60px 0;
}

/* navigation */
#content #wp_page_numbers {
    background: #f9f9f9;
    padding: 38px 0;
    text-align: center;
}
#content #wp_page_numbers ul {
    list-style: none;
}
#content #wp_page_numbers ul li {
    display: inline-block;
    margin: 0 2px;
}
#content #wp_page_numbers ul li a {
    background: #ffffff;
    border: 1px solid #dadada;
    color: #808080;
    display: block;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
#content #wp_page_numbers ul li.active_page a {
    background: #f0f0f0;
}

/* side */
#content .side aside + aside {
    margin-top: 50px;
}

/* spTop */
#content .side.spTop {
    display: none;
}

/* headline */
#content .side h3 {
    background: #f9f9f9;
    font-size: 1.4rem;
    padding: 1em 1.4em;
    pointer-events: none;
}

/* list */
#content .side ul {
    list-style: none;
}
#content .side ul li {
    border-bottom: 1px dotted #dadada;
    line-height: 1;
    padding: 0 25px 0 18px;
}
#content .side ul li a {
    color: #666666;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1em 0 0.8em 14px;
    position: relative;
}
#content .side ul li a:before {
	background: url(./images/common/arrow_h.png) no-repeat center center;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 1.32em; left: 1px;
    width: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #content .side ul li a:before {
    	background: url(./images/common/arrow_h@2x.png) no-repeat center center;
        background-size: 100%;
    }
}
/* archive */
#content .side #archive dl {
    border-bottom: 1px dotted #dadada;
}
#content .side #archive dl dt {
	background: url(./images/common/arrow_v.png) no-repeat 215px 1.5em;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1em 25px 0.8em 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #content .side #archive dl dt {
    	background: url(./images/common/arrow_v@2x.png) no-repeat 215px 1.5em;
        background-size: 10px 6px;
    }
}
#content .side #archive dl dd {
    padding-bottom: 0.4em;
}
#content .side #archive dl dd ul li {
    border-bottom: none;
}
#content .side #archive dl dd ul li a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
#content .side #archive dl dd ul li a:before {
    top: 0.92em;
}
#content .side #archive dl dd ul li span {
    color: #acacac;
}

/* error404 */
.error404 #content h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0.625em 0 0 0;
}
.error404 #content p {
    margin: 1em 0 0 0;
}


/*
 * ======================================
 * SP
 * ======================================
 */

@media screen and (max-width: 767px) {

/* post */
#content .post {
    padding: 0 0 10% 0;
}
#content .post:not(:first-child) {
    border-top: none;
    padding-top: 0;
}

/* entryHeader */
#content .post .entryHeader {
    background: #f9f9f9;
    padding: 1.5em 6%;
}

/* headline */
#content .post h2 {
    font-size: 1.4rem;
}

/* entryMeta */
#content .post .entryMeta {
    margin-top: 0.4em;
}
#content .post .entryMeta p {
    font-size: 1.2rem;
}

/* entryContent */
#content .post .entryContent {
    margin-top: 1.6em;
    padding: 0 6%;
}
#content .post .entryContent p {
    font-size: 1.4rem;
    line-height: 1.8;
}
/* wp-caption */
#content .post .entryContent .wp-caption {
	margin: 0;
	padding: 2%;
    max-width: 100%;
}
#content .post .entryContent .wp-caption p.wp-caption-text {
	padding-left: 2%;
	padding-right: 2%;
}

/* none */
#content p.none {
    font-size: 1.2rem;
    padding: 10% 6%;
}

/* navigation */
#content #wp_page_numbers {
    padding: 2.25em 0;
}
#content #wp_page_numbers ul li a {
    font-size: 1.2rem;
    height: 34px;
    line-height: 32px;
    width: 34px;
}

/* side */
#content .side aside + aside {
    border-top: 1px solid #dadada;
    margin-top: 0;
}

/* spTop */
#content .side.spTop {
    display: block;
}

/* headline */
#content .side h3 {
    background: #f0f0f0;
    cursor: pointer
    font-size: 1.2rem;
    padding: 1em 6%;
    pointer-events: all;
    position: relative;
}
#content .side h3:after {
    border: 6px solid #444444;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: block;
    margin-top: -3px;
    position: absolute;
    top: 50%; right: 6%;
}

/* container */
#content .side .container {
    display: none;
}

/* list */
#content .side ul li {
    padding: 0 6%;
}
#content .side ul li:last-child {
    border-bottom: none;
}
#content .side ul li a {
    background-position: left 0.3em;
    background-size: 5px 8px;
    font-size: 1.3rem;
    padding: 1.2em 0 1.2em 14px;
    padding-left: 10px;
}
#content .side ul li a:before {
    top: 1.45em;
}
/* recentPost */
#content .side #recentPost {
    display: none;
}
/* archive */
#content .side #archive dl {
    border-bottom-style: solid;
}
#content .side #archive dl:last-child {
    border-bottom: none;
}
#content .side #archive dl dt,#content .side #category .cat-item-none {
    background-position: 94% 1.6em;
    font-size: 1.3rem;
    padding: 1.2em 6% 0.9em;
}

#content .side #archive dl dd {
    padding-bottom: 1em;
    padding-left: 1em;
}
#content .side #archive dl dd ul li a:before {
    top: 0.8em;
}

/* error404 */
.error404 #content .main {
    padding: 6%;
}
.error404 #content h2 {
    font-size: 1.2rem;
}

}
