/*#content p { font-family:"メイリオ"; }*/
/*.sideTower .sideWidget { font-family:"メイリオ"; }*/
body { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

a:hover, a:active {color: #b1d5e0;}

.content #topPr .topPrOuter h3 a:hover {
	color: #0090bf;
}
.content h2, .content h1.contentTitle, .content h1.entryPostTitle, .content .sideWidget h4 {
	border-bottom: 1px solid #eee;
	padding: 12px 0 9px;
	font-weight: lighter;
	font-size: 150%;
}

.content .infoList ul {
	margin: 10px 0 5px;
	list-style: none;
	font-size: 75%;
}

/*コンテンツ幅を700px*/
@media (min-width: 970px) {
#main #container .content { width:700px; }
}

/*境界線指定*/
hr {border: 1px #ccc solid;}

/*Copyright下のパワードを削除*/
#powerd{display:none}

/*グローバルナビのフォントサイズ*/
@media (min-width: 970px) {
#gMenu .menu li {font-size: 19px;}
/*#gMenu ul.menu a strong { font-weight: bold; }*/
}
/*グローバルナビ子要素フォントサイズ調整*/
ul.sub-menu {font-size: 0.8rem;}

/*サイドメニューのフォントサイズ*/
@media (min-width: 970px) {
.sideTower .sideWidget li a { font-size: 120%; }
.sideTower .sideWidget li ul li { font-size: 100%; }
}

/*サイドメニューのタイトルバー*/
.sideTower .localHead, .sideTower h3.localHead {
	font-size: 110%;
	background-color: #0090bf;
	text-align: center;
    padding:0;
}
.sideTower h3.localHead a {
	text-decoration: none !important;
	display: block;
	color: #fff;
  	border: 1px solid #0090bf;
    padding:13px 0 10px 0;
}
.sideTower h3.localHead a:hover {
	background-color: #fff !important;
	border: 1px solid #0090bf !important;
	color: #0090bf !important;
}

/*枠線*/
.block {
  	display: inline-block;
	font-size:0.75em;
	margin-top: 8px;
	margin-right: 10px;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	background: #0090bf;
	word-break: keep-all;
}

/*ページナビゲーションのフォントサイズを変更*/
.content .child_page_block p{
	font-size: 0.95em;
	line-height: 150%;
}

/*テーブル内のフォントサイズ変更*/
#content table th, #content table td { font-size:16px;line-height:28px; }

/*h5見出し修正*/
.content h5 {
	padding: 0.5em 0.75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	margin: 30px 0 15px;
}
.content h5:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	color: #0090bf;
}

/*h2見出し修正*/
.content h2{
	border-bottom: 1px solid #bbb;
}

/*お問い合わせボタンホバー時アクション*/
.sideTower li#sideContact.sideBnr :hover {
	opacity: 0.8;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

/*コンタクトフォーム７*/
p.form-title {
	background-color: #eee;
	padding: 10px;
}
div.form-title {
	background-color: #eee;
	padding: 10px;
	margin: 0 0 20px;
}
.asterisk {
	margin: 0 0.3em 0 0;
	background-color: #f5637a;
	padding: 2px 5px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}
table.contactformtable {
	margin:0!important;
}

.content form div.wpcf7-validation-errors, .content form span.wpcf7-not-valid-tip {
	background-color: #f5637a;
}
.content form div.wpcf7-validation-errors::after, .content form span.wpcf7-not-valid-tip::after {
	border-bottom: 10px solid #f5637a;
}
.content form div.wpcf7-validation-errors, .content form span.wpcf7-not-valid-tip{
	width: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
}
.wpcf7 select{
  width:100%;
}
.wpcf7 input[type="submit"] {
	border-radius: 4px;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #0090bf;
}
.f-small{font-size: 85%;}

form.wpcf7-form .zipcode {
	ime-mode: disabled;
}

/*整形済みテキスト*/
pre{font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

.btn a:hover{
  background-color:#0090bf;
  color:#fff;