@charset "utf-8";

/* =======================================

	base.css
	Last Up Date 2014/10/09

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. body
		-font
	 	-a
	 	-decoration
	
	2. #header
	    -#headContents
	    -#headSns
	
	3. #topContents

	4. #wrapper

	5. #contents
	    -.box01
	    -.box02
	    -.boxSerialization

	6. #sidebar
	
	7. #footer
		-#pageTopContents
		-#footerContents
	
	X. commonStyle

========================================== */


/* body
========================================== */
body
{
    background-image: url(../img/bg02.jpg)
}

/*---------------------------------------------------------- font ---*/

h2{
    font-size:154%;
    color:#808183;
}

h3{
    font-size: 108%;
    color: #808183;
    font-weight: bold;
}

h4{
    font-size: 93%;
    color: #808183;
    font-weight: bold;
}


p{
    font-size:108%;
    color:#808183;
    line-height:1.8;
}

strong{
    font-weight: bold;
}

/*---------------------------------------------------------- a ---*/
a{
    color: #646464;
    text-decoration: none;
    outline:none;
}

a:hover{
    color: #00788C;
    text-decoration: none;
}

a:focus{
    color: #00788C;
    outline:none;
}

a.underLine{
    text-decoration: none;
}

/*---------------------------------------------------------- decoration ---*/




/* #header
========================================== */
#header{
    width:100%;
    margin-bottom: 30px;
    padding-top:60px;
    position: relative;
}
/*---------------------------------------------------------- #headContents ---*/
#header #headContents {
    width: 400px;
				height: 120px;
    margin: 0 auto 22px auto;
    position: relative;
}
#header #headContents .headLogo{
    margin: 0 auto;
    width:400px;
    height: 120px;
}

#header #headContents .headLogo a{
    display: block;
    height: 120px;
    /*text-indent: -100px;*/
    overflow: hidden;
    background: url(/wp-content/uploads/2016/01/akimama_logo_160126.png) top left no-repeat;
}
#header #headContents .headLogo a:hover{
    opacity: 0.5;
}
#header #headContents .headLogo a span{
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    /*text-indent: -9999px;*/
}

#header #headContents p#headDescription {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    font-size: 0%;
}

/*---------------------------------------------------------- #glovalNav ---*/
#header #glovalNav {
    clear: both;
    width: 952px;
    margin: 0 auto;
    padding-top: 14px;
}
#header #glovalNav ul{
}
#header #glovalNav ul li{
    display:block;
    float: left;
    height: 32px;
    cursor: pointer;
    background-image: url(../img/header/icon_nav.png);
}
#header #glovalNav ul li.home{
    width: 90px;
    background-position: 0 0;
}
#header #glovalNav ul li.home.current,
#header #glovalNav ul li.home:hover{
    background-position: 0 -33px;
}
#header #glovalNav ul li.tozan{
    width: 123px;
    background-position: -90px 0;
}
#header #glovalNav ul li.tozan.current,
#header #glovalNav ul li.tozan:hover{
    background-position: -90px -33px;
}
#header #glovalNav ul li.outdoor{
    width: 123px;
    background-position: -213px 0;
}
#header #glovalNav ul li.outdoor.current,
#header #glovalNav ul li.outdoor:hover{
    background-position: -213px -33px;
}
#header #glovalNav ul li.fes{
    width: 123px;
    background-position: -336px 0;
}
#header #glovalNav ul li.fes.current,
#header #glovalNav ul li.fes:hover{
    background-position: -336px -33px;
}
#header #glovalNav ul li.gohan{
    width: 123px;
    background-position: -459px 0;
}
#header #glovalNav ul li.gohan.current,
#header #glovalNav ul li.gohan:hover{
    background-position: -459px -33px;
}
#header #glovalNav ul li.fashion{
    width: 123px;
    background-position: -582px 0;
}
#header #glovalNav ul li.fashion.current,
#header #glovalNav ul li.fashion:hover{
    background-position: -582px -33px;
}
#header #glovalNav ul li.dougu{
    width: 123px;
    background-position: -705px 0;
}
#header #glovalNav ul li.dougu.current,
#header #glovalNav ul li.dougu:hover{
    background-position: -705px -33px;
}
#header #glovalNav ul li.culture{
    width: 124px;
    background-position: -828px 0;
}
#header #glovalNav ul li.culture.current,
#header #glovalNav ul li.culture:hover{
    background-position: -828px -33px;
}
#header #glovalNav ul li a{
    /*text-indent: -100px;*/
    display: block;
    overflow: hidden;
    height: 32px;
}
#header #glovalNav ul li a span{
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    /*text-indent: -9999px;*/
}
/*---------------------------------------------------------- #headSns ---*/
#footer #headSns {
    width: 100%;
    height: 40px;
}
#footer #headSns .snsBtn {
    width: 500px;
    margin: 0 auto;
    margin-top: 2px;
}
#footer #headSns .snsBtn ul {
    float: left;
}
#footer #headSns .snsBtn ul li {
    float: left;
    /*padding-top: 1px;*/
}
#footer #headSns .snsBtn ul li.twi {
    margin-right: 10px;
}
#footer #headSns .snsBtn ul li.twi_page {
    margin-right: 10px;
}
#footer #headSns .snsBtn ul li.fb_page {
    margin-right: 12px;
}
#footer #headSns .snsBtn ul li.fb {
    margin-right: 10px;
}
#footer #headSns .snsBtn ul li.hb {
    margin-left: 4px;
}
#footer #headSns .snsBtn ul li.g {
    margin-left: 4px;
}
#footer #headSns .snsBtn ul li.rss {
    margin-top: 3px;
    margin-left: 4px;
}


/* #topContents
========================================== */
#topwrapper{
    width: 1006px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#topContents{
    width: 728px;
    margin: 0 auto;
    padding-bottom: 30px;
    float: left;
}
#topContents ul{
}
#topContents ul li{
    float: left;
    width: 226px;
    height: 320px;
    margin-right: 16px;
}
#topContents ul li:last-child{
    margin-right: 0;
}
#topContents ul li dl{}
#topContents ul li dl dt{
    position: relative;
    cursor: pointer;
}
#topContents ul li dl dt span.pickBg{
    display: block;
}

#topContents ul li dl dt span.pickBg img{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#topContents ul li dl dt span.pickIcon{
    display: block;
    width:50px;
    height:50px;
    text-indent: -100px;
    background-image: url(../img/home/icon_pickup.png);
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 12px;
}
#topContents ul li dl dt span.pickIcon.tozan{
    background-position: 0 0;
}
#topContents ul li dl dt span.pickIcon.outdoor{
    background-position: 0 -50px;
}
#topContents ul li dl dt span.pickIcon.fes{
    background-position: 0 -101px;
}
#topContents ul li dl dt span.pickIcon.gohan{
    background-position: 0 -152px;
}
#topContents ul li dl dt span.pickIcon.fashion{
    background-position: 0 -203px;
}
#topContents ul li dl dt span.pickIcon.dougu{
    background-position: 0 -254px;
}
#topContents ul li dl dt span.pickIcon.culture{
    background-position: 0 -305px;
}
#topContents ul li dl dd{
    margin-top: 8px;
}
#topContents ul li dl dd span{
    color: #808183;
    line-height: 1.5;
}
#topContents ul li dl dd span.title{
    display: block;
    font-size: 100%;
    font-weight: bold;
}
#topContents ul li dl dd span.date{
    font-size: 77%;
    margin: 2px 0 0 -4px;
    letter-spacing: 0.03em;
}

#topContents .morenews{
    width: 266px;
    height: 64px;
    margin: 0 auto;
    padding: 10px 18px 30px 0;
    display: block;
}


/* #wrapper
========================================== */

#wrapper{
    width: 952px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}


/* #contentstop
========================================== */

#contentstop{
    width: 710px;
    float: left;
}


/*---------------------------------------------------------- .box02 ---*/
#contentstop .box02{
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    margin-bottom: 50px;
    background: #fff;
}
#contentstop .box02 .head{
    height: 5px;
}
#contentstop .box02 .title{
}
#contentstop .box02 .title.default{
    clear:both;
}
#contentstop .box02 .title.default h2{
}
#contentstop .box02 .title.default h2 img{
    z-index: 10;
    position: relative;
}
#contentstop .box02 .rank{
}
#contentstop .box02 .rank ul{
}
#contentstop .box02 .rank ul li{
    padding-left: 42px;
    height: 32px;
    width: 280px;
    line-height: 1.3;
}
#contentstop .box02 .rank ul li.one,
#contentstop .box02 .rank ul li:nth-child(1){
    background-position: 0 0;
}
#contentstop .box02 .rank ul li.two,
#contentstop .box02 .rank ul li:nth-child(2){
    background-position: 0 -33px;
}
#contentstop .box02 .rank ul li.three,
#contentstop .box02 .rank ul li:nth-child(3){
    background-position: 0 -66px;
}
#contentstop .box02 .rank ul li.four,
#contentstop .box02 .rank ul li:nth-child(4){
    background-position: 0 -99px;
}
#contentstop .box02 .rank ul li.five,
#contentstop .box02 .rank ul li:nth-child(5){
    background-position: 0 -132px;
}
#contentstop .box02 .rank ul li a{
    text-decoration: none;
}
#contentstop .box02 .foot{
    clear: both;
    height: 5px;
}

#contentstop .box02 .pickupBox{
    padding: 21px 24px 0;
}
#contentstop .box02 .pickupBox .pickImg{
    position: relative;
    float: left;
}
#contentstop .box02 .pickupBox .pickImg .pickIcon{
    width: 95px;
    height: 45px;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
#contentstop .box02 .pickupBox .pickTxt{
    float: right;
    width: 306px;
    height: 230px;
    position: relative;
}
#contentstop .box02 .pickupBox .pickTxt h2{
    font-size:154%;
}
#contentstop .box02 .pickupBox .pickTxt p.description{
    font-size: 93%;
    margin-top: 10px;
    color: black;
}
#contentstop .box02 .pickupBox .pickTxt p.description span{
    color: #00788C;
}
#contentstop .box02 .pickupBox .pickTxt p.description span a{
    color: #00788C;
}
#contentstop .box02 .pickupBox .pickTxt p.date{
    font-size: 85%;
    margin-top: 5px;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn{
    position: absolute;
    bottom: 0;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul{
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul li{
    float:left;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul li.twi {
    margin-right: 15px;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul li.fb {
    margin-right: 0;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul li.hb {
    margin-left: 4px;
}
#contentstop .box02 .pickupBox .pickTxt .snsBtn ul li.g {
    margin-left: 4px;
}

#contentstop .box02 .popularBox{
    padding: 15px 24px 10px;
    position: relative;
    margin-bottom: 15px;
}
#contentstop .box02 .popularBox .rank{
    float: left;
    width:332px;
    height: 220px;
}
#contentstop .box02 .popularBox .rank ul{
}
#contentstop .box02 .popularBox .rank ul li{
    margin-bottom: 12px;
    line-height: 1.3;
}
#contentstop .box02 .popularBox .rank ul li.one,
#contentstop .box02 .popularBox .rank ul li:nth-child(1){
    background-position: 0 0;
}
#contentstop .box02 .popularBox .rank ul li.two,
#contentstop .box02 .popularBox .rank ul li:nth-child(2){
    background-position: 0 -33px;
}
#contentstop .box02 .popularBox .rank ul li.three,
#contentstop .box02 .popularBox .rank ul li:nth-child(3){
    background-position: 0 -66px;
}
#contentstop .box02 .popularBox .rank ul li.four,
#contentstop .box02 .popularBox .rank ul li:nth-child(4){
    background-position: 0 -99px;
}
#contentstop .box02 .popularBox .rank ul li.five,
#contentstop .box02 .popularBox .rank ul li:nth-child(5){
    background-position: 0 -132px;
}
#contentstop .box02 .popularBox .rank ul li:nth-child(1) img{
    position: absolute;
    top: -4px;
    right: 171px;
    width: 139px;
    height: 139px;
}
#contentstop .box02 .popularBox .rank ul li:nth-child(2) img{
    position: absolute;
    top: -4px;
    right: 24px;
    height: 139px;
    width: 139px;
}
#contentstop .box02 .popularBox .rank ul li:nth-child(3) img{
    position: absolute;
    bottom: 12px;
    right: 220px;
    width: 90px;
    height: 90px;
}
#contentstop .box02 .popularBox .rank ul li:nth-child(4) img{
    position: absolute;
    bottom: 12px;
    right: 122px;
    width: 90px;
    height: 90px;
}
#contentstop .box02 .popularBox .rank ul li:nth-child(5) img{
    position: absolute;
    bottom: 12px;
    right: 24px;
    width: 90px;
    height: 90px;
}
#contentstop .box02 .popularBox .rank ul li a{
}
/*#contentstop .box02 .popularBox .rank ul li a.wpp-post-title{*/
/*position: relative;*/
/*top: -4px;*/
/*}*/
#contentstop .box02 .popularBox .rank ul li span.date{
    font-size: 85%;
    color:#808183;
}


#contentstop .box02 .popularBox .rankImg{
    float: right;
    width: 256px;
    height: 208px;
    position: relative;
}
#contentstop .box02 .popularBox .rankImg ul{
}
#contentstop .box02 .popularBox .rankImg ul li{
    float: left;
}
#contentstop .box02 .popularBox .rankImg ul li.one{
    margin-right: 8px;
    margin-bottom: 8px;
}
#contentstop .box02 .popularBox .rankImg ul li.two{
    margin-bottom: 8px;
}
#contentstop .box02 .popularBox .rankImg ul li.sub{
    margin-right: 8px;
}
#contentstop .box02 .popularBox .rankImg ul li.sub:last-child{
    margin-right: 0;
}
#contentstop .box02 .popularBox .rankImg p.icon{
    position: absolute;
    bottom: -30px;
    right: -20px;
    z-index: 10;
}

#contentstop .box02 .ad01{
    padding: 20px 24px;
    text-align: center;
}

#contentstop .box02 .singleTitle{
    padding: 0 24px;
    position: relative;
}
#contentstop .box02 .singleTitle .title{
    position: relative;
}
#contentstop .box02 .singleTitle .title h1{
    width: 475px;
    font-weight: bold;
    font-size: 145%;
}
#contentstop .box02 .singleTitle .title p.date{
    position: absolute;
    bottom: -68px;
    right: 70px;
    font-size: 85%;
}

#contentstop .box02 .singleTitle .tag{
    margin: 14px 0;
    line-height: 28px;
    color: #808183;
    font-size: 85%;
    padding-left: 10px;
    height: 28px;
}
#contentstop .box02 .singleTitle .tag a{
    text-decoration: underline;
    font-size: 93%;
    padding-left: 5px;
}
#contentstop .box02 .singleTitle .snsBtn{
    margin-bottom: 30px;
}
#contentstop .box02 .singleTitle .snsBtn ul{
}
#contentstop .box02 .singleTitle .snsBtn ul li{
    float:left;
}
#contentstop .box02 .singleTitle .snsBtn ul li.twi {
    margin-right: 15px;
}
#contentstop .box02 .singleTitle .snsBtn ul li.fb {
    margin-right: 0;
}
#contentstop .box02 .singleTitle .snsBtn ul li.hb {
    margin-left: 4px;
}
#contentstop .box02 .singleTitle .snsBtn ul li.g {
    margin-left: 4px;
}

#contentstop .box02 .singleTitle p.singleBack{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contentstop .box02 .singleTitle p.singleBack.backHead{
    position: absolute;
    top: 8px;
    right: 35px;
}
#contentstop .box02 .singleTitle p.singleBack.backHead a{
}
#contentstop .box02 .singleTitle p.icon{
    position: absolute;
    bottom: -4px;
    right: 35px;
}
#contentstop .box02 .singleBox{
    padding: 0 24px;
}
#contentstop .box02 .singleBox .singleTxt{
    /*float: left;
    width: 338px;*/
}
#contentstop .box02 .singleBox .singleTxt .txt{
}
#contentstop .box02 .singleBox .singleTxt .txt p{
    color: #000;
    font-size: 108%;
    margin-bottom: 10px;
}
#contentstop .box02 .singleBox .singleTxt .txt p a{
    text-decoration: underline;
}

#contentstop .box02 .singleBox .singleTxt .ad02{
    width: 300px;
    height: 250px;
    padding: 45px 0;
}

#contentstop .box02 .singleBox .singleImg{
    float: right;
    width: 250px;
    margin-left: 28px;
}
#contentstop .top_img.imgBox{
    margin-bottom:20px ;
}
#contentstop .box02 .singleBox .singleImg .imgBox{
    margin-bottom: 20px;
}
#contentstop .box02 .singleBox .singleImg .imgBox p.description{
    color: #646464;
    font-size: 85%;
    margin-top: 4px;
}


/* 記事の著者 */
#contentstop .box02 .singleAuthorWrap {
    clear: both;
    display: table;
    width: 580px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin: 60px 24px 0;
}
#contentstop .box02 .singleAuthorWrap > div.singleAuthorImg,
#contentstop .box02 .singleAuthorWrap > div.singleAuthorTxt {
    display: table-cell;
}
#contentstop .box02 .singleAuthorWrap > div.singleAuthorImg {
    width: 60px;
    vertical-align: middle;
}
#contentstop .box02 .singleAuthorWrap > div.singleAuthorTxt {
    vertical-align: top;
    padding-left: 26px;
}
#contentstop .box02 .singleAuthorWrap > div.singleAuthorTxt.noDesc {
    vertical-align: middle;
}
#contentstop .box02 .singleAuthorWrap > div > span.singleAuthorName {
    display: inline-block;
    color: #000;
    font-size: 107%;
    font-weight: bold;
    line-height: 1;
}
#contentstop .box02 .singleAuthorWrap > div > p.singleAuthorDesc {
    color: #000;
    font-size: 92%;
    line-height: 1.5;
    margin-top: 4px;
}

/*---------------------------------------------------------- .authorUnder ---*/
#contentstop .authorUnder {
    overflow: hidden;
    margin: 0 24px;
}
#contentstop .authorUnder > div {
    margin-top: 40px;
}

/* 記事の関連記事 */
#contentstop .box02 .singleRelation{
    clear: both;
    padding: 0 24px;
    margin: 40px 0 55px;
}
#contentstop .box02 .singleRelation ul.main{
}
#contentstop .box02 .singleRelation ul.main li{
    margin-bottom: 5px;
}
#contentstop .box02 .singleRelation ul.main li dl{
}
#contentstop .box02 .singleRelation ul.main li dl dt{
    float: left;
    width: 90px;
    color: #808183;
    font-size: 108%;
    font-weight: bold;
}
#contentstop .box02 .singleRelation ul.main li dl dd{
    float: left;
    width: 530px;
}
#contentstop .box02 .singleRelation ul.main li dl dd ul.arrow{
}
#contentstop .box02 .singleRelation ul.main li dl dd ul.arrow li{
    background: url(../img/common/icon_arrow01.png) left 3px no-repeat;
    padding-left: 16px;
}
#contentstop .box02 .singleRelation ul.main li dl dd ul.arrow li a{
}
#contentstop .box02 .singleRelation p.singleBack{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contentstop .box02 .singleRelation p.singleBack.backFoot{
    float: right;
}
#contentstop .box02 .singleRelation p.singleBack.backFoot a{
}


#contentstop .box02 .pageTitle{
    background: url(../img/home/bg_kinoko.png) top right no-repeat;
    padding-left: 24px;
    margin-top: 20px;
    margin-right: 24px;
    height: 70px;
}
#contentstop .box02 .pageTitle h2{
    font-size: 170%;
    color: #000;
    font-weight: bold;
}
#contentstop .box02 .pageTitle p.subTit{
    font-size: 93%;
    color: #D0D2D3;
    margin-top: 3px;
}
#contentstop .box02 .pageBox{
    padding: 10px 24px 35px;
}
#contentstop .box02 .pageBox p{
}
#contentstop .box02 .pageBox p span.date{
    font-size: 85%;
    color: #BBBDBF;
}

#contentstop .box02 .pageBox .dotBox{
    border-bottom: 1px dotted #808183;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
#contentstop .box02 .pageBox .normalBox{
}

#contentstop .box02 .pageBox .dotBox h3,#contentstop .box02 .pageBox .normalBox h3{
    font-size: 124%;
    color: #000;
    margin-bottom: 10px;
}
#contentstop .box02 .pageBox .dotBox ul,#contentstop .box02 .pageBox .normalBox ul{
    color: #808183;
    font-size: 108%;
}
#contentstop .box02 .pageBox .dotBox ul li,#contentstop .box02 .pageBox .normalBox ul li{
}
#contentstop .box02 .pageBox .dotBox ul.disc,#contentstop .box02 .pageBox .normalBox ul.disc{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
#contentstop .box02 .pageBox .dotBox ul.disc li,#contentstop .box02 .pageBox .normalBox ul.disc li{
    margin-bottom: 10px;
}
#contentstop .box02 .pageBox .dotBox ul.num,#contentstop .box02 .pageBox .normalBox ul.num{
    list-style-type: decimal;
    padding-left: 23px;
}
#contentstop .box02 .pageBox .dotBox ul.num li,#contentstop .box02 .pageBox .normalBox ul.num li{
    margin-bottom: 5px;
}
#contentstop .box02 .pageBox .dotBox ul.arrow,#contentstop .box02 .pageBox .normalBox ul.arrow{
}
#contentstop .box02 .pageBox .dotBox ul.arrow li,#contentstop .box02 .pageBox .normalBox ul.arrow li{
    background: url(../img/home/icon_arrow05.png) left 3px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

#contentstop .box02 .pagination{
}
#contentstop .box02 .pagination p{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contentstop .box02 .pagination p.prev{
}
#contentstop .box02 .pagination p.next{
}
#contentstop .box02 .pagination p.top{
}

#contentstop .box02 .pagination.pageHead{
}
#contentstop .box02 .pagination.pageHead p{
}
#contentstop .box02 .pagination.pageHead p.prev{
}
#contentstop .box02 .pagination.pageHead p.next{
}
#contentstop .box02 .pagination.pageHead p.top{
    position: absolute;
    top: 30px;
    right: 24px;
}

#contentstop .box02 .pagination.pageFoot{
}
#contentstop .box02 .pagination.pageFoot p{
}
#contentstop .box02 .pagination.pageFoot p.prev{
    position: absolute;
    top: 0;
    left: 200px;
}
#contentstop .box02 .pagination.pageFoot p.next{
    position: absolute;
    top: 0;
    right: 200px;
}
#contentstop .box02 .pagination.pageFoot p.top{
    position: absolute;
    bottom: 18px;
    right: 24px;
}

.nextprev{
    margin: 40px auto 20px auto;
    text-align:center;
    font-size: 120%;
}
.page-navi_tp{
    margin: 0 10px;
}
.page-navi a{
    display:inline-block;
    color: #000000;
    text-decoration:none;
    padding: 10px;
    border: solid 1px #ffffff;
    background: #dddddd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.page-navi a:hover{
    color:#ffffff;
    background: #ffe600;
}
.np-arrow-next{
    display: inline-block;
    padding: 0 0 0 14px;
}
.np-arrow-prev{
    display: inline-block;
    padding: 0 14px 0 0;
}

.pagesprit {
    margin: 10px auto;
    text-align:center;
    font-weight: bold;
    font-size: 100%;
}
.page-numbers a {
    display:inline-block;
    color: #000000;
    text-decoration:none;
    padding: 12px 2px;
    background: #dddddd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.page-numbers a:hover {
    color:#ffffff;
    background: #ffe600;
}
.numbers {
    margin: 0 16px;
}


/*---------------------------------------------------------- .boxSerialization ---*/

#contentstop .boxSerialization{
}
#contentstop .boxSerialization .title{
}
#contentstop .boxSerialization .title.default{
}
#contentstop .boxSerialization .title h2{
}
#contentstop .boxSerialization .title.default h2{
}
#contentstop .boxSerialization .boxList{
    margin-top: 20px;
}
#contentstop .boxSerialization .boxList div.execphpwidget{
    float: left;
    border: 1px solid #808183;
    margin-left: 22px;
    margin-bottom: 22px;
}
#contentstop .boxSerialization .boxList div.execphpwidget:nth-child(4n+1){
    margin-left: 0;
}




/* #contents
========================================== */

#contents{
    width: 670px;
    float: left;
}

/*---------------------------------------------------------- .box01 ---*/
#contents .box01{
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
#contents .box01 .head{
    height: 5px;
}

#contents .box01 .title{
}
#contents .box01 .title.news{
    margin-top: -3px;
    height: 75px;
}
#contents .box01 .title h2{
    margin-left: 60px;
    padding-top: 24px;
}
#contents .box01 .title.news h2{
}
#contents .box01 .newsTxt{
    width: 294px;
    margin:0 0 26px 24px;
    float: left;
}
#contents .box01 .newsTxt ul{
}
#contents .box01 .newsTxt ul li{
    padding-left: 18px;
    margin-bottom: 8px;
}
#contents .box01 .newsTxt ul li p.title{
    font-size: 100%;
}
#contents .box01 .newsTxt ul li p.date{
    font-size: 77%;
    margin: 2px 0 0 -4px;
    letter-spacing: 0.04em;
}

#contents .box01 .newsImg{
    float: right;
    margin:0 26px 26px 0;
    width: 287px;
}
#contents .box01 .newsImg ul{
}
#contents .box01 .newsImg ul li{
    float: left;
}
#contents .box01 .newsImg ul li.main{
    margin-bottom: 8px;
    margin-right: 8px;
}
#contents .box01 .newsImg ul li.sub{
    margin-right: 8px;
    margin-bottom: 8px;
}
#contents .box01 .newsImg ul li.main:nth-child(2),
#contents .box01 .newsImg ul li.sub:nth-child(3n-1){
    margin-right: 0;
}
#contents .box01 p.newsMore{
    font-size: 77%;
    padding-left: 20px;
}
#contents .box01 .foot{
    position: absolute;
    left: -1px;
    bottom:-10px;
}


#contents .box01 .newsBox{
    padding-bottom: 20px;
}
#contents .box01 .newsBox ul{
}
#contents .box01 .newsBox ul li{
    margin-bottom: 26px
}
#contents .box01 .newsBox ul li .newsTxt{
    padding-left: 18px;
    width: 440px;
    margin: 0;
    margin-top: 25px;
    margin-left: 24px;
    position: relative;
}
#contents .box01 .newsBox ul li .newsTxt p.title{
    font-size:116%;
    font-weight: bold;
}
#contents .box01 .newsBox ul li .newsTxt p.description{
    font-size: 93%;
    margin-top: 5px;
    color: #000;
    line-height: 1.3;
}
#contents .box01 .newsBox ul li .newsTxt p.description span{
    color: #00788C;
}
#contents .box01 .newsBox ul li .newsTxt p.description span a{
    color: #00788C;
}
#contents .box01 .newsBox ul li .newsTxt p.date{
    font-size: 85%;
    position: absolute;
    top: -20px;
    left: 10px;
}
#contents .box01 .newsBox ul li .noSearch{
    padding-left: 26px;
    width: 440px;
    margin: 0;
}
#contents .box01 .newsBox ul li .newsImg{
    margin: 0;
    width: 125px;
    margin-right: 24px;
}
#contents .box01 p.newsMore.newsHead{
    position: absolute;
    top: 30px;
    right: 24px;
}
#contents .box01 p.newsMore.newsFoot{
    position: absolute;
    bottom: 15px;
    right: 24px;
}

#contents .box01 .ad01{
    padding: 24px;
    text-align: center;
}
#contents .box01 .ad02{
    width: 300px;
    height: 250px;
    padding: 45px 35px;
}

#contents .box01 .pagination{
}
#contents .box01 .pagination p{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contents .box01 .pagination p.prev{
}
#contents .box01 .pagination p.next{
}
#contents .box01 .pagination p.top{
    padding-left: 15px;
}
#contents .box01 .pagination p a{
    text-decoration: underline;
}


#contents .box01 .pagination.pageHead{
    position: absolute;
    top: 30px;
    right: 24px;
}
#contents .box01 .pagination.pageHead p{
    float: left;
}
#contents .box01 .pagination.pageHead p.prev{
}
#contents .box01 .pagination.pageHead p.next{
}
#contents .box01 .pagination.pageHead p.top{
}

#contents .box01 .pagination.pageFoot{
    position: relative;
    height: 40px;
}
#contents .box01 .pagination.pageFoot p{
}
#contents .box01 .pagination.pageFoot p.prev{
    position: absolute;
    top: 0;
    left: 200px;
}
#contents .box01 .pagination.pageFoot p.next{
    position: absolute;
    top: 0;
    right: 200px;
}
#contents .box01 .pagination.pageFoot p.top{
    position: absolute;
    top: 0;
    right: 24px;
}



#contents .box01 .pageTitle{
    background: url(../img/home/bg_kinoko.png) top right no-repeat;
    padding-left: 24px;
    margin-top: 20px;
    margin-right: 24px;
}
#contents .box01 .pageTitle h2{
    font-size: 170%;
    color: #000;
    font-weight: bold;
}
#contents .box01 .pageTitle h2.author{
    font-size: 170%;
    color: #000;
    font-weight: bold;
				padding: 16px 0 10px 50px;
}
#contents .box01 .pageTitle p.subTit{
    font-size: 93%;
    color: #D0D2D3;
    margin-top: 3px;
}#contents .box01 .pageTitle p.subTit__author{
    font-size: 100%;
    color: #0a0a0a;
    margin: 3px 0 20px;
    width: 546px;
}
#contents .box01 .pageTitle .author__line{
    border-bottom: 1px solid #e6e6e6;
				height: 4px;
				width: 100%;
				margin: 0 0 40px;
}
#contents .box01 .pageBox{
    padding: 10px 24px 35px;
}
#contents .box01 .pageBox ul{
}
#contents .box01 .pageBox ul li{
    border-bottom: 1px dotted #646464;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#contents .box01 .pageBox ul li span.date{
    font-size: 85%;
    color: #BBBDBF;
    padding-left: 10px;
}


/*---------------------------------------------------------- .box02 ---*/
#contents .box02{
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    margin-bottom: 50px;
    background: #fff;
}
#contents .box02 .head{
    height: 5px;
}
#contents .box02 .title{
}
#contents .box02 .title.default{
    clear:both;
}
#contents .box02 .title.default h2{
}
#contents .box02 .title.default h2 img{
    z-index: 10;
    position: relative;
}
#contents .box02 .rank{
}
#contents .box02 .rank ul{
}
#contents .box02 .rank ul li{
    padding-left: 42px;
    height: 32px;
    width: 260px;
    line-height: 1.3;
}
#contents .box02 .rank ul li.one,
#contents .box02 .rank ul li:nth-child(1){
    background-position: 0 0;
}
#contents .box02 .rank ul li.two,
#contents .box02 .rank ul li:nth-child(2){
    background-position: 0 -33px;
}
#contents .box02 .rank ul li.three,
#contents .box02 .rank ul li:nth-child(3){
    background-position: 0 -66px;
}
#contents .box02 .rank ul li.four,
#contents .box02 .rank ul li:nth-child(4){
    background-position: 0 -99px;
}
#contents .box02 .rank ul li.five,
#contents .box02 .rank ul li:nth-child(5){
    background-position: 0 -132px;
}
#contents .box02 .rank ul li a{
    text-decoration: underline;
}
#contents .box02 .foot{
    clear: both;
    height: 5px;
}

#contents .box02 .pickupBox{
    padding: 21px 24px 0;
}
#contents .box02 .pickupBox .pickImg{
    position: relative;
    float: left;
}
#contents .box02 .pickupBox .pickImg .pickIcon{
    width: 95px;
    height: 45px;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
#contents .box02 .pickupBox .pickTxt{
    float: right;
    width: 306px;
    height: 230px;
    position: relative;
}
#contents .box02 .pickupBox .pickTxt h2{
    font-size:154%;
}
#contents .box02 .pickupBox .pickTxt p.description{
    font-size: 93%;
    margin-top: 10px;
    color: black;
}
#contents .box02 .pickupBox .pickTxt p.description span{
    color: #00788C;
}
#contents .box02 .pickupBox .pickTxt p.description span a{
    color: #00788C;
}
#contents .box02 .pickupBox .pickTxt p.date{
    font-size: 85%;
    margin-top: 5px;
}
#contents .box02 .pickupBox .pickTxt .snsBtn{
    position: absolute;
    bottom: 0;
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul{
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul li{
    float:left;
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul li.twi {
    margin-right: 15px;
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul li.fb {
    margin-right: 0;
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul li.hb {
    margin-left: 4px;
}
#contents .box02 .pickupBox .pickTxt .snsBtn ul li.g {
    margin-left: 4px;
}

#contents .box02 .popularBox{
    padding: 15px 24px 10px;
    position: relative;
    margin-bottom: 15px;
}
#contents .box02 .popularBox .rank{
    float: left;
    width:332px;
    height: 220px;
}
#contents .box02 .popularBox .rank ul{
}
#contents .box02 .popularBox .rank ul li{
    margin-bottom: 12px;
    line-height: 1.3;
}
#contents .box02 .popularBox .rank ul li.one,
#contents .box02 .popularBox .rank ul li:nth-child(1){
    background-position: 0 0;
}
#contents .box02 .popularBox .rank ul li.two,
#contents .box02 .popularBox .rank ul li:nth-child(2){
    background-position: 0 -33px;
}
#contents .box02 .popularBox .rank ul li.three,
#contents .box02 .popularBox .rank ul li:nth-child(3){
    background-position: 0 -66px;
}
#contents .box02 .popularBox .rank ul li.four,
#contents .box02 .popularBox .rank ul li:nth-child(4){
    background-position: 0 -99px;
}
#contents .box02 .popularBox .rank ul li.five,
#contents .box02 .popularBox .rank ul li:nth-child(5){
    background-position: 0 -132px;
}
#contents .box02 .popularBox .rank ul li:nth-child(1) img{
    position: absolute;
    top: -4px;
    right: 171px;
    width: 139px;
    height: 139px;
}
#contents .box02 .popularBox .rank ul li:nth-child(2) img{
    position: absolute;
    top: -4px;
    right: 24px;
    height: 139px;
    width: 139px;
}
#contents .box02 .popularBox .rank ul li:nth-child(3) img{
    position: absolute;
    bottom: 12px;
    right: 220px;
    width: 90px;
    height: 90px;
}
#contents .box02 .popularBox .rank ul li:nth-child(4) img{
    position: absolute;
    bottom: 12px;
    right: 122px;
    width: 90px;
    height: 90px;
}
#contents .box02 .popularBox .rank ul li:nth-child(5) img{
    position: absolute;
    bottom: 12px;
    right: 24px;
    width: 90px;
    height: 90px;
}
#contents .box02 .popularBox .rank ul li a{
}
/*#contents .box02 .popularBox .rank ul li a.wpp-post-title{*/
/*position: relative;*/
/*top: -4px;*/
/*}*/
#contents .box02 .popularBox .rank ul li span.date{
    font-size: 85%;
    color:#808183;
}


#contents .box02 .popularBox .rankImg{
    float: right;
    width: 256px;
    height: 208px;
    position: relative;
}
#contents .box02 .popularBox .rankImg ul{
}
#contents .box02 .popularBox .rankImg ul li{
    float: left;
}
#contents .box02 .popularBox .rankImg ul li.one{
    margin-right: 8px;
    margin-bottom: 8px;
}
#contents .box02 .popularBox .rankImg ul li.two{
    margin-bottom: 8px;
}
#contents .box02 .popularBox .rankImg ul li.sub{
    margin-right: 8px;
}
#contents .box02 .popularBox .rankImg ul li.sub:last-child{
    margin-right: 0;
}
#contents .box02 .popularBox .rankImg p.icon{
    position: absolute;
    bottom: -30px;
    right: -20px;
    z-index: 10;
}

#contents .box02 .ad01{
    padding: 20px 24px;
    text-align: center;
}

#contents .box02 .singleTitle{
    padding: 0 24px;
    position: relative;
}
#contents .box02 .singleTitle .title{
    position: relative;
}
#contents .box02 .singleTitle .title h1{
    width: 475px;
    font-weight: bold;
    font-size: 190%;
    margin-bottom: 20px;
}
#contents .box02 .singleTitle .title p.date{
    margin-top: -25px;
    float: right;
    font-size: 90%;
}

#contents .box02 .singleTitle .tag{
    margin: 26px 0;
    line-height: 28px;
    color: #808183;
    font-size: 85%;
    padding-left: 10px;
    height: 28px;
}
#contents .box02 .singleTitle .tag a{
    text-decoration: underline;
    font-size: 100%;
    padding-left: 10px;
}
#contents .box02 .singleTitle .snsBtn{
    margin-bottom: 30px;
}
#contents .box02 .singleTitle .snsBtn ul{
}
#contents .box02 .singleTitle .snsBtn ul li{
    float:left;
}
#contents .box02 .singleTitle .snsBtn ul li.twi {
    margin-right: 10px;
}
#contents .box02 .singleTitle .snsBtn ul li.fb {
    margin-right: 10px;
}
#contents .box02 .singleTitle .snsBtn ul li.hb {
    margin-right: 10px;
}
#contents .box02 .singleTitle .snsBtn ul li.g {
    margin-right: 10px;
}

#contents .box02 .singleTitle p.singleBack{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contents .box02 .singleTitle p.singleBack.backHead{
    position: absolute;
    top: 8px;
    right: 35px;
}
#contents .box02 .singleTitle p.singleBack.backHead a{
}
#contents .box02 .singleTitle p.icon{
    position: absolute;
    bottom: -10px;
    right: 25px;
}

/* 20170206追記 */
span.label_cm,
span.label_pr{
	font-size: 77%;
	margin:0;
	display: inline-block;
}

#contents .box02 .singleBox{
    padding: 0 24px;
}
#contents .box02 .singleBox .singleTxt{
    /*float: left;
    width: 338px;*/
}
#contents .box02 .singleBox .singleTxt .txt{
}
#contents .box02 .singleBox .singleTxt .txt p{
    color: #000;
    font-size: 124%;
    margin-bottom: 16px;
}
#contents .box02 .singleBox .singleTxt .txt p a{
    text-decoration: underline;
}
#contents .box02 .singleBox .singleTxt .txt p img {
    margin: 8px auto 8px auto;
    display: block;
}

#contents .box02 .singleBox .singleTxt .ad02{
    width: 300px;
    height: 250px;
    padding: 45px 0;
}

#contents .box02 .singleBox .singleImg{
    float: right;
    width: 250px;
    margin-left: 28px;
}
#contents .top_img.imgBox{
    margin-bottom:20px ;
}
#contents .box02 .singleBox .singleImg .imgBox{
    margin-bottom: 20px;
}
#contents .box02 .singleBox .singleImg .imgBox p.description{
    color: #646464;
    font-size: 96%;
    line-height: 1.6;
    margin-top: 4px;
}

#contents .box02 .singleBox .singleTxt .txt .tworows{
				width: 296px;
				display: inline-block;
				vertical-align: top;
				padding-bottom: 20px;
}

#contents .box02 .singleBox .singleTxt .txt .tworows:first-child{
				width: 296px;
				display: inline-block;
				padding-right: 20px;
				vertical-align: top;
				padding-bottom: 20px;
}

#contents .box02 .singleBox .singleTxt .txt .photo_r{
				margin: 0px 20px 20px 0;
    display: block;
    float: left;
}

.singleImg_l{
				float: left;
    width: 250px;
    margin: 0 28px 30px 0;
}


.snsfollow{
    background-color: #4d4d4d;
    width: 620px;
    height: 130px;
    margin: 0 auto 20px;
}

.snsfollow .follow_img{
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 10px;
}

.snsfollow h2{
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    padding: 14px 0 10px;
}

.snsfollow p{
    color: #ffffff;
    font-size: 104%;
    font-weight: normal;
    padding: 0;
}

.snsfollow ul{
    width: 480px;
    height: 46px;
    padding-left: 140px;
				padding-top: 8px;
}

.snsfollow li{
    margin-right: 10px;
				float: left;
}

.snsfollow li:last-child{
    margin: 0;
}

.snsfollow li img{
    width: 190px;
}




/* 記事の著者 */
#contents .box02 .singleAuthorWrap {
    clear: both;
    display: table;
    width: 580px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin: 40px 24px 0;
}
#contents .box02 .singleAuthorWrap > div.singleAuthorImg,
#contents .box02 .singleAuthorWrap > div.singleAuthorTxt {
    display: table-cell;
}
#contents .box02 .singleAuthorWrap > div.singleAuthorImg {
    width: 60px;
    vertical-align: middle;
}
#contents .box02 .singleAuthorWrap > div.singleAuthorTxt {
    vertical-align: top;
    padding-left: 26px;
}
#contents .box02 .singleAuthorWrap > div.singleAuthorTxt.noDesc {
    vertical-align: middle;
}
#contents .box02 .singleAuthorWrap > div > span.singleAuthorName {
    display: inline-block;
    color: #000;
    font-size: 107%;
    font-weight: bold;
    line-height: 1;
}
#contents .box02 .singleAuthorWrap > div > p.singleAuthorDesc {
    color: #000;
    font-size: 92%;
    line-height: 1.5;
    margin-top: 4px;
}

/*---------------------------------------------------------- .authorUnder ---*/
#contents .authorUnder {
    overflow: hidden;
    margin: 0 24px;
}
#contents .authorUnder > div {
    margin: 0 0 40px;
}

/* 記事の関連記事 */
#contents .box02 .singleRelation{
    clear: both;
    padding: 20px 24px 30px 24px;
    margin: 40px 0 55px;
    background-color: #fafafa;
}
#contents .box02 .singleRelation ul.main{
}
#contents .box02 .singleRelation ul.main li{
    margin-bottom: 5px;
}
#contents .box02 .singleRelation ul.main li dl{
}
#contents .box02 .singleRelation ul.main li dl dt{
    float: left;
    width: 90px;
    color: #808183;
    font-size: 108%;
    font-weight: bold;
}
#contents .box02 .singleRelation ul.main li dl dd{
    float: left;
    width: 530px;
}
#contents .box02 .singleRelation ul.main li dl dd ul.arrow{
}
#contents .box02 .singleRelation ul.main li dl dd ul.arrow li{
    background: url(../img/common/icon_arrow01.png) left 3px no-repeat;
    padding-left: 16px;
}
#contents .box02 .singleRelation ul.main li dl dd ul.arrow li a{
}
#contents .box02 .singleRelation p.singleBack{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contents .box02 .singleRelation p.singleBack.backFoot{
    float: right;
}
#contents .box02 .singleRelation p.singleBack.backFoot a{
}


#contents .box02 .pageTitle{
    background: url(../img/home/bg_kinoko.png) top right no-repeat;
    padding-left: 24px;
    margin-top: 34px;
    margin-right: 24px;
    height: 70px;
}
#contents .box02 .pageTitle h2{
    font-size: 170%;
    color: #000;
    font-weight: bold;
}
#contents .box02 .pageTitle p.subTit{
    font-size: 93%;
    color: #D0D2D3;
    margin-top: 3px;
}
#contents .box02 .pageBox{
    padding: 30px 24px 35px;
}
#contents .box02 .pageBox h3{
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    padding-bottom: 20px;
				letter-spacing: 0.04rem;
}
#contents .box02 .pageBox h4{
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    padding-bottom: 6px;
				padding-top: 30px;
				margin-top: 20px;
    border-top: solid 1px #aaaaaa;
}
#contents .box02 .pageBox p{
				font-size: 15px;
    color: #646464;
    line-height: 1.8;
    padding-bottom: 15px;
}
#contents .box02 .pageBox p a{
				border-bottom: solid 1px;
}
#contents .box02 .pageBox p span.small{
				font-size: 12px;
    color: #646464;
    line-height: 1.6;
    padding-bottom: 16px;
}
#contents .box02 .pageBox p span.date{
    font-size: 85%;
    color: #BBBDBF;
}

#contents .box02 .pageBox .dotBox{
    border-bottom: 1px dotted #808183;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
#contents .box02 .pageBox .normalBox{
}

#contents .box02 .pageBox .dotBox h3,#contents .box02 .pageBox .normalBox h3{
    font-size: 124%;
    color: #000;
    margin-bottom: 10px;
}
#contents .box02 .pageBox .dotBox ul,#contents .box02 .pageBox .normalBox ul{
    color: #808183;
    font-size: 108%;
}
#contents .box02 .pageBox .dotBox ul li,#contents .box02 .pageBox .normalBox ul li{
}
#contents .box02 .pageBox .dotBox ul.disc,#contents .box02 .pageBox .normalBox ul.disc{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
#contents .box02 .pageBox .dotBox ul.disc li,#contents .box02 .pageBox .normalBox ul.disc li{
    margin-bottom: 10px;
}
#contents .box02 .pageBox .dotBox ul.num,#contents .box02 .pageBox .normalBox ul.num{
    list-style-type: decimal;
    padding-left: 23px;
}
#contents .box02 .pageBox .dotBox ul.num li,#contents .box02 .pageBox .normalBox ul.num li{
    margin-bottom: 5px;
}
#contents .box02 .pageBox .dotBox ul.arrow,#contents .box02 .pageBox .normalBox ul.arrow{
}
#contents .box02 .pageBox .dotBox ul.arrow li,#contents .box02 .pageBox .normalBox ul.arrow li{
    background: url(../img/home/icon_arrow05.png) left 3px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

#contents .box02 .pagination{
}
#contents .box02 .pagination p{
    font-size: 85%;
    padding-left: 23px;
    margin-left: 12px;
}
#contents .box02 .pagination p.prev{
}
#contents .box02 .pagination p.next{
}
#contents .box02 .pagination p.top{
}

#contents .box02 .pagination.pageHead{
}
#contents .box02 .pagination.pageHead p{
}
#contents .box02 .pagination.pageHead p.prev{
}
#contents .box02 .pagination.pageHead p.next{
}
#contents .box02 .pagination.pageHead p.top{
    position: absolute;
    top: 30px;
    right: 24px;
}

#contents .box02 .pagination.pageFoot{
}
#contents .box02 .pagination.pageFoot p{
}
#contents .box02 .pagination.pageFoot p.prev{
    position: absolute;
    top: 0;
    left: 200px;
}
#contents .box02 .pagination.pageFoot p.next{
    position: absolute;
    top: 0;
    right: 200px;
}
#contents .box02 .pagination.pageFoot p.top{
    position: absolute;
    bottom: 18px;
    right: 24px;
}




/*---------------------------------------------------------- .boxSerialization ---*/

#contents .boxSerialization{
}
#contents .boxSerialization .title{
}
#contents .boxSerialization .title.default{
}
#contents .boxSerialization .title h2{
}
#contents .boxSerialization .title.default h2{
}
#contents .boxSerialization .boxList{
    margin-top: 20px;
}
#contents .boxSerialization .boxList div.execphpwidget{
    float: left;
    border: 1px solid #808183;
    margin-left: 22px;
    margin-bottom: 22px;
}
#contents .boxSerialization .boxList div.execphpwidget:nth-child(4n+1){
    margin-left: 0;
}


/*---------------------------------------------------------- .relationUnder ---*/
#contents .relationUnder {
    overflow: hidden;
    padding: 0 24px;
}
#contents .relationUnder > div {
    float: left;
    width: 300px;
    margin-bottom: 32px;
}
#contents .relationUnder > div:first-child {
    margin-right: 20px;
}

/* sidebar
========================================== */
#sidebar{
    width: 266px;
    float: right;
}
#sidebar #search{
    margin-bottom: 16px;
}
#sidebar #search form{
    background: url(/wp-content/uploads/2016/01/bg_search_box.png) top left no-repeat;
    height: 32px;
}
#sidebar #search form #keywords{
    background-color: #ffffff;
    border: none;
    margin-left: 30px;
    line-height: 30px;
    height: 30px;
    margin-top: 1px;
    width: 190px;
}
#sidebar #search form #searchBtn{
    float: right;
    margin-top: 0;
}
#sidebar .ad01{
    margin-bottom: 16px;
    background-color: #aaaaaa;
    border: 8px solid #aaaaaa;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
#sidebar .ad02{
    margin-bottom: 10px;
    border: none;
}
#sidebar .ad03{
    margin-bottom: 16px;
    border: 6px solid #FAFAF0;
}
#sidebar .ad04{
    margin-bottom: 8px;
    border: 2px solid #dddddd;
}
#sidebar .adBox{
    margin-bottom: 24px;
    margin-top: 50px;
}
#sidebar .adTit{
    margin-bottom: 10px;
    text-align: center;
}
#sidebar .ad01:hover{
    background-color: #D0D2D3;
    border: 8px solid #D0D2D3;
}
#sidebar .ad02:hover{
    border: none;
}
#sidebar .ad03:hover{
    border: 6px solid #D0D2D3;
}
#sidebar .ad04:hover{
    border: 2px solid #00788C;
}

#sidebar .ad02_sns{
    display: inline-block;
    padding-left: 10px;
}

#sidebar .ad02_sns2{
    display: inline-block;
    padding-left: 10px;
}

#sidebar .ad02_sns3{
    display: block;
    text-align: center;
}


#sidebar .box01{
    margin-bottom: 18px;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    background-color: #fff;
    margin-top: 18px
}
#sidebar .box01 .title{
    margin-top: 16px;
    margin-left: 18px;
}
#sidebar .box01 .title.default{
}
#sidebar .box01 .title h3{
}
#sidebar .box01 .title.default h3{
}
#sidebar .box01 ul{
}
#sidebar .box01 ul li{
}
#sidebar .box01 ul.home{
    margin: 16px 18px 12px 18px;
}
#sidebar .box01 ul.home li{
    float:left;
    text-decoration: underline;
    margin-right: 10px;
    margin-bottom: 5px;
}
#sidebar .box01 .tag{
}
#sidebar .box01 .tag.home{
    margin: 16px 18px 12px 18px;
}
#sidebar .box01 .tag a{
}
#sidebar .box01 .tag.home a{
    text-decoration: underline;
    padding-right: 5px;
    line-height: 25px;
}

#sidebar .box01 .st-tag-cloud{
    margin: 16px 18px 12px 18px;
}
#sidebar .box01 .st-tag-cloud a{
    text-decoration: underline;
    padding-right: 5px;
    line-height: 25px;
}

#sidebar .box01 .rank{
    margin: 20px 18px 16px 18px;
}
#sidebar .box01 .rank ul{
}
#sidebar .box01 .rank ul li{
    padding-left: 42px;
    height: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
}
#sidebar .box01 .rank ul li.one,
#sidebar .box01 .rank ul li:nth-child(1){
    background-position: 0 0;
}
#sidebar .box01 .rank ul li.two,
#sidebar .box01 .rank ul li:nth-child(2){
    background-position: 0 -33px;
}
#sidebar .box01 .rank ul li.three,
#sidebar .box01 .rank ul li:nth-child(3){
    background-position: 0 -66px;
}
#sidebar .box01 .rank ul li.four,
#sidebar .box01 .rank ul li:nth-child(4){
    background-position: 0 -99px;
}
#sidebar .box01 .rank ul li.five,
#sidebar .box01 .rank ul li:nth-child(5){
    background-position: 0 -132px;
}
#sidebar .box01 .rank ul li span{
    font-size: 85%;
    color:#808183;
}
#sidebar .box01 .rank ul li a{
    text-decoration: none;
}

#sidebar .box01 .head{
    height: 5px;
}
#sidebar .box01 .foot{
    height: 5px;
}


#sidebar .box02{
    margin-bottom: 16px;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    position: relative;
    background-color: #fff;
}
#sidebar .box02 .head{
    height: 5px;
}
#sidebar .box02 .title{
}
#sidebar .box02 .title.news{
    height: 40px;
    margin-top: -2px;
}
#sidebar .box02 .title h2{
}
#sidebar .box02 .title.news h2{
    margin-left: 35px;
    padding-top: 17px;
}
#sidebar .box02 .newsTxt{
    margin: 16px 18px 26px 18px;
}
#sidebar .box02 .newsTxt ul{
    padding-bottom: 15px;
}
#sidebar .box02 .newsTxt ul li{
    padding-left: 18px;
    margin-bottom: 8px;
}
#sidebar .box02 .newsTxt span.date{
    font-size: 85%;
    color:#808183;
}
#sidebar .box02 p.newsMore{
    font-size: 77%;
    padding-left: 20px;
    position: absolute;
    top: 20px;
    right: 24px;
}
#sidebar .box02 .foot{
    position: absolute;
    left: -1px;
    bottom: -10px;
}





/* footer
========================================== */
#footer{
    background-image: url(/wp-content/uploads/2015/07/bg_illust.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px;
    border-bottom: 90px solid #FFF;
    position: relative;
    z-index: 5;
}

/*---------------------------------------------------------- #pageTopContents---*/

#footer #pageTopContents{
  margin: 0 0 0 50px;
  padding-top: 500px;
}

#footer #pageTopContents #pageTop{
    background: url(../img/footer/bg_pagetop.png) top left no-repeat;
    line-height: 32px;
    width: 233px;
    text-align: center;
    font-weight: bold;
}

#footer #pageTopContents #pageTop a{
    display: block;
}

#footer #pageTopContents #pageContents{
    background: url(../img/footer/bg_contents.png) top left no-repeat;
    width: 233px;
    height: 201px;
    text-align: center;
}
#footer #pageTopContents #pageContents ul.pageNav{
}
#footer #pageTopContents #pageContents ul.pageNav li{
    padding-top: 20px;
}
#footer #pageTopContents #pageContents ul.pageNav li span.title{
    font-weight: bold;
    font-size: 124%;
}
#footer #pageTopContents #pageContents ul.pageNav li ul.sub{
    width: 180px;
    margin: 0 auto;
    font-size: 108%;
}
#footer #pageTopContents #pageContents ul.pageNav li ul.sub li{
    margin-top: 5px;
    padding: 0 5px;
    margin: 0 auto;
    display: inline;
    white-space: nowrap;
    text-decoration: underline;
    zoom: 1;
    line-height: 22px;
}

#footer #pageTopContents p.credit{
    color:#BBBDBF;
    font-size:93%;
    text-align: right;
    margin-top: -5px;
    margin-right: 80px;
}
/*---------------------------------------------------------- #footContents---*/

#footer #footContents {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
}
#footer #footContents .footNav {
    width: 952px;
    height: 70px;
    margin: 0 auto;
    padding-top: 18px;
}

#footer #footContents .footNav ul {
    margin: 0 auto;
    width: 700px;
}
#footer #footContents .footNav ul li {
    float: left;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 25px;
}

#footer #footContents .footNav ul li a {
    text-decoration: underline;
}

#footer #footContents .footNav p#copy {
    font-weight: bold;
    font-size: 77%;
    clear: both;
    color: black;
    text-align: right;
    padding-top: 20px;
}


/*---------------------------------------------------------- footer others ---*/

footer #footer_info{
    border-top: solid 8px #E7E4DF;
}

footer #footer_title{
    width: 960px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

footer #footer_title p#copyright
{
    font-size: 77%;
    color: #666;
}



footer ul#footer_service{
    margin: 0 auto;
    width: 960px;
    margin-top: -50px;
}

footer ul#footer_service li{
    float: left;
    margin-right:10px;
}






/* commonStyle
========================================== */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb35{ margin-bottom:35px; }
.mb40{ margin-bottom:40px; }
.mb45{ margin-bottom:45px; }
.mb50{ margin-bottom:50px; }
.mb55{ margin-bottom:55px; }
.mb60{ margin-bottom:60px; }

.mr10{ margin-right:10px}
.textR{ text-align:right; }
.textC{ text-align:center; }

.cb{ clear: both; }
.fl{ float: left; }
.fr{ float: right; }