@charset "UTF-8";
body {
	color: #222;
	background: url("images/bg_03.png");
}
a {
	color:#00A0E8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form input[type="text"], 
form input[type="email"], 
form input[type="url"], 
form input[type="tel"], 
form input[type="number"], 
form input[type="date"], 
form textarea {
	width:100%;
}

.txt-C {text-align:center;}
.txt-L {text-align:left;}
.txt-R {text-align:right;}
.img-C {text-align:center;margin:10px 0;}
.red   {color:red;font-weight:bold;}
.pink   {color:#FF3366;font-weight:bold;}
.black {color:black;}
.green {color:#0C0;}
.clear {clear:both;}
.displaynone {display:none;}
.hidden {visibility:hidden;}

.font10 {font-size:10px;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font20 {font-size:20px;}
.font25 {font-size:25px;}
.font30 {font-size:30px;}

.adwrap {text-align:center}
.ad336 { 
	width:100%;
	padding:5px;
	margin:10px auto;
}
.ad336-L { 
	float:left;
	width:336px;
}
.ad336-R {
	float:right;
	width:336px;
}

.sentok { font-weight:bold;}
.fa-check-circle {font-size:300%;	color:#00CC00;}


.button-red,
.button-blue,
.button-pink,
.button-green,
.button-app { clear:both; }

.button-red a   { background-color: #CC0000; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; color: #FFFFFF; display: block; font-size: 120%; margin: 0 auto; padding: 10px; text-align: center; text-decoration: none; width: 90%; }
.button-blue a  { background-color: #0065CB; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; color: #FFFFFF; display: block; font-size: 120%; margin: 0 auto; padding: 10px; text-align: center; text-decoration: none; width: 90%; }
.button-pink a  { background-color: #FF3366; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; color: #FFFFFF; display: block; font-size: 120%; margin: 0 auto; padding: 10px; text-align: center; text-decoration: none; width: 90%; }
.button-green a { background-color: #0C9C3C; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; color: #FFFFFF; display: block; font-size: 120%; margin: 0 auto; padding: 10px; text-align: center; text-decoration: none; width: 90%; }
.button-app a   { background-color: #000000; border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; color: #FFF; display: block; font-size: 100%; margin: 0 auto 10px; padding: 10px; text-align: center; text-decoration: none; width: 90%; }

.button-red a:hover, 
.button-blue a:hover, 
.button-pink a:hover,
.button-green a:hover,
.button-app a:hover { opacity: 0.60; }


/* ----------------------------------------------- 
 ヘッダーカラー 設定 header.php
 ----------------------------------------------- */
#header {
	color: #222;
	background: #F9F9F9;
}
#header a { color:#222; }

/* ----------------------------------------------- 
 ヘッダーメインイメージ 設定 header.php
 ----------------------------------------------- */
#mainimage-wrap {
	text-align:center;
	background:#F7F7F7;
}

/* ----------------------------------------------- 
 PC　ナビゲーション 設定 header.php
 ----------------------------------------------- */
#nav_pc {
	font-size: 80%;
	width:50%;
	float:right;
	padding:0;
}
#nav_pc ul{
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
}
#nav_pc li{
	float: right;
	width:20%;
	text-align:center;
	padding:7px 0;
}
#nav_pc li a{
	color:#222;
	text-decoration:none;
	display:block;
}

/* ----------------------------------------------- 
 モバイル　ナビゲーション 設定 header.php
 ----------------------------------------------- */
/*#nav_mobile {
	font-size: 70%;
	width:100%;
	clear:both;
}
#nav_mobile ul{
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
}
#nav_mobile li{
	float:left;
	width:25%;
	text-align:center;
	padding:0;
}
#nav_mobile li a{
	text-decoration:none;
	display:block;
}
*/
/* 下部固定*/

#nav_mobile {
	font-size: 70%;
	width:100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: white;
	z-index: 999;
	clear:both;
}
#nav_mobile ul{
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
}
#nav_mobile li{
	float:left;
	width:25%;
	text-align:center;
	padding:0;
}
#nav_mobile li a{
	color:#666;
	text-decoration:none;
	display:block;
}

/* ----------------------------------------------- 
 ページ 設定 page.php
 ----------------------------------------------- */



/* ----------------------------------------------- 
 ページ 設定 page-one.php
 ----------------------------------------------- */
#page-one th{
	width:20%;
}
#page-one .triangle-bottom:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 80px solid #0C0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  margin:0 auto;
}
#page-one .submit {
	padding: 0;
	border: none;
	max-width: 100%;
}
#page-one .submit:hover {
	opacity:0.5;
}
/* ----------------------------------------------- 
 ページ 設定 page-landing.php
 ----------------------------------------------- */


/* ----------------------------------------------- 
 記事コンテンツ 設定 page-one.php
 ----------------------------------------------- */
#page-one .fullsize {
	max-height: auto;
}

/* ----------------------------------------------- 
 記事コンテンツ 設定 single.php
 ----------------------------------------------- */
.post-thumbnail {
	max-height: 280px;
	overflow: hidden;
}
.post-title a:hover { 
	color:#00A0E8;
}
.post-content {
	font-size:16px;
	letter-spacing:2.0px;
	line-height:1.9;
	word-break: break-all;
	word-wrap:break-word;
}




/* ----------------------------------------------- 
 記事を読む所要時間 設定 single.php
 ----------------------------------------------- */
.time-required {
	font-size:70%;
	color:#000;
	/*font-weight:bold;
	border-bottom: 1px dotted #eee;*/
	/*letter-spacing:2.0px;*/
}


/* ----------------------------------------------- 
 装飾用アイコン 設定 single.php
 ----------------------------------------------- */
/*テキスト用スタイルOFF*/
.txtstyle_off {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	line-height:1.1;
	letter-spacing:1px;
}



/*背景グレー囲み*/
.gray_bg,
.orange_bg,
.pink_bg,
.blue_bg {
	font-size:90%;
	border: solid 1px #dcdcdc;
	margin: 15px 0px;
	padding: 20px 40px;
	overflow: hidden;
}

.gray_bg  { background-color:#fafafa;}
.orange_bg{ background-color:#F7E9B2;}
.pink_bg  { background-color:#FFC3C3;}
.blue_bg  { background-color:#A1D8FC;}

.gray_bg ul, .gray_bg ol,
.orange_bg ul, .orange_bg ol,
.pink_bg ul, .pink_bg ol,
.blue_bg ul, .blue_bg ol { margin:0;}

/*Ol リスト*/
ol.rounded-list {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #f1f1f1;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}
.rounded-list li:hover{
    background: #ACDEFF;
}
/*
.rounded-list li:hover:before{
    transform: rotate(360deg);  
}
*/
.rounded-list li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute; 
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #ACDEFF;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

/*動画表示設定*/
.movie-wrap {
	text-align:center;
}

.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%;
}

/* ----------------------------------------
 CTA 設定 single.php
---------------------------------------- */
#lpbox {
	background-color:#fafafa;
	padding: 30px;
	margin: 30px;
	border: 10px solid #ccc;
}
#ebookbox {
	background-color:#f1f1f1;
	padding:40px;
}

#lpbox h3,
#ebookbox h3 {
	font-size:24px;
	font-weight:bold;
	border-bottom:4px solid #090;
	margin-bottom:20px;
}
#lpbox .lpbutton,
#ebookbox .ebookbutton {
	margin:20px auto;
	text-align:center;
}
#lpbox .lpbutton:hover,
#ebookbox .ebookbutton:hover {
	opacity:0.5;
}
/* ----------------------------------------
 SNS 設定 single.php
---------------------------------------- */
.post-share {
  padding: 0 45px 30px;
  border-top: 1px solid #e5e5e5;
}
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
}
.post-share .post-share-title {
  font-size: 80%;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-sns {
  margin: 0 -45px -30px;
  padding: 0;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  color: #929292;
  font-size: 16px;
  text-align: center;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}
.post-sns ul li.post-sns-facebook a:before {
  content: "\f082";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}
.post-sns ul li.post-sns-google a:before {
  content: "\f0d4";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}
.post-sns ul li.post-sns-youtube a:before {
  content: "\f16a";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}
.post-sns ul li.post-sns-rss a:before {
  content: "\f143";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}

.post-sns ul li.post-sns-hatena a:before {
  content: "\f032";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
}

.post-sns ul li a {
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
	opacity:0.5;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a{  background-color: #00aced;}
.post-sns ul li.post-sns-feedly a{   background-color: #5ACF5F;}
.post-sns ul li.post-sns-facebook a{ background-color: #3b5999;}
.post-sns ul li.post-sns-google a {  background-color: #db4a39;}
.post-sns ul li.post-sns-youtube a { background-color: #e52d27;}
.post-sns ul li.post-sns-rss a {     background-color: #f90;}
.post-sns ul li.post-sns-hatena a {  background-color: #00A0E8;}


/*SNSサイドバー*/
.side-inner .post-share {
  padding: 0 45px 30px;
  border-top: none;
	margin-bottom:40px;
}
.side-inner .post-sns ul li a{
	padding: 12px 0;
}
.side-inner .post-sns ul li span{
	display:none;
}


/*記事のシェア*/
.post-content .post-share {
  padding: 0;
  border-top: none;
	margin-bottom: 16px;
}
.post-content .post-share h4{
	font-size:80%;
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
}
.post-content .post-sns {
	margin:0;
}
.post-content .post-sns ul {
	list-style: none;
}
.post-content .post-sns ul li {
  width: 25%;
}
.post-content .post-sns ul li a{
	padding: 0;
}
.post-content .post-sns ul li span{
	display:none;
}






/* ----------------------------------------------- 
 コメント 設定 comments.php
 ----------------------------------------------- */
#comments {
	margin-bottom:30px;	
	}
#comments h2:first-child {
  margin-left: 0;
}
#comments h2 {
  margin: 80px 0 32px;
  padding: 16px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
  border-left: 10px solid #131D2A;
  background: #3B4552;
  color: #fff;
}
#comments h3 {
	font-size: 100%;
	margin: 48px 0 24px;
	padding: 15px 0;
	clear: both;
	font-weight: bold;
	border-bottom: 4px solid #131D2A;
	line-height: 1;
}
#comments ol{	padding:0;}
.comment-list > .comment > .comment-body { padding:0;}
#comments .comment-author    { margin-left:0;}
#comments .comment-author img{ display:none;}
#comments .comment-meta      { margin-bottom:0;}
#comments .comment-meta a    { color: #241913;text-decoration:none;}
#comments p{ font-size:80%; margin-bottom:5px;}

.comment-respond {}
.comments-title {	padding:40px;}
.comment-form-author label, .comment-form-author input, 
.comment-form-email label, .comment-form-email input {
	width:100%;
}
.comment-form-comment textarea {	width:100%}
.form-submit {
	text-align:center;
	margin:10px auto 20px;
}
/*
コメントボタン
*/
form input[type="submit"], form button {
	background:#00A0E8;
}
form input[type="submit"]:hover {
	opacity:0.6;
}



/* ----------------------------------------
 サイドバーウィジェット 設定 sidebar.php
---------------------------------------- */
.side-widget a {
	color:#5e6265;
	text-decoration:none;
}
.side-widget a:hover {
	color:#00A0E8;
}

.side-widget ul li {
	padding-left: 40px;
	background: url("images/arrow_01.png");
	background-repeat:no-repeat;
	background-position: left center;
}

.side-widget ul li:hover {
	background-color: #F9F9F9;
}

/* ----------------------------------------
 検索 設定 sidebar.php
---------------------------------------- */
#searchform input[type="text"] {
	padding: 11px;
}

/* ----------------------------------------
 サイドバーウィジェット CTA 設定 sidebar.php
---------------------------------------- */
#sidecta {}
#sidecta span{
	font-weight:bold;
}
#sidecta p{
	font-size:10px;
	margin-bottom:10px;
}
#sidecta img{
	text-align:center;
}
#sidecta .unei {
	text-align:center;
	margin-top:40px;
}




/* ----------------------------------------------- 
 テーマ専用サイドバーランキング　設定 
 ----------------------------------------------- */
.ranking-widget1 .ranking-widgetL {
	margin-left:40px;
}
.ranking-widget1 ul li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	background: none;
}
.ranking-widget1 ul li.number1:before,
.ranking-widget1 ul li.number2:before,
.ranking-widget1 ul li.number3:before,
.ranking-widget1 ul li.number4:before,
.ranking-widget1 ul li.number5:before,
.ranking-widget1 ul li.number6:before,
.ranking-widget1 ul li.number7:before,
.ranking-widget1 ul li.number8:before,
.ranking-widget1 ul li.number9:before,
.ranking-widget1 ul li.number10:before {
	position : absolute ;
}
/* sidebar.php 直接*/
.ranking-widget1 ul li.number1:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-1.png); }
.ranking-widget1 ul li.number2:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-2.png); }
.ranking-widget1 ul li.number3:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-3.png); }
.ranking-widget1 ul li.number4:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-4.png); }
.ranking-widget1 ul li.number5:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-5.png); }
.ranking-widget1 ul li.number6:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-1.png); }
.ranking-widget1 ul li.number7:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-2.png); }
.ranking-widget1 ul li.number8:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-3.png); }
.ranking-widget1 ul li.number9:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-4.png); }
.ranking-widget1 ul li.number10:before { width:40px; height:40px; content:url(../wp-content/themes/naviserieszero/images/ranking_03-5.png); }



/* ----------------------------------------------- 
 人気記事サイドバーランキング　設定　page-ranking.php
 ----------------------------------------------- */
.ranking-widget {}

.ranking-widget ul li {
	margin:0;
	padding:10px 0;
	border-bottom:1px dashed #eee;
	background:none;
}
.ranking-widgetL {
	float:left;
	width:140px;
	margin-right:10px;
}
.ranking-widgetL img{
	width:140px;
	height:80px;
}
.ranking-widgetR {
	font-size:80%;
}


/*数字用*/
.ranking-widget ol {
	margin:0;
	padding:0;
	list-style:none;
}

.ranking-widget ol li {
	font-size:80%;
	line-height: 1.6;
	padding: 10px 10px 10px 0;
	margin: 0;
	border-bottom: 1px dashed #eee;
	background: none;
	float:left;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.ranking-widget ol li a {
	color:#5e6265;
}
.ranking-widget ol li:hover{
	background-color:#F9F9F9;
}
.ranking-widget .wpp-thumbnail {
	float:left;
	margin-right:10px;
}


/* ----------------------------------------------- 
 フッター 設定 footer.php
 ----------------------------------------------- */

.footer-01 { color:#222; background: #F9F9F9;}
#footer a { color:#222;}
#footer-brand-area {border-bottom:1px dotted #222;}


/* ----------------------------------------------- 
 sidr ナビゲーション 設定 footer.php
 ----------------------------------------------- */
.sidr p {	padding:10px 20px; }


/* ----------------------------------------
 LP 設定
---------------------------------------- */
#page-one .pagelp-zoom {
	margin:50px -100px 30px;
}
#page-one .pagelp-zoom img {
	width:1260px;
}
#page-one .pagelp-small {
	margin:0 auto;
	text-align:center;
}
#page-one .pagelp-small img {
	width:80%;
	height:auto;
}
#page-one .contactbutton {text-align:center;margin-bottom:100px;}
#page-one .contactbutton:hover { opacity: 0.5;}

#page-one .list {
	font-size:120%;
}
/* ----------------------------------------
 ログイン周り 設定
---------------------------------------- */
#registerdata {
	margin:0;
}
#registerdata a:hover{
	opacity:0.5;
}

/* ----------------------------------------
 ページ送り 設定
---------------------------------------- */
#pagination {
  clear: both;
  font-size: 16px;
	text-align: center;
	margin-top:20px;
}

#pagination a {}

#pagination span, #pagination a {
  color: #222;
  text-decoration: none;
	background-color: #eee;
  width: auto;
  margin: 2px;
  padding: 10px 16px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

#pagination a:hover {
  color: #fff;
  background: #00A0E8;
}

#pagination .current {
  color: #fff;
  background: #00A0E8;
  padding: 10px 16px;
}

/* ----------------------------------------
 pagetop 上へ戻る 設定
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 20px;
	color: #fff;
	z-index:99;
}
.pagetop span {
	display: block;
	border-radius: 4px;
	background: #00A0E8;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	opacity: .8;
}


/* ----------------------------------------------- 
 関連キーワード　設定 
 ----------------------------------------------- */
.post #catinvolved,
.list #catinvolved,
.videos #catinvolved,
.review #catinvolved {
	border:none;
}
#catinvolved {
	border:1px solid #eee;
	padding:30px 36px;
	margin:10px 0;
}

#catinvolved h3,#catinvolved h4{
	margin-bottom:10px;
}
#catinvolved ul{
	padding:0;
	margin:0;
}
#catinvolved li{
	display: block;
	margin-bottom: 8px;
	float: left;
	margin-right: 8px;
}
#catinvolved a {
	font-size:90% !important;
	display:inline-block;
	text-decoration: none;
	color:#fff;
	background-color: #00A0E8;
	padding: 5px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	white-space: nowrap;
	margin:4px 0;
}
#catinvolved a:hover{
	color:#00A0E8;
	background-color:#eee;
}

.post-loop-wrap {
	margin:0 auto;
}
.post-loop-title {
	font-size:16px;
	font-weight:normal;
	padding:8px;
	margin:0 0 10px;
	background:#ebebeb;
	border:1px solid #e4e4e4;
	line-height: inherit;
}
.post-loop-title a{
	color:#222;
	text-decoration: none;
}

#article-wrap {
	border-bottom:1px dotted #eee;
	padding:10px 0;
	margin:0;
}

.post-title {
	font-size:30px;
	line-height:1.4;
}



/* ----------------------------------------------- 
 Contactform 7 設定
 ----------------------------------------------- */

input[type="number"], 
input[type="password"], 
input[type="tel"], 
input[type="url"],
input[type="text"],
input[type="email"],
textarea, 
select {
	padding:10px;
  border:solid 2px #ccc;
	width:100%;
	box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
label:hover, input:hover, textarea:hover, select:hover {
  background-color: #F9F9F9;
}
table {
	width:80%;
	margin:0 auto 20px;
	background-color:#fff;
}
table th {
	text-align:left;
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: middle;
}

.submit-img {
	width:80%;
	margin:0 auto;
}
.submit-img input[type="image"]{
	width:100%;
}

form input[type="submit"], form button {
    background: #00A0E8;
    width: 80%;
}


/* 登録フォーム専用 */
#sign-up table tbody th {
	font-size:80%;
	width:25%;
}
#sign-up span.wpcf7-list-item {
	font-size:80%;
	float:left;
	width:45%;	
}

/* ----------------------------------------------- 
 関連記事　設定
 ----------------------------------------------- */
.related-widget {}
.related-widget a{
	color:#5e6265;
	font-weight:normal !important;
}

.related-widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.related-widget ul li {
	font-size:80%;
	line-height: 1.6;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dashed #eee;
	background: none;
	float: left;
	width: 50%;
	height: 105px;
	overflow: hidden;
}
.related-widget ul li:hover{
	background-color:#F9F9F9;
}
.related-widgetL {
	float:left;
	width:140px;
	margin-right:10px;
}
.related-widgetL img{
	width:140px;
	height:80px;
}
.related-widgetR {}

/* ----------------------------------------------- 
 履歴　設定
 ----------------------------------------------- */
.history-widget {
	padding:0 36px;
}




/* ----------------------------------------------- 
 タグ 設定
 ----------------------------------------------- */
.tagcloud a {
	font-size:90% !important;
	display:inline-block;
	text-decoration: none;
	color:#fff;
	background-color: #00A0E8;
	padding: 5px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	white-space: nowrap;
	margin:4px 0;
}
.tagcloud a:hover {
	background-color:#eee;
	border-radius:4px;

}




/* ----------------------------------------------- 
 データ専用 設定 home.php
 
 ----------------------------------------------- */
/* ----------------------------------------------- 
 エリア 設定 home.php 
 ----------------------------------------------- */
#list-map {
	font-size:12px;
    margin: 0 0 20px 0;
    padding: 0;
}
#list-map header h2{
	font-size:16px;
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0;
}
.list-map-bg {
	background: url("images/japanmap_01.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin-top:16px;
}
.list-map-area {
	border-bottom: 1px dotted #EEE;
	margin-bottom: 2px;
}
.list-map-area li{
    display: inline-block;
    margin-bottom: 2px;
    width: 10%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.list-map-area li a{
	color:#222;
}
.list-map-area-title {
    width: 16%;
    margin-right: 2px;
}

.list-map-area-title span{
    background: #eee;
    display: block;
}


/* ----------------------------------------------- 
 おすすめ 設定 home.php 
 ----------------------------------------------- */
#list-pickup-wrap {
	width:100%;
	text-align:center;
}
#list-pickup-wrap header h2{
	font-size:16px;
	text-align:left;
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0;
}
.list-pickup {
	display:inline-block;
	width:32%;
	margin: 10px 0px;
	border:1px solid #f1f1f1;
}
.list-pickup a img {
	height:200px;
}

.list-pickup-title {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	padding:0 10px;
}
.list-pickup-title a {
	font-size:80%;
	color:#222;
}
.list-pickup-review {
	text-align:left;
	padding:0 14px 6px;
}
/* ----------------------------------------------- 
 口コミ 設定 home.php 
 ----------------------------------------------- */

#comment-scroll-wrap {}
#comment-scroll-wrap header h2{
	font-size:16px;
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0;
}
.comment-scroll {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #333333;
	font-size: 10px;
	height: 200px;
	overflow: auto;
	padding: 3px;	
	margin: 20px 0;
}
.comment-scroll a{
	color:#222;
}
.comment-scroll p{
	margin-bottom:10px;
	padding-left:20px;
}
.comment-scroll-inner {
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}


/* ----------------------------------------------- 
 マガジン 設定 home.php 
 ----------------------------------------------- */
#homemagazine {
	margin:30px 0;
}
#homemagazine img{
	width:100%;
}


/* ----------------------------------------------- 
 動画専用 設定 home.php 
 ----------------------------------------------- */
#videos-wrap {
	width:100%;
}
#videos-wrap header h2{
	font-size:16px;
	text-align:left;
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0 0 10px 0;
}
#videos-contents {
	width:50%;
	margin:0;
	float:left;
	border:1px solid #eee;
}

#videos-contents .post-thumbnail {
	width:100%;
	height:150px;
	overflow:hidden;
}
#videos-contents .post-thumbnail img{
	min-height:150px;
}
#videos-contents .videos-title {
	padding:10px;
}

#videos-contents .videos-title h2{
	margin:0;
	padding:0;
	font-size:90%;
	height:37px;
	overflow:hidden;
}

/* ----------------------------------------------- 
 HOME記事 設定 home.php 
 ----------------------------------------------- */
#magazine-wrap {
	width:100%;
}
#magazine-wrap header h2{
	font-size:16px;
	text-align:left;
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0 0 10px 0;
}
#magazine-contents {
	width:50%;
	margin:0;
	float:left;
	border:1px solid #eee;
}
#magazine-contents .post-thumbnail {
	width:100%;
	height:150px;
	overflow:hidden;
}
#magazine-contents .post-thumbnail img{
	min-height:150px;
}
#magazine-contents .magazine-title {
	padding:10px;
}

#magazine-contents .magazine-title h2{
	margin:0;
	padding:0;
	font-size:90%;
	height:37px;
	overflow:hidden;
}


/* ----------------------------------------------- 
 データ専用 設定 single-list.php
 single-list.php archive-list.php
 ----------------------------------------------- */



/* ----------------------------------------------- 
 データ専用 検索一覧 設定 list
 ----------------------------------------------- */
#list-wrap {
	border: 1px solid #E5E5E5;
	padding:0;
	margin-bottom:30px;
}
#list-wrap header h2{
	background-color:#F9F9F9;
	padding:8px 10px;
	margin:0;
}
#list-wrap header h2 a{
	color:#222;
}
.list-img {
	float:left;
	margin-right: 10px;
}
.list-content {
	padding-top:20px;
	padding-right:20px;
}
.list-content p{
	font-size:90%;
	margin-bottom:5px;
}
.listmarker, .listpencil {
	font-size:70%;
	border-radius: 15px;
	background-color: #f90;
	padding: 3px 6px;
}
.listcat a, .listtag a{
	color:#222;
	text-decoration:none;
	font-size:80%;
	border:1px solid #f9f9f9;
	background-color:#eee;
	margin:2px;
	padding:3px 6px;
	white-space: nowrap;
}


/*
.listdetail a{
	color:#222;
	text-decoration:none;
}
.listdetail {
	font-size:100%;
	border:1px solid #f9f9f9;
	background-color: #F99;
	margin:5px;
	padding:10px 15px;
	float:right;
}
*/

.listdetail {
	float:right;
}

.listdetail a {
	font-size:90% !important;
	display:inline-block;
	text-decoration: none;
	color:#fff;
	background-color: #00A0E8;
	padding: 5px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	white-space: nowrap;
	margin:4px 0;
}
.listdetail a:hover {
	background-color:#eee;
	border-radius:4px;

}



/* ----------------------------------------------- 
 データ専用 詳細ページ設定
 ----------------------------------------------- */
.list .post-thumbnail {
	max-height:400px;
}
#listsummary{
	font-size:80%;
}
#listsummary table th{
	width:30%;
	padding:5px 8px;
}

#listsummary table td{
	word-break:break-all;
	padding:5px 8px;
}

/* ----------------------------------------------- 
 レビュー専用 設定
 ----------------------------------------------- */
.review-star {
	color:#F8AE4B;
}

.review-img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* ----------------------------------------------- 
 求人情報 設定 
 ----------------------------------------------- */
.job-field-wrap {
	border-top: 5px solid #FF9D00;
	margin:0 0 30px;
}
.job-field-header {
	background-color:#fefae1;
	margin:5px 0;
}
.job-field-header h3 {
    font-size: 100%;
    margin: 48px 0 24px;
    padding: 15px 0;
    clear: both;
    font-weight: bold;
    border-bottom: 4px solid #131D2A;
    line-height: 1;
		background-color:#FFF;
}
.job-field-header h3 a{
	color:#222;
	text-decoration:none;
}
.job-field-header h3 a:hover{
	text-decoration:none;
}
.job-field-header h4{
	font-size:14px;
	margin:0;
	padding:0 5px;
	border-left: 2px solid #F90;
}
.job-field-header p {
	font-size:12px;
	margin:0;
	padding:0 5px;
	border-left:2px solid #F90;
}
.job-filed-content {
	margin-top:10px;
}
.job-field-wrap img{
	border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
}

.job-field-meta {
	font-size:12px;
	margin:0 0 10px;
}

.job-filed-title {
	font-size:14px;
	font-weight:bold;
	margin:0
}
.job-fieldL {
	float:left;
	width:26%;
}
.job-fieldR {
	float:right;
	width:70%;
}

.job-fieldR table {
	font-size:12px;
	margin:0;
	width:100%;
}
.job-fieldR th {
	background-color: #ccc;
	padding: 0 15px;
	vertical-align: middle;
	white-space: nowrap;
}
.job-fieldR td {
	padding:0 10px;
	width:40%;
}

.job-summary a { 
	text-align: center; 
	color: #FFFFFF; 
	font-size: 14px; 
	text-decoration: none; 
	background-color:#FF9D00;
	border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px; 
	width: 100%; 
	padding: 5px 0; 
	margin: 0 auto; 
	display: block;
}
.job-summary a:before{
    content: "\f411";
    font: normal 20px Genericons;
    top:5px;
    margin-right: 5px;
    position: relative;
}
.job-summary a:hover { opacity: 0.85; }




/* ----------------------------------------------- 
 検索 設定
 ----------------------------------------------- */
/*メニュー部分*/
#linemenu {
	padding: 0;
	background-color: #fff;
	width: 100%;
}
.linemenu-Gnavi {
	max-width: 1200px;
	margin:0 auto;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: -.40em; 
}
.linemenu-Gnavi li {
	display:inline-block;
	letter-spacing: normal;

}
.linemenu-Gnavi li a{
	padding:10px 15px;
	display:block;
	text-decoration:none;
}
.linemenu-Gnavi li a:hover{
	color:#FFF;
	background-color:#eee;
	text-decoration:none;

}
.linemenu-Gnavi .current_page_item > a, .linemenu-Gnavi .current_page_ancestor > a, .linemenu-Gnavi .current-menu-item > a, .linemenu-Gnavi .current-menu-ancestor > a {
	color:#FFF;
	background-color:#eee;
	font-weight: 900;
}


#linemenu #search-box {
max-width: 1200px;
	margin:10px auto;
	text-align:center;
}


/*検索部分*/
#search-box {
	color: #aa9a85;
	font-size: 80%;
	display: block;
	width: 100%;
	background-color: #f5f2ec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 1px #ddd inset;
	-webkit-box-shadow: 1px 1px 1px #ddd inset;
	-moz-box-shadow: 1px 1px 1px #ddd inset;
	line-height: 17px;
	padding: 5px;
	margin-bottom: 20px;
}

#search-box form input[type="search"], 
#search-box form select {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

#search-box .search-select,
#search-box .search-submit {
	width:19%;
	word-wrap:normal;
}
#search-box form input[type="submit"], 
#search-box form button {
  padding: 10px 20px;
  border: none;
}

#search-sort {
	text-align:left;
	margin-left:16px;
}

#search-sort input[type="submit"] {
	width: 80px!important;
	height: 18px!important;
	padding: 0!important;
	margin: 0!important;
	box-shadow: none!important;
	background: none!important;
	border: none!important;
	font-size: 95%;
	color: #aa9a85;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (max-width: 770px) {
	.linemenu-Gnavi,
	#list-map {
		display:none;
	}
}


@media screen and (max-width: 767px) {
	/*ad*/
	.ad336-L { 
		float:left;
		width:280px;
	}
	.ad336-R {
		float:right;
		width:280px;
	}
}

@media screen and (max-width: 460px) {
	
	/*ad*/
	.ad336-L { 
		float:none;
		width:100%;
	}
	.ad336-R {
		float:none;
		width:100%;
	}
	
	#header #logo	{
	  text-align: center;
		padding:0;
		margin:0;
	}
	#header .wrap {
		margin:0;
	}
	#logo	img{
		/*width:100%;*/
	}
	#description {
		display:none;
	}
	.breadcrumb-area {
		font-size: 65%;
	}


	.gray_bg,
	.orange_bg,
	.pink_bg,
	.blue_bg {
		font-size: 65%;
		padding:10px 5px;
	}
	.post-title {
		font-size:14px;
		line-height:1.4;
	}
	
	.post-content {
		padding:20px 10px;
		font-size:75%;
	}
	.post-content h2 {
		font-size:140%;
		line-height:1.4;
	}
	.post-content h3 {
		font-size: 130%;
		line-height: 1.4;
	}
	.post-content h4 {
		font-size: 110%;
		line-height: 1.4;
	}
	.post-sns ul li a {
		padding:10px;
	}
	.post-sns ul li span {
		display:none;
	}
	.post-footer {
		font-size:80%;
		padding:0 20px;
	}
	#comments h3 {
		font-size:14px;
		line-height:1.6;
	}
	/*閲覧履歴、関連記事、関連キーワード*/	
	.related-widget,
	.history-widget,
	#catinvolved {
		padding:10px;
	}
	.related-widget ul li {
		float: none;
		width: 100%;
		height: auto;
	}
	
	
	
	/*CTA1*/
	#lpbox {
		font-size:80%;
		padding: 10px;
		margin: 0;
	}
	/*CTA2*/
	#ebookbox {
		font-size:80%;
		padding:10px;
	}
	#lpbox h3, #ebookbox h3 {
		font-size: 120%;
		line-height: 1.4;
	}
	/*author*/
	.post-author .post-author-img {
		float: none;
		width: 100%;
		text-align: center;
	}
	.post-author .post-author-meta {
		margin:0;
	}
	
	
	/*footer*/
	#footer .wrap {
		padding:0;
		margin:0;
	}
	.footer-logo {
		text-align:center;
	}
	.footer-logo img{
		/*width:100%;*/
	}
	.footer-address {
		font-size:70%;
	}
	#footer-brand-area {
		width:100%;
		padding-bottom:16px;
		margin:0;
	}
	.footer-01 .footer-address {
		text-align:center;
	}

	/*データ都道府県表示*/

  #list-map {
		display:none;
	}
	/*データ新着*/
	.list-img {
		float:none;
		margin:0 auto;
		text-align:center;
	}
	.list-content {
		padding:10px 5px;
	}
	.listcat a, .listtag a{
		color:#222;
		text-decoration:none;
		white-space:nowrap;
	}
	.listdetail {
		width: 97%;
			text-align: center;
	}

	/*home の並び 評判の商品レビュー*/	
	/*
	.list-pickup {
		width:100%;
	}
	*/
	.list-pickup {
		margin:5px 0;
	}
	.list-pickup-title {
		width:86px;
		overflow:hidden;
	}
	.list-pickup-review {
		text-align:center;
		padding:0 4px;
	}
	.list-pickup a img {
		height:93px;
	}
	
	/* ----------------------------------------------- 
	 登録フォーム専用
	 ----------------------------------------------- */
	#sign-up table tbody th {
		display:block;
		width:100%;
	}
	#sign-up table td {
		display:block;
		width:100%;
	}
	#sign-up span.wpcf7-list-item {
		display:block;
		float:none;
		width:100%;
	}

	/* ----------------------------------------------- 
	 HOME 設定 home.php 
	 ----------------------------------------------- */
	#list-map header h2,
	#list-pickup-wrap header h2,
	#comment-scroll-wrap header h2,
	#list-wrap  header h2,
	#side .side-title {
		font-size:90%;
	}

	#magazine-contents,
	#videos-contents {
		width:100%;
		margin:0 4px 10px;
		float:none;
		border:1px solid #eee;
	}

	/* ----------------------------------------------- 
	 求人情報 設定 
	 ----------------------------------------------- */
	.job-fieldL {
		float:none;
		width:100%;
	}
	.job-fieldL img{
		width:100%;
	}
	.job-fieldR {
		float:none;
		width:100%;
	}


	/* ----------------------------------------------- 
	 検索 設定
	 ----------------------------------------------- */
	#search-box {
			color: #aa9a85;
			font-size: 80%;
			display: block;
			width: 96%;
			background-color: #f5f2ec;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			box-shadow: 1px 1px 1px #ddd inset;
			-webkit-box-shadow: 1px 1px 1px #ddd inset;
			-moz-box-shadow: 1px 1px 1px #ddd inset;
			line-height: 17px;
			padding: 4px;
			margin-bottom: 20px;
	}

	#search-box .search-select {
		width:100%;
		word-wrap:normal;
		margin-bottom:5px;
	}
	#search-box .search-submit {
		width:100%;
		word-wrap:normal;
		margin-bottom:5px;
	}
	


	#search-sort {
		text-align:center;
		margin-left:0;
	}
	#search-sort input[type="submit"] {
			width: 16%!important;
			height: 18px!important;
			padding: 0!important;
			margin: 0!important;
			box-shadow: none!important;
			background: none!important;
			border: none!important;
			font-size: 95%;
			color: #aa9a85;
			text-decoration: underline;
			cursor: pointer;
	}
	#search-sort .hit {
		width:100%;
	}


}
