@charset "utf-8";

article > section {
	margin: 20px 0 30px 0;
	padding: 0;
}

article > section h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url("image/h1mark.png") no-repeat left top,
		url("image/h1back.jpg") repeat left top;
	background-size: 12px 100%, 65px 65px;
	-webkit-background-size: 12px 100%, 65px 65px;
	margin: 15px 5px;
	padding: 4px 4px 4px 18px;
	border: 1px solid #c82d28;
}

article > section h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url("image/h2border.png") no-repeat left bottom;
	background-size: 100% 10px;
	-webkit-background-size: 100% 10px;
	margin: 15px 0;
	padding: 0 10px 10px 10px;
}

article > section p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0.8em 15px;
}

article > section p.floatrightpic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.subsec {
	margin: 20px 10px 30px 10px;
}

/* 太字 */
span.futoji {
	font-weight: bold;
	color: #800000;
}

/* リンクボタン(横幅いっぱい) */
a.linkbutton {
	display: block;
	padding: 15px 20px 15px 15px;
	line-height: 1.2;
	border: 1px solid #d2b48c;
	background: url("image/linkarrow.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
	background-color: #ffdab9;
}
a.linkbutton:link, a.linkbutton:visited,
a.linkbutton:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.linkbutton:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c82d28;
}

/* おすすめのバナー */
table.osusumebanner {
	border-collapse: collapse;
	border: none;
	margin: 14px 10px;
}
table.osusumebanner td {
	border: none;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: top;
}

/* 基本データの表 */
table.basicdata {
	border-collapse: collapse;
	border: none;
	margin: 0.8em auto;
	width: 290px;
}
@media screen and (min-width: 480px) {
	table.basicdata {
		width: 450px;
	}
}

table.basicdata th, table.basicdata td {
	padding: 0.3em 0.5em;
	border: 1px solid #000;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
}
table.basicdata th {
	background-color: #ffe4e1;
	text-align: center;
	width: 35%;
}
table.basicdata td {
	text-align: left;
/*	width: 65%;*/
}
table.basicdata td.basicdatabanner {
/*	width: 100%; */
	text-align: center;
	line-height: 1;
	padding: 0.7em 0;
}

/* ランクの表 */
table.rankdata {
	border-collapse: collapse;
	border: none;
	margin: 0.8em auto;
}
table.rankdata th, table.rankdata td {
	padding: 0.3em 0.5em;
	border: 1px solid #000;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
table.rankdata th {
	background-color: #ffe4e1;
}
table.rankdata td.ranktd {
	line-height: 1.1;
}

/* リスト */
article > section p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0.8em 15px;
}
article > section ul {
	font-size: 14px;
	line-height: 1.4;
	margin: 0.8em 15px;
	list-style-type: none;
}
article > section li {
	margin: 0.8em 0;
	padding-left: 14px;
	background: url("image/listmark1.png") no-repeat 0px 0.35em;
	background-size: 8px 8px;
	-webkit-background-size: 8px 8px;
}
article > section li > p {
	margin: 0.4em 0;
}

/* バナー */
div.bottomad {
	margin: 30px auto;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
div.basicad {
	margin: 30px auto 15px auto;
	text-align: center;
}

/* 問い合わせボタン(contact.html用) */
p.contactbutton {
	text-align: center;
	margin: 40px auto 50px auto;
}
p.contactbutton > a {
	display: inline-block;
	border: 1px solid #d2b48c;
	padding: 15px 30px 15px 15px;
	background: url("image/mailarrow.png") no-repeat right center;
	background-size: 24px 14px;
	-webkit-background-size: 24px 14px;
}

p.contactbutton > a:link, p.contactbutton > a:visited,
p.contactbutton > a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffdab9;
}
p.contactbutton > a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c82d28;
}
