@charset "utf-8";

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

	  common

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

body {
	font-family: "ヒラギノ角ゴ 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:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #be2a38; }
a:active { color: #333333; }

/* whole settings */

#wrapper {
	width: 100%;
	height: 100%;
	background: #fafafa;
}

img {
	max-width: 100%;
}

img.wAuto {
	width: auto;
}

* {
    -webkit-appearance: none;
}

/* header */

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

#header h1 {
	text-align: left;
	color: #555;
	padding: 10px 20% 20px 5%;

}

.headerMain {
	width: 100%;
	margin: 0 auto 20px auto;
	position: relative;
}

.headerMain .headSearch {
	width: 80%;
	margin: 10px 50px 10px 10px;
}

.headerMain .headSearch {
	position: relative;
}

.headerMain .headLogo {
	text-align: center;
	margin-bottom: 10px;
}

.headerMain .headSns {
	width: 110px;
	margin: 0 auto;
}

.headerMain .headSns li {
	float: left;
}

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

.gnav {
	display: none;
}



/* main */

#main {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0px 0;
}

.post-type-archive-pr #main,
.single-pr #main{
    padding-top: 0;
}

/* contents */

#content {
	width: 100%;
}

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


/* banner */

.bannerArea01 {
	/*width: 94%;
	margin: 0 3% 5% 3%;*/
	display: none;
}

.bannerArea02 {
	display: none;
}

#side .bannerArea03 {
	width: 300px;
	margin: 20px auto;
	border: 1px solid #fff;
	background: #e5f6ff;
}


/* side */

#side {
	width: 100%;
}

#side h4 {
	border: 1px solid #eee;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	padding: 20px 20px 15px 55px;
	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 #e5f6ff;
	margin-bottom: 20px;
}

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

#side .sideCont ul li {
	margin: 5px;
	padding: 5px 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: #e5f6ff;
}

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

#side .sideCont .ranking .fl {
	width: 25%;
}

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

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

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



/* footer */

#footer {
	height: auto;
	padding: 8% 3% 3% 3%;
	background: #fff;
}

#footer .footCont {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#footer .footCont .footLogo {
	margin: 0 auto 10px auto;
	text-align: center;
}

#footer .footCont .footLogo img {
	width: auto;
}

#footer .footCont .footTxt {
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 60px 10px 0 10px;
	width: 297px;
	height: 76px;
	background: url(../images/foot_txt.jpg) no-repeat top center;
	color: #fff;

}

#footer .footCont .footTxt img {
	width: auto;
}

#footer .footCont ul.fnav {
	width: 90%;
	margin: 0 auto 0 7%;
}

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

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

#footer .footCont ul.fnav li:nth-child(2n+1) {
	clear: both;
	width: 50%;
}

#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: 0;
}


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

#footer .footCont .footSns {
	margin: 20px auto;
	text-align: center;
}

#footer .footSns li {
	display: inline-block;
}

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

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

.pagetop {
	position: fixed;
	bottom: -30;
	right: 10px;
	width: 60px;
}

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

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

.wp-pagenavi span.pages {
	display: block;
	margin: 0 3%;
	border: 0;
}

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

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

/* スマホ用ナビ */

#sp_panel_btn {
	position: fixed;
	top: -10px;
	right: 10px;
	z-index: 9999;
}

#sp_panel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60px;
  background: #e5f6ff;
	border-top: 4px solid #f49a1f;
	z-index: 8999;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fce1bb;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #f49a1f;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #f49a1f;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#sp_panel ul li {
	border-bottom: 2px solid #f49a1f;
	background: #fff;
}
#sp_panel ul li:first-of-type {
	border-top: 2px solid #f49a1f;
}
#sp_panel ul li a {
	padding: 5% 7%;
	font-size: 120%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(../images/icon_star.png) no-repeat 10px 50%;

}
