﻿@charset "UTF-8";

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

	basic text

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

BODY, TH, TD, H1, H2, H3, H4, H5, H6, PRE, INPUT, TEXTAREA, OPTION, DIV, P, DT, DD, LI, ADDRESS {
	font-size: 13px;
	line-height: 2.2em;
	font-weight: normal;
	font-style: normal;
	color: #3F3F3F;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

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

 link

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

A {color:#0D35D0;text-decoration:none;}
A:hover {color: #E00104; text-decoration:underline;}


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

　SIZE

 -------------------------------------------------*/
.font90{font-size:90%;line-height:1.5em;}
.font80{font-size:80%;line-height:1.4em;}
.font120{	font-size:120%;}
.font135{	font-size:135%;line-height:1.8em;}
.font150{	font-size:150%;line-height:2em;}



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

　COLOR

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

.red{color:#ff0000;}
.blue{color:#0094d6;}
.orange{color:#FF9900;}
.green{color:#669933;}
.white{color:#FFFFFF;}
.black{color:#000000;}
/*-------------------------------------------------

　DECORATION

 -------------------------------------------------*/
 
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.normal{font-weight:normal;}
.marugoth{font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}
.marker{
background: linear-gradient(transparent 50%, #ffff66 20%);
}

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

　CORDINATE

 -------------------------------------------------*/
 
.numeral{padding-left:0.65em; }
.parentheses{	margin-left:-0.5em;}
.narrow{letter-spacing:-0.1em;}

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

　UNIQUE

 -------------------------------------------------*/
.tel{font-size:2em; display:block; line-height:23px;}
.tel:before{content: url(../img/FreeDialLogoEtc.png); display: inline-block; height:22px; width:36px;}
p.error{color:#ff0000; font-weight:bold;}

