@import  "//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic";
@import  "//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic";

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
h1#site-title {
	font-size: 2.5em;
	margin: 0 0 14px;
	padding: 0;
	line-height: 100%;
	letter-spacing: .5px;
}

body {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.container {
	background-color: white;
}

#header span.site-desc {
	margin: 0;
	padding: 0;
	line-height: 130%;
	letter-spacing: -1px;
	font-size: 1em;
}

@media only screen and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: portrait ) {
	#wrap {
		width: 95% !important;
		margin-left: 7px !important;
		margin-right: 0 !important;
	}
	
	#header {
		width: 100% !important;
		margin-left: 8px !important;
		margin-right: 0 !important;
	}
	
	.eleven.columns {
	}
	
	.offset-by-eleven {
	}
	
	.eleven.columns {
	}
}

@media only screen and (min-device-width: 414px)
and (max-device-width: 736px) {
	#wrap #content #header #inner {
		width: 100% !important;
		margin-left: 8px !important;
		margin-right: 0 !important;
	}
}

.pict2, .pict4, .pict {
	margin: 10px 0;
	padding: 2px 2px 14px;
	border: 1px solid #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-image: url(//flapro.net/images/pict_edge_bk.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #000000;
}

.entry-content dl, .entry-content ul {
	background-color: #f0f0f0;
	padding: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.sd-content ul {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: white;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin-bottom: 4px;
	padding-left: 8px;
}

#nav-below {
	font-size: .8em;
}

dl {
	margin-bottom: 16px;
}