@charset "UTF-8";
/* CSS Document */


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
	font-size: 75%;
	line-height:1.5;
	
}



p,li,dt,dd,th,td,pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
}
/**
 * Remove default margin.
 */

body {
  margin: 0;
  background:#eee;
  color:#2C2C2C;
}

html,body,div,p,ul,ol,li,dl,dt,dd,pre,h1,h2,h3,h4,h5,h6,table,th,td,form,fieldset,input,textarea,select,img {
margin:0px;
padding:0px;
line-height:1;
} 

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0} /*上方向のmarginを0にします */

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration:none;
  color:#2c2c2c;
  display:block;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0.15);
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */


/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  text-align:left;
}

ul,ol,li {
	list-style:none;
} 

header{
	padding:2% 0 0 0;
	overflow:hidden;
}

header div.header_wrap{
	width:1000px;
	margin:0 auto 20px;
	overflow:hidden;
}

header h1{
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}

header p.logo{
}

p.logo img{
	width:100%;
}

header nav {
	background:#000;
	clear:both;
}

header nav ul{
	width:1000px;
	margin:0 auto;
}

header nav li{
	box-sizing: border-box; 
	display:inline-block;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  	width : -webkit-calc(100% / 3) ;
  	width : calc(100% / 3) ;
	text-align:center;
}

header nav li + li{
	border-left:1px solid #fff;
}

header nav li a{
	font-size:18px;
	padding:10px 0;
	color:#fff;
	vertical-align:bottom;
}

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width:100%;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header nav li a.button {
	position: relative;
	z-index: 2;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

.category-hiphop header nav li:nth-child(1) a.button,
.category-randb header nav li:nth-child(2) a.button,
header nav li a.button:hover {
	color: #c50003;
}

header nav li a.button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}

.category-hiphop header nav li:nth-child(1) a.button,
.category-randb header nav li:nth-child(2) a.button,
header nav li a.button:hover::after {
	top: 0;
	left: 0;
	background-color: #424242;
}

.searchfield { 
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
	width:300px;
	border-radius:10px;
}
.searchsubmit { 
	width: 35px;
	height: 30px;
	padding: 0;
	font-family: FontAwesome;
	font-size: 17px;	
	border: none;
	background: transparent;
	cursor: pointer;
}

article{
	width:1000px;
	margin:0 auto;
	padding:2% 0;
	overflow:hidden;
	font-size:1.4em;
}

.category-hiphop article,
.category-randb article{
	padding-top:0;
}

#main{
	width:700px;
	float:left;
}

.box{
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #727272;
	font-weight:bold;
}

.box a{
	overflow:hidden;
	padding:20px 10px 30px;
}

.logo a:hover{
	opacity:0.6;
}

/*.box a:hover{
	background-color: #999;
    color: #fff;
}

section.box a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width:100%;
	outline: none;
}

section.box a::before,
section.box a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

section.box a,
section.box a::before,
section.box a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .8s;
	transition: all .8s;
}

section.box a {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

section.box a img{
	transition: transform 0.5s linear 0s;
}

section.box a:hover img{
	transform: scale(1.2);
}

section.box a::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}

section.box a:hover::after{
	top: 0;
	left: 0;
	background-color: #999;
}
	
*/

.tit_box {
	margin-bottom: 18px;
    overflow: hidden;
    vertical-align: middle;
}


.tit_box p.new{
	background:#c50003;
	color:#fff;
	padding: 3px 10px;
	margin-right:10px;
	float:left;
}

.tit_box p.day{
	background-color: #717070;
    color: #fff;
    float: left;
    font-weight: normal;
    padding: 3px 10px;
}

.tit_box h2{
	float: left;
    font-size: 18px;
    margin-left: 20px;
    padding: 3px 0;
}

.box .left{
	float:left;
	width:280px;
	clear:both;
	overflow:hidden;
}

.box .right{
	float:right;
	width:390px;
	font-weight:normal;
}

.box .right dl{
	overflow:hidden;
	margin-bottom:10px
}

.box .right dt,
.box .right dd{
	float:left;
	margin-bottom:10px;
	text-align:left !important;
}

.box .right dt{
	clear:both;
	width:7em;
}

.box .right p.more{
	clear:both;
	text-align:right;
	text-decoration:underline;
}

.box a:hover p.more{
	text-decoration:none;
}

aside{
	float:right;
	width:280px;
}

.fixnav {
	width:280px;
}

aside h2{
	background:url(../images/sns-icon-svg/twitter.svg) no-repeat 50px center/ 36px auto;
	font-size:1em;
	color:#333;
	border-bottom:1px solid #333;
	height: 40px;
    line-height: 40px;
	text-align: center;
}

.unset{
	position: unset;
}

aside li a{
	border-bottom:1px dashed #727272;
	
}


aside li a {
display: block;
position: relative;
padding:15px 0 15px 25px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

aside li a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: 6px;
width: 0;
height: 0;
margin: -7px 0 0 0;
border-top: 13px solid #000;
border-left: 13px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

aside li a:hover,
.category-hiphop aside li:nth-child(1) a,
.category-randb aside li:nth-child(2) a{
	background:#ccc;
	color:#C50003;
}

aside li a:hover:before,
.category-hiphop aside li:nth-child(1) a:before,
.category-randb aside li:nth-child(2) a:before{
	border-top: 13px solid #C50003;
}

.twitter{
	margin-top:20px;
}
#breadcrumb{
	width:1000px;
	margin:10px auto 20px;
	text-align:left;
}

#breadcrumb li{
	display:inline-block;
	font-size:14px;
}

#breadcrumb li a{
	display:inline-block;
	text-decoration:underline;
}

#breadcrumb li a:hover{
	text-decoration:none;
	opacity:0.8
}

footer{
	font-size:1.4em;
	text-align:center;
	line-height:4em;
	border-top:1px solid #666;
	clear:both;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:center;
  justify-content: center;
  align-items: center;
  vertical-align:middle;
  height:36px;
  line-height:36px;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.lead{
	line-height:1.4;
	margin:0 0 20px 10px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
  
  header nav ul{
		width:100%;
	}
	


}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.navigation{
	overflow:hidden;
}

.navigation .previous{
	display:block;
	float:left;
}

.navigation .next{
	display:block;
	float:right;
}

.navigation a:hover{
	color:#c50003;
}

@media screen and (min-width: 501px) {
	.sp{
		display:none;
	}
	
	.logo_box{
		float:left;
	}
	
	.search_area{
		float:right;
	}
	
	.pb_500{
		padding-bottom:500px;
	}
}
@media screen and (max-width: 500px) {
	.pc{
		display:none;
	}
	
	header div.header_wrap {
		text-align:center;
		width:auto;
	}
	
	header h1{
		text-align:center;
	}
	
	header p.logo {
		width:50%;
		margin:0 auto;
	}
	
	header h1 a:hover{
		opacity:0.7;
	}
	
	.search_area{
		margin-top:10px;
	}
	
	.searchfield {
		width: 70%;
	}
	
	#breadcrumb {
		width:auto;
		padding: 0 10px ;
	}
	
	#breadcrumb li {
		line-height: 1.4;
	}
		
	article{
		width:auto;
	}
	
	#main{
		float:none;
		width:auto;
	}
	
	.box a{
		padding:20px;
	}
	
	.box:last-child{
		border:none;
	}
	
	.tit_box{
		margin-bottom:10px;
	}
	
	.tit_box p.day{
		font-size:16px;
		display:inline-block;
		margin-bottom:5px;
	}
	
	.tit_box h2{
		float:none;
		margin-left:0;
		line-height:1.2;
		clear:both;
		text-align:left;
	}
	
	.box .left {
		float: none;
		width: auto;
		margin-bottom:10px;
	}
	
	.box .right {
		float: none;
		width: auto;
	}
	
	.box .right  dt{
		width:7em;
		font-size:16px;
	}
	
	.box .right  dd{
		font-size:16px;
	}
	
	.box .right p.more{
		font-size:16px;
	}
	
	aside {
		float:none;
		width:auto;
	}
	
	.fixnav {
		width:auto;
	}
	
	aside{
		margin-bottom:20px;
		padding:0 20px;
	}
	
	.lead {
		margin: 0px 20px 20px;
	}
}

