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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
a {
	color: #1d3994;
}

#pageTitBnr #pageTitInner #pageTit {
	margin-top: 50px;
}

/* アンカーボタン */
a.button3 {
	background-color: #000;
	border: 1px solid #666;
	color: white;
	padding: 12px 25px;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 150px;
	margin: 0 auto;
}

a.button3:hover {
	color: white;
	text-shadow: 0 0 3px #fff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#666),color-stop(1.00,#111));
	background: -webkit-linear-gradient(#666,#111);
	background: -moz-linear-gradient(#666,#111);
	background: -o-linear-gradient(#666,#111);
	background: -ms-linear-gradient(#666,#111);
	background: linear-gradient(#666,#111);
}

.grad2 {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#afbdc0),color-stop(0.50,#6d7673),color-stop(0.50,#0a0f0b),color-stop(1.00,#0a0809));
	background: -webkit-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
	background: -moz-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
	background: -o-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
	background: -ms-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
	background: linear-gradient(to bottom,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
}

/** 税理士オピニオンページ **/
.page-id-795 #pageTitBnr #pageTitInner #pageTit {
	font-size: 45px;
	font-style: oblique;
	color: #317eac;
}

.page-id-795 h2 {
	position: relative;
	padding: 15px;
	background: #88ccef;
	box-shadow: 10px 0 0 0 #88ccef, -10px 0 0 0 #88ccef, 0 3px 3px 0 rgba(0,0,0,0.1);
	color: white;
}

.page-id-795 .content dt {
	color: #317eac;
}

.page-id-795 h2:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: -10px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #7bb8d8;
}

.page-id-795 h2:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #7bb8d8;
}

.page-id-795 .content h3 {
	border-left: 5px solid #317eac;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 7px 15px;
}

/** BackUPプラン申し込みフォーム**/
/* デザインカスタマイズ */
div.wpcf7 {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 30px;
}

div.wpcf7 p {
	padding: 20px 20px 0;
	margin: 0;
	font-size: 14px;
}

div.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
	background-color: white;
}

div.wpcf7 textarea {
	width: 95.5%;
	height: 300px;
}

div.wpcf7 input.wpcf7-submit {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5), inset 0 32px 0 -12px #808080;
	border: 1px solid #666;
}

div.wpcf7 input.wpcf7-submit:hover {
	background: #006080;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5), inset 0 32px 0 -12px #007ea8;
	border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #009de1;
}

.wpcf7-captchac {
	border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/**必須**/
span.wp-cf7-icon {
	background-color: #c85554;
	color: #ffffff;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 12px;
	padding: 2px 4px;
}

.content .mainFoot {
	display: none;
}

/**clearfix**/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}