/*
Theme Name: Fuckyou
Author: TED
Version: 2.0
*/

@charset "utf-8";
/*
 *   base
 */
html{
                             /* 62.5% = 16px */
    font-size                : 62.5%;
    -ms-overflow-style       : -ms-autohiding-scrollbar;
                             /* Edge 12+, Internet Explorer 11- */
    overflow-y               : scroll;
                             /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust : 100%;
                             /* iOS 8+ */
    -ms-text-size-adjust     : 100%;
    -o-text-size-adjust      : 100%;
    text-size-adjust         : 100%;
    -webkit-font-smoothing   : antialiased;
    -moz-osx-font-smoothing  : grayscale;
    font-smoothing           : antialiased;
}
body{
    font-size                : 16px;
    font-size                : 1.6rem;
    font-family              : Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Maru Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height              : 1.75;
    letter-spacing           : -0.001em;
    -webkit-text-size-adjust : 100%;
    color: black;
    margin: 0;
}
dd {
  margin: 0 30px;
}
svg:not(:root){
    overflow : hidden;
             /* Internet Explorer 11- */
}
select{
    -moz-appearance    : none;
                       /* Firefox 40+ */
    -webkit-appearance : none;
                       /* Chrome 45+ */
}
select::-ms-expand{
    display : none;
            /* Edge 12+, Internet Explorer 11- */
}
select::-ms-value{
    color : currentColor;
          /* Edge 12+, Internet Explorer 11- */
}
a:active,
a:hover{
    opacity: 0.7;
    outline : 0;
}
a:hover img,
a:active img{
    opacity      : 0.7;
    filter       : alpha(opacity=70);
    -moz-opacity : 0.7;
    -ms-filter   : alpha(opacity=70);
}
/* iOS 8+ */
input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance : button;
}
input[type="number"]{
    width : auto;
          /* Firefox 36+ */
}
input[type="search"]{
    -webkit-appearance : textfield;
                       /* Chrome 45+, Safari 9+ */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
    -webkit-appearance : none;
                       /* Chrome 45+, Safari 9+ */
}
img{
    max-width      : 100%;
    vertical-align : bottom;
    height         : auto;
}
.ie8 img{
    width : auto;
}
.clearfix:after{
    content : "";
    display : block;
    clear   : both;
}
.clearfix{
    *zoom : 1;
}
.left{
    float : left;
}
.right{
    float : right;
}
.border-box{
    box-sizing : border-box;
}
h1, h2, h3, h4, h5, h6, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, summary,
section, article, input, textarea, div, span, ul, li, a{
    box-sizing : border-box;
}
h1, h2, h3, h4, h5, h6{
    line-height : 1;
}
.pc{

}
.tab{
    display : none;
}
.phone{
    font-size : 18rem;
    display   : none;
}
a{
    color: black;
    text-decoration : none;
}
ul, li{
    margin          : 0;
    padding         : 0;
    list-style-type : none;
}
.middle{
             /*  対象物にwidth,heightを指定 */
    margin   : auto;
    position : absolute;
    top      : 0;
    bottom   : 0;
    right    : 0;
    left     : 0;
}
.aligncenter{
    display : block;
    margin  : 0 auto;
}
.alignright{
    text-align : right;
}
.alignleft{
    text-align : left;
}
.clear{
    clear : both;
}
.relative{
    position : relative;
}
.absolute{
    position : absolute;
}
/*
 *   / base
 */

/*
body {
  background-image: url(images/background.png);
}
*/


/* header部分＜START＞*/

.header {
  text-align: center;
}
.header_logo {
  width: 150px;
  margin: 15px auto 0 auto;
  float: left;
}
.blue_circle {
  width: 110px;
  height: 110px;
  background-color: #3ea7b5;
  border-radius: 50%;
  top: 0px;
  left: 7px;
  z-index: -10;
}
.header p {
  font-size: 14px;
  color: #797777;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 18px;
}
.title_all {
  width: 620px;
  margin: auto;
}
.title {
  float: left;
  margin: 23px 0 0 10px;
}
.english_title {
  font-family: impact;
  font-size: 50px;
}
.japanese_title {
  font-size: 15px;
  margin-top: 0;
  top: 69px;
  left: 62px;
  letter-spacing: 2px;
}
.menu {
  margin-top: 30px;
  margin-bottom: 60px;
}
.menu ul {
  width: 745px;
  margin: auto;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  margin: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 5px #eee solid;
}
.menu ul li a:hover {
  border-bottom: 5px solid #0093ff;
}
/* header部分＜END＞*/


/* main_wrapper部分＜START＞*/
.main_wrapper {
  width: 1000px;
  margin: auto;
}
/* main_wrapper部分＜END＞*/


/* left_wrapper部分＜START＞*/

.left_wrapper {
  width: 650px;
  float: left;
}
.article {
  margin-bottom: 13px;
}
.article_image img {
  float: left;
  height: 150px;
  border-radius: 10px;
  width: auto;
}
.article_info {
  float: left;
  width: 416px;
  height: 155px;
  padding: 7px;
  background-color: white;
}

.article_info a:hover {
  opacity: 0.7;
}
.article_title {
  font-size: 19px;
  font-weight: bold;
  line-height: 135%;
  letter-spacing: 1px;
}
.article_title a:hover {
  color: #0093ff;
}
.article_intro {
  color: #999;
  font-size: 13px;
  line-height: 135%;
  margin-top: 5px;
}
.article_intro a:hover {
  color: #0093ff;
}
.article_detail {
  font-size: 13px;
  color: #999;
  bottom: 15px;
}
.article_category ul li a {
  font-size: 11px;
  font-weight: bold;
  background-color: #35c9b8;
  border-radius: 10px;
  padding: 4px 8px;
  color: white;
}
.article_category {
  float: left;
  margin-right: 4px;
}
.article_author {
  float: left;
}
/* left_wrapper部分＜END＞*/

/* right_wrapper部分＜START＞*/

.right_wrapper {
  width: 300px;
  float: right;
}

.sidemenu {
  margin-bottom: 40px;
}
.sidemenu h4 {
  margin: 0px;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
}
.sidemenu h5 {
  margin: 5px 0 10px 9px;
  font-size: 14px;
}
.barner img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.wpp-list li {
  border-top: 0;
  margin-bottom: 5px;
}
.wpp-list img {
  width: 96px;
  float: left;
  border-radius: 10px;
}
.wpp-post-title {
  width: 195px;
  float: left;
  font-size: 11px;
  padding: 2px;
  margin-left: 2px;
}
.wpp-post-title a:hover {
  opacity: 0.7;
}
.wpp-views {
  color: #807d7d;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 11px;
  float: left;
}
.twitter_icon {
  float: left;
  width :65px;
  padding: 5px;
}
.facebook_icon {
  float: left;
  width: 59px;
  padding: 9px;
}
.sns_users {
  color: black;
  line-height: 30px;
}
.sns_followers {
  font-size: 23px;
  font-style: italic;
  font-weight: bold;
}
.sns_follow a {
  color: white;
  background-color: #0093ff;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
}
.sns_follow a:hover {
  font-weight: bold;
}
.sns_explain {
  float: left;
  padding: 10px;
}
.writer {
  background-color: white;
}
.writer_image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px 10px;
  float: left;
}
.writer_explain {
  width: 195px;
  height: 80px;
  padding: 2px;
  font-size: 13px;
  float: left;
}
.bold {
  font-weight: bold;
}
/* right_wrapper部分＜END＞*/

/* footer部分＜START＞*/
.footer {
  margin-top: 60px;
  text-align: center;
  background-color: #3a3939;
}
.footer ul {
  width: 600px;
  margin: auto;
}
.footer ul li {
  float: left;
  padding: 60px 20px 20px 20px;
  font-size: 14px;
}
.footer ul li a {
  color: white;
}
.footer ul li a:hover {
  color: #a8d2f1;
}
.footer img {
  width: 200px;
  margin-top: 20px;
}
.copy_right {
  font-size: 12px;
  color :#797777;
  margin-top: 50px;
  padding-bottom: 20px;
}
/* footer部分＜END＞*/

/* 記事ページ部分＜START＞ */
.single {
  width: 680px;
  margin: auto;
}
.single_date {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 17px;
  color: #999;
}
.singel_title {
  margin: 5px 0;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
}
.single_article_detail {
  position: static;
  margin-top: 5px;
}
.single_category {
  position: relative;
  bottom: 2px;
  color: white;
  font-size: 12px;
}
.share_button {
  margin: 10px 0;
}
.single h2 {
  	padding: .5em .75em;
  	background-color: #f9f9f9;
  	border-left: 6px solid #0093ff;
    margin-top: 30px;
    line-height: 30px;
}
.single h3 {
	position: relative;
	padding-bottom: 7px;
	border-bottom: 4px solid #ccc;
  margin-top: 25px;
  line-height: 22px;
}
.single h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
.single dl {
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  font-size: 16px;
  line-height: 1.3;
  margin: 30px 0;
  padding-bottom: 18px;
}
.single dt {
  background: #fff none repeat scroll 0 0;
  left: 10px;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -10px;
  width: 70px;
  font-size: 14px;
  color: #555;
}
.single_content a {
  color: #2199E8;
  font-weight: 100;
  text-decoration: none;
  font-size: 14px;
}
.single_content img {
  margin-top: 15px;
}
.list h4 {
    margin: 12px 0;
}
.small {
  font-size: 80%;
}
.single_content ul {
  list-style-type: disc;
}
.single_footer {
  width: 600px;
  margin: 50px auto;
  text-align: center;
}
.single_footer h4 {
  margin: 0px;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
.single_footer h5 {
  margin: 5px 0 10px 0;
  font-size: 18px;
}
.related_post_title {
  width: 580px;
  margin-top: 10px;
}
.related_content {
width: 95%;
margin: auto;
}
.related_content a {
  font-size: 16px;
  color: #2199E8;
  cursor: pointer;
  line-height: 35px;
  padding: 0 15px;
}
.fa-external-link {
  margin-right: 5px;
}
.each_single_footer {
  margin-top: 50px;
}
.single_notice img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.single_popular_post li {
  border-top: 0;
  margin-bottom: 10px;
}
.single_popular_post img {
  width: 110px;
  float: left;
  border-radius: 10px;
}
.single_popular_post .wpp-post-title  {
  width: 465px;
  float: left;
  font-size: 17px;
  padding: 2px;
  margin: 5px 0 0 10px;
  text-align: left;
  line-height: 22px;
}
.single_popular_post .wpp-post-title a:hover {
  opacity: 0.7;
}
.single_popular_post .wpp-views {
  color: #807d7d;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 17px;
  margin-left: 10px;
  line-height: 18px;
}
.single_sns_info {
  margin: auto;
  width: 290px;
}
.sp_share_btton {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 15px;
}
.facebook-button {
    float: left;
}
.twitter-button {
    float: left;
    margin-left: 3px;
}
.procedure {
  padding: .75em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.merit {
  background-color: #ffdddd;
  box-shadow :0px 0px 5px silver;
  border-radius: 7px;
  padding: 15px;
}
.demerit {
  background-color: #add8ff;
  box-shadow :0px 0px 5px silver;
  border-radius: 7px;
  padding: 15px;
}

/* 記事ページ部分＜END＞ */

/* ライターページ部分＜START＞ */

.writer_wrapper {
  width: 680px;
  margin: auto;
}
.writer_wrapper h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 0px;
}
.writer_wrapper h3 {
  text-align: center;
  margin-top: 2px;
  font-size: 17px;
}
.james {
  width: 300px;
  margin: auto;
}
.james img {
  border-radius: 10px;
}
.caption {
  font-size: 12px;
  margin-top: 2px;
}
.contact table {
  border: 2px solid #ccc;
  border-collapse: collapse;
  width: 410px;
  margin: 30px auto;
  box-shadow: 0 1px 1px #aaa;
}
.contact th {
  padding: 3px 20px;
}
.contact_left {
  background-color: #ccc;
}

/* ライターページ部分＜END＞ */


/*ページネーション*/
.wp-pagenavi {
  font-size: 24px;
  margin: 15px 0 35px 0;
  text-align: center;
}
a.page.smaller, a.first, a.page.larger, a.last {
  border: 1px solid #ccc;
  margin: 4px;
  padding: 4px 10px;
}
span.current {
  background-color: #ccc;
  margin: 6px;
  border: 1px solid #ccc;
  padding: 4px 10px;
}
.wp-pagenavi span.current {
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 4px;
  padding: 4px 10px;
}
.wp-pagenavi .first {
  padding: 4px 10px;
}

/*パンくずリスト*/
.breadcrumbs {
  position: relative;
  bottom: 560px;
  font-size: 12px;
}
.breadcrumbs a {
  color: black;
  font-size: 12px;
}
h3.jp-relatedposts-headline {
    border-bottom: 0px;
    padding-bottom: 0;
    line-height: 11px;
    position: static;
}
h3.jp-relatedposts-headline:after {
    background-color: white;
}


/*検索BOX*/
label.screen-reader-text {
    display: none;
}
input#s {
    border-radius: 11px 0px 0px 11px / 11px 0px 0px 11px;
    height: 28px;
    border: 1px solid black;
    box-shadow: 1px 1px 0px 0px #ccc;
}
#searchsubmit {
    color: #fff;
    cursor: pointer;
    background-color: black;
    border-radius: 0px 11px 11px 0px / 0px 11px 11px 0px;
    height: 28px;
    margin-left: -6px;
    padding: 4px 20px;
    border: none;
    box-shadow: 1px 1px 0px 0px #ccc;
}
.no_search {
  text-align: center;
  margin: 50px 0;
}
.no_search img {
  width: 35%;
}
.error_nopage {
  margin-left: 10px;
}

/*カテゴリーヘッダー*/
.category_header {
  margin-bottom: 40px;
}
.category_header h1 {
  position: relative;
	padding: 0 .4em .1em;
  margin: 0;
  font-size: 27px;
}
.category_header h1:after {
  position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 240px;
	height: 10px;
	background-color: #b6f0fc;
}

.sns_share_button img {
    width: 130px;
    float: left;
    margin: 10px 10px 0 0;
}
.double {
    padding-left: 10px;
    font-size: 13px;
}

.header-sell img {
    width: 100%;
}

.ec_mix_title h2 {
    text-align: center;
    padding-top: 30px;
}
.ec_new {
    font-family: 'Calligraffitti', cursive;
    -webkit-transform: rotate(15deg);
    font-size: 30px;
    color: #ff6e6e;
    font-weight: bold;
    position: absolute;
}
.product_all {
  width:990px;
  margin: auto;
}
.product {
    width: 180px;
    text-align: center;
    float: left;
    margin: 30px;
}
.country {
    background-color: #00b79b;
    width: 160px;
    font-size: 14px;
    border-radius: 10px;
    color: white;
    margin: auto;
}
.product p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.product img {
    width: 180px;
}
.product h3 {
    margin-bottom: 8px;
}
.product_price {
    font-size: 12px;
}
.red_price {
    font-size: 20px;
    color: #f95252;
}
.buy {
    background-color: #ffc55b;
    color: white;
    padding: 10px 30px;
    margin: auto;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 3px 3px 3px #d0901c;
}
.buy:hover {
  opacity: 0.7;
}
.go_to_lp {
    text-align: center;
    padding: 45px;
}
.go_to_lp a {
    padding: 20px 90px;
    background-color: #e7413c;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.header-sell {
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}
.list {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;/*点線*/
}

.sp_slide_menu {
    display: none;
}


@media only screen and (max-width : 1020px){
.main_wrapper {
  width: 650px;
}
.left_wrapper {
  clear: left;
  margin: auto;
}
.right_wrapper {
  clear: left;
  margin: auto;
  width: 650px;
}
.sidemenu {
  text-align: center;
}
.sidemenu h4 {
  font-size: 30px;
}
.sidemenu h5 {
  font-size: 18px;
}

.wpp-list li {
  width: 500px;
  margin: 0 auto 12px auto;
}
.wpp-list img {
  width: 150px;
}
.wpp-post-title {
  width: 340px;
  font-size: 18px;
  text-align: left;
}
.sns_info {
  width: 335px;
  margin: auto;
}
.twitter_icon {
  width: 80px;
}
.facebook_icon {
  width: 73px;
}
.sns_users {
  line-height: 40px;
  width: 220px;
}
.sns_followers {
  font-size: 30px;
}
.writer_info {
  width: 440px;
  margin: auto;
}
.writer_image {
  width: 140px;
  height: 140px;
}
.writer_explain {
  width: 275px;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.bold {
  font-size: 17px;
}
/*singleページ*/
.single_popular_post li {
  border-top: 0;
  margin-bottom: 10px;
}
.single_popular_post img {
  width: 110px;
  float: left;
  border-radius: 10px;
}
.single_popular_post .wpp-post-title  {
  width: 370px;
  float: left;
  font-size: 17px;
  padding: 2px;
  margin: 5px 0 0 10px;
  text-align: left;
  line-height: 22px;
}
.single_popular_post .wpp-post-title a:hover {
  opacity: 0.7;
}
.single_popular_post .wpp-views {
  color: #807d7d;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 17px;
  margin-left: 10px;
  line-height: 18px;
}
.product_all {
  width: 485px;
}


}

@media only screen and (max-width : 740px){
.header p, .header_logo, .menu {
  display: none;
}
.header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left:0;
  z-index: 4;
  width: 100%;
}
.english_title a {
  color: #333;
}
.title_all {
  width: 310px;
}
.english_title {
  font-size: 40px;
}
.japanese_title {
  top: 56px;
  left: 51px;
  color: #333;
}
.title {
  color: white;
  margin: 0 auto;
  padding-bottom: 10px;
}
.main_wrapper {
  width: 100%;
}
.left_wrapper, .right_wrapper {
  width: 100%;
}
.article_image img {
  width: 30%;
  height: auto;
  border-radius: 0;
}
.article_info {
  width: 70%;
  height: auto;
  padding-top: 13px;
}
.article_intro {
  display: none;
}
.article {
  margin-bottom: 1px;
  border-bottom: 1px solid #ccc;
}
.article_detail {
  padding-top: 0px;
  font-size: 12px;
  position: static;
}
.article_title {
  font-size: 18px;
}
.left_wrapper {
  margin-bottom: 35px;
}
.wpp-list img {
  width: 125px;
}
/* singleページCSS＜START＞ */
.single {
  width: 100%;
}
.single_header {
  margin-top: 80px;
}
.single_date, .singel_title, .share_button {
  margin-left: 15px;
}
.single_content {
    padding: 0 20px;
}
.single_trend_article {
  width: 500px;
  margin: 0 auto 12px auto;
}
.single_trend_image {
  width: 150px;
}
.single_trend_title {
  width: 347px;
  font-size: 18px;
  text-align: left;
}
.single_trend_image {
  width: 125px;
}
.single_article_detail {
  margin-left: 10px;
}
.single_popular_post .wpp-post-title {
  width: 355px;
  font-size: 15px;
}
.single_popular_post .wpp-views {
  font-size: 14px;
}

/*ライターページ*/
.writer_wrapper {
  width: 100%;
  margin-top: 48px;
  padding-top: 1px;
}
.writer_wrapper p {
  width: 80%;
  margin: auto;
}
p.caption {
    width: 100%;
}
.breadcrumbs {
  display: none;
}

/*検索BOX*/
.yes_search {
  background-color: #545252;
}
.yes_search h2 {
  width: 80%;
  margin: 0px auto;
  padding: 10px;
  color: white;
  font-size: 18px;
}
.category_header {
    padding: 0 20px;
}

.sns_share_button {
    margin-left: 20px;
}
.product_all {
  width: 100%;
}
.product {
  width: 100%;
  margin: 0px;
  padding: 30px;
}

.header-sell {
    margin-top: 80px;
}


/*gnav*/
.sp_slide_menu {
    display: block;
    position: relative;
}
body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}
#slide_menu{
    position: fixed;
    top: 0;
    left: -160px;
    width: 160px;
    height: 100%;
    background: #4e4949;
}
#slide_menu ul li a {
    color: white;
}
button#button {
    position: absolute;
    top: 30px;
    right: -130px;
    background-color: rgb(165, 165, 165);
    color: white;
    border: none;
    padding: 3px 10px;
    font-size: 17px;
}
.slide_top img {
    width: 100px;
    margin-top: 20px;
}
.slide_menu h4 {
    color: white;
    border-bottom: 2px solid white;
    margin: 10px 20px;
    padding-bottom: 3px;
}
.margin_top_20px {
  margin-top: 40px;
}

}

@media only screen and (max-width : 610px){
.article_info {
  padding-top: 4px;
}
.article_title {
  font-size: 15px;
}
.article_category {
  font-size: 9px;
  padding: 4px 6px;
}
.title_all {
  width: 200px;
}
.english_title {
  font-family: Helvetica;
  font-size: 22px;
}
.japanese_title {
  top: 33px;
  left: 23px;
  font-size: 9px;
  padding-left: 3px;
}
.main_wrapper {
  margin-top: 48px;
}
.wpp-list li {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
}
.wpp-list img {
  width: 30%;
  border-radius: 0px;
}
.wpp-post-title {
  width: 68%;
  margin: 0;
  font-size: 16px;
  padding: 3px;
}
.footer ul {
  width: 280px;
}
.footer ul li {
  clear: left;
  width: 280px;
  padding: 10px;
}
.footer_menu {
  padding-top: 40px;
}
.writer_image {
  width: 100px;
  height: 100px;
  margin-top: 21px;
}
.icon-animation {
  height: 20px;
}
/*singleページCSS＜START＞*/
.single_header {
  margin-top: 48px;
}
.single_footer {
  width: 100%;
}
.single_popular_post .wpp-list li {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
}
.single_popular_post .wpp-list img {
  width: 30%;
  border-radius: 0px;
}
.single_popular_post .wpp-post-title {
  width: 68%;
  margin: 0;
  font-size: 12px;
  padding: 3px;
}
.single_popular_post .wpp-views {
  margin-left: 2px;
  font-size: 11px;
  line-height: 4px;
}
.single_article_author {
  margin-top: 3px;
}
.header-sell {
    margin-top: 46px;
}
.header-sell {
    margin-bottom: -47px;
}
button#button {
    top: 13px;
}

}
@media only screen and (max-width : 480px){
.article_title {
  font-size: 13px;
}
.article_detail {
  display: none;
}
.sidemenu h4 {
  font-size: 25px;
}
.sidemenu h5 {
  font-size: 15px;
}
.barner img {
  width: 70%;
}
.wpp-post-title {
  font-size: 12px;
  line-height: 17px;
}
.sns_info {
  width: 285px;
}
.twitter_icon {
  width: 65px;
}
.facebook_icon {
  width: 57px;
}
.sns_followers {
  font-size: 24px;
}
.sns_users {
  width: 195px;
  line-height: 26px;
}
.sns_follow a {
  font-size: 12px;
}
.sns_explain {
  padding: 10px 0;
}
.writer_info {
  width: 270px;
}
.writer_image {
  width: 75px;
  height: 75px;
  margin-top: 14px;
}
.writer_explain {
  width: 172px;
  padding: 8px;
  font-size: 13px;
}
.bold {
  font-size: 16px;
}
.footer img {
  width :150px;
}

/* singleページCSS＜START＞ */
.single_notice img {
  border-radius: 10px;
}
.single_trend_title {
  font-size: 13px;
}
.single_footer h4 {
  font-size: 25px;
}
.single_footer h5 {
  font-size: 15px;
}
.single_article_detail {
  display: block;
}
.singel_title {
  font-size: 25px;
}
/*ライターページ*/
.contact {
  font-size: 13px;
}
.contact table {
  width: 80%;
}
.contact th {
  padding: 3px 10px;
}

/*カテゴリーヘッダー*/
.category_header {
  padding-top: 20px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.category_header p {
  font-size: 14px;
}

.sns_share_button img {
    width: 90px;
    margin-right: 3px;
}
.ec_mix_title h2 {
  font-size: 19px;
}
.ec_new {
  display: none;
}
.go_to_lp a {
    padding: 20px;
}

button#button {
    right: -45px;
}




}
@media only screen and (max-width : 320px){
}