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

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


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

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

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

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

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

#contents .inBody .mainArea .article h6{
    font-size: 15px;
	margin-bottom: 10px;
}

#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;
}