@charset "utf-8";

/**
 * セクション
 */

.section{
	margin-bottom: 20px;
}

.section p {
	line-height: 150%;
	margin-bottom: 1em;
}

.section p:last-child {
	margin-bottom: 0;
}

.section-title{
	margin-bottom: 20px;
}

/**
 * テーブルスタイル
 */

.tableStyle01 table{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.tableStyle01 th{
	font-weight: normal;
	background-color: #e4f1fe;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.tableStyle01 th span{
	font-size: 11px;
	color: #EE0000;
}
.tableStyle01 td{
	border: 1px solid #CCCCCC;
	padding: 10px;
	line-height: 150%;
}

.tableStyle02 table{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.tableStyle02 th{
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.tableStyle02 td{
	border: 1px solid #CCCCCC;
	padding: 10px;
	line-height: 150%;
}

/**
 * タイトル
 */

.subtitle {
	font-size: 14px;
	color: #454545;
	margin-bottom: 1em;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
}


/**
 * マージン
 */
 
.marginBt02{
	margin-bottom: 2px;
}
.marginBt05{
	margin-bottom: 5px;
}
.marginBt10{
	margin-bottom: 10px;
}
.marginBt20{
	margin-bottom: 20px;
}
.marginBt30{
	margin-bottom: 30px;
}
.marginBt40{
	margin-bottom: 40px;
}
.marginBt50{
	margin-bottom: 50px;
}

/**
 * サイズ
 */

.size030w{
	width: 30px;
}
.size040w{
	width: 40px;
}
.size050w{
	width: 50px;
}
.size060w{
	width: 60px;
}
.size080w{
	width: 80px;
}
.size100w{
	width: 100px;
}
.size120w{
	width: 120px;
}
.size150w{
	width: 150px;
}
.size200w{
	width: 200px;
}
.size250w{
	width: 250px;
}
.size280w{
	width: 280px;
}
.size300w{
	width: 300px;
}
.size350w{
	width: 350px;
}
.size400w{
	width: 400px;
}
.size500w{
	width: 500px;
}
.size100par{
	width: 100%;
}

/**
 * フォントカラー
 */

.sAttention{
	color:#EE0000;
	font-size: 90%;
}
.attention{
	color:#EE0000;
}

/**
 * フォントサイズ
 */

.font08{
	font-size: 8px;
}
.font09{
	font-size: 9px;
}
.font10{
	font-size: 10px;
}
.font11{
	font-size: 11px;
}
.font14{
	font-size: 14px;
}

/**
 * テキスト・位置関係
 */

.tAlignCenter{
	text-align: center;
}
.tAlignLeft{
	text-align: left;
}
.tAlignRight{
	text-align: right;
}

/**
 * リスト関係
 */

ul.listStyle01{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.listStyle01 li{
	padding: 0px;
	line-height: 150%;
}
ol.numList01{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding: 0px;
}
ol.numList01 li{
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	list-style-position: outside;
}

/**
 * エラーメッセージ
 */

#errorMess{
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	clear: both;
	font-size: 12px;
}
#errorMess ul{
	padding: 0px;
	margin: 0px;
}
#errorMess li{
	color: #FF0000;
	line-height: 150%;
	list-style-position: inside;
}
#errorMess p{
	padding: 0px;
	margin: 0px;
}

/**
 * ツールチップ
 */

.tooltip{
	text-decoration: none;
	color: #0099CC;
}
.tooltip img{
	margin-left: 2px;
	vertical-align: middle;
}
.tooltip a:hover {
	background:#ffffff;
	text-decoration:none;
}
.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:150px;
	font-size: 11px;
	line-height: 125%;
	text-align: left;
	color: #454545;
}
.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#FFFFDD;
	border:1px solid #666666;
	color:#6c6c6c;
}

/**
 * 成功メッセージ
 */

#successMess{
	color: #0066CC;
	padding: 8px;
	border: 1px solid #0066CC;
	margin-bottom: 20px;
}

/**
 * 緊急メッセージ
 */

.emergencyMess {
	padding: 10px;
	border: 2px solid #dc143c;
	background-color: #fff8dc;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
}

.noticeMess {
	position: absolute;
	top: 0;
	padding: 20px;
	background-color: #ee0000;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 16px
}
/**
 * その他
 */

.boxLeft{
	float: left;
}
.boxRight{
	float: right;
}
.clear{
	clear:both;
	width: 100%;
}
.clear hr{
	display: none;
}
.countNumber{
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.noBackImg{
	background: none;
}
.noBorder{
	border: none;
}
.bgcolor{
	background: #e4f1fe;
}

.pageTopAnchor{
	text-align: right;
	font-size: 12px;
}
.pageTopAnchor a{
	text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;/
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.linkpoint{
	background-image: url(../img/icn_linkPoint.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5px;
	padding-left: 18px;
	padding-bottom: 5px;
}

hr.deliDash{
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
}

#pagetop{
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * ページ見出し
 */
.page-heading {
	margin-bottom: 20px;
}
.page-heading-title {
	font-size: 24px;
	margin-bottom: 10px !important;
}
.page-heading-date {
	text-align: right;
}