@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}


body{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


/* リンクの設定 */

a:link {
    color: #3366CC;
}
a:visited {
    color: #3366CC;
}
a:hover {
    color: #47459A;
    text-decoration: underline;
}

/* imgタグの設定 */

img {
	vertical-align: top;
}
a img  {
	border: none;
}


/*////////////////// ここからスタイル //////////////////*/






/* kojinの設定 */
.kojin {
	padding:20px 10px;
}

.kojin dl dt {
	font-weight:bold;
	margin-bottom:10px;
}

.kojin dl dd {
	margin-bottom:30px;
}

.kojin dl dd table {
	width:100%;
	line-height:150%;
}

.kojin dl dd table th {
	font-weight:normal;
	padding:10px;
	background:#eee;
	text-align:center;
	border:1px solid #ccc;
}

.kojin dl dd table th.thLeft {
	width:30%;
}

.kojin dl dd table td {
	background:#fff;
	padding:15px;
	border:1px solid #ccc;
}

.kojin dl dd table td ul {
	list-style-position::outside;
	list-style-type:disc;
	margin-left:15px;
}


.kojinmado {
	line-height:150%;
	padding-bottom:20px;
	padding:0 10px 20px 10px;
	}


.kojinmado dl {
	border:1px solid #ccc;
	width:350px;
	margin:0 auto 30px auto;
	}

.kojinmado dl dt {
	border-bottom:1px solid #ccc;
	background:#666;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	padding:5px 0;
}

.kojinmado dl dd {
	padding:10px;
}

/* module */

.pl5 {padding-left:5px!important;}

.mt10 {margin-top:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb15 {margin-bottom:15px!important;}
.mb10 {margin-bottom:10px!important;}

.taC {text-align:center!important;}
.taL {text-align:left!important;}
.taR {text-align:right!important;}

