@charset "utf-8";
/*
Theme Name: 今井皮フ形成外科クリニック
Theme URI: http://www.imai-clinic.jp/information/
Description: 今井皮フ形成外科クリニック＜お知らせ＞用テーマです。
*/


/* Text Elements
 * ************************************************** */

address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite {
	border: 0;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


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

/* triangle */
#content a:after {
    content: none;
}

/* categoryList */
#subPage #content .categoryList {
	font-size: 0.8rem;
	font-weight: bold;
	margin: 0 0 2.2em 0;
}
#subPage #content .categoryList .allCategory {
	border: 2px solid #736357;
	border-radius: 18px;
	color: #736357;
	text-align: center;
	width: 50%;
}
#subPage #content .categoryList .allCategory a:after {
	content: none;
}
#subPage #content .categoryList ul {
	list-style: none;
	margin: 0 -1% 0 0;
	overflow: hidden;
}
#subPage #content .categoryList ul li {
	float: left;
	list-style: none;
	width: 24%;
	margin: 0.9em 1% 0 0;
}
#subPage #content .categoryList ul li a {
	background: #e3e0dd;
	border: 2px solid #736357;
	border-radius: 18px;
	color: #736357;
	display: block;
	text-align: center;
	width: 100%;
}
#subPage #content .categoryList ul li a:after {
	content: none;
}

/* postList */
#subPage #content .postList {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#subPage #content .postList + .postList .post:first-child {
	border-top: none;
}

/* next */
#subPage #content #next {
	margin: 3em auto 0;
	width: 70%;
}
#subPage #content #next a {
	background: #e3e0dd;
	color: #736357;
	display: block;
	padding: 1em 0;
	text-align: center;
}
#subPage #content #next a:after {
	content: none;
}


/* single
--------------------------------------- */
/* post */
.single #content .post {
	border-bottom: none;
}
.single #content .postContent {
}
.single #content .postContent p,
.single #content .postContent img {
	display: block;
	margin: 2em auto 0;
}

/* postLink */
.single #content .postLink {
	margin: 2.2em auto 0;
	overflow: hidden;
	width: 70%;
}
.single #content .postLink > div {
	width: 42%;
}
.single #content .postLink > div a {
	border: 1px solid #736357;
	border-radius: 10px;
	display: block;
	padding: 0.7em 1em;
}
.single #content .postLink .prev {
	float: left;
}
.single #content .postLink .prev a:before {
	content: '\025C1';
	padding: 0 1em 0 0;
}
.single #content .postLink .next {
	float: right;
	text-align: right;
}
.single #content .postLink .next a:after {
	border: none;
	content: '\025B7';
	display: inline;
	padding: 0 0 0 1em;
	position: static;
}

/* btnBack */
.single #content .btnBack {
	margin: 2.2em auto 0;
	text-align: center;
	width: 25%;
}
.single #content .btnBack a {
	border-bottom: 3px solid #736357;
}


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

@media screen and (min-width: 768px) {

/* categoryList */
#subPage #content .categoryList {
	font-size: 1.4rem;
	margin: 0 0 3em 0;
}
#subPage #content .categoryList .allCategory {
	border-radius: 18px;
}
#subPage #content .categoryList .allCategory a {
	padding: 0.3em 0 0.2em;
}
#subPage #content .categoryList ul {
	margin-right: -10px;
}
#subPage #content .categoryList ul li {
	margin: 1em 10px 0 0;
	width: 225px;
}
#subPage #content .categoryList ul li a {
	border-radius: 18px;
	padding: 0.3em 0 0.2em;
	width: 100%;
}

/* next */
#subPage #content #next a {
	font-size: 1.6rem;
}

/* single
--------------------------------------- */
#subPage #content .post h3 {
	margin-left: 0;
}


}
