/*--------------------------------------------------------
 *
 *  CommonCss
 *
--------------------------------------------------------*/

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	word-break: break-all;
	max-width: 700px;
	margin: auto;
}

li { list-style-type: none; }
a { text-decoration: none; }

/* ---------------------------ブログテンプレート画像最適化--------------------------- */
img.templete {
	zoom:140%;
	}

/* ---------------------------ブログテンプレート画像最適化--------------------------- */
.ad320 {
	width: 100%;
	text-align: center;
}

.ad320 div {
	width: 320px;
	margin: 5px auto;
}

/* -------------------------------------プロフ、ブログ紹介------------------------------------- */

.prof{
	font-size: 13px;
	text-align: right;
	}

.clearbox {
	clear: both;
	height: 1px;
}

.blog_list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

.about {
  padding: 5px;
}
/* -------------------------------------ブログ一覧------------------------------------- */

.blog_list li{
		list-style-type: none;
		height: auto;
		font-family: HiraKakuProN-W6;
		font-size: 13px;
		line-height: 25px;
		border-bottom: solid 1px #D9D9D9;
		border-left:5px groove  #7f7f7f;
		}

.blog_list li a {
		display: block;
		height: auto;
		padding: 5px 30px 5px 0px;
		background: url("http://blog.minblo.com/img/iphone/listArrow.png") right no-repeat;
		text-decoration: none;
		color: black;
		}

/* -------------------------------------前、次ボタン------------------------------------- */

a.quickbutton {
		/* 角丸 */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		/* グラデーション */
		background: -moz-linear-gradient(top, #0096CC, #0096CC 49%, #007099 50%, #007099);
		background: -webkit-gradient(linear, center top, center bottom, from(#0096CC), color-stop(0.49, #0096CC),color-stop(0.5, #007099), to(#007099));
		/* 影 */
		-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
		/* その他の設定 */
		border:1px solid #333333;
		font-family: HiraKakuProN-W6;
		color:white !important;
		text-decoration:none;
		text-align:center;
		display:inline;
		font-size: 12px;
		padding: 5px 25px 5px 25px ;
		line-height: 35px;
		}

/* -------------------------------------ブログフッタ------------------------------------- */

.blog_menu{
	font-size: 12px;
	text-align: center;
	}

.blog_menu ul{
	padding:5px;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	}

.blog_menu li{
	background:#FF6699;
	/*グラデ*/
	background: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 49%, #CCCCCC 50%, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.49, #EFEFEF),color-stop(0.5, #EFEFEF), to(#CCCCCC));
	/*角丸*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*影*/
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:40%;
	float:left;
	margin: 3px 13px 3px 13px;
	text-align: center;
	font-family: HiraKakuProN-W3;
	display: inline;
	}

.blog_menu a{
	text-decoration:none;
	color:#333333 !important;
	display:block;
	padding: 4px 0;
	}

/* -------------------------------------プロフフッタ------------------------------------- */

.prof_menu{
	font-size: 12px;
	text-align: center;
	}

.prof_menu ul{
	padding:5px;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	}

.prof_menu li{
	background:#FF6699;
	/*グラデ*/
	background: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 49%, #CCCCCC 50%, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.49, #EFEFEF),color-stop(0.5, #EFEFEF), to(#CCCCCC));
	/*角丸*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*影*/
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:29%;
	float:left;
	margin: 3px 5px 3px 5px;
	padding: 2px 0;
	text-align: center;
	font-family: HiraKakuProN-W3;
	display: inline;
	}

.prof_menu a{
	text-decoration:none;
	color:#333333 !important;
	display:block;
	}

/* -------------------------------------ブログ紹介------------------------------------- */

.blog_about{
		background-color: #ffffff;
		font-size: 15px;
		}

.blog_about ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

.blog_about li{
		list-style-type: none;
		height: auto;
		font-family: HiraKakuProN-W6;
		font-size: 13px;
		line-height: 25px;
		border-bottom: solid 1px #D9D9D9;
		border-left:5px groove  #7f7f7f;
		}

.blog_about li a {
		display: block;
		height: auto;
		padding: 5px 30px 5px 0px;
		background: url("http://blog.minblo.com/img/iphone/listArrow.png") right no-repeat;
		text-decoration: none;
		color: black;
		}

/* -------------------------------------購読ブログ一覧------------------------------------- */

.blog_reading{
		background-color: #ffffff;
		font-size: 15px;
		}

.blog_reading ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

.blog_reading li{
		list-style-type: none;
		height: auto;
		font-family: HiraKakuProN-W6;
		font-size: 13px;
		line-height: 25px;
		border-bottom: solid 1px #D9D9D9;
		border-left:5px groove  #7f7f7f;
		}

.blog_reading li a {
		display: block;
		height: auto;
		padding: 5px 30px 5px 0px;
		background: url("http://blog.minblo.com/img/iphone/listArrow.png") right no-repeat;
		text-decoration: none;
		color: black;
		}

/*
ブログコメント
*/

.blog_main ul{
	padding:5px;
	margin:0;
	text-align:center;
	list-style-type:none;
	}

.blog_main li{
	background:#FF6699;
	/*グラデ*/
	background: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 49%, #CCCCCC 50%, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.49, #EFEFEF),color-stop(0.5, #EFEFEF), to(#CCCCCC));
	/*角丸*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*影*/
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#FFF;
	border:1px solid #CCCCCC;
	width:45%;
	float:left;
	margin:2px 2%;
	text-align:center;
	font-family: HiraKakuProN-W3;
	}

.blog_main li a{
	text-decoration:none;
	padding:5px 0;
	color:#333333;
	display:block;
	}

/*
ブログフッタメニュー
*/


/*
.blog_main_footer ul{
	padding:5px;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	}

.blog_main_footer li{
	background:#FF6699;
	background: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 49%, #CCCCCC 50%, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.49, #EFEFEF),color-stop(0.5, #EFEFEF), to(#CCCCCC));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:40%;
	float:left;
	margin: 3px 13px 3px 13px;
	text-align: center;
	font-family: HiraKakuProN-W3;
	display: inline;
	}

.blog_main_footer a{
	text-decoration:none;
	padding: 4px 0;
	color:#333333 !important;
	display:block;
	}
*/
/*

ブログコメント

----------------------------------------------------------*/

.blog_comment_main ul{
	padding:5px;
	margin:0;
	text-align:center;
	list-style-type:none;
	}

.blog_comment_main li{
	background:#FF6699;
	/*グラデ*/
	background: -moz-linear-gradient(top, #EFEFEF, #EFEFEF 49%, #CCCCCC 50%, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.49, #EFEFEF),color-stop(0.5, #EFEFEF), to(#CCCCCC));
	/*角丸*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*影*/
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#FFF;
	border:1px solid #CCCCCC;
	width:45%;
	float:left;
	margin:5px 26%;
	padding:5px 0;
	text-align:center;
	font-family: HiraKakuProN-W3;
	}

.blog_comment_main li a{
	text-decoration:none;
	color:#333333;
	display:block;
	}

/* -------------------------------------ブログ紹介------------------------------------- */



.blog_mytop{
		background-color: #ffffff;
		font-size: 15px;
		}

.blog_mytop ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}


.blog_mytop li{
		list-style-type: none;
		height: auto;
		font-family: HiraKakuProN-W6;
		font-size: 13px;
		line-height: 25px;
		border-bottom: solid 1px #D9D9D9;
		border-left:5px groove  #7f7f7f;
		width:45%;
		}


.blog_mytop li a {
		display: block;
		height: auto;
		padding: 5px 30px 5px 0px;
		background: url("http://blog.minblo.com/img/iphone/listArrow.png") right no-repeat;
		text-decoration: none;
		color: black;
		}

/* -----------------------------------------テーブルリンク----------------------------------------- */

.half {
		width: 90%;
		border: 1px #AFAFAF solid;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		text-align: center;
		margin: 10px auto;
}

.half td {
		width: 47%;
		height: 1.1em;
		border: 1px #C0C0C0 solid;
		border-width: 1px;
		text-align: center;
		background: #fff;
}

.half a {
		display: block;
		padding: 5px;
		text-decoration: none;
		color: #4682B4 !important;
}

/* -----------------------------------------ページングリンク----------------------------------------- */

.paging {
		width: 100%;
		border: 1px #AFAFAF solid;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		text-align: center;
		background: #fff;
		padding: 5px 0px;
}

.paging td1 {
		padding: 25px;
		width: 46%;
		height: 1.5em;
		border: 1px #C0C0C0 solid;
		border-width: 1px;
		text-align: center;
		background: #fff;
		padding: 20px 0;
}

.paging td2 {
		padding: 50px;
		width: 47%;
		height: 1.5em;
		border: 1px #C0C0C0 solid;
		border-width: 1px;
		text-align: center;
		background: #fff;
		padding: 20px 0;
}

.paging a {
		display: block;
		width: 100%;
		text-decoration: none;
}

/* -------------------------------------デフォルトボタン------------------------------------- */


/* ---------------------------------------- */
/* リンクを横幅一杯に広げてボタン化する装飾 */
/* ---------------------------------------- */
div.button a {
        /* ▼表示形態 */
        display: block;
        /* ▼サイズ */
        width: 100%;
        /* ▼余白 */
        padding: 0.4em 0px;
        margin: 0.5em auto;
        /* ▼枠線 */
        border-style: solid;
        border-width: 1px;
        border-color: #ccc #999 #999 #ccc;
        /* ▼角丸 */
        -webkit-border-radius: 7px; /* Chrome,Safari */
        -moz-border-radius: 7px;    /* Firefox */
        border-radius: 7px;         /* CSS3 */
        /* ▼文字装飾 */
        text-decoration: none;
        /* ▼文字位置 */
        text-align: center;
        /* ▼文字色 */
        color: #000000;
        /* ▼背景 */
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); /* IE */
        background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
        background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
        background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
}
div.button a.mid {
        /* ▼サイズだけ上書き */
        width: 80%;
}
div.button a.half {
        /* ▼サイズだけ上書き */
        width: 50%;
}
div.button a.paging {
        /* ▼サイズだけ上書き */
        width: 20%;
}
div.button a.tri {
        /* ▼サイズだけ上書き */
        width: 35%;
}

.blog_main_colum img {
  max-width: 100%;
}

.nocomment {
	padding: 5px 0;
}

.albumimg img {
	max-width: 100%;
}

/**********************************************
  / CustomCSS
**********************************************/




.pagenavi ul {
	display: table;
	width: 90%;
	margin: auto;
	padding: 0;
	table-layout: fixed;
}

.pagenavi li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pagenavi li:first-child a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.pagenavi li:last-child a {
	border-right: 1px solid #666;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.pagenavi li a {
	display:  block;
	color: #666;
	padding: 10px;
	border: 1px solid #aaa;
	border-right: none;
	background: #f5f5f5;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	}

.nolatestlink {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	display:  block;
	color: #bbb;
	padding: 10px;
	border: 1px solid #aaa;
	border-right: none;
	background: #f5f5f5;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
}

.nooldlink {
	border-right: 1px solid #666;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	display:  block;
	color: #bbb;
	padding: 10px;
	border: 1px solid #aaa;
	background: #f5f5f5;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
}

.title {
	padding: 5px;
}


/**********************************************
  HeaderCSS
**********************************************/

#header {
	height: 45px;
	border-bottom: 1px solid #692808;
	overflow: hidden;
}

.logo {
	padding: 5px;
	float: left;
	height: 45px;
	line-height: 55px;
}

.logo img {
	width: 150px;
}

.submenu {
	float: right;
}

.submenu a {
	display: inline-block;
	padding: 5px;
}

.submenu img {
	height:35px;
}


/**********************************************
  FooterAuthorCSS
**********************************************/

.summary {
	z-index: 1;
	margin: 10px;
	margin-bottom: 0;
	border:1px solid #aaa;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #faf5ec), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #faf5ec);
	background: -moz-linear-gradient(#fff, #faf5ec);
	background: -o-linear-gradient(#fff, #faf5ec);
	background: -ms-linear-gradient(#fff, #faf5ec);
	background: linear-gradient(#fff, #faf5ec);
}

.summary h2 {
	margin: 0;
	padding: 7px;
	text-align: center;
	font-size: 15px;
	background: #000;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.summary .profimg {
	width: 80px;
	height: 80px;
	float: left;
	margin: 10px;
}

.summary .profimg img {
	width: 80px;
	height: 80px;
}

.summary .blogdetail {
	padding: 10px;
	text-align: left;
}

.summary .blogdetail .proflink {
	text-align: right;
}

.summary .blogdetail .proflink a {
	color: #692808;
	font-weight: bold;
}

.summary .blogabout {
	height: 54px;
	overflow: hidden;
}

.countbox {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #faf5ec), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #faf5ec);
	background: -moz-linear-gradient(#fff, #faf5ec);
	background: -o-linear-gradient(#fff, #faf5ec);
	background: -ms-linear-gradient(#fff, #faf5ec);
	background: linear-gradient(#fff, #faf5ec);
	z-index: 2;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
}

.countbox ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.countbox li {
	float: left;
	min-width: 29%;
	height: 35px;
	vertical-align: middle;
	text-align: right;
	padding: 2%;
	border-right: 1px solid #aaa;
}

.countbox li:last-child {
	border-right: none;
}

.countbox .countvalue {
	font-weight: bold;
}


.blogaction {
	margin: 10px;
}

.blogaction ul {
	padding-left: 0;
}

.blogaction li {
  float: left;
  width: 25%;
  text-align: center;
}

.blogaction li a {
	color: #666;
	display: block;
	padding: 10px;
	border: 1px solid #d8bf98;
	color: #692808;
	border-right: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #faf5ec), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #faf5ec);
	background: -moz-linear-gradient(#fff, #faf5ec);
	background: -o-linear-gradient(#fff, #faf5ec);
	background: -ms-linear-gradient(#fff, #faf5ec);
	background: linear-gradient(#fff, #faf5ec);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
}

.blogaction li:first-child a {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.blogaction li:last-child a {
	border-right: 1px solid #d8bf98;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.blogaction img {
  width: 40px;
  height: 40px;
}

.blog_main_title {
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}


.pager {
  margin: 10px;
  *zoom: 1;
}

.pager:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pager ul {
  margin: 0;
  padding: 0;
}

.pager li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, whitesmoke), color-stop(0, white));
  background: -webkit-linear-gradient(white, whitesmoke);
  background: -moz-linear-gradient(white, whitesmoke);
  background: -o-linear-gradient(white, whitesmoke);
  background: -ms-linear-gradient(white, whitesmoke);
  background: linear-gradient(#ffffff, #f5f5f5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5');
  background-image: -moz-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(#ffffff 0%, #f5f5f5 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pager a {
  display: block;
  color: #3498db;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  height: 14px;
}

.pager .prev {
  float: left;
  width: 42%;
}

.pager .prev a {
  background-image: url("http://blog.minblo.com/img/material/arrow-left.png");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  background-position: left center;
  color: #3498db;
}

.pager .next {
  float: right;
  width: 42%;
}

.pager .next a {
  background-image: url("http://blog.minblo.com/img/material/listArrow.png");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  background-position: right center;
  color: #3498db;
}

.pager .home {
  margin: 0 auto;
  text-align: center;
  width: 12%;
}

.pager .home a {
  background-image: url("http://blog.minblo.com/img/material/home.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: #3498db;
}

.blog_main_footer, .blog_main_com {
  padding: 10px;
  text-align: center;
}
.blog_main_footer ul, .blog_main_com ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.blog_main_footer ul li, .blog_main_com ul li {
  float: left;
  width: 49%;
  margin: 0 2% 10px 0;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, whitesmoke), color-stop(0, white));
  background: -webkit-linear-gradient(white, whitesmoke);
  background: -moz-linear-gradient(white, whitesmoke);
  background: -o-linear-gradient(white, whitesmoke);
  background: -ms-linear-gradient(white, whitesmoke);
  background: linear-gradient(#ffffff, #f5f5f5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5');
  background-image: -moz-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(#ffffff 0%, #f5f5f5 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog_main_footer ul li:nth-child(2n), .blog_main_com ul li:nth-child(2n) {
  margin: 0 0 10px 0;
}
.blog_main_footer ul li a, .blog_main_com ul li a {
  display: block;
  padding: 7px;
  text-decoration: none;
  color: #3498db;
}

.blog_main_com ul li.comnone {
  padding: 7px;
}

/*******************************************
blog-header
*******************************************/

#minblo-header h3 {
  margin: 0 0 0 0;
  text-align: center;
  font-size: 13px;
  padding: 5px;
  background: #e5e5e5;
  height: 20px;
  line-height: 20px;
}
#minblo-header h3 a {
  padding: 0 5px;
  display: block;
  color: #333;
  height: 20px;
}

.blog-meta {
  *zoom: 1;
}
.blog-meta:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-meta .meta-header {
  background: #000;
  *zoom: 1;
  line-height: 13px;
  overflow: hidden;
}
.blog-meta .meta-header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-meta .meta-header a {
  display: block;
  padding: 9px;
}
.blog-meta .meta-header .profimg {
  width: 27px;
  height: 27px;
  margin: 0 10px 0 0;
  float: left;
}
.blog-meta .meta-header .profimg img {
  width: 27px;
  height: 27px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blog-meta .meta-header .blog-name {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
}
.blog-meta .meta-header .blog-author {
  color: #fff;
  font-size: 12px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
}
.blog-meta .meta-footer {
  *zoom: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  overflow: hidden;
}
.blog-meta .meta-footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-meta .meta-footer .blog-info, .blog-meta .meta-footer .prof-link, .blog-meta .meta-footer .subscribe {
  display: inline-block;
  font-size: 13px;
  color: #555;
}
.blog-meta .meta-footer .blog-info a, .blog-meta .meta-footer .prof-link a, .blog-meta .meta-footer .subscribe a {
  text-decoration: none;
  color: #555;
}
.blog-meta .meta-footer .blog-info, .blog-meta .meta-footer .prof-link {
  float: left;
  border-right: 1px solid #eee;
}
.blog-meta .meta-footer .blog-info a, .blog-meta .meta-footer .prof-link a {
  display: block;
  width: 90px;
  text-align: center;
}
.blog-meta .meta-footer .subscribe {
  float: right;
  margin: 4px 5px 0 0;
}
.blog-meta .meta-footer .subscribe a {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: #b28446;
  border: 1px solid #D2B48C;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.blog-meta .meta-footer .subscribe a:hover, .blog-meta .meta-footer .subscribe a:active {
  background: #efe4d5;
  color: #b28446;
}

/**********************************
comment-list--header
**********************************/

.com-header h2 {
  background: #000;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.com-header h2 a {
  color: #fff;
  display: block;
  padding: 7px;
  text-decoration: underline;
}

.com-post {
  text-align: center;
  font-size: 13px;
}
.com-post a {
  color: #333!important;
  display: block;
  margin: 10px auto;
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
}
