@charset "UTF-8";
/*
Theme Name: NME Japan
Description: NME Japan theme
Version: 1.0
*/

/*------------------------------------------------
Import
--------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

/*------------------------------------------------
General Structure
--------------------------------------------------*/
body {
	overflow-x: hidden;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	background-color: #F1F1F1;
	background-repeat: repeat-x;
	/*background-image: url(./img/bg.png);*/
	font-size: 14px;
	line-height:1.3em;
	letter-spacing: 0;
	word-wrap: break-word;
}

/*------------------------------------------------
Reset
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}



/*------------------------------------------------
Typography
--------------------------------------------------*/
a, a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover, a:active {
	color: #ee1c25;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	-webkit-transition-duration: 100ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-moz-transition-duration: 100ms;
	-moz-transition-property: -moz-opacity;
	-moz-transition-timing-function: linear;
	-o-transition-duration: 100ms;
	-o-transition-property: -o-opacity;
	-o-transition-timing-function: linear;
}

p{
	margin-bottom: 20px;
	line-height: 1.6em;
}

hr {
	color: #000;
}

.em {
	font-weight: bold;
}

.emred {
	color: red;
	font-weight: bold;
}


/*font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/

h1 {
	font-size: 24px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
	letter-spacing: 0;
}

h2 {
	font-size: 24px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.3em;
	letter-spacing: 0;
}

h2.underline {
	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
}

h3 {
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
	letter-spacing: 0;
}

h4 {
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

span.webfont{
	font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sr {
	font-size: smaller
}  /* 一段階小さい */

.xs {
	font-size: xx-small
} /* 小2 */

.xm {
	font-size: x-small
}  /* 小1 */

.sm {
	font-size: small
}    /* 小 */

.md {
	font-size: medium
}   /* 標準 */

.la {
	font-size: large
}    /* 大 */

.xr {
	font-size: x-large
}  /* 大1 */

.xl {
	font-size: xx-large;
	line-height:1.1em;
} /* 大2 */

.red {
	color: #FF0004;
}

/*------------------------------------------------
HTML5
--------------------------------------------------*/
article, aside, details, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*------------------------------------------------
Navigation
--------------------------------------------------*/
/* Header Navigation*/
.brand-before, .brand-name {
	text-transform: capitalize;
}

.brand-before {
	margin: 15px 0;
}

.brand-name {
	margin: 0;
	font-size: 4em;
}

.navbar {
	font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navbar-brand {
	margin-left:32%;
	height: 50px;
	padding: 10px 15px;
}

.closebtn {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}

#counter {
	width: 920px;
	text-align: right;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

.mt10{
	padding-top: 10px;
}

/*------------------------------------------------
Header
--------------------------------------------------*/
header {
	/*background-color: #1b1b1b;
	padding: 15px 0;*/
	margin-bottom: 15px;
}

/*------------------------------------------------
Main Visual
--------------------------------------------------*/
.mvisual{
	margin-bottom: 30px;
	position: relative;
}

.mvisual .titleoverlay {
	padding: 1% 3%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	margin-bottom: 0;
	width: 100%;
 }

.mvisual .titleoverlay h3 {
	font-size: 24px;
	font-weight: 800;
	color: white;
	line-height: 1.2em;
}

.mvisual .titleoverlay p.date {
	font-size: 14px;
	color: #CCC;
	margin-bottom: 0;
}

@media(max-width:767px) {
	.mvisual .titleoverlay h3 {
		font-size: 14px;
	}

	.mvisual .titleoverlay p.date {
		font-size: 10px;
	}
}

.tag {
	position: absolute;
	margin-top:-28px;
	margin-left: -11px;
}

.tag img {
	width: 150px;
}

.tag2 {
	position: absolute;
	margin-top:-28px;
	margin-left: -11px;
}

.tag2 img {
	width: 150px;
}

.space{
	height: 30px;
}

.space10{
	height: 10px;
}

.space60{
	height: 80px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

/*------------------------------------------------
Top
--------------------------------------------------*/
#top {
	margin: 0 auto;
}

#top a:link {
	color: #333;
}

#top a:visited {
	color: #333;
}

#top a:hover, a:active {
	color: #ee1c25;
	text-decoration: none;
}

#top a:focus {
	outline: none;
}

#top .btnw {
	margin-bottom: 30px;
}

#top .btnw a:link {
	color: #FFF;
}

#top .btnw a:visited {
	color: #FFF;
}

.mv_textwrap{position: relative;}
.mv_text {
	position: absolute;
	bottom: 0;
	color: #FFF;
	background-color:
	#000;
	padding: 10px 20px ;
	opacity: 0.8;
}

.mv_textwrap h1 {
	font-size:24px;
	font-weight: bold;
	font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mv_textwrap h4 { color: #aaa;font-size: 10px;margin-left: 10px;}

span.new {
	background-color: #ee1c25;
	padding: 2px 4px;
	color: #FFFFFF;
	font-weight: bold;
}

a.top-post-link {
	display:block;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

/*------------------------------------------------
News
--------------------------------------------------*/
#tp_a {
	margin:0 auto;
}


#tp_a a {
	color: #333;
}

#tp_a a:visited {
	color: #333;
}

#tp_a a:hover, a:active {
	color: #ee1c25;
	text-decoration: none;
}

#tp_a a:focus {
	outline: none;
}


#tp_a h3 {
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
	letter-spacing: 0;
}

#tp_a .excerpt p {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 0;
}

.othernews{
	padding: 15px;
}

.othernews a{
	text-decoration: underline;
}

#tp_a .btnw {
	margin-left: 0;
	margin-bottom: 0;
}

#tp_a .btnw a:link {
	color: #FFF;
}

#tp_a .btnw a:visited {
	color: #FFF;
}

/*------------------------------------------------
Review / New Music
--------------------------------------------------*/
#tp_b {
	margin: 0 auto;
}


#tp_b a:link {
	color: #333;
}

#tp_b a:visited {
	color: #333;
}

#tp_b a:hover, a:active {
	color: #ee1c25;
	text-decoration: none;
}

#tp_b a:focus {
	outline: none;
}


#tp_b .btnw a:link {
	color: #FFF;
}

#tp_b .btnw a:visited {
	color: #FFF;
}

#tp_bs .btnw  {
	margin-bottom: 30px;
}

.btn_more a:link{
	color: #FFF;
}

.btn_more a:link {
	color: #FFF;
	text-decoration: underline;
}

/*------------------------------------------------
News Single
--------------------------------------------------*/
#tp_c {
	margin:0 auto;
}


#tp_c a {
	color: #333;
}

#tp_c a:visited {
	color: #333;
}

#tp_c a:hover, a:active {
	color: #ee1c25;
	text-decoration: none;
}

#tp_c a:focus {
	outline: none;
}

#tp_c .btnw {
	margin-bottom: 30px;
}

#tp_c .btnw a {
	color: #FFF;
}

#tp_c .btnw a:visited {
	color: #FFF;
}

.newposts {
	background-color:white;
	padding: 10px;
	margin-bottom: 30px
}

.newposts h2 {
	font-size: 14px;
	border-bottom: 1px dotted #cccccc
}

.newposts span.newposts-title {
	font-size: 12px;
	font-weight:bold;
	margin-left: 10px;
}

/*------------------------------------------------
Icons
--------------------------------------------------*/

/*------------------------------------------------
Template D
--------------------------------------------------*/
#tp_d {
	margin: 0 auto;
}

#tp_d h3 {
	font-size: 16px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 15px;
	line-height: 1.3em;
	letter-spacing: 0;
}

#tp_d p {
	margin-left: 5px;
}


#tp_d a:link {
	color: #333;
}

#tp_d a:visited {
	color: #333;
}

#tp_d a:hover, a:active {
	color: #ee1c25;;
	text-decoration: none;
}

#tp_d a:focus {
	outline: none;
}


#tp_d .btnw {
	margin-left: 5px;
	margin-bottom: 5px;
}

#tp_d .btnw a:link {
	color: #FFF;
}

#tp_d .btnw a:visited {
	color: #FFF;
}

#tp_d .list-detail {
	font-size: 12px;
}

/*------------------------------------------------
List
--------------------------------------------------*/
.list-box2 {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}

.list-img2,
.list-text2 {
  display: table-cell;
  vertical-align: top;
}

.list-img2 img {
  width: 250px;
}

.list-date2 {
  color: #aaa;
  font-size: 10px;
  margin-left: 20px;
}

.list-text2 h2 {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 20px;
}

.list-text2 p {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 20px;
}

/*------------------------------------------------
Feature
--------------------------------------------------*/
#feature {
	margin:0 auto;
}

#feature a {
	color: #FFF;
}

#feature a:visited {
	color: #FFF;
}

#feature a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

#feature a:focus {
	outline: none;
}

#feature h4 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

/*------------------------------------------------
Live Event
--------------------------------------------------*/
#review-box {
	margin: 0 0 20px 0;
}

#review-box {
	width: 100%;
	list-style: none;
	padding: 5px;
	background-color: #ee1c25;
	color: white;
	font-family: 'Lato';

}

#review-box ul li {
	float: left;
}

#review-box ul li.title {
	width: 15%;
	text-align: left;
	font-weight: 700;
}

#review-box ul li.star {
	width: 60%;
	text-align: left;
	font-weight: 400;
}

#review-box ul li.rating {
	width: 25%;
	text-align: right;
	font-weight: 700;
}

/*------------------------------------------------
Live Event
--------------------------------------------------*/
#liveevent{
	margin: 0 auto;
}

#liveevent .yellow{
	color: #ccaf14;
	font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#liveevent .month{
	font-size:60px;
}

#liveevent h2{
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	color: #333;
	  margin-left: 20px;
}

#liveevent h3{
	font-family: 'Lato', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	color: #555;
}

#liveevent .btnw  {
	margin-bottom: 30px;
}

#liveevent .btnw a:link, a:visited, a:active {
	color: #FFF;
}

#liveevent a:hover, a:active {
	color: #ccaf14;
	text-decoration: none;
}

#liveevent a:focus {
	outline: none;
}

#liveevent .date_box {
	background-color: #ccaf14;
	width: 200px;
	height: 200px;
}

#liveevent .list-box3 {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}

#liveevent .list-box3{
	margin-top: 20px;
	margin: 0 auto;
}

#liveevent .list-img3,
#liveevent .list-text3 {
  display: table-cell;
  vertical-align: middle;
}

#liveevent .list-img3 {
  width: 100px;
  height: 100px;
  background-color: #ccaf14;
  margin-left: 20px;
}

#liveevent .list-img3 h3{
	padding: 10px 10px 3px 15px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

#liveevent .wp-pagenavi {
	clear: both;
}

#liveevent .wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #7f7f7f;
	color: #7f7f7f !important;
	display: inline-block;
	margin: 5px 5px 15px 5px;
	padding: 5px 13px;
	text-decoration: none;
}

#liveevent .wp-pagenavi a:hover {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: background-color: #ccaf14;
	-webkit-transition-property: color: #ffffff !important;
	-webkit-transition-timing-function: linear;
	-moz-transition-duration: 200ms;
	-moz-transition-property: background-color: #ccaf14;
	-moz-transition-property: color: #ffffff !important;
	-moz-transition-timing-function: linear;
	-o-transition-duration: 200ms;
	-o-transition-property: background-color: #ccaf14;
	-o-transition-property: color: #ffffff !important;
	-o-transition-timing-function: linear;
}

#liveevent .wp-pagenavi a:hover, #liveevent .wp-pagenavi span.current {
	background-color: #ccaf14;
	border-color: #ccaf14;
	color: #ffffff !important;
}

#liveevent .wp-pagenavi span.extend {
	border: none;
	vertical-align: middle;
}

#liveevent .wp-pagenavi span.current {
	font-weight: bold;
	background-color: #ccaf14;
	color: #ffffff;
}

/*------------------------------------------------
Search
--------------------------------------------------*/
#search .gs-result .gs-title, .gs-result .gs-title * {
	font-size: 14px!important;
}

#search div.gs-title, div.gs-snippet, div.gs-visibleUrl-long {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#search .gsc-control-cse .gs-result div.gs-title {
	margin-left: -8px;
	height: auto;
	font-weight: bold;
}

#search div.gs-visibleUrl-long {
	margin-left: -8px;
}

#search div.gs-snippet {
	word-wrap: break-word;
}

.gsc-control-cse div.gsc-table-result {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search .gsc-results .gsc-cursor-box .gsc-cursor-page {
	font-size: 16px;
  	margin-right: 12px;
}

#searchbox {
padding-top: 12px;
}

#searchbox input[type="text"] {
    background: url(./assets/img/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    color: #bebebe;
    font-size: 11px;
    width: 150px;
    height: 25px;
    padding: 4px 15px 4px 35px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#searchbox input[type="text"]:focus {
    width: 200px;
    }

@media(min-width:767px) {
	#searchbox {
		padding-top: 12px;
	}
}

@media(max-width:768px) {
	#searchbox {
		margin-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/*------------------------------------------------
SNS
--------------------------------------------------*/
#sns {
	margin: 0 auto;
	color: #FFF;
}

.sns_btn {
	margin: 0 auto;
	width: 300px;
	margin-bottom: 15px;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb_bg {
	background-color: #FFF;
}

.snsb {
	overflow: hidden;
}

.snsb li {
	float: left;
	margin-right: 4px;
}

.snsb iframe {
	margin: 0 !important;
}

.sns_bnr_wrap{
	background-color: #f9f9f9;
	padding: 15px;
	height: 120px;
	color: #FFFFFF;
}

.sns_bnr_wrap a, a:link {
	color: #ffffff;
}

.sns_bnr_wrap a:visited {
	color: #ffffff;
}

.sns_bnr_wrap a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}

.sns_bnr_wrap a:focus {
	outline: none;
}

.row3{

}

.fb{
	background-color: #2a3c9b;
	padding: 10px 0 ;
	text-align: center;
	margin-bottom: 10px;
	color:#FFFFFF;

}

.tw{
	background-color: #50a2e0;
	padding: 10px 0 ;
	text-align: center;
	margin-bottom: 10px;
	color:#FFFFFF;

}

.pin{
	background-color: #eb212e;
	padding: 10px 0 ;
	text-align: center;
	margin-bottom: 10px;

}




.isg{
	background-color: #1483c0;
	padding: 10px 0 ;
	text-align: center;
	margin-bottom: 10px;
	color:#FFFFFF;

}

.tum{
	background-color: #35465c;
	padding: 10px 0 ;
	text-align: center;
	margin-bottom: 10px;
	color:#FFFFFF;

}

/*------------------------------------------------
Sidebar
--------------------------------------------------*/
.box_edit  {
}

.box_edit h2 {
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.box_edit a{
	color: #333;
}
.box_edit a:link {
	color: #333;
}

.box_edit a:visited {
	color: #333;
}

.box_edit a:hover {
	color: #ee1c25;
	text-decoration: none;
}

.box_edit a:active{
	color: #ee1c25;
}

.box_edit a:focus {
	outline: none;
}

.list-date {
  color: #aaa;
  font-size: 10px;
}

.list-cat_news {
  background-color: #ee1c25;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_review {
  background-color: #34a7d2;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_newmusic {
  background-color: #5ba935;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_live {
  background-color: #ccaf14;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_icon {
  background-color: #e06a23;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
}

.list-cat_gallery {
  background-color: #4c4391;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_blog {
  background-color: #2878b6;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_feature {
  background-color: #185368;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
}

.list-cat_icon2 {
width: 20%;
text-align: center;;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
 margin-bottom: 15px;
}

.post-banner{
	margin-bottom: 30px;
	position: relative;
}

.post-banner .titleoverlay {
	padding: 1% 3%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	margin-bottom: 0;
	width: 100%;
 }

.post-banner .titleoverlay h3 {
	font-size: 14px;
	font-weight: 800;
	color: white;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.post-banner .titleoverlay p.date {
	font-size: 10px;
	color: #CCC;
	margin-bottom: 0;
}

@media(max-width:767px) {
	.post-banner .titleoverlay h3 {
		font-size: 14px;
	}

	.post-banner .titleoverlay p.date {
		font-size: 10px;
	}
}

/*------------------------------------------------
Monthly Ranking
--------------------------------------------------*/
.m-ranking {
	background-color: #ffffff;
	padding: 10px;
}

.m-ranking h2 {
	font-size: 14px;
	/*border-bottom: 1px dotted #cccccc;*/
}

.m-ranking span.date {
	color: #aaaaaa;
	font-size: 10px;
	margin-bottom: 5px;
}

/*------------------------------------------------
Footer
--------------------------------------------------*/
footer {
	margin-top: 60px;
	background-color: #ee1c25;
	width:100%;
	padding: 15px 0;
	color: #FFF;
}

footer a, a:link {
	color: #ffffff;
}

footer a:visited {
	color: #ffffff;
}

footer a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}

footer a:focus {
	outline: none;
}

.footer_nav {
	font-size: 11px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.footer_nav ul{
	list-style: none outside none;
    	float: left;
    	margin: 0 0 0 0;
    	padding: 0;
   	 position: relative;
   	 left: 50%;
}

.footer_nav li {
	    float: left;
    margin: 15px;
    padding: 5px;
    position: relative;
    left: -50%;
}

/*------------------------------------------------
Wordpress
--------------------------------------------------*/
.post-content {
	padding: 0;
}

.post-content hr {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	clear: both;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
	margin-bottom: 1.5em;
}

.post-content p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}

.post-content ul,
.post-content ol {
	margin-left: 30px;
}

.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
	margin-bottom: 0px;
}

.post-content dl dt {
	font-weight: bold;
}

.post-content dl dd {
	margin-left: 30px;
}

.post-content pre {
	padding: 20px;
	overflow: scroll;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-weight: bold;
}


.post-content h2 {
  font-size: 22px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  line-height: 1;
}

.post-content h3 {
  font-size: 18px;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #ee1c25;
  clear: both;
}

.post-content h4 {
  font-size: 16px;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 3px solid #333333;
  clear: both;
}

.post-content h5 {
  font-size: 14px;
  margin: 30px 0 16px;
  clear: both;
}

.post-content blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 30px 20px 35px 55px;
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fafafa;
}

.post-content blockquote:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #e7e7e7;
	position: absolute;
	top: 20px;
	left: 10px;
}

.post-content blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	color: #808080;
}

.post-content table {
	border: 1px #ddd solid;
	width: 100%;
}

.post-content table th,
.post-content table td {
	padding: 8px 10px;
	border: #ddd solid 1px;
}

.post-content table th {
	color: #fff;
}

.post-content table thead th {
	background: #5e6265;
}

.post-content table tbody th {
	background: #919598;
}

.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
	border-color: #fff;
}

	.post-content table.table-line th {
	background: transparent;
	color: #241913;
	font-weight: bold;
}

.post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}

.post-content table.table-line tr {
	background: #eee;
}

.post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}

.post-content img {
	display: block;
	height: auto;
	max-width: 100%;
}

.post-content img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 40%;
	height: auto;
}

.post-content img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 40%;
	height: auto;
}

/* 画像キャプション（Div） */
.post-content .wp-caption{

	max-width: 100%;
}

/* 画像キャプション（テキスト） */
.post-content .wp-caption-text {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.post-content h2:first-child {
	margin-top: 0;
}

.post-content .video-container{
	max-width: 100%;
}

/*動画の大きさを調整*/
.post-content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.post-content .video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*PolymorphicAdsビデオ広告用ユニット*/
.post-content .videoad-unit {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px
}


.fb_iframe_widget span{
vertical-align: top !important;
}
.wsbl_facebook_like{
    width: 79px;
}

.sns_share {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
}
.sns_share ul {
  width: 100%;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  height:39px;
}

.sns_share li {
  margin:0;
  padding:0;
  color: #666;
  text-align:center;
  float: left;
  display: inline-flex;
  width: 20%;
  margin: 0;
  box-sizing: border-box;
}

 .sns_share li.follow {
	width: 33.3%;
}

.sns_share li a{
  display: block;
  color: #FFF!important;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  vertical-align: baseline;
  zoom: 1;
  padding: 6px 6px 3px;
  box-sizing: border-box;
}

.sns_share li a.follow {
 	padding: 12px 12px 8px;
}

.sns_share li:nth-child(odd) a{
}

.sns_share li a [class^="icon-"] {font-size: 18px;}

.sns_share li a {
  -webkit-transition: 0.5s all ease;
  -transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 2px;
}

.sns_share li.facebook a{ background:#3b5998; text-decoration:none;}
.sns_share li.twitter a{ background:#33ccff; text-decoration:none;}
.sns_share li.instagram a{ background:#D93177; text-decoration:none;}
.sns_share li.hatebu a{ background:#008fde; text-decoration:none;}
.sns_share li.pocket a{ background:#EE4257; text-decoration:none;}
.sns_share li.line a{ background:#00C402; text-decoration:none;}

.sns_share li a:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	-webkit-transition-duration: 100ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-moz-transition-duration: 100ms;
	-moz-transition-property: -moz-opacity;
	-moz-transition-timing-function: linear;
	-o-transition-duration: 100ms;
	-o-transition-property: -o-opacity;
	-o-transition-timing-function: linear;
}


.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #7f7f7f;
	color: #7f7f7f !important;
	display: inline-block;
	margin: 5px 5px 15px 5px;
	padding: 5px 13px;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: background-color: #ee1c25;
	-webkit-transition-property: color: #ffffff !important;
	-webkit-transition-timing-function: linear;
	-moz-transition-duration: 200ms;
	-moz-transition-property: background-color: #ee1c25;
	-moz-transition-property: color: #ffffff !important;
	-moz-transition-timing-function: linear;
	-o-transition-duration: 200ms;
	-o-transition-property: background-color: #ee1c25;
	-o-transition-property: color: #ffffff !important;
	-o-transition-timing-function: linear;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #ee1c25;
	border-color: #ee1c25;
	color: #ffffff !important;
}

.wp-pagenavi span.extend {
	border: none;
	vertical-align: middle;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background-color: #ee1c25;
	color: #ffffff;
}

/*------------------------------------------------
Custom Page
--------------------------------------------------*/
.element:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	-webkit-transition-duration: 100ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-moz-transition-duration: 100ms;
	-moz-transition-property: -moz-opacity;
	-moz-transition-timing-function: linear;
	-o-transition-duration: 100ms;
	-o-transition-property: -o-opacity;
	-o-transition-timing-function: linear;
}

.element:hover p.date img{
		filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.element.news:hover {
	color: #fff;
	background: #ee1c25;
}

.element.review:hover {
	color: #fff;
	background: #34a7d2;
}

.element.newmusic:hover {
	color: #fff;
	background: #5ba935;
}

.element.liveevent:hover {
	color: #fff;
	background: #ccaf14;
}

.element.icons:hover {
	color: #fff;
	background: #e06a23;
}

.element.gallery:hover {
	color: #fff;
	background: #4c4391;
}

.element.blog:hover {
	color: #fff;
	background: #2878b6;
}

.element.feature:hover {
	color: #fff;
	background: #185368;
}

.date_text{
	color:#aaa;
	font-size: 10px;
}

.date_text2{
	color:#aaa;
	font-size: 10px;
	margin-left: 5px;
}

/*------------------------------------------------
Search
--------------------------------------------------*/
#searchform4 {
    width: 100px;
    display: block;
    position: relative;
}

#keywords4  {
    width: 158px;
    position: absolute;
    top: 15px;
    left: 12px;
    border: 1px solid #FFF;
}

#searchBtn4 {
	background-color: #FFF;
    position: absolute;
    height: 19px;
    top: 15px;
    left: 170px;
}

/*------------------------------------------------
Single App Affiliate
--------------------------------------------------*/
.appaffiliate-box {
	text-align:left;
}
img.appaffiliate-image {
	float:left;
	margin:10px;
	width:25%;
	max-width:120px;
	border-radius:10%;
}
.appaffiliate-info {
	margin: 10px;
}
.appaffiliate-appname {
}
.appaffiliate-developer {
	font-size: 80%;
	display:inline-block;
	_display:inline;
}
a.appaffiliate-developerurl {
}
.appaffiliate-price {
	font-size:80%;
	color: #ee1c25;
	font-weight: bold;
	display:inline-block;
	_display:inline;
}
.appaffiliate-text {
	font-size: 80%;
	color: #999;
}
.appaffiliate-powered {
	font-size:80%;
	display:inline-block;
	_display:inline;
}
.appaffiliate-links {
	float: left;
}
.appaffiliate-itunes-link{
	display: inline-block;
	_display: inline;
}
a.appaffiliate-itunes {
}
.appaffiliate-gplay-link {
	display:inline-block;
	_display: inline;
}
a.appaffiliate-gplay {
	height: 40px;
}
.appaffiliate-footer {
	margin-bottom: 10px;
	clear: left;
}

/*------------------------------------------------
Responsive
--------------------------------------------------*/
@media(min-width:768px) {
	.sp {
		display: none!important;
	}

	.brand {
		display: inherit;
		margin: 0;
		padding-right: 20px;
		text-align: center;
	}

	.top-divider {
		margin-top: 0;
	}

	.img-left {
		float: left;
		margin-right: 25px;
	}

	.navbar {
		border-radius: 0;
		padding-bottom: 5px;
	}

	.navbar-header {
		display: none;
	}

	.navbar {
		min-height: 0;
	}

	.pcn {
		display: none;
	}
}

@media(max-width:991px) {

	.box_edit  {
	}

 	.side_float{
 		margin-bottom: 25px;
	 }

	.list-cat_news {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_review {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_newmusic {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_live {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_icon {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_gallery {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_blog {
		font-size: 12px;
		padding: 0 12px;
	}

	.list-cat_feature {
		font-size: 12px;
		padding: 0 12px;
	}

	.ipad{
		display: none;
	}

	.space60{
		height: 120px;
	}

	.mt30{
		margin-top: 30px;
	}

	.sns_bnr_wrap{
		background-color: #f9f9f9;
		padding: 15px;
		height: 70px;
	}
}

@media screen and (max-width:767px) {
	p {
		font-size: 14px;
	}

	br {
		line-height: -0.5em;
	}

	h1{
		font-size: 21px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 12px;
		line-height: 1.3em;
		letter-spacing: 0;
		margin-bottom: 15px;
	}

	#tp_a h3 {
		font-size: 13px;
	}

	/*2015.04.24追記*/
	#tp_d h3 {
		font-size: 13px;
	}

	.list-detail {
		display: none;
	}

	.post-content img.alignleft {
	display: inline-block;
	max-width: 100%;
	}

	.post-content img.alignleft:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}

	.post-content img.alignright {
	display: inline-block;
	max-width: 100%;
	}

	.post-content img.alignright:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
	/*END 2015.04.24追記*/

	.pc {
		display: none!important;
	}

	.navbar-default {
		background-color: #333333;
		border: #ee1c25;
	}

	.navbar-header{
		background-color: #ee1c25;
	}

	.spn {
		display: none;
	}

	.brand {
		display: none;
	}

	.space10{
		height: 5px;
	}

	.space{
		height: 15px;
	}

	.space60{
		height: 65px;
	}

	.list-img2 img {
		width: 100px;
	}

	.list-cat_icon2 {
		width: 30%;
	}

	.list-text2 h2 {
		font-size: 14px;
	}

	.list-text h2 {
		font-size: 12px;
	}

	.tag {
		margin-top:-21px;
		margin-left: -8px;
	}

	.tag img {
		width: 110px;
	}

	.tag2 {
		margin-top:-21px;
		margin-left: -8px;
	}

	.tag2 img {
		width: 110px;
	}

	 .mv_textwrap h1{
	 	font-size:14px; bottom: -40px; color: #FFF; margin-left: 10px;
	 }

	.box_edit{
	}

	.side_float{
 		margin-bottom: 10px;
	 }

	 .mt20{
		margin-top: 0px;
	}

	.mt30{
		margin-top: 0px;
	}

	.wrap{
		width: 96%;
		margin: 0 2%  ;
	}

	.sns_bnr_wrap{
		background-color: #f9f9f9;
		padding: 15px;
		height: 120px;
	}

	#liveevent h3{
		font-size: 18px;
	}
}




