@charset utf-8;

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

p{
 	line-height: 1.6;
	margin:1.8rem 0;
	
}

.line_link_button,
.twitter_link_button,
.fb_link_button
{
	padding-top:14px;
	margin-left:10px;
}
.line_link_button img{
	width:22px;
}
.nav > li.line_link_button > a{
	display:inline;
	padding:0;
	position:relative;
	top:-6px;
}
footer .rss{
	width:22px;
	position:relative;
	top:-6px;
}
/* タイトル文字色 */

/* ナビ文字色 */

.navbar-inverse--ks{
    background-color: #D83500;
    border-color: #D83500;
}
.navbar-inverse--ks .navbar-brand {
    color: #ffffff;
}
.navbar-inverse--ks .navbar-brand:hover {
    color: #ffff00;
}
.navbar-inverse--ks .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse--ks .navbar-nav > li > a:hover {
    color: #ffff00;
}

.navbar-form {
    margin-right: 0;
    margin-left: 0;
}
.form-control {
    display: inline;
    width: 60%;
}
/* ジャンボトロン */
.jumbotron--ks{
	background-color: #D83500;
}
.jumbotron--ks h1{
	color: #fff;
	font-size:36px;
}
.jumbotron--ks h2{
	font-size:24px;
	color:#eeeeee;
}
.jumbotron--ks p{
	color: #eee;
}
.jumbotron--ks ul li{
	display:inline-block;
	margin: 10px 20px;
}
div.jumbotron.jumbotron--ks a{
	color:#ffffff;
}
h3{
	font-size:20px;
	color:#000;
	border-left:2px solid  #D83500;
	padding:6px 0 4px 1em;
}

.rssbox,.rssbox2{
	box-sizing: border-box;
	width:46%;
	margin: 10px 2%;
	padding: 10px;
	border: solid 1px #ff9900;
	border-radius: 5px 5px 0 0;
	background-color: #ffe9c8;
	overflow: hidden;
}
.rssbox2 h2,.rssbox h4{
	font-size:120%;
	text-align:center;
	font-weight:bold;
}
.rssbox h4 a{
	color:#303030;
}
.rssbox p{
	margin:4px 10px;
}
.rssbox2{
	box-sizing: border-box;
	width:96%;
	margin: 10px 2%;
}
.rssbox2 p{
	margin:4px 10px;
}

/* ------------------------------------------- index.php ------------------------------------------- */
h2.keyword{
	font-size:20px;
	color:#000;
	border-left:2px solid  #D83500;
	padding:6px 0 4px 1em;
}
.wikipedia,.imagesbox,.twitter-moogry,.yahooblog,.youtube{
	border:1px solid #333;
	border-radius:5px;
	padding:5px;
	margin:10px 0;
	overflow: hidden;
	zoom: 1;
}
.imagesbox p{
	float:left;
}
.imagesbox p.powered{
	float:none;
}
.imagesbox p.powered::before{
	content:" ";
	display:block;
	clear:both;
}
.imagesbox img{
	height:240px;
}
.twitter-moogry img{
	max-height:240px !important;
	width:auto !important;

}
img.avatar {
    width: 48px !important;
    height: 48px !important;
    border-radius: 5px;
    -moz-force-broken-image-icon: 1;
}
.twitter-moogry ol {
    list-style: none;
}
.tweet .stream-item-footer {
   display:none;
}
iframe{
	border:none;
}
.moogryadd{
	word-break:break-all;
}

/* ------------------------------------------- 今日は何の日 ------------------------------------------- */
.today,.mei{
	width:100%;
}
.today th,.today td{
	border-bottom:1px solid #ffe9c8;
	padding:4px 10px 4px 0;
}
.mei th,.mei td{
	border:1px solid #ffe9c8;
	padding:4px 10px 4px 0;
}
.mei td{
	text-align:center;
}
#today h4{
	border-bottom:1px solid #ffe9c8;

}

/* ------------------------------------------- 新聞社 ------------------------------------------- */

ul.newspaper{
	list-style:none;
	overflow:hidden;
}
ul.newspaper li{
	float:left;
	padding-right:10px;
}
/* ------------------------------------------- 勝手にリンク ------------------------------------- */
#link table{
	width:100%;
}
#link table td{
	padding:4px 10px;
}
#link td input,#link textarea,form[action="linkupdate.php"] input,#linkupdate td input,#linkupdate textarea{
    width: 100%;
    padding: 2px 10px;
}
/* ------------------------------------------- RSS ------------------------------------- */
#rss ul{
	list-style-type:none;
}
#rss ul li img {
	margin-top:-3px;
	width:20px;
}
/* ------------------------------------------- @media ------------------------------------------- */
@media (max-width: 992px) {
	.rssbox{
		width:96%;
	}
	.jumbotron {
    	padding-top: 88px;
    }
}
@media (max-width: 768px) {
	.jumbotron {
    	padding-top: 48px;
    }
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color:#D83500;
	}
	.navbar-inverse .navbar-toggle {
	    border-color: #ffcc33;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-toggle {
		background-color: #ffcc33;
	}
	img{
		
		width:auto;
	}
	.imagesbox p{
		float:none;
	}
	.imagesbox img{
		min-width: 100%;
		height:auto;
	}
	.admax_up iframe{
		width:100% !important;
	}
	div iframe{
		width:100% !important;
	}
	.admax_up iframe body{
		width:100% !important;
	}
	.admax_up iframe #ninja_ads{
		max-width:100% !important;
		height:auto !important;
	}
	.admax_up iframe #ninja_ads img{
		width:100% !important;
	}
	#link table th,#link table td{
		float:left;
		width:96%;
	}
	.admax_up img{
		width:100% !important;
	}
	.admax_up iframe img{
		width:100% !important;
	}
	.admax_up iframe $#ad img{
		width:100% !important;
	}
	.admax_up iframe table td{
		width:100% !important;
	}
	.admax_up + div a img{
		width:100% !important;
	}
}
