﻿<br />
<b>Warning</b>:  Trying to access array offset on value of type bool in <b>/home/tsuruma/tsuruma-law.jp/public_html/wp/wp-content/plugins/simple-map/simple-map.php</b> on line <b>272</b><br />
/*
カスタム CSS へようこそ!

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

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
.breadcrumbs {
	font-size: .9em;
	color: #000;
	margin: 5px 0 20px;
	position: relative;
	float: left;
}

.entry-content h4 {
	font-size: large;
	margin-bottom: 1em;
	padding: 5px 10px;
	border-bottom: solid 1px #fa8072;
	border-left: solid 10px #fa8072;
}

.entry-content h5 {
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 5px 10px;
	border-bottom: solid 1px #C0C0C0;
	border-left: solid 10px #C0C0C0;
}

.entry-content ul {
	margin-left: 30px;
	font-size: small;
}

#pan {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* Sidebar */
.widget-area .widget h3 {
	background: #ffefd5;
/*	サイドバーのウィジェットのタイトルの背景色の変更	*/
}

.entry-header .entry-title {
/* 記事タイトルの設定(見出し) */
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	color: #555555;
	background: #fffaf0;
	border-bottom: solid 1px #b6b6b6;
	border-top: solid 1px #b6b6b6;
	clear: both;
	display: block;
	float: left;
	margin: 0 0 18px;
	padding: 12px 0 8px 8px;
	width: 100%;
}

.entry-header .entry-title a {
/* 記事タイトル(見出し)のリンク色設定 */
	color: #555555;
	text-decoration: none;
}

.entry-header .entry-title a:hover {
/* 記事タイトル(見出し)のマウスオーバー時のリンク色設定 */
	color: #ff4444;
	text-decoration: none;
}

@media only screen and (max-width:420px) {
	tbody tr {
		color: #909090;
		border: 2px #707070 solid;
		font-size: 9pt;
		line-height: 18px;
		text-decoration: none;
	}
	
	tbody th {
		background-color: #d0d0d0;
		color: #909090;
		border: 1px #707070 solid;
	}
	
	tbody td {
		border: 1px #707070 solid;
	}
}

.point {
	padding: 1em 1em 1em 2em;
	margin: 1em 0;
	border-style: solid;
	border-width: 1px;
	background-color: lavenderblush;
}