/*
Theme Name: Twenty Eleven Child by sakedrink.info
Description: Twenty Eleven を利用した子テーマです。
Template: twentyeleven
Version: 1.0
Author: Yoshinori Okazakiy
Author URI:http://sakedrink.info/
*/

@import url('../twentyeleven/style.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

#page {
	max-width: 1200px;
}
#branding hgroup {
	margin: 0 3.8%;
}
#access div {
	margin: 0 3.8%;
}
#primary {
	float: left;
	margin: 0 -28.8% 0 0;
	width: 100%;
}
#content {
	margin: 0 28.8% 0 3.8%;
	width: 63.6%;
}
#secondary {
	float: right;
	margin-right: 3.8%;
	width: 25.0%;
}

/* Singular
----------------------------------------------- */
.singular #primary {
	margin: 0 -28.8% 0 0;
}
#nav-single {
	display: none;
}
.singular .entry-header .entry-meta {
	position: relative;
}
.singular .hentry {
	padding: 0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}
.singular #content, .left-sidebar.singular #content {
	margin: 0 28.8% 0 3.8%;
	width: 63.6%;
}
.singular article .entry-title {
	padding-top: 0;
}
.singular .entry-meta .edit-link a {
	right: 0;
	top: 0;
	left: auto;
}

/* =widget-area
----------------------------------------------- */
.widget-title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0.8em 0 0.8em 0;
	text-transform: none;
	border-left: 5px solid #22ACE8;
	border-bottom: 1px solid #22ACE8;
	margin-left: -9px;
	padding: 0.3em 0 0.2em 4px;
}
.widget ul , widget ol {
	list-style-type: none;
}
.widget-area li {
	margin-bottom: 0.5em;
}

/* =中見出し
----------------------------------------------- */
.entry-content h2 {
	font-size: 1.5em;
	border-left: solid 7px #22ACE8;
	border-bottom: solid 1px #22ACE8;
	margin-left: -14px;
	padding-left: 7px;
	padding-top: .150em;
	text-transform: none;
}
.entry-content h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: dotted 1px #22ACE8;
	line-height: 1em;
	margin-bottom: 1em;
	text-transform: none;
}
.entry-content h4 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	text-transform: none;
}
/* =パンくず
----------------------------------------------- */
#breadcrumb{
	margin-bottom: 20px;
	color:#777;
	font-size:13px;
}
div#breadcrumb div {
	display: inline;
}
#breadcrumb span.sp{
	margin:0 10px;
}
#breadcrumb a{
	text-decoration:none;
	color:#777;
}
/* =サムネイル画像の回り込み
----------------------------------------------- */
.search-thumbnail {
	float: left;
	margin-right: 1em;
}
/* =記事中広告のマージン
----------------------------------------------- */
.content-upside-ad {
	margin: 1em 0 2em 0;
}
.content-downside-ad {
	margin: 1em 0 1em 0;
}
/* =ソーシャルボタン関連
----------------------------------------------- */
.sns-btn-bottom {
	margin: 1em 0 1em 0;
	background-color: #CCFFFF;
	padding: 1em;
}
.sns-btn-bottom p {
	font-weight: bold;
}
.sns-btn-bottom-share {
	margin: 0 0 1em 0;
}
.sns-btn-bottom-follow {
	margin: 2em 0 1em 0;
}
.share .twitter, .share .facebook, .share .google-plus, .share .hatena {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.share .facebook {
	width: 69px;
	overflow: hidden;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe[style] {
	width: 100%!important;
}
/* =引用
----------------------------------------------- */
.entry-content blockquote {
	margin: 1em 0 2em 0;
	padding: 0.1em 1em;
	background-color: #E2E2E2;
	z-index:0;
	position:relative;
}
.entry-content blockquote p {
	margin: 1em 0;
}
.entry-content blockquote:before {
	content:"“";
	font-size:350%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#fff;
	position:absolute;
	left:-0.2em;
	top:0;
	z-index:-1;
}
/* .entry-content blockquote {
	padding: 1em 1em 0.1em 1em;
	margin-bottom: 1em;
	background-color: #E2E2E2;
} */
/* =タイトル
----------------------------------------------- */
.entry-title,
.entry-header .entry-meta {
	padding-right: 0;
}
/* =動画のレスポンシブ化
----------------------------------------------- */
.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}