﻿
/* lead
-------------------------------------------*/
.txt-main {
	color: #333;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 30px;
	*padding-top: 0;
	clear: both;
	border: 2px dashed #ccc;
	background: #fafafa;
}
.txt-main ol {
	list-style: none;
	padding-left: 1em;
}
.txt-main li {
	margin-top: 1em;
	*margin-top: -10px;
	position: relative;
}
.txt-main li:first-child {
	margin-top: 0;
}
.txt-main li span {
	color: #f18b0f !important;
	font-size: 20px !important;
	font-weight: bolder;
	position: absolute;
	top: -6px;
	left: -1.3em;
	*top: 15px;
}
.txt-main strong {
	color: #f18b0f;
	font-size: 18px;
	display: block;
}


/* main
-------------------------------------------*/
.item_written img {
	margin-bottom: 15px;
}
.item_written h3 {
	width: 120px;
	color: white;
	text-align: center;
	margin-bottom: 10px !important;
	padding: 2px 0;
	background: #d03135;

}
.item_written p {
	margin-bottom: 20px;
}
.item_written strong {
	color: #d04a3f;
	font-size: 16px;
	text-decoration: underline;
	display: block;
	margin-bottom: 2px;
}


/* 今月の話題
-------------------------------------------*/
.txt-strong {
	color: white;
	padding: 20px;
	background: #908b79;
}


/* element
-------------------------------------------*/
a, a:visited {
	color:#003C7B !important;
}

.mg-15 {
	margin-top: -15px;
}

.link {
	text-align: right;
	margin-top: 10px;
}

.title {
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.txt-link p {
	margin-bottom: 10px !important;
}

.spec
{
	font-size: 90%;
	color: #333333;
	margin-bottom: 30px;
}
.spec .title
{
	color: #f18b0f;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.spec table
{
	border-collapse: collapse;
	
}
.spec table th, .spec table td
{
	text-align: center;
	padding: 4px;
	width: 8%;
	vertical-align: middle;
}
.spec table th
{
	padding: 4px 0px;
	border: 1px solid #999999;
	background: #ff9b1f;
}
.spec table td
{
	border: 1px solid #999999;
}
.spec table .header
{
	width: 35%;
	text-align: left;
}