@charset "utf-8";

#article a {
	text-decoration: none;
	color: #0099CC;
}

#article a:hover {
	color: #4DD2FF;
}

#article .clearfix {
	content: "";
	display: block;
	clear: both;
}

/*文字------------------------*/

#article h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#article h3 {
	font-size: 16px;
	font-weight: bold;
	overflow: auto;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#article h4 {
	font-size: 19px;
	line-height: 32px;
}

#article p {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

#article ul {
	margin: 0 0 0 1.5em;
	font-size: 12px;
	line-height: 24px;
}

#article ol {
	padding-left: 20px;
	font-size: 12px;
	line-height: 24px;
}

#article li {
	padding-bottom: 10px;
}

/*テーブル------------------------*/

#article .table-01 {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	table-layout: fixed;
	width: 100%;
	line-height: 18px;
}

#article .table-01 th,
#article .table-01 td {
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}


#article .table-02 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	table-layout: fixed;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#article .table-02 th  {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	width: 140px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#article .table-02 td {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


#article .table-03 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	table-layout: fixed;
	width: 100%;
}

#article .table-03 th {
	font-weight: normal;
	text-align: left;
	padding: 15px;
}

#article .table-03 td {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	padding: 15px;
}

/*ライン------------------------*/

#article hr {
	width: 1180px;
	clear: both;
	margin: 30px 0;
	border: none;
	border-top: 1px dotted #E3E3E3;
}

@media only screen and (max-width: 1240px) {

	#article hr {
		width: 100%;;
	}

}

@media only screen and (max-width: 597px) {

	#article .table-02 th  {
		width: 70px;
		padding-right: 20px;
	}

}