@charset "UTF-8";

/*aタグ*/
.page #main #right-main #post-content section a {
	text-decoration: underline;
}

#left-main .menu > .current-menu-ancestor > a {
	color: #FF8482;
}
/* お問い合わせ　フォーム */
.wpcf7{
}

.red{
	color: #ed1c24;
}

#post-content section .wpcf7 table {
	background: none;
	border: 1px solid #c69c6d;
	width: 100%;
}

#post-content section .wpcf7 table tr:nth-child(2n) {
	background: none;
}

#post-content section .wpcf7 th {
	border: 1px solid #c69c6d;
	padding: 15px 25px;
	vertical-align: top;	
}

#post-content section .wpcf7 td {
	border: 1px solid #c69c6d;
	padding: 10px 0 10px 10px;
	vertical-align: middle;
}

.postal-code input {
	width: 120px;
}

.wpcf7 textarea {
	resize: vertical;
	overflow: auto;
	width: 450px;
	height: 270px;
}

.wpcf7 table tr:last-child td {
	text-align: center;
}

.wpcf7 table td a {
	text-decoration: underline;
}

.wpcf7 input[type="submit"] {
	margin-top: 10px;
}

.btn {
	border: none;
	background: #755D4D;
	background-image: -webkit-linear-gradient(top, #755D4D, #42210B);
	background-image: -moz-linear-gradient(top, #755D4D, #42210B);
	background-image: -ms-linear-gradient(top, #755D4D, #42210B);
	background-image: -o-linear-gradient(top, #755D4D, #42210B);
	background-image: linear-gradient(to bottom, #755D4D, #42210B);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*サイトマップ*/
.page-template-sitemap-php #right-main article section h2 {
	background: #52438C url(../img/sitemap_07.png) no-repeat 0% 50%;
	padding: 5px 0 5px 30px;
	color: #fff;
	font-size: 123%;
}

.page-template-sitemap-php article section h3 a {
	text-decoration: underline;
	margin-bottom: 20px;
}

.page-template-sitemap-php article section > ul {
	margin-bottom: 20px;
}

.page-template-sitemap-php #post-content section h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: none;
}

.page-template-sitemap-php #post-content section h3, .page-template-sitemap-php article section ul {
	margin-left: 15px;
}

.page-template-sitemap-php article section ul li {
	display: inline-block;
}

.page-template-sitemap-php #main article section ul li a {
	background: url(../img/sitemap_11.png) no-repeat 0% 50%;
	padding: 0 10px 0 15px;
	margin-bottom: 8px;
	color: #402F7A;
}

.page-template-sitemap-php article section ul.other {
	margin-left: 30px;
}

/*メルマガ*/
form[method="post"] span + p {	
	border-top: 1px solid #D0AB80;
	margin-top: 15px;
	padding-top: 10px;
}

form[metho="post"] p {
	clear: both;
}

input[name="subscribe"] {
	border: none;
	background: #755D4D;
	background-image: -webkit-linear-gradient(top, #755D4D, #42210B);
	background-image: -moz-linear-gradient(top, #755D4D, #42210B);
	background-image: -ms-linear-gradient(top, #755D4D, #42210B);
	background-image: -o-linear-gradient(top, #755D4D, #42210B);
	background-image: linear-gradient(to bottom, #755D4D, #42210B);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	margin: 10px;
}

input[name="unsubscribe"] {
	border: none;
	background: #755D4D;
	background-image: -webkit-linear-gradient(top, #755D4D, #42210B);
	background-image: -moz-linear-gradient(top, #755D4D, #42210B);
	background-image: -ms-linear-gradient(top, #755D4D, #42210B);
	background-image: -o-linear-gradient(top, #755D4D, #42210B);
	background-image: linear-gradient(to bottom, #755D4D, #42210B);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	margin: 10px;
}

input#s2email {
	width: 260px;
	height: 18px;
}