@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:1em; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; }
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
input, select { vertical-align:middle; }
body {
  -webkit-text-size-adjust: 100%;
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/* reset.css */
body {font-size: 100%; margin:0;}
ol, ul { list-style: none; }
fieldset, img { border:0; }
table { border-collapse: collapse; border-spacing:0; }
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
/* top*/

/*clear*/
.clearfix:after{  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}

/*
ベースカラー
#005884
	
*/

body{
	background: #ecf0f1;
}

.wrap{

}
header{
	background: #333;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 5px 0;
}
.head_warp{
	width: 960px;
	margin: auto;
	
}
.headleft{
	float: left;
}

.headright{
	float: right;
}

header h1{
	color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 15px;
	background: none;
	text-shadow:1px 1px 0px #456b28;
}

header .h1{
	text-align: left;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	font-weight: bold;	
}

header a{
	color: #fff;
}

#contentBox{
	overflow: hidden;
	width: 960px;
	margin: auto;
}

#leftBox{
	float: left;
	width: 630px;
	margin-right: 30px;
}

#rightBox{
	float: left;
	width: 300px;
}

#rightBox .section{
	margin-bottom: 20px;
}

.section{
	padding: 0px;
}

h1{
	font-size: 15px;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	background: #005884;
	text-shadow:1px 1px 0px #456b28;
}

.innerbox{
	background: #fff;
}
.rsslist {
	background: #fff;
	border: 1px solid #e1e1e1;
	font-weight: bold;
}

.rsslist li:nth-child(even){
	background: #efefef;
}

.cpimg{
	float: left;
	margin-right: 5px;
	position: relative;
}

.cpimg img{
	width: 50px;
	height: 50px;
}

.rsslist li a{
	display: block;
	height: 50px;
    padding: 5px;
	border-bottom: 1px solid #ccc;
}

.kijititle{
	line-height: 120%;
	font-size: 14px;
	color: #0079ba;
	font-weight: bold;
}

.sitename{
	font-size: 10px;
	padding: 5px;
	color: #999;
	text-align: right;
}

.date{
	font-size: 10px;
	padding: 5px;
	color: #999;
	text-align: left;
}
.time{
	font-size: 10px;
	display: inline-block;
	overflow: hidden;
	margin:0 0 3px 0;
	width: 48px;
	text-align: right;
	padding: 2px 2px 2px 0;
	background:rgba(29, 28, 28, 0.8);
	color: #fff;
	background-size:10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.text_box{
	background: #fff;
	padding: 10px;
	line-height: 150%;
	font-size: 13px;
}

/* ページング */

.pageing{
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	text-align: left;
}

.pageing a{
	display: inline-block;
	background: #666;
	color: #FFF;
	padding:5px 10px;
}

a.activeLink{
	display: inline-block;
	background: #FFF;
	border: 1px solid #999;
	color: #666;
	padding:5px 10px;
}

.nofriend{
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	color: #FFF;
	margin-top: 20px;
}

.nofriend a{
	color: #FFF;
	text-decoration: underline;
}

/* お問い合わせ */
.siteinfo{
	font-size: 14px;
	padding: 10px;
	line-height: 150%;
}

.mb20{
	margin-bottom: 20px;
}

.about{
	padding:10px;
}

.about dl{
	margin: 20px 0;
}
.about dt{
	font-weight: bold;
	background: #ccc;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.about dd{
	font-size: 13px;
	line-height: 150%;
}

.h2{
	font-size: 15px;
	background: #005884;
	color: #fff;
	padding: 10px;
	text-shadow:1px 1px 0px #456b28;
}

.contact_box{
	padding: 10px;
}
.contact_box p{
	font-size: 13px;
	line-height: 150%;
}
.contact_dl{
	margin: 10px 0;
}

.contact_dl dt{
	background: #ccc;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}
.contact_dl dd{
	padding: 5px 0;
	font-size: 13px;
	margin-bottom: 10px;
}
.contact_dl dd input{
	width: 97%;
}
.contact_dl dd textarea{
	width: 97%;
	height: 200px;
	font-size: 13px;
	padding: 5px;
	
}

.btnarea{
	text-align: center;

}

.submitbtn{
	margin:20px auto;
	padding:10px;
	background:#3498db;
	color:#ffffff;
	text-align:center;
	display: inline-block;
	text-decoration:none;
	border: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.submitbtn:hover,
.backBtn:hover{
	opacity: 0.8;
}

.backBtn{
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}
.backBtn a{
	text-decoration:none;
	display: block;
	color: #fff;
	line-height: 29px;
	padding:5px;
	text-align:center;
	background:#7f8c8d;
	font-weight: bold;
	font-size: 14px;
}
.thanksend{
	margin: 20px 0;
}

/* feed用 */
.active a{
	background: #fdc5c5;
}
.active .kijititle {
    color: #cd0d3a;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
}



/* Footer */

.f-menu{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}

.f-menu li{
	
}

.f-menu li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	padding-left: 30px;
}

.icon_new a{
	background: url(../images/icon/new.png) no-repeat 5px center;
	background-size:20px 20px; 
}
.icon_ranking a{
	background: url(../images/icon/ranking.png) no-repeat 5px center;
	background-size:20px 20px; 
}
.icon_site a{
	background: url(../images/icon/site.png) no-repeat 5px center;
	background-size:20px 20px; 
}
.icon_contact a{
	background: url(../images/icon/contact.png) no-repeat 5px center;
	background-size:20px 20px; 
}

.icon_link a{
	background: url(../images/icon/link.png) no-repeat 5px center;
	background-size:20px 20px; 
}


#cp{
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 10px;
}