/*マウス*/
::-moz-selection {
	background: #E67E22;
	color: #fff;
}

::selection {
	background: #E67E22;
	color: #fff;
}

code::-moz-selection {
	background: #E67E22;
	color: #fff;
}

code::selection {
	background: #E67E22;
	color: #fff;
}

/*関連記事*/
.similar-posts {
	list-style-type: none;
	list-style-position: outside;
	margin: -5px;
	padding: 10px;
}

/*統計スマイル消し*/
img#wpstats {
	display: none;
}

/*画像デザイン*/
.content-area img.alignleft, img.aligncenter, img.alignright, img.alignnone, .alignleft {
	height: auto;
	background: #fff;
	max-width: 100%;
	border: solid 1px #BFBFBF;
	padding: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

a img {
	background: none !important;
}

a:hover img {
	opacity: .7;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	background: none !important;
}

/*アイキャッチデザイン*/
.featured-image {
	display: block;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	margin: 0 10px 0 0;
	padding: 8px;
}

.single .featured-image {
	display: block;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	margin: 10px 0;
	padding: 8px;
}

/*アイキャッチキャプション*/
.post-thumbnail-caption, .wp-caption .wp-caption-text,
.gallery-caption {
	display: block;
	max-width: 100%;
	font-size: 12px;
	height: auto;
	padding: 5px 0 0;
}

/*引用デザイン*/
blockquote {
	font-size: 15px;
	color: #666;
	background-color: #fff;
	padding: 2em 1em 1em 3em;
	border: 2px solid #8BC4D3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	position: relative;
}

blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #8BC4D3;
	position: absolute;
	left: 5px;
	top: 10px;
}

blockquote p {
	padding: 0;
}

/*区切り*/
hr {
	border-top: 2px solid #bfbfbf;
	text-align: center;
}

hr:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #ffffff;
	color: #bfbfbf;
	font-size: 18px;
}

/*見出し-h3*/
.h3-2 {
	position: relative;
	color: #ffffff;
	background: #5CB4D4;
	font-size: 16pt;
	border: 1px solid #5CB4D4;
	margin: 10px 10px 21px 0;
	padding: 10px 5px 10px 10px;
	border-radius: 4px;
}

.h3-2:after, .h3-2:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}

.h3-2:after {
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #5CB4D4;
}

.h3-2:before {
	left: 39px;
	border: 12px solid transparent;
	border-top: 12px solid #5CB4D4;
}

/*見出し-h4*/
.h4-2 {
	position: relative;
	color: #ffffff;
	background: #E67E22;
	font-size: 12pt;
	border: 1px solid #E67E22;
	margin: 10px 10px 21px 0;
	padding: 10px 5px 10px 10px;
	border-radius: 4px;
}

.h4-2:after, .h4-2:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}

.h4-2:after {
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #E67E22;
}

.h4-2:before {
	left: 39px;
	border: 12px solid transparent;
	border-top: 12px solid #E67E22;
}

.h4-2 ul {
	width: 640px;
}

.h4-2 li {
	padding-left: 2em;
	text-indent: -2em;
}

/*見出し-h5*/
.h5-2 {
	color: #333;
	font-size: 16px;
	border-left: 5px solid #75bdd1;
	padding: 3px 10px;
	margin-bottom: 1em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.h5-3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	padding: 3px 10px;
	border-bottom: 2px solid #ccc;
}

/*コンタクトフォームデザイン*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #cccccc;
	color: #333;
	width: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-not-valid {
	background: pink;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/*Bookmarking-light*/
.wsbl_pocket {
	width: 95px;
}

.wsbl_google_plus_one {
	width: 58px;
}

.wsbl_twitter {
	width: 89px !important;
}

.widget_views ul {
	list-style-position: inside;
}

.widget_views ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/*はてブコメテキスト表示*/
.hatenaA {
	background: #fff0f0 !important;
	color: #ff6666 !important;
	font-weight: bold !important;
}

.hatenaB {
	background: #ffcccc !important;
	color: #ff0808 !important;
	font-weight: bold !important;
}

/*アプリデザイン*/
.appName,.appCategory,.appPrice {
	font-size: 15px;
	line-height: 20px;
}

/*サイドバープロフ*/
.side_box {
	font-size: 14px;
	color: #ffffff;
	position: relative;
	background: #E67E22;
	border: 4px solid #E67E22;
	border-radius: 4px;
}

.side_box:after, .side_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.side_box:after {
	border-color: rgba(242,120,75,0);
	border-top-color: #E67E22;
	border-width: 15px;
	margin-left: -15px;
}

.side_box:before {
	border-color: rgba(242,120,75,0);
	border-top-color: #E67E22;
	border-width: 21px;
	margin-left: -21px;
}

/*ナビゲーション*/
.pagination .active a, 
.pagination .active span, 
.pagination .active a:hover, 
.pagination .active span:hover, 
.pagination .active a:focus, 
.pagination .active span:focus {
	background-color: #1fa67a;
	border-color: #ffffff;
}

.pager li a, .pager li span {
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pager li a {
	color: #fff;
	background-color: #1fa67a;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pager li a:hover,
.pager li a:focus {
	color: #fff;
	background-color: #1BA5A0;
}

/*広告スペース*/
.master_post_advert {
	margin: 20px 0;
	padding: 20px 0;
}