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

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

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
#header {
	background-color: black;
}

#headerTop {
	border-top-color: #11b8f4;
	background-color: black;
}

#topMainBnr {
	background-image: url("http://sas7.co.jp/wp-content/uploads/2014/07/名称未設定-21.jpg");
}

#topMainBnr {
	border-bottom: 1px solid #11b8f4;
}

#content h3 {
	color: #C2C2C2;
}

#main #container #content {
	background-color: #191919;
}

#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
	color: #11b8f4;
}

#content .infoList ul li {
	border-bottom: none;
	margin-left: 10px;
}

#content .infoList .infoDate {
	color: #11b8f4;
}

#content .infoList ul li .infoTxt a {
	color: #C2C2C2;
}

#topPr .topPrOuter {
	border-right: none;
}

#topPr {
	border-left: none;
}

.page #content .infoList {
	border-top: none;
}

#topFreeArea {
	border-bottom: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#topPr .topPrInner h3 {
	border-left-color: #none;
}

#content h3 {
	border-left-color: none;
}

#content .gallery img {
	border: 2px solid #fff;
}

#content .infoList ul li .infoTxt a:hover {
	color: #fff;
	text-decoration: none;
}

#sideTower .sideWidget li a {
	color: #C2C2C2;
}

#sideTower .sideWidget {
	background-color: #191919;
}

#sideTower .sideWidget li a:hover, #sideTower .sideWidget li.current_page_item a, #sideTower .sideWidget li.current-cat a {
	background-color: #3C3B3B;
}

#topMainBnr {
	background-color: #fff;
}

#sideTower .sideWidget .textwidget {
	padding-top: 0;
}

#topPr h3 a:hover {
	text-decoration: none;
	color: #11b8f4;
}

body {
	color: #BEBEBE;
}

div  #catch {
	margin-bottom: 80px;
	margin-top: 20px;
	text-align: center;
}

#pageTitBnr {
	background-image: url("http://sas7.co.jp/wp-content/uploads/2014/07/名称未設定-21.jpg");
}

.su-box {
	margin-top: 30px;
	border-width: 2px;
	border-style: solid;
	width: 50%;
	margin: 0 auto;
}

#contact-form-173 {
	margin-top: 80px;
	margin-left: 10px;
}

.su-button {
	margin: 30px;
}

#content table {
	color: #666666;
}

#content tr td {
	padding-bottom: 10px;
}

.tablepress td, .tablepress th {
	padding-bottom: 10px;
}

#content table {
	margin: 0;
}

#content tr th, #content thead tr th {
	padding: 0;
}

#content tr th {
	padding: 0;
}

.image01 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main #container #content {
	background-color: transparent;
}

#content img {
	margin: 0 auto;
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.tablepress img {
	float: left;
	margin: 10px !important;
}

#content h1, #content h2 {
	margin: 60px 0 25px;
}

#content .gallery .gallery-caption {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	width: 160px;
	margin-bottom: 20px;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: left;
	width: 33%;
}

.child_pages .post_content .post_excerpt {
	margin-top: .5em;
	font-size: 9px;
	line-height: 1.2em;
	height: auto;
	width: 148px;
	word-wrap: break-word !important;
	color: #999;
}

.child_pages .child_page-container {
	background-color: #fff;
}

.child_pages .post_content h4 {
	margin-top: .5em !important;
	line-height: 1.2em !important;
}

@media (max-width: 640px) {
	.post_excerpt {
		display: none;
	}
}

#gMenu {
	background: -ms-linear-gradient(linear,0 0,0 bottom,from(#e5e5e5),to(#fff)) !important;
	background: -ms-gradient(linear,0 0,0 bottom,from(#e5e5e5),to(#fff)) !important;
	background: linear-gradient(to bottom,#e5e5e5,#fff);
/* IE10+, W3C */
}

#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
	background: linear-gradient(to bottom,#e5e5e5,#fff);
/* IE10+, W3C */
}

#sideTower .localHead {
	background: linear-gradient(to bottom,#e5e5e5,#fff);
/* IE10+, W3C */
}

#content .childPageBox {
	background: linear-gradient(to bottom,#e5e5e5,#fff);
}

@media screen and (max-width: 640px) {
	body.custom-background {
		background-image: none !important;
	}
}

#content blockquote h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
}

#content blockquote p {
	color: #000;
}

.ptable .column-1,
.ptable .column-2, 
.ptable .column-3 {
	font-size: 15px;
	text-align: center;
	line-height: 15px;
}

.f_red {
	color: red;
}

.f_bold {
	font-weight: bold;
}