/*
Theme Name:zz_blog
*/

/* ---------------- reset ---------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, cite, code, del, em, img, q, strong, sub, sup, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td , small ,
header,section,article,footer,nav,aside{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}

header,section,article,footer,nav,aside{
	display:block;
}

body {
	line-height: 1.5;
	background:#e3e1d7 url("/wp-content/themes/zz_blog/imgs/bak3.png") repeat left top;
	text-align:center;
	color:#333;
	font-size:90%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, 'メイリオ', sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

ul , ol{
	list-style:none;
}

blockquote{
	quotes: none;
}

img {
	vertical-align: bottom;
	border:0;
}

/* ---------------- a ---------------- */
a {
	color:#00e;
	background-color:transparent;
}

/* ---------------- block ---------------- */
.header_div,
.wrap{
	margin:0 auto;
	width:930px;
	text-align:left;
}

.wrap{
}

.main_sidebox,
.sidebar{
	margin-bottom:30px;
}

.main_sidebox{
	float:left;
	width:670px;
}

.main{
	float:left;
	width:480px;
	margin-top:10px;
}

.alist_page{
	float:left;
	width:670px;
}

.sidebox{
	float:right;
	width:180px;
	background:#fff;
	margin-top:10px;
}

.alsidebox{
	float:right;
}

.sidebar{
	float:right;
	width:250px;
}

/* ---------------- header ---------------- */
.header_out{
	background:#2D2B26;
	border-bottom:1px solid #1e1e1e;
}

.header_div{
	color:#fff;
	position:relative;
	padding:10px 0;
}

.header_div a{
	color:#fff;
}

.header_div a:hover{
	color:#f06;
}

.header_div h1{
	margin-bottom:5px;
	font-size:110%;
}

.header_div h1 a{
	font-weight:bold;
	text-shadow: 1px 1px 1px #0A3566;
}

.header_div h1 a.title_last{
	border-right:1px solid #000;
	padding-right:10px;
}

.header_div h1 span{
	margin:0 10px;
}

.header_div h2{
	color:#f0f0f0;
}

.header_div .hhome_rss{
	position:absolute;
	right:0;
	top:15px;
}

.header_div .hhome_rss li{
	display:inline;
}

.header_div .hhome_rss li a{
	background:#333;
	padding:5px 10px;
	text-decoration:underline;
}

.header_div .hhome_rss li a:hover{
	background:#23221F;
}

/* ---------------- top_one_block ---------------- */
.top_one_block{
	background:#fff;
	border-bottom:1px dotted #ccc;
	padding:15px 10px;
	width:650px;
}

.top_one_block:after{
	content:"";
	display:block;
	clear:both;
}

.top_one_block p.one_img_cont,
.top_one_block p.link_imgtext,
.top_one_block p.img_only{
	text-align:center;
	font-size:90%;
	float:left;
	margin-right:10px;
	color:#666;
}

.top_one_block p.link_imgtext img,
.top_one_block p.img_only img{
	margin-bottom:5px;
} 

.top_one_block p.one_title{
	margin-bottom:10px;
	font-size:190%;
	line-height:1.25;
}

.top_one_block p.one_title a{
	color:#000;
	font-weight:bold;
}

/* ---------------- top_list_block ---------------- */
.top_list_block a{
	color:#333;
	text-decoration:none;
	font-size:105%;
}

.top_list_block a:hover{
	color:#f06;
}

.top_list_block ul.top_list{
	background:#fff;
}

.top_list_block ul.top_list li{
	padding:3px 5px 3px 35px;
	white-space:nowrap;
	background-image:url("/wp-content/themes/zz_blog/imgs/aricon.png");
	background-repeat:no-repeat;
	background-position:10px center;
}

.top_list_block ul.top_list li:nth-child(even){
	background-color:#f0f0f0;
}

.top_list_block ul.top_list li.sin_rec_bl{
	background-image:url("/wp-content/themes/zz_blog/imgs/albak2.png");
	background-position:8px center;
}

.top_list_block ul.top_list li.sin_rec_bl a{
	font-weight:bold;
}

/* ---------------- new_arlist ---------------- */
.article_body p.cat_listbottom a,
.article_body #cat_listbox a{
	color:#333;
}

.article_body .new_arlist li a,
.article_body p.new_arlist_bp a{
	color:#000;
}

.article_body p.cat_listbottom a:hover,
.article_body .new_arlist li a:hover,
.article_body p.new_arlist_bp a:hover,
.article_body #cat_listbox a:hover{
	color:#f06;
}

.article_body .new_arlist{
}

.article_body .new_arlist li{
	padding:8px 0 8px 25px;
	background-image:url("/wp-content/themes/zz_blog/imgs/aricon.png");
	background-repeat:no-repeat;
	background-position:0 10px;
	margin-bottom:0;
	border-bottom:1px dotted #ccc;
	font-size:95%;
}

.article_body .new_arlist li:first-child{
	padding-top:0;
	background-position:0 2px;
}

.article_body .new_arlist li span{
	font-size:90%;
	color:#666;
}

.article_body .new_arlist li span a{
	color:#666;
}

.article_body p.new_arlist_bp{
	text-align:center;
}

.article_body #cat_listbox dl{
	width:100%;
}

.article_body #cat_listbox dl:after{
	content:"";
	display:block;
	clear:both;
}

.article_body #cat_listbox dl dt{
	font-size:120%;
	border-bottom:1px dotted #666;
	margin-bottom:0;
}

.article_body #cat_listbox dl dd{
	float:left;
	width:50%;
	border-bottom:1px dotted #999;
	font-size:95%;
}

.article_body #cat_listbox dl dd.dd_mini{
	width:49%;
	border-left:1px dotted #999;
}

.article_body #cat_listbox dl dd a{
	display:block;
	padding:5px 10px 5px 35px;
	background-image:url("/wp-content/themes/zz_blog/imgs/aricon.png");
	background-repeat:no-repeat;
	background-position:10px 7px;
	background-color:#F7F7F7;
} 

.article_body #cat_listbox dl dd a:hover{
	background-color:#FFEAEA;
}

.article_list_block p.listpage_link{
	position:absolute;
	right:10px;
	top:3px;
}

.article_list_block p.listpage_link a{
	color:#fff;
}

/* ---------------- article_list_block ---------------- */
.article_list_block {
	background:#fff;
	padding-bottom:10px;
}

.article_list_block:after,
.article_list_block ul:after,
.article_list_block ul li:after{
	content:"";
	display:block;
	clear:both;
}

.article_list_block a{
	text-decoration:underline;
}

.article_list_block a:hover{
	color:#f06 !important;
}

.article_list_block .list_titblock{
	padding:3px 10px;
	background:#3F3D36;
	position:relative;
	color:#fff;
}

.article_list_block h1{
}

.article_list_block h1 .search_key{
	padding:0;
	border:none;
}

.article_list_block .sub_cate{
	background:#fff;
	padding:10px 10px 0;
}

.article_list_block .sub_cate li{
	float:left;
	padding:0 10px;
	margin:0 0 5px 0; 
	border-right:1px solid #ccc;
}

.article_list_block .sub_cate li:first-child{
	padding-left:0;
}

.article_list_block .sub_cate li:last-child{
	border-right:none;
}

.article_list_block .sub_cate li a{
	color:#333;
} 

.article_list_block ul.article_list{
	background:#eaeaea;
	padding:10px;
}    

.article_list_block ul.article_list li{
	background:#fff;
	margin-bottom:10px;
	position:relative;
}

.article_list_block ul.article_list li .ar_new,
.article_list_block ul.article_list li .ar_new2{
	width:60px;
	color:#000;
	text-align:center;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#ffdd00;
}

.article_list_block ul.article_list li .ar_new2{
	top:-15px;
	left:-5px;
	width:50px;
	font-size:85%;
	border:2px #f9cc2a solid;
	border-radius:5px;
	background:#fff082;
}

.article_list_block ul.article_list li.no_article{
	background:#fff url("/wp-content/themes/zz_blog/imgs/no_article.png") no-repeat 10px center;
	padding-left:35px;
	width:615px;
	margin-bottom:0;
}

/* ---------------- excerpt_li ---------------- */
.article_list_block ul.article_list li.exp_li{
	width:280px;
	display:inline-block;
	vertical-align:top;
	padding:10px 20px;
	margin-right:10px;
	margin-bottom:20px;
}

.article_list_block ul.article_list li.exp_li:nth-child(-n+2){
	margin-top:10px;
}

*:first-child+html .article_list_block ul.article_list li.exp_li{
	display:inline;
}

* html .article_list_block ul.article_list li.exp_li{
	display:inline;
}

.article_list_block ul.article_list li.expl_last{
	margin-right:0;
}

.article_list_block ul.article_list li.exp_li p.img_cont{
	text-align:center;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	font-size:80%;
	color:#666;
}

.article_list_block ul.article_list li.exp_li p.articles_title{
	margin:-10px -20px 20px;
	line-height:1.3;
	background:#ffdf2b;
	padding:10px 20px;
}

.article_list_block ul.article_list li.exp_li p.articles_title a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-size:130%;
}

.article_list_block ul.article_list li.exp_li p.articles_title a:hover{
	text-decoration:underline;
	color:#333 !important;
}

.article_list_block ul.article_list li.exp_li p.articles_info{
	margin-bottom:5px;
	font-size:85%;
	color:#666;
}

.article_list_block ul.article_list li.exp_li p.articles_info a{
	color:#666;
	text-decoration:none;
}

.article_list_block ul.article_list li.exp_li p.articles_exc{
	font-size:90%;
}

.article_list_block ul.article_list li.exp_li p.articles_conti{
	margin-top:5px;
}

.article_list_block ul.article_list li.exp_li p.articles_conti a{
	color:#333;
}

/* ---------------- no_excerpt_li ---------------- */
.article_list_block ul.article_list li.no_exp_li{
	width:650px;
}

.article_list_block ul.article_list li.no_exp_li:last-child{
	margin-bottom:0;
}

.article_list_block ul.article_list li.bakcol_li{
	background:#ffdd00;
}

.article_list_block ul.article_list li.no_exp_li p{
	display:inline-block;
	vertical-align:top; 
} 

*:first-child+html .article_list_block ul.article_list li.no_exp_li p {
	display:inline;
}

* html .article_list_block ul.article_list li.no_exp_li p {
	display:inline;
}

.article_list_block ul.article_list li.no_exp_li p.articles_info{
	width:60px;
	text-align:center;
}

.article_list_block ul.article_list li.no_exp_li p.articles_title{
	width:590px; 
	background:#fff;
}

.article_list_block ul.article_list li.no_exp_li p.articles_title a{
	display:block;
	color:#333;
	font-size:105%;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px; 
	margin-left:10px;
}

/* ---------------- blog ---------------- */
.blog{
	background:#fff;
	margin-bottom:30px;
	padding:10px 20px;
}

.article_header_div{
	border-bottom:1px dotted #C4BA97;
	margin-bottom:15px;
	padding-bottom:10px;
}

.article_header_div h1{
	font-size:200%;
	margin:5px 0 15px;
	word-wrap:break-word;
	line-height:1.3;
}

.shor_r{
	margin-bottom:30px;
}

.shor_r li{
	background:#1e1e1e;
	color:#fff;
	padding:0 5px;
	display:inline;
	margin-right:10px;
	border:1px solid #1e1e1e;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.article_body{
	font-size:110%;
}

.article_body:after{
	content:"";
	display:block;
	clear:both;
}

.article_body a{
	text-decoration:underline;
}

.article_body a:hover{
	color:#f06;
}

.article_body p,
.article_body ul,
.article_body dl,
.article_body ol{
	margin-bottom:25px;
	word-wrap:break-word;
}

.article_body ul,
.article_body dl,
.article_body ol{
	clear:both;
}

.article_body .link_imgtext,
.article_body .img_only {
	float:right;
	margin:0 0 15px 15px;
	font-size:85%;
	color:#666;
	text-align:center;
	background-color:#fff;
}

.article_body p.aptext{
	font-weight:bold;
	font-size:110%;
}

.article_body em{
	font-weight:bold;
	padding:0 5px;
	font-size:110%;
}

.article_body em.nem{
	font-weight:normal;
	padding:0;
	font-size:115%;
}

.article_body small{
	margin-left:3px;
	font-size:85%;
	color:#666;
}

.article_body .link_text{
	margin-bottom:25px;
}

.article_body .link_text:before{
}

.article_body .link_text a{
	font-weight:bold;
	font-size:110%;
}

.article_body dl dt{
	margin-bottom:5px;
}

.article_body .sale_item_list{
	background:#F9F4E3;
	padding:10px;
}

.article_body .sale_item_list dd,
.article_body .ebook_list dd{
	background:url("/wp-content/themes/zz_blog/imgs/ddbak.png") no-repeat left 8px;
	padding-left:15px;
}

.article_body .ebook_list{
	clear:none;
}

.article_body .ebook_list dt{
	font-weight:bold;
}

.article_body .ebook_list dd{
	margin-bottom:5px;
}

.article_body .ebook_list dd:last-child{
	margin-bottom:0;
}

.article_body .item_list dd{
	margin-bottom:25px;
}

.article_body .smatome{
	clear:both;
	background-color:#F7F6E1;
	padding:15px;
}

.article_body .smatome dt{
	font-weight:bold;
}

.article_body .smatome dd + dt{
	margin-top:15px;
}

.article_body .smatome dd{
	font-size:95%;
	padding:15px 0  15px 15px;
	border-bottom:1px dotted #ccc;
	background:url("/wp-content/themes/zz_blog/imgs/ul_li.png") no-repeat left 23px;
}

.article_body .smatome dd:last-child{
	border-bottom:none;
	padding-bottom:0;
}

.article_body .matome_style{
	margin:0 -20px;
}

.article_body .matome_style dd{
	font-size:95%;
}

.article_body ul li{
	background:url("/wp-content/themes/zz_blog/imgs/ul_li.png") no-repeat left 8px;
	margin-bottom:5px;
	padding-left:15px;
}

.article_body ul li:last-child{
	margin-bottom:0;
}

.article_body ul.ocam{
	background-color:#F7F6E1;
	padding:15px;
	font-size:95%;
} 

.article_body ul.ocam li{
	border-bottom:1px dotted #ccc;
	padding-top:15px;  
	padding-bottom:15px;
	margin:0;
	background-position:left 23px;
}

.article_body ul.ocam li:first-child{
	padding-top:0;  
	background-position:left 8px;
}

.article_body ul.ocam li:last-child{
	padding-bottom:0;  
	border-bottom:none;
}

.article_body .sale_time{
	clear:both;
}

.article_body .sale_time strong{
	background:#f0f0f0;
	color:#000;
	font-size:105%;
}

.article_body .wrank{
	clear:both;
	border-left:5px solid #ccc;
	padding-left:10px;
	margin-top:30px;
	margin-bottom:30px;
}

.article_body .wrank span{
	font-weight:bold;
}

.article_body .prep{
	text-decoration:line-through;
}

.article_body .salep{
	font-weight:bold;
	font-size:130%;
}

.article_body .poff{
	color:#f2005c;
	font-size:90%;
}

/* ---------------- sale_items/aptext2 ---------------- */ 
.article_body p.aptext2{
	font-weight:bold;
	font-size:150%;
}

.article_body .sale_items dd{
	display:inline-block;
	margin-bottom:15px;
	font-size:85%;
}

*:first-child+html .article_body .sale_items dd{
	display:inline;
}

* html .article_body .sale_items dd{
	display:inline;
}

.article_body .sale_items dd:nth-of-type(3n+2){
	margin-left:15px;
	margin-right:15px;
}

.article_body .raku_g dd:nth-of-type(3n+2){
	margin-left:0;
	margin-right:0;
}

.article_body .raku_g dd{
	margin-right:15px !important;
}

/* ---------------- g_list ---------------- */ 
.article_body .g_list{
	clear:both;
	margin-bottom:20px;
}

.article_body .g_list a{
	color:#000;
}

.article_body .g_list a:hover{
	color:#f06;
}  

.article_body .g_list dt{
	padding:5px 10px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
	background:#1e1e1e url("/wp-content/themes/zz_blog/imgs/g_list_bak.png") repeat-x left bottom;
}

.article_body .g_list dd{
	font-size:90%;
	margin:0 0 10px;
	border:1px solid #ccc;
	padding:5px; 
	width:290px;
}

.article_body .g_list dd:last-child{
	margin-bottom:0;
}

.article_body .g_list dd:after{
	content:"";
	display:block;
	clear:both;
}

.article_body .g_list dd .g_img{
	float:left;
	margin-right:10px;
}

.article_body .g_list dd .g_ebook{
}

.article_body .g_list dd .kind_link{
	margin-top:20px;
}

/* ---------------- img_gpbox/img_gpbox_dl ---------------- */
.article_body .img_gpbox,
.article_body .img_gpbox_dl dd{
	border:3px solid #f0f0f0;
	padding:10px;
	border-radius:5px;
	margin-bottom:25px;
	clear:both;
}

.article_body .img_gpbox_dl dd{
	margin-bottom:10px;
}

.article_body .img_gpbox_dl dd:last-child{
	margin-bottom:0;
}

.article_body .img_gpbox:after,
.article_body .img_gpbox_dl:after,
.article_body .img_gpbox_dl dd:after{
	content:"";
	display:block;
	clear:both;
}

.article_body .img_gpbox p,
.article_body .img_gpbox_dl dd p{
	margin-bottom:0;
}

.article_body .img_gpbox p a,
.article_body .img_gpbox_dl dd p a{
	font-weight:bold;
	font-size:110%;
}

.article_body .img_gpbox_dl dd p a{
	color:#333;
}

.article_body .img_gpbox_dl dd p a:hover{
	color:#f06;
}

.article_body .img_gpbox p.gp_img,
.article_body .img_gpbox_dl dd p.gp_img{
	float:left;
	margin-right:10px;
	text-align:center;
	font-size:90%;
}

.article_body .img_gpbox p.gp_price,
.article_body .img_gpbox_dl dd p.gp_price{
	margin-top:15px;
	font-size:90%;
}

.article_body .img_gpbox p.gp_info,
.article_body .img_gpbox_dl dd p.gp_info{
	margin-top:15px;
	font-size:90%;
}

/* ---------------- sr_links ---------------- */
.article_body .sr_links{
	width:100%;
	clear:both;
	margin-top:45px;
}

.article_body .sr_links:after{
	content:"";
	display:block;
	clear:both;
}

.article_body .sr_links dt{
	margin-bottom:0;
}

.article_body .sr_links dd{
	float:left;
	width:50%;
	padding:5px 0;
	background-image:url("/wp-content/themes/zz_blog/imgs/aricon.png");
	background-repeat:no-repeat;
	background-position:10px 6px;
	background-color:#F7F7F7;
	font-size:90%;
}

.article_body .sr_links dd:nth-child(odd){
	width:49%;
	border-left:1px dotted #ccc;
}

.article_body .sr_links dd a{
	margin:0 0 0 35px;
	color:#333;
} 

.article_body .sr_links dd a:hover{
	color:#f06;
}

/* ---------------- sns_block ---------------- */
.sns_block{
	clear:both;
	margin-bottom:15px;
}

.sns_block .sns_links li{
	display:inline;
	margin:0 5px 0 0;
	vertical-align:top;
	padding:0;
	background-image:none;
}

.pocket-btn{
	display:inline;
}

/* ---------------- article_footer ---------------- */
.article_footer_div {
	color:#666;
	font-size:90%;
}

.article_footer_div ul li{
	display:inline;
	padding:0 10px;
	border-left:1px solid #ccc;
}

.article_footer_div ul li:first-child{
	padding-left:0;
	border-left:none;
}

.article_footer_div ul li a{
	color:#666;
	text-decoration:underline;
}

.article_footer_div ul li a:hover{
	color:#f06;
}

/* ---------------- new_article/matome_box/rss_text ---------------- */
.new_article,
.matome_box{
	margin:30px -20px 0;
	background:#feffe2;
	clear:both;
	padding:10px 20px;
	border-top:1px solid #e7eac9;
}

.matome_box{
	margin-top:0;
	border-top:none;
}

.new_article a,
.matome_box a,
.rss_text a{
	color:#333; 
	text-decoration:underline;
}

.new_article a:hover,
.matome_box a:hover,
.rss_text a:hover{
	color:#f06; 
}

.new_article h1,
.matome_box h1{
	font-size:105%; 
}

.new_article ul{
} 

.new_article ul li{
	margin-bottom:40px;
}

.new_article ul li:first-child{
	margin-top:20px;  
}

.new_article ul li a{
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
}

.matome_box ul li{
	padding-top:3px;  
	padding-bottom:3px;
}

.matome_box ul li:first-child{
	padding-top:6px;  
}

.matome_box ul li:last-child{
	padding-bottom:0;  
}

.new_article .cat_list_link{
	text-align:center;
	margin-top:15px;
}

.rss_text{
	margin-top:30px;
	margin-bottom:15px;
	padding:10px;
	background:#f0f0f0;
}

/* ---------------- is page/contact ---------------- */
.article_body h2{
	margin-bottom:10px;
	font-size:110%;
	border-bottom:1px dotted #ccc;
}

.article_body .prof_img{
	float:left;
	width:49px;
	margin:0 15px 15px 0;
}

.article_body .rss_list,
.article_body .links_list{
	font-size:95%;
	background:#F7F6E1;
	padding:10px;
}

.article_body .rss_list{
	background:#fff;
	padding:0;
}

.article_body .rss_list dt{
	padding:0 0 0 25px;
	font-weight:bold;
	font-size:90%;
	background:url("/wp-content/themes/zz_blog/imgs/aricon.png") no-repeat left 1px;
}

.article_body .rss_list dd{
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:5px 10px;
	background-color:#f2f2f2;
}

.article_body .rss_list dd:last-child{
	margin-bottom:0;

}

.article_body .rss_list dd a{
	color:#333;

}

.article_body .rss_list dd a:hover{
	color:#f06;

}

.article_body .links_list dt{
	font-weight:bold;
}

.article_body .links_list dd{
	padding:2px 0 2px 20px;
	background:url("/wp-content/themes/zz_blog/imgs/aricon.png") no-repeat left 2px;
}

.article_body .screen-reader-response{
	margin-bottom:15px;
}

.article_body .screen-reader-response ul,
.article_body .wpcf7-response-output,
.article_body .wpcf7-not-valid-tip{
	display:none;
}

.article_body .wpcf7-not-valid {
    background-color:#FFE0E5;
}

/* ---------------- video_tag ---------------- */
.article_body p.video_tag {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.article_body p.video_tag iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* ---------------- ar_bigimg ---------------- */
.article_body p.ar_bigimg{
	text-align:center;
	clear:both;
	line-height:1.2;
	margin-bottom:20px;
}

/* ---------------- tmp_s ---------------- */
ul.tmp_s{
	margin:40px 0;
}

ul.tmp_s li{
	background:url("/wp-content/themes/zz_blog/imgs/ddbak.png") no-repeat left 10px;
	padding-left:15px;
	margin-bottom:10px;
}

ul.tmp_s li a{
	font-size:150%;
	font-weight:bold;
}

ul.tmp_s li a:hover{
	color:#f06;
	text-decoration:underline;
}

/* ---------------- article_bottom_ad ---------------- */
.article_bottom_ad{
}

/* ---------------- comment ---------------- */
.com_box{
	background:#f9f9f9;
	padding:10px 20px;
	margin-bottom:15px;
}

.comments_tit,
#respond h3{
	font-size:110%;
	color:#333;
}

#respond h1,
#respond h3,
#respond p,
.comments_tit{
	margin-bottom:15px;
}

.comments_list{
}

.comments_list li{
	margin-bottom:15px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
}

.comments_list li:last-child{
	margin-bottom:0;
}

.comments_list li ul{
	margin-top:15px;
}

.comments_list li ul li{
	background:#f6f6f6;
	margin:0;
}

.comments_list .comment_info{
	margin:15px 0 0;
	font-size:95%;
}

#respond textarea#comment,
#respond input#author{
	padding:2px;
	border:1px solid #ccc;
}

#respond .comment_caution{
	font-size:90%;
}

.article_trackback_url{
	background:#EFE8D0;
	padding:5px 10px;
	border:1px solid #CCC4AD;
}

/* ---------------- page_navi ---------------- */
.page_navi,
.wp-pagenavi{
	text-align:center;
	padding:25px 0 35px;
	clear:both;
	background:#fff;
}

.page_navi a span.pre_link{
	margin:0 0 0 5px;
}

.page_navi a span.next_link{
	margin:0 5px 0 0;
}

.page_navi span.navi_border{
	margin:0 10px;
}

.page_navi a{
	color:#333;
	text-decoration:underline;
}

.page_navi a:hover{
	color:#f06;
}

.wp-pagenavi a,
.wp-pagenavi span{
	padding:5px 10px;
	font-size:110%;
	font-weight:bold;
	background:#F2E1AE;
}

.wp-pagenavi a{
	background:#fcf4de;
	color:#333;
}

.wp-pagenavi a:hover{
	color:#fff;
	background:#CC0000;
}

/* ---------------- sidebox ---------------- */
.sidebox{
	padding:10px 0;
}

.sidebox a{
	color:#144672;
	text-decoration:underline;
}

.sidebox a:hover{
	color:#f06;
}

.sidebox h1{
	margin-bottom:5px;
}

.sidebox ul{
	font-size:95%;
}

.sidebox .side_reca{
	margin:0 10px;
}   

.sidebox .side_reca ul li{ 
	border-bottom:1px solid #ccc;
	padding:10px 0;
}

.sidebox .side_reca ul li:first-child{ 
	padding-top:5px;
}   

.sidebox .side_reca ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}

.sidebox .main_article_navi,
.sidebox .sub_article_navi{
	margin:0 10px;
}

.sidebox .main_article_navi{
	margin-top:15px;
	margin-bottom:15px;
}

.sidebox .side_reca h1 span,
.sidebox .main_article_navi h1 span,
.sidebox .sub_article_navi h1 span{
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	padding:0 8px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.sidebox .side_reca h1 span{
	font-weight:bold;
}

.sidebox .main_article_navi ul li,
.sidebox .sub_article_navi ul li{
	margin-bottom:5px;
	padding:2px 10px;
	background:#f0f0f0;
}

.sidebox .main_article_navi ul li:last-child,
.sidebox .sub_article_navi ul li:last-child{
	margin-bottom:0;
}

/* ---------------- sidebox_sidead ---------------- */
.sidebox .sidead{
	margin:0 0 10px;
	text-align:center;
}

/* ---------------- sidebar_pu_box ---------------- */
.pu_box{
	margin:-10px -10px 10px;
}

.pu_box h1{
	background:#ba0000;
	color:#fff;
	padding:3px 10px;
	font-weight:bold;
}

.pu_box ul li{
	margin:0 20px;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}

.pu_box ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}

.pu_box ul li a{
	color:#565656;
	font-size:105%;
	font-weight:bold;
	text-decoration:none;
}

/* ---------------- sidebar_day_box ---------------- */
.day_box{
	margin:-10px -10px 10px;
}

.day_box h1{
	background:#333;
	color:#fff;
	padding:3px 10px;
	font-weight:bold;
}

.day_box ul li{
	margin:0 10px;
}

.day_box ul li a{
	font-weight:bold;
}

/* ---------------- sidebar ---------------- */
.sidebar{
	background:#fff;
	padding:10px 0 0;
}

.sidebar a{
	color:#144672;
	text-decoration:underline;
}

.sidebar a:hover{
	color:#f06;
}

.sidebar h1,
.sidebar .prof_box,
.sidebar form,
.sidebar ul{
	margin:0 10px;
}

.sidebar h1{
	margin-bottom:5px;
	clear:both;
}

.sidebar h1 span{
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	padding:0 8px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.sidebar .prof_box,
.sidebar form,
.sidebar ul{
	margin-bottom:15px;
}

.sidebar ul.home_rss{
	margin-left:0;
	margin-right:0;
	background:#FFE5EE;
	padding:5px 10px;
	font-size:105%;
}

.sidebar ul.home_rss li{
	display:inline;
	padding:0 10px;
	border-left:1px solid #F4CDDA;
}

.sidebar .prof_box:after,
.sidebar ul.side_sns:after{
	content:"";
	display:block;
	clear:both;
}

.sidebar .prof_box .prof_img{
	float:left;
	width:49px;
	margin:0 10px 10px 0;
}

.sidebar .prof_box p{
	margin:0 0 15px;
	font-size:90%;
}

.sidebar .prof_box .prof_clear{
	clear:both;
	margin-bottom:0;
}

.sidebar .prof_box p span{
	background:#f0f0f0;
}

.sidebar ul.side_sns li{
	float:left;
	margin:0 5px 5px 0;
}

.sidebar form img{
	vertical-align:middle;
}

.sidebar form #s{
	width:130px;
	margin:0 5px;
}

.sidebar .screen-reader-text{
	vertical-align:top;
}

.sidebar ul.side_links li{
	margin-bottom:5px;
	padding:2px 10px;
	background-color:#f0f0f0;
}

.sidebar ul.side_new_list li{
	padding-left:25px;
	background-image:url("/wp-content/themes/zz_blog/imgs/aricon.png");
	background-repeat:no-repeat;
	background-position:5px 4px;
}

.sidebar ul.side_links li:last-child{
	margin-bottom:0;
}

.sidebar p.shome{
	text-align:center;
	margin:0 0 20px;
	font-size:110%;
}

.sidebar p.shome a{
	font-weight:bold;
}

/* ---------------- footer ---------------- */
.footer_div{
	clear:both;
	background:#302E2E;
	width:100%;
	padding:10px 0;
	color:#999;
	font-size:90%;
}

.footer_div a{
	color:#f0f0f0;
}

.footer_div a:hover{
	color:#f06;
}

.footer_div ul,
.footer_div p{
	margin-bottom:10px;
	margin-left:15px;
}

.footer_div p.cright{
	margin-bottom:0;
}

.footer_div p a{
	margin:0 5px;
}

.footer_div ul li{
	display:inline;
}

.footer_div ul li a{
	border-left:1px solid #232222;
	padding:0 10px;
}
