@charset "utf-8";

/******************************
Layout
******************************/
#wrapper{
	min-width:225px;
}
/******************************
link
******************************/
#header a {
	color: #3F3F3F;
}

#header a:hover {
	text-decoration: none;
}
/******************************
float
******************************/
.clearfix:after{ 
  display: block; 
  visibility:hidden;	
  clear: both; 
  height: 0;
  content: "."; 
  font-size:0;
}
/******************************
header
******************************/
#header {
	/*height: 285px;*/
	padding-top: 15px;
	position: relative;
}
#header #headerInner {
	margin-right: auto;
	margin-left: auto;
	
	padding-right: 5px;
	padding-left: 5px;
	
	max-width: 350px;
	/*height: 180px;*/
	/*background-color: #FCF;*/
}
#header #headerInner #headerLogo {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#header #headerInner h2, 
#header #headerInner h3, 
#header #headerInner #headerLogo a img {
	display: none;
}
#header #headerInner #headerLogo a img.sp_logo {
	display: block;
	width: 100%;
}

/*
@media (max-width: 350px)  {
#header #headerInner h3 {
	font-size: 12px;
	font-weight: normal;
}
}
@media (max-width: 300px)  {
#header #headerInner h2 {
	font-size: 16px;

}
#header #headerInner h3 {
	font-size: 10px;
}
}
*/

/******************************
subNav
******************************/
#header #subNav {
	display: none;
}
/******************************
headerFreeDial
******************************/
#header #headerFreeDialWrap {
display: none;
	width: 100%;
	padding-top: 16px;
	margin-top:9px;
}
#header #headerFreeDial {
	width: 206px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	color: #858585;
	margin-right: auto;
	margin-left: auto;
}
#header #headerFreeDial span {
	display: block;
}
#header #headerFreeDial .FD01 {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
}
#header #headerFreeDial .FD02 {
	font-size: 26px;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	letter-spacing: -2px;
	background-image: url(../img/header/header_freeDial_Logo.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
#header #headerFreeDial .FD03 {
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	padding-right: 5px;
}
