@charset "UTF-8";


/* *****************************************************
 *	root
 *	link
 *	layout
 *	footer
 *	header
 * *****************************************************/



div.contents h2{
	margin-bottom:20px;
	padding:16px 17px;
	background:#d3e3ed;
	line-height:0;
}

div.contents > div > p{
	margin-bottom:40px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height:1.7;
}



/* area
-------------------------------------------------------*/
dl.contact{
	width:880px;
	margin:0 auto;
}

dl.contact dt{
	padding:0 0 15px;
	line-height:0;
	text-align:center;
}

dl.contact dd{
	padding:20px 0 80px;
	background:url(../contact/images/dotted_line.png) left top repeat-x;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.4;
	text-align:center;
}

dl.contact dd p{
	padding:20px 0 0;
	line-height:0;
}

dl.contact dd:last-of-type{
	padding:20px 0 0;
}


