﻿/* 今日のPOINT
-------------------------------------------*/
.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: #fc2c00 !important;
	font-size: 20px !important;
	font-weight: bolder;
	position: absolute;
	top: -6px;
	left: -1.3em;
	*top: 15px;
}
.txt-main strong {
	color: #fc2c00;
	font-size: 18px;
	display: block;
}


/* グラフ
-------------------------------------------*/
.item_written img {
	margin-bottom: 20px;
}
.item_written p {
	margin-bottom: 20px;
}
.item_written strong {
	color: #159fcf;
	font-size: 16px;
	text-decoration: underline;
	display: block;
	margin-bottom: 2px;
}
.item_written ol {
	list-style: none;
	margin-bottom: 20px;
	padding: 15px 20px 15px 80px;
	border: 1px dashed #bbb;
}
.item_written li {position: relative;}
.item_written li:first-child {margin-bottom: 10px;}
.item_written li span {
	font-weight: bolder;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: -60px;
}
*:first-child+html .item_written li span {top: -0em;}


/* 今月の話題
-------------------------------------------*/
.wadai_txt span {
	font-size: 16px;
	display: block;
	padding: 0 5px 0 0;
}

#osusume_main dl {
	color: white;
	margin-bottom: 20px;
	padding: 10px 20px;
	*padding-bottom: 0;
	background: #ca9a14;
}
#osusume_main dd {
	text-indent: -1.8em;
}

/* 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;
}