@charset "UTF-8";
/*
 * ==================================
 * solar-club.jp stylesheet
 *
 *  TOP PAGE
 *
 *  copyright 2015 solar-club.jp
 *  author : Fuminori KOBAYASHI
 * ==================================
 */

 /*
  * ++++++++++++++++++
  *  common
  * ++++++++++++++++++
  */

html{
     font-family: verdana,sans-serif;
     font-size: 100%;
     line-height: 1.5;
     color: #333;
 }

 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
 abbr, acronym, address, big, cite, code, del,
 dfn, em, img, ins, kbd, q, s, samp, small,
 strike, strong, sub, sup, tt, var, b, u, i, center,
 dl, dt, dd, ol, ul, li, fieldset, form, label,
 legend, table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, figure, figcaption,
 footer, header, hgroup, menu, nav, output, ruby, section,
  summary, time, mark, audio, video {
     padding: 0px;
     border: 0px none;
     margin: 0px;
     font-style: normal;
     font-weight: normal;
     font-size: 100%;
     vertical-align: baseline;
 }

body{
     font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#content{
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

/*
 * ++++++++++++++++++
 *  admin bar
 * ++++++++++++++++++
 */
#wpadminbar {
    background:#eee !important;
    border-bottom:solid 1px #aaa !important;
}
#wpadminbar .ab-icon{
    width:25px;
    height:25px;
}
#wpadminbar a,
#wp-admin-bar-solarclub span
{
    color:#000  !important;
}
#wpadminbar li a:hover,
#wpadminbar li.hover> a,
#wp-admin-bar-solarclub span:hover{
    color:#fff  !important;
}
#wpadminbar .ab-sub-wrapper{
    background:#eee !important;
    border:1px solid #333;

}

/*
 * ++++++++++++++++++
 *  common
 * ++++++++++++++++++
 */
#notSupportBrowser{
    background:#800;
    color:#fff;
    font-size:30px;
    line-height:50px;
    padding:50px;
}
#outline{
    max-width:980px;
    width:100%;
    margin-top:5px;
    background-color:rgba(255,255,255, 0.5) !important;
    /* background-color:transparent !important; */
}

span.undefined{
    color:#ccc;

}

table.table tr td,
table.table tr th{
    vertical-align:middle;
}
table.table tr th{
    text-align:center
}
table.table tr th span{
    font-weight:bold;
}

h3{
    background-color:#f0f0f0;
    padding:5px 15px;
    border-radius:5px;
}

.label a{
    color:#fff;
}
.ngword-replace{
    background-color:#ccc;
    color:#800;
    border-radius:10px;
    font-size:10px;
    padding:3px 3px;
}

/*
 * ++++++++++++++++++
 *  header
 * ++++++++++++++++++
 */
#outline > header{
    overflow:hidden;
    position:relative;
    background-image:none;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:200px;

}
header h1 div{
    font-size:36px;
    font-weight:bold;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
article img{
    max-width:100%;
    height:auto;
}

@media screen and (min-width:0px) and (max-width:767px) {
    #outline > header{
	height:300px;
    }
    #brandLogo h1 div{
	font-size:25px;
	font-weight:bold;
    }
    article img{
	width:100%;
	height:auto;
    }
    article iframe{
	width:100%;
	height:auto;

    }
}
/* Logo */
#brandLogo {
    /* background-color:rgba(255,255,255, 0.3); */
    border-radius:5px;
}
#brandLogo h1 {
    /* text-align:center; */
    margin:10px 0px;
    font-weight:bold;
    text-shadow:
    -1px -1px 5px rgba(255,255,255, 1),
    1px 1px 5px rgba(255,255,255, 1),
    -1px 1px 5px rgba(255,255,255, 1),
    1px -1px 5px rgba(255,255,255, 1);

    /* text-shadow:-1px -1px 6px rgba(255,255,255, 1), */
    /* 1px 1px 6px rgba(255,255,255, 1); */
}
#brandLogo h1 >div{
    display:inline-block;
    vertical-align:middle;
}
#brandLogo h1> img{
    width:240px;

}

/* logoin logout */
#login-logout {

}
#login-logout span.login-name{
    font-weight:bold;
}
#login-logout-inner{
    position:absolute;
    text-align:left;
    right:0px;
    top:0px;
    margin:0px 0px 0px 10px;
    background-color:rgba(255,255,255, 0.7);
    border-radius:5px;
    padding:5px 10px;
}
#login-logout-inner a{
    font-weight:bold;
}
@media screen and (min-width:0px) and (max-width:767px) {
    #login-logout-inner{
	position:absolute;
	text-align:center;
	left:0px;
	top:5px;
	margin:0px;

    }
}

#back_menu{
    text-align:left;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:30px;


    background-image: -webkit-gradient(
    			      linear,
    			      left top,
    			      left bottom,
    			      color-stop(0, rgba(255,255,255,0)),
    			      color-stop(1, rgba(255,255,255,0.7))
    			  );
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);

}
#back_menu.ie8{
    background:#fff;
}
#back_menu.ie9{
    background:rgba(255,255,255,0.6);
}
@media screen and (min-width:0px) and (max-width:767px) {
    #back_menu{
	height:auto;
    }
    #main_nav ul li{
    }
    #main_nav ul li > a{
    }
}
#back_menu nav{

}
#main_nav ul li{
    height:30px;
}
#main_nav ul li > a{
    color : #000;
    font-size:15px;
    line-height:30px;
    font-weight:bold;
    padding:0px 10px;
    text-shadow:
    0px 1px 2px rgba(255,255,255, 1),
    1px 0px 2px rgba(255,255,255, 1),
    0px -1px 2px rgba(255,255,255, 1),
    -1px 0px 2px rgba(255,255,255, 1);
}
#main_nav ul li > a:hover{
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    text-shadow:none;
}

/*
 * ++++++++++++++++++
 * column
 * ++++++++++++++++++
 */


/*
 * ++++++++++++++++++
 *  main
 * ++++++++++++++++++
 */

#main{
    background-color:transparent !important;
    min-height:400px !important;
}

/*
 * ++++++++++++++++++
 *  article
 * ++++++++++++++++++
 */
main{
    min-height:400px !important;
}
@media screen and (min-width:0px) and (max-width:767px) {
    main{
	min-height:0px !important;
	padding:0px !important;
    }

}
main article{
    background-color:rgba(255,255,255, 0.8) !important;
    border:1px solid #ccc;
    padding:0px 1em;
    margin-bottom:12px;
    border-radius:5px;

}
main article section.entry-content p{
    line-height:2em;
    margin-bottom:1em;
}
main article div.meta{
    width:100%;
    text-align:right;
    display:block;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 3px;
    font-size:12px;
    line-height:18px;
    margin-top:0px;
    margin-bottom:10px;
    padding-bottom:3px;
    color:#888;

}
main.article time{
    display:inline-block;
}
main article div.meta p.tags{
    padding:0px;
    margin:0px;
}
main article div.meta p.tags .label-default{
    background:#eee;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:20px;
}
main article div.meta p.tags .label-default a{
    color:#666;
    font-weight:normal;
}

main article header h3,
main article header h1{
    margin-top:10px !important;
    margin-bottom:0px !important;
    font-size:25px !important;
    font-weight:bold !important;
}
main article h1 a,
main article h3 a{
    margin:5px;
    font-size:25px;
    font-weight:bold;
}

/* index, archive */
main.article-list section.entry-content{
    overflow:hidden;
    position:relative;
    padding:0px;
    padding-bottom:10px;
}
main.article-list section.entry-content div{
    display:inline-block;
    margin:0px;
    box-sizing:border-box;
    vertical-align:top;
}

main.article-list section.entry-content div.left{
    width:100px;
}
main.article-list section.entry-content div.left img{
    width:100px;
    height:100px;
}
main.article-list section.entry-content div.right{
    width:450px;
    padding-left:1em;
}
@media screen and (min-width:767px) and (max-width:991px) {
    main.article-list section.entry-content div.right{
	width:75%;
    }
}
@media screen and (min-width:0px) and (max-width:767px) {
    main article div.meta{
	font-size:11px;
    }
    main.article-list section.entry-content div.left{
	width:50px;
	height:50px;

    }
    main.article-list section.entry-content div.left img{
	width:50px;
	height:50px;
    }

    main.article-list section.entry-content div.right{
	width:80%;
    }
}
/* single */

/*
 * ++++++++++++++++++
 *  関連記事（Relation）
 * ++++++++++++++++++
 */
#related-entries h3{
  font-size:24px;
}

.related-entry{
  line-height:150%;
  margin-bottom:20px;
  clear: both;
}

.related-entry-thumb {
  float: left;
  max-width: 100px;
  max-height:100px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.related-entry-thumb img{
    width: 100px;
    height:100px;
}
.related-entry-content {
  margin-left: 120px;
}

.related-entry-title{
    margin-bottom:5px;
}

.related-entry-snippet{
  margin:0 0 5px 0;
}

.related-entry-read{
  margin:0;
  font-size:12px;
}
/*
 * ++++++++++++++++++
 *  fbコメント
 * ++++++++++++++++++
 */

.fb-comments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb-comments iframe[style],
.fb-social-plugin span,
.fb-comments span {
    width: 100% !important;
    display: block;
    max-width:500px;/*最大幅500ｐｘ*/
}

/* ソーシャルボタン　*/
@media screen and (min-width:0px) and (max-width:400px) {
    .social-button li {
        display: inline-block;
        vertical-align: top;
        width:48%;
    }

    .social-button {
        margin-left: 0px!important;
        padding-left: 0px!important;
    }

}
@media screen and  (min-width:401px) {

    .social-button li {
        display: inline-block;
        vertical-align: top;
    }
}


.social-button-area {
    text-align: left;
    width:100%;
}

.social-button {
    display: inline;
    margin-left: 0px!important;
    padding-left: 0px!important;
}

.fb-like{
    text-align: left;
}
.pocket-btn #pocket-button-0{
    max-width: 70px;
    width: 100%;
}


/*
 * ++++++++++++++++++
 *  author info
 * ++++++++++++++++++
 */
#author-info{
    background-color:rgba(255,255,255, 0.7) !important;
    border : 1px solid #ccc;
    padding:1em;
    border-radius:5px;
    margin-bottom:12px;
}
#author-info h4{
    margin:0px;
    padding:5px;
    font-weight:bold;
}
#author-info p{
    width:100%;
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top:1em;
}

/*
 * ++++++++++++++++++
 *  sidebar
 * ++++++++++++++++++
 */

#sidebar1{
    background-color:rgba(255,255,255, 0.7) !important;
    border : 1px solid #ccc;
    padding:1em;
    border-radius:5px;
}

/* calendar */
#wp-calendar{
    width:100%;
}
#wp-calendar tr th{
    background-color:#888;
    color:#fff;
    text-align:center;
    border: 1px solid #333;
}
#wp-calendar tr td{
    text-align:center;
    color:#aaa;
    line-height:30px;

}
#wp-calendar tbody tr td{
    border: 1px solid #333;
}
#wp-calendar tbody tr td > a{
    font-weight:bold;
}
#wp-calendar tbody tr td > a:hover{
    background-color:#f90;
}

/* search form */
.widget_search input{
    width:60%;
    display:inline-block;
}
.widget_search button{
    width: 38%;
}

.screen-reader-text {
    display: none;
}

#s {
    display: inline;
    height: 40px;
    max-width: 200px;
    width: 60%;
    font-size: 1.3rem;
    vertical-align: middle;
}

#searchsubmit {
    display: inline;
    height: 40px;
    width: 35%;
    font-size: 1.3rem;
    vertical-align: middle;
}

/*-- 新着記事 start --*/
.new-entries{
  line-height:150%;
  margin-bottom:20px;
}

.new-entries h4{
  margin-bottom:15px;
}

.news-h4,.search-h4{
    color: #444;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    padding: 3%;
    margin-bottom: 3px;
}

.new-entry{
  clear:both;
}

.new-entry-thumb {
  float: left;
  width:75px;
  height: 75px;
  margin-bottom:10px;
  padding-bottom:5px;
}

.new-entry-content {
  margin-left:85px;
  margin-bottom:10px;
}

/*-- 新着記事 end --*/

/*
 * ++++++++++++++++++
 *  pagenation
 * ++++++++++++++++++
 */
.pagination{
    padding:10px;
    width:100%;
    border-top: 3px solid rgba(0,0,0,0.2);
    text-align:center;
}

.pagination li{
    display:inline-block;
    padding:9px;
    border:1px solid #ccc;
    background-color:rgba(255,255,255, 0.5);
    height:40px;
    width:40px;
    border-radius:20px;
    font-size:20px;
    line-height:20px;
    vertical-align:top;
    text-align:center;
}
.pagination li a{
    display:block;
    font-weight:bold;
    font-size:20px;
    line-height:20px;
}



/*
 ------------------------------
  BLOG LIST
 ------------------------------
 */
#table-bloglist tr td:first-child{
     font-weight:bold;
}
#table-bloglist tr td:last-child{
     font-size:11px;
     text-align:right;
}
.update-bell{
    color:#5BC0DE;
}

@media screen and (min-width:0px) and (max-width:480px) {
    .update-bell{
        color:#5BC0DE;
    }
    #table-bloglist{
    	display: block;
    }
    #table-bloglist tbody{
        display: block;
    }

    #table-bloglist tbody th{
        display: none;
    }

    #table-bloglist tbody tr{
    	display: block;
    	margin-bottom: 1.5em;
    }

    #table-bloglist tbody td{
    	display: list-item;
        list-style-type: none;
    	border: none;
    }

    #table-bloglist tbody td{
    	margin: 0;
    	padding: 0;
    }

    #table-bloglist tr td:last-child{
         font-size:11px;
         text-align:left;
    }

    #table-bloglist tbody td:nth-of-type(1){
    	margin-bottom: 5px;
    	list-style-type: none;
    }

    #table-bloglist tbody td:nth-of-type(2):before { content: "[メンバー]"; }
    #table-bloglist tbody td:nth-of-type(3):before { content: "[メンバープロフィール]"; }
    #table-bloglist tbody td:nth-of-type(4):before { content: "[更新時刻]"; }

    #table-bloglist a{
        display: block;
        background-color:#ddeeff;
        border:1px solid #8888ff;
        widht:auto;
        padding:5px 10px;
        border-radius:3px;
        height: 40px;
    }

    #table-bloglist a:hover {
        color:white;
        background-color:navy;
        text-shadow:0px 0px 3px #ffffff;
    }
}

@media screen and (min-width:768px){
    .blglist_col3set_col{
    	float: left;
    	width: 31%;
    	margin: 0.2rem 0.5rem ;
    }

    .blglist_col3set::after{
    	content: "";
    	display: block;
    	clear: both;
    }

    .blglist_li_box{
    	min-height: 230px;
    	background-color: #FFF;
    	position: relative;
    	padding: 0px 0px 0.5rem;
    	opacity: 1;
    }

    .blglist_li_box:hover{
    	background-color: rgb(240, 240, 240);
    	transition: all 0.3s ease 0s;
    }

    .blglist_img_div{
    	max-width: 200px;
    	max-height:150px;
    	width:auto;
    	height:auto;
    	overflow: hidden;
    }

    .blglist_img{
    	max-width:100%;
    	height:auto;
    }

    .blglist_tag{
    	min-width: 3rem;
    	text-align: center;
    	font-size: 0.8rem;
    	color: #FFF;
    	margin: 0px 0px 0.5rem;
    	background-color: #B0B0B0;
    	line-height: 1;
    	padding: 0.5rem;
    	display: inline-block;
    }

    .blglist_tag_date{
    	margin: 0px 20px 0.7em;
    	font-size: 1.0rem;
    	font-weight: bold;
    	color: #999;
    	font-weight: bold;
    	line-height: 1;
    }

    .blglist_tag_ttl{
    	margin: 0px 20px;
    	margin-top: 8px;
    	font-size: 0.8rem;
    	font-weight: bold;
    	line-height: 1.75;
    	transition: color 0.35s ease 0s;
    }

    .blglist_tag_link {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:767px){

    .blglist_li_box{
    	min-height: 230px;
    	background-color: #FFF;
    	position: relative;
    	padding: 0px 0px 0.5rem;
    	opacity: 1;
    }

    .blglist_li_box:hover{
    	background-color: rgb(240, 240, 240);
    	transition: all 0.3s ease 0s;
    }

    .blglist_img_div{
    	max-width: 200px;
    	max-height:150px;
    	width:auto;
    	height:auto;
    	overflow: hidden;
    }

    .blglist_img{
    	max-width:100%;
    	height:auto;
    }

    .blglist_tag{
    	min-width: 1rem;
    	text-align: center;
    	font-size: 0.8rem;
    	color: #FFF;
    	margin: 0px 0px 0.4rem;
    	background-color: #B0B0B0;
    	line-height: 1;
    	padding: 0.7rem;
    	display: inline-block;
    }

    .blglist_tag_date{
    	margin: 0px 20px 0.8em;
    	font-size: 0.8rem;
    	font-weight: bold;
    	color: #999;
    	font-weight: bold;
    	line-height: 1;
    }

    .blglist_tag_ttl{
    	margin: 0px 20px;
    	margin-top: 8px;
    	font-size: 1.0rem;
    	font-weight: bold;
    	line-height: 1.75;
    	transition: color 0.35s ease 0s;
    }

    .blglist_tag_link {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
}

/*ページネーション*/
.pagination{
	display: block;
	font-size:1.8rem;
	padding:10px 0px;
	margin: 35px 0px 70px;
}
.pagination{
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	widht:30px;
    margin: 5px;
    padding:10px;
	border-radius: 5px;
    text-decoration:none;
	box-shadow: 0px 3px 0px #F2F2F2;
	color: #000;
	vertical-align: middle;
	font-size: 1.0rem;
}

.pagination a:hover{
    color:#fff ;
	background: #000 none repeat scroll 0% 0%;
}

.pagination .current{
	color: #FFF;
	background: #000 none repeat scroll 0% 0%;
	border: 0px none;
	box-shadow: 0px 3px 0px #D9D9D9;
}

/*
 ------------------------------
  THEME MY LOGIN
 ------------------------------
 */
/* _________LOGIN_________ */
#login-container {
text-align:center
}

#login-container label{
    display:inline-block;
    width:6em;
    text-align:right;
}
#login-container label[for^='rememberme']{
    width:auto;
    text-align:left;
    margin-left:1em;
}

#login-container .btn{
    width:250px;
}
/* _________REGISTER_________ */

#regist-container label{
    display:inline-block;
    width:10em;
    text-align:right;
}
#regist-container input[type='radio']{
    margin-left:2em;
    margin-right:1em;
}
#regist-container label.checkbox{
    width:20em;
    text-align:left;
}

/* _________PROFILE_________ */

.login.profile label{
    display:inline-block;
    width: 20em;
    text-align:right;
    padding-right:1em !important;
}
.login.profile input#email,
.login.profile input#url{
    width:55%;
}
@media screen and (min-width:0px) and (max-width:768px) {
    .login.profile label{
	text-align:left;
    }
    .login.profile input#email,
    .login.profile input#url{
	width:100%;
    }

}

.login.profile textarea{
    vertical-align:top;
    width:100%;

}

.form-container{
    width:55%;
    display:inline-block;
    vertical-align:top;
    margin-bottom:1em;
    padding-bottom:1em;
    border-bottom:1px dotted #ccc;
}
@media screen and (min-width:0px) and (max-width:768px) {
    .form-container{
	width:100%;
    }
}
#pass-strength-result{
    float:none;
}

.post ul,
.post ol{
    margin-left:20px;
    padding-left:10px;
}
.post ul li{
    list-style-type : disc;
}
.post ol li{
    list-style-type: decimal;

}

.post table {
    width:100%;
    border: 3px solid #ccc;
}
.post table tr td,
.post table tr th{
    border-bottom: solid 1px #ccc;
    border-right : solid 1px #ccc;
    padding: 0.33em;
}
.post table tr:first-child td,
.post table tr:first-child th{
    border-top: solid 1px #ccc;
}
.post table tr td:first-child,
.post table tr th:first-child{
    border-left : solid 1px #ccc;
}

.post table tr:nth-child(2n) td{
    background:#fefefe;
}
.post table tr:nth-child(2n+1) td{
    background:#fafafa;
}
.post table tr th{
    font-weight:bold;
    background:#eee;
}

.post blockquote{
    background:#fafafa;
    padding : 1em;
    border-left: 3px solid #bbb;
    margin: 1em 1em 1em 3em;
}
.post em{
    font-style:italic;
}

.entry-content h1{
    background-color:#f0f0f0;
    padding:5px 15px;
    margin:5px;
    border-radius:5px;
    font-size:2em;
    font-weight:bold;
}
.entry-content h2{

    background-color:#f0f0f0;
    padding:5px 15px;
    margin:5px;
    border-radius:5px;
    font-size:1.6em;
    font-weight:bold;

}
.entry-content h3{
    background-color:#f0f0f0;
    padding:5px 15px;
    margin:5px;
    border-radius:5px;
    font-size:1.2em;
    font-weight:bold;
}
.entry-content h4{
    font-size:1.2em;
    font-weight:bold;
    margin:5px;
    margin-left:20px;
}
.entry-content h5{
    font-size:1.0em;
    font-weight:bold;
    margin:5px;
    margin-left:20px;

}
.entry-content h6{
    font-size:1.0em;
    margin:5px;
    margin-left:20px;

}

pre{
    background-color:#234;
    color:#fff;
    font-family:monospace;
    padding:1em;
}

/*
 ------------------------------
  FORUM
 ------------------------------
 */

/* 
 * ++++++++++++++++++
 *   recommend
 * ++++++++++++++++++
 */
#topics_ichiba ul{

}

#topics_ichiba ul li{
    background-size:cover;
    height:200px;
    border:3px solid #fff;
    padding:0px;
    position:relative;
}

@media screen and (min-width:0px) and (max-width:550px) {
    #topics_ichiba ul li{
    height:100px;
    }
}

#topics_ichiba ul li a{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
}

#topics_ichiba ul li a h4{
    position:absolute;
    bottom:0px;
    width:100%;
    line-height:17px;;
    /* background:rgba(0,0,0,0.5); */
    /* padding:30px 10px 0px 10px; */
    padding:40px 5px 5px 5px;
    margin:0px;
    bottom:0px;
    display:block;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    vertical-align:bottom;

    background-image: -webkit-gradient(
                  linear,
                  left top,
                  left bottom,
                  color-stop(0, rgba(0,0,0,0)),
                  color-stop(1, rgba(0,0,0,0.7))
              );
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    
}

/*
 ------------------------------
  次へ　前へ　リンク
 ------------------------------
 */

#prevnext {
    font-size:20px;
    line-height:1.8;
    margin:40px;
    padding: 0px;
    list-style: none;
}

#prevnext.cf:before,
#prevnext.cf:after {
    content:"";
    display:table;
    list-style-type: none;
}
#prevnext.cf:after {
    clear:both;
}
#prevnext.cf {
    zoom:1;
}
#prevnext .prev {
    float:left;
    list-style-type: none;
}
#prevnext .next {
    float:right;
    list-style-type: none;
}
/*
 ------------------------------
  footer レイアウト　2022.01
 ------------------------------
 */
#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #333;
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: #222;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #333;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* footer-logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
}