﻿@charset "utf-8";


	/*  css of Float Box */
	.floatBox .bgSty01 { background-image: url(../images/bgboxfloat01.png);}	/*green*/
	.floatBox .bgSty02 { background-image: url(../images/bgboxfloat01.png);}	/*blueSky*/
	.floatBox .bgSty03 { background-image: url(../images/bgboxfloat01.png);}	/*orange*/
	.floatBox .bgSty04 { background-image: url(../images/bgboxfloat01.png);}	/*red*/
	.floatBox .bgSty05 { background-image: url(../images/bgboxfloat01.png);}	/*blue*/
	.floatBox .box .bgSty01.a { color: #fff; }	/*green*/
	.floatBox .box .bgSty02.a { color: #fff; }	/*blueSky*/
	.floatBox .box .bgSty03.a { color: #fff; }	/*orange*/
	.floatBox .box .bgSty04.a { color: #fff; }	/*red*/
	.floatBox .box .bgSty05.a { color: #fff; }	/*blue*/
	.floatBox .box .a:hover { color: #f90; }
	.floatBox { position: absolute; float: right; z-index: 9999; top:150px;  }
	.floatBox .box { width: 124px; position: fixed; right: 0px; background-position: -48px top; }
	.floatBox .box .boxTop { /*width: 124px;*/ height: 78px; background-position: right top; }
	.floatBox .box .boxBot { /*width: 124px;*/ height: 108px; background-position: right -166px; }
	.floatBox .box a {font-size: 14px; text-align: center; line-height: 44px; width: 124px; height: 44px; background-position: right -122px; display: block; }
	.floatBox .box a:hover {background-position: right -78px;color: #fff; }
	.floatBox .box #close { cursor: pointer; width: 18px; height: 18px; float: right; background-image: url(../images/icopopclose18x.png); background-position: left; margin: 8px; }
	.floatBox .box #close:hover {background-position: right; }
	
	.floatBox .inquiryIco {cursor: pointer; width: 48px; height: 140px;/* background-image: url(../images/icofreeinquery.png);*/ background-position: left top; display: none; position: fixed; right: 0px; }

	/* end of float Box */
