@charset "utf-8";
/* CSS Document */

h1.entry-title {
	font-size: 32px !important;
	line-height: 38px !important;
}

.td-post-content h2 {
	font-size: 26px !important;
	line-height: 32px !important;
	font-weight: bold !important;
	color: #FFF !important;
	background: #09F !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
    position: relative !important;
    margin: 40px 10px 30px 0 !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px !important;
    box-shadow:1px 3px 7px 0px  #666666 !important;
	border: 3px solid #09F !important;
}
.td-post-content h2:before,
.td-post-content h2:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.td-post-content h2:after {
    left: 40px;
    border: 13px solid transparent;
    border-top: 13px solid #09F;
}
.td-post-content h2:before {
    left: 37px; 
    border: 16px solid transparent;
    border-top: 16px solid #09F;
}

.td-post-content h3 {
	padding-top: 5px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #09F !important;
	font-size: 22px !important;
	line-height: 28px !important;
	font-weight: bold !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}
.td-post-content h4 {
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CCC !important;
	font-size: 20px !important;
	line-height: 26px !important;
	font-weight: bold !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}


p {
	letter-spacing: normal !important;
	line-height: 1.6em !important;
}

blockquote {
    position: relative !important;
    margin: 0 1em 1.5em !important;
    padding: 1em !important;
    border: 3px solid #d7d7d7 !important;
    background-color: #e0e0e0 !important;
    z-index: 1 !important;
}

blockquote p {
	font-size: 15px !important;
	line-height: 20px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-align: left !important;
	color: #666666 !important;
	position: relative !important;
    z-index: 3 !important;
}

blockquote:before {
    content: "“";
    font-size: 1000%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #F0F0F0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#hatebu_link #content-area ul li {
	list-style-position: outside;
	list-style-image: url(../hottopix%202.5/images/star.png);
	list-style-type: none;
}


#clear_div {
	clear: both;
	width:  700px;
	height: 10px;
}

#middle_center {
	clear: both;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#freesoft_main {
	clear: both;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = 'transparent');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = 'transparent')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, transparent, transparent);
	background-image: -ms-linear-gradient(top, transparent, transparent);
	background-image: -o-linear-gradient(top, transparent, transparent);
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), to(transparent));
	background-image: -webkit-linear-gradient(top, transparent, transparent);
	background-image: linear-gradient(top, transparent, transparent);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-top: 5px;
	padding-bottom: 5px;/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#freesoft {
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px !important;
}

#freesoft h3 {
	border-left-width: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}


#freesoft br {
	padding-right: 10px;
	padding-left: 10px;
}

#freesoft li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: center;
	height: 20px;
	width: 100px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
}

#freesoft li a {
	background-color: #09F;
	color: #FFF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
}

#freesoft li a:hover {
	background-color: #6CF;
	color: #FFF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
}

#freesoft ul {
	margin: 0px;
	padding: 0px;
}

#kaisetu01 {
	font-size: small;
	color: #09F;
	background-color: #FFF;
	border: 1px solid #666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
}

.back_blue {
	background-color: #1b8fe3;
	color: #ffffff;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	border: 3px solid #333;
}


#guide_outer {
	background-color: #EFB;
	padding: 5px;
	box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#guide_inner {
	margin: 5px;
	padding: 5px;
}

.important_big {
	font-size: 20px;
	font-weight: bold;
}
.important_normal {
	font-weight: bold;
}
.important_red_big {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
.important_red_normal {
	font-weight: bold;
	color: #F00;
}


/* http://rakuishi.com/wordpress/2399/*/
.hatenaA{
  background: #fff0f0 !important;
  color: #ff6666 !important;
  font-weight: bold !important;
}
.hatenaB{
  background: #ffcccc !important;
  color: #ff0808 !important;
  font-weight: bold !important;
}


#download {
	clear: both;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #0CF;
}
	
#download_innner {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}

#download_innner a {
	color: #FFF;
}

	 

#hatebu_link {
	margin-bottom: 10px !important;
}
#hatebu_link img {
	vertical-align :text-bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

#hatebu_link ul {
}

#hatebu_link li {
	list-style-position: outside !important;
	font-size: 14px !important;
	border-radius: 0px !important;        /* CSS3草案 */
	-webkit-border-radius: 0px !important;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px !important;   /* Firefox用 */
	text-align: left !important;
	background-image: none !important;
	list-style-image: url(../hottopix%202.5/images/star.png) !important;
	font-weight: bold !important;
		width: 95% !important;
	max-width:600px !important;
}

#hatebu_link li a {
	background-color: #FFF;
	color: #06F;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;
	padding: 0px;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#hatebu_link li a:hover {
	background-color: #FFF;
	color: #0CF;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;
	margin: 0px;
	padding: 0px;
}


.span4 wpb_column column_container span.hatena-bookmark-count strong a {
    background-color: #FFCCCC !important;
    color: red !important;
    display: inline !important;
    font-style: normal !important;
    font-weight: bold !important;
	font-size: 11px !important;
}

p .margin-wide {
	margin-bottom: 36px;
}

.clearfix:after{
content: "";
clear: both;
display: block;
}

.post-ad{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.social-sharing-top {
	float: left;
	width: 96%; /* 960px / 1000px */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px !important;
	margin-left: 0;
	}

#jetpack-upside-space {
	margin-top: 10px !important;
	clear: both !important;
	padding-top: 10px !important;
}

.wpp-views {
	background-color: #FFCCCC !important;
	color: red !important;
	display: inline !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 11px !important;
}

/* LinkWithin風 */
.related-post{
height:100%;
}
.related-post{
overflow:hidden;
margin-top:5px;
}
.related-entry {
	vertical-align: top;
	float: left;
	width: 160px;
	font-size: 13px;
	line-height: 1.5;
	min-height: 215px;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 40px;
}

.related-entry img{
	padding: 2px;
	margin: 0;
	border: #ccc 1px solid;
	width: 150px;
}