@charset "utf-8";
/* ブラウザ初期設定 ここから ▼ ------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
}
body {
	font-size: 75%;
	line-height: 1.8;
	color: #3c3c3c;
	background-color: #ffffff;
	word-break:nomal;
}
hr {
	display: none;
}

ol,ul,li {
	list-style: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
td {
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

/* ブラウザ初期設定 ここまで ▲ ------------------------------*/



/* リンク設定 ここから ▼ ------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #1e8cdc;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #78beff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #f08c0a;
	text-decoration: none;
}

/* リンク設定 ここまで ▲ ------------------------------*/




/* CMS関係 ------------------------------*/

dl {
	width:590px;
}
dl dt {
	font-size: 90%;
	line-height: 10px;
	padding-top: 10px;
	display: block;
	margin-bottom: 4px;
}
dl  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 590px;
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 10px;
}

