@charset "utf-8";

/* =================================================
	Reset
================================================= */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
	margin:0;
	padding:0;
}

/* =================================================
	Element
================================================= */
body{
 width:100%;
 text-align:center;
 font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 line-height: 1.4;
 font-size: 82%;
 word-break:break-all;
}
a{
	text-decoration:none;
	/*\*/
	overflow:hidden;	/* for Fx */
	/**/
}

img,a img{border:none;}
ul, ol, li, dl, dt, dd{list-style:none;}
table{
	border:0;
	font-size: small　!important;	/* for Modern browser */
	font-size: 82%;	/* for IE6 */
}
th,td{padding:0;}
th{font-weight:normal;}
input,select,textarea{padding:2px;}
textarea { font-size:100%; }
html>/**/textarea {font-size:13px;}
fieldset{border:none;}
pre{font-family:monospace;}
.emoji {vertical-align:middle; }

/* =================================================
	Hyper text
================================================= */
a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link,
a:visited {
	color: #5DA7D1; /* リンク、訪問済みリンクの文字色 */
}

a:focus,
a:hover,
a:active {
	color: #8ADAE6; /* リンクにポインタをのせた時の文字色 */
}

/* =================================================
	Headline
================================================= */
h1{font-size:200%; font-weight: bold;}		/* 36px */
h2,
h3{font-size:105%; font-weight: normal;}		/* 16px */
h4{font-size:100%; font-weight: normal;}		/* 14px */
h5,
h6{font-size:100%; font-weight: normal;}		/* 13px */

/* =================================================
	Font Color
================================================= */
body { color: #444444; }

#header h1 a /* ブログタイトル */ { color: #333333; }

#headermenu .archives a /* 「記事一覧」のリンク */ ,
#main_contents h2 a /* 記事タイトル */ ,
#main_contents .entry_body .entry_more a /* 「続きを読む」のリンク */
{ color: #333333; }

#main_contents blockquote /* 引用部分 */ ,
#main_contents .entry_date /* 記事の日付 */ ,
#main_contents .content .entry_state li /* カテゴリ等 */ ,
#main_contents .content .entry_state li a /* CM数,TB数等 */ ,
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ ,
#main_contents .page_navi a /* ページナビ */
{ color: #999999; }

#main_contents .list_body li /* 記事一覧ページ */ ,
{ color: #666666; }

/* =================================================
	Font Size
================================================= */
#header p /* ブログ紹介文 */ { font-size: 90%; /* 21px */ }
#headermenu /* 「記事一覧」の文字 */ { font-size: 100%; /* 18px */ }
#main_contents /* 記事本文等 */ { font-size:110%; /* 16px */ }
#main #main_contents .p_area .entry_date /* 記事日付 */ ,
#main #main_contents .p_area .entry_state /* CM数,TB数,カテゴリ等 */ { font-size: 85%; /* 14px */ }
#main_contents .entry_body .entry_more /* 「続きを読む」の文字 */ { font-size: 100%; /* 17px */ }
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ { font-size: 85%; /* 14px */ }
#sidemenu /* サイドメニュー(プラグイン) */ { font-size:100%; /* 15px */ }
#sidemenu h3 /* サイドメニュー(プラグイン)タイトル */ { font-size: 105%; /* 20px */ }
#footer /* フッター */ { font-size:80%; /* 16px */ }

/* =================================================
	Content Width
	※ 幅を固定にする場合は、それぞれのmin-width、
	max-widthを削除し、widthで好きな幅を指定して下さい
================================================= */
#container { min-width: 800px; }
#headermenu , #wrap ,
#footer_plg , #footer_inner {
	min-width: 800px;
	max-width: 1200px;
	width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");	/* For IE */
}

/* =================================================
	Layout
================================================= */
#container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	overflow: hidden;
	margin-bottom: -40px;
	padding: 20px 0 60px 0;
	text-align: left;
}

#headermenu {
	height: 39px;
	margin: 0 auto;
}

#wrap {
	position:relative;
	overflow:hidden;
	margin: 0 auto 20px;
	text-align: right;
}

#main {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: -340px;
	text-align: left;
}
body .top-contents {
  margin-top: 0;
  margin-left: 0px;
  padding: 15px 0px 15px 0px;
  text-align: left;
}
body .top-contents2 {
  margin-top: 0;
  margin-left: 0px;
  padding: 15px 10px 15px 10px;
　text-align: center;
}


#main_contents {
	margin: 0px 340px 0 0; /* 2番目の数字(右側)はsidemenuのwidthの変更に合わせて調整して下さい */
	padding-top: 0px;
}

#sidemenu {
	float: right;
	position:relative;
	overflow: hidden;
	width: 300px; /* サイドメニューの幅 */
	padding-top: 0px;
}

#footer {
	clear: both;
	padding: 20px 0;
}

#footer_plg {
	clear:both;
	margin: 0 auto;
}

#footer_inner {
	clear:both;
	margin: 0 auto;
}

/* =================================================
	Container
================================================= */
#container {
	background-color: #FFFFFF; /* 全体の背景色 */
}

/* =================================================
	Header
================================================= */
#header {
	background: #FFFFFF url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/header_background.png) repeat-x bottom left;	/* ヘッダー背景 */
	border-bottom: 1px solid #cfcfcf;
	-webkit-box-shadow: 0px 1px 1px 0px #CCC;
	-moz-box-shadow: 0px 1px 1px 0px #CCC;
	box-shadow: 0px 1px 1px 0px #CCC;
}

#header h1,
#header p {
	min-width: 785px;
	max-width: 1185px;
	width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");	/* For IE */
	margin: 0 auto;
}

#header h1 {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/bwh_title2_red.png) no-repeat left center; /* ブログタイトル前のアイコン */
}

/* =================================================
	Headermenu
================================================= */
#headermenu {
	height: 39px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu.png) no-repeat -1px 0;
}

#headermenu .archives {
	float: left;
	width: 105px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu.png) no-repeat 103px 0;
}

#headermenu .archives a {
	display: block;
	width: 105px;
	height: 39px;
	line-height: 39px;
}

#headermenu .archives a:hover {
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu_hover.png) no-repeat bottom left;
	background-size: 100% 100%;
}

#headermenu .switch {
	float: right;
	width: 100px;
}

#headermenu .switch li {
	float: right;
	width: 49px;
}

#headermenu .switch li.grid { width: 49px; }

#headermenu .switch li a {
	display: block;
	width: 49px;
	height: 39px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/switch_btn.png) no-repeat -1px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#headermenu .switch li.list a {background-position: -1px 0; }
#headermenu .switch li.grid a {background-position: -49px 0; width: 49px; }
#headermenu .switch li.list a:hover {background-position: -1px -39px; }
#headermenu .switch li.grid a:hover {background-position: -49px -39px }
#headermenu .switch li.list a.selected {background-position: -1px -39px; }
#headermenu .switch li.grid a.selected {background-position: -49px -39px }

/* =================================================
	Main
================================================= */
#main {
	border-top: 0px dotted #B5B5B6;
	border-bottom: 1px dotted #B5B5B6;
}

#main_contents {
	border-left: 1px dotted #B5B5B6;
	border-right: 1px dotted #B5B5B6;
}

/*	content
-------------------------------------------------- */
#main_contents .content {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0 20px;
	background-color: #FFFFFF; /* メインカラムのコンテンツ背景色 */
	border-top: 1px dotted #B5B5B6; /* メインカラムのコンテンツ上のライン */
	border-bottom: 1px dotted #B5B5B6; /* メインカラムのコンテンツ下のライン */
}

#main_contents h2.entry_header,
body #main #main_contents .p_area .entry_header,
#main_contents h2.sub_header {
	margin: 0 0 15px;
	padding: 5px 0 5px 35px;
	background: url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_red.png) no-repeat 20px 5px; /* 記事タイトル前のアイコン */
}

#main_contents h2.entry_header a,
#main_contents h2.sub_header a {
	display: block;
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main_contents h3.sub_header {
	margin: -15px 0 20px;
	padding: 10px 20px 10px 35px;
	background: #F4F4F4 url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_green.png) no-repeat 15px 10px; /* メインカラムのプラグインタイトル前のアイコン */
	border-bottom: 1px dotted #B5B5B6;
}

#main_contents h4.sub_title {
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	background: url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_green.png) no-repeat left 2px; /* コメント・TB見出し前のアイコン */
}

/* content style */
#main_contents blockquote {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #F4F4F4;
}

#main_contents input {
	padding: 2px;
}

/* entry_date  */
#main_contents .entry_date {
	float: left;
	width: auto;
	margin: 0 0 10px 10px;
	text-align: left;
}
#main_contents .grid_content .entry_date,
#main_contents .grid_content .entry_state {
  font-size: 75%;
}
#main_contents .entry_date li {
	display: inline;
	margin-right: 0.5em;
}
#main_contents .entry_date li:last-child { margin-right: 0;}

#main_contents .entry_date .cmnum {
	position: absolute;
right:1em;
}

/* entry_state */
#main_contents .entry_state {
	float: right;
	overflow: hidden;
	width: auto;
	margin: 0 10px 10px 0;
	text-align: right;
}

#main_contents .content .entry_state li {
	display: inline;
	margin-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #999999;
}

#main_contents .content .entry_state li:last-child {
	padding-right: 0;
	border-right: none;
}

/* entry_body  */
#main_contents .entry_body {
	clear: both;
	overflow: hidden;
	margin: 0 20px;
	padding-bottom: 40px;
	zoom: 100%;
}

#main_contents .entry_body:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .entry_body .entry_image {
	position: absolute;
	left: 20px;
}

#main_contents .entry_body .entry_image img {
	max-width: 180px; /* リスト表示の時のサムネイルの幅の上限 */
	max-height: 200px;
	border: 4px solid #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px 0px #999999;
	-moz-box-shadow: 0px 1px 1px 0px #999999;
	box-shadow: 0px 1px 1px 0px #999999;
}

#main_contents .entry_body .entry_discription {
	margin-left: 238px; /* サムネイル幅を変更した場合はこちらも調整して下さい */
	min-height: 228px;
}

#main_contents .entry_body .entry_more {
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding: 15px 0;
	text-align: right;
}

#main_contents #e, .entry_body .entry_more { display:none; }

#main_contents .entry_body .entry_more a { /* 「続きを読む」リンク */
	display: inline-brock;
	margin-top: 10px;
	padding: 5px 10px;
	background: #EAEAEA;
	border-top: 1px solid #DCDDDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}

#main_contents .entry_body .entry_more a:hover { /* 「続きを読む」リンクにポインタをのせた時の設定 */
	background: #8ADAE6;
	border-top: 1px solid #6BA9B3;
	color: #FFFFFF;
}

#main_contents .entry_body .more {
	margin-top: 10px;
}

#main_contents .entry_body .fc2_footer {
	margin-top: 10px;
}

/* Baton */
dl.blog_baton {
	border: 1px solid #EFEFEF;
	padding: 20px 20px 10px;
}

dt.baton_q {
	padding-bottom: 5px;
}

dd.baton_a {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

/* relate 関連記事リンク */
.relate_dl {margin-top:25px;}
.relate_dl dt {
	font-size:124%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 5px solid #CCC;
}

/* fc2twtr */
.fc2twtr {
	zoom:100%;
}

.fc2twtr:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.fc2twtr dt {
	margin-bottom: 20px;
}

.fc2twtr dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	color: #666666;
}

/* entry_footer */
#main_contents .entry_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background: #F4F4F4; /* 個別ページ 記事フッタの背景色 */
	zoom: 100%;
}

#main_contents .entry_footer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .entry_footer .entry_state {
	margin-bottom: 0;
	width: auto;
}

/* titlelist search */
#main_contents .list_body {
	padding: 0 20px;
}

#main_contents .list_body li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

/* sub content */
#main_contents .sub_content {
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px dotted #B5B5B6;
}

#main_contents .sub_content .sub_footer {
	margin-top: 20px;
	text-align: right;
}

#main_contents .sub_content .sub_footer li {
	display: inline;
	margin-left: 1em;
}

#main_contents .sub_content .sub_footer li a { color: #999999; }

#main_contents .sub_content .sub_footer li a:hover { color: #8ADAE6; }

/* form */
#main_contents .form {
	margin: 0 20px;
}

/* trackback */
#main_contents .trackback {
	margin: 0 20px;
}
#main_contents .trackback input {
	width: 396px;
}

/* list_content 
-------------------------------------------------- */
#main_contents .list_content {
	float: none;
}

/* grid_content
-------------------------------------------------- */
#main_contents .grid_content {
	float: left;
	margin-left: -1px;
	margin-right: -1px;
        margin-bottom: 13px;
        width: 33%;
        height: 335px; /* グリッド表示の時の記事の高さ */
	border-left: 1px dotted #B5B5B6;
	border-right: 1px dotted #B5B5B6;
}
#main_contents .grid_content:nth-child(3n+1) {width: 34%;}

#main_contents .grid_content .fc2blomaga_buy_area {
	display:none;
}
#main_contents .grid_content .entry_body {
	overflow: hidden;
	height: auto;
}
#main_contents #e,#main_contents #e .entry_body { height: auto; }

#main_contents .p_area,#main_contents .p_area .entry_body {
	height: auto;
}

#main_contents .grid_content .entry_body .entry_image img {
	max-width: 180px; /* グリッド表示の時のサムネイルの幅の上限 */
	max-height: 135px;
　　　　background-color:#eee;border:5px #999 solid;
}
#main_contents .grid_content .entry_body .entry_image img:hover{
border:5px #900 solid;
-moz-transition:.15s linear;
-webkit-transition:.15s linear;
-o-transition:.15s linear;
-ms-transition:.15s linear
}

#main_contents .grid_content .entry_body .entry_discription {
        margin: 15px 0 0; /* ↑の.entry_image imgのmax-widthを... */
        height: 3em;
        line-height: 1.5;
        overflow: hidden;
        font-size: 83%;
        display: none;
}

#main_contents #e, body #main_contents .p_area {
	float: none;
	width: 100%;
	min-height: 110px;
	margin-left: 0;
	margin-right: 0;
        margin-bottom: 0;
	border-left: none;
	border-right: none;
}

#main_contents .no_br:first-child br { display: none; }

#main_contents .p_area .entry_body {
	height: auto;
}
#main_contents .p_area .entry_body .fc2blomaga_buy_area {
	display:block;
}

#main_contents #e, .entry_image img, #main_contents .p_area .entry_image img {
	max-width: 200px; /* グリッド表示の時の最初の記事のサムネイルの幅の上限 */
	max-height: 220px;
}

#main_contents #e, .entry_discription {
	margin-left: 238px; /* ↑の.entry_image imgのmax-widthを変更した場合はこちらも調整して下さい */
	min-height: 228px;
}

.switch {display: none;}

/* page_navi
-------------------------------------------------- */
#main_contents .page_navi {
	position:relative;
	clear: both;
	height: 123px;
	margin-top: -20px;
	text-align: center;
	zoom:100%;
}

#main_contents .page_navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .page_navi a {
	display: block;
	overflow: hidden;
	height: 18px;
	width: 123px;
	padding-top: 45px;
	padding-bottom: 60px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/page_navi.png) no-repeat 0 0;
}

#main_contents .page_navi a:hover { color: #8ADAE6; }

#main_contents .page_navi .prev {
	float: left;
	width: 30%;
	background-position: left -145px;
    text-align: left;

}

#main_contents .page_navi .next {
	float: right;
	width: 30%;
	background-position: right -145px;
	text-align: right;
}

#main_contents .page_navi .home {
	position: absolute;
	left:50%;
	margin-left: -61px;
	background-position: -375px -145px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

#main_contents .page_navi a.prev:hover { background-position: left 15px; }
#main_contents .page_navi a.next:hover { background-position: right 15px; }
#main_contents .page_navi a.home:hover { background-position: -375px 15px; }

#main_contents .page_navi .prevpage,
#main_contents .page_navi .nextpage {
	text-align: left;
	text-indent: -100%; 
	white-space: nowrap; 
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#main_contents .page_navi .preventry {
	padding-left:80px;
}
#main_contents .page_navi .nextentry {
	padding-right: 80px;
}

/* =================================================
	Entry (html tag)
================================================= */
.p_area .entry_body h2, .p_area .entry_body h3,
.p_area .entry_body h4, .p_area .entry_body h5 {
	background: url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_red.png) no-repeat 5px 5px;
	margin: 0 0 10px;
	padding: 5px 0 5px 20px;
}
.p_area .entry_body ul,
.p_area .entry_body ol { margin: 1em 0em 1em; }
.p_area .entry_body ul li {
	list-style: disc outside;
	margin-left: 2em;
}
.p_area .entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
.p_area .entry_body table {
	border-collapse: collapse;
}
.p_area .entry_body table th,
.p_area .entry_body table td {
	padding: 5px;
}
.p_area .entry_body table th { background-color: #EFEFEF; }

/* =================================================
	Sidemenu
================================================= */
#sidemenu {
	border-left: 1px dotted #B5B5B6;
	border-right: 1px dotted #B5B5B6;
}

#sidemenu .sidemenu_content {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF; /* サイドメニュー(プラグイン)の背景色、アイコン */
	border-bottom: 1px dotted #B5B5B6;
}

#sidemenu h3 {
	margin: -10px -10px 0;
	padding: 10px 10px 10px 25px;
	background: #F4F4F4 url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_orange.png) no-repeat 10px 10px; /* サイドメニュー(プラグイン)のタイトルの背景色、アイコン */
	border-top: 1px dotted #B5B5B6;
	border-bottom: 1px dotted #B5B5B6;
}

/* =================================================
	pagetop
================================================= */
#pagetop {
  position: fixed;
  right: 0px;
  bottom: 75px;
  z-index: 100;
}
#pagetop a {
  display: block;
  width: 54px;
  height: 53px;
  line-height: 53px;
  color: #ffffff;
  background: #b7dbe7 url(https://blog-imgs-59-origin.fc2.com/f/c/2/fc2blogtemplates/basic_white_tpage_top.png) no-repeat 7px 8px;
  border-radius: 8px 0px 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px #ffffff solid;
}
#pagetop a:hover {
  opacity: 1;
  background-color: #99ddee;
}
#pagetop .scroll_home {background-position: 7px -320px;}
#pagetop .scroll_prev {background-position: 7px -58px; height: 52px;}
#pagetop .scroll_next {background-position: 7px -120px; height: 52px;}
#pagetop .scroll_footer {background-position: 7px -187px;}
#pagetop .scroll_form {background-position: 7px -252px;}
#pagetop li + li a {border-radius: 0;}
#pagetop li:last-child a {border-bottom: 0; border-radius: 0 0 0px 8px;}

/* =================================================
	plgin
================================================= */
.plg .plg_description,
.plg .plg_body,
.plg .plg_footer {
	margin-top: 10px;
}

#main_contents .plg .plg_description,
#main_contents .plg .plg_body,
#main_contents .plg .plg_footer {
	margin-left: 20px;
	margin-right: 20px;
}

.plg li {
	margin-bottom: 5px;
}

.plg input {
	margin: 2px;
}

/* plugin-search
------------------------------------------------- */
.plg .plugin-search input[type="text"] {
	width: 90%;
}

/* Calendar(Plugin)
------------------------------------------------- */
.plg table.calender {
	width: 100%;
	margin: 0px auto;
	font-size: 100%;
}

.plg table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

.plg table.calender th,
.plg table.calender td {
	padding: 0.1em;
	border-bottom: 1px solid #EFEFEF;
	text-align: center;
}

.plg table.calender td a {
	display: block;
	background-color: #EFEFEF;
}

.plg table.calender td a:hover {
	background-color: #8ADAE6;
	color: #ffffff;
}

.plg table.calender th#sun {
	color: #FF0000;
}

.plg table.calender th#sat {
	color: #0000FF;
}

/* Piyo(Plugin)
------------------------------------------------- */
.plg .mylog {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
}

.plg .mylog .title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	font-weight: bold;
}

.plg .mylog dl {
	margin: 0px;
	padding: 0px;
}

.plg .mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	background-image: none;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.plg .mylog dt.day img {
	vertical-align: middle;
}

.plg .mylog dd.piyolog {
	margin: 0px 0px 5px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EFEFEF;
}

.plg .tab {
	text-align: right;
	margin-bottom: 10px;
}

.plg .tab input{
	padding: 2px 5px;
}

.plg .tab input.b1{
	margin-right: 5px;
}

.plg .license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

/* =================================================
	Footer
================================================= */
#footer {
	background: #EFEFEF; /* フッターの背景色 */
	-webkit-box-shadow: 0px 1px 3px 0px #CCC inset;
	-moz-box-shadow: 0px 1px 3px 0px #CCC inset;
	box-shadow: 0px 1px 3px 0px #CCC inset;
	text-shadow: 0px 1px 2px #FFFFFF;
}

/* footer_plg
------------------------------------------------- */
#footer_plg {
	padding-bottom: 40px;
	border-left: 1px dotted #9FA0A0;
	zoom:100%;
}

#footer_plg:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#footer_plg .footer_content {
	float: left;
	width: 199px;
	padding: 0 20px;
	border-right: 1px dotted #9FA0A0;
}

#footer_plg h3 {
	margin-bottom: 10px;
}

/* footer_inner
------------------------------------------------- */
#footer_inner /* フッター(コピーライト等) */ { color: #B5B5B6; }

/* =================================================
	for MacIE
================================================= */
/*\*//*/
textarea, select, input {
	font-family:Osaka;
}
/**/

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}

#fc2clap_rank_table { /* 外枠 */
	border-collapse: collapse;
	width: 300px;
	color: #8E8E8E;
	font-family: "Verdana","Impact","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ Pro W3","Osaka";
	font-size: small;
	border: 1px solid #000000;
	vertical-align: baseline;
	margin: 0 1px;
	table-layout: auto;
}

#fc2clap_rank_table tr.fc2clap_rank { /* 上部拍手ランキングタイトル */
	background-color: #c9bbac;
	text-align: center;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table span.fc2clap_rank_main { /* 下部拍手ランキングタイトル */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
	font-size: 11px;
}

#fc2clap_rank_table tr.fc2clap_rank_item { /* 見出し内 */
	background-color: #F1F1EF;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	border: 1px solid #000000;
	padding: 3px 0;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_rank { /* 見出し（順位） */
	border: 1px solid #000000;
	width: 10%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_title { /* 見出し（タイトル） */
	border: 1px solid #000000;
	width: 70%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_clap { /* 見出し（拍手数） */
	border: 1px solid #000000;
	width: 20%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items1 { /* 順位 */
	border: 1px solid #000000;
	text-align: center;
	font-size: 11px;
}

#fc2clap_rank_table span.fc2clap_rank_namber { /* 順位数文字色 */
	color: #000000;
	font-weight: bold;
}

#fc2clap_rank_table tr.fc2clap_rank_form { /* 各順位横１行 */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table td.fc2clap_rank_clap { /* 拍手数 */
	text-align: right;
	width: 26%;
	border:1px solid #000000;
	font-size: 11px;
}

#fc2clap_rank_table span.fc2clap_name { /* 拍手数配色 */
	color: #FF0000;
	font-weight: bold;
}

#fc2clap_rank_table td.fc2clap_rank_items { /* タイトル */
	border: 1px solid #000000;
	font-size: 12px;
}

#fc2clap_rank_table span.fc2clap_rank_title a { /* タイトル文字色 */
	color: #000000;
}

/* --- 複数列表示用スタイル ------------------------------ */
#main #main_contents .grid_content .entry_header {
	margin: 0 0 7px;
	padding: 5px 5px 5px 23px;
	background: url(https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_red.png) no-repeat 9px 3px; /* 記事タイトル前のアイコン */
}
#main #main_contents .grid_content .entry_header a {
	font-size: 85%; /* 記事タイトルサイズ */
	color: #003366; /* 文字色 */
	height: auto;
	overflow: visible;
	white-space: normal;
}
#main #main_contents .grid_content .entry_header a:hover {
	opacity: 0.7;
}
#main_contents .grid_content .entry_none {
	padding: 15px 0 0;
	line-height: 1.5;
	font-size: 85%;
	max-height: 15em;
	overflow: hidden;
}
#main_contents .grid_content .entry_body {margin: 0 15px;}
#main #main_contents .p_area .entry_body {margin: 0 20px;}
#main_contents .p_area .entry_date {margin: 0 0 20px 10px;}
#main_contents .p_area .entry_state {margin: 0 20px 10px 0;}
#main_contents .grid_content .entry_body .entry_image {
	position: static;
	left: 0;
	text-align: center;
}
#main_contents .grid_content .entry_body .entry_discription {
	margin-left: 0px;
	min-height: 0px;
}
#main_contents .grid_content .entry_body .entry_more a {
	font-size: 82%; padding: 5px 25px;
}
#main #main_contents .p_area:nth-child(3n+1){width: auto;}
/* 1ヶ月広告を適正に表示 */
#main #main_contents #e,#main #main_contents #e .entry_body,
#main #main_contents .p_area .entry_body { height: auto; }
#main #main_contents .p_area + .grid_content {height: auto;}
/* --- 複数列表示用スタイルEND --- */

/* --- 記事下ユーザータグ --- */
#main_contents .p_area .entry_body .entry_tag {margin: 1.7em 0 0.5em; font-size: 85%;}
#main_contents .p_area .entry_body .entry_tag li {display: inline; padding: 0; margin: 0 0.1em 3px 0;}
#main_contents .p_area .entry_body .entry_tag a {
 white-space: nowrap; display: inline-block; padding: 2px 3px;
 background: #bbbbbb; color: #ffffff;
}
#main_contents .p_area .entry_body .entry_tag a:hover {background: #333333;}
/* END */

/* --- トップページカテゴリ ------------------------------ */
#main_contents .entry_category {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #EAEAEA;
	color: #000;
	line-height: 1.7;
	list-style: none;
	margin: 1em 0 0;
	padding: 5px 10px 10px;
	font-size: 79%;
}
#main_contents .entry_category a {
	color: #000000;
}
#main_contents .entry_category a:hover {
	background: #8ADAE6;
	border-top: 1px solid #6BA9B3;
	color: #FFFFFF;
}
/* --- END --- */

/* Plugin3 2列表示 */
#main_contents #plugin_main {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border-top: 0;
}
#main_contents .plg_table .plg_elm {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#main_contents .plg_table .plg_right {
  border-left: 1px dotted #B5B5B6;
  margin-left: -1px;
}
.plg_elm .plg_header {
  background: url("https://blog-imgs-64-origin.fc2.com/t/i/f/tifer2/content_title_blue.png") no-repeat scroll 10px 7px #F4F4F4;
  border-bottom: 1px dotted #B5B5B6;
  border-top: 1px dotted #B5B5B6;
  margin:0;
  padding: 9px 10px 9px 25px;
  font-size: 90%;
}
#main_contents #plugin_main .plg_body {
  vertical-align:top;
  margin: 0;
  padding: 15px 18px;
  font-size: 90%;
}
.plg_row {display: table-row; height: 0px; overflow: hidden;}
#main_contents #plugin_main .plg_description,
#main_contents #plugin_main .plg_footer {margin: 0;}

.plg_elm li {
  border-bottom: 1px #ccc dashed;
  padding: 3px;
}
.plg_elm li ul {
  border-top: 1px #ccc dashed;
  padding: 3px 0 0 10px;
  margin: 3px 0 0;
}
.plg_elm li ul li:last-child {
  border-bottom: 0;
  padding: 3px 3px 0;
}

* html #main_contents .plg_table .plg_elm {display: inline; zoom: 1;}
*:first-child+html #main_contents .plg_table .plg_elm {display: inline; zoom: 1;}
/* END */

/* FC2relate
-------------------------------------------------------- */
.relate_dl { /* 全体 */

}
.relate_dl .relate_dt { /* 関連記事（見出し部分） */

}
.relate_dl .relate_dd { /* リスト外枠 */

}
.relate_dl .relate_dd .relate_ul { /* リスト部分 */

}
.relate_dl .relate_dd .relate_ul li { /* 記事のリスト */

}
.relate_dl .relate_dd .relate_ul .relate_li_nolink { /* 現在開いている記事 */

}
dl.relate_dl {
	border: 1px solid #a21212;
	magrin: 2em 0 0;
}

dl.relate_dl dt {
	background-color: #a21212;
	color: #fff;
	padding: 0.3em 10px;
}

dl.relate_dl dd {
	padding: 10px 0;
}

dl.relate_dl ul {
	list-style: square;
	margin: 0;
}

.imgbox {
        float:left; //パソコンでは画像の周りに文章を回り込ませる
	max-width: 232px;
	max-height: auto;
        min-width: 200px;
        min-width: auto;
  border : 1px solid #333;
  margin : 1px;
}

.social_buttons{
margin-top:7px;
margin-top:0.5rem;
clear:both;
}
.tweet-button,.plusone{
vertical-align:top;
display:inline;
}
iframe.twitter-share-button {
    width: 100px!important;
}


.kizGalleryS .kizimg img {
  margin: 0 !important; padding: 5px !important;
  border: 1px #ddd solid !important; background: #fff !important;
  box-shadow: 1px 2px 3px 1px rgba(120,120,120,0.1) !important;
}
.kizelm{display: none;}
.kizimg {position: relative; min-height: 1px; text-align: center;}
.kiztext {
  display: none; position: absolute; left: 0; bottom: 0;
  width: 100%; opacity: 0.8; background: #000000; color: #ffffff;
}
.kiznode {padding: 0.6em 1.3em; text-align: left; font-size: 11px;}
.kizimg a:hover img {opacity: 0.6 !important;filter: alpha(opacity=60) !important;}
.kizimg a {display: block;}

#main #ad {padding:0 5px 15px 15px;text-align:center;clear:both;margin-top:-5px;}
#main #ad li{display: inline; list-style-type: none; margin: 0 0 0 15px;}
#ad-index{position:absolute;top:10px;right:10px;text-align:right;}#ad-index li{list-style-type:none;margin:0 0 5px 5px;display:inline;}

#main #sns {padding:0 5px 15px 15px;text-align:center;clear:both;margin-top:-5px;}
#main #sns li{display: inline; list-style-type: none; margin: 0 0 0 15px;}
#sns-index{position:absolute;top:105px;right:10px;text-align:right;}#sns-index li{list-style-type:none;margin:0 0 5px 5px;display:inline;}

#comment_form .submit{padding:0.5em 0.5em;width:6em;border:1px #000 solid;background:#333;color:#fff;cursor:pointer;}
.clear{clear:both;}
.none{display:none !important;}
#comment_form dt{float:left;width:5em;height:3em;}
#comment_form dd{height:3em;}
#comment_form .txtbox{height:auto;margin-bottom:0.5em;}
#comment_form dd input{border-radius:8px;border:1px #ccc solid;padding:0.5em 0.5em;background:#fafafa;}

#comment_form textarea{clear:both;border-radius:8px;border:1px #ccc solid;padding:0.5em 0.5em;background:#fafafa;width:80%;height:10em;}

.video-wrap {
position: relative ;
margin-top: 1.2em ;
margin-bottom: 1.2em ;
padding-top: 69px ;
padding-bottom: 50% ;
overflow: hidden ;
}
.video-wrap iframe,  
.video-wrap object,  
.video-wrap embed {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

.pickup1 {
 background-color:#fff1cc;
 width:725px;
 margin-left:auto;
 margin-right:auto;
 border-color:#003399;
 border-width:3px;
 border-style:dotted;
}
.pickup2 {
 background-color:#ffe6a2;
 width:725px;
 margin-left:auto;
 margin-right:auto;
 border-color:#003399;
 border-width:3px;
 border-style:dotted;
}
hr.style-drop {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

#post_list_area{margin:10px 35px 15px;width:800px;overflow:hidden;font-size:11px}
div.post_list_title_area{margin-top:20px;position:relative}
div.articles_number{font-weight:bold;font-size:16px;text-align:right;position:absolute;top:10px;right:20px}

div.posts,div.pr_link{float:left;width:170px;height:auto;position:relative}
div.pr_link{margin:10px 25px 0 0}

div.post_top img{border:1px solid #e6e6e6;padding:2px;width:180px!important;height:135px!important;margin-top:-3px;margin-left:-3px}
div.post_top{position:relative;margin-bottom:5px;border:1px solid #e6e6e6;padding:2px;width:180px;height:135px}
div.post_top img:hover,div.post_top:hover{border:1px solid #900!important;padding:2px;background-color:#900}

div.centeringtext p {  
    display: table-cell;  
    vertical-align: middle;  
    margin: 0;  
}  
   
/*for IE6 */  
* html .centeringtext p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html .centeringtext p {  
    display: inline;  
    zoom: 1;  
}

/* ====ページナビ(前・次のページ/前・次の記事+HOME)==== */
.pagenavi {
margin-top:10px;
margin-bottom:10px;
}

.pagenavi-first {
  width: 100%;
  margin: 0 0 0px;
  padding: 0px 0 0;
  background: none repeat scroll 0% 0% #000000;
}
.pagenavi-number a {
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background-color: #E56574;
border-radius: 3px;
line-height:200%;
margin:0px 2px;
}
.pagenavi-number a:hover {
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background: #DE3A4A;
line-height:200%;
margin:0px 2px;
}
.pagenavi b {
font-weight: normal;
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background-color: #DE3A4A;
border-radius: 3px;
line-height:200%;
margin:0px 2px;
}


#fam_news {
	margin-bottom: 10px;
}
#fam_news ul{
	list-style-type: none;
	width: 750px;
	padding-left: 10px;
	padding-right: 10px;
}
#fam_news ul li{
	border-bottom: 1px dashed #C4C4C4;
	padding: 5px 20px;
	/* アローアイコン */
	background-image: url(images/news_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#fam_news ul li a {
	/* テキストサイズ */
	font-size: 100%;
	color: #333;
	text-decoration: none;
}

.fam_rec {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 837px;
}
.fam_rec a {
	/* バナーの横幅 */
	width: 270px;
	/* バナーの縦幅 */
	height: 208px;
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border: 2px solid #BBB;
	overflow: hidden;
}
.fam_rec a div span {
    /* テキストサイズ */
    font-size: 100%;    
    /* バナーの横幅 -10px */
    width:260px !important;
    /* バナーの横幅の半分をマイナスで指定 */
    margin-left:-135px !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }

#main #sns {padding:0 5px 15px 15px;text-align:center;clear:both;margin-top:-5px;}
#main #sns li{display: inline; list-style-type: none; margin: 0 0 0 15px;}
#sns-index{position:absolute;top:30px;right:10px;text-align:right;}#sns-index li{list-style-type:none;margin:0 0 5px 5px;display:inline;}