@charset "utf-8";

/*--------------------

	  common

--------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height:1.5;
	letter-spacing:0;
	color: #333333;
}

/* links */

a{transition: all 0.3s;}
a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #be2a38; }
a:hover img { opacity: 0.6;}
a:active { color: #333333; }

/* whole settings */

#wrapper {
	width: 100%;
	height: 100%;
	/*background: #fafafa url(../images/main_bg.png) no-repeat 50% 240px;*/
	background-attachment: fixed;
}

.mv {
	margin-bottom: 20px;
}

/* header */

#header {
	background: #fff;
	border-top: 4px solid #f49a1f;
	border-bottom: 1px solid #fce1bb;
}

#header h1 {
	text-align: center;
	color: #555;
	padding: 10px 0 20px 0;
}

.headerMain {
	width: 1068px;
	margin: 20px auto 10px auto;
	position: relative;
}

.headerMain .headSearch {
	width: 370px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 25px;
}

.headerMain .headLogo {
	text-align: center;
}

.headerMain .headSns {
	width: 110px;
	position: absolute;
	top: 25px;
	right: 10px;
}

.headerMain .headSns li {
	float: left;
}

.headerMain .headSns li:nth-child(2) {
	margin: 0 5px;
}

.gnav {
	width: 100%;
	height: 54px;
	border-top: 1px solid #fce1bb;
}

.gnav ul {
	width: 1068px;
	margin: 0 auto;
	height: 54px;
}

.gnav li {
	float: left;
	padding: 0 1.5% 0 3.5%;
	height: 50px;
	text-align: center;
	border-bottom: 4px solid #fff;
	transition: all 0.3s;
  background: url(../images/icon_star.png) no-repeat left 10px center / auto;
}

.gnav li a {
	display: block;
	height: 30px;
	padding: 10px 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.gnav li a img{
  vertical-align: middle;
}

.home li.gnav01 a {
	background-position: bottom left;
}

.category-2 li.gnav02 a {
	background-position: bottom left;
}
.category-3 li.gnav03 a {
	background-position: bottom left;
}
.category-4 li.gnav04 a {
	background-position: bottom left;
}
.category-5 li.gnav05 a {
	background-position: bottom left;
}


/* main */

#main {
	width: 1068px;
	margin: 0 auto;
	padding: 20px 0 60px 0;
}



/* contents */

#content {
	width: 728px;
	float: left;
}
.post-type-archive-pr #content,
.single-pr #content{
    float: none;
    margin: 0 auto;
}

.contentWrap{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
}


/* banner */

.bannerArea01,
.bannerArea02 {
	width: 728px;
	height: 90px;
	margin-bottom: 28px;
	border: 1px solid #fff;
	background: #fee;
}

.bannerArea02 {
	margin-top: 28px;
}

#side .bannerArea03 {
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fee;
}


/* side */

#side {
	width: 300px;
	float: right;
}

#side h4 {
	border: 1px solid #eee;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	padding: 20px 20px 15px 70px;
	background: #fff url(../images/icon_h2.png) no-repeat left 10px center / auto;
	font-size: 18px;
	font-weight: bold;
}

#side .sideCont {
	box-sizing: border-box;
	background: #fff;
	border: 7px solid #fce1bb;
	margin-bottom: 20px;
}

#side .sideCont a {
	text-decoration: none;
	display: block;
}

#side .sideCont ul li {
	margin: 5px;
	padding: 10px 5px 10px 5px;
}

#side .sideCont ul li+li {
	border-top: 1px dotted #aaa;
}

#side .sideCont p.moreBtn {
	text-align: center;
	padding: 10px 0;
}

#side .sideCont p.moreBtn a {
	border: 1px solid #eee;
	margin: 10px;
	padding: 5px;
}

#side .sideCont p.moreBtn a:hover{
	background: #fce1bb;
}

#side .sideCont .date {
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}

#side .sideCont .ranking .fl {
	width: 55px;
}

#side .sideCont .ranking .fl img {
	width: 100%;
	height: auto;
}

#side .sideCont .ranking .fr {
	width: 205px;
	margin-left: 5px;
}

#side .sideCont .ranking .fr a {
	text-decoration: none;
}



/* footer */

#footer {
	height: 319px;
	padding-top: 40px;
	background: #fff;
}

#footer .footCont {
	width: 1068px;
	margin: 0 auto;
	height: 246px;
	position: relative;
}
#footer.pr,
#footer.pr .footCont{
  height: auto;
}

#footer .footCont .footLogo {
	float: left;
	margin-right: 18px;
	padding-top: 20px;
}

#footer .footCont .footTxt {
	float: left;
	margin-right: 50px;
	padding: 50px 10px 0 10px;
	width: 277px;
	height: 86px;
	background: url(../images/foot_txt.jpg) no-repeat top center;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#footer .footCont ul.fnav {
	float: left;
	width: 340px;
}

#footer .footCont ul.fnav li {
	float: left;
	background: url(../images/icon_star.png) no-repeat 0% 50%;
	padding: 5px 0 5px 25px;
  width: 140px;
}

/* #footer .footCont ul.fnav li:first-child {
	width: 122px;
}

#footer .footCont ul.fnav li:nth-child(2n+1) {
	clear: both;
	width: 150px;
} */
#footer.pr .footCont ul.fnav {
  float: none;
  width: auto;
  text-align: center;
      margin: 0 auto;
}
#footer.pr .footCont ul.fnav li{
  float: none;
  width: auto;
  text-align: center;
  background: none;
  padding: 5px 0;
}

#footer .footCont ul.fnav li a {
	font-size: 15px;
	text-decoration: none;
}

#footer .footCont .footSns {
	float: right;
}

#footer .footSns li {
	float: left;
}

#footer .footSns li:nth-child(2) {
	margin: 0 5px;
}

#footer .copyright {
	text-align: center;
	color: #333;
	clear: both;
	padding: 20px 0;
}

.pagetop {
	position: fixed;
	bottom: -300px;
	right: 20px;
	transition: .4s;
}

.pagetop.is-active:hover {
	bottom: 10px;
}

.pagetop.is-active {
	bottom: -110px;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none !important;
    border: 1px solid #BFBFBF !important;
    padding: 10px 15px !important;
    margin: 2px !important;
}

.wp-pagenavi span.current {
    background: #f49a1f;
    color: #fff;
}

.rankCont {
    counter-reset: ranking;
    position: relative;
}

.rankCont ul li {
	position: relative;
		counter-increment: ranking;
}

/*.rankCont ul li:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  line-height:20px;
  width: 83px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  margin: 5px 0 0px 5px;
}*/

.rankCont ul li:after {
	content:counter(ranking, decimal);
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: #be2a38;
	border: 3px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
/*

.rankCont ul li:first-child:after {
	content:"1";
}

.rankCont ul li:nth-child(2):after {
	content:"2";
}

.rankCont ul li:nth-child(3):after {
	content:"3";
}

.rankCont ul li:nth-child(4):after {
	content:"4";
}

.rankCont ul li:nth-child(5):after {
	content:"5";
}
*/


input.search-field {
	-webkit-appearance: none;
    width:360px;
    height:25px;
    margin-bottom: 30px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border:1px solid #efefef;
    behavior: url(/PIE.htc);
    padding:5px;
}
input.search-submit {
	-webkit-appearance: none;
	height:20px;
    margin-left: -42px;
    box-shadow: none;
    background-image: url(../images/icon_search.jpg);
    background-repeat: no-repeat;
    width: 30px;
    text-indent: -60px;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    cursor: pointer;
    border: none;
}
.screen-reader-text {
    display: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

#sp_panel {
	display: none;
}
