@charset "UTF-8";
/* CSS Document */
/* NAUTILUS OFFICIAL (C)2011 NAUTILUS. */
/**************************************************
Common Tags:共通のタグ
**************************************************/

/* Typography
------------------------------------------*/

h2 {
  text-align: left;
  font-size: 1.0em;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

h2 a:link,
h2 a:visited,
h2 a:focus {
  color: #333;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  text-align: left;
  font-size: 1.0em;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  margin: 0 0 -5px;
}

.cont_text {
  text-align: center;
}

.info_content p {
  margin: 0;
  font-size: .9em;
  line-height: 1.5;
  text-align: left;
}

time {
  color: #00adcc;
  font-size: .7em;
  margin: 0;
  padding: 0;
}

.img {
  margin: 1.6em 0 1.6em;
}

#top_box {
  margin-bottom: 20px;
}

#btn_box {
  text-align: center;
  margin: 5px 0 30px;
  width: 100%;
}

hr {
  margin: 20px 0 20px
}

/* Link
**************************************************/
.crumb p a:link,
.crumb p a:visited,
.crumb p a:focus,
.category a:link,
.category a:visited,
.category a:focus {
  text-decoration: none;
}

.category a:hover {
  text-decoration: underline;
}

/**************************************************
/* Components:構成
**************************************************/

/* Nav
------------------------------------------*/
.global_nav {
  position: absolute;
}

.crumb {
  display: block;
  float: left;
  font-size: .9em;
  height: 30px;
  margin: 0 0 20px;
  overflow: hidden;
  width: 100%;
}

.crumb p {
  margin: 0;
  padding: 0 5px 0;
}

.category {
  display: block;
  float: right;
  font-size: .9em;
  height: 30px;
  margin: 0 0 20px;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.category a {
  border-right: 1px solid #555;
  padding: 0 8px 0 8px;
}

.category a:nth-of-type(1) {
  padding-left: 0;
}

.category a:nth-last-of-type(1) {
  border: none;
  padding-right: 0;
}

/* Slider
**************************************************/
.slider_btn {
}

.slider_btn:after {
  content: " ";
  background: url(../img/icon.png) no-repeat;
  background-position: 0 -20px;
  display: inline-block;
  float: right;
  position: relative;
  bottom: 35px;
  height: 20px;
  width: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: alpha(opacity=40);
}

.slider_btn:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.css_btn_class {
	font-size:14px;
  color:#FFF;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid #d02718;
	padding:7px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}
.css_btn_class:link, .css_btn_class:visited {
	color:#FFF;
  text-decoration: none;
}
.css_btn_class:hover {
	color:#FFF;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.css_btn_class:active {
	color:#FFF;
  position:relative;
	top:1px;
}

/* Rss
------------------------------------------*/
/* 'r' IE対策でここにも記述*/
.icon-rss-1:before {
  font-family: 'fontello';
  content: '\72';
  text-decoration: inherit;
}

/* Breakpoint examples
------------------------------------------*/

/* Breakpoint
**************************************************/
@media only screen and (min-width: 720px) {
#live_info_slidbox1,
#live_info_slidbox2,
#live_info_slidbox3,
#disc_storeinfo_slidbox
{
  display: block;
}
}

@media only screen and (max-width: 480px) {
  
  h2 {
    font-size: 1.0em;
  }
  
  .crumb {
  margin: 0;
}
  
  .category {
  overflow: visible;
  text-align: left;
}
  
}