﻿@charset "utf-8";

/*ニュース＆トピックス詳細 ここから*/
.NewsTitle {
	width: 690px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #83C0FF;
	padding-bottom: 5px;
}
.NewsTitle .NewsTitleImg {
	margin: 0px;
	padding: 0px;
}
.NewsTitle .NewsTitleList {
	float: right;
	width: 400px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 88%;
	text-align: right;
}
.NewsTitleList img{
 vertical-align: middle;
}
.NewsList {
	width: 690px;
	border-bottom: 1px solid #83C0FF;
	padding-bottom: 20px;
}
.NewsList h3 {
 margin: 5px 0px;
	padding-bottom: 5px;
	font-size: 12px;
}
.NewsPostTitle {
	color: #0088E1;
	border-bottom: 1px dotted #83C0FF;
}
.NewsPostText {
 float: left;
	width: 484px;
}
.NewsPostText p {
	margin: 0px 0px 20px 0px;
}
.NewsPostImage {
 float: right;
	width: 180px;
	border: 1px solid #A4A4A4;
 padding: 2px;
	margin-left: 20px;
}
.NewsPostText span {
 float: left;
 width: 484px;
 margin: 0px 0px 10px 0px;
	color: #A6A6A6;
	font-size: 88%;
}
/*ニュース＆トピックスリスト ここから*/
.NewsPageJamp {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	display: block;
	width: 690px;
	text-align: right;
}
.NewsPageJamp .current_page {
	font-weight: bold;
}
.newsInfoList {
	padding: 0px;
	margin: 0px;
	width: 690px;
}
.newsInfoList li {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #b3b3b3;
	width: 690px;
}
.newsInfoList li span {
	background-position: 75px center;
	display: inline-block;
	font-size: 88%;
	color: #009de6;
	background-image: url('../../module/images/common/arrow_gray.gif');
	background-repeat: no-repeat;
	width: 90px;
}
.SpecialPageCon {
	margin: 0px;
	width: 960px;
	padding: 0px;
}

