/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */




/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {


}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {


}

/* Target only single posts */
.single .entry-content p,
.single .entry-content ul {
    font-size: 16px;
    line-height:180%;
}
.page .entry-content p,
.page .entry-content ul {
    font-size: 16px;
    line-height:180%;
}

/* 関連記事 */
#related_posts {
	margin-top:-20px;
	margin-bottom:30px;
	font-size:12px;
}
#related_posts h3 {
	font-weight:bold;
}
#kotei_entrybottom_ad {
	margin-top:50px;
}
#related_posts ul {
	position: relative;
	margin: -0.666em 0 1.5em;
	padding: 0;
	list-style: none;
}
#related_posts ul li {
	position: relative;
	display: block;
	padding: 0.666em 0;
	border-bottom: 1px solid #e9e9e9;
}

#related_posts ul ul {
	margin: 0.666em 0 0;
}
#related_posts ul ul li {
	padding-left: 1.5em;
}
#related_posts ul ul li:first-child {
	border-top: 1px solid #e9e9e9;
}
#related_posts ul ul li:before {
	position: absolute;
	left: 0.5em;
	content: "\002d";
	color: #999;
}
#related_posts ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#related_posts ul a {
	text-decoration: none
}
#related_posts ul a:hover {
	text-decoration: none;
}
#related_posts ins {
}
#related_posts span.count {
	float: right;
	margin-left: 0.3em;
}

.entry-content h3 {
	color:green;
	border-radius: 15px;
	background-color:#F0F0F0;
	padding:15px 15px;
	font-weight:bold;
	font-size:18px;
}
.entry-content h4 {
	color:#000000;
	border-left:5px solid #cccccc;
	padding:3px 10px;
	margin-left:5px;
	font-weight:bold;
	font-size:16px;
}

.entry-content ol {
	font-size:16px;
}

.note {
	border: solid 1px #AEE3E3;
	background-color: #f4fbfb;
	padding: 10px;
	margin-bottom: 20px;
}
.note strong {
	font-size:16px;
}
.note li {
	font-size: 14px;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

.single article {
	position: relative;
	border-bottom:none;
}

body {
	font-size: 1em;
	line-height: 1.5;
	font-family: Helvetica, Arial;
	color: #333333;
	background: #f5f5f5;
}

/*
#related_posts h3 {
	color:#ff6600;
}

#respond h3 {
	color:#ff6600;
}
*/

a {
	outline: none;
	color: #2200CC;
	text-decoration: none;
}

a:hover {
	color: #2200CC;
	text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2200CC;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #2200CC;
}

.widget ul a {
	color: #2200CC;
	text-decoration: none
}

.widget ul a:hover {
	color: #2200CC;
	text-decoration: none;
}

.widget ul {
	position: relative;
	margin: -0.666em 0 1.5em;
	padding: 0;
	list-style: disc;
}

.post-list h3 a,
.post-list h4 a {
	color: #2200CC;
}

.post-list h3 a:hover,
.post-list h4 a:hover {
	color: #2200CC;
}

/* 特殊枠 */
.ibox1 {
	border: 1px solid #B7E6CE;
	background-color: #eef9f3;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.ibox1 ul li {
	font-size: 12px;
	list-style-type: disc;
	margin-bottom:0px;
}
.ibox1 strong {
	border-left:5px solid #cccccc;
	padding-left:3px;
}
.ibox2 {
	background-color:#eeeeee;
	padding:10px 20px 5px 20px;
	margin-bottom:20px;
	font-size:12px;
}

/* 記事下広告枠 */
#entrybottom_ad {
	/* margin-bottom:10px; */
}
#entrybottom_ad_left {
	float:left;
	width:329px;
	height:270px;
	text-align:center;
}
#entrybottom_ad_right {
	float:left;
	width:329px;
	height:250px;
	text-align:center;
}

/* 記事下予約サイト（旧版） */
.entrybottom_adbox {
	width:329px;
	text-align:left;
	background-color:#f2f2f2;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #cccccc;
	/* box-shadow */
	box-shadow:rgb(224, 224, 224) 0px 1px 6px 3px;
	-webkit-box-shadow:rgb(224, 224, 224) 0px 1px 6px 3px;
	-moz-box-shadow:rgb(224, 224, 224) 0px 1px 4px 3px;
}
.entrybottom_adbox_title {
	background-color:#455A64;
	color:#ffffff;
	padding:10px 15px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #cccccc;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.entrybottom_adbox_content {
	padding:15px 10px 0 10px;
	font-size:14px;
	color:#333333;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
.entrybottom_adbox_content ul {
	margin-top:10px;
	list-style-type:none;
	font-weight:bold;
	font-size:16px;
}
.entrybottom_adbox_content li {
	padding:5px 0;
}
.entrybottom_adbox_content a {
	color:#339600;
	text-decoration:underline;
}

/* 記事下予約サイト（新版） */
.yoyaku_bigbox {
	margin-bottom:20px;
	margin-top:25px;
	text-align:left;
	background-color:#ffffff;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #cccccc;
	/* box-shadow */
	box-shadow:rgb(224, 224, 224) 0px 1px 6px 3px;
	-webkit-box-shadow:rgb(224, 224, 224) 0px 1px 6px 3px;
	-moz-box-shadow:rgb(224, 224, 224) 0px 1px 4px 3px;
}
.yoyaku_bigbox_title {
	background-color:#455A64;
	color:#ffffff;
	padding:8px 15px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #cccccc;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.yoyaku_bigbox_content {
	padding:15px 10px 20px 20px;
	font-size:14px;
	color:#333333;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
.yoyaku_bigbox_content ul {
	margin-top:10px;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font-weight:bold;
	font-size:0;
}
.yoyaku_bigbox_content li {
	display: inline-block;
	font-size:16px;
	margin-right:20px;
	line-height:200%;
}
.yoyaku_bigbox_content a {
	color:#339600;
	text-decoration:underline;
}

/* 質疑応答 */
.faq_q {
	font-weight:bold;
	color:#000077;
}
.faq_kaitou {
	font-weight:bold;
}
.faq_a {
}

/* h3のスタイル */
.sb-title {
	font-weight:bold;
}
#reply-title {
	font-weight:bold;
}

/* その他 */
.clear {
	clear:both;
}