/*
 Theme Name:   ハワイナビ2017
 Theme URI:
 Description:
 Author:       endo
 Author URI:
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111111;
	font-size: 14px;
//	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
.aligncenter{
	text-align: center;
}
.wp-caption{
	background:#ededed;
	width: 98% !important;
	padding: 1%;
}
li{
	margin-bottom: 5px;
}
hr{
	clear:both;
	border:none;
}
blockquote{
	background: #ededed;
	padding: 10px 20px;
	border-radius: 5px;
}
#wp-admin-bar-wp-logo{
	display:none;
}
img.aligncenter{
	margin:auto;
	text-align: center;
	display: block;
}
img.alignleft{
	margin:10px;
	text-align: center;
	display: block;
	float: none;
	margin-top:2%;
	margin-bottom:2%;
}
img.alignright{
	margin:10px;
	text-align: center;
	display: block;
	float: none;
	margin-top:2%;
	margin-bottom:2%;
}
article p,
article table,
article li,
article dl{
	line-height: 1.4;
	font-size: 16px;
}
article p{
	margin-bottom: 30px;
	margin-right: 8px;
	margin-left: 8px;
}
article p.wp-caption-text{
	font-size:0.8em;
	margin-top:0;
}
header{
	max-width:1000px;
	margin:16px auto;
}
#primary img{
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}
#inline a{
	color: #3b78b3;
	text-decoration: none;
}
#primary a{
	text-decoration: underline;
}
/*---------------------
	ヘッダー
-----------------------*/
.top_discription{
	background: #039BE5;
}
.top_discription p,
.top_discription h1{
	max-width: 1000px;
	margin: auto;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0;
	font-weight:normal;
}
header .discription{
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:normal;
}
header .main_title{
	text-align: center;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
}
header .main_title img{
	max-width:130px;
}

/*---------------------
	ナビゲーション
-----------------------*/
nav{
	clear: both;
}
nav button{
	cursor: pointer;
	border:none;
	background: #ffffff;
	margin: auto;
	display: block;
	background: #039BE5;
	color: #ffffff;
	display: block;
	width: 100%;
//	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	width: 70px;
	padding: 8px;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.8;
	border-radius: 0 0 2px 2px;
	z-index: 999;
}
nav div.menu{
	width: 100%;
	height: auto;
	margin:auto;
	max-width: 1068px;
	position: fixed;
	top: 39px;
	background: #fff;
	z-index: 999;
}
nav div.menu ul{
	display: none;
	margin: 0;
	padding: 0;
}
nav div.menu ul.toggled-on{
	display:block;
}
nav div.menu ul.menu li,
nav div.menu ul.nav-menu li{
	background: #039BE5;
	text-align: center;
	margin:1px 0;
	list-style: none;
//	font-weight: bold;
}
nav div.menu ul.menu li a,
nav div.menu ul.nav-menu li a{
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-size: 14px;
}
/*---------------------
	ページレイアウト
-----------------------*/
.breadcrumbs{
	font-size: 12px;
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 1.2;
}
article{
	margin:0 2%;
}
#inline{
	max-width:980px;
//	margin:26px auto 0 auto;
	margin:26px 3px 0 3px;
	overflow: hidden;
	clear: both;
//	border: 1px solid #cccccc;
//	border-radius: 3px;
	padding: 2px;
}
#primary{
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
	overflow:hidden;
	background:#ffffff;
}
.home article figure{
//	margin:0;
}
article section{
	overflow: hidden;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
article section a{
	overflow: hidden;
//	display: block;
	color: #333333;
}
#inline article section h2 a,
#inline article section h3 a{
	color: #333333;
}
article section .category a{
	display: block;
	float: left;
	background: #F6F6F6;
	margin-right: 5px;
	padding: 0px 5px;
	margin-bottom: 2px;
}
article section figure{
	float: left;
	width: 25%;
	margin:0;
	margin-right:2%;
	max-width: 80px;
}
article section figure img{
	margin: auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 80px;
}
article section h2{
	background: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding:0;
	font-size:15px;
	line-height: 1.2;
	color: #333333;
}
article section .text_right{
	float: left;
	width: 73%;
}
article section p{
	margin:0;
	font-size: 14px;
//	display: none;
}
article section time{
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
article .btn2{
	overflow:hidden;
	padding:10px 6%;
}
article .btn2 a{
	max-width:250px;
	width:48%;
}

article h1{
	line-height: 1.3;
	font-size: 16px;
	clear: both;
//	border: 2px solid #C3C3C3;
	margin-top: 0;
//	background: #848484;
//	color: #ffffff;
	padding:0 0 0 10px;
//	font-weight: normal;
	font-weight: bold;
	border-left: 5px solid #039BE5;
}
article h1.title,
article h1#archive-title{
	margin-top: 0;
}
article h1#archive-title{
//	border-bottom: 1px dotted #cccccc;
//	padding-bottom: 10px;
	margin-bottom: 10px;
}
.category article h1#archive-title{
	margin-bottom: 40px;
}
article h2{
	font-size: 17px;
	background-color: #039BE5;
	color: #ffffff;
//	border-radius: 5px;
	padding: 16px 18px;
	margin-top: 40px;
	clear: both;
}
article h3{
	font-size: 16px;
	padding: 5px 0;
//	border-top: 1px solid #000;
//	border-bottom: 1px solid #000;
	border-left: 5px solid #039BE5;
	padding-left: 10px;
	clear: both;
	margin-top: 40px;
}
article h4{
	font-size: 16px;
	padding-left: 20px;
	border-left: 1px solid #000;
	color: #000;
	clear: both;
}
article table tr td img.sns{
	margin: 0
}
#info_list{
	margin: auto;
	display: block;
	text-align: center;
	max-width: 10em;
	background: #009CD3;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-radius: 2px;
	font-size: 16px;
}
aside .login_btn {
//	background: #FF5000;
	border-radius: 2px;
//	padding: 8px 5px;
	color: #FFF;
	display: block;
	margin: 1% auto;
	text-align: center;
	width: 130px;
	text-decoration: none;
	font-size: 14px;
}
.page-id-137 article figure{
	margin:0 auto;
}
.pagelink{
	border:1px solid #ff6893;
	margin:30px 0;
	border-radius:5px;
	padding: 5px 30px;
}
.pagelink a{
	text-decoration:none!important;
}
.pagelink h3{
	font-size:17px;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
	margin-top: 10px;
}
h2.ranking,
h3.ranking{
	border-top:none;
	background:none;
}
h2.ranking1,
h3.ranking1{
	border-top:none;
	background:none;
	background:url(images/no1.png) no-repeat;
	padding-left: 60px;
	background-size:50px;
	color:#333333;
	border-bottom:3px solid #039BE5;
	border-left:none;
}
h2.ranking2,
h3.ranking2{
	border-top:none;
	background:none;
	background:url(images/no2.png) no-repeat;
	padding-left: 60px;
	background-size:50px;
	color:#333333;
	border-bottom:3px solid #039BE5;
	border-left:none;
}
h2.ranking3,
h3.ranking3{
	border-top:none;
	background:none;
	background:url(images/no3.png) no-repeat;
	padding-left: 60px;
	background-size:50px;
	color:#333333;
	border-bottom:3px solid #039BE5;
	border-left:none;
}
/*---------------------
	ランキング
-----------------------*/
ul.wpp-list{
	margin: 0;
	padding: 0;
	counter-reset: wpp-ranking;
}
ul.wpp-list li{
	list-style: none;
	clear: both;
	overflow: hidden;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
	position: relative;
}
ul.wpp-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	color:#FFF;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	text-align:center;
	opacity:0.999;
	float:left;
	background-color:#56C6EE;
//	border-radius:50%;
//	-moz-border-radius: 50%;
	padding: 3px;
	width: 16px;
}
ul.wpp-list li:nth-child(1):before {
	background-color: #F90;
}
ul.wpp-list li:nth-child(2):before {
	background-color: #ccc;
}
ul.wpp-list li:nth-child(3):before {
	background-color: #C96;
}
ul.wpp-list li img{
	float: left;
	margin-right: 10px;
}
ul.wpp-list li .wpp-post-title{
	text-decoration: none;
	margin-top: 5px;
	color: #222222;
	display: block;
}
ul.wpp-list li span.wpp-views{
	font-size: 10px;
	float: right;
	background: #ededed;
	padding: 2px 5px;
	margin: 4px 0;
	font-weight: normal;
	color:#333333;
}
/*
article table{
	border:1px solid #666666;
	border-collapse: collapse;
	max-width: 660px;
	margin:auto;
}
article table th{
	width:26%;
	text-align: left;
	padding: 2%;
	border:1px solid #666666;
	background: #f3f3f3;
}
article table td{
	width:66%;
	padding: 2%;
	border:1px solid #666666;
}
article table h1,
article table h2,
article table h3,
article table h4,
article table h5{
	border: none;
}
*/
/*---------------------
	新着プラグイン
-----------------------*/
ul#npcatch{
	padding:10px 5px;
	border-top:1px dotted #cccccc;
}
aside ul#npcatch{
	padding:10px 0;
}
ul#npcatch li{
	list-style:none;
	overflow:hidden;
	clear:both;
	margin-bottom:4px;
	padding-botton:4px;
	border-bottom:1px dotted #cccccc;
}
ul#npcatch li img{
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}
aside ul#npcatch li img{
	margin-left:0px;
	padding:0;
}
ul#npcatch li span.date{
	display:block;
	font-size: 0.8em;
	float: right;
}
aside ul#npcatch li span.date{
	display:block;
	font-size: 10px;
	float: right;
	background: #ededed;
	padding: 2px 5px;
	margin: 4px 0;
	font-weight: normal;
	color:#333333;
}
#npcatch .title{
	float:none;
}

/*---------------------
	テーブルレイアウト
-----------------------*/
article table{
	border:none;
	width: 100%;
	margin-top:20px;
	margin-bottom: 20px;
}
article table th{
	background:#eeeeee;
	padding: 8px 10px;
	margin:20px auto 5px auto;
	text-align: left;
	font-weight: bold;
}
article table th,
article table td{
//	font-weight:normal;
	display:block;
	border:none;
}
article table th span{
	color:#ff0000;
	font-size:0.8em;
	margin-left:1em;
}
article table td span{
	font-size:0.8em;
}
article table td textarea,
article table td input{
	max-width:300px;
}
article table td.star{
	color:#FFAE00;
}
article .wpcf7-submit{
	text-align: center;
	margin: auto;
	display: block;
}

.single article figure{
	float: none;
	width: auto;
	margin-right: 0;
	clear: both;
}
.single article figure img{
	max-width: none;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
.single article time{
//	clear: both;
//	float: right;
	font-weight: bold;
}
.single article #primary .category{
	float: right;
}
.single article img{
//	margin:10px auto;
}

.single article #primary img.shop_image{
	max-width:300px;
	width: 100%;
	margin:auto;
	text-align: center;
	display: block;
}
.single .date{
	float: right;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.single .attachment-post-thumbnail{
	clear: both;
	margin:10px auto;
	display: block;
}

/*---------------------
	SNSボタン
-----------------------*/
.single article .snsb_bg{
	clear: both;
	overflow: hidden;
}
.single article .snsb_bg ul.snsb{
	overflow: hidden;
	float: right;
	margin:0 10px 0 0;
	padding: 0;
}
.single article .snsb_bg ul.snsb li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
/*---------------------
	関連記事
-----------------------*/
.single article .kanren section{
	overflow: hidden;
	clear: both;
}
.single article .kanren section a{
	text-decoration:none!important;
}
.single article .kanren figure{
	float: left;
	max-width: 80px;
	width: 25%;
	height: auto;
	margin-right: 2%;
}
.single article .kanren .text_right{
	float: left;
	width: 73%;
}
.single article .kanren .text_right h3{
	border: none;
	margin-top: 3px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.4;
}
.single article .kanren .text_right .category a{
	float: left;
	margin-right:0.5em;
}
.single article .kanren .text_right time{
	font-size: 14px;
}
/*---------------------
	よくある質問
-----------------------*/
dl.faq dt,
dl.faq dd{
	margin-left: 0;
}
.faq_q{
	color: #ffffff;
	background: #ff0000;
	font-size: 15px;
	padding: 1px 5px;
	line-height: 1;
	margin-right: 1em;
	font-family: Impact,Charcoal,"Futura-CondensedExtraBold",sans-serif;
}
.faq_a{
	color: #ffffff;
	background: #01A3FF;
	font-size: 15px;
	padding: 1px 5px;
	line-height: 1;
	margin-right: 1em;
	font-family: Impact,Charcoal,"Futura-CondensedExtraBold",sans-serif;
}
dl.faq dt{
	margin-bottom: 12px;
	font-size: 15px;
}
dl.faq dd{
	margin-bottom: 26px;
	font-size: 14px;
}
/*---------------------
	サイドバー
-----------------------*/
aside .widget{
	max-width:300px;
	margin:auto auto 40px auto;
}
aside .widget_calendar #wp-calendar{
	text-align: center;
	margin:auto;
}
aside .widget h3{
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 12px 10px;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
aside .widget li{
	margin-bottom: 8px;
	font-size: 15px;
}
#s{
//	width: 70%;
	font-size: 1.5em;
	padding: 3px 0;
}
#searchsubmit {
	background: #00ACEE;
	border: none;
	color: #ffffff;
	padding: 7px 10px;
	font-size: 1.2em;
	cursor: pointer;
}
/*---------------------
	ページトップ
-----------------------*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 999;
}
a#totop{
	float: right;
	text-align: left;
	font-size: 12px;
	padding: 10px 15px;
	background: #4bbdd8;
	display: inline;
	margin: 0px;
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}
/*---------------------
	追尾式バナー
-----------------------*/
.footer_baner{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 50px;
}
/*---------------------
	ページナビ
-----------------------*/
.local-navigation{
	text-align: center;
	margin: 15px 0;
}
.local-navigation .page-numbers{
	border:1px solid #cccccc;
	padding: 5px;
}
.local-navigation .current{
	background: #039BE5;
	color: #ffffff;
	border:1px solid #039BE5;
}
/*---------------------
	フッター
-----------------------*/
footer{
	background: #F3F3F3;
	margin-top: 30px;
	clear: both;
}
footer ul.menu{
	text-align: center;
	list-style: none;
	margin:0;
	padding:30px 0;
	font-size: 14px;
}
footer ul.menu li{
	margin-bottom: 10px;
}
footer ul.menu li a{
	text-decoration: none;
}
footer .description{
	text-align: center;
	font-size: 14px;
	margin:0;
	padding:15px 0 15px 0;
//	background: #039BE5;
//	color: #ffffff;
//	font-weight: bold;
}
footer .name{
	text-align: center;
	font-size: 18px;
	margin:0;
	padding:30px 0 30px 0;
	background: #272727;
	color: #ffffff;
}
/*---------------------
	広告
-----------------------*/
article .ad{
	text-align:center;
	margin:5px auto;
	clear:both;
}
article #primary .ad{
	text-align:center;
	margin:5px auto 5px -5px;
}
aside .ad{
	text-align:center;
}
/*---------------------
	ニキビランキング固定ページ
-----------------------*/
article .ranking figure{
	float: left;
	margin: 0 2% 5px 0;
	max-width: 130px;
	width: 30%;
}
article .ranking h3{
	border:none;
	clear:none;
	margin:0 0 5px 0;
	padding:0;
	overflow:hidden;
}
article .ranking h3 .price{
	color: #ff0000;
	font-weight: normal;
	float: right;
	font-size: 0.8em;
}
article .ranking .affilink{
	float: right;
}
article .ranking .text{
	display:none;
}
article .ranking p{
	margin:3px 0;
}
#inline a.affilink{
	color:#ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 14px;
	display: block;
	width: 90%;
	margin:10px auto;
	max-width: 500px;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	background:#1fb258;
//	background: linear-gradient(#9CDA23, #269900);
//	background: linear-gradient(#9CDA23, #1fb258);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
	clear:both;
}
.pickup{
	margin:20px 0;
}
.pickup ul{
    border-radius: 0 4px 4px 4px;
    margin: 0 !important;
//    border: 2px solid #00A948;
    border: 2px solid #ed4f9a;
    padding: 16px;
    background: #fffff8;
}
.pickup ul li{
    list-style: none;
    font-size: 15px;
}
.pickup h3 {
    color: #ffffff;
    background: #00A948;
	background:#ed4f9a;
    padding: 7px 5px 5px 5px;
    margin: 20px 0 0 0;
    border: none;
    width: 9.5em;
    border-radius: 3px 3px 0 0;
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN";
	text-align:center;
}
.keyword{
	margin:20px 0;
}
.keyword ul{
    border-radius: 0 4px 4px 4px;
    margin: 0 !important;
//    border: 2px solid #00A948;
    border: 2px solid #00a751;
    padding: 16px;
    background: #fffff8;
}
.keyword ul li{
    list-style: none;
    font-size: 15px;
}
.keyword h3 {
    color: #ffffff;
    background: #00A948;
	background:#00a751;
    padding: 7px 5px 5px 5px;
    margin: 20px 0 0 0;
    border: none;
    width: 10.5em;
    border-radius: 3px 3px 0 0;
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN";
	text-align:center;
}
@media screen and (min-width: 600px) {
img.alignleft{
	float: left;
	margin-right:2%;
}
img.alignright{
	float: right;
	margin-left:2%;
}

header .main_title img{
	max-width:270px;
}
header .discription{
	text-align: left;
	margin-left: 20px;
//	float: left;
//	margin-top: 60px;
	margin-left: 10px;
}
header .main_title{
//	float: left;
	text-align: left;
	margin-left: 5px;
}
.breadcrumbs{
	margin-left: 10px;
	margin-right: 340px;
}
article {
	width: 100%;
	float: left;
	margin: 0 -340px 0 0;
}

#inline{
	padding: 10px;
	margin:15px auto 0 auto;
}
#primary{
	margin-right: 320px;
	padding:20px 14px;
}
.single #primary{
//	border:1px solid #e1e1e1;
//	padding:0 1%;
	font-size: 16px;
}
aside{
	width:300px;
	float: right;
}
article .btn2_left{
	float:left;
}
article .btn2_right{
	float:right;
}
article h1{
	font-size: 24px;
//	padding:10px 0px;
}
article h2{
	font-size: 18px;
}
article h3{
	font-size: 18px;
}
article h4{
	font-size: 16px;
}
article section p{
	display: inline;
}
article section h2{
	font-size: 16px;
}

/*---------------------
	テーブルレイアウト
-----------------------*/
article table{
	border:1px solid #cccccc;
	border-collapse: collapse;
}
article table th{
	width:30%;
}
article table th span{
	display: block;
}
article table th,
article table td{
	display:table-cell;
	border:none;
	border:1px solid #cccccc;
	padding: 10px;
	font-weight: normal;
}
/*---------------------
	ナビゲーション
-----------------------*/
nav{
	border-bottom: 3px solid #039BE5;
}
nav .menu-toggle{
	display: none;
	margin-bottom: 30px;
	padding: 10px;
	position: static;
	opacity: 1;
}
nav div.menu{
	position: static;
	background: none;
}
nav div.menu ul,
nav div.menu ul.nav-menu{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
nav div.menu ul li,
nav div.menu ul.nav-menu li,
nav div.menu ul.menu li{
	float: left;
	margin:2px 1%;
	list-style: none;
	background: none;
	width: 14%;
}
nav div.menu ul li a,
nav div.menu ul.nav-menu li a,
nav div.menu ul.menu li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	font-size:15px;
}
.single article .kanren .text_right h3{
//	font-size: 18px;
}
.single article #primary img.shop_image{
	max-width:230px;
	width:38%;
	margin-right: 2%;
	margin-bottom: 10px;
	float:left;
}
/*---------------------
	広告
-----------------------*/
article .ad{
	margin:5px auto;
}
h2.ranking1,
h3.ranking1,
h2.ranking2,
h3.ranking2,
h2.ranking3,
h3.ranking3{
	padding-top: 10px;
}
#inline a.affilink{
	font-size:22px;
}
article .ranking .text{
	display:block;
}
}
@media screen and (min-width: 960px) {
article section figure{
	max-width: 130px;
}
article section .text_right{
	width: 76%;
}
.single article .kanren figure{
	max-width: 100px;
}
.single article .kanren .text_right{
	width: 80%;
}
/*---------------------
	絞り込み検索
-----------------------*/
#feas-searchform-1{
	overflow: hidden;
}
#feas-searchform-1 .sbox{
	float: left;
	width: 30%;
	margin-left: 1%;
}
#feas-searchform-1 h3{
	text-align: left;
	margin-left: 12px;
}
#feas-searchform-1 .sbtn{
	float: none;
	margin: auto;
}
h2.ranking1,
h3.ranking1,
h2.ranking2,
h3.ranking2,
h2.ranking3,
h3.ranking3{
	padding-top: 30px;
}
}