@charset "utf-8";
/* CSS Document */

/*--- レイアウト追加 ---*/
.ml30 {
	margin-left: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.cblue {
	color:#0099CC;
}


#contents .article ul,
#contents .article ol {
    color: #464646;
}

#contents .article ul li {
		margin: 0 0 10px 0;
    padding: 0 0 7px 0;
}

#contents .article .section ul li {
		margin: 0 0 10px 0;
    padding: 0 0 7px 16px;
}
#contents .article .section ul li a {
	padding-bottom: 2px;
}
				
/*--- リスト数字　（1） ---*/

#contents .article ol.list-number li {
    background: none repeat scroll 0 0 transparent;
		margin: 0 0 10px 0;
    padding: 0 0 7px 2.2em;
    list-style-type: none;
    position: relative;
}

#contents .article ol.list-number span.num {
    left: 0;
    position: absolute;
    top: 0;
}


/*--- リスト数字　丸数字 ---*/

#contents .article ol.list-number2 {
	margin-top: 10px;
}

#contents .article ol.list-number2 li {
    background: none repeat scroll 0 0 transparent;
		margin: 0 0 10px 0;
    padding: 0 0 7px 1.6em;
    list-style-type: none;
    position: relative;
}

#contents .article ol.list-number2 span.num {
    left: 0;
    position: absolute;
    top: 0;
}



/*--- キービジュアル ---*/

.key_image {
	margin: 0 auto 20px 0;
	width: 720px;
}

/*---テーブル - table共通 ---*/

td.tcenter,
th.tcenter,
tr.tcenter {
	text-align:center;
}

/*---テーブル - tabletext ---*/

#contents table.ftext {
	border: 2px solid #cdcdcd;
	margin:8px 0px 15px;
	color: #464646;
	min-width: 45%;
					}
					
#contents table.ftext tr,
#contents table.ftext th,
#contents table.ftext td {
	border: 1px solid #c0c0c0;
	padding:3px 6px;
}
					
#contents table.ftext td p {
	margin-bottom: 0px;
}
					
#contents table.ftext td p.mb10 {
	margin-bottom: 10px;
}
					

/*---テーブル - fontsize:medium ---*/

#contents table.fmedium {
	border: 2px solid #cdcdcd;
	margin:8px 0px 15px;
	font-size:80%;
	min-width: 45%;
					}
					
#contents table.fmedium tr,
#contents table.fmedium th,
#contents table.fmedium td {
	border: 1px solid #c0c0c0;
	padding:3px 2px;
}
					
#contents table.fmedium thead{
	border-bottom: 3px solid #c0c0c0;
	background: #f4e7ec;
}
					
#contents table.fmedium thead th{
	padding: 5px 3px 7px 3px;
	font-weight: bold;
	color: #444444;
	text-align: center;
}				

#contents table.fmedium tbody th{
	background: #ebebeb;
	font-weight: bold;
}
					
