/*
Theme Name: sorahe theme
Description: By ART-LABO/V1
Author: ART-LABO
Author URI: http://www.art-labo.net
Version: 1.0
*/
html {
	font-size: 62.5%;
}
body,th,td,li,dt,dd,input,select,p,div,span,textarea,h1,h2,h3,h4,h5,h6 {
font-family:  "メイリオ", Meiryo, sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
color:#333;
font-size: 14px;
font-size: 1.4rem;
}
body{background:#ffffff;}
p {
line-height:200%;
}
a {
	color:#2355a5;
	outline: none;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color:#8b3cbe;
}
/*-----------------------------------------
conponent
------------------------------------------*/
.hidden {display:none;height:1px;}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
	height:10px;
}
.bg-gray {background-color:#f4f5f5;}
/*-----------------------------------------
layoutcontrol
------------------------------------------*/
@media screen and (max-width: 979px) {
	.wrapper {
	margin:0 3%;
	}
	.tablewrapper {
	display:block;
	}
	img {
	width:100%;
	height:auto;
	}
}
@media screen and (min-width : 980px){
	.wrapper {
	width:980px;
	margin:0px auto;
	}
	.tablewrapper {
	display:table;
	border-collapse: collapse;
	}
	#leftframe {
	width: 620px;
	display:table-cell;
	vertical-align:top;
	}
	#rightframe {
	width:360px;
	display:table-cell;
	vertical-align:top;
	}
}
#rightframe {
	background-color:#f4f5f5;
}
/*-----------------------------------------
header
------------------------------------------*/
header {
	background-color: #111111;
	width: 100%;
}
.spenit {
	display:block;
	padding:10px 0px;
	font-size:86%;
	color:#fff;
}
#header-logo a{
	display:block;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position:center center;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width: 979px) {
#header-logo {
	width: 100%;
	display:block;
	vertical-align:middle;
	text-align:center;
}
#header-logo a {
	height: 20px;
	width: 100%;
}
#header-ad {
	width:100%;
	max-height:100px;
	overflow:hidden;
	padding:10px 0;
	display:block;
	vertical-align:middle;
	text-align:center;
}
#header-ad img {
	width:100%;
}
}
@media screen and (min-width : 980px){
header {
	height: 100px;
}
header .wrapper {
	height:100px;
}
#header-logo {
	width: 232px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
#header-logo a {
	height: 20px;
	width: 184px;
}
#header-ad {
	width:728px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
}
/*-----------------------------------------
slider
------------------------------------------*/
#sliderzone {
	width:100%;
	max-height:250px;
	background:#000;
	text-align:center;
}
/*-----------------------------------------
nav
------------------------------------------*/
nav {
	border-bottom: 1px solid #ccc;
	padding:9px 0;
}
.menu-sns ul {
	width:150px;
}
.menu-sns li {
	float:left;
	width:50px;
}
.menu-sns a,.footer-sns a,.specialist-sns a {
	display:block;
	width:29px;
	height:29px;
	background-image: url(images/snsicon.png);
	background-repeat: no-repeat;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
.menu-sns a:hover {
	opacity:0.5;
}
.menu-home {
	background-position: 0px 0px;
}
.menu-twitter {
	background-position: -50px 0px;
}
.menu-facebook {
	background-position: -99px 0px;
}
.menu-rss {
	background-position: -197px 0px;
}
.menu-maincategory li a {
	display:table-cell;
	color:#ffffff;
	background-image: url(images/icon_category.png);
	background-repeat: no-repeat;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
.menu-maincategory a:hover {
	background-color:#000;
}
.menu-space {
	background-color:#0049b2;
}
.menu-airplane {
	background-color:#e25a00;
}
.menu-astronomy {
	background-color:#78ad00;
}
.menu-drone {
	background-color:#c40074;
}
.menu-other {
	background-color:#111111;
}
#searchform {
	display:block;
	width:160px;
	height:29px;
	overflow:hidden;
	background-color:#eee;
	border-radius:3px;
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header-searchinput {
	display:inline-block;
	width:128px;
	border:none;
	padding:0;
	background-color:#eee;
}
.header-searchsubmit {
	display:inline-block;
	width:29px;
	height:29px;
	background-color:transparent;
	border:none;
	text-indent:300%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width: 979px) {
.menu-sns {
	width: 100%;
	height:50px;
	display:block;
	text-align:center;
}
.menu-sns ul {
	margin:10px auto;
}
.menu-sns li {
	padding-left:11px;
}
#menu {
	display:none;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	height:40px;
	text-align:center;
}
#toggle a {
	display:block;
	height:40px;
	background-image: url(images/burger.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
#toggle a:hover {
	background-image: url(images/burger-mo.png);
}
.menu-maincategory {
	width: 100%;
	display:block;
	position:relative;
	z-index:999;
}
.menu-maincategory li {
	width:100%;
	display:table;
}
.menu-maincategory li a {
	width:100%;
	height:40px;
}
.menu-space {
	background-position: 0px -25px;
}
.menu-airplane {
	background-position: 0px -85px;
}
.menu-astronomy {
	background-position: 0px -145px;
}
.menu-drone {
	background-position: 0px -205px;
}
.menu-search {
	width: 100%;
	position:relative;
	z-index:1;
}
.menu-search form {
	margin:20px auto 11px auto;
}
}
@media screen and (min-width : 980px){
.menu-sns {
	width: 160px;
	height:29px;
	display:table-cell;
}
#toggle {
	display: none;
}
.menu-maincategory {
	width: 640px;
	height:29px;
	overflow:hidden;
	display:table-cell;
}

.menu-maincategory li {
	float:left;
	width:160px;
}
.menu-maincategory li a {
	width:150px;
	height:29px;
	border-radius:3px;
}
.menu-space {
	background-position: 0px -30px;
}
.menu-airplane {
	background-position: 0px -90px;
}
.menu-astronomy {
	background-position: 0px -150px;
}
.menu-drone {
	background-position: 0px -210px;
}
.menu-search {
	width: 160px;
	height:29px;
	overflow:hidden;
	display:table-cell;
	position:relative;
}
#searchform {
	position:absolute;
	top:0;
}
}
/*-----------------------------------------
pankuzu and skipper
------------------------------------------*/
@media screen and (max-width: 979px) {
#pankuzu {
display:none;
}
}
@media screen and (min-width : 980px){
#pankuzu {
	border-bottom:1px solid #ccc;
}
#pankuzu ul {
	width:980px;
	margin:0px auto;
}
#pankuzu li {
	float:left;
}
#pankuzu a {
	display:block;
	background-image: url(images/bg-pan.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding:7px 30px 7px 15px;
}
#pankuzu span {
	display:block;
	padding:7px 30px 7px 15px;
}
}
.wp-pagenavi {
	width:320px;
	margin:30px auto;
	text-align:center;
}
.wp-pagenavi a {
	display:inline-block;
	color:#ffffff;
	background-color:#111111;
	padding:10px 12px;
	margin:0 5px;
	border-radius:3px;
}
.wp-pagenavi a:hover {
	background-color:#8b3cbe;
}
.current {
	display:inline-block;
	color:#333333;
	background-color:#dddddd;
	padding:10px 15px;
	margin:0 6px;
	border-radius:3px;
	position:relative;
}
.current:before {
	content:" ";
	display:inline-block;
	background-image: url(images/bg-pageskipper.png);
	background-position:center center;
	background-repeat: no-repeat;
	width:22px;
	height:11px;
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-11px;
	z-index:9;
}
/*-----------------------------------------
left
------------------------------------------*/
.categorylisttab {
	background-image: url(images/bg-categorylist.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:26px;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.categorylisttab h1 {
	font-size:114%;
	color:#ffffff;
	padding:6px;
}
.searchresulttab {
	margin:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.kijilist {
	margin:0 20px;
}
.kijilist li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}
.kijilist li p {
	line-height:150%;
}
.listad {
	background-color:#f4f5f5;
	padding-left:20px;
	padding-right:20px;
}
.listad img {
	max-width:360px;
}
@media screen and (max-width: 979px) {
.kijilist li {
text-align:left;
}
.thumb-list {
	display:block;
	width:100%;
	max-width:360px;
	height:auto;
	margin:0px auto 20px auto;
	overflow:hidden;
}
.thumb-list img {
	width:100%;
	max-width:360px;
	height:auto;
	margin:0px auto;
}
.kijilist h2 {
	font-size:114%;
	margin:15px 0 5px 0;
}
}
@media screen and (min-width : 980px){
.kijilist li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.thumb-list {
	display:block;
	float:left;
	width:190px;
	height:150px;
	overflow:hidden;
}
.thumb-list img {
	width:170px;
	height:auto;
}
.kijilist h2 {
	font-size:15px;
	margin:15px 0;
	line-height: 20px;
}
.tt-pr {
	width:580px;
	margin-left:20px;
}
}
.tt-pr {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	margin-top:20px;
	background-image: url(images/tt-sponsor.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}
/*-----------------------------------------
right
------------------------------------------*/
.right-ad {
text-align:left;
padding:0px 0px;
}
.right-ad a {
	display:inline-block;
}
.right-ad img {
	max-width:320px;
}
#rightframe h2 {
	height:24px;
	margin:20px 20px 0 20px;
	border-bottom:1px solid #333;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (min-width : 980px){
	#rightframe h2 {
	width:320px;
	}
}
.sidett-news {
	background-image: url(images/tt-sidebar-news.png);
	background-repeat: no-repeat;
}
.sidett-column {
	background-image: url(images/tt-sidebar-column.png);
	background-repeat: no-repeat;
}
.right-list {
	margin:0 20px;
}
.right-list li {
	padding:15px 0;
	border-bottom:1px solid #cccccc;
}
.right-list li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.thumb-sidebar {
	display:block;
	float:left;
	width:75px;
	height:75px;
	margin-right:15px;
	overflow:hidden;
}
.thumb-sidebar img {
	width:100px;
	height:auto;
}
.right-list h3 {
	line-height:150%;
}
.wg-sidebar {
	padding:20px;
}
#rightframe .widgettitle {
	text-indent:0;
	overflow:visible;
	margin:0px 0px 0px 0px;
}
/*-----------------------------------------
bottomAD
------------------------------------------*/
#bottom-przone {
	border-top:1px solid #ccc;
	padding:30px 0;
}
/*-----------------------------------------
bottommenu
------------------------------------------*/
#bottom-menu {
	background:#222;
	padding:30px 0;
	color:#fff;
}
@media screen and (max-width: 979px) {
#bottom-menu {
display:none;
}
}
#bottom-menu li {
	padding-bottom:20px;
	line-height:150%;
	color:#fff;
}
#bottom-menu a {
	color:#fff;
}
/*-----------------------------------------
footer
------------------------------------------*/
footer {
	background:#111;
	padding:20px 0;
	color:#fff;
}
.footerlogo {
	display:block;
	height: 20px;
	width: 184px;
	margin:0px 0px 0px auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
	background-position: right center;
}
.footercel li {
}
.footercel a {
	padding:10px 15px;
	display:block;
	color:#fff;
}
.footercel a:hover {
	background:#222;
}
.footerlogo-cel .spenit {
	text-align:right;
}
.footer-sns {
	width:150px;
	padding-top:20px;
	margin:0px 0px 0px auto;
}
.footer-sns li {
	float:left;
	padding-left:21px;
}
@media screen and (max-width: 979px) {
.footercel a {
	padding:20px;
	text-align:center;
	border-bottom:1px solid #222;
}
.footerlogo-cel {
padding-top:30px;
}
}
@media screen and (min-width : 980px){
.footercel {
	display:table-cell;
	width:200px;
}
.footerlogo-cel {
	display:table-cell;
	width:360px;
	text-align:right;
}
}
/*-----------------------------------------
top
------------------------------------------*/
.slideritem {
margin:0px auto;
}
.slideritem,.slideritem a,.slideritem img {
	max-width:950px;
}
.top-tt {
	background-image: url(images/tt-top.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 164px;
	margin-bottom:34px;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
.top-tt-news {
	background-position:0 -26px;
}
.top-tt-pickup {
	background-position:0 -52px;
}

.listtab {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:82px;
	height:18px;
	background-image: url(images/bg-top-categorytip.png);
	background-repeat: no-repeat;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}
.tab-airplane {
	background-position:0px -18px;
}
.tab-astronomy {
	background-position:0px -36px;
}
.tab-drone {
	background-position:0px -54px;
}
.top-columnframe h3 {
	padding: 10px 0 10px;
	font-size:16px;
	line-height: 20px;
}
.top-columnframe p {
	line-height:150%;
}
/*-----------------------------------------
top-left
------------------------------------------*/
@media screen and (max-width: 979px) {
#top-left,#top-center,#top-right {
	width:100%;
	display:block;
}
.top-columnframe li {
	padding-bottom:20px;
	position:relative;
	z-index:1;
	text-align:center;
}
.top-columnframe li img {
	width:100%;
	max-width:360px;
	height:auto;
	display:block;
	margin:0px auto;
	overflow: hidden;

}
.thumb {
	position:relative;
	display:block;
	width:80%;
	max-width:360px;
	margin:0px auto;
}
.tt-sponsor {
	width:100%;
}
.ad-topleft {
	margin:0px auto;
}
.ad-topleft img {
	width:94%;
	}
}
@media screen and (min-width : 980px){
#top-left {
	width:400px;
	display:table-cell;
	position:relative;
	padding-bottom:60px;
}
#top-center {
	width:360px;
	display:table-cell;
	position:relative;
	padding-bottom:60px;
}
#top-right {
	width:220px;
	display:table-cell;
	position:relative;
	padding-bottom:60px;
}
.top-columnframe {
	margin-left:20px;
}
.top-columnframe li {
	float:left;
	width:170px;
	height:320px;
	position:relative;
	z-index:1;
}

.top-columnframe li:nth-child(even) {
	width: 170px;
	margin-right: 20px;
}
.top-columnframe li:first-child,.top-columnframe li:first-child a {
	width:360px;
}
.top-columnframe li a {
	display:block;
	width:170px;
	overflow:hidden;
}
.top-columnframe li > a{
	height: 92px;
}
.top-columnframe li img {
	width:100%;
	height:auto;

}
.top-columnframe li:first-child h3 {
	padding: 20px 0 10px;
	font-size:22px;
	line-height: 28px;
}
.thumb {
	position:relative;
	display:block;
	width:360px;
	height:auto;
	overflow:hidden;
}
.top-columnframe li:first-child {
	height:auto;
	max-height:420px;
	margin-bottom: 20px;
}
.top-columnframe li:first-child .thumb {
	height: auto;
	max-height:240px;
}
.tt-sponsor {
	width:360px;
	margin-left:20px;
}
.ad-topleft {
	margin:0 20px;
	width:320px;
}
}
.tt-sponsor {
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	margin-top:20px;
	background-image: url(images/tt-sponsor.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}
.ad-topleft {
	margin-bottom:20px;
}
/*-----------------------------------------
top-center
------------------------------------------*/
#top-center ul {
	margin:0px;
}
#top-center li {
	border-bottom:1px solid #ccc;
}
.top-news-list {
	padding:20px 0;
	margin:0 20px;
}
.top-news-list-ad {
	padding:20px 0;
}
#top-center li:first-child {
	padding-top:0px;
}
.topnews-date {
	display:block;
	padding-bottom:5px;
}
@media screen and (max-width: 979px) {
#top-center li {
	text-align:center;
	position:relative;
}
.thumb-spuare {
	display:block;
	width:100%;
	max-width:360px;
	height:auto;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	position:relative;
	z-index:3;
}
.topnews-contents {
	width:100%;
}
.topnews-contents h3 {
	padding:20px 0;
}
.topnews-contents p {
	line-height:150%;
}
}
@media screen and (min-width : 980px){
.thumb-spuare {
	float:left;
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.thumb-spuare img {
	width:160px;
	height:auto;
}
.topnews-contents {
	float:right;
	width:220px;
	height:100px;
	overflow:hidden;
}
.topnews-contents h3 {
	margin-left:20px;
	line-height:150%;
}
.topnews-contents p {
	margin-left:20px;
	line-height:150%;
}
}
/*-----------------------------------------
top-right
------------------------------------------*/
#top-right ul {
	margin:0px 5px;
}
#top-right li {
	padding-bottom:10px;
}
.tagbase {
	display:table-cell;
	width:180px;
	height:27px;
	color:#ffffff;
	background-image: url(images/bg-top-pickup.png);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:middle;
	padding-left:10px;
}
.tagbase-event {
	background-color: #540202;
}
.tagbase a {
	color:#ffffff;
}
.toppickup-date {
	display:block;
	padding:10px 0;
}
#top-right h3 a {
	line-height:150%;
}
/*-----------------------------------------
top-bottom
------------------------------------------*/
.top-listbtn {
	display:block;
	padding:10px 0px;
	color:#fff;
	text-align:center;
	background-image: url(images/icon-list.png);
	background-repeat: no-repeat;
	background-position:10px center;
}
@media screen and (max-width: 979px) {
	.top-listbtn {
	margin-bottom:30px;
	}
}
@media screen and (min-width : 980px){
.top-listbtn {
	position:absolute;
	bottom:0px;
	left:0px;
}
.top-listbtn-column {
	width:380px;
}
.top-listbtn-news {
	width:380px;
}
.top-listbtn-pickup {
	width:220px;
}
}
.top-listbtn-column {
	background-color:#5a4965;
}
.top-listbtn-news {
	background-color:#49678f;
}
.top-listbtn-pickup {
	background-color:#63884f;
}
.top-listbtn-column:hover {
	background-color:#000;
	color:#fff;
}
.top-listbtn-news:hover {
	background-color:#000;
	color:#fff;
}
.top-listbtn-pickup:hover {
	background-color:#000;
	color:#fff;
}
/*-----------------------------------------
single
------------------------------------------*/
.single-left-top {
	height:48px;
}
.single-tt {
	font-size:171%;
}
.single-databox {
	background-color:#000000;
	margin-top:20px;
	margin-bottom:20px;
}
.single-date {
	float:left;
	color:#ffffff;
	padding:6px 8px;
}
.single-category {
	float:left;
	color:#ffffff;
	padding:6px 8px;
	text-align:center;
}
.single-author-top {
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
	margin-right:20px;
}
.adLeft{
	float:left;
}
.adRight{
	float:right;
}
.single-content p {
	text-indent:0em;
}
.single-content p:first-child {
	text-indent:0em;
}
.single-content p:last-child {
	text-indent:0em;
}
.single-tag {
	margin-top:40px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top:8px;
}
.single-tag a {
	display:inline-block;
	padding:5px;
	background-color:#f4f5f5;
	border-radius:3px;
	margin-right:8px;
	margin-bottom:8px;
}
.single-sns {
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.single-sns a:hover {
	opacity:0.6;
}
.single-twitter {
	text-align:center;
	margin-bottom:20px;
}
.single-fb {
	text-align:center;
	margin-bottom:20px;
}
.single-pageskipper {
	margin-bottom:40px;
}
.single-pageskipper a {
	display:block;
	color:#ffffff;
	background-color:#111111;
	border-radius:3px;
	margin-bottom:20px;
}
.single-pageskipper a:hover {
	background-color:#8b3cbe;
}
.page-before a {
	background-image: url(images/bg-prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:12px 24px 12px 36px;
}
.page-next a {
	background-image: url(images/bg-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding:12px 36px 12px 24px;
}
.single-specialist {
	background-color:#f4f5f5;
	margin-bottom:20px;
}
.single-tt-specialist {
	background-image: url(images/tt-single.png);
	background-repeat: no-repeat;
	background-position:0 0;
	width:164px;
	height:26px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}
.single-kanren {
	background-color:#f4f5f5;
	margin-bottom:20px;
}
.single-tt-kanren {
	background-image: url(images/tt-single.png);
	background-repeat: no-repeat;
	background-position:0 -26px;
	width:164px;
	height:26px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width: 979px) {
	.single-date {
	width:50%;
	}
	.single-category {
	width:50%;
	}
	.single-sns img {
	width:260px;
	}
	.related_post li {
	padding:5%;
	}
	.wp_rp_thumbnail {
	display:block;
	width:150px;
	margin:0px auto;
	}
	.wp_rp_thumbnail img {
	width:150px;
	height:auto;
	margin:0px auto;
	}
	.wp_rp_title {
	display:block;
	padding-top:20px;
	text-align:center;
	}
}
@media screen and (min-width : 980px){
	.singleframe {
	margin-right:20px;
	}
	.singleframe img{
	display: block!important;
	max-width:100%;
	margin: 0 auto;
	}
	.single-date {
	width:80%;
	}
	.single-category {
	width:20%;
	}
	.single-twitter {
	float:left;
	}
	.single-fb {
	float:right;
	}
	.page-before {
	float:left;
	}
	.page-next {
	float:right;
	}
.related_post {
	margin:20px 0px 20px 20px;
}
.singleframe p {
	padding-bottom:15px;
}

.related_post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.related_post li {
	float:left;
	width:180px;
	height:220px;
}
.wp_rp_thumbnail {
	display:block;
	width:150px;
	height:120px;
	overflow:hidden;
}
.wp_rp_title {
	display:block;
	width:150px;
	margin:20px 0;
}
}
/*-----------------------------------------
kotei-page
------------------------------------------*/
@media screen and (max-width: 979px) {
	.pageframe {
	padding:30px 0px;
	}
	#kotei-pagetitle {
	width:100%;
	height:250px;
	background-color:#000000;
	margin-bottom:30px;
	text-align:center
	}
	#kotei-pagetitle img  {
	width:220px;
	margin:0px auto;
	}
}
@media screen and (min-width : 980px){
	.pageframe {
	padding:30px 20px;
	}
	#kotei-pagetitle {
	width:100%;
	height:250px;
	text-align:center;
	background-repeat:no-repeat;
	margin-bottom:30px;
	}
	.pagetitle-about {
	background-image:url(images/photo-about.jpg);
	}
	.pagetitle-ad {
	background-image:url(images/photo-ad.jpg);
	}
	.pagetitle-contact {
	background-image:url(images/photo-contact.jpg);
	}
	.pagetitle-specialist {
	background-image:url(images/photo-specialist.jpg);
	}
}
.pageframe h2 {
	font-size:128%;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:4px;
	margin:40px 0 20px 0;
}
/*-----------------------------------------
kotei-specialist
------------------------------------------*/
.specialist-frame {
	border:1px solid #cccccc;
	margin-bottom:20px;
}
.specialist-data {
	background-color:#f4f5f5;
	width:100%;
	display:table;
}
.specialist-name {
	font-size:128%;
	display:table-cell;
	vertical-align:middle;
	padding:5px 5px 5px 10px;
}
.specialist-sns {
	display:table-cell;
	vertical-align:middle;
}
.specialist-sns li {
	float:right;
	padding:5px 5px 5px 0;
}
.specialist-contents {
	padding:20px;
}
@media screen and (max-width : 979px){
.specialist-photo {
	text-align:center;
	padding:10px;
}
.specialist-photo img {
	width:100px;
	height:auto;
	display:block;
	margin:0px auto;
}
.specialist-pr {
	line-height:200%;
	margin:10px 3%;
}
.saboxplugin-gravatar img {
	width:100px;
	height:auto;
	display:block;
	margin:0px auto;
}
}
@media screen and (min-width : 980px){
.specialist-photo {
	width:120px;
	float:left;
}
.specialist-pr {
	width:418px;
	float:right;
	line-height:200%;
}
}
/*-----------------------------------------
kotei-contact
------------------------------------------*/
.contactform {
	width:100%;
}
.contactform tr:nth-child(odd) {
	background-color:#f4f5f5;
}
.contactform th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	position:relative;
}
.hissu:before {
	content:"必須";
	display:inline-block;
	position:relative;
	font-weight:normal;
	padding:4px 8px;
	background-color:#cc3366;
	color:#ffffff;
	border-radius:3px;
	margin-right:12px;
}
.nini:before {
	content:"任意";
	display:inline-block;
	position:relative;
	font-weight:normal;
	padding:4px 8px;
	background-color:#b8cece;
	color:#ffffff;
	border-radius:3px;
	margin-right:12px;
}
.contactform td {
	padding:10px;
	text-align:left;
	vertical-align:middle;
}
.contactform span {
	display:inline-block;
	padding-top:10px;
}
.contactform input,.contactform select {
	border:1px solid #cccccc;
	border-radius:3px;
	overflow:hidden;
	padding:4px;
}
.contactopinion textarea {
	width:95%;
	height:100px;
	border:1px solid #cccccc;
	border-radius:3px;
	overflow:hidden;
	padding:4px;
}
.btn-submit {
	margin:20px auto;
	text-align:center;
}
.btn-submit input {
	display:block;
	font-size:128%;
	width:240px;
	margin:0px auto;
	color:#ffffff;
	background-image: url(images/allow-formbtn.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #079bc0;
	padding:14px;
	border:none;
	border-radius:3px;
}
@media screen and (max-width: 639px) {
.contactform th,.contactform td {
	display:block;
}
.middleinput input {
	width:80%;
}
.spNone{
	display: none;
}
.adRight{
	float:none;
}
}
@media screen and (min-width : 640px){
.contactform th {
	width:200px;
}
.middleinput input {
	width:250px;
}
}
/*-----------------------------------------
policy
------------------------------------------*/
.policyframe h3 {
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #dddddd;
}
.pagetitle-404 {
	background-color:#000000;
}

.single-content a {
word-break:break-all;
}

blockquote {
  background: #eee url(http://www.webcreatorbox.com/sample/images/quote.gif) no-repeat 10px 10px;
    padding: 25px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

/*-----------------------------------------
youtube
------------------------------------------*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------
img center
------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

/*-----------------------------------------
Footer
------------------------------------------*/
#footerFloatingMenu {
    display: none;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    position: fixed;
    left: 0px;
    Top: 2px;
    z-index: 9999;
    text-align: center;
}

#footerFloatingMenu img {
    max-width: 50px;
}

body {
    word-break: break-all;
    overflow-wrap: break-all;
}
