@charset "utf-8";
@import "../../css/contents.css";

/* 個別ページスタイル
---------------------------------------------------------- */

/* /////////////////////////////////////////////////
#contents
///////////////////////////////////////////////// */
.mainArea .article .imgBlock {
	float: left;
	margin-right: 20px;
}

.mainArea .article dl {
	overflow: hidden;
}

.mainArea .article dl a {
	text-decoration: underline;
	padding-left: 15px;
    background: transparent url(/images/common/breadcrumbsIcon.gif) no-repeat left 5px;
}

.mainArea .article dl a:hover {
	text-decoration: none;
}

.mainArea .article dl dt {
	float: left;
	margin-right: 35px;
}

.mainArea .article dl dd {
	float: left;
}

.mainArea .article dl dd dl dd {
	float: none;
	margin-bottom: 10px;
}

.mainArea .article dl dd dl dd ul {
	padding-left: 30px;
	padding-bottom: 5px;
}

.mainArea .article dl dd dl dd ul li {
	margin-bottom: 10px;
}




.article p {
	margin-bottom: 20px!important;
	line-height: 2;
}

.article img {
	margin-bottom: 20px!important;
}

#contents .inBody .mainArea .article p {
	margin-bottom: 30px;
}
#contents .inBody .mainArea .article h3 {
	margin-bottom: 20px;
}

#contents .inBody .mainArea .article h4{
    padding: 7px;
    border: solid 1px #CCC;
    font-size: 120%;
    margin-bottom: 20px!important;
}

#contents .inBody .mainArea .article h5{
    font-size: 15px;
	font-weight: bold;
    margin-bottom: 15px!important;
}

#contents .inBody .mainArea .article h6{
	font-weight: bold;
	margin-bottom: 5px;
}

#contents .inBody .mainArea .article dl dt{
	font-weight: bold;
}

#contents .inBody .mainArea .article dl dd{
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}


#contents .inBody .mainArea .article ul {
	margin-bottom: 20px;
}

table {
	margin-bottom: 30px;
    font-size: .8rem;
	width: 100%;
}

.article table th,
.article table td {
	padding: 12px;
}
.article table th {
background-color: #002791;
    color: #FFF;
    white-space: nowrap;
    font-weight: 100;
}
.article table td {
background-color: #EFEFEF;
}