<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----------------------------------------------
Title:contact.css
Created:2014-4-23
Last Modified:2014-4-23
Editor:daisuke
----------------------------------------------- */

/*
---------------------------------------
contact
---------------------------------------
*/

div#contents div.contact{
	margin:0 0 60px 0;
}


/*
---------------------------------------
call
---------------------------------------
*/

div#contents div.call{
	margin:0 0 30px 0;
}

div#contents div.call div.post{
	margin: 0 0 20px 0;
	border-color: #e7e3d3;
	background: #fcfaf2;
	padding: 20px;
}

div#contents div.call div.post h4{
	/* border-bottom:dotted 1px #b3b3b3;
	background:url(../img/ico_square.gif) left 9px no-repeat;
	padding:1px 0 3px 18px; */
	color:#339900;
	font-size: 200%;
	font-weight:bold;
	margin:0 0 8px 0;
}

div#contents div.call div.post ul{
	padding:10px 0 0 17px;
}

div#contents div.call div.post ul li{
	list-style-type: square;
}


/*
---------------------------------------
mail
---------------------------------------
*/

div#contents div.mail{
	margin:0 0 30px 0;
}

div#contents div.mail p span{
	text-decoration:underline;
}


/*
---------------------------------------
policy
---------------------------------------
*/

div#contents div.policy{
	margin:0px 0px 0px 0px;
}


div#contents div.policy dl{
	border-bottom:dotted 1px #ccc;
	margin:0 0 7px 0;
	padding:0 0 9px 0;
}

div#contents div.policy dl dt{
	padding:2px 0px 0px 0px;
	color:#339900;
	font-size:116%;
	font-weight:bold;
	clear: both;
}


/*
---------------------------------------
thanks
---------------------------------------
*/

div#contents div.thanks{
	margin:0 0 50px 0;
}
</pre></body></html>