/*
Theme Name: 瀬雄（カスタム）
Theme URI: 
Description: HTML5の構造化、schema.org、URLのディレクトリ構造など、SEOに不可欠な機能を搭載したテーマです。瀬雄（標準型）に比べ、地域ページを多数作成する機能を備えた特別対応型です。
Version: 1.0
Author: tonkie
Author URI: 
*/

/* CSS Document */


@charset "utf-8";

/*掲示板用追記*/
.bbsArea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}
.bbsSelectSex {
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bbsSelectSex li {
	display: inline;
	padding: 20px;
}
.bbsTable {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tdImg {
	width: 25%;
	text-align: left;
}
.tdImg img {
	border: 1px solid #00F;
}
.td01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.td02 {
}
.td03 {
	text-align: right !important;
	width: 50px;
}
.td03 input {
	width: 47px;
}
.td01a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.td02a {
	text-align: right !important;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.td03a {
}
.arealist_page h3 {
	font-size: 50% !important;
	margin-top: 1em !important;
	margin-right: 0% !important;
	color: #000 !important;
	background-color: #FFF !important;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #414852;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 10px !important;
}
.arealist_page select {
	margin: 10px !important;
}


/*■全体設定■*/

/****  lsf  ****/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('LigatureSymbols/LigatureSymbols-2.11.eot');
    src: url('LigatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('LigatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
         url('LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.move-button {
    border-radius: 20%;
    bottom: 10px;
    box-shadow: 0 2px 5px #999;
    color: #fff;
    font-size: 2em;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 50px;
	text-decoration: none;
    background-color: #414852;
}
.lsf, .lsf-icon::before {
    font-family: "LigatureSymbols";
    font-feature-settings: "liga", "dlig";
    text-rendering: optimizelegibility;
    word-wrap: normal;
}
.to-top {
	right: 10px;
}
.to-home {
	right: 70px;
}
/****  /lsf  ****/

body {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	vertical-align: baseline;
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;

}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.red-txt {
	color: red;
}
li {
	line-height: 160%;
}
blockquote {
	background-color: #EFEFEF;
	padding: 10px;
	border: 1px dotted #CCC;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.snapImg {
	border: 1px solid #CCC;
}
a:link {
}
a:hover {
	text-decoration: none;
}
a:active {
}
a:visited {
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*◆細かな装飾で使用しているもの◆*/
.sectionTitle {
	display: none;
}
.space01 {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.space02 {
	margin-bottom: 20px;
}
.fontRed {
    color: #f00;
}
.fontB {
    font-weight: bold;
}
/* パンくずリストのスタイル */
ol.bread_crumb {
list-style-type: none;
padding: 0;
margin: 0;
}
ol.bread_crumb li {
display: inline; /* liをインライン表示させる */
}
ol.bread_crumb li::before {
content: '\00bb'; /* li要素の前に>>記号を追加 */
padding: 0 0.5em 0 0.5em; /* li要素の>>記号の前後に余白を追加 */
}
ol.bread_crumb li:first-child:before {
content: ''; /* 最初のli要素から>>記号を消す */
padding: 0; /* 最初のli要素の余白を0 */
}
/*◆記事投稿画面内で作用するものに対応◆*/
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*■■*/


/*■ヘッダーエリア■*/
.headerWrap {
	width: 100%;
	background-color: #EFEFEF;
}
#tagline {
	width: 100%;
	max-width:960px;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	height: auto;
}
.headImage {
	vertical-align: middle;
	display: table-cell;/*IE6~7は効かないので下部で別設定*/
	width: 24%;
	padding-right: 1%;
	height: auto;/*★ヘッダーの高さを調整したい時、画像なしのサイトタイトルが縦中央にならない時は、ここで高さを設定★*/
	margin: 0px;
}
/*for IE6 */
* html .headImage {
	zoom: 1;
	float: left;
	padding-right: 0px;
}
/*for IE7 */
*:first-child+html .headImage {
	zoom: 1;
	float: left;
}
/*for IE8 */
.headImage {
	padding-right: 10px\9;
}
.headLogo {
	vertical-align: middle;
	display: table-cell;
	height: auto;
	width: 100%;
}
.headnoImage {
	font-size: 160%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*◆ヘッダーバナーエリア（必須ではない）◆*/
.headBanner {
	vertical-align: middle;
	display: table-cell;/*IE6~7は効かないので下部で別設定*/
	text-align: right;
	width: 74%;
	max-width:728px;
	margin: 0px;
	padding: 0px;
}
/*for IE6 */
* html .headBanner {
	zoom: 1;
	float: right;
}
/*for IE7 */
*:first-child+html .headBanner {
	zoom: 1;
	float: right;
}
.headBanner span {
	display: none !important;
}
.headBanner img {
	height: auto;
	width: 100%;
}
/*■■*/


/*■ナビゲーションメニューエリア■*/

.naviWrap {
	width: 100%;
	background-color: #3B5998;
	box-shadow: 0 2px 5px #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#navi {
	width: 100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
/*メニューを開くための箇所は横幅が広いデザインのときは表示しない*/
.menuOpen {
	display: none;
}
/*↓ナビゲーションメニューのメインメニュー↓*/
#navi ul {
	margin: 0px;
	padding: 0px;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	list-style-type: none;
}
#navi ul li {
	display: table-cell;/*IE6~7は効かないので下部で別設定*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: middle;
}
#navi ul li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#navi ul li a {
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 10px;
	cursor:pointer;
}
#navi ul li a:hover {
	color: #FFC;
	background-color: #666;
}
/*↓ナビゲーションメニューのサブメニュー↓*/
#navi ul li ul {
	display:none;
	position:absolute;
	z-index:9999;
}
#navi ul li ul li {
	background-color: #414852;
	display:block;
	padding:0;
	position:relative;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-style: none;
	border-left-style: none;
	box-shadow: 0 2px 5px #999;
}
#navi ul li ul li:first-child {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-left-style: none;
}
#navi ul li ul li a {
}
#navi ul li ul li a:hover {
}
#navi ul li ul li a.isParent {
	padding-right: 30px;
}
#navi ul li ul li a.isParent:after {
	content:"▼";
	font-size: 100%;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 10px;
	font-weight: normal;
}
/*for IE6 */
* html #navi ul li {
	display: inline;
	zoom: 1;
	width: 18%;
}
* html #navi ul li ul li {
	width: 100%;
	zoom: 1;
}
/*for IE7 */
*:first-child+html #navi ul li {
	display: inline;
	zoom: 1;
	width: 18%;
}
*:first-child+html #navi ul li ul li {
	width: 100%;
	zoom: 1;
}
/*■■*/


/*■パンくずエリア■*/
.breadWrap {
　/*背景設定すれば横画面いっぱい*/
}
#bread {
	width: 100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
.breadTitle {
	display: none;
}
.breadInner {
	padding: 10px;
	line-height: 120%;
}
.breadInner a {
	color: #333;
}
/*■■*/


#wrap {
	max-width:960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*■コンテンツエリア■*/
#main {
	width: 66.66%;
	max-width:660px;
	float: left;
	margin-bottom: 0px;
	box-shadow: 0 2px 5px #999;
	padding: 10px;
	background-color: #FFF;
	font-size: 110%;
}
/*◆記事エリア共通◆*/
.postArea {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
}
.postArea img {
	max-width: 100% !important;
	height: auto;
}
.postTitle {
	font-weight: bold !important;
	font-size: 180% !important;
	padding-top: 10px;
	padding-bottom: 10px;
    line-height: 100%;
}
.postTitle a {
	text-decoration: none;
}
.postArea h3 {
	font-size: 140% !important;
	margin-bottom: 1em;
	line-height: 140%;
	background-color: #414852;
	margin-right: 10%;
	color: #FFF;
	padding: 10px;
}
.postArea h4 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 140%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #414852;
	padding: 5px;
	font-size: 120%;
}
.postArea p {
	line-height: 160%;
}
.postArea ul {
	margin: 0px;
	padding-right: 1em;
	padding-left: 2em;
}
.postArea ol {
	margin: 0px;
	padding-right: 1em;
	padding-left: 2em;
}
.postArea table {
	border: 1px solid #CCC;
	border-collapse:collapse;
	margin-bottom: 1em;
}
.postArea table td {
	border: 1px solid #CCC;
	border-collapse:collapse;
	padding: 10px;
}
.postTime {
}
.postArea footer {
	padding-bottom: 1em;
}
.postArea footer p {
	text-align: right;
	line-height: 160%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#rssblockquote {
	background-color: #EFEFEF;
	padding: 10px;
	border: 1px dotted #CCC;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rssblockquote img {
	max-width:300px;
	width:auto;
	height:auto;
}
.archiveMeta p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
.rssElementP {
	display: block;
	width: 100%;
	overflow: hidden;
}
/**/


/*○トップページウィジェットエリア○*/
.postSubArea {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.postSubArea h2 {
	font-size: 140% !important;
	line-height: 140%;
	background-color: #414852;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
}
.postSubArea ul {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 100px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.postSubArea ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-position: inside;
}
.toppageContentsUl ul {
}
.toppageContentsUl ul li {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*○○*/

/*○ブログ一覧上部ウィジェットエリア○*/
.blogListText {
}
.blogListTextTitle {
	margin-bottom: 1em;
}
.blogListText p {
	line-height: 160%;
}
/*○○*/

/*○記事エリア（アイテム一覧用）○*/

.arealist_page form {
	margin-bottom: 1em;
}
.areaList {
	background-color: #CCC;
	border: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
.areaList p {
	font-size: 80%;
	margin-bottom: 0em;
	line-height: 100%;
	margin-top: 0px;
}
.areaList ul {
	margin: 0px;
	padding: 0px;
}
.areaList li {
	padding: 10px;
	float: left;
	list-style-type: none;
}
.areaListPage {
	padding: 10px;
	margin-bottom: 20px;
}
.areaListPage ul {
	margin: 0px;
	padding: 0px;
}
.areaListPage li {
	padding: 10px;
	float: left;
	list-style-type: none;
}
.areaListText {
}
.areaListTextTitle {
	margin-bottom: 1em;
}
.areaListText p {
	line-height: 160%;
}
.areaListText2 {
}
.areaListTextTitle2 {
	margin-bottom: 1em;
}
.areaListText2 p {
	line-height: 200%;
}
.itemMainArea {
	margin-top: 0px;
	clear: both;
	padding-bottom: 10px;
}
.itemPostImage {
	float: left;
	width: 25%;
	margin-right: 3%;
}
.itemPostImage img {
	width: 100%;
	border: 1px solid #CCC;
}
.metaList {
}
.metaList ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
.metaList ul li {
	display: inline;
	padding-right: 1em;
}
.post-meta-key {
	color: #000;
}
.girlsIcon01 {
	background-image: url(images/icon/icon_name.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}
.girlsIcon02 {
	background-image: url(images/icon/icon_age.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}
.itemOneComment {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
/*お勧めサイト一覧箇所*/
.areaListSiteArea {
	width: 100%;
	margin-bottom: 1em;

}
.areaListSiteName {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
.areaListSiteName h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #cbe9a9;
	border-right-color: #060;
	border-bottom-color: #030;
	border-left-color: #cbe9a9;
	margin: 0px;
	color: #000;
	background-color: #97d96f;
}
.areaListSiteImg {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.areaListSiteImg p {
	margin: 0px;
	padding: 0px;
}
.areaListSiteImg img {
	height: auto;
	width: 100%;
	border: 1px solid #DADADA;
}
.areaListSiteText {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.areaListSiteLink {
	display: block;
	padding: 10px;
	width: 90%;
	background-color: #F60;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 5px double #FFF;
}
a.areaListSiteLink {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
a:hover.areaListSiteLink {
	text-decoration: none;
	background-color: #F90;
}
/**/
.itemPostLink {
	clear: both;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1em;
	display: none;
}
.itemPostLink a {
	color: #FFF;
	text-shadow: 1px 1px 2px #999;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 2px 2px 4px #AAA;
	background-color: #93C;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FF8AEB 0%, #990B9E 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FF8AEB 0%, #990B9E 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FF8AEB 0%, #990B9E 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8AEB), color-stop(1, #990B9E));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FF8AEB 0%, #990B9E 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FF8AEB 0%, #990B9E 100%);
	width: 100%;
	border: 1px solid #990B9E;
}
.itemPostLink a:hover {
	background-color: #93F;
	color: #FFF;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFD1FF 0%, #D20FD9 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFD1FF 0%, #D20FD9 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FFD1FF 0%, #D20FD9 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFD1FF), color-stop(1, #D20FD9));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFD1FF 0%, #D20FD9 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFD1FF 0%, #D20FD9 100%);
}
.itemListLink {
	clear: both;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;/*padding-top: 1em;*/
}
.itemListLink a {
	color: #FFF;
	text-shadow: 1px 1px 2px #999;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 2px 2px 4px #AAA;
	background-color: #999;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #787878 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #787878 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #787878 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #787878));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #787878 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #787878 100%);
	border: 1px solid #CCC;
}
.itemListLink a:hover {
	background-color: #CCC;
	color: #FFF;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #A6A6A6));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #A6A6A6 100%);
}
/*○○*/


/*◆ページナビ関連◆*/
.listPageNavi {
	width: 100%;
}
.singlePageNavi {
	width: 100%;
	padding-bottom: 10px;
}
.next_post {
	float: left;
	width: 40%;
	padding-left: 10px;
}
.previous_post {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 10px;
}
/**/

/*◆コメントエリア◆*/
.comment_title {
}
.comments_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em !important;
}
.comments_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.comments_list li, .comments_list ul li {
	padding: 10px;
	border: 1px solid #666;
	margin-top: 10px;
}
/* ↓comment-awaiting…はwordpressが自動的に出力するためclass名の変更は不可能 */
.comment-awaiting-moderation {
	color: #F00;
}
.comments_pagination {
	width: 100%;
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.next_comments {
	float: left;
	width: 48%;
	padding-left: 10px;
}
.prev_comments {
	float: right;
	width: 48%;
	text-align: right;
	padding-right: 10px;
}
/* ↓comment-reply…はwordpressが自動的に出力するためclass名の変更は不可能 */
.comment-reply-title {
}
.commentInputField {
	width: 70%;
}
.commentInputArea {
	width: 70%;
	height: 100px;
}
.commentNeed {
	font-size: 90%;
	color: #F60;
	padding-left: 1em;
}
#commentform .submit {
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline;
	height: 100%;
	margin: 0;
	background-color: #414852;
	padding: 5px;
}
/**/
/*◆プラグインcontactform7の送信ボタンを装飾◆*/
.wpcf7-submit {
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline;
	height: 100%;
	margin: 0;
	background-color: #414852;
	padding: 5px;
}
/**/
.contentsSearch {
	margin-bottom: 100px;
	width: 100%;
}
.contentsSearch .searchFrom {
}
.contentsSearch .searchButton {
}
/*■■*/


/*■注意書きエリア■*/
.caution_app {
	position: fixed;
	padding: 10px;
	width: 100%;
	left: 0;
	bottom: 70px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.remove_btn {
	position: absolute;
	top: -10px;
	right: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: white;
	border-radius: 50%;
	background: #f00;
	cursor: pointer;
}

.caution_app p {
	margin: 3px 0;
	line-height: 1.5em;
	color: white;
}
/*■■*/


/*■サイドエリア■*/
#side {
	width: 31.25%;
	max-width:320px;
	float: right;
	padding: 10px;
	box-shadow: 0 2px 5px #999;
	background-color: #FFF;
}
/*◆サイドバナーエリア（必須ではない）◆*/
.sideBanner {
	text-align: center;
}
.sideBanner h2 {
	display: none;
}
.sideBanner img {
	height: auto;
	width: 100%;
	max-width:300px;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/*◆◆*/


/*◆サイドランキングエリア（必須ではない）◆*/
.sideRank {
	text-align: center;
}
.sideRank h2 {
	background-color: #3B5998 !important;
	padding: 10px;
	text-align: center;
	color: #FFF !important;
}
.sideRank h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #3B5998 !important;
}
.sideRank img {
	height: auto;
	width: 60%;
	max-width: 300px;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
/*以下、ランキング用キャプチャ画像下部にリンク用ボタンを設置する場合の設定*/
.rankBtn {
	width: 100%;
}
.rankBtn p {
	padding: 0px;
	width: 80%;
	max-width:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.rankBtn a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.rankBtn01 {
	background-color: #6C0;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #4AFF08 0%, #029651 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #4AFF08 0%, #029651 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #4AFF08 0%, #029651 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4AFF08), color-stop(1, #029651));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #4AFF08 0%, #029651 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #4AFF08 0%, #029651 100%);
	border: 1px solid #090;
}
.rankBtn02 {
	background-color: #EF7307;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFF00 0%, #EF7307 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFF00 0%, #EF7307 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFF00 0%, #EF7307 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF00), color-stop(1, #EF7307));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFF00 0%, #EF7307 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFF00 0%, #EF7307 100%);
	border: 1px solid #FC0;
}
/*◆◆*/



/*◆検索窓エリア◆*/
.searchFormWrap {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #414852;
}
.searchFrom {
    border: medium none;
    float: left;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
    width: 80%;
}
.searchButton {
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline;
	height: 100%;
	margin: 0;
	width: 20%;
	background-color: #414852;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: right;
}
/*◆◆*/


/*◆サイドメニュー　全体設定◆*/
#side aside {
}
#side aside h2 {
	background-color: #3B5998;
	padding: 10px;
	color: #fff;
}
#side aside ul {
	margin: 0px;
}
#side select {
	margin: 10px;
}
/*◆◆*/


/*◆サイドメニュー　グラデーションタイプ◆*/
/*IE6~8はグラデーション効かないので諦める*/
.sideMenuType1 ul {
	padding: 0px;
}
/*本来ならaタグの方をdisplay: block;にするが、ウィジェットで投稿数を表示した際に対応できないのでliにdisplay: block;*/
.sideMenuType1 ul li {
	list-style-type: none;
	display: block;
	padding: 10px;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
}
.sideMenuType1 ul li a {
	text-decoration: none;
}
.sideMenuType1 ul li a:hover {
	text-decoration: none !important;
}
/*◆◆*/


/*◆サイドメニュー　下線タイプ◆*/
.sideMenuType2 ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*本来ならaタグの方をdisplay: block;にするが、ウィジェットで投稿数を表示した際に対応できないのでliにdisplay: block;*/
.sideMenuType2 ul li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}
.sideMenuType2 ul li:first-child {
	border-top-style: none;
}
.sideMenuType2 ul li:last-child {
	border-bottom-style: none;
}
.sideMenuType2 ul li a {
	text-decoration: none;
}
.sideMenuType2 ul li a:hover {
	text-decoration: none !important;
}
/*◆◆*/


/*◆サイドメニュー　単純リストタイプ◆*/
.sideMenuType3 ul {
	padding: 10px;
}
.sideMenuType3 ul li {
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*◆◆*/

/*◆サイドメニュー　タグ◆*/
.sideMenuType4 div {
	padding: 10px;
}
/*◆◆*/

/*■■*/


/*■フッターエリア■*/
.footerWrap {
	background-color: #414852;
	color: #FFF;
	width: 100%;
}
.footerWrap a {
	color: #FFF;
}
#foot {
	width: 100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
}
#foot a {
}
/*◆フッターメニュー　横並びタイプ◆*/
.widgetFooterTitle1 {
	display: none;
}
.footerMenuType1 {
	text-align: center;
}
.footerMenuType1 ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerMenuType1 ul li {
	display: table-cell;/*IE6~7は効かないので下部で別設定*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}
.footerMenuType1 ul li:last-child {
	border-right-style: none;
}
.footerMenuType1 ul li ul {
	display: none;
}
/*for IE6 */
* html .footerMenuType1 ul li {
	display: inline;
	zoom: 1;
}/*for IE7 */
*:first-child+html .footerMenuType1 ul li {
	display: inline;
	zoom: 1;
}
/*◆◆*/

/*◆フッターメニュー　リストタイプ◆*/
.widgetFooterTitle2 {
	display: none;
}
.footerMenuType2 {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.footerMenuType2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
.footerMenuType2 ul li {
}
.footerMenuType2 ul li:last-child {
}
.footerMenuType2 ul li ul {
	padding-right: 10px;
	padding-left: 10px;
}
.footerMenuType2 ul li ul li {
}
/*◆◆*/


/*◆最下部エリア◆*/
.addressWrap {
}
address {
	width: 100%;
	max-width:960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
}
address a {
}
/*◆◆*/

/*■■*/


/*■検索結果、カテゴリ等一覧ページ■*/
.catch_that_img {
	height: auto;
	width: 150px;
}
.listTitle {
	font-size: 160%;
	font-weight: bold;
}
.listTitle a {
	color: #FFF;
}
/*■■*/


@media (max-width: 767px) { /*タブレット縦の幅？*/
#wrap a {
	line-height: 300%;
}
#main {
 width: 100%;
 max-width:100%;
 float: none;
 margin-bottom: 10px;
}
#side {
 width: 100%;
 max-width:100%;
 float: none;
}
#foot a {
	line-height: 300%;
}
}
@media (max-width: 643px) { /*スマホ横の幅？*/
#head {
	display: block;
}
#tagline {
	padding-bottom: 10px;
}
.headLogo {
	vertical-align: top;
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#head p {
	vertical-align: top;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
.headImage {
	vertical-align: middle;
	display: block;
	width: auto;
	padding-right: 0%;
	height: auto; /*★ヘッダーの高さを調整したい時、画像なしのサイトタイトルが縦中央にならない時は、ここで高さを設定★*/
	margin-right: auto;
	margin-left: auto;
}
.headnoImage {
	text-align: center;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.headBanner {
	vertical-align: top;
	display: block;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
/*◆ナビゲーションメニューがアコーディオンタイプに変更◆*/

.naviWrap {
	text-align:center;
}
/*メニューを開くための箇所*/
.menuOpen {
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.menuOpen:after {
	content:"▼";
	padding-left: 0.5em;
}
/*サブメニューがあるものの右側に開閉ポイントを設置*/
#navi .menu-item-has-children {
	position: relative;
}
#navi .menu-item-has-children a {
	margin-right: 3em;/*20140909*/
}
#navi .menu-item-has-children:after {
	content:"▼";
	font-size: 100%;
	cursor: pointer;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 1em;
	font-weight: normal;
}
/*↓ナビゲーションメニューのメインメニュー↓*/
#navi ul {
	margin: 0px;
	padding: 0px;
	display: block;
	table-layout: auto;
	width: 100%;
	text-align: left;
	list-style-type: none;
}
#navi ul li {
	display: block;
	border-right-style: none;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #000;
	/* IE10 Consumer Preview */ 
	background-color: #414852;
	padding-top: 1em;
	padding-bottom: 1em;
}
#navi ul li:first-child {
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#navi ul li a {
	font-weight: bold;
	color: #FFF;
	display: inline-block;/*20140909*/
	text-decoration: none;
	padding: 0px;/*20140909*/
	margin-left: 1em;/*20140909*/
	margin-right: 1em;/*20140909*/
}
#navi ul li a:hover {
	color: #FFC;
	background-color: #666;
}
/*↓ナビゲーションメニューのサブメニュー↓*/
#navi ul li ul {
	display:none;
	position:static;
	z-index:auto;
	margin-top: 1em;
	margin-bottom: -1em;
}
#navi ul li ul li {
	background-color: #414852;
	box-shadow: none;
	background-image: none;
	display:block;
	position:relative;
	text-align: left;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#navi ul li ul li:first-child {
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#navi ul li ul li:last-child {
	border-bottom-style: none;
}
#navi ul li ul li a {
}
#navi ul li ul li a:hover {
}
/*◆アイテムページ　画像と情報の横並び→縦並び◆*/

.itemPostImage {
	width: 25%;
}
.itemPostLink {
	clear: both;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
}
.itemPostLink a {
	font-size: 150%;
}
.itemListLink {
	clear: both;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
}
.itemListLink a {
	font-size: 150%;
}
/*◆横幅が広い時のフッターメニューもさすがに変更◆*/
.footerMenuType1 {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.footerMenuType1 ul {
	width: auto;
	display: block;
	table-layout: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.footerMenuType1 ul li {
	display: list-item;
	border-right-style: none;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
	line-height: 140%;
}
.footerMenuType1 ul li:last-child {
	border-right-style: none;
}
.footerMenuType1 ul li ul {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*◆◆*/

.move-button {
	font-size: 1.7em !important;
	width: 48px;
	line-height: 48px;
	bottom: 3px;
}
.to-top {
	right: 3px;
}
.to-home {
	right: 56px;
}
}
 @media (max-width: 360px) { /*スマホ縦の幅？*/
.itemPostImage {
	width: 25%;
}
.itemPostLink {
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
}
.itemPostLink a {
	font-size: 150%;
}
.itemListLink {
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
}
.itemListLink a {
	font-size: 150%;
}
}
.girl_search {
	background-color: #EFEFEF;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.girl_search input {
	background-color: #F00;
}
.girl_search_select {
	font-weight: bold;
}
.girl_search_attention {
	font-size: 80%;
	color: #F00;
}
.girl_search_button {
}
.girl_search_button a {
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fd9c68), color-stop(0.51, #ea5506), color-stop(0.50, #f17431), color-stop(0.00, #feceb4));
	background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	font-weight: bold;
	color: #FFF;
}
.siteListWrap {
	width: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3em;
	padding-left: 1%;
}
.siteListTitle {
	background-color: #FCF;
	text-align: center;
	padding: 5px;
}


.siteInfoWrap {
	width: 100%;
}
.siteInfoImageP {
	text-align: center;
}
.siteInfoImage {
	height: auto;
	width: 80%;
	border: 1px solid #CCC;
}

.siteInfoText {
}
.siteInfoLink {
}
.siteInfoLink a {
	font-size: 140%;
	text-decoration: none;
	display: block;
	padding: 2em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fd9c68), color-stop(0.51, #ea5506), color-stop(0.50, #f17431), color-stop(0.00, #feceb4));
	background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box; 
}
.mobileColorboxClose a {
	background-color: #39F;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	width: 100%;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	text-decoration: none;
	z-index:9999;
	cursor: pointer;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.frm_box {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  
}

.flat_btn {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  color: white;
  background-color: #3B5998;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);

  cursor: pointer;
}

.clr_mediumslateblue {
  color: mediumslateblue;
  font-weight: bold;
}