@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate	
 *
 * 以下は、クロスブラウザースタイリングに関する多くのリサーチの結果です。
 * Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen および H5BP 部門のコミュニティとチームの貢献に対してここに心より感謝申し上げます。
 *
 * この CSS について詳しくは、h5bp.com/css を参照してください
 * 
 * Dreamweaver の変更点 : 
 * 1. 選択ハイライトをコメントアウトしました
 * 2. メディアクエリセクションを削除しました (別のファイルに独自のセクションを追加)
 *
 * ==|== 正規化 ==========================================================
 */


/* =============================================================================
   HTML5 表示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   ベース
   ========================================================================== */

/*
 * 1. 本文のフォントサイズの設定に em 単位を使用している場合、IE6/7 のテキストの正常でないサイズ変更を修正
 * 2. IE 以外での垂直スクロールバーの使用を強制
 * 3. ユーザーズームを無効にしないと、デバイス方向の変更で iOS テキストサイズが調整されないように修正 : h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 16px;
	color: #5A5A5A;
	line-height: 1.4em;
	background-image: url(bgfs.jpg);

}

body, button, input, select, textarea { font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


/* 
 * 選択ハイライトでテキストシャドウを削除 : h5bp.com/I
 * これらの選択の宣言は、個々に行われる必要があります
 * 関連項目 : ホットピンク (または、デザインに合わせて背景色をカスタマイズ)
 */

/* Dreamweaver : 選択ハイライトをカスタマイズする場合は、これらを非コメント化します
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   リンク
   ========================================================================== */
p   {
	margin: 0px;
	padding: 0px;
}


a,a:visited {
	color: #565656;
	-webkit-transition: color 0.30s ease-out;
	-moz-transition: color 0.30s ease-out;
	text-decoration: none;
	/* [disabled]font-size: 0px; */
}
a:hover {
	color: #FF3300;
		filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:focus { outline: thin dotted; }

/* すべてのブラウザーで、フォーカスの設定時およびホバー時の読みやすさを改善 : h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   テキスト編集
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* タイプライター字体ファミリーを再宣言 : h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* すべてのブラウザーでのプリフォーマットテキストの読みやすさを改善 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   リスト
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol , nav li{ list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   埋め込まれたコンテンツ
   ========================================================================== */

/*
 * 1. IE7 で拡大/縮小する際の画質を改善 : h5bp.com/d
 * 2. イメージコンテナでのイメージとボーダーとの間の隙間を削除 : h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * IE9 で非表示にならないオーバーフローを修正
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   図
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   フォーム
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* “ラベル” が、関連付けられたフォームエレメントにフォーカスをシフトするように指定 */
label { cursor: pointer; }

/* 
 * 1. IE6/7/8/9 の継承しないカラーを修正
 * 2. IE6/7 正常に表示されない整列を修正
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. すべてのブラウザーでの継承しないフォントサイズを修正
 * 2. FF3/4 S5 Chrome のマージンを削除
 * 3. すべてのブラウザーの縦揃えの一貫した表示を定義
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. FF3/4 に合わせて行の高さを標準に定義 (UA スタイルシートで !important を使用して設定)
 * 2. IE6/7 で正常に表示されない内部間隔を修正
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * IE6/7 のオーバーラップとホワイトスペースの問題を回避するために “テーブル” の内部間隔を再導入
 */

table button, table input { *overflow: auto; }

/*
 * 1. クリック可能なフォームエレメントの手の形のカーソルを表示
 * 2. iOS のクリック可能なフォームエレメントのスタイル付けを許可
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一貫したボックスのサイズ変更および外観を保持
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * FF3/4 の内部余白とボーダーを削除 :  h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. IE6/7/8/9 のデフォルトの垂直スクロールバーを削除 
 * 2. 垂直のサイズ変更のみを許可
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* フォームの有効期間のカラー */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   テーブル
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== プライマリスタイル =====================================================
   作成者 :  
   ========================================================================== */
















/* ==|== 非セマンティックヘルパークラス ========================================
   このセクションの前にスタイルを定義してください。
   ========================================================================== */

/* イメージの置き換え用 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* スクリーンリーダーとブラウザーの両方で非表示 : h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 視覚的にのみ非表示にする。ただし、スクリーンリーダーでは使用できるようにする : h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* キーボードを介して移動されたエレメントをフォーカスできるようにするために .visuallyhidden クラスを拡張 : h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* スクリーンリーダーで視覚的に非表示 (ただし、レイアウトは保持) */
.invisible { visibility: hidden; }

/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== スタイルを印刷 =======================================================
   スタイルを印刷。
   インラインにして必要な HTTP 接続を回避 : h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黒は速く印刷される : h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* イメージのリンクまたは javascript/内部リンクを表示しない */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


input#search {
	width: 70%;
	font-size: 16px;
}
input#kensaku {
	font-size: 14px;
	float: right;
}



#page_footer {
	width: 97%;
	text-align: left;
	color: #0066CC;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	display: block;
	font-size: 12px;
}
#page_footer a {
	color: #666666;
	background-color: #6EBFEA;
	border: 1px solid #CCCCCC;
	height: 30px;
	width: 30px;
	float: left;
	text-align: center;
	display: block;
	border-radius: 3px;
	background-color: #F7F7F7;
	box-shadow: 0px 0px 5px #F5F5F5;
	margin: 5px;
	padding-top: 8px;
}
#page_footer span.current_page {
	color: #0089C4;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 30px;
	width: 30px;
	float: left;
	text-align: center;
	display: block;
	margin: 5px;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px #FFFFCC;
	padding-top: 8px;
}
#page_footer a:hover {
	color: #09F;
	border: 1px dotted #09F;
	background-color: #FFF;
	border-radius: 3px;
	background-color: #F2F0F1;
	box-shadow: 0px 0px 5px #666666;
	margin: 5px;
	height: 30px;
	width: 30px;
}
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
    width: 100% !important;
    max-width: 680px;
}
@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

ins[style]{
	background-color:transparent;
}

.-------------------------------------------- {

}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

@media screen and (max-width : 768px){
.wrap {
	overflow: hidden;
}
}


}
.logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 350px;

}

.logo2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;

}
#mainnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10px;
}


#menu {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}
#menu li {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a {
	width: auto;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background-color: #F2F2F2;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#menu li a:hover {
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	color: #03A5E3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03A5E3;
}
#contents {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.entry {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}
.shadow {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
.shadow img {
	margin-top: 0px;
	display: none;

	

}
.post  {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;

	
	
}
.post img {
	display: none;

	

}
.post h1,h2 {
	height: auto;
	width: 100%;
	float: left;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F4F4F4;
	color: #666666;
}
.day {
	width: 100%;
	display: block;
	margin-top: 0px;
	float: left;
}
.datetime {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	height: 20px;
	background-image: url(tmes.png);
	margin-bottom: 20px;
}
.datetime span.n {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #F93;
	width: 55px;
	padding-left: 0px;
}
.datetime span.d {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	width: auto;
	background-image: url(timess.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px 5px;
}
.snstop {
	display: none;

}
.pankuzu {
	clear: none;
	float: right;
	width: 100%;
	display: none;
	line-height: 1.8em;
	padding-right: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;

}
.pankuzu a{
	color: #666;
	font-weight: bold;


}
.main {
	float: left;
	width: 96%;
	display: block;
	line-height: 1.8em;
	border-left-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 15px;
	margin-right: 3px;

}
.entrymore  {
	display: block;
font-size: 16px;
    line-height: 30px;
	width: auto;
	margin-right: 3px;


	

}
.entrymore  a{
	color: #006B99;
	text-decoration: underline;



	

}
.entrymore img {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	height:auto!important;
	width: auto;
	max-width: 100%;
}
.entrymore  ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;



	

}
.entrymore li {
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	list-style-type: none;
	margin-bottom: 15px;
}
.entrymore li a{
	font-weight: bold;
	color: #06C;
}



.main h2{
	width: 95%;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h3{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h4{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h5{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h6{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main blockquote{
	width: 80%;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	background-image: url(blsidk.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E7E7E7;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 1em;
	padding-left: 50px;
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;

}
.sns  {
	clear: none;
	float: left;
	width: 92%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	background-color: #FFF;

	
	
}
.sns_pocket {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 5px;

}
.feedcheck  {
	clear: none;
	float: left;
	width: 92%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
	border-radius: 5px;
	letter-spacing: 0.8em;
	text-align: center;

	
	
}
.facebook  {
	clear: none;
	width: 95%;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px solid #E8E8E8;
	float: left;

	
	
}
#catetcnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
}
#catetc {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}
#catetc li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
#catetc a {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #666;
}
#catetc a:hover {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #FF3300;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFC;
}
.kanren  {
	clear: none;
	float: left;
	width: 97%;
	display: block;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(kanrensurukiji.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: 10px 20px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 80px;
	background-color: #FFF;
	border-radius: 5px;

	
	
}
.fkanren {
	display: block;
	float: left;
	width: auto;
	margin-left: 2px;

}
.fkanren li {
	width: 200px;
	float: left;
	height: 259px;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 1px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fkanren li a {
	width: 195px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 203px;
	margin: 10;
	float: left;
	height: 58px;
	background-image: url(kanrenen.png);
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: 0px 59px;
}
.fkanren li a:hover {
	width: 195px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 190px;
	margin: 10;
	float: left;
	height: 69px;
	background-image: url(kanrenhover.png);
	padding-left: 5px;
	line-height: 16px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
.more  {
	width: 100%;
	float: left;
	height: auto;

	
	
}
.adentry {
	width: auto;
	height: auto;
	margin-top: 25px;
}

.adentry_2 {
	display: none;

}



.nextentry  {
	clear: none;
	float: left;
	width: 86%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 30px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-image: url(nextless.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;

	
	
}
.backentry  {
	clear: none;
	float: left;
	width: 86%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 30px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-image: url(backless.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;

	
	
}
#globalfooter  {
	clear: none;
	float: left;
	width: 92%;
	display: none;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
	padding-left: 10px;

	
}


#footerc {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 30px;
	font-size: 0.8em;
	background-image: url(footerc.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#sidearea {
	width: 100%;
	display: block;
	float: left;

}

.adside {
	display: none;
}

.adside_top {
	display: none;
}
.adsidefacebook {
	display: none;

}
.adsidePR {
	width: 252px;
	float: left;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 150px;
	display: none;
}

.entryall {
	width: 94%;
	float: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.side_about {
	width: 94%;
	float: left;
	background-image: url(side_about.png);
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	border: 1px solid #CCC;
}
.side_mycontents {
	width: 94%;
	float: left;
	background-image: url(mycontents.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 82px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 0px;
	border: 1px solid #CCC;
	display: none;
}
.side_mycontents img{
	display: none;

}
.side_newentry {
	width: 237px;
	float: left;
	background-image: url(side_newentry.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #CCC;
	display: none;
}
.side_pickup {
	width: 94%;
	float: left;
	background-image: url(side_pickup.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 8px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 15px;
	border: 1px solid #CCC;
	padding-left: 5px;
}

.side_osusume {
	display: none;
}

.entry_list {
	width: auto;
	margin-bottom: 15px;
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 1em;
	line-height: 1.5em;
}
.entry_list a{
	font-weight: bold;
	font-size: 1.2em;

}



.fnewentry {
	display: block;
	float: left;
	width: 240px;

}
.fnewentry li {
	width: 226px;
	float: left;
	height: 150px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 2px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fnewentry li a {
	width: 221px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 105px;
	margin: 10;
	float: left;
	height: 45px;
	background-image: url(newentrya.png);
	padding-left: 5px;
}
.fnewentry li a:hover {
	width: 221px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 70px;
	margin: 10;
	float: left;
	height: 80px;
	background-image: url(newentryb.png);
	padding-left: 5px;
	line-height: 16px;
}
.catlistitem {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #093;

}
.catlistitem a{
	color: #093;
	background-color: #FFF;

}

.mycontents li {
	display: block;
	padding-right: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-image: url(linkicon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}

img.titleflex {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;

}
img.contents {
	padding-right: 12px;
	padding-left: 4px;
}
img.feed {
	padding-right: 5px;
	padding-top: 10px;
	width: 180px;

}

img.about {
	padding-right: 10px;

}
img.allen {
	padding-right: 10px;
	padding-top: 2px;
	float: left;
	padding-left: 10px;
}
img.pickup {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	border: 1px solid #CCC;
	height: 100px;
	width: 100px;
}
img.entrylist {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 1px;
}

img.topbot {
	padding-top: 5px;
	padding-bottom: 5px;
}





.side_search {
	float: left;
	margin-left: 0;
	width: 93%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.article_entry_push a {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
}
.article_entry_push a:hover {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #F9F9F9;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #FF977D;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
}
	.-------------------------------------------- {

}
	
.gridContainer {
	width: 99%;
}


.header {



}
.logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 350px;

}
.logo2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;

}
#mainnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10px;
}


#menu {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}
#menu li {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a {
	width: auto;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background-color: #F2F2F2;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#menu li a:hover {
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	color: #03A5E3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03A5E3;
}
#contents {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.entry {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}
.shadow {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
.shadow img {
	margin-top: 0px;
	display: none;

	

}
.post  {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;

	
	
}
.post img {
	display: none;

	

}
.post h1,h2 {
	height: auto;
	width: 600px;
	float: left;
	display: block;
	font-size: 1.3em;
	color: #666666;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F4F4F4;
	margin-right: 2px;
}
.day {
	width: 100%;
	display: block;
	margin-top: 0px;
	float: left;
	clear: both;
}
.datetime {
	clear: both;
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	height: 20px;
	background-image: url(tmes.png);
	margin-bottom: 0px;
	float: left;
}
.datetime span.n {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #F93;
	width: 55px;
	padding-left: 0px;
}
.datetime span.d {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	width: auto;
	background-image: url(timess.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 5px;
}
.snstop {
	display: none;

}
.pankuzu {
	clear: none;
	float: right;
	width: 100%;
	display: none;
	line-height: 1.8em;
	padding-right: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;

}
.pankuzu a{
	color: #666;
	font-weight: bold;


}
.main {
	float: left;
	width: 98%;
	display: block;
	line-height: 1.8em;
	border-left-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-right: 3px;

}
.entrymore  {
	display: block;
	font-size: 15px;
	line-height: 22px;
	width: auto;
	margin-right: 2px;


	

}
.entrymore  a{
	color: #006B99;



	

}
.entrymore img {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	height:auto!important;
	width: auto;
	max-width: 100%;
}
.entrymore  ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;



	

}
.entrymore li {
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.entrymore li a{
	font-weight: bold;
}



.main h2{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h3{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h4{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h5{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main h6{
	width: auto;
	display: block;
	line-height: 1.8em;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-right: 10px;
		border-bottom: 4px solid #373737;

}
.main blockquote{
	width: 88%;
	display: block;
	background-image: url(blsidk.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 1em;
	padding-left: 50px;
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	border: 2px dotted #E7E7E7;

}
.sns  {
	clear: none;
	float: left;
	width: 94.5%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	background-color: #FFF;

	
	
}
.sns_pocket {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 5px;

}
.feedcheck  {
	clear: none;
	float: left;
	width: 94.5%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
	border-radius: 5px;
	letter-spacing: 0.8em;
	text-align: center;
	
	
}
.facebook  {
	clear: none;
	width: 96%;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px solid #E8E8E8;
	float: left;
	padding-bottom: 10px;

	
	
}
#catetcnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	padding-bottom: 10px;
	padding-left: 25px;
}
#catetc {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}
#catetc li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
#catetc a {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 20px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #666;
}
#catetc a:hover {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #FF3300;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFC;
}
.kanren  {
	clear: none;
	float: left;
	width: 96%;
	display: block;
	margin-left: 0px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(kanrensurukiji.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: 10px 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 80px;
	background-color: #FFF;
	border-radius: 5px;

	
	
}
.fkanren {
	display: block;
	float: left;
	width: auto;
	margin-left: 5px;

}
.fkanren li {
	width: 200px;
	float: left;
	height: 259px;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 2px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fkanren li a {
	width: 195px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 203px;
	margin: 10;
	float: left;
	height: 58px;
	background-image: url(kanrenen.png);
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: 0px 59px;
}
.fkanren li a:hover {
	width: 195px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 190px;
	margin: 10;
	float: left;
	height: 69px;
	background-image: url(kanrenhover.png);
	padding-left: 5px;
	line-height: 16px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
.more  {
	width: 100%;
	float: left;
	height: auto;

	
	
}
.adentry {
	width: auto;
	height: auto;
	margin-top: 25px;
}



.nextentry  {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 30px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-image: url(nextless.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;

	
	
}
.backentry  {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 30px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-image: url(backless.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;

	
	
}
#globalfooter  {
	clear: none;
	float: left;
	width: 92%;
	display: none;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: auto;
	padding-left: 10px;

	
}


#footerc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 30px;
	font-size: 0.8em;
	background-image: url(footerc.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#sidearea {
	width: 100%;
	display: block;
	float: left;

}

.adside {
	display: none;
}

.adside_top {
	display: none;
}
.adsidefacebook {
	display: none;

}
.adsidePR {
	width: 252px;
	float: left;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 150px;
	display: none;
}

.entryall {
	width: 96.5%;
	float: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.side_about {
	width: 96.5%;
	float: left;
	background-image: url(side_about.png);
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	border: 1px solid #CCC;
}
.side_mycontents {
	width: 94%;
	float: left;
	background-image: url(mycontents.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 82px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 0px;
	border: 1px solid #CCC;
	display: none;
}
.side_mycontents img{
	display: none;

}
.side_newentry {
	width: 237px;
	float: left;
	background-image: url(side_newentry.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #CCC;
	display: none;
}
.side_pickup {
	width: 97%;
	float: left;
	background-image: url(side_pickup.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 8px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 15px;
	border: 1px solid #CCC;
	padding-left: 5px;
}
.entry_list {
	width: auto;
	margin-bottom: 15px;
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 1em;
	line-height: 1.5em;
}
.entry_list a{
	font-weight: bold;
	font-size: 1.2em;

}



.fnewentry {
	display: block;
	float: left;
	width: 240px;

}
.fnewentry li {
	width: 226px;
	float: left;
	height: 150px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 2px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fnewentry li a {
	width: 221px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 105px;
	margin: 10;
	float: left;
	height: 45px;
	background-image: url(newentrya.png);
	padding-left: 5px;
}
.fnewentry li a:hover {
	width: 221px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 70px;
	margin: 10;
	float: left;
	height: 80px;
	background-image: url(newentryb.png);
	padding-left: 5px;
	line-height: 16px;
}
.catlistitem {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #093;

}
.catlistitem a{
	color: #093;
	background-color: #FFF;

}

.mycontents li {
	display: block;
	padding-right: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-image: url(linkicon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}

img.titleflex {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;

}
img.contents {
	padding-right: 12px;
	padding-left: 4px;
}
img.feed {
	padding-right: 5px;
	padding-top: 10px;
	width: 200px;

}

img.about {
	padding-right: 10px;

}
img.allen {
	padding-right: 10px;
	padding-top: 2px;
	float: left;
	padding-left: 10px;
}
img.pickup {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	border: 1px solid #CCC;
	height: 100px;
	width: 100px;
}
img.entrylist {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 1px;
}

img.topbot {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: 8px;
}





.side_search {
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.article_entry_push a {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
}
.article_entry_push a:hover {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #F9F9F9;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #FF977D;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
}
	.-------------------------------------------- {

}
.gridContainer {
	width: 1020px;
	max-width: 1232px;
	background-repeat: no-repeat;
}


.header {



}
.logo {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 250px;
}

.logo2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
	text-align: center;

}
#mainnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 15px;
}



#menu {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	width: 12.5%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a {
	width: auto;
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFF;
}
#menu li:first-child a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#menu li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#menu li a:hover {
	color: #03A5E3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03A5E3;
	background-color: #F6F6F6;
}
#contents {
	clear: both;
	float: left;
	margin-left: 0;
	width: 750px;
	display: block;
}
.entry {
	float: right;
	width: 750px;
	margin-bottom: 40px;
	padding-top: 0px;

}
.shadow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
.shadow img {
	margin-top: 0px;
	display: block;

	

}
.post  {
	clear: none;
	float: right;
	width: 730px;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #F4F4F4;
	padding-top: 10px;
	border: 1px solid #E8E8E8;
	padding-bottom: 10px;
	margin-right: 20px;

	
	
}
.post img {
	width: 60px;
	float: left;
	margin-left: 22px;
	display: block;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	

}
.post h2 {
	height: auto;
	width: 600px;
	float: right;
	display: block;
	font-size: 23px;
	line-height: 1.3em;
	padding-right: 20px;
	letter-spacing: 3px;
	font-weight: bold;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left-width: 0px;
	color: #666666;
	background-color: hsla(0,0%,96%,1.00);
}
.day {
	width: 100%;
	margin-top: 0px;
	text-align: right;
}

.pocket-btn{
	width: 70px;
	float:left
	}
.day {
	width: 100%;
	display: block;
	margin-top: 0px;
	float: left;
	clear: both;
}
.datetime {
	clear: both;
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	height: 20px;
	background-image: url(tmes.png);
	margin-bottom: 10px;
	float: left;
}
.datetime span.n {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #F93;
	width: 55px;
	padding-left: 0px;
}
.datetime span.d {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	width: auto;
	background-image: url(timess.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px 7px;
}
.snstop {
	display: block;
	margin-top: 10px;
    margin-bottom: 10px;
	width: 750px;
	height:auto;
	float: right;

}
.pankuzu {
	clear: none;
	float: right;
	width: 720px;
	display: block;
	line-height: 1.8em;
	padding-right: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;

}
.pankuzu a{
	color: #666;
	font-weight: bold;


}
.main {
	clear: none;
	float: right;
	width: 680px;
	display: block;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #FFF;
	border-right: 1px solid #E8E8E8;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 20px;

}
.entrymore  {
	display: block;
	font-size: 17px;
	line-height: 36px;
	margin-top: 0px;
	border-top: 0 none #373737;
	padding-top: 10px;


	

}
.entrymore  a{
	color: #006B99;



	

}
.entrymore  ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;



	

}
.entrymore li {
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.entrymore li a{
	font-weight: bold;
}
.entrymore img {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	height:auto!important;
	width: auto;
	max-width: 100%;
	
}



.main h2{
	width: 660px;
	display: block;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-size: 1.3em;
	color: #373737;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 4px solid #373737;
}
.main h3{
	width: 660px;
	display: block;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-size: 1.3em;
	color: #373737;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 4px solid #373737;
}
.main h4{
	width: 660px;
	display: block;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-size: 1.3em;
	color: #373737;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 4px solid #373737;
}
.main h5{
	width: 660px;
	display: block;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-size: 1.3em;
	color: #373737;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 4px solid #373737;
}
.main h6{
	width: 660px;
	display: block;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-size: 1.3em;
	color: #373737;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 4px solid #373737;
}
.main blockquote{
	width: 585px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	background-image: url(blsidk.png);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 80px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E7E7E7;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 1em;
	margin-left: 0px;

}
.sns  {
	clear: none;
	float: left;
	width: 560px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	background-image: url(sns.png);
	background-repeat: no-repeat;
	height: 70px;
	background-position: 10px 5px;
	padding-left: 110px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	letter-spacing: 0.8em;

	
	
}
.feedcheck  {
	clear: none;
	float: left;
	width: 660px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	background-color: #FFF;
	border-radius: 5px;
	letter-spacing: 0.8em;
	background-image: url(fumufumu.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	text-align: center;
	
	
}
.facebook  {
	clear: none;
	float: left;
	width: 620px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	background-image: url(entryfmface.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: 10px 15px;
	padding-left: 60px;
	padding-top: 60px;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px solid #E8E8E8;

	
	
}
#catetcnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 92%;
	display: block;
	padding-bottom: 10px;
	padding-left: 25px;
}
#catetc {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-radius: 5px;
}
#catetc li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
#catetc a {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 20px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #666;
}
#catetc a:hover {
	width: 100%;
	text-align: center;
	float: right;
	display: block;
	height: auto;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 15px #FF3300;
	border-radius: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFC;
}
.kanren  {
	clear: none;
	float: left;
	width: 665px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(kanrensurukiji.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: 10px 20px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 80px;
	background-color: #FFF;
	border-radius: 5px;

	
	
}
.fkanren {
	display: block;
	float: left;
	width: 670px;

}
.fkanren li {
	width: 200px;
	float: left;
	height: 259px;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 2px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fkanren li a {
	width: 195px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 203px;
	margin: 10;
	float: left;
	height: 58px;
	background-image: url(kanrenen.png);
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: 0px 59px;
}
.fkanren li a:hover {
	width: 195px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 177px;
	margin: 10;
	float: left;
	height: 82px;
	background-image: url(kanrenhover.png);
	padding-left: 5px;
	line-height: 16px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 0px 69px;
}
.more  {
	width: 680px;
	float: left;
	height: auto;

	
	
}
.adentry {
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding-top: 15px;
	float: left;
	margin-right: 5px;
}

.adentry_top {
	width: auto;
	height: auto;
	margin-top: 15px;
	padding-top: 15px;
	margin-right: 5px;
}

.adentry_2 {
	width: 336px;
	height: auto;
	margin-top: 15px;
	padding-top: 15px;
	display: block;
	float: left;
}

.catlistitem {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #093;

}
.catlistitem a{
	color: #093;
	background-color: #FFF;

}



.nextentry  {
	clear: none;
	float: right;
	width: 300px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 10px;
	padding-right: 25px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;
	background-position: 305px 0px;

	
	
}
.backentry  {
	clear: none;
	float: left;
	width: 300px;
	display: block;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 85px;
	padding-left: 25px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 14px;

	
	
}
#globalfooter  {
	clear: none;
	float: right;
	width: 720px;
	display: block;
	margin-left: 0px;
	margin-bottom: 20px;
	height: auto;
	margin-right: 15px;

	
}


#footerc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 30px;
	font-size: 0.8em;
	background-image: url(footerc.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#sidearea {
	width: 260px;
	display: block;
	float: left;

}

.adside {
	width: auto;
	float: left;
	margin-bottom: 15px;
	display: block;
	border: 1px solid #E8E8E8;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.adside_top {
	width: 728px;
	display: block;
	float: right;
	border: 1px solid #E3E3E3;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 90px;
	background-color: #FFFFFF;

}
.adsidefacebook {
	width: 250px;
	float: left;
	padding: 8px;
	margin-bottom: 15px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	background-color: #FFF;
}
.adsidePR {
	width: 250px;
	float: left;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(tmes.png);
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: auto;
	display: block;
	font-size: 12px;
}

.entryall {
	width: 241px;
	float: left;
	padding: 8px;
	border: 1px solid #E8E8E8;
	background-image: url(tmes.png);
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 10px;
}


.side_about {
	width: 241px;
	float: left;
	background-image: url(side_about.png);
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;

}
.side_mycontents {
	width: 241px;
	float: left;
	background-image: url(mycontents.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 82px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #CCC;
	display: block;
}
.side_newentry {
	width: 237px;
	float: left;
	background-image: url(side_newentry.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	display: block;
}
.side_pickup {
	width: 237px;
	float: left;
	background-image: url(side_pickup.png);
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
}
.side_osusume {
	width: 242px;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
	display: block;
	background-image: url(favobg.png);
	background-repeat: no-repeat;
}
.entry_list {
	width: auto;
	margin-bottom: 15px;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.8em;
	font-size: 0.9em;
}
.sns_pocket {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 15px;

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

}
.entry_list a{
	font-size: 1.2em;

}



.fnewentry {
	display: block;
	float: left;
	width: 240px;

}
.fnewentry li {
	width: 226px;
	float: left;
	height: 226px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #999999;
	border: 2px solid #FFF;
	font-size: 10px;
	line-height: 13px;
}
.fnewentry li a {
	width: 221px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 180px;
	margin: 10;
	float: left;
	height: 46px;
	background-image: url(newentrya.png);
	padding-left: 5px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0;
	background-position: 0px 70px;
	background-repeat: no-repeat;
}
.fnewentry li a:hover {
	width: 221px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 180px;
	margin: 10;
	float: left;
	height: 46px;
	background-image: url(newentrya2.png);
	padding-left: 5px;
	background-position: 0px 70px;
	background-repeat: no-repeat;
	line-height: 13px;
}

.mycontents li {
	display: block;
	padding-right: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-image: url(linkicon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}

img.titleflex {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;

}
img.feed {
	padding-right: 10px;
	padding-top: 10px;
	width: auto;

}
img.osusume {
	border: 1px solid #CCC;
	height: auto;
	margin-top: 5px;

}
img.contents {
	padding-right: 12px;
	padding-left: 4px;
}

img.about {
	padding-right: 10px;
	padding-top: 10px;

}
img.allen {
	padding-right: 10px;
	padding-top: 2px;
	float: left;
	padding-left: 10px;
}
img.pickup {
	float: left;
	border: 1px solid #CCC;
	margin-top: 2px;
	margin-right: 10px;
	height: 80px;
	width: 80px;
}
img.entrylist {
	float: left;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px;
	width: 150px;
	height: 150px;
}

img.topbot {
	padding-top: 5px;
	padding-bottom: 5px;
}





.side_search {
	float: left;
	margin-left: 10px;
	width: 241px;
	display: block;
	border: 1px solid #E8E8E8;
	background-image: url(tmes.png);
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10;
}


}

.article_entry_push a {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #4D85C1;
	color: #FFF;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #BCE1F5;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
}
.article_entry_push a:hover {
	width: 130px;
	text-align: left;
	float: right;
	display: block;
	height: auto;
	font-size: 14px;
	background-color: #F9F9F9;
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 15px #FF977D;
	margin-bottom: 40px;
	border-radius: 8px;
	margin-right: 20px;
}
