<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: 包茎手術ナビ
Theme URI: https://wordpress.org/themes/edaws/
Description: 包茎手術ナビテーマ
Author: 増山
Version: 1.0
Text Domain: edaws
*/

/* ブログタイトル
====================================== */
#branding {
	padding: 0 10px;
}
#branding #site_title {
	margin: 16px auto 0;
}
#branding img {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: auto;
}
#branding img.sp {
	max-width: 640px;
	display: none;
}

/* クリニック検索
====================================== */
#page .clinic_search {
	margin-top: 40px;
}

/* リストページ
====================================== */
#page #content[role="main"] .block + .block {
	margin-top: 20px;
}

/* 記事
====================================== */
.entry-content {
	font-size: 16px;
	line-height: 230%;
}
.entry-content p {
	margin: 0 0 2em;
}
.entry-content .popUp img {
	width: 40%;
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.entry {
	border-top: 1px solid #cbcbcb;
	padding-top: 10px;
}
.entry .entry_cat,
.entry .entry_day {
	text-align: right;
	display: block;
}
.entry-content h2,
.entry-content h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	background: #0094ff;
	position: relative;
	margin: 10px 0 20px;
	padding: 10px 20px;
}
.entry-content h3 {
	position: static;
	margin: 50px 0 20px;
}
.entry-content h2:after {
	content: '';
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #0094ff;
	position: absolute;
	top: 100%;
	left: 30px;
}
.entry-content .dashed {
	border-bottom: dashed;
	border-bottom-width: 1px;
}
.entry-content b,
.entry-content strong {
	font-weight: 600;
	font-size: 20px;
}
.entry-content .strong1,
.entry-content .strong2,
.entry-content .strong3,
.entry-content .strong4,
.entry-content .strong5 {
	margin: 0 3px;
	padding: 0 0.5em;
}
.entry-content .strong1 {
	color: #00a8ba;
	background: linear-gradient(transparent 60%, hsla(194, 100%, 64%, 0.35) 60%);
}
.entry-content .strong2 {
	color: #111100;
	background: linear-gradient(transparent 60%, rgb(255, 238, 82) 60%);
}
.entry-content .strong3 {
	color: rgb(205, 0, 0);
	background: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.24) 60%);
}
.entry-content .strong4 {
	color: #008000;
	background: linear-gradient(transparent 60%, rgba(4, 255, 0, 0.42) 60%);
}
.entry-content .strong5 {
	border-bottom: dashed;
	border-bottom-width: 1px;
	padding: 0;
}
.entry-content .author_name {
	color: #000;
	border: 3px solid #000;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
	display: inline-block;
	margin-bottom: -10px;
	padding: 0.25em 0.5em;
}
.entry-content .author_page {
	border-bottom: double 5px rgba(0, 196, 255, 0.41);
}
.entry-content small {
	font-size: 80%;
}
.entry-content sub,
.entry-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	top: -0.5em;
}
.entry-content sub {
	bottom: -0.25em;
}
.entry-content hr {
	background-color: #000000;
	border: 0;
	height: 6px;
	margin: 0 0 1.75em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* コンタクトフォーム
====================================== */
#contactForm .required {
	color: red;
	padding-left: 5px;
}
.contactForm_text .required {
	color: red;
	padding-right: 5px;
}
.contactForm_title {
	font-size: 18px;
	border-left: 3px solid #1972a1;
	margin-top: 30px;
	padding-left: 5px;
}
.contactForm_text {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
	padding-bottom: 15px;
}
#contactForm {
	font-size: 16px;
}
#contactForm label {
	border-left: 3px solid #1972a1;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
}
#contactForm .forms li + li {
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	padding-top: 10px;
}
#contactForm .forms li.buttons {
	font-size: 0;
	text-align: center;
	border-top: none;
	margin-top: 10px;
	padding-top: 20px;
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm select,
#contactForm textarea {
	width: 100%;
	height: 32px;
	color: #333;
	border: 1px solid #ccc;
	outlin: none;
	border-radius: 0;
	box-shadow: none;	
	-webkit-appearance: none;
	appearance: none;
	padding: 3px;
}
select {
	background: center right 10px no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhCgAKAJEAADMzM////8zMzGZmZiH5BAAHAP8ALAAAAAAKAAoAAAIaHI43kilh2giBtUejotQezEUT131kOJ4VGBQAOw==);
	background-size: 10px 7px;
	cursor: pointer;
}
select::-ms-expand { /* For IE11 */
	display: none;
}
#contactForm textarea {
	height: 200px;
}
#contactForm input[type="text"],
#contactForm input[type="email"] {
	padding: 0 3px;
}
#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm select:focus,
#contactForm textarea:focus {
	border: 1px solid #ff6562;
}
#contactForm button[type="submit"],
#contactForm input[type="submit"] {
	width: 48.5%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background: #1972a1;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#contactForm input[type="submit"] + input {
	margin-left: 3%;
}
#contactForm .error {
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #ff6562;
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 5px 0;
}
#contactForm .textarea .error {
	margin-top: 5px;
}
#contactForm .error:after {
	content: "";
	border: 8px solid transparent;
	border-bottom: 8px solid #ff6562;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate3d( -50%, 0, 0 );
}

/* コメント投稿
====================================== */
#respond h3,
#comments h3 {
	font-size: 18px;
	border-left: 3px solid #1972a1;
	margin-top: 30px;
	padding-left: 5px;
}
#respond #commentform {
	margin-top: 10px;
}
#respond #commentform .required {
	color: red;
}
#respond #commentform p {
	font-size: 16px;
}
#respond #commentform p + p {
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	padding-top: 10px;
}
#respond #commentform p.comment-form-author {
	margin-top: 10px;
}
#respond #commentform p.form-submit {
	text-align: center;
	border-top: none;
	padding-top: 20px;
}
#respond #commentform p label {
	border-left: 3px solid #1972a1;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
}
#respond #commentform input[type="text"],
#respond #commentform input[type="email"],
#respond #commentform textarea {
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	padding: 3px;
}
#respond #commentform textarea {
	height: 200px;
}
#respond #commentform input[type="text"],
#respond #commentform input[type="email"], {
	padding: 0 3px;
}
#respond #commentform input[type="text"]:focus,
#respond #commentform input[type="email"]:focus,
#respond #commentform textarea:focus {
	border: 1px solid #ff6562;
}
#respond #commentform input[type="submit"] {
	width: 300px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background: #1972a1;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#comments .commentlist {
	font-size: 16px;
	margin-top: 20px;
}
#comments .comment-author {
	margin-bottom: 10px;
	clear: both;
}
#comments .comment-author img {
	display: inline-block;
	vertical-align: middle;
}
#comments .comment-meta {
	font-size: 12px;
}
#comments .comment-body {
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin: 10px 0;
	padding: 7px;
}
#comments .comment-body:before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #fcfcfc;
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translate3d( -50%, 0, 0 );
	z-index: 10;
}
#comments .comment-body:after {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #aaa;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate3d( -50%, 0, 0 );
}
#comments .reply a {
	text-align: right;
	background: url(/img/icon/arrow_01.png) right center no-repeat;
	background-size: auto 10px;
	display: block;
	padding-right: 10px;
}
#comments .commentlist .comment + .comment {
	margin-top: 20px;
}

/* アタッチメントページ
====================================== */
#page .attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
#page .attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
#page .attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* 非表示
====================================== */
.entry-meta,
.entry-utility,
#comments {
	display: none;
}

/* 768px以下用
====================================== */
@media screen and (max-width: 768px) {
	.entry-content .popUp img {
		width: 100%;
		float: none;
		margin: 0;
	}
}
/* 593px以下用
====================================== */
@media screen and (max-width: 593px) {
	#branding img.pc {
		display: none;
	}
	#branding img.sp {
		display: block;
	}
	.entry-content {
		font-size: 15px;
		line-height: 200%;
	}
	.entry-content p {
		margin: 0 0 1.5em;
	}
	.entry-content h2,
	.entry-content h3 {
		font-size: 18px;
		padding: 7px 10px;
	}
	.entry-content .strong1,
	.entry-content .strong2,
	.entry-content .strong3,
	.entry-content .strong4,
	.entry-content .strong5 {
		margin: 0;
		padding: 0 0.25em
	}
	.entry-content b,
	.entry-content strong {
		font-size: 17px;
	}
	.contactForm_title,
	#respond h3,
	#comments h3 {
		font-size: 16px;
		margin-top: 20px;
	}
	.contactForm_text,
	#respond #commentform p {
		font-size: 14px;
	}
	#contactForm .forms li.buttons,
	#respond #commentform p.form-submit {
		padding-top: 0;
	}
	#comments .commentlist {
		font-size: 14px;
		margin-top: 15px;
	}
	#comments .commentlist .comment + .comment {
		margin-top: 15px;
	}
}</pre></body></html>