@charset "utf-8";
/* common
---------------------------------------------------------- */
a {
	text-decoration: none;

}
#wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    padding-top: 0px;
}
.pcTxt {
    display: none;
}
#pageTop a img{
	width: 20px;
}
/*#contents {
    position: relative;
}*/

/* header
---------------------------------------------------------- */
header {
    width: 100%;
    position:relative;
    padding: 0px 0px;
    height:60px!important;
	margin:  0px auto;
    /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);*/
    background: #FFF;
    z-index: 1000;
    border-bottom: 1px solid #bfbfbf;
    top: 0!important;
}
header h1 {
    text-align:center;
    color:#d17575;
    font-size:174%;
    padding-top:15px;
    font-family: 'Voltaire';
}
header h1 img {
	width: 200px;
}
header nav li a {
    font-size: 110%;
    letter-spacing: 2px;
    color: #FFFFFF;
}

/*スライドメニュー*/
#gNavi {
    display: none;
    position:relative;
    margin:0px;
    padding:0px 0px 60px!important;
    text-align:center;
    background: #e5e5e5;
    position: absolute;
    visibility: visible;
    overflow:visible;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
}
#gNavi h1{
    margin-top:60px;
}
#gNavi h1 img {
    width: 200px;
}
header .open {
    position: absolute;
    background: url(../img/sp/ico_open.png) no-repeat right 0;
    background-size: 25px 23px;
    float:right;
    width:25px;
    height:23px;
    margin-top:-12px;
    top:50%;
    right:5%;
    z-index: 100;
    display: block;
    cursor: pointer; 
}
header .close {
    background: url(../img/sp/ico_close.png) no-repeat right 0 #e5e5e5;
    background-size: 25px auto;
    position:absolute;
    width:25px;
    height:23px;
    top:15px;
    right:5%;
    cursor: pointer;
	z-index: 1000;
}
#gNavi ul{
    margin-top:20px;
    border-bottom: 1px solid #bfbfbf;
}
#gNavi li {
    border-top: 1px solid #bfbfbf;
}
#gNavi li a {
    display: block;
    text-align: center;
    font-size:138.5%;
    color: #636363;
    padding: 20px 0px;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
#gNavi li a span {
    color: #979797;
    font-size: 65%;
    margin-left:6px;
    letter-spacing:0;
}
#gNavi li.active a span{
    background:none;
}
#gNavi {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    padding: 0px 0px 0px 0px;*/
}
/* footer
---------------------------------------------------------- */
#pageTop{
    text-align:center;
    background:#eeeeee;
    padding:15px 0px;
}
footer {
    background: #f19296;
    padding:32px 0px;
    color: #FFF;
    text-align:center;
}
footer a h1{
    margin-bottom:10px;
    font-size:170%;
}
footer a h1 img {
	width: 150px;
}
address{
    font-size:60%;
    font-style:normal;
}
/*	content
---------------------------------------------------------- */
.txtCenter{
    text-align:center;
}
h2{
    text-align:center;
    color:#747474;
    font-size:189%;
    line-height:1.5;
    padding:0px 0px 20px;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
h2 span{
    display:block;
    font-size:40%;
}
h3{
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    text-align:center;
    color:#636363;
    font-size:189%;
    padding:30px 0px 10px;
    border-top:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
}
h3.none{
    border-bottom:0px;
    border-top:0px;
    padding-top:0px;
}
.contentTop .boxInner{
    position:relative;
    overflow:hidden;
}
.contentTop .boxTit{
    background:rgba(242,156,159,0.5);
    position: absolute;
		width: 94%;
    padding:20px 3%;
    bottom:0px;
}
.contentTop .boxTit dt{
    float:left;
    border-right:1px solid #FFF;
    margin-right:5px;
    padding-right:5px;
    font-family: 'Voltaire';
}
.contentTop .boxTit dd{
    float:left;
    font-size:85%;
    letter-spacing:0;
    margin-top:2px;
    margin-bottom:5px;
    font-family: 'Voltaire';
}
.contentTop .boxTit p{
    line-height:1.4;
}
.contentTop a:hover .boxInner{
		opacity: 0.7;
}
.contentTop a:hover .boxInner p{
    text-decoration: underline;
}
.contentTop,
.contentTop a,
.contentTop .boxTit a{
    color:#FFF;
}
.contentTop .boxInner img{
    width:100%;
}
.boxLeft .boxTit{
    color:#636363;
    font-size:108%;
    margin-top:5px;
}
.boxTit a{
    color:#636363;
}
.ranking{
    background:#eeeeee;
    margin-bottom: 30px;
}
.rankingBox,
.boxLeft .boxInner{
    padding: 6% 3%;
}
.ranking a,
.boxLeft .boxInner {
	display: block;
    border-bottom:1px solid #c9c9c9;
}
.boxLeft .boxInner:last-child{
    border-bottom:0px;
}
.boxWrap .boxLeft .boxTop dt{
    color:#f19296;
    font-size:88%;
    float:left;
    font-family: 'Voltaire';
}
.boxWrap .boxLeft .boxTop dd{
    float:left;
    font-size:77%;
    border-left:1px solid #6e6e6e;
    margin-left:5px;
    padding-left:5px;
    margin-top:2px;
    letter-spacing:0;
    color:#636363;
    font-family: 'Voltaire';
}
.boxWrap .boxLeft .boxTit p{
    font-size:80%;
    color:#636363;
    line-height:1.4;
}
.boxWrap .boxLeft .boxTit p:hover{
    text-decoration:underline;
}
.rankingBox .rankingImg,
.boxLeft .boxImg{
    width:33%;
    float:left;
}
a:hover .rankingBox img{
	opacity: 0.7;
}
.rankingBox .rankingImg img{
    width:100%;
}
.rankingTxt{
    color:#636363;
}
.rankingTxt dt{
    float:left;
    line-height:1;
    color:#f19296;
    font-size:120%;
    font-family: 'Voltaire';
}
.rankingTxt dd{
    float:right;
    line-height:1;
    font-size:88%;
    font-family: 'Voltaire';
}
.rankingTxt p{
    clear:both;
    line-height:1.5;
    margin-top:5px;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.boxTop dl{
    float:left;
}
.boxTop p{
    float:right;
}
.contentTop .boxTop p{
    background:url(../img/ico_eye_w.png) no-repeat left center;
    padding-left:20px;
    font-family: 'Voltaire';
}
.boxWrap .boxLeft .boxTop p,
.rankingTxt dd{
    background:url(../img/ico_eye_b.png) no-repeat left center;
    padding-left:20px;
    font-weight:0;
    font-size:77%;
    color:#636363;
    line-height: 100%;
    font-family: 'Voltaire';
}
.boxImg,
.reccommendBox{
    position:relative;
    overflow:hidden;
}
.boxRight .txtCenter{
    font-size:88%;
    color:#636363;
    margin-bottom:10px;
}
.boxImg img{
    width:100%;
}
.boxImg a{
    display:block;
    text-align:center; 
}
.rankingTxt p{
    font-size:88%;
}
.boxRight a:hover .rankingBox .rankingTxt p{
    text-decoration:underline;
}
.readmore{
    background:rgba(0,0,0,0.5);
    position:absolute;
    height:100%;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    z-index:2;
    width:100%;
    top:0;
    opacity:0;
}
.reccommendBox .readmore,
.boxImg:hover .readmore{
    opacity:1;
}
.boxImg p{
    color:#FFF;
    position:absolute;
    width:50%;
    margin:-1em auto 0px;
    padding:3px 0px;
    left:0;
    right:0;
    top:50%;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
} 
.reccommendBox dl{
    color:#FFF;
    position:absolute;
    padding:10px 10px;
    top:0%;
    line-height:1.5;
} 
.reccommendBox dl dt{
    font-size:80%;
}
.reccommendBox dd{
    font-size:70%;
}
a:hover .reccommendBox dd{
    text-decoration:underline;
}
.rankingBox .rankingTxt,
.boxWrap .boxLeft .boxtxtWrap{
    width:64%;
    margin-left:3%;
    float:left;
}
.reccommend{
    padding-top:30px;
}
.reccommend .reccommendBox{
    width:50%;
    float:left;
}
.reccommend .reccommendBox img{
    width:100%;
}
.boxRight ol{
    margin:0px 5%;
}
.boxRight ol li{
    float:left;
    margin:10px 10px 0px 0px;
}
.boxRight ol li a{
    color:#f19296;
    display:block;
    text-align:center;
    background:#FFF;
    padding:10px;
    border:1px solid #f19296;
    border-radius:3px;
    font-size:80%;
}
.bnrBox {
    margin-top:30px;
}
.bnrBox img{
    width:50%;
    float:left;
}
.bnrBox a:hover img{
	opacity: 0.7;
}

/*	list
---------------------------------------------------------- */
.archive .boxWrap .boxLeft,
.search .boxWrap .boxLeft {
	padding-top:30px;
}
.archive .boxWrap .boxLeft #articleNone,
.search .boxWrap .boxLeft #articleNone {
    color:#636363;
    background:#FFF;
	padding:0 5% 5%;
}
.archive .boxWrap .boxLeft #articleNone .boxInner,
.search .boxWrap .boxLeft #articleNone .boxInner {
	padding:0;
	margin-bottom:20px;
}
.archive .boxWrap .boxLeft #articleNone .boxtxtWrap,
.search .boxWrap .boxLeft #articleNone .boxtxtWrap {
	float:none;
	width:auto;
}
.archive .boxWrap .boxLeft #articleNone h2,
.search .boxWrap .boxLeft #articleNone h2 {
    font-size:120%;
    font-weight:lighter;
    line-height: 145%;
    text-align:left;
    padding-top:15px;
}
.archive .boxWrap .boxLeft #articleNone .page-content p,
.search .boxWrap .boxLeft #articleNone .page-content p {
    color:#636363;
    font-size:80%;
    line-height:1.7;
}

/*	detail
---------------------------------------------------------- */
#detail .boxLeft,
.single .boxLeft,
.error404 .boxLeft{
    color:#636363;
    background:#FFF;
		padding: 5% 5% 0px;
}
.error404 .boxWrap .boxLeft .boxtxtWrap {
	width:auto;
	float:none;
}
#detail .boxLeft p,
.single .boxLeft p,
.error404 .boxLeft p{
    color:#636363;
    font-size:80%;
    line-height:1.7;
}
.single .boxLeft p {
	margin-bottom: 15px;
}
#detail .boxLeft img,
.single .boxLeft img,
.error404 .boxLeft img{
	width: 100%;
	height: auto;
}
#detail .boxWrap .boxLeft .boxTop,
.single .boxWrap .boxLeft .boxTop,
.error404 .boxWrap .boxLeft .boxTop{
    margin-top:0px;
}
#detail .boxLeft h2,
.single .boxLeft h2,
.error404 .boxLeft h2{
    font-size:120%;
    font-weight:lighter;
    line-height: 145%;
    text-align:left;
    /*padding-top:15px;*/
}
#detail .boxLeft h3,
.single .boxLeft h3,
.error404 .boxLeft h3{
    text-align:left;
	font-size:108%;
	padding: 10px 0px;
	line-height: 1.5;
    font-weight:lighter;
}
.single .boxLeft h3 {
    margin-bottom: 15px;
}
#detail .boxLeft .boxInner,
.single .boxLeft .boxInner,
.error404 .boxLeft .boxInner{
	padding: 0px;
	margin-bottom: 20px;
}
#detail .boxTop dt,
.single .boxTop dt,
.error404 .boxTop dt{
    font-size:116%;
}
#detail .boxTop dd,
.single .boxTop dd,
.error404 .boxTop dd{
    font-size:80%;
		margin-top: 5px;
}
#detail .boxLeft a,
.single .boxLeft a,
.error404 .boxLeft a{
    color:#f19296;
    font-size:80%;
		line-height: 1.5;
    text-decoration:underline;
}
#detail .boxLeft a:hover,
.single .boxLeft a:hover,
.error404 .boxLeft a:hover{
    text-decoration:none;
}
#detail .boxLeft p.btn a,
.single .boxLeft p.btn a,
.error404 .boxLeft p.btn a{
    color:#FFF;
    border-radius:3px;
    padding:15px 0px;
    display:block;
    font-size:108%;
    width:90%;
    margin:0px auto;
    background:#f19296;
    text-align:center;
    text-decoration:none;
}
#detail .boxTop p,
.single .boxTop p,
.error404 .boxTop p{
    float:left;
    margin-left:20px;
		
}
#detail .keyword,
.single .keyword,
.error404 .keyword {
	margin-top: 30px;
}
#detail .keyword p,
.single .keyword p,
.error404 .keyword p{
    float:left;
    font-size:108%;
    font-family: 'Voltaire';
    margin:12px 10px 0px 0px;
}
#detail .keyword ol,
.single .keyword ol,
.error404 .keyword ol{
    float:left;
}
#detail .keyword ol li,
.single .keyword ol li,
.error404 .keyword ol li{
    float:left;
    margin:10px 10px 0px 0px;
}
#detail .keyword ol li a,
.single .keyword ol li a,
.error404 .keyword ol li a{
    color:#f19296;
    text-decoration:none;
    display:block;
    text-align:center;
    background:#FFF;
    padding:6px 15px;
    border:1px solid #f19296;
    border-radius:3px;
    font-size:80%;
}
#detail .sns,
.single .sns,
.error404 .sns{
	text-align: center;
}
#detail .sns ol,
.single .sns ol,
.error404 .sns ol{
	margin: 20px auto;
	display: inline-block;
}
#detail .sns li,
.single .sns li,
.error404 .sns li{
    float:left;
		margin-right: 5px;
		margin-top: 10px;
}
/* SP時非表示 */
#detail .sns li:nth-child(4),
.single .sns li:nth-child(4),
.error404 .sns li:nth-child(4),
#detail .sns li:nth-child(5),
.single .sns li:nth-child(5),
.error404 .sns li:nth-child(5),
#detail .sns li:nth-child(6),
.single .sns li:nth-child(6),
.error404 .sns li:nth-child(6){
display: none;
}
#detail .sns li:last-child,
.single .sns li:last-child,
.error404 .sns li:last-child{
	margin-right: 0px;
}
.fb-share-button span{
		width: 60px;
		height: 60px;
}
#detail .fb_iframe_widget span,
.single .fb_iframe_widget span,
.error404 .fb_iframe_widget span{
		width: 60px;
		height: 60px;
}
/* [Twitter] */
.sc-tw {
	width: 60px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

#detail .sc-tw a,
.single .sc-tw a,
.error404 .sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 400 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
	text-align: center;
}
#detail .boxtxtWrap,
.single .boxtxtWrap,
.error404 .boxtxtWrap{
	width: 100% !important;
	margin-left: 0 !important;
}
#detail .boxImg,
.single .boxImg,
.error404 .boxImg{
	width: 100%;
}
/*.boxLeft .boxInner{
	border-bottom:0px;
}*/
#detail .rankingBox .boxInner,
.single .rankingBox .boxInner,
.error404 .rankingBox .boxInner{
	border-bottom: 1px;
}
.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}



/*	wp-pagenavi
---------------------------------------------------------- */
.wp-pagenavi {
	margin:30px 0;
	text-align:center;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
	background:#FFFFFF;
	padding:4px 8px;
	margin:2px 4px;
}
.wp-pagenavi a {
	color:#f19296;
}
/*	Rankingページ
---------------------------------------------------------- */
#ranking .contentWrap {
	background-color: #eee;
}
#ranking .boxWrap {
	padding: 30px 0 50px 0;
	margin: 0;
}
#ranking .boxContainer {
	width: 100%;
}
#ranking .box {
	width: 48%;
	background: #fff;
	margin: 0 1% 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding: 5px 5px 10px;
	box-sizing: border-box;
}
#ranking .box a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#ranking .box a {
	border: none;
}
#ranking .box .readmore {
	text-align: center;
}
#ranking .box:hover .readmore {
	opacity: 1;
}
#ranking .boxImg {
	width: 100%;
}
#ranking .boxTit {
	color: #636363;
	line-height: 1.23;
	padding-top: 10px;
	word-wrap: break-word;
	font-size: 81%;
}
#ranking .box:hover .boxTit p {
	text-decoration: underline;
}
#ranking .boxBottom {
	color: #808080;
	position: relative;
	padding-top: 10px;
	font-size: 77%;
}
#ranking .boxBottom p {
	position: absolute;
	background: url(../img/ico_eye_b.png) no-repeat left center;
	padding-left: 20px;
	color: #808080;
	font-family: 'Voltaire';
	display: inline-block;
	right: 0;
	bottom: 0;
}
#ranking .boxBottom dl {
	float: left;
	font-family: 'Voltaire';
}
#ranking .boxBottom dt {
	color: #f19296;
	font-family: 'Voltaire';
}
#ranking .boxBottom dd {
	padding-top: 5px;
}

#ranking .box::before {
	content: "";
	display: block;
	background: url(../img/ranking/bg_rank-default.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 25px;
	height: 22px;
	top: 5px;
	left: 10px;
	z-index: 10;
	color: #fff;
	font-family: 'Voltaire';
	text-align: center;
	font-size: 93.7%;
	padding: 5px 0;
}

/* 1位 〜 3位 */
#ranking .box:nth-of-type(1) {
	border-top: 5px solid #d8bc03;
	padding-top: 0;
}
#ranking .box:nth-of-type(1):before {
	background: url(../img/ranking/bg_rank-01.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 43px;
	top: 0;
}
#ranking .box:nth-of-type(2) {
	border-top: 5px solid #959595;
	padding-top: 0;
}
#ranking .box:nth-of-type(2):before {
	background: url(../img/ranking/bg_rank-02.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 43px;
	top: 0;
}
#ranking .box:nth-of-type(3) {
	border-top: 5px solid #a87d39;
	padding-top: 0;
}
#ranking .box:nth-of-type(3):before {
	background: url(../img/ranking/bg_rank-03.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 43px;
	top: 0;
}

/* 4位以降 */
#ranking .box:nth-of-type(4):before {
	content: "4";
	text-align: center;
}
#ranking .box:nth-of-type(5):before {
	content: "5";
}
#ranking .box:nth-of-type(6):before {
	content: "6";
}
#ranking .box:nth-of-type(7):before {
	content: "7";
}
#ranking .box:nth-of-type(8):before {
	content: "8";
}
#ranking .box:nth-of-type(9):before {
	content: "9";
}

#ranking .box:nth-of-type(10):before {
	content: "10";
}
#ranking .box:nth-of-type(11):before {
	content: "11";
}
#ranking .box:nth-of-type(12):before {
	content: "12";
}
#ranking .box:nth-of-type(13):before {
	content: "13";
}

#ranking .box:nth-of-type(14):before {
	content: "14";
}

#ranking .box:nth-of-type(15):before {
	content: "15";
}
#ranking .box:nth-of-type(16):before {
	content: "16";
}
#ranking .box:nth-of-type(17):before {
	content: "17";
}
#ranking .box:nth-of-type(18):before {
	content: "18";
}

#ranking .box:nth-of-type(19):before {
	content: "19";
}

#ranking .box:nth-of-type(20):before {
	content: "20";
}

#ranking .box:nth-of-type(21):before {
	content: "21";
}

#ranking .box:nth-of-type(22):before {
	content: "22";
}

#ranking .box:nth-of-type(23):before {
	content: "23";
}

#ranking .box:nth-of-type(24):before {
	content: "24";
}

#ranking .box:nth-of-type(25):before {
	content: "25";
}

#ranking .box:nth-of-type(26):before {
	content: "26";
}

#ranking .box:nth-of-type(27):before {
	content: "27";
}

#ranking .box:nth-of-type(28):before {
	content: "28";
}

#ranking .box:nth-of-type(29):before {
	content: "29";
}

#ranking .box:nth-of-type(30):before {
	content: "30";
}

#ranking .box:nth-of-type(31):before {
	content: "31";
}

#ranking .box:nth-of-type(32):before {
	content: "32";
}

#ranking .box:nth-of-type(33):before {
	content: "33";
}

#ranking .box:nth-of-type(34):before {
	content: "34";
}


#ranking .box:nth-of-type(35):before {
	content: "35";
}

#ranking .box:nth-of-type(36):before {
	content: "36";
}

#ranking .box:nth-of-type(37):before {
	content: "37";
}

#ranking .box:nth-of-type(38):before {
	content: "38";
}

#ranking .box:nth-of-type(39):before {
	content: "39";
}

#ranking .box:nth-of-type(40):before {
	content: "40";
}

#ranking .box:nth-of-type(41):before {
	content: "41";
}

#ranking .box:nth-of-type(42):before {
	content: "42";
}

#ranking .box:nth-of-type(43):before {
	content: "43";
}

#ranking .box:nth-of-type(44):before {
	content: "44";
}

#ranking .box:nth-of-type(45):before {
	content: "45";
}

#ranking .box:nth-of-type(46):before {
	content: "46";
}


#ranking .box:nth-of-type(47):before {
	content: "47";
}

#ranking .box:nth-of-type(48):before {
	content: "48";
}

#ranking .box:nth-of-type(49):before {
	content: "49";
}

#ranking .box:nth-of-type(50):before {
	content: "50";
}


/* テスト */
#ranking .box.box-49:before {
	content: "49";
}
#ranking .box.box-50:before {
	content: "50";
}