@charset "utf-8";

*{ margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border: 0; vertical-align: top; }
input, textarea { border:0; outline: 0; }
html, body { width:100%; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica,sans-serif;
	line-height: 1.4em;
	letter-spacing: .05em;
}

h1{ font-size:32px; }

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	border-bottom: dashed 1px #FFF;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

h4{
	font-size: 13px;
	font-weight: normal;
	border-bottom: solid 1px #a2928b;
}

h5{
	font-size: 12px;
	font-weight: normal;
}

/* header */
#header { background: #000; }
#header .wrap-header {
	background: #a60000;
	height: 80px;
}

#header .logo01 {
	float: left;
	position: relative;
	top: 23px;
	left: 10px;
}

#header .logo01 img {
	width: 321px;
	height: 34px;
}

#header .logo02 {
	position: relative;
	left: 10px;
	top: 6px;
}

#header .logo02 img {
	width: 69px;
	height: 69px;
}

#header .logo03 {
	width: 69px;
	position: relative;
	left: 10px;
	top: 6px;
}

#header .logo03 img {
	width: 69px;
	height: 69px;
}

/* navigation */
#header select {
	float: right;
	padding: 4px;
	font-size: 16px;
	color: #555555;
	position: absolute;
	top: 40px; right: 10px;
	height: 34px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
  
#header .hidden-phone { display: inherit !important; }	
#header .visible-phone { display: none !important; }
    
#header .navi {
	position: relative;
	top: 23px;
	left: 20px;
	height: 34px;
	z-index: 1;
	text-transform: uppercase;
	overflow: hidden;
}

#header .navi li {
	float: left;
	position: relative;
	text-align: center;
}

#header .navi li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header .navi li:hover > a {
	color: #69045b;
	background-color: #ffea00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#header .navi li ul {
	position: absolute;
	top: 42px;
}

.visible-phone {
	position: relative;
	top: -10px;
	right: 10px;
}

/* top search */
#header_search {
	position: relative;
	top: 20px;
	left: 10px;
}

#header_search .search02 input.editbox_search02 {
	float: left;
	width: 100%;
	height: 40px;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#header_search .search02 input.button_search02 {
	float: right;
	position: relative;
	top: -34px;
	border: none;
	width: 33px;
}

/* ADD START tyamamot */
#main_search form.search01 table,
#header_search form.search02 table
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

	background: white;
}
#main_search .search01 input.editbox_search,
#header_search .search02 input.editbox_search02
{
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.searchBtnColor01[disabled],
.searchBtnColor02[disabled],
.searchBtnColor03[disabled] {
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.searchBtn {
	white-space: nowrap;
}
.searchBtnColor01:hover[disabled] {
	background: #c53f3f;
	border-bottom: solid 2px #9e3232;
}
.searchBtnColor02:hover[disabled] {
	background: #aeaca7;
	border-bottom: solid 2px #8b8a86;
}

.searchBtnColor03,
.searchBtnColor03:hover[disabled] {
	background: #3F3FC5;
	border-bottom: solid 2px #32329E;
	width: auto;
	padding: 6px;
}
.searchBtnColor03:hover {
	background: #5454DE;
	border-bottom: solid 2px #4C4CC3;
}

.header_search_background {
	position:absolute;
	color:#aaa;
	height:40px;
	font-size:18px;
	padding: 10px 0 0 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

