@charset "utf-8";
/*
Theme Name: Twenty Twelve Child
Theme URI: http://www.tecking.org/
Description: WordPress のテーマ「2012」に基づく『鉄王』サイト用の子テーマです。
Author: tecking
Template: twentytwelve
Version: 1.0.0
*/

body {
	background: #b2b2b2; /* old browsers */
	background: -moz-linear-gradient(top, #b2b2b2 0%, #f0f0f0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#f0f0f0)); /* webkit */
	font-family:
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",
		"Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック",
		sans-serif;
}

/* その他の設定 */
.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	 zoom: 1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.widget-title,
#zenback-widget .zenback-module-label {
	margin-bottom: 5px;
	padding: 4px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	background: #666; /* old browsers */
	background: -moz-linear-gradient(top, #b2b2b2 0%, #c2c2c2 20%, #666 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(20%,#c2c2c2), color-stop(100%,#666)); /* webkit */
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

#zenback-widget .zenback-module-label {
	padding: 4px 7px !important;
}

#zenback-widget .zenback-module-label a,
#zenback-widget .zenback-module-label span {
	color: #fff !important;
}

blockquote {
	border-left: 3px solid #eee;
}

.tagcloud {
	line-height: 1.4
}

.main-navigation li a,
.archive-title {
	text-transform: none;
}

.syntaxhighlighter .string a {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

.site-content article {
	margin-bottom: 25px;
	margin-bottom: 2rem;
}

.site-content .ad {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

#linkcat-118.widget .blogroll li {
	margin-bottom: 1.2rem;
	line-height: 1.4rem;
}

#linkcat-118.widget .blogroll li img {
	max-width: 30%;
}

#searchform #s {
	max-width: 70%;
}

.wppp_list {
	margin-left: 1.8rem;
	list-style-type: decimal;
}

header .sharedaddy {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

.entry-header .entry-title {
	line-height: 1.5;
}

.share-custom a span {
	background-size: 16px 16px;
}

.syntaxhighlighter {
	overflow: scroll;
}

.wp-caption-text {
	font-style: normal;
}

.ad {
	text-align: center;
}

.ad-row {
	border-bottom: 4px double #EDEDED;
}

.ad-row .ad.left {
	float: left;
}

.ad-row .ad.right {
	float: right;
}

.grofile-thumbnail {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.ad-row .ad {
		width: 100%;
	}
	.ad-row .ad.left,
	.ad-row .ad.right {
		float: none;
	}
	
}