@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	line-height: 1.4em;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

/* ここからヘッダー */

#header {
	background-image: url(../images/header/head_bg.jpg);
	background-position: center -70px;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#head_area {
	max-width: 480px;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
}
#head_area h1 {
	padding-top: 2px;
	margin-right: 5%;
	width: 82%;
	float: right;
	font-size: 0.8em;
	min-height: 40px;
}

#head_area h1 a {
	color: #F03;
}

#head_logo {
	float: left;
	max-width: 90px;
	width: 10%;
}
.headbtn_s {
	display: none;
}
.headbtn_s ul {
}
.headbtn_s li {
}
.headbtn_s li a {
}

#id {
	display: none;
}
#id a {
}
#id-small a {
	display: none;
}
#id-large a {
	display: none;
}
.head_menu {
    display: none;
}
.head_menu ul {

}
.head_menu li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-type: circle;
}
.head_menu li a {

}
#serch {
	text-align: right;
	padding-top: 0px;
	clear: both;
}

#serch img  {
	display: inline-block;
	max-width: 90px;
	width: 20%;
	vertical-align: middle;
	margin-right: -5px;
}
#serch form  {
	display: inline-block;
	width: auto;
}

/* ここまでヘッダー */

/* ここからフッター */

#footer {
	padding-top: 20px;

}
#foot_area {
	max-width: 480px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
}
/*MENU*/

#foot_area .button-toggle {
	display: block;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0%;
	position: absolute;
	top: 20px;
	right: 2%;
}
#foot_area .button-toggle .ico-menu {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 20px;
	height: 0;
	padding-top: 18px;
	margin-right: 0px;
	background-color: #8E8D8D;
}

#foot_area .button-toggle .ico-menu::before,
#foot_area .button-toggle .ico-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0;
    border-top: 3px solid #fff;
}

#foot_area .button-toggle .ico-menu::before {
    top: 4px;
}

#foot_area .button-toggle .ico-menu::after {
    bottom: 4px;
}
#foot_area .foot_menu_sp {
	display: block;
}
#foot_area .foot_menu_sp {
	margin-bottom: 0px;
	margin-left: 0%;
	position: absolute;
	top: 70px;
	right: 2%;
	background-color: #FFF;
	width: 96%;
	z-index: 9999;
	border: 1px solid #CCC;
}

#foot_area .foot_menu_sp ul {
	padding-top: 15px;
	padding-left: 15px;
}

#foot_area .foot_menu_sp li {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: disc;
}

#foot_area .foot_menu {
	display: none;
}
#foot_logo {
	margin-bottom: 20px;
	max-width: 140px;
}
#foot_adress {
	font-size: 0.5em;
	margin-bottom: 20px;
}
/* ここまでフッター */
