@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body{
	height:100%;
}

body {
	font-family: "Noto Sans Japanese",ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	background: #f6f6f6;
	font-size:12px;
	color:#fff;
}

img {
	max-width: 100%;
}

.inner{
	background: url(../../img/common/bg.png)0 0 repeat;
	background-size:100%;
}

/******************************/

nav{
	position:fixed;
	top:0;
	width:100%;
	height:40px;
	background: #fff url(../../img/common/nav_logo.png) 5px 10px no-repeat;
	background-size:150px;
	border-bottom:2px solid #000;
}

nav p{
	text-align:right;
	padding:5px 0;
}

nav p img{
	margin-right:5px;
	height:30px;
}

/******************************/

header,h1{
	margin:0;
}

h1 img{
	width:100%;
}

.paper{
	margin:20px 0;
}

.paper img{
	width:100%;
}

.paper article{
	background:#fff;
	padding:10px;
}

.paper div.edge{
	line-height: 0;
}

.paper article p{
	margin-bottom:10px;
}

.paper article div.text{
	background:#a1e157;
	line-height: 1.4;
	padding:10px;
}

.theme{
	color:#000;
}

#oubo1706{
	margin-top:-40px;
	padding-top:40px;
}

.box1706{
	color:#000;
}

.box1706 p{
	margin-bottom:10px;
	line-height: 1.4;
}

.box1706 p.bold01{
	font-weight:bold;
	font-size:120%;
}

.box1706 p.bold02{
	font-weight:bold;
}

.box1706 p.oubo{
	text-align: center;
}

.sinbun{
	color:#000000;
	line-height: 1.4;
	padding:10px;
 }
.miyagi{font-weight:bold; font-size:18px;}

/*アコーディオン*/

.acordion{
	margin-bottom: 10px;
}

.trigger{
}

.trigger.active{
}

.acordion_tree{
	line-height:1.4;
	color:#000;
	padding:10px 0;
}

.acordion_tree span{
	font-weight: bold;
	font-size:120%;
}

.acordion_tree a{
	color:#000;
	font-weight: bold;
	text-decoration: underline;
}
/*バックナンバー*/

.archive ul{
	border-top:1px dashed #ccc;
}

.archive ul li{
	padding:5px 0;
	border-bottom:1px dashed #ccc;
}

.archive ul li a{
	display: block;
	text-decoration: none;
	color:#000;
	line-height:1.2;
	font-weight:bold;
}

.archive ul li a:before{
	content: "★ ";
	color:#a1e157;
}

.archive ul li a span{
	color:#666;
	font-weight:lighter;
}

.archive p{
	background:#a1e157;
	border-radius:5px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	margin-top:15px;
	text-align: center;
}

.archive p a{
	display:block;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
}
/******************************/

.timespaper{
	margin:60px 0 20px;
}

.timespaper img{
	width:100%;
}

.timespaper article{
	background:#fff;
	padding:10px;
}

.timespaper div.edge{
	line-height: 0;
}

.timespaper article p{
	margin-bottom:10px;
}

.title{
   color:#319B51;
   margin-bottom: -15px;
   font-weight: bold;

}


.timespaper article section{
	margin:30px 0;
	color:#333;
	line-height: 1.4;
}

.timespaper article.inner section{
	margin:0;
	color:#333;
	line-height: 1.4;
}

.timespaper article.inner section div.voice{
	margin:20px 0 0;
}

.timespaper article.inner section div.voice p{
	margin:0 0 5px;
	font-weight:700;
	background:#a1e157;
	display: inline-block;
}

.timespaper article.inner section div.voice section.nextvoice{
	margin:10px 0 0;
	padding:10px;
	border-radius: 5px;
	background:#a1e157;
}

.nextvoice span{
	font-weight:bold;
}

.timespaper article.inner section div.voice section.nextvoice p.submit{
	margin:10px auto 0;
	border-radius: 30px;
	border:2px solid #fff;
	display:block;
	width:60%;
	text-align: center;
}

.nextvoice p.submit a{
	display: block;
	padding:3px 0;
	font-size:14px;
	color:#fff;
	text-decoration: none;
}

.timespaper article.inner section p.date{
	margin:10px 0 0;
	text-align: right;
}

.timespaper article section.report{
	background-color:#319b51;
	margin:-10px;

}

.timespaper article section.report p{
   color:#fff;

}

.radioname{
   text-align:right;
}

.timespaper article section.report article{
	background-color:#319b51;
	background-clip: border-box; 
}

.timespaper article.inner section.report article{
	text-align: left;
}
:/
.timespaper article p.btn2{
	text-align: center;
	margin:10px 0 0;
}

.topic{
	text-align: center;
	font-weight:700;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color:#333;
}

.topic_bg{
	background:#a1e157;
	text-align: center;
	font-weight:700;
	line-height: 1.4;
	padding:5px;
	border-radius: 5px;
	color:#fff;
}

ul.osusume{
	display:table;
	width:100%;
	table-layout:fixed;
}

ul.osusume li{
	display: table-cell;
	text-align: center;
	font-weight:700;
	vertical-align: top;
}

ul.osusume li img{
	width:90%;
	border:1px solid #ddd;
}

div.osusume{
	margin:0;
}

div.osusume p.jacket{
	text-align: center;
	font-weight:700;
}

div.osusume p.jacket a img{
	width:60%;
	display: block;
	margin:0 auto 5px;
}

.marume{
	display:table;
	width:100%;
}

.marume p{
	display:table-cell;
	vertical-align: top;
}

.marume p:first-child{
	width:20%;
	padding-right:5px;
}

.marume p:last-child{
	padding:10px;
	border-radius:5px;
	background:#a1e157;
}

ul.camera{
	display:table;
	width:100%;
	table-layout:fixed;
}

ul.camera li{
	display: table-cell;
	text-align: center;
	font-weight:700;
	vertical-align: top;
}

ul.camera li img{
	width:95%;
	border:1px solid #ddd;
}

.mi01{
	font-weight: 700;
	font-size:16px;
}

.mi02{
	font-weight: 700;
	font-size:14px;
}

.radioname{
	text-align: right;
	font-weight:700;
	margin-bottom: -10px;
}

.photo{
	margin:10px 0;
	text-align: center;
}

.btn{
	text-align: center;
	margin:10px 0 0;
}

.btn img,.btn2 img{
	width: 65%;
}

/******************************/

.pageback{
	background: #a1e157;
	margin:30px 0 0;
}

.pageback a{
	display:block;
	padding:7px 0;
	text-align: center;
	text-decoration: none;
	color:#333;
	font-weight:700;
	font-size:14px;
}

footer{
	margin: 0;
}

footer p{
	padding:10px;
}

footer p img{
	width: 100%;
}

footer p.backnumber{
	background:#fff;
	padding:20px 10px 0;
}

footer .banner{
	background:#fff;
	padding:20px 0 0;
}

footer .banner p{
	background:#fff;
	margin: 0;
	padding:0 10px 10px;
}

footer .logo{
	background:#fff;
	padding:20px 10px 0;
	color:#e60012;
	font-size:20px;
	text-align: center;
}

footer .logo img{
	height:40px;
	vertical-align: middle;
}

.copyright{
	margin-top:40px;
	padding:0 0 5px;
	font-size:9px;
	color:#000;
}

#pagetop{
	display:inline;
	position:fixed;
	bottom:0;
	right:10px;
	opacity:0.7;
	width:20%;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width:70%;
}

#new{
	position:fixed;
	bottom:0;
	opacity:0.8;
	width:100%;
	line-height: 1;
	background:#e50112;
}

#new a{
	display:block;
	padding:7px 0;
	text-align: center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-decoration: none;
}