@charset "UTF-8";
/* common
---------------------------------------------------------- */
.spTxt{
    display:none;
}
a {
	text-decoration: none;
	border: none;
}
a:hover{
    text-decoration:none;
}

/* header
---------------------------------------------------------- */
header{
    width: 100%;
    background: #FFF;
}
header a{
    color:#636363;
}
.headerInner {
    margin:0px auto;
}
@media (min-width: 1200px) {
.headerInner {
    width: 1120px;
    margin:0px auto!important;
}
}
.headerInner h1 {
    float: left;
    margin-left:1%;
    letter-spacing:1px;
    font-size:250%;
    width: 30%;
    margin-top: 12px;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.headerInner h1 img {
	width: 270px;
}
.headerInner h1 span{
	font-weight: normal;
    color:#636363;
    font-size:32%;
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 1000px) {
.headerInner{
    margin:0px 1%;
}
}
.headerInner #gNavi {
    float: right;
    /*width: 65%;*/
    margin:18px auto;
}
/*
@media (min-width: 1200px) {
.headerInner #gNavi {
	width: 65%;
}
}
*/
.headerInner #gNavi ul{
    float: right;
    width:100%;
}
.headerInner #gNavi li{
    float: left;
    text-align: center;
    margin:0px 15px 0px 0px;
}
.headerInner #gNavi li:last-child{
    margin:0px 0px 0px 0px;
}
.headerInner #gNavi li a{
    font-size:130%;
    line-height:1.5;
	font-family: 'Voltaire','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.headerInner #gNavi li:hover{
    opacity:0.7;
}
.headerInner #gNavi li span{
    display:block;
    color:#979797;
    font-size:55%;
}

/*タブレット*/
@media (min-width: 769px) and (max-width: 999px) {
#gNavi {
    min-width: auto;
    width: 100%;
}
header {
    margin: 0px 2%;
    left: 0;
    background: #FFF;
}
header .headerInner h1{
    pading-top: 0px;
    width: 100%;
}
.headerInner #gNavi {
    clear:both;
    width:100%;
    margin:10px auto;
}
.headerInner #gNavi ul{
    width:84%;
    margin:10px 8%;
    clear:both;
}
}
/* footer
---------------------------------------------------------- */
#pageTop{
    text-align:center;
    background:#eeeeee;
    padding:30px 0px;
}
footer {
    background: #f19296;
    padding:64px 0px 64px;
    color: #FFF;
    text-align:center;
}
footer a h1{
    margin-bottom:20px;
}
footer a h1 img {
	width: 258px;
}
footer a:hover h1{
	opacity: 0.7;
}
address{
    font-size:73%;
    font-style:normal;
}

/*	content
---------------------------------------------------------- */
@media (min-width: 1200px) {
.boxWrap {
    width: 1120px;
    margin:0px auto;
}
}
@media (max-width: 1000px) {
/*.boxWrap{
    margin:0px 3%;
}*/
}
.txtCenter{
    text-align:center;
}
h2{
    text-align:center;
    color:#747474;
    font-size:270%;
    line-height:1.5;
    padding:20px 0px;
    font-family: 'Voltaire';
}
h2 span{
    display:block;
    font-size:30%;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
h3{
    text-align:center;
    margin-bottom:20px;
    color:#636363;
    font-size:160%;
    padding:10px 0px;
    border-top:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
}
.contentWrap{
    width:100%;
    background:#eeeeee;
    line-height:1.5;
}
.boxWrap{
    padding:50px 30px;
}
.boxWrap .boxLeft{
    float:left;
    width:80%;
}
.boxWrap .boxRight{
    float:right;
    width:20%;
    color:#636363;
}
.boxWrap .boxRight .txtCenter{
    font-size:88%;
}
#top .boxWrap .boxLeft .boxInner,
.home .boxWrap .boxLeft .boxInner,
.archive .boxWrap .boxLeft .boxInner,
.search .boxWrap .boxLeft .boxInner{
    width:30%;
    margin:0px 3% 0px 0px;
    float:left;
}
.archive .boxWrap .boxLeft #articleNone .boxInner,
.search .boxWrap .boxLeft #articleNone .boxInner {
	float:none;
	margin:0;
	width:auto;
}
.archive .boxWrap .boxLeft #articleNone,
.search .boxWrap .boxLeft #articleNone {
    padding:3.5%;
    color:#636363;
    background:#FFF;
    border:1px solid #c9c9c9;
	width:90%;
}
.archive .boxWrap .boxLeft #articleNone h2,
.search .boxWrap .boxLeft #articleNone h2 {
    font-size:180%;
    font-weight:lighter;
    text-align:left;
    padding-top:0px;
}
.boxWrap .boxLeft .boxInner:nth-of-type(3n){
    margin:0px 0px 0px 0px;
}
.contentTop .boxInner{
    width:50%;
    float:left;
}
.contentTop{
    position:relative;
    overflow:hidden;
}
.contentTop .boxTit{
    background:rgba(242,156,159,0.5);
    position: absolute;
    width:44%;
    padding:20px 3%;
    bottom:0px;
}
.boxTop{
    margin-bottom:10px;
}
.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:80%;
    letter-spacing:0;
    margin-top:3px;
}
.contentTop .boxTit p{
    font-size:120%;
    line-height:1.5;
		word-wrap: break-word;
}
.contentTop a:hover .boxTit p{
    text-decoration: underline;
}
.contentTop,
.contentTop a,
.contentTop .boxTit a{
    color:#FFF;
}
.contentTop .boxInner img{
    width:100%;
}
.contentTop a:hover .boxInner{
opacity: 0.7;
}
.boxLeft .boxTit{
    color:#636363;
    font-size:108%;
}
.boxTit a{
    color:#636363;
}
.boxWrap .boxRight a:hover .rankingBox img{
	opacity: 0.7;
}
.rankingBox{
    margin-bottom:20px;
}
.rankingBox .rankingImg{
    width:39%;
    float:left;
}
.rankingBox .rankingImg img{
    width:100%;
}
.rankingTxt{
    color:#636363;
}
.rankingTxt dt{
    float:left;
    line-height:1;
    font-size:130%;
    font-family: 'Voltaire';
}
.rankingTxt dd{
    float:right;
    line-height:1;
    font-size:88%;
}
.rankingTxt p{
    clear:both;
    margin-top:5px;
}
.boxTop dl{
    float:left;
}
.boxTop p{
    float:right;
}
.boxWrap .boxLeft .boxTop{
    margin-top:10px;
}
.boxWrap .boxLeft .boxTop dt{
    color:#f19296;
    float:left;
    font-family: 'Voltaire';
}
.boxWrap .boxLeft .boxTop dd{
    font-family: 'Voltaire';
    float:left;
    border-left:1px solid #6e6e6e;
    margin-left:5px;
    margin-top: 3px;
    padding-left:5px;
    letter-spacing:0;
    color:#6e6e6e;
}
.boxWrap .boxLeft .boxTit p{
    font-size:80%;
    color:#636363;
		word-wrap: break-word;
}
.boxWrap .boxLeft .boxTit p:hover{
    text-decoration:underline;
}
.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:93%;
    color:#6e6e6e;
    font-family: 'Voltaire';
}
.boxWrap .boxLeft .boxTop p{
    background-position:left 5px;
}
.rankingTxt dd{
    margin-top:5px;
    background-position:left 1px;
}
.boxWrap .boxLeft .boxInner{
    padding-bottom:40px;
}
.boxImg,
.reccommendBox{
    position:relative;
    overflow:hidden;
}
.boxImg img{
    width:100%;
}
.boxImg a{
    display:block;
    text-align:center; 
}
.boxRight .ranking {
	margin-bottom: 40px;
}
.rankingTxt p{
    font-size:77%;
    line-height: 135%;
	word-wrap: break-word;
}
.boxRight a:hover .rankingBox .rankingTxt p{
    text-decoration:underline;
}
.readmore{
    background:rgba(0,0,0,0.5);
    position:absolute;
    height:100%;
    z-index:2;
    width:100%;
    top:0;
    opacity:0;
}
.readmore dt {
    font-family: 'Voltaire';
}
.reccommendBox .readmore,
.boxImg:hover .readmore{
    opacity:1;
}
.boxImg p{
    font-family: 'Voltaire';
    color:#FFF;
    position:absolute;
    width:50%;
    margin:-0.5em 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:20px;
    top:50%;
    line-height:1.5;
} 
.reccommendBox dd{
    font-size:90%;
	word-wrap: break-word;
}
@media (max-width: 1000px) {
    .reccommendBox dl{
       top:25%;
    }
}
@media (min-width: 769px) and (max-width: 999px) {
    .reccommendBox dl{
        top:5%;
    }
    .reccommendBox dd{
    font-size:70%;
}
}

a:hover .reccommendBox dd{
    text-decoration:underline;
}
.rankingBox .rankingTxt{
    width:58%;
    margin-left:3%;
    float:left;
}
.reccommend{
    padding-top:50px;
}
.reccommend .reccommendBox{
    width:25%;
    float:left;
}
a:hover .reccommendBox{
	opacity: 0.7;
}
.reccommend .reccommendBox img{
    width:100%;
}
.boxRight ol li{
    float:left;
    margin:10px 10px 0px 0px;
}
.boxRight ol li a{
    color:#f19296;
    display:block;
    text-align:center;
    background:#FFF;
    padding:5px 10px;
    border:1px solid #f19296;
    border-radius:3px;
    font-size:80%;
}
.bnrBox {
    margin-top:20px;
}
.bnrBox img{
    margin-top:20px;
    width:100%;
}

/*	detail
---------------------------------------------------------- */
#detail .boxLeft h3,
.single .boxLeft h3,
.error404 .boxLeft h3{
	margin-bottom: 0px;
}
.single .boxLeft h3 {
	margin-bottom: 20px;
}
#detail .boxLeft,
.single .boxLeft,
.error404 .boxLeft{
    width:70%;
    padding:3.5%;
    color:#636363;
    background:#FFF;
    border:1px solid #c9c9c9;
}
#detail .boxLeft img,
.single .boxLeft img,
.error404 .boxLeft img{
	width: 100%;
	height: auto;
}
#detail .boxLeft p,
.single .boxLeft p,
.error404 .boxLeft p{
    color:#636363;
    line-height:1.6;
}
.single .boxLeft p {
   margin-bottom: 15px;
}
#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:180%;
    font-weight:lighter;
    text-align:left;
    padding-top:0px;
}
#detail .boxLeft h3,
.single .boxLeft h3,
.error404 .boxLeft h3{
    text-align:left;
    font-weight:lighter;
}
#detail .boxTop dt,
.single .boxTop dt,
.error404 .boxTop dt{
    font-size:116%;
}
#detail .boxLeft a,
.single .boxLeft a,
.error404 .boxLeft a{
    color:#f19296;
    font-size:88%;
    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:10px 0px;
    display:block;
    font-size:108%;
    width:75%;
    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;
    margin-top:3px;
}
#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{
	display:inline-block;
	margin-top: 40px;
}
#detail .sns li,
.single .sns li,
.error404 .sns li{
    float:left;
		margin-right: 10px;
}
#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;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

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


/*	wp-pagenavi
---------------------------------------------------------- */
.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
	background:#FFFFFF;
	padding:4px 8px;
}
.wp-pagenavi a {
	color:#f19296;
}

/* Rankingページ  2018/4追加
---------------------------------------------------------- */
#ranking h2 span {
	font-size: 50%;
}
#ranking .boxContainer {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
#ranking .box {
	width: 31.333%;
	background: #fff;
	margin: 0 1% 25px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 10px 10px 20px;
	box-sizing: border-box;
	position: relative;
}
#ranking .box a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#ranking .box .readmore {
	text-align: center;
}
#ranking .box:hover .readmore {
	opacity: 1;
}
#ranking .boxImg {
	width: 100%;
	max-height: 227px;
}
#ranking .boxImg img {
	vertical-align: bottom;
}
#ranking .boxTit {
	color: #636363;
	font-size: 112.5%;
	padding-top: 20px;
	word-wrap: break-word;
	line-height: 1.27;
}
#ranking .box:hover .boxTit p {
	text-decoration: underline;
}
#ranking .boxBottom {
	color: #808080;
	font-size: 100%;
	position: relative;
	padding-top: 10px;
}
#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;
}
#ranking .boxBottom dd {
	padding-top: 2px;
	font-size: 81%;
}
#ranking .box::before {
	content: "";
	display: block;
	background: url(../img/ranking/bg_rank-default.png) no-repeat;
	position: absolute;
	width: 50px;
	height: 54px;
	top: 10px;
	left: 20px;
	z-index: 10;
	color: #fff;
	font-family: 'Voltaire';
	font-size: 137.5%;
	text-align: center;
	padding-top: 8px;
}

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

/* 4位以降 */
#ranking .box:nth-of-type(4):before {
	content: "4";
}
#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";
}