@charset "utf-8";
/* CSS Document */

/*========================  ¥Ø¥Ã¥À¡¼  ========================*/

h1 {
	font-size:0.9em;
}

#head_title {
	width:230px; 
	float:left;
}

#head_right {
	width:350px;
	float:left;
	font-size:0.8em;
}

.head_img {
	width:75px; 
	float:left; 
	text-align:center;
}

#head_tel {
	width:230px; 
	float:left;
}

#head_mini_menu {
	font-size:0.9em; 
	margin:5px 0;
}

#head_mini_menu a {
	color:#000; 
	text-decoration:none;
}

#head_mini_menu a:hover { 
	color:#03F; 
	text-decoration:underline;
}

.head_nav {
	width:160px; 
	float:left;
}

/*--------------- SERCH ---------------*/

div#serch_box input[type="text"] {
	float: left;
	padding: 0 5px 0 30px;
	width: 240px;
	height: 30px;
	color: #231815;
	border: 1px solid #e8e8e8;
	outline: none;
	background-image:url(../img/header/icon_search.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	transition-timing-function:ease-out;
}

div#serch_box input[type="text"]:focus {
	width: 240px;
}

/* Chrome */
div#serch_box input[type="text"]:focus::-webkit-input-placeholder {
	text-indent: -9999px;
}

div#serch_box input[type="image"] {
	width: 52px;
	height: 32px;
	color: #fff;
	background-color: #e60012;
	text-align: center;
	line-height: 32px;
	border: 0;
	outline: 0;
	cursor: pointer;
}

