@charset "utf-8";

/* -----------------------------
fk-td.com watanabe
2015-11-19
----------------------------- */
article h3 {
	padding: 5px;
	border-left: 5px solid #006600;
	border-bottom: 2px solid #006600;
}

article p {
	margin: 10px 0px;
	line-height: 150%;
}

article ol {
	margin: 10px 40px;
	list-style-type: decimal;
}

article ol li {
	line-height: 150%;
}

article address {
	font-style: normal;
}

article address dl {
	overflow: hidden;
}

article address dl dt {
	clear: both;
	float: left;
	line-height: 150%;
}

article address dl dt:after {
	content: "：";
	margin-right: 10px;
	line-height: 150%;
}

article address dl dd {
	float: left;
	line-height: 150%;
}

/* -----------------------------
pc
----------------------------- */
@media screen and (min-width:769px) {
}

/* -----------------------------
sp / tablet
----------------------------- */
@media screen and (max-width:769px) {
	article {
		margin-bottom: 40px;
		padding: 0px 5px;
	}
	
	article h2 {
		margin: 0px -5px;
	}
}
