/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
#content h1 {
	font-size: 2em;
	color: #009966;
	padding: 10px 0;
	border-bottom: #009966 dotted 1px;
}

#content-archive h2 a {
	font-size: .85em;
	color: #009966;
	padding: 10px 0;
	border-bottom: #009966 dotted 1px;
}

#content-blog h2 a {
	font-size: .85em;
	color: #009966;
	padding: 10px 0;
	border-bottom: #009966 dotted 1px;
}

.post-meta {
	display: none;
}

br.clear {
	clear: both;
}

.read p {
	color: #660000;
	font-size: 1.2em;
}

.waku {
	clear: both;
	border: #999999 solid 1px;
	padding: 10px 20px;
}

.waku ul {
	margin: 0;
	padding: 0;
}

.waku li {
	margin: 5px 0;
}

.attention {
	clear: both;
	border: #FFCC00 solid 5px;
	padding: 10px 20px;
}

.attention p {
	color: #FF0000;
	font-size: 1.2em;
}

.datebox {
	margin: 15px 0;
	padding: 0;
	border-bottom: #999999 dotted 1px;
}

.datebox p {
	margin: 5px 0;
}

#yoyaku {
	width: 583px;
	height: 100px;
	margin: 0;
	padding: 0;
	font-size: .75em;
	color: #999999;
	font-weight: normal;
	background: url(http://tono-cycling.com/wp-content/uploads/2014/09/title-yoyaku.jpg) no-repeat left center;
	text-indent: 300px;
}

.text-red {
	color: #FF0000;
}

.text-boldred {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}

.text-large {
	font-size: 1.2em;
	font-weight: bold;
}

.monthly-calendar table {
	width: 100%;
	margin: 0;
}

.monthly-calendar th {
	margin: 0;
	padding: 2px;
	font-size: .85em;
}

.monthly-calendar td {
	margin: 0;
	padding: 2px 4px;
	font-size: .85em;
}

#widgets .widget-title h3 {
	font-size: 1em;
	padding: 20px 0 10px 50px;
	background: url(http://tono-cycling.com/wp-content/uploads/2014/09/icon.jpg) no-repeat left center;
}

.bg-about {
	padding: 0 0 300px;
	background: url(http://tono-cycling.com/wp-content/uploads/2014/09/sashie-about.jpg) no-repeat left bottom;
}

#text-6 {
	text-align: right;
}

/* 外観-ホームページ（index.html）
-------------------------------------------------*/
(function(d, s, id) {
}

(document, script, facebook-jssdk));
#featured-image p {
	margin: 2px 0;
}

.widget-title-home h3 {
	font-size: 1em;
	padding: 20px 0 10px 50px;
	background: url(http://tono-cycling.com/wp-content/uploads/2014/09/icon.jpg) no-repeat left center;
}

#home_widget_1 ul {
	margin: 10px 0;
}

#home_widget_1 li {
	margin: 5px 0;
	padding: 0 0 2px;
	border-bottom: #999999 dotted 1px;
}

#home_widget_3 ul {
	margin: 10px 0;
}

#home_widget_3 li {
	margin: 5px 0;
	padding: 0 0 2px;
	border-bottom: #999999 dotted 1px;
}