@charset "utf-8";

@import url(reset.css);

body{
	-webkit-text-size-adjust: 100%;
	background: url(../../../img/bg.gif) repeat 0 0;
	font-size:13px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: 600;
}
a:hover{
	opacity: 0.8;
}
img {
	max-width: 100% ;
	height: auto ;
	vertical-align: bottom;
}

/*  HEADER
-------------------------------------------------------------------- */

#head{
	background: url(../../../img/bg_top.png) repeat-x bottom left;
}
#head_body{
	text-align:center;
	margin:0 auto;
	max-width:640px;
	padding-bottom:30px;
}
.lead{
	display:none;
}
#head_body h2{
	margin:10px 0;
}
#head_body .main_ttl{
	margin:20px 0 10px;
	text-align:center;
}
/* NAV
-------------------------------------------------------------------- */

#main_contents{
	background: url(../../../img/bg_wrap.png) repeat 0 bottom;
	padding:0 10px 20px 10px;
}
#main_contents .nav{
	margin:0 auto;
	max-width:640px;
	width:100%;
	display:flex;
	justify-content: center;
	padding:0;
	list-style: none;
}

#main_contents .nav:last-child {
	justify-content: left;
}

#main_contents .nav li{
	width:calc(100% / 2);
	margin:4px;
	padding: 10px;
	background-color: #FFF;
	width: 50%;
	text-align: center;
	color:#a60000;
	border:1px solid #a60000;
}
#main_contents .nav li.on{
	color:#FFF;
	background-color: #a60000;
}

#main_contents .nav li.dummy{
	color: transparent;
	background: transparent;
	border: none;
}

#main_contents .nav li a{
	color:#a60000;
	text-decoration:none;
}

/*  ELEMENT
-------------------------------------------------------------------- */

.wrapper{
	margin:0 auto;
	width:100%;
}
#element{
	margin:0 auto;
	max-width:640px;
	width:100%;
}
#element h2{
	margin:10px auto;
	padding-left:5px;
}
#element h2 img{
	width:auto;
}
.wrapper .txt p{
	clear:both;
	padding:5px;
}

.wrapper .txt_catch{
	font-size: 1.2em;
}
.wrapper .prf p{
	clear:both;
	padding:5px;
	font-size:12px;
}
.item{
	margin:0 auto;
	font-size:12px;
}
.item dl{
	margin-top:20px;
}
.item dt{
	margin-bottom:20px;
	text-align:center;
}
.item dt img{
	margin:10px;
}
.item dd{
	padding-top:5px;
}
.item dd.ttl{
	color:#a60000;
}
.item figure{
	margin:15px auto 15px;
	max-width:640px;
}
.item figure img{
	margin:0 auto;
	max-width:640px;
	width:95%;
	border:solid 1px #ccc;
	padding:6px;
	background-color:#FFF;
}
.sns {
	width:100%;
	max-width:630px;
	margin:0 auto 10px;
}
.sns li{
	display:inline-block;
	vertical-align:top;
}
.sns li a{
	width:80px;
	display:block;
}
.audio{
	vertical-align:top;
	text-align:center;
}

/* audio */
.audio_box {
	padding:0 5px;
	margin-top:10px;
	width:100%;
	max-width:620px;
	height:auto;
}
.audio_box a {
	margin-bottom:15px;
	display:block;
	width:98%;
	height:auto;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #6FBEE5),
		color-stop(0.1, #49ADDF),
		color-stop(0.52, #1495D6),
		color-stop(1, #1E99D7)
	);
	background-image: -o-linear-gradient(bottom, #6FBEE5 0%, #49ADDF 10%, #1495D6 52%, #1E99D7 100%);
	background-image: -moz-linear-gradient(bottom, #6FBEE5 0%, #49ADDF 10%, #1495D6 52%, #1E99D7 100%);
	background-image: -webkit-linear-gradient(bottom, #6FBEE5 0%, #49ADDF 10%, #1495D6 52%, #1E99D7 100%);
	background-image: -ms-linear-gradient(bottom, #6FBEE5 0%, #49ADDF 10%, #1495D6 52%, #1E99D7 100%);
	background-image: linear-gradient(to bottom, #6FBEE5 0%, #49ADDF 10%, #1495D6 52%, #1E99D7 100%);
	background-color:#1495D6;
	border:1px solid #3996b4;
	border-radius:4px;
}
.bnArea{
	margin:0 auto;
	max-width:640px;
	padding-top:20px;
	margin-bottom:30px;
	font-size:11px;
}
.bnArea ul{
	text-align:center;
}
.bnArea ul li{
	margin:0 0 20px 0;
	text-align:left;
	vertical-align:top;
}
.bnArea ul li span{
	display:block;
	padding:0 5px;
}
.bnArea ul li img{
	margin-bottom:10px;
}
.bnArea ul li span a{
	display:block;
	color:#a60000;
}
/*  公開収録対応
-------------------------------------------------------------------- */
#main_contents .nav li.nav_public {
	margin: 20px 4px;
	width: 100%;
	font-size: 120%;
	background-color: #2F3C67;
	color: white;
	border: #2F3C67;
}
#main_contents .nav li.nav_public a {
	color: white;
}
#main_contents .nav li.nav_public img {
	display: block;
	margin: 3px auto 0;
	width: 13px;
	height: 13px;
	text-align: center;
}
.detail_public {
	display: block;
  margin: 30px auto;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  color: white;
  text-decoration: none;
	text-align: center;
  background: #A60000;
  box-sizing: border-box;
}
.detail_public svg{
	margin-left: 10px;
}
.detail_public:link,
.detail_public:visited {
	color: white;
}

/*  FOOTER
-------------------------------------------------------------------- */

#footer {
	clear:both;
	background: url(../../../img/bg_bottom.png) repeat-x top left;
}
#footer_body {
	max-width:640px;
	margin:0 auto;
	padding:0 10px;
	background: url(../../../img/books.png) no-repeat bottom right;
	background-size:116px 86px;
}
#footer address {
	text-align:center;
	padding-bottom:10px;
	font-size:70%;
}

/* PAGETOP
-------------------------------------------------------------------- */

.go-top{
	padding-top:15px;
	text-align:center;
	margin:0 auto;
}
.go-top img{
	width:45px;
	height:45px;
}
