@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: matome2
Theme URI: 
Description: matome2
---------------------------------------------------------*/
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}
body {
	
}
body.mceContentBody {
	background-color:#f2f2f2;
}

/* リンクの色 */
a {
	color: #242743;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #454976;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 300px;
	margin: 0 auto;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul{
	list-style-type: none;
}
/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 16px;
	line-height: 25px;
}
/*ブログタイトル*/

header{
	margin: auto;
}

header .sitename {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0px 0px 0px 40px;
	margin-top: 0;
	height: 30px;
	background: url(images/logo.png) no-repeat left center;
	background-size: 30px 30px;
}
header .sitename a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}
/* 記事タイトル */

.entry-title {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/* 中見出し */

/*小見出し*/

.post h3 {
	background: #e1e1e1;
	margin:0 10px;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
padding:10px;
margin-bottom:10px;
background-color:#f3f3f3;
}
.post h5{
margin-bottom:10px;
font-size:16px;
}
.wp-caption-text a,.wp-caption-text{
font-size:12px;
color:#ccc;
}
/* サイドバーの見出し */
#side aside h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
footer h4 a {
	color: #666;
	text-decoration: none;
}
/* 関連記事の文字 */
.point {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
}
/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	line-height: 15px;
}
.blogbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding: 5px;
}
/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* フッター文字 */
#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	color: #999;
	line-height: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
#topnews dt {
	float: left;
	width: 100px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 110px;
}
#topnews dl {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#topnews dl:first-child {
	padding-top: 20px;
}
#topnews dl:last-child {
	margin-bottom: 20px;

	border-style: none;
}
#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

.blog_info p a {
	color: #666;
	text-decoration: none;
}
#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
#kanren dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren dt {
	float: left;
	width: 100px;
}
#kanren dt img {
	width: 100px;
}
#kanren dd {
	padding-left: 110px;
}
#kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
#kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
#kanren .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
#kanren .clearfix dd h5 a:hover {
	color: #b22222;
}
/*--------------------------------
サイドバー
---------------------------------*/
#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side aside h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
}
#side aside #mybox ul {
	margin-bottom: 10px;
}
/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom:20px;
	width:100%;
	margin-top: 20px;
}
table tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}
.post table tr td p{
	font-size: 13px;
	line-height: 18px;
}
.post table tr:nth-child(even) {
	background-color:#f3f3f3;
	}
#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}


/*画像 */
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 17px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.post ol li {
	font-size: 17px;
	line-height: 27px;
}

/*--------------------------------
検索フォーム
---------------------------------*/
#s {
	height: 33px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 18px;
    top: 16px;
	height: 20px;
	width: 20px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}

/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 10px 0 0px 0;
	clear: both;
}
div#breadcrumb a {
	color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*--------------------------------
SNS
---------------------------------*/
.sns li {
	margin: 5px 0;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post .sns .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*--------------------------------
カレンダー
---------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	background-color: #fff;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}
/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 0px;
	font-size: 12px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
	display: none;
}

#email-notes{
	display: none;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	float: right;
	clear: both;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.reply {
	padding: 5px;
	font-size: 13px;
	display: none;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.children {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 20px;
	line-height: 18px;
	color: green;
}
/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments h3 {
	background-image: url(images/come.png);
	font-size: 16px;
	padding: 10px 0px 10px 50px;
	border: none;
	margin-bottom: 0px;
}
#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color: #ccc;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 90px;
	color: #666;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
	max-width: 1060px;
	margin: 0 auto;
}
header {
	text-align: center;
}
#gazou {
	display: none;
}
#gazou p {
	margin: 0px;
}
main {
	padding: 20px 10px;
	margin: 0;
}
section {
	margin-bottom: 3em;
}
footer {
	clear: both;
	text-align: center;
}
.ad {
	padding-bottom: 10px;
}
.post{
overflow: hidden;
background: #fff none repeat scroll 0 0;
    float: left;
    width: 505px;
}

.post aside .sns{
	padding: 10px;
}

aside .newkiji{
	padding: 0;
}
aside .kanren ul.newkiji li{
	margin-bottom: 0;
}
aside .kanren ul.newkiji li a{
	display: block;
	border-bottom:1px solid #ccc;
	padding: 10px;
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
#side aside {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}

header .sitename{

		padding-left: 20px;
	}
	
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {

header {
	text-align: left;
}


/*--------------------------------
一覧記事表示部分
---------------------------------*/
#topnews dt {
	float: left;
	width: 150px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 170px;
}
#topnews .clearfix dd h5 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#topnews .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}


/*-- ここまで --*/
}


@media only screen and (max-width: 480px){
	header .sitename{
		font-size: 14px;
		text-align: left;
		padding-left: 10px;
	}
	#footer p{
		font-size: 12px;
		line-height: normal;
	}
}


.pcnone {
	display: none;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
.smanone {
	display: block;
}

header {
	padding-top: 10px;
}

nav {
	display: block;
	
}
#gazou {
	display: block;
	overflow: hidden;
}

/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 14px;
	line-height: 27px;
}
/*記事タイトル*/
.entry-title {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	margin-bottom: 5px;
}
.entry-title a:hover {
	text-decoration: underline;
}
/*中見出し*/


/*リスト */
.post ul {

}
.post ul li {
	font-size: 14px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.post ol li {
	font-size: 14px;
	line-height: 27px;
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	text-align: center;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	padding:20px 10px;
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #e67e22;
}
.pagination a:hover {
	color: #fff;
	background-color: #be691e;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #be691e;
}
/*-- ここまで --*/
}




/*--------------------------------
/テンプレ用class
---------------------------------*/

body{
	background:#f2f2f2;
}

header{
	background: #fff;
	color: #333;
	padding: 15px;
	font-size: 15px;
}

#headin{
	width: 1060px;
	margin: auto;
	position: relative;
	overflow: hidden;
}


#head_left .sitename{
	padding-top: 0px;
}
.gnavi{
	float: left;
	width: 500px;
}

#sitewrap{
	overflow: hidden;
}
.gnavi ul{
	width:1000px;
	margin: auto;
}

.gnavi li{
	list-style-type: none;
	float: left;
	border-left:1px solid #902000;
}
.gnavi li a{
	display: block;
	color: #fff;
	padding:15px 10px;
}

.gnavi li:last-child{
	border-right:1px solid #902000;
}

.gnavi li a{
	border-bottom: 4px solid #902000;
}


#content{
	overflow: hidden;
    padding-top: 20px;
    width: 1060px;
}

.heroimg{
	margin-bottom: 20px;
	
}

.heroimg img{
	border-radius:10px;
}
h2.fh2{
	margin-top: 0;
}

/* 色変えるゾーン */
.gnavi {

}


h3{
	margin-bottom: 15px;
	font-size: 13px;
}

.mi{
	padding:5px 10px 5px 10px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #fff;
	background: #263238;
}

footer{
	margin-top: 30px;
	background: #263238;	
}

#side ul {
	border-radius:10px; 	
}
#side ul li a{
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
	padding-right: 10px;
	position: relative;
	background: #fff;
}

#side ul li.zukan_li a{
	line-height: 75px;
}

#side ul.nothumbnail li a,
#sidebar_right ul.nothumbnail li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	background: #fff;
	font-size: 13px;
}

#side ul.nothumbnail li a:before ,
#sidebar_right ul.nothumbnail li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #E67E22;
}

#side ul.nothumbnail li a:hover:before ,
#sidebar_right ul.nothumbnail li a:hover:before {
	left: 11px;
}

.h1{
	background: #263238 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 13px;
}


/* ここまで */

#bodycontent{
	padding: 10px;
	font-size: 14px;
}
.post h1{
	font-size: 13px;
	margin-bottom: 20px;
}

.post h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 5px 10px;
	background: #cacaca none repeat scroll 0 0;
    color: #000;
}
.post h3{
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 20px;
}

.post p{
	padding:5px 10px;
}

#footer_in{
	width: 980px;
	margin: auto;
	color: #000;
}

#footerin p{
	margin-bottom: 0;
	color: #fff;
}




.newkiji{
	list-style-type: none;
	padding:0 0px;
}
.newkiji li{
	margin-bottom: 10px;
	overflow: hidden;
}

.newkiji span{
	margin-right: 10px;
}

#side ul{
	margin-bottom: 20px;
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	background: #fff;
}

#side ul li{
	background: #fff;

}
#side ul.morelist{
	margin-bottom: 0;
}


.archives{
	width: 505px;
	float: left;
	overflow: hidden;
	background: #fff;
}

#topnews dt{
	width: 80px;
	margin-left: 10px;
}

#topnews dd{
	padding-left: 100px;
	margin-top: -6px;
}

#topnews .clearfix dd .more_link p{
	text-align: right;
	margin-right: 10px;
}
.blog_info .more_link p a{
	display: inline-block;
	background: #e67e22;
	padding: 2px 10px;
	border-radius:5px;
	color: #fff;
}

.kijilist li{
	border-bottom: 1px solid #999;
}

.post-categories{
	display: inline;
	padding-left: 10px;
}
.post-categories li{
	display: inline;
	font-size: 11px;
	background: url(images/icon_folder.png) no-repeat left center;
	padding-left: 15px;
	background-size:10px 10px;
	border: none;
}

.post-categories li a{
	
}
#topnews dd span.time{
	font-size: 11px;
}
#topnews h2{
	margin-top: 0;
	background: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	border-bottom: none;
}

.archives table{
	width: 100%;
	margin:20px 0;
	font-size: 14px;
}

.archives table th{
	padding: 5px;
	background: #999;
	color: #fff;
	border: 1px solid #EEE;
}

.archives table td{
	padding: 5px;
	border: 1px solid #EEE;
}
header{
	position: relative;
}
#searchbox{
	position: absolute;
	top:0px;
	right: 10px;
	
}

#search{
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #FFF;
}
#searchBtn,
.searchBtn{
	display: none;
}

#side #search{
	position: relative;
	width: 95%;
	margin: 10px auto;
}

#side #search #s{
	border: 1px solid #d93600;
}

#side #search #searchsubmit{
	background: #d93600;
}
.post .star {
	margin: 0;
	padding: 0 10px;
	background: #eee;
	border-radius:10px;
}
.star li{
	list-style-type: none;
	padding:9px 10px 5px 30px;
	font-weight: bold;
	background:url("/images/icon_02.png") no-repeat 5px center;
	background-size:20px 18px;
}

.gaiyou{
	margin-top: 20px;
	margin-bottom: 20px;
}
.gaiyou th{
	background:#eee;
	border: 1px solid #ccc;
	padding:5px 15px;
	font-size: 13px;
}
.gaiyou td{
	border: 1px solid #ccc;
	padding:5px 15px;
	vertical-align: middle;
}
.dlbtn a{
	display: inline;
}
.dlbtn img{
	width: 100px;
	display: inline;
}

img.btn_googleplay{
	width: 97px;
}

img.appicon{
	width: 30px;
}

.appname{
	 vertical-align: middle;
}
.appname img{
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

.zukanList dl{
	padding-bottom: 10px;
}

.archives .zukanList dl:first-child{
	padding-top: 10px;
}

.archives #topnews dd{
	line-height: 100%;
	margin-top: 0;
	padding-left: 120px;
}
.archives #topnews dl{
	margin-bottom: 10px;
}

.archives #topnews dl:first-child {
    padding-top: 10px;
}


.zukanList dd h2{
	line-height: 100%;
	display: inline;
}

.num{
	font-size: 12px;
}

.tag{
	margin-top: 10px;
}


.tag a{
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	background: #ccc;
	color: #333;
	border-radius:5px;
	padding: 2px  5px;
	margin-right: 5px;
}

#topnews .clearfix dd p.status{
	font-size: 14px;
	margin-top: 10px;
	display: block;
	margin-bottom: 0;
	line-height: 120%;
	margin-top: 10px;
	font-weight: bold;
}
#topnews .clearfix dd p.status span.shp{
	color: #085e27;
	font-size: 14px;
	font-weight: bold;
}

#topnews .clearfix dd p.status span.skougeki{
	color: #890202;
	font-size: 14px;
	font-weight: bold;
}

#topnews .clearfix dd p.status span{
	font-size: 11px;
}


.blogrank{
	margin-top: 10px;
	margin-left: 10px;
}


.dataBox {
    min-height: 120px;
    overflow: hidden;
    padding: 10px 10px 0;
    position: relative;
}
.dataBox2 {
    overflow: hidden;
    padding: 10px 10px 5px;
    position: relative;
}
.dataBox dd.d_icon {
    left: 10px;
    margin-left: 0;
    position: absolute;
    top: 10px;
}
.dataBox dd {
    font-size: 14px;
    margin-bottom: 10px;
}
.dataBox2 dd {
    font-size: 14px;
    margin-bottom: 10px;
}
.d_nom {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.d_syuzoku span {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px;
}

.post .d_icon p{
	padding: 0;
}

.rankicon{
	position: absolute;
	top:5px;
	left: 5px;
	width: 40px;
}
.d_name{
	font-size: 11px;
	color: #999;
}
.big{
	font-size: 16px;
	font-weight: bold;
	color: #111;
}

.post table.statusBox {
    font-size: 13px;
    margin: 10px;
    width: 485px;
}
.statusBox th {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 10px;
}
.statusBox td {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 10px;
}
.waza {
	margin-left: 10px;
	font-size: 14px;
}
.waza dt{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}

.iconimg{
	width: 150px;
	height: 150px;
}
.typeicon{
	width: 30px;
	position: absolute;
	top:10px;
	right: 10px;
}

.post p.bukimi,
.selectbtn li.bukimi a{
	background: url("/images/icon_type_07.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left: 30px;
}
.post p.usurakage,
.selectbtn li.usurakage a{
	background: url("/images/icon_type_06.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left: 30px;
}

.post p.nyororon,
.selectbtn li.nyororon a{
	background: url("/images/icon_type_08.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left:30px;
}

.post p.fushigi,
.selectbtn li.fushigi a{
	background: url("/images/icon_type_02.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left: 30px;
}

.post p.isamashi,
.selectbtn li.isamashi a{
	background: url("/images/icon_type_01.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left:30px;
}

.post p.goketu,
.selectbtn li.goketu a{
	background: url("/images/icon_type_03.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left:30px;
}

.post p.puriti,
.selectbtn li.puriti a{
	background: url("/images/icon_type_04.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left:30px;
}

.post p.pokapoka,
.selectbtn li.pokapoka a{
	background: url("/images/icon_type_05.png") no-repeat left center;
	background-size:25px 25px; 
	padding-left:30px;
}

#topnews dt img.typeicon{
	width: 20px;
	position: absolute;
	top:2px;
	right: 0px;
}

#topnews dt img.rankicon{
	width: 25px;
	position: absolute;
	top:2px;
	left: 0px;
}

.hero_show_img{
	
}

.hero_list_img{
	position: relative;
}

.hero_list_img img{
	border-radius:10px;
}
#search_zukan{
	margin-top: 20px;
	border: 1px solid #ddd;
}

#search_zukan h2{
	margin-top:0px;
	font-size: 13px;
	background: #404040 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 10px;
}

.s_dl{
	padding: 10px;
	margin:0 20px;
}
.s_dl dt{
	font-weight: bold;
	font-size: 15px;
	width: 75px;
	float: left;
	padding-top: 7px;
}
.s_dl dd{
	margin-bottom: 20px;
	
}


#menu div {
  position: relative;
}

.selectbtn {
 position: relative;
}

.selectbtn ul {
  display: none;
  position: absolute;
  list-style-type: none;
  box-shadow: 0 3px 4px #ccc;
  border: 1px solid #999;
  left: 77px;
  z-index: 10;
  background: #fff;
    border-radius:5px; 
}
.selectbtn ul li{
	
}
.selectbtn ul a{
  padding: 10px;
  display: block;
  min-width: 150px;
  border-bottom: 1px solid #ccc;
 }
.selectbtn ul a:hover{
	  background-color: #ccc;
}

.selectbtn p{
	border-radius:5px;
	 cursor: pointer;
	background: #ccc;
	display: inline-block;
	padding: 2px 30px;
	border-bottom: 4px solid #999;
}

.selectbtn p span{
	font-size: 9px;
	vertical-align: middle;
	margin-left: 5px;
}

.nowsearch{
	font-size: 13px;
	margin-top: 20px;
	background: #eee;
	padding: 5px;
}

.jiten img{
	display: inline;
	vertical-align: middle;
	margin-right: 20px;
}

/* pager */
.pageing{
	padding: 10px;
}

.pageing a{
	display: inline-block;
	padding: 3px 10px;
	background: #2182be;
	color: #fff;
	text-decoration: none;
}
.pageing a:hover{
	background: #ebf4f9;
	color: #2182be;
}

.pageing a.activeLink{
	background: #fff;
	border: 1px solid #2182be;
	color: #2182be;
}

.post table th{
	border: 1px solid #999;
	background: #ccc;
}
.post table td{
	border: 1px solid #999;
}
.post a{
	display: inline-block;
}

.post img{
	display: inline;
}
.freeSearch{
	width: 150px;
	margin-left: 20px;
}

.freeSearchBtn{
	vertical-align: top;
	margin-left: 10px;
	border-radius:5px;
	 cursor: pointer;
	background: #ccc;
	display: inline-block;
	padding: 2px 15px;
	border: none;
	border-bottom: 4px solid #999;
}

.topEventList{
	overflow: hidden;
	padding: 10px;
}

.topEventList li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

.topEventList li img{
	width: 300px;
}

.EventList li img{
	width: 150px;
}
#side ul.EventList a{
	background: none;
	border: none;
	margin-top: 10px;
	padding: 0 0 10px 10px;
}
#side ul.EventList a::before{
	border: none;
	background: none;
}
li.thumbnail {
	margin-bottom: 0;
}
.thumbnail a{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #ccc;
	padding:10px;
}

.thumbnail img{
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

.menulink{
	font-size: 13px;
}
.linkcard {
    margin-bottom: 16px;
    margin-right: 16px;
    margin: 30px 0; 
}
.linkcard a {
    text-decoration: underline;
}
.linkcard img {
    border: medium none;
    margin: 0 !important;
    padding: 0;
}
.linkcard-internal-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    line-height: 100%;
    margin: 0 auto;
    max-width: 700px;
    padding: 6px 0;
}
.linkcard-internal-wrapper::after {
}
.linkcard-internal-wrapper::before {
}
.linkcard-external-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    line-height: 100%;
    margin: 0 auto;
    max-width: 700px;
    padding: 6px 0;
}
.linkcard-external-wrapper::after {
}
.linkcard-external-wrapper::before {
}
.linkcard-this-wrapper {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    line-height: 100%;
    margin: 0 auto;
    max-width: 700px;
    padding: 6px 0;
}
.linkcard-this-wrapper::after {
}
.linkcard-this-wrapper::before {
}
.linkcard-link {
    text-decoration: none;
}
.linkcard-content {
    height: 108px;
    margin: 8px 8px 0 12px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    position: relative;
}
.linkcard-title {
    color: #0030ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
}
.linkcard-title:hover {
    text-decoration: underline;
}
.linkcard-url {
    color: #468;
    display: none;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.linkcard-excerpt {
    color: #333;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    padding: 8px 0 0;
    position: absolute;
    top: 27px;
    left: 114px;
}
.linkcard-thumbnail {
    float: left;
    margin: 0 6px;
    max-height: 100px;
    max-width: 100px;
}
.linkcard-thumbnail-image {
    border: 1px solid #222;
    border-radius: 6px;
    max-height: 100px;
    max-width: 100px;
}
.linkcard-info {
    color: #444;
    display: inline !important;
    font-size: 10px;
    margin: 8px 8px 8px 12px;
    overflow: hidden;
}
.linkcard-domain {
    color: #444;
    display: inline !important;
    font-size: 10px;
    text-decoration: none;
}
.linkcard-domain:hover {
    color: #444;
    display: inline !important;
    font-size: 10px;
    text-decoration: underline;
}
.linkcard-favicon {
    border: medium none;
    display: inline !important;
    height: 16px;
    margin: 0 4px;
    vertical-align: top;
    width: 16px;
}
.linkcard-hatena {
    border: medium none;
    display: inline !important;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: top;
}
.linkcard-name a {
    color: #888;
    display: none;
    float: right;
    font-size: 7px;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    text-decoration: none;
}
.linkcard-sns-hatena {
    background-color: #ffefef !important;
    color: #ff6464 !important;
    font-size: 9px;
    font-weight: bold !important;
    margin: 0;
    padding: 0 1px;
    text-decoration: underline !important;
    white-space: nowrap;
}
.linkcard-sns-facebook {
    background-color: #3864a3 !important;
    color: #ffffff !important;
    font-size: 9px;
    font-weight: bold !important;
    margin: 0;
    padding: 0 1px;
    text-decoration: underline !important;
    white-space: nowrap;
}
.linkcard-sns-twitter {
    background-color: #f5f8fa !important;
    color: #5ea9dd !important;
    font-size: 9px;
    font-weight: bold !important;
    margin: 0;
    padding: 0 1px;
    text-decoration: underline !important;
    white-space: nowrap;
}
.linkcard-sns-google-plus {
    background-color: #ffffff !important;
    color: #dd4e42 !important;
    font-size: 9px;
    font-weight: bold !important;
    margin: 0;
    padding: 0 1px;
    text-decoration: underline !important;
    white-space: nowrap;
}
.linkcard-sns-pocket {
    background-color: #ee4055 !important;
    color: #eeeeee !important;
    font-size: 9px;
    font-weight: bold !important;
    margin: 0;
    padding: 0 1px;
    text-decoration: underline !important;
    white-space: nowrap;
}
.clear {
    clear: both;
}
blockquote.linkcard-quote {
    background-color: transparent;
    background-image: none;
    border: medium none;
    margin: 0;
    padding: 0;
}
.hatena-webcard-wrapper {
    margin: 0 auto;
    max-width: 700px;
}
.hatena-webcard-wrapper::after {
}
.hatena-webcard-wrapper::before {
}
.hatena-webcard-iframe {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    height: 149px;
    margin: 0;
    padding: 0;
    position: static !important;
    width: 100%;
}


table.gousei th{
	background-color: #ffeecc;
}

table.gousei td{
	background-color: #fff;
}



/*新レイアウト
----------------------------------------------------*/
#head_left{
	float: left;
	width: 400px;
}
#snsBtn{
	float: right;
	margin-top: 5px;
	max-height: 25px;
	height: 20px;
	overflow: hidden;
}
.fb-like{
	margin-top: -3px;
	vertical-align: top;
}
#heroimg{
	background:url(images/main.jpg) no-repeat; 
	background-position: center center;
    background-size: cover;
    filter: blur(10px);
    -webkit-filter:blur(10px);
    height: 150px;
}

#head_hero{
	position: relative;
	overflow: hidden;
	height: 125px;
}

#head_in_box{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}

#head_hero_in{
	width: 1060px;
	margin: auto;
	padding-top: 25px;
	overflow: hidden;
}

.appiconlogo img{
	width: 80px;
	height: 80px;
	border-radius:10px; 
}

#head_hero_in_text{
	float: left;
	color: #fff;
	font-weight: 700;
    letter-spacing: 1.2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#head_hero_in_text h2{
	font-size: 30px;
}
.appiconlogo {
	float: left;
	margin-right: 20px;
}


#gnavi_wrap{
	background: #fff;
}
#gnavi_wrap .gmenu{
	width: 1060px;
	margin: auto;
	overflow: hidden;
}

#gnavi_wrap .gmenu li{
	float: left;
	list-style-type: none;
	height: 40px;
	margin-right: 1px;
}
#gnavi_wrap .gmenu li a{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	color: #234;
	font-size: 13px;
	font-weight: bold;
}
#gnavi_wrap .gmenu li a:hover{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	color: #fff;
	font-size: 13px;
	background: #e67e22;
	border-radius:10px 10px 0 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#gnavi_wrap .gmenu li a.active{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	color: #fff;
	font-size: 13px;
	background: #e67e22;
	border-radius:10px 10px 0 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#gnavi_wrap .gmenu li.listSearch{
	float: right;
}
.listSearch #search{
	padding: 0;
}

.listSearch #search #s{
	background: #eceff1;
}
.listSearch #search #searchsubmit{
	top:6px;
	right: 10px;
	background:none;
	height: 20px;
	width: 20px;
}

.kanren .morelink{
	padding-right: 10px;
}

#breadcrumb_w{
	background: #fff;
	padding: 5px 0;
}
div#breadcrumb{
	margin: auto;
	
	width: 1060px;
}
/* sidebar */
#side .morelink{
	margin-bottom: 20px;
	text-align: right;
	margin-top: 10px;
}


/*main content*/

#contentInner {
	float: right;
	margin-right: 0px;
    width: 833px;
	
}

.ac #contentInner {
	float: right;
    width: 833px;
}


main {
	margin-left: 0px;
	padding: 0px 0px;
}
#side{
	float: left;
	width: 200px;
	padding: 0px;
}

#leftcontent{
	width: 505px;
	float: left;
	background: #fff;
}

#leftcontent h2.toph2{
	margin-top: 0;
}
h2.fh2{
	background: #263238 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 20px;
}

.kanren ul li{
	overflow: hidden;
}
.kanren ul li a{
	display: block;
	border-bottom:1px solid #ccc; 
}

.kanren .morelink{
	text-align: right;
	margin-top: 10px;
}
.newkiji{
	font-size: 13px;
	padding:10px 20px 0 20px;
}
.itiran{
	padding: 0;
}

.kanren ul.newkiji li a{
	border: none;
	position: relative;
}

.caption_link{
	padding: 10px;
}

/*sidebar_right*/

#sidebar_right{
	float: right;
	width: 300px;
}
#sidebar_right ul{
	margin-bottom: 20px;
}
.rankiji{
	padding: 0;
	background: #fff;
	
}

.rankiji li{
	margin: auto;
}

._rank{
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
._rank a{
	display: block;
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
	font-size: 13px;
	overflow: hidden;
    position: relative;
}
._rank span{
	display: inline-block;
	padding: 0 17px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	position: absolute;
	top:5px;
	left: 10px;
	z-index: 10;
}
._rank:last-child{
	margin-bottom: 0;
}


.rank_1{
	background-color: #d1b467;
    color: #fff;
}

.rank_2{
	background-color: #aaa;
    color: #fff;
}

.rank_3{
	background-color: #b48654;
    color: #fff;
}
.rank_4,.rank_5,.rank_6,.rank_7,.rank_8,.rank_9,.rank_10{
	background-color: #aaa391;
    color: #fff;
}

._rank img {
	display: block;
	width: 300px;
	height: 158px;
	vertical-align: middle;
	margin-right: 10px;
}

._rank span.rankposttitle{
	position: absolute;
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.7);
	bottom: 5px;
	left: 10px;
	top:inherit;
	padding: 10px;
	height: 40px;
	width: 260px;
}


/**/

#wrapper .ac{
	padding-top: 20px;
}

.captionBox{
	padding: 10px;
}



/* 事前 */

.inner{
	padding: 20px;
}

.toptable {
	border: 1px #999 solid;
	margin-bottom:20px;
	width:100%;
}
.toptable tr th {
	padding: 5px;
	border: 1px #999 solid;
	font-size: 13px;
	line-height: 18px;
}
.toptable tr td {
	padding: 5px;
	border: 1px #999 solid;
	font-size: 13px;
	line-height: 18px;
}
.toptable tr td p{
	font-size: 13px;
	line-height: 18px;
}
.toptable tr:nth-child(even) {
	background-color:#f3f3f3;
	}

.gamelink{
	background: #fff;
}
.gamelink img{
	border-radius:10px;
}

.p-navi{
	padding: 10px;
}

/* まとめ */
.t_h{
	font-size: 14px;
	margin-bottom: 5px;
}
.t_h span:nth-child(2){
	font-size: 9px;
}
.t_b{
	font-size: 14px;
	line-height: 140%;
}
.t_i p{
	font-size: 14px;
	line-height: 140%;
}

.t_b p{
	padding: 0;
}
.inyou{
	font-size: 9px;
	text-align: right;
}
.blogroll-channel{
	background: #fff;
	height: 200px !important;
	overflow-y: auto;
}

.blogroll-channel img{
	display: inline;
}
.blogroll-ad-default{
	font-size: 9px;
}


.blog_info .more_link p a:hover{
	opacity: 0.7;
}

.post #bodycontent .t_h:nth-child(1){
	margin-top: 0px;
}
.post #bodycontent .t_h {
    margin-top: 50px;
}


/* Footer */
#footer_aside_area{
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	width: 1080px;
	margin: auto;
	padding: 20px 0;
}

.about_area{
	float: left;
	width: 300px;
}
#footer_aside_area dl{
	margin-bottom: 15px;
}

#footer_aside_area dt{
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
}
#footer_aside_area dd{
	text-align: left;
}

.links_area{
	float: left;
	margin-left: 50px;
	width: 300px;
}
.links_area a{
	color: #fff;
	border: none;
}

.copyright{
	padding: 10px;
	border-top:1px solid #5d5d5d;
}

/*famda*/
.kijisita{
	width: 320px;
	margin: 20px auto;
}
.kijisita img{
	width: 320px;
	height: auto;
}

.kijisita span img{
	width:auto !important;
	height: auto;
}


aside ._rank img{
	width: 100px;
	height: 80px;
	float: left;
}

/* 画像遅延Load */
.ready {
    opacity: 0;
}
.loaded {
  opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
}


/**/

.event_box{
	padding: 10px ;
}
.event_box dl{
	padding:0 5px;
}
.event_box dt{
	background: #ccc;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.event_box dd{
	font-size: 13px;
	margin-bottom: 10px;
	color: #af0303;
}

.omona_get h2{
	background: #ccc;
	font-size: 14px;
	padding: 5px;
}

/* レフトナビ */
.midashi_s{
	margin: 10px 0;
	padding: 0 0 0 10px;
	background: #CCC;
	font-weight: bold;
}

.kouryaku_list{
	
}

.kouryaku_list li{
	
}

#side ul.kouryaku_list li a {
    background: #fff none repeat scroll 0 0;
    border-bottom:none;
    display: block;
    padding: 5px 10px 5px 20px;
    position: relative;
}

/* stage */

.stage_img{
	width: 100%;
	margin:10px auto;
}
.sozaiget{
	padding:0 10px;
}

.sozaiget .sozaiimg{
	width: 60px;
	text-align: center;
}
.sozaiget img{
	width: 50px;
	height: 50px;
}

#topnews .clearfix dd p.h_status{
	font-size: 13px;
	padding: 5px;
}

.status_text{
	font-size: 12px;
	padding: 10px;
}
