@charset "Shift_JIS";


/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

img,table {
	border: 0;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,form,input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */

/*--------------------------------------------
全体を包むコンテナ
--------------------------------------------*/
#wrapper{
	width:780px;
	margin:0 auto;
	text-align:left;
}

/*--------------------------------------------
リンク
--------------------------------------------*/
/*a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}*/
a:hover {
	color: #FF0066;
	text-decoration: underline;
}

a img {
	border: none;
}

/*--------------------------------------------
 TOP：電話番号・メールアドレス用CSS
--------------------------------------------*/

.topTable {
    font-size: 11px !important;
}

.topCatch {
    font-size: 12px !important;
    letter-spacing: -2.0px;
}

.topCatch02 {
    font-size: 11px !important;
    line-height:1.0;
    letter-spacing: 0.5px;
    padding-top:5px;
}
