@charset "utf-8"; 

@import url("common.css");


/* ============================================================ contents */
#img-area {
	height: 189px;
	background: url(/images/bg_all2.png) repeat-x;
}
#img-area .img-area-wrap {
	height: 179px;
	width: 1046px;
	margin: 0 auto;
}
#contents p.pankuzu {
	margin-top: 10px;
	padding-bottom: 8px;
	font-size: 10px;
}
#contents p.pankuzu a {
	color: #029999;
}
#contents h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents table th {
	width: 165px;
	background: #f5f5f5;
}
#contents table td {
	background: #fbfbfb;
}
#contents table td ul {
	font-size: 12px;
}
#contents table th p {
	line-height: 12px;
	background: url(/images/icon_circle5.png) no-repeat;
	padding-left: 18px;
	font-size: 12px;
	text-align: left;
}
#contents table th,
#contents table td {
	border: 1px solid #d6d6d6;
	padding: 10px;
	vertical-align: top;
}

#contents em {
	color: #cc3333;
	font-style: normal;
}
#contents span {
	font-size: 10px;
}
#form_btn {
	text-align: center;
}



@media screen and (max-width:780px){
	#contents table th,
	#contents table td {
		display: block;
		width: 100%;
		position: relative;
	}
	
}
