@charset "UTF-8";
/*
code by zarigani
designed by zarigani
*/
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html, body{
  height:100%;
  width:100%;
}
html{
  font-size: 62.5%;
} 
body{
  font-size: 20px;
  font-size: 2rem;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
  position:absolute;
  background-color:#FFFFFF;
}
body.home{
  background-color:#000000;	
}
.clear_float{
  clear:both;	
}
*:hover{
    -webkit-transition-property: background-color,opacity,color;  
    -webkit-transition-duration: 0.1s;  
    -webkit-transition-timing-function: linear;
    transition-property: background-color,opacity,color; 
    transition-property: border-color,opacity,color;  
    transition-duration: 0.1s;  
    -webkit-transition-timing-function: linear; 
}
a{
  color:rgba(255,0,0,1.0);
}
a img{
  border:none;
}

/* 全体設定 */
.header,
.wrap,
.nav,
.footer,
.no_wrap{
  width:100%;
}

.header > div,
.wrap > div,
.nav > div,
.footer > div,
.no_wrap > div{
  width:752px;
  margin:0 auto 0 auto;
}
.header > div > div,
.wrap > div > div,
.nav > div > div,
.footer > div > div,
.no_wrap > div >div{
  margin:0 20px 0 20px;
}
.no_wrap{
  background-color:#000000;
  padding:0;
  margin:40px 0 0 0;
  padding: 1px 0 0 0;
}
.footer{
	height:80px;
	margin:0 0 0 0;
	background:#000000;
}
.footer p a{
	font-size:1.4rem;
	line-height:80px;
	color:#FFFFFF;
	text-align:center;
	opacity:0.5;
   text-decoration:none;
   display:block;
}

/* ヘッダー */
.header{
  position:fixed;
  height:80px;
  background-color:rgba(0,0,0,1);
  width:100%;
  z-index:100000;
  overflow:hidden;
  -webkit-transition: height 500ms;
}
.head-open .header{
  height:100%;
}
.header > div{
  position:relative;
  max-width: 1050px;
  min-width: 712px;
  width: 70%;
}
.logo{
  height:80px;
  text-align:center;
}
.logo a{
  display:inline-block;
  height:80px;
  text-decoration:none;
}
.logo a img,
.logo img{
  width:auto;
  height:34px;
  margin:23px 0 0 0;
  display:inline-block;
}
.logo span{
  color:#999999;
  font-size:12px;
  font-size:1.2rem;
  margin:0 0 0 15px;
  letter-spacing:0.3rem;
  display:inline-block;
  float:left;
  text-decoration:none;
  line-height:62px;
}

/* コンテンツ　ラップ */
.wrap{
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.home .wrap{
  margin:80px 0 0 0;
}
.nav{
  height:50px;
  /* border-top:solid 1px #F2F2F2; */
  border-bottom:solid 0 #F2F2F2;
  background-color:rgba(255,255,255,0.9);
  z-index:1000;
  text-align:center;
}
.nav ul li{
  display:inline-block;
  list-style:none;
  padding:3px 25px 0 25px;
}
.nav ul li a{
  line-height:44px;
  color:#777777;
  display:block;
  letter-spacing:0.2rem;
  cursor:pointer;
  font-weight:bold;
  border-bottom:solid 3px;
  border-color: rgba(69,232,191,0);
  box-sizing:border-box;
  text-decoration:none;
}
.nav ul li a:hover{
  border-bottom:solid 3px;
  border-color:rgba(0,229,170,0.5);
}
.category-13 .nav ul li:nth-child(1) a,
.category-14 .nav ul li:nth-child(2) a,
.category-17 .nav ul li:nth-child(3) a,
.category-15 .nav ul li:nth-child(4) a{
  color:rgba(0,229,170,1.0);
  border-bottom:solid 3px;
  border-color:rgba(0,229,170,0.7);
}
.fixed {
  position: fixed;
  top: 0;
  border-top:0;
}
.bread_crumb{
  list-style-type: none;
  display:block;
  overflow:hidden;
  white-space: nowrap;
}
.bread_crumb li{
  display:inline-block;
  margin:0 10px 0 0;
  background-image:url(https://gekiatsu.life/wp-content/uploads/2018/07/pankuzu_arrow.png);
  background-position:right center;
  background-repeat: no-repeat;
  background-size:auto 10px;
  padding:0 20px 0 0;
  opacity:0.4;
  font-size:1.2rem;
}
.bread_crumb li:last-child{
  margin:0 0 0 0;
  background-image:none;
}
.bread_crumb li a{
  font-size:1.2rem;
  color:#444444;
  line-height:50px;
  display:block;
  cursor: pointer;
  text-decoration:none;
}
.bread_crumb li a:hover{
  color:#000000;

}

.tags{
  list-style-type: none;
  display:block;

}
.tags li{
  display:inline-block;
  margin:0 10px 0 0;
}
.tags li a{
  font-size:1.2rem;
  color:rgba(0,229,170,1.0);
  line-height:24px;
  display:block;
  border:solid 1px rgba(0,229,170,0.8);
  padding:0 10px;
  border-radius:13px;
  cursor: pointer;
  text-decoration:none;
}
.tags li a:hover{
  border:solid 1px rgba(0,229,170,1.0);
}
.main{
	height:auto;
  position:relative;
}
h1{
  font-size:4rem;
  color:#4A4A4A;
  font-weight:bold;
  line-height:1.5;
  margin:120px auto 0 auto;
  max-width:1050px;
  min-width:712px;
  width:70%;
}
.main h2{
  font-size:3.5rem;
  color:#4A4A4A;
  font-weight:bold;
  line-height:1.5;
  margin:60px 0 0 0; 
}
.main h3{
  font-size:2.5rem;
  color:#4A4A4A;
  font-weight:bold;
  line-height:1.5;
  margin:60px 0 0 0; 
}
.main p{
  font-size:2rem;
  color:#777777;
  margin:20px 0 0 0;
  line-height:1.5;
}
.video-article + p,
.twitter-tweet + p,
.main iframe + p,
.main img + p,
.main blockquote + p{
  margin:40px 0 0 0;
}
.main iframe.instagram-media + p{
  margin:40px auto 0 auto!important;
}
.main img,
.main a img{
  width:100%;
  height:auto;
  margin:10px 0 10px 0;
}
.main iframe,
.main blockquote,
.main .twitter-tweet{
  /* width:100%; */
  /* height:auto; */
  position:relative!important;
  z-index:11;
}
.main iframe[src*="www.youtube.com"]{
  width:100%;
  height:auto;
  min-height:380px;
}
.main .video-article iframe[src*="www.youtube.com"]{
    width: 100%;
    padding-bottom: 0;
    height: 100%;
    position: absolute!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main .video-article iframe[src*="www.facebook.com"] {
 
}
.main iframe.instagram-media{
  margin:40px auto 0 auto!important;
}
.main iframe.instagram-media:nth-child(1){
  margin:0 auto 0 auto!important;
}
.main p iframe[src*="www.youtube.com"],
.main p iframe[src*="www.facebook.com"] {
  margin:20px 0 15px 0;
}
.related{
  padding:0;
  margin:0;
}
.post_list{
  margin:0 0 0 0;
}
.related ul li,
.post_list li{
  width:712px;
  margin:0 auto 0 auto;
  display:block;
  position:relative; 
  overflow:hidden;
  margin:40px 0 0 0;

}
.home .post_list li:first-child{
  margin:0;
}
.related ul li a,
.post_list li a{
  display:block;
  position:relative;
  width:100%;
  height:auto;
  min-height:350px;
  overflow:hidden;
  border-radius:20px;
}
.related ul li a img,
.post_list li a img{
  width:712px;
  height:auto;
  min-height:350px;
  position:absolute;
  left:0;
  top:0;
  border-radius:0;
  line-height:0;
  margin:0;
}
.related ul li a p,
.post_list li a p{
    font-weight:bold;
    width: auto;
    height: suto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* font-size: 2.6rem; */
    font-size:3rem;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.related ul li a:hover p,
.post_list li a:hover p{
  color:rgba(255,255,255,0.7);
}
.btn1{
	background-color:rgba(0,229,170,1); 
/* background: linear-gradient(180deg, #00e5aa, #00ac80); */
	color:#FFFFFF;
	font-size:3.6rem;
	border-radius:40px;
	line-height:80px;
	padding:0 70px 0 30px;
	display:block;
	text-decoration:none;
	margin:20px auto 0 auto;
	text-align:center;
	width:630px;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:right 40px center;
	background-size:30px auto;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.btn1:hover{
	opacity:0.7;
}
img.under_arrow{
	width:200px;
	height:auto;
	margin:30px 0 0 0;
}
blockquote > p{
    background: #F3F3F3;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 40px;
    margin: 40px 0 0 0;
    width: 100%;
    font-size: 1.8rem!important;
    color: #999!important;
    background-image:url(img/quote.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:30px auto;
}
.video-article{
  margin:40px 0 0 0;
  line-height:0;
  border-radius:20px;
  overflow:hidden;
  background-color:#000000;
  min-height: 380px;
  padding-bottom: 56.25%;
  height: 0;
  position:relative;
}

.ad_container{
  margin:40px 0 0 0;
}
.ad_container > div{
  width:336px;
  float:left;
  background-color:#F3F3F3;
  line-height:0;
}
.ad_container > div:nth-child(2){
  margin:0 0 0 40px!important;
}
.ad_container1{
  margin:40px 0 40px 0;
}
/* コメント */
#comments{
    margin:40px 0 0 0;
}
#comments-list{
  list-style-type:none;
}
.comment-form p label{
  display:none;
}
#author{
  width:200px;
  height:40px;
  line-height:40px;
  border-radius:20px;
  font-size:1.4rem;
  background-color:#F3F3F3;
  padding:0 0 0 20px;
}
#comments #comment{
  background-color: #f3f3f3;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
  display:block;
  padding:20px 60px 20px 20px;
  position:relative;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset; */
  border-radius:20px;
  resize: none;
}
#comments #comment::-webkit-input-placeholder ,
#author::-webkit-input-placeholder {
  color:#666666;
}
#comments #comment:focus{
  background-color: #f3f3f3;
}
.comment-author{
  font-size:17px;
  font-size:1.7rem;
  color:#4A4A4A;
  font-weight:bold;
  opacity:1;
  font-style: italic;
}
.comment-author a{
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size:11px;
  font-size:1.1rem;
  color:#999999;
  text-decoration:none;
  margin:0 0 0 10px;
  font-weight:normal;
  letter-spacing:0.1rem;
}
.comment{
  margin:40px 0 0 0;
}
.comment p{
  font-size: 17px;
  font-size:1.7rem;
  line-height: 1.5;
  word-break: break-word; 
  color:#777777;
  margin:5px 0 0 0;
}
.children{
  list-style-type:none;
  margin:0 0 0 40px;
  padding:0 0 0 20px;
  border-left:1px dotted #777777;
}
.commentmetadata a{
  font-size: 12px;
  font-size:1.2rem;
  line-height: 1.358;
  color:#b2b2b2; 
}
.reply a{
  font-size: 12px;
  font-size:1.2rem;
  line-height: 1.358;
  color:#b2b2b2;  	
}
#respond{
  position:relative;
  margin:40px 0 0 0;
}
#respond h3{
  display:none;
}
.comment-form-author{
  float:left;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
.comment-form-comment{
  height:120px;
}
.form-submit{
  float:right;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
.form-submit #submit{
    margin:0 0 0 0;
    display: block;
    border-radius: 20px;
    /* border:solid 1px rgba(255,0,0,0.3); */
    text-align: center!important;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none!important;
    width: auto;
    padding: 0 20px 0 20px;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    background-color: #FF0000;
}
.form-submit #submit:hover{
    background-color: rgba(255,0,0,0.7);	
}
#commentform{

}

.comment-form-author,
.form-submit{
  margin:20px 0 0 0!important;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  display: block;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10002;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu,
.wpml_commentbox{
  position: absolute;
  top: 64px;
  right: 0;
  width: 100%;
  height: 0;
  text-align: left;
  background: #FFFFFF;
  z-index: 10003;
  overflow:hidden;
  border-radius:20px;
  padding:0!important;
}
.side-open .side-menu,
.side-open .wpml_commentbox{
  height:auto;	
}
/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    z-index: 10004;
    background-image: url(https://9post.tv/wp-content/themes/6sens/img/smile_new.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    /* border: solid 4px #FFF; */
    box-sizing: content-box;
    border-radius: 24px;
    background-color: #FFFFFF;
}
/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#comments-list img{
  height:120px!important;
  width:auto!important;
  max-height:120px!important;
}
.side-menu img,
.wpml_commentbox img,
#comments-list .wpml_commentbox img{
  height:80px!important;
  width:auto!important;
}
.wpulike-heart,
.wp_ulike_general_class{
  border:none!important;
}
.wp_ulike_btn,
.wp_ulike_put_image{
  
}
.wpulike-heart,
.wp_ulike_btn.wp_ulike_put_image{
  padding:11px 10px 11px 0;
}
div.wpml_ico_icon{
	height:80px!important;
	width:auto!important;
	padding:0!important;
	float:none;
	display:inline-block!important;
}
.wpml_commentbox + div{
  height:0;
}
.fn{
  font-style:italic;
}
.wpulike-default .wp_ulike_btn{
  color:#4A4A4A!important;
  font-size:1.3rem!important;
}
blockquote{
   margin:40px 0 0 0;
	font-style:italic;
}
div.EmbeddedTweet{
overflow: hidden;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 4px;
  width:100%!important;
  max-width:100%!important;	
}


/* フォーム */
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea{
  /* height:26px; */
  width:100%;
  margin:0 0 0 0;
  padding:20px;
  /*background:#F6F6F6;	*/
  /* background:#ECECEC; */
  background-color: #f3f3f3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  /* border:solid 2px #FFFFFF; */
  border:none;
  font-size:17px;
  font-size:1.7rem;
/*
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;  
*/
  outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
textarea{
  height:100%;
  width:100%;
  resize: none;
  line-height:1.5;
}
textarea#comment{
  padding: 20px 60px 20px 20px;
}
input[type="text"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover{
  /* border:solid 2px #CCCCCC; */
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
  background:#f3f3f3;
  /* border:solid 2px #FF0000; */
  color:#333333;
}
input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
  margin:0 10px 0 0;
  padding:0.6em 25px 0.6em 25px;
  background:#FF0000;
  border-radius: 3px;
  border:0;
  font-size:1.0em;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;  	
  cursor:pointer;
  outline: none;
  /* font-family:"Hiragino Kaku Gothic Pro",'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',sans-serif; */
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
input[type="submit"]:hover,
input[type="button"]:hover{
  opacity:0.8;
}
.wpcf7-form p{
  margin:10px 0 0 0;
}
.ajax-loader{
  width:auto!important;
  height:auto!important;
}
.error-messages{
  color:#FF0000;
  margin:10px 0 0 0;
}
.error-messages li{
  margin:0 0 10px 0;
}
.page .under_adarea{
  display:none;
}

/* ログイン・管理画面 */
.social_login{
  border-bottom:solid 1px #E7E7E7;
  padding:0 0 20px 0;
}
.social_login a{
  text-align:center!important;
  font-size:18px;
  font-size:1.8rem;
  font-weight:normal;
  line-height:1;
  text-decoration:none!important;
  /* padding:20px 40px 20px 40px; */
  padding:0;
  /* color:#FFFFFF!important; */
  width:250px;
  display:inline-block;
  opacity:1;
  float:left;
  /* background-color:rgba(0,0,0,0.03); */
  border-radius:3px;
}
.social_login a:hover{
  opacity:0.8;
}
.social_login a span{
  float:left;
  display:block;
}
.social_login a span.login_inner{
  text-align:center!important;
  padding:20px 0 0 0;
  font-weight:bold;
  width:190px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.social_login a span.login_logo{
  display:inline-block;
  width:60px;
  height:60px;
  background-color:rgba(0,0,0,0.1);
}
.facebook_login{
  /* background:#5B6F93;
  border-bottom:solid 5px #566884; */
  background: #39579A;
  /* border-bottom:3px solid #2E477D; */
  color:#FFFFFF;
  margin:0 20px 0 0;
}
.facebook_login span.login_logo{
  background-size:35px 35px;
}
.twitter_login{
  /*background:#55ACEE;
  border-bottom:solid 5px #29A6C0;*/
  background: #52A6E6;
  /* border-bottom:3px solid #008CC0;*/
  color:#FFFFFF;
}
.twitter_login span.login_logo{
  background-size:35px 35px;
}
.page-id-177 .article{
  background:#FFFFFF;
}
fieldset{
  border:none!important;
}
#send-confirmation-email{
  display:none!important;
}
.send-confirmation-email{
  display:none;
}
#user-name,
#password,
#user_name,
#email,
#pass1,
#pass2{
  width:100%!important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.form-username label{
  width:250px!important;
}
#wppb_modify p label, #wppb_register p label, #wppb_login p label, #wppb_recover_password p label{
  color:#666666;
  font-weight:bold;
}
/*
table.wpuf-table{
  border:none!important;
}
table.wpuf-table tr{
  border-top:solid 1px #CCC!important;  
}
table.wpuf-table th{
  font-size:16px!important;
  font-size:1.6rem!important;

}
table.wpuf-table td{
  border:none!important;  
}

table.wpuf-table thead th, table.wpuf-table th{
  text-align:right!important:  
}
.wpuf-profile th, .wpuf-profile td, .wpuf-profile th, .wpuf-profile td{
  vertical-align:middle!important;

}
.wpuf-profile th, .wpuf-profile th{
  text-align:right!important: 
  width:250px!important;
}
*/
/* ページャー */
.pager_num{
  text-align:center;
  margin:20px 0 10px 0;
}
.page-numbers{
  border-radius:20px;
  margin:0 7px 0 7px;
  padding: 0 12px 0 12px;
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.3);
  text-align:center;
  font-size:14px;
  font-size:1.4rem;
  line-height:40px;
  font-weight:normal;  	
  display:inline-block;
  text-decoration:none;
  letter-spacing: 0.1rem;

}
.page-numbers:hover{
  color:#FFFFFF;
  background-color:rgba(255,255,255,0.1);
}
.page-numbers:active{
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;    
}
.current,
.current:hover{
  background-color:rgba(255,255,255,0.1);
}
.dots,
.dots:hover{
  background:none;
  color:#FFFFFF;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);  
}


.big_thumb a{
  margin:20px 0 0 0;
  display:block;
  overflow:hidden;
  border-radius:20px!important;
  text-decoration:none!important;
}
.big_thumb a:hover{
  opacity:0.8;
}
.big_thumb a img{
  min-height:337px;
  width:600px!important;
}

/* サブスクリプション */
.subscription{
  font-size:15px;
  font-size:1.5rem;
  font-weight:normal;
  line-height:40px;
  height:40px;
  /* background-color:rgba(0,0,0,0.03); */
  /* background-color:rgba(255,255,255,0.1); */
  position:relative;
  padding: 0;
  box-sizing:border-box;
  margin:26px auto 0 auto;
  overflow:hidden;
    max-width: 1050px;
    min-width: 712px;
    width: 70%;
}
.category .subscription,
.home .subscription{
  border-top:none;
  display:none;
}
.publish_date{
  float:left;
  /* background-color:rgba(255,255,255,0.2); */
  color:#FF0000;
  /* height:14px;
  padding:10px 0 10px 0;
  */
  font-family: 'Quicksand', sans-serif;
  font-weight:bold;
  line-height:40px;
  padding:0;
  display:inline-block;
  letter-spacing:0.1rem;
}
.writer{
  float:right;
  text-align:right;
  margin:0 0 0 0;
  /* height:14px; */
  /* :7px 0 10px 0; */
  position:relative;
  font-family: 'Quicksand', sans-serif; 
  font-weight:bold;
}
.writer span{
  position:absolute;
  top:0;
  right:49px;
  line-height:40px;
  height:40px;
  display:inline-block;
  letter-spacing:0.1rem;
  color:#999999;
}
.writer a{
  line-height:40px;
  /* height:14px; */
  /* overflow:hidden; */
  /* color:#B2B2B2; */
  color:#999999;
  text-decoration:none;
  display:inline-block;
  padding:0 0 0 0;
  height:40px;
}
.writer a:hover{
  text-decoration:underline;
}
.writer a.source{
  margin:0 10px 0 0;
}
.writer a img{
  position:relative;
  top:0;
  right:0;
  height:40px;
  width:40px;
  margin:0 0 0 0;
  border-radius:50%;
}
.opacity_com{
  opacity:0.3;
  font-family:Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
.share_btn{
  margin:40px 0 0 0;
  width:712px;
}
.share_btn a{
  display:block;
  width:126.4px;
  height:40px;
  margin: 0 20px 0 0;
  float:left;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:auto 20px;
  border-radius:20px;
}
.share_btn a:nth-child(5){
  margin:0;
}
.share_facebook{
  background-color:#4267b2;
  background-image:url(img/ico_facebook.png);
}
.share_twitter{
  background-color:#1da1f2;
  background-image:url(img/ico_twitter.png);
}
.share_hatena{
  background-color:#00a4de;
  background-image:url(img/ico_hatena.png); 
}
.share_line{
  background-color:#00b900;
  background-image:url(img/ico_line.png);  
}
.share_pocket{
  background-color:#ef4056;
  background-image:url(img/ico_pocket.png);
}

.list_view{
position: absolute;
    background-color: rgba(0,0,0,0.6);
    color:rgba(102,255,204,1);
    left: -74px;
    top: -13px;
    float: left;
    /* background-color: rgba(255,255,255,0.2); */
    height: 80px;
    padding: 42px 0 0 0;
    font-size: 12px;
    font-size: 2rem;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
}
.list_view.red{
  background-color:rgba(255,0,0,0.6);
  color:rgba(255,255,255,1);
}
.list_view.yellow{
  background-color:rgba(0,0,0,0.6); 
  color:rgba(255,255,10,1);
}

/* ローディングボタン */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  font-size: 5px;
  position: absolute;
  z-index:10;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-template h1{
  text-align:center;
}

.credit{
  color:#999999;
  font-size: 1.5rem;
  line-height:1;
  margin:40px 0 0 0;
  text-align:right;
}
.credit a{
  color:#999999;
  text-decoration:none;
}
.create{
  position:absolute;
  right:0;
  top:25px;
}
.create a{
  width:30px;
  height:30px;
  display:block;
  background-image:url(img/pen_r.png);
  background-repeat:no-repeat;
  background-size:30px auto;
  background-position:left center;
}
.humb{
  position:absolute;
  top:0;
  left:0;
  height:80px;
  width:30px;
  color:#FFFFFF;
  cursor:pointer;
  background-image:url(img/humb_btn.png);
  background-repeat:no-repeat;
  background-size:30px auto;
  background-position:left center;
  opacity:0.3;
  transform: rotate(0deg);  /* 回転 */
  transition: 500ms;  
}
.head-open .humb{
  transform: rotate(90deg);  /* 回転 */
  transition: 500ms;
  opacity:0.6;
}