/*
全体設定
------------------------------------------------------------ */

*{
	margin:0;
	padding:0;
	}
ul,li,ol{
	margin:0;
	padding:0;
	}
ol,li{
	display:list-item;
	vertical-align:bottom;
	}
input,textarea{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro","Meiryo UI";
	}
button,input{
	padding:1px 5px;
	display: inline-block;
	display: -moz-inline-box;
	zoom: 1; *display: inline;
	}
table{
	border-collapse:collapse;
	border:0;
	}
img{
	border:0;
	background:transparent;
	}
h4,h5,h6{
	font-size:100%;
	}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	}
.eng{
	font-family:arial,sans-serif;
	}
.title_wrapper{
	background:url("https://blog-imgs-54.fc2.com/h/i/r/hiretsu/gradient-gray.gif") repeat-x left center;
	padding:3px 7px;;
	font-weight:bold;
	border:1px solid #ccc;
	}

/* デフォルトのリンク設定
------------------------------------------------------------ */
a{		text-decoration:none;}
a:link{		color:#00c;}
a:visited{	color:#88c;}
a:hover{	color:#09f;}
a:active{	color:#00f;}

/* レイアウト
------------------------------------------------------------ */
body{
	text-align:center;
	color:#222;
	font-size:14px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro","Meiryo UI";
	line-height:1;
/*	position:relative;*/
	}
#header{
	position:relative;
	text-align:left;
	width:1120px;
	margin-left:auto;
	margin-right:auto;
	}
.header_inner{
	margin:20px 0px 5px;
	height:100px;
	background:#6090ef;
	}
#conteinar{
	clear:both;
	text-align:left;
	width:1120px;
	margin:0 auto;
	padding:0 30px;
	}
#main{
	clear:both;
	text-align:left;
	width:730px;
	float:left;
	overflow:hidden;
	}
#side{
	width:370px;
	float:right;
	line-height:1.2;
	font-size:13px;
	}
#footer{
	text-align:left;
	padding:20px 30px 40px;
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	}

/* ヘッダー
------------------------------------------------------------ */
#header h1{
	position:absolute;
	z-index:10;
	left:10px;
	top:30px;
	}
#header h1 a{
	color:#ffffff;
	font-size:40px;
	}
#header p.intro{
	font-size:12px;
	position:absolute;
	z-index:9;
	left:30px;
	top:85px;
	width:
	}

/* ナビゲーションバー
------------------------------------------------------------ */
.navi{
	margin:10px 0;
	background:url("https://blog-imgs-54.fc2.com/h/i/r/hiretsu/gradient-gray.gif") repeat-x left center;
	border:1px solid #ccc;
	}
.navi_float{
	float:left;
	padding:10px 0;
	}
.navi_float a{
	color:#222;
	font-weight:bold;
	font-size:12px;
	padding:0 10px;
	border-right:1px solid #ccc;
	}
.navi_float a:hover{
	text-decoration:underline;
	}
.navi_search{
	float:right;
	padding:10px 0 0;
	}
.navi_search input{
	font-size:11px;
	padding:0 5px;
	border:1px solid #bbb;
	}
.navi_search input.search_btn{
	font-size:10px;
	font-family:arial;
	color:#666;
	background:url("https://blog-imgs-54.fc2.com/h/i/r/hiretsu/gradient-gray.gif") repeat-x 0 20px;
	margin:0 10px 0 2px;
	}
.navi_search input.search_form{
	width:100px;
	}


/* エリア（ブロックモード別アイテム）
------------------------------------------------------------ */
.area_title{
	border-bottom:1px solid #222;
	font-family:arial;
	font-size:11px;
	margin-bottom:3px;
	}
.area_title span{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro","Meiryo UI";
	}
/* カテゴリエリアナビ */
.area_body{
	padding:10px 20px;
	}
.area_body ul{
	line-height:1.1;
	}
	.area_body li{
	list-style:square;
	}

/* 記事エリア（新着・カテゴリ・アーカイブページ共通）
------------------------------------------------------------ */
.contents{
	border:1px solid #ccc;
}
.entry_title{
	border-left:5px solid #666;
	padding-left:5px;
	margin:5px;
	}
.entry_title h2 a{
	color:#222;
	font-size:16px;
	}
.entry_title h2 a:hover{}
.entry_text{
	padding:10px 0 0;
	line-height:1.5;
	}
.entry_text{
	padding:10px 10px 0;
	}
.entry_more{}
.more_link{
	padding:24px 10px 0;
	}
#more{
	padding:0 10px 10px;
	line-height:1.5;
	}

.entry_footer{
	margin: 10px 10px 20px;
	font-size:13px;
	}
.entry_footer_top{
	}
.entry_footer_bottom{
	border-top:1px solid #ccc;
	text-align:right;
	}
.entry_footer .day{
	font-family:arial;sans-serif;
	}
.entry_footer .category{}
.link_trackback{
	font-family:arial;sans-serif;
	}
.link_comment{
	font-family:arial;sans-serif;
	}

.fc2_footer{
	margin:10px 10px 0 10px;
	}

/* 記事エリアアイテム */
.contents ul,
.contents ol{
	margin-left:30px;
	font-size:90%;
	line-height:1.3;
	}
.contents blockquote{
	border:1px solid #ccc;
	background:#f9f9f9;
	margin:10px 10px;
	padding:10px 20px;
	}

/* 全記事
------------------------------------------------------------ */
/* スクリプトオフ */
#titlelist_defa{
	padding:20px 10px;
	}
#loading{
	margin:20px 0;
	text-align:center;
	font-size:12px;
	}
#sort_button{
	cursor:pointer;
	}
#loading img{
	margin-top:18px;
	}
#titlelist_defa p{}
.titlelist_title{
	font-size:15px;
	font-weight:bold;
	border-top:1px solid #999;
	}
.titlelist_day{
	font-size:11px;
	margin:2px 5px 5px;
	}
.titlelist_day a {
	color:#366;
	}
.titlelist_day span.tday{
	font-family:arial;
	color:#666;
	}

/* ソート後 */
#titlelist_sort{
	padding:20px 10px;
	}
.sort_cate{
	font-size:18px;
	border-bottom:1px solid #999;
	margin:24px 0 10px;
	}
.sort_cate a{
	color:#444;
	}
.sort_cate a:hover{
	color:#09f;
	}
.sort_link{
	padding:1px 10px 0 20px;
	color:#666;
	}
.sort_title{}
.sort_day{
	font-size:10px;
	font-family:arial;
	}

/* サーチ
------------------------------------------------------------ */
.search_body{
	padding:20px 0;
	line-height:1.3;
	}
.search_word{
	padding:20px 0
	}
.search_word input{
	border-width:1px;
	}
.search_word input.search_btn{
	background:url("https://blog-imgs-54.fc2.com/h/i/r/hiretsu/gradient-gray.gif") repeat-x left center;
	width:100px;
	color:#666;
	font-weight:bold;
	}
.search_word input.search_form{
	width:400px;
	margin-right:5px;
	}
.search_body p{
	margin-bottom:18px;
	}
.search_title{}
.search_title h2 a{
	font-size:15px;
	text-decoration:underline;
	}
.search_title h2 a:hover{
	text-decoration:none;
	}
.search_footer{
	font-size:11px;
	}
.search_footer .category a{
	color:#063;
	}
.search_footer .day{
	font-family:arial;
	}
.search_text{
	font-size:13px;
	}

/* コメントエリア
------------------------------------------------------------ */
#comment{
	border:1px solid #ccc;
}
.comment_title{
	margin-bottom:1px;
	}

/* 繰り返し */
.res_box{
	padding:20px 10px;
	line-height:1.3;
	font-size:90%;
	}
.res_title{
	border-bottom:1px solid #ccc;
	}
.res_text{
	padding:10px 0 10px 20px;
	}
.res_footer{
	margin:0 0 36px 20px;
	border-bottom:1px solid #ccc;
	text-align:right;
	font-size:11px;
	}

/* フォーム */
.comment_form{
	padding:20px 10px;
	font-size:12px;
	}
label{
	display:block;
	margin-bottom:1px;
	clear:both;
	}
.set_left{
	width:100px;
	font-family:arial;
	font-size:11px;
	float:left;
	text-align:right;
	margin-right:5px;
	}
.comment_form input,
.comment_form textarea{
	border:1px solid #999;
	padding:1px 5px;
	}
input.forminput{}
input.formtextarea{}
input.formpass{}
input.formcheck{
/*	vertical-align:bottom;*/
	}
.comment_button{}
input.formbutton{
	padding:1px 20px;
	background:url("https://blog-imgs-54.fc2.com/h/i/r/hiretsu/gradient-gray.gif") repeat-x center center;
	font-size:12px;
	margin:10px 0
	}

#trackback input{
	width:400px;
	}

/* ページナビ
------------------------------------------------------------ */
#page_link{
	padding:20px 0;
	font-size:11px;
	font-family:arial;
	}
#page_link div{
	}
.page_link_navi a{
	padding:1px 8px;
	border:1px solid #999;
	margin-left:1px;
	background:#444;
	color:#ccc;
	}
.page_link_navi a:hover{
	background:#777;
	color:#fff;
	}

#pager{
	margin-top:15px;
	}
#pager span{
	padding:1px 8px;
	border:1px solid #999;
	margin-left:1px;
	background:#fff;
	color:#222;
	}

/* ページトップ */
.page-top{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:9999;
	font-family:arial;
	}
#pgup_button{
	opacity:.5;
	filter : alpha(style=0, opacity=50);
	background:#036;
	padding:2px 20px;
	cursor:pointer;
	color:#fff;
	zoom:1;
	}

/* サイドバー
------------------------------------------------------------ */
#side ol,#side li{
	list-style:none;
	}
.side_left{
	width:210px;
	float:left;
	overflow:hidden;
	}
.side_right{
	width:150px;
	float:right;
	overflow:hidden;
	}
.side_left .plg_body{
	margin:0 5px;
	}

/* 共通 */
.plg_title{
	border-left:5px solid #06c;
	padding-left:5px;
	color:#555;
	font-size:12px;
	}
.plg_body{
	padding:10px 0px 40px;
	line-height:1.5em;
	}
.plg_body div{}
.plg_body ul{
	line-height:1.1;
	}
.plg_body li{
	margin:0.5em 0;
	list-style:none;
	}

/* カレンダー */
.plugin-calender{}
.plugin-calender table{
	width:90%;
	margin:0 auto;
	}
.plugin-calender caption{
	font-family:"Courier New";
	border-bottom:1px solid #999;
	}
.plugin-calender td{
	font-family:"Courier New";
	text-align:right;
	}
.plugin-calender td a{
	border-bottom:1px solid #30f;
	color:#30f;
	}
.plugin-calender td a:hover{
	border-bottom:1px solid transparent;
	}
.plugin-calender th{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro","Meiryo UI";
	text-align:right;
	padding-bottom:3px;
	}
.plugin-calender #sun{
	color:#c36;
	}
.plugin-calender #sat{
	color:#03c;
	}

/* フッター
------------------------------------------------------------ */
address{
	font-style:normal;
	font-size:12px;
	padding:3px 0;
	}
.fc2ft{
	font-size:12px;
	}

/* プラグイン３（常にヘッダー下部に表示されるブロック）
------------------------------------------------------------ */
.plg3_contents{
	margin-bottom:10px;
	}
.plg3_title{
	border-left:5px solid #666;
	padding-left:5px;
	}
.plg3_body{
	line-height:1.5;
	}
.plg3_body div{}


/* 続きを読む
------------------------------------------------------------ */

.more a {
display:block;
text-align:center;
font-size:14pt;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-weight:bold;
width:560px;
padding:10px;
border:2px;
border-color: #000000;
border-style:solid;
background-color:#f8f8f8;                 /* 背景色    (本体) */
}

.more a:link    { color:#000000; text-decoration:none; } /* 通常 */
.more a:active  { color:#000000; text-decoration:none; } /*実行中*/
.more a:visited { color:#000000; text-decoration:none; } /*訪問済*/
.more a:hover   { color:#000000; background-color:#c1ebff; text-decoration:none; } /*マウス*/


.az{
display:inline-block;
width:340px;
margin:5px;
border:#9CF solid 3px;
background:#FFF;
}



#omatome{
	padding:24px 10px 0;
}



li.ninja-recommend-article {
height: 200px;
}

/* コメント欄デザイン */
#commentlist {
	width: 730px;
	margin: 0 auto;
}
#commentlist h3 {
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#commentlist form {
	margin: 15px 0;
}
.commentwrap > div, #tooltip > div {
	display: inline-block;
}
.commentheader {
	width: 160px;
	font-size: 13px;
	vertical-align: top;
}
p#tooltip {
	position: absolute;
	display: none;
	max-width: 730px;
	padding : 5px;
	margin: 0;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border: 1px solid #888;
	box-shadow: 2px 3px 3px rgba(16,16,16,0.2);
	z-index: 9999;
	font-size: 16px;
}
p#tooltip span.resbtn {
	display: none;
}
div#reslist {
	text-align: right;
	padding: 10px;
	margin: 10px 5px 0;
	background: #fca;
	border-radius: 8px;
}
div.commentwrap {
	padding: 15px 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
.commentname {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #090;
}
.commentid {
	color: #00f;
}
span.resbtn {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
	background: #fff;
	color: #ccc;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
span.resbtn:hover {
	background: #ccc;
	color: #fff;
}
span#comlink {
	color: #00f;
	cursor: pointer;
}
span#comlink:hover {
	color: #f00;
}
.comanchor.sansyo {
	margin: 0 5px;
}
textarea#commenttext {
	width: 99%;
	height: 200px;
	margin: 0 auto 10px;
}
input#commentname {
	width: 200px;
	margin-bottom: 10px;
}
p#commenterror {
	font-weight: bold;
	margin-bottom: 15px;
	color: #f00;
	display: none;
}
input#commentpost {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
.commentbody {
	position: relative;
	padding: 0 0 20px 5px;
	border-left:solid 1px #888;
	min-height: 70px;
	height: auto;
	width: 545px;
	font-size: 14px;
	line-height: 1.5;
}
ul.commentinfo {
	list-style-type: none;
	font-size: 12px;
	margin: 5px 0;
	padding: 5px 0 0;
	border-top: 1px solid #888;
	color: #aaa;
}
.comres {
	float: right;
}
.number {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-style: oblique;
	color: #ddd;
}
#comsetbox input {
	margin: 0 8px;
	vertical-align: middle;
}


p.slider-font{
margin-left: 40px;
margin-top: 2px;
font-size: 24px;
font-weight: bold;
}

p.slider-br{
margin-top: 60px;
}
