@charset "UTF-8";

/* 
 * 24_stylish v1.0.3
 *
 * Copyright (c) 2015 tsui - http://dithis.fem.jp/
 * Licensed under the MIT license - http://opensource.org/licenses/mit-license.php
 *
 */

/* ----- Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, dropdown, output, ruby, section, summary,
time, mark, audio, video{
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
{
	content: '';
	content: none;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{    padding: 0 15px;
	zoom: 1;
}
/* ----- 推奨カスタマイズ
-------------------------------------------------- */ 
/* ----- 全体的なレイアウト ----- */
body{color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: ヒラギノ角ゴ Pro W3,メイリオ,ＭＳ Ｐゴシック,Verdana ,sans-serif,Helvetica;
    background-size: 40px 40px;
    background-color: #f2f2f2;
    background-image: linear-gradient(45deg, rgba(221, 221, 222, 0.5) 25%, transparent 25%, transparent 50%, rgba(221, 221, 222, 0.5) 50%, rgba(221, 221, 222, 0.5) 75%, transparent 75%, transparent), linear-gradient(-45deg, rgba(221, 221, 222, 0.5) 25%, transparent 25%, transparent 50%, rgba(221, 221, 222, 0.5) 50%, rgba(221, 221, 222, 0.5) 75%, transparent 75%, transparent);
} 
/*----- 全体的なリンクの設定 -----*/
a{
	text-decoration: none;                     /* 下線を付けない */
	-webkit-transition: 0.5s ease;             /* リンク色がフェードするトランジション */
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:link{
	color: #11549C;                           /* 未訪問のリンク色 */
}
a:visited{
	color: #11549C;                          /* 訪問済みのリンク色 */
}
a:hover, a:focus{
	color: #999;                              /* マウスカーソルを乗せたときのリンク色 */
}
a:active{
 	color: #11549C;                           /* 選択中のリンク色 */
}
/*----- ブログタイトルの設定 -----*/

/*----- ブログタイトルのリンクの設定 -----*/
h1 a:link{
	color: #fff;                               /* 未訪問のリンク色 */
}
h1 a:visited{
	color: #fff;                               /* 訪問済みのリンク色 */
}
h1 a:hover, h1 a:focus{
	color: #fff;                               /* マウスカーソルを乗せたときのリンク色 */
}
h1 a:active{
	color: #fff;                               /* 選択中のリンク色 */
}

h1:first-letter{
    color: #fbd007; 
}

/*----- 投稿記事タイトルの設定（トップページ） -----*/
.section1 h2{
	padding: 10px 30px;
    position: relative;
    font-size: 18px;
}
/*----- 投稿記事タイトルの設定（個別ページ） -----*/
.section2 h2{
	   font-size: 20px;
    letter-spacing: 3px;
    padding: 60px 20px 0 20px;
}
/*----- 投稿記事タイトルのリンクの設定 -----*/
h2 a:link{
              color: #333;                                     /* 未訪問のリンク色 */
}
h2 a:visited{
              color: #333;                                     /* 訪問済みのリンク色 */
}
h2 a:hover, h2 a:focus{
                    color: #333;                               /* マウスカーソルを乗せたときのリンク色 */
}
h2 a:active{
                 color: #333;                                  /* 選択中のリンク色 */
}
/*----- サイドバーの設定 -----*/
#secondary-column{
	font-size: 12px;                           /* フォントサイズ */
}
/*----- サイドバータイトルの設定 -----*/
.sidebar h3{
	font-size: 14px;                           /* フォントサイズ */
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri; /* フォントの種類 */
	text-transform: uppercase;                 /* テキストの大文字表示 */
}
/* ----- フッターの設定 ----- */
#tertiary-column{
	font-size: 12px;                           /* フォントサイズ */
}
/*----- フッタータイトルの設定 -----*/
.box h3{
	font-size: 14px;                           /* フォントサイズ */
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri; /* フォントの種類 */
	text-transform: uppercase;                 /* テキストの大文字表示 */
}
/* ----- Global
-------------------------------------------------- */

html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body{
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{background-image: url(https://blog-imgs-97.fc2.com/g/e/i/geinoujinblogmatome2/flowRoot5093-6-3_20171223050913aff.png);
    background-size: 100%;
    font-weight: bold;
    font-size: 18px;
    height: 100px;
    text-align: right;
}
h1 a{
	position: relative;
}
h1 a:after{

	
}
h1 a:hover:after, h1 a:focus:after{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
h2{
	margin: 0 0 10px 0;
}
h3{
	
	padding: 5px;
	
}
/* ----- Blocks
-------------------------------------------------- */
.entry-content > p, .entry-more > p{
	
}

p{
	zoom: 1;
}
blockquote{
	background: #fff url(https://blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #52ccb8; 
	font-size: 12px;
	text-align: right;
	content: attr(cite);
	display: block;
}
blockquote p{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/ldquo01.png) no-repeat left top;
	padding: 10px 0 0 50px;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	line-height: 20px;
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/pre01.gif) repeat left top;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0 0 20px 0;
}
hr{
	height: 1px;
	background-color: #e5e5e5;
	border: none;
	display: block;
	margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
	margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
	font-weight: bold;
	margin: 5px 0;
}
.entry-content > dl dd, .entry-more > dl dd{
	border-left: 1px solid #333;
	margin: 0 0 0 1em;
	padding: 5px 0 5px 5px;
}
.entry-content ul{
	list-style-type: none;
}
.entry-content > ul, .entry-more > ul{
	
}
.entry-content ol{
	list-style-type: decimal;
}
.entry-content > ol, .entry-more > ol{
	
}
.entry-content ul ul, .entry-content ol ul{
	list-style-type: circle;
}
.entry-content ul li, .entry-content ol li{
	
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
	margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, textarea, select, button{
	color: #333;
	font-size: 14px;
	font-family: "FB Benton Sans Book",Helvetica,Arial,"ナウ-GM",NOW-GM,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border: 1px solid #ccc;
	
	
}
input:focus, textarea:focus{
	border: 1px solid #99bbff;
	
}
#name, #title, #mail, #url{
	width: 60%;
}
#comment{
	width: 80%;
}
#pass{
	width: 30%;
}
#trackback{
	width: 60%;
	margin: 0 0 10px 0;
}
#send-btn, #delete-btn{
	width: 30%;
	font-family: "FB Benton Sans Book",Helvetica,Arial,"ナウ-GM",NOW-GM,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-transform: uppercase;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: none;

	background: #8A7C74;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #776D66;
}
input[type=checkbox], input[type=radio]{
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Inline
-------------------------------------------------- */
.entry-content img{padding: 2px;
    border: solid 2px #ffecb2;
	max-width: 100%;
	height: auto;
}
br{
	letter-spacing: normal;
}
em{
	color: #ff6666;
}
strong{
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
q{
	background-color: #fff;
}
q:before{
	content: "\201C";
}
q:after{
	content: "\201D";
}
cite{
	font-style: italic;
}
/* ----- Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{   
}
/* ----- Header ----- */
#header{border-bottom: 1px solid #bbb;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
   background-color: #ca1e24;
    position: absolute;
    left: 0;
    width: 100%;
	}
#blogname{
	    float: left;
    font-size: 100%;
    margin: 0px 0 0 30px;
}
#blogname p{
	color: #fff;
    font-size: 5px;
    letter-spacing: -1px;
    position: relative;
    text-align: right;
}

/* ----- Container ----- */
#container1{padding-top: 140px;
	width: 1100px;
	margin: 0px auto;
}
#container2{
	width: 1100px;
	margin: 20px auto;
}
#breadcrumb{color: #fff;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 20px;
    background-color: #000;
	}
#breadcrumb ul{
	max-width: 1150px;
	padding: 1px;
	margin: 0 auto;
}
#breadcrumb ul li{
	float: left;
}
#breadcrumb ul li a{
	height: 20px;
	background-color: #f2f2f2;
	display: block;
	position: relative;
	padding: 0 10px 0 0;
	margin: 0 20px 0 0;
}
#breadcrumb ul li a:last-of-type{
	margin: 0 20px 0 0;
}
#breadcrumb ul li a:before{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-color: #f2f2f2;
	border-left-color: transparent;
	content: "";
	display: block;
 	position: absolute;
	top: 0;
	left: -20px;
}
#breadcrumb ul li a:after{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #f2f2f2;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
}
#breadcrumb ul li:first-child a{
	padding: 0 15px 0 65px;
}
#breadcrumb ul li:first-child a:before{
	display: none;
}
#breadcrumb ul li a:hover{
	background-color: #52ccb8;
	color: #fff;
}
#breadcrumb ul li a:hover:before{
	border-color: #52ccb8;
	border-left-color: transparent;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#breadcrumb ul li a:hover:after{
	border-left-color: #52ccb8;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 750px;
	float: left;
	margin: 0 -250px 0 0;
}
#inner{box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    border: 4px solid #e60012;
    padding: 15px 10px;
    background: #ecf0f1;	
}
.section1{
	position: relative;
    margin-bottom: 20px;
    padding: 3px 0 17px 0;
    border-bottom: 2px dotted #aaa;
}
.entry-thumb{
	width: 200px;
	height: 150px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 20px 0 0;
}
.entry-thumb a:empty{
	width: 200px;
	height: 150px;
	background: url(https://blog-imgs-73.fc2.com/d/i/t/dithis/noimage24.jpg) no-repeat center center;
	background-size: cover;
	display: block;
}
.extend{
	width: 100%;
	height: 100%;
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(82, 204, 184, 0.5);
	display: block;
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transform: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
}
.extend span{
	width: 100px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.entry-thumb:hover .extend{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.entry-summary{border: 1px dotted #f9ca3a;
    border-radius: 5px;
	height: 150px;
	background-color: #fff;
	position: relative;
	margin: 0 0 0 210px;
}
.entry-summary:after{
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -20px;
}
.entry-meta{
	text-align: center;
    position: absolute;
    top: -3px;
    right: 20px;
    color: #f9ca3a;
}
.entry-meta i{
	font-size: 14px;
}
.entry-meta ul{
	float: right;
}
.entry-meta ul li{
	float: left;
	margin: 0 0 0 10px;
}
.entry-meta a{
	   width: 50px;
    color: #f9ca3a;
    border: #ffecb2 2px solid;
    display: block;
    padding: 2px;
}
.entry-meta a:hover{
	padding: 15px 0 5px 0;
}
.entry-date{
	 padding: 0px 2px;
    color: #524645;
    text-decoration: none;
    background: #f9ca3a;
    font-size: 10px;
    position: absolute;
    float: left;
    bottom: 10px;
    left: 30px;
}
.entry-date:before {
    padding: 0px 5px;
    color: #524645;
    text-decoration: none;
    background: #ffe9a4;
    content: "投稿日";
}
.entry-cm{font-size: 10px;
    position: absolute;
    float: left;
    bottom: 10px;
    left: 150px;    
    padding: 2px 0 0 19px;
   
}
.entry-cm:before {
    content: "ｺﾒﾝﾄ";
    background: #ffe9a4;
    padding: 0px 10px;
}
.entry-cm a{padding: 0px 2px;
    color: #524645;
    text-decoration: none;
    background: #f9ca3a;
}
.month01:before{
	content: "January";
}
.month02:before{
	content: "February";
}
.month03:before{
	content: "March";
}
.month04:before{
	content: "April";
}
.month05:before{
	content: "May";
}
.month06:before{
	content: "June";
}
.month07:before{
	content: "July";
}
.month08:before{
	content: "August";
}
.month09:before{
	content: "September";
}
.month10:before{
	content: "October";
}
.month11:before{
	content: "November";
}
.month12:before{
	content: "December";
}
.entry-title1{
	margin: 0;
}
.category1 {
    padding: 0px 2px;
    color: #524645;
    text-decoration: none;
    background: #ffe9a4;
    font-size: 10px;
    position: absolute;
    float: left;
    bottom: 35px;
    left: 30px;
}
.category1 a{padding: 0px 2px;
    color: #524645;
    text-decoration: none;
    background: #f9ca3a;
}

.category1:before {
    content: "ｶﾃｺﾞﾘ";
    background: #e5e5e5;
    padding: 0px 10px;
}

.category2{
	font-size: 12px;
	text-align: right;
}
.category2 a{
	color: #524645;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
}
.section2{  border: 2px dotted #e60012;
    position: relative;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 0px 10px;
}
dl.relate_dl{
	background: none;
	background-color: #f2f2f2;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 0;
}
dl.relate_dl dt.relate_dt{
	font-weight: normal;
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
dl.relate_dl dd.relate_dd{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.relate_ul{
	list-style-type: disc;
}
.fc2_footer{
	margin: 20px 0;
}
.community{
	font-size: 12px;
	text-align: right;
}
.tag{
	font-size: 12px;
	text-align: right;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.category{
	font-size: 12px;
	text-align: right;
}
.alert{
	color: #cc3333;
	background-color: #ffe5e5;
	border: 1px solid #e67373;
	padding: 10px;
	margin: 0 0 20px 0;
}
.alert:before{
	content: "Error: ";
	display: inline;
}
.alert:empty{
 	display: none;
}
#comment_form dl dt{
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
#comment_form dl dd{
	margin: 0 0 10px 0;
}
.date{
	font-size: 12px;
}
.cm-title, .tb-title, .list-title, .search-title{
	font-weight: bold;
}
.timeline li{
	position: relative;
	padding: 0 0 20px 0;
}
.cm-date{
	width: 160px;
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri;
	float: left;
	z-index: 2;
	position: relative;
	margin: 10px 0 0 0;
}
.cm-line{
	width: 100%;
	float: right;
	margin: 0 0 0 -160px;
}
.cm-line:before{
	width: 3px;
	height: 100%;
	background-color: #e5e5e5;
	content: "";
	position: absolute;
	left: 147px;
	top: 0px;
}
.cm-line:after{
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border: 3px solid #fff;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 141px;
	top: 13px;
}
.cm-inner{
	background-color: #f2f2f2;
	margin: 0 0 0 170px;
}
.cm-meta{
	color: #fff;
	background-color: #333;
	padding: 10px;
}
.cm-content{
 	padding: 10px;
}
.cm-content{
 	padding: 10px;
}
.cm-edit{
	font-size: 12px;
 	text-align: right;
}
.cm-edit a{
	border: 1px solid #52ccb8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 3px;
}
.tb-form{
	margin: 0 0 20px 0;
}
.tb-entry{
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.tb-entry:last-child{
	margin: 0;
}
.tb-date, .list-date, .search-date{
	font-family: "Rajdhani", "メイリオ", Meiryo, san-seri;
}
.tb-meta{
	font-size: 12px;
	text-align: right;
}
.list-entry, .search-entry{
	border-bottom: 1px solid #e5e5e5;
 	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.list-cg, .search-cg{
	font-size: 12px;
 	position: absolute;
 	right: 0;
 	bottom: 10px;
}
.list-cg a, .search-cg a{
	border: 1px solid #52ccb8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 3px;
}
.pn-entry{
	font-size: 12px;
	overflow: hidden;
 	position: relative;
	margin: 0 0 50px 0;
}
.pn-entry ul li{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}
.preventry{
	width: 40%;
	float: left;
}
.home{
	width: 20%;
	text-align: center;
}
.nextentry{
	width: 40%;
	text-align: right;
	float: right;
}
.pn-page{
	font-size: 12px;
	line-height: 36px;
	text-align: center;
  	overflow: hidden;
 	position: relative;
	margin: 50px 0;
}
.pn-page ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-page ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 3px;
}
.pn-page span{
	width: 36px;
	background-color: #e5e5e5;
	display: inline-block;
}
.pn-page a{
	width: 36px;
	background-color: #fff;
	display: inline-block;
}
.pn-page a:hover{
}
.prevpage{
	float: left;
}
.nextpage{
	float: right;
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 320px;
	float: right;
	margin: 0 0 50px 0;
}
.sidebar {
    margin-top: 0px;
    margin-bottom: 30px;
}

.sidebar h3:before {
    content: "\002714";
    font-size: 22px;
    color: #f9cd46;
}

.sidebar h3{color: #ffffff;
	     padding: 2px 0 0 30px;
}



.sidebar h3{
    position: relative;
    padding: 0.8em;
    margin: 0 0 1.5em;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #B92A2C;
    transform: rotate(-1deg) skew(-1deg);
    -webkit-transform: rotate(-1deg) skew(-1deg);
    -moz-transform: rotate(-1deg) skew(-1deg);
    -o-transform: rotate(-1deg) skew(-1deg);
    -ms-transform: rotate(-1deg) skew(-1deg);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #B92A2C, -1.0em 0 0 0 #B92A2C;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #B92A2C, -1.0em 0 0 0 #B92A2C;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #B92A2C, -1.0em 0 0 0 #B92A2C;
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #B92A2C, -1.0em 0 0 0 #B92A2C;
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #B92A2C, -1.0em 0 0 0 #B92A2C;
}
 



.sidebarin{border: 4px solid #ecf0f1;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    background: #fff;

}
.sidebar ul{
	list-style-type: disc;
}
.sidebar ul li{
	margin: 0 0 0 1em;
}
.sidebar ul ul{
	list-style-type: circle;
}
.calender{
	width: 210px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
.calender caption{
	text-align: center;
}
.calender th{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender th#sun{
	color: #ff6666;
}
.calender th#sat{
	color: #6666ff;
}
.calender td{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender td a{
	width: 28px;
	display: block;
}
/* ----- Tertiary-column ----- */
#tertiary-column{
	width: 990px;
	margin: 0 auto;
}
.box{
	width: 280px;
	float: left;
	margin: 25px;
}
.box h3{
	color: #fff;
	background-color: #000;
	padding: 10px;
}
.box ul{
	list-style-type: disc;
}
.box ul li{
	margin: 0 0 0 1em;
}
.box ul ul{
	list-style-type: circle;
}
/* ----- Footer ----- */
#footer{
	color: #fff;
	font-size: 12px;
	background-color: #333;
	clear: both;
	padding: 25px 0 20px 0;
}

#footer a{
	color: #fff !important;
	
}
#totop{
	font-size: 50px;
	line-height: 1;
	position: fixed;
	bottom: 30px;
	right: 50px;
}
#totop span{
	display: none;
}
#rights{
	text-align: center;
	margin: 25px 0 0 0;
}

/* ----- navi ----- */
#globalnavi{
    
}
#globalnaviinner {
    margin-top: 45px;
    line-height: 25px;
}
#globalnavi li{
    float: left;
   
}
#globalnavi a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    color: #ffffff;
    letter-spacing: -1.2px;
    padding-left: 14px;
    margin-left: 8px;
    line-height: 15px;
}

#globalnavi a::before,
#globalnavi a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

#globalnavi a::before{
box-sizing: border-box;
width: 12px;
height: 12px;
border: 1px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
}
#globalnavi a::after{
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


#globalnavi a:hover {
text-decoration: underline;
}

.share-btn {
}

.share-btn li {
float: left;
width: 25%;
}

.share-btn li a {
color: #fff;
font-weight: normal;
display: block;
height: 35px;
line-height: 35px;
text-align: center;
}

.twitter-btn {
background: #00abef;
}

.facebook-btn {
background: #507cbe;
}

.hatebu-btn {
background: #008fde;
}

.gplus-btn {
background: #db4a39;
}

/* ----- rssframe ----- */
#toprssframe{box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    height: 250px;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    border: 2px solid #ca1e24;
}
.rssti:before {
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 90px;
    font-size: 25px;
    background: #fff;
}
.rssti {
    border-radius: 5px 5px 0 0;
    width: 30%;
    background: #ca1e24;
    position: relative;
    font-size: 15px;
    padding: 3px 2px 0px 0px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}
.entry-content .rssti {
    color: #373a3c;
}
#toprssgazoframe{
	height: 120px;
    background-color: #fff;
    margin-bottom: 15px;
}

#toprssframe2{
	 background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 6px 20px;
    background: #fff;
    }
.kotei2 {
  font-size: 16px;
  font-weight: bold;
  color: #004d99;
  line-height: 1.2;
  text-decoration: none;
}

.toprss4 {
background-color: #ffffff;
    margin: 10px 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}
/*  ----- honbun ----- */

.mini {  color: #848383;
  font-size: 10px;
  padding: 10px;
}


.resbody {color: #ff6b8f;
  margin: 0 0 50px 20px;
  padding-right: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}

.resbodyt_i{color: #ff6b8f;
  margin: 10px 0 50px 30px;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
border: 1px dotted #cccccc;
  border-color: #cccccc;
}
blockquote {
    background-color: #FFF;
    border: 1px dashed #AAA;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
}
/* ----- Misc. ----- */
img.emoji{
	box-shadow: none;
	vertical-align: middle;
}
.frame{
	border: 2px solid #e5e5e5;
}
.photo{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e5;
	box-shadow: 2px 2px 5px 0 #ccc;
	padding: 10px;
}
.pull-right{
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}
.pull-left{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
.btn{
	color: #fff;
	text-shadow: 1px 1px 0 #243cb3;
	background-color: #527acc;
	background: -webkit-gradient(linear, left top, left bottom, from(#527acc), to(#5252cc));
	background: -webkit-linear-gradient(top, #527acc, #5252cc);
	background: -moz-linear-gradient(top, #527acc, #5252cc);
	background: -o-linear-gradient(top, #527acc, #5252cc);
	background: -ms-linear-gradient(top, #527acc, #5252cc);
	background: linear-gradient(to bottom, #527acc, #5252cc);
	border: 1px solid #243cb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
}
.btn:hover{
	background: #5252cc;
}
a.btn{
	color: #fff;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space: pre;
}

#rssframes{
        height: 2210px;
    overflow: hidden;
    margin-bottom: 20px;}
#rssframesin{margin-left: -2000px;margin-top: -500px;}



#rssframe0{
   background: #f9f9f9;
    border: 2px solid #9E9E9E;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    height: 475px;
    overflow: hidden;
    margin-bottom: 20px;}
#rssframe0in{margin-left: -2000px;}

#rssframe1{background: #fff;
    height: 400px;
    overflow: hidden;
        border: solid 2px #000;
    margin-bottom: 20px;    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);}
#rssframe1in{margin-top: -500px;}

#rssframe2{background: #fff;
    height: 180px;
    overflow: hidden;
    border: solid 2px #aaa;
    margin-bottom: 30px;}
#rssframe2in{margin-top: -1000px;}

#rssframe3{background: #fff;
    height: 230px;
    overflow: hidden;
    border: solid 1px #D0D5CB;
    border-top: none;
    margin-bottom: 20px;}
#rssframe3in{margin-top: -1500px;}

#rssframe4{background: #fff;
    height: 400px;
    overflow: hidden;
    border: solid 1px #D0D5CB;
   
    margin-bottom: 20px;}
#rssframe4in{margin-top: -1500px;}

#rssframe5{background: #fff;
    height: 140px;
    overflow: hidden;}
#rssframe5in{margin-top: -2500px;}

#rssframe6{background: #fff;
    height: 500px;
    overflow: hidden;
    border-top: none;}
#rssframe6in{margin-top: -3000px;}
#rssframe7 {
    margin-top: 20px;
    background: #fff;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
}
#rssframe7in{margin-top: -4000px;}




#rssframe1gazo{height: 250px;
    overflow: hidden;
    margin-bottom: 20px;}
#rssframe1gazoin{}


#rssframe2gazo{height: 160px;
    overflow: hidden;
    margin-bottom: 20px;}
#rssframe2gazoin{margin-top: -500px;margin-left: -70px;}