﻿@charset "utf-8";

body,
div,
dl, dt, dd,
ul, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p,
blockquote,
th, td {
	margin: 0;
	padding: 0;
}
  
html {
  font-size: 14px;
	overflow-y: scroll;
}
  
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
  
ul {
	list-style: none;
}
  
fieldset, img {
	border: 0;
}

img {
	vertical-align: bottom;
}
  
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
  
caption, th {
	text-align: left;
}
  
address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
}

input:not([type]),
input[type="text"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="file"],
select,
textarea {
	width: 100%;
	max-width: 100%;
	font-size: 1.142rem;
}

input.ant2api-zip,
input.ant2api-pref,
input[name=user_zip1],
input[name=user_zip2],
input[name=user_tel1],
input[name=user_tel2],
input[name=user_tel3],
input[name=user_fax1],
input[name=user_fax2],
input[name=user_fax3],
input[name=user_mobile1],
input[name=user_mobile2],
input[name=user_mobile3],
select[name=YEAR_user_birthday],
select[name=MONTH_user_birthday],
select[name=DAY_user_birthday],
#mailForm select {
    width: auto;
}
  
input, textarea, select {
	font-family: inherit;
	font-weight: inherit;
}

#mailForm label .checkbox,
#mailForm label .radio{
    display:inline;
}

input,
textarea {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

input[type="file"] {
	width: 100%;
}

#upper, #bottom, #opt1, #opt2, #opt3, #side, #right, #footer {
	overflow: hidden;
}