@charset "UTF-8";

/* contact用CSS */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */
/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
div.content dl.contact
{
	display: table;
	font-size: 160%;
}

div.content dl.contact dt
{
  display: table-cell;
  vertical-align: text-bottom;
	padding-right: 1.4em;
}

div.content dl.contact dd
{
  display: table-cell;
  vertical-align: text-bottom;
	font-weight: 600;
}

div.content dl.contact dd.tel
{
	color: red;
}

div.content dl.contact dd a { color: #000; text-decoration: none; }
div.content dl.contact dd a:hover { text-decoration: underline; }
div.content dl.contact dd.tel a { color: red; }

@media screen and (max-width: 640px) {

div.content dl.contact dt
{
	font-size: 160%;
	padding-right: 1em;
}

div.content dl.contact dd
{
	font-size: 200%;
}

}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
