@charset "utf-8";
/* CSS Document */

#page #article .ctsBox { border-bottom:1px dotted #999999; padding:0px 20px 60px;}
#page #article .ctsBox:last-of-type { border-bottom:none; }

#page #article .ctsBox .date {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #EB6CB1;
}
#page #article .ctsBox h3 {
	font-size: 24px;
	font-weight: bold;
	border-top: 2px solid #EB6CB1;
	border-bottom: 2px solid #EB6CB1;
	padding: 10px 0px;
	margin-bottom: 10px;
}
#page #article .ctsBox .snsBox {
	padding-bottom: 10px;
}




#page #article #bnText .texts {
	overflow: hidden;
}
#page #article #bnText .texts img {
	height: auto;
	max-width: 304px;

}
#page #article #bnText .texts img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#page #article #bnText .texts img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#page #article .dNavi { background-color:#ffffff;  }
#page #article .dNavi ul {
	letter-spacing: -0.4em;
	padding: 20px 0px 50px 0px;
	border-top: 2px solid #EB6CB1;
	margin: 0px 20px;
}
#page #article .dNavi ul .next {
	text-align: right;
}

#page #article .dNavi ul li {
	width: 317px;
	display: inline-block;
	letter-spacing: normal;
}

/* sub
------------------------------------ */
#page #side .sub_box {
	background: #FFF;
	font: 14px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page #side div#d_blogbox > div:last-child { margin-bottom:10px; }

#page #side .sub_box h3  {
	margin: 0px;
	padding: 0px;
}
/* d_profile */
#page #side #d_profile .photo {
	text-align: center;
	border-bottom: 1px dotted #000;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#page #side #d_profile .photo img {
	margin: 0px;
	padding: 0px;
}

#page #side #d_profile .texts {
	margin: 0px 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* d_entry,category */
#page #side #d_entry ul li,
#page #side #d_category ul li,
#page #side #calendar ul li {
	padding: 10px 20px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}
#page #side #d_entry ul li:last-child,
#page #side #d_category ul li:last-child,
#page #side #calendar ul li:last-child {
	border-bottom: none;
}
#page #side #d_entry ul li a,
#page #side #d_category ul li a,
#page #side #calendar ul li a {
	font-weight: normal;
	color: #EB6CB1;
	text-decoration: underline;
	margin-left: 10px;
}

/* d_archives */
#page #side #d_archives .year {
	padding: 10px 20px;
	border-top: 1px dotted #999999;
	font-weight: bold;
	color: #EB6CB1;
	cursor:pointer;
	position:relative;
	}
#page #side #d_archives .year:after {
	content: '';
	position: absolute;
	background: url(../r_images/blog/img_togup.png) no-repeat;
	width: 23px;
	height: 23px;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	}
#page #side #d_archives .year.togdown:after {
	content: '';
	position: absolute;
	background: url(../r_images/blog/img_togdown.png) no-repeat;
	width: 23px;
	height: 23px;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	}
#page #side #d_archives div.year:first-of-type { border-top: none; }
#page #side #d_archives ul{
	letter-spacing: -0.4em;
	border-top: 1px dotted #999999;
	padding: 15px 0px 5px 15px;
	display:none;
	}
#page #side #d_archives ul li {
	display: inline-block;
	width: 84px;
	letter-spacing: normal;
	padding-right: 10px;
	padding-bottom: 10px;
}
#page #side #d_archives ul li a {
	display: block;
	padding: 10px;
	border: 1px solid #EB6CB1;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	color: #FFF;
	background: #EB6CB1;
}
#page #side #d_archives ul li a:hover {
	-moz-opacity: 1;
	opacity: 1;
	color: #EB6CB1;
	background: #ffffff;
}

#page #side #calendar { color:#070607; padding-bottom:20px; }
#page #side #calendar .month > span { display: block; float: left; }
#page #side #calendar .month > span.next { width: 20px; height: 20px; text-align:right;}
#page #side #calendar .month > span.back { width: 20px; height: 20px;}
#page #side #calendar .month { margin:0px auto; padding:5px 0px 10px 0px; width:270px; clear:both; overflow:hidden;}
#page #side #calendar .month .date { padding:0px 10px 0px 10px; width:210px; text-align:center; font-weight:bold; }
#page #side #calendar .month a { color:#ed70b6; text-decoration:none; }

#page #side #calendar table { margin:0px auto; padding:0px 0px 20px 0px; text-align:center; width:270px; }
#page #side #calendar table a { color:#EB6CB1; }
#page #side #calendar tbody tr { height:30px; }
#page #side #calendar tbody th { background-color:#e5e3e5; text-align:center; }
#page #side #calendar tbody td { text-align:center; }
#page #side #calendar tbody th:first-child,
#page #side #calendar tbody th:last-child { background-color:#ffd1ea; }


#page #side #d_btn_old { display:block; margin-bottom:10px; }