@charset "utf-8";
/* CSS Document */
#contents ul {
  margin: 0;
  padding: 0;
  display: block;
}
#contents ul strong {
  display: block;
}
#contents ul li {
  padding: .5em 0;
  display: block;
}
/* ==================== クロスブラウザ設定 ==================== 
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
table {
  font-size: inherit;
  font: 100%;
}*/
/**
 * Bump up IE to get to 13px equivalent
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* ==================== タグ初期化 ==================== */
/*html {
  color: #000;
  background: #FFF;
  height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
 to preserve line-height and selector appearance 
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}*/
/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* ==================== タグ設定 ==================== */
/*html {
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  _height: 100%;
  margin: 0;
  padding: 20px 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, Verdana, sans-serif;
  _font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
  background: #ffffff;
}
*:first-child + html body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
}
h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 136%;
  font-weight: bold;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
  line-height: 1.5;
}*/
#container hr {
  height: 1px;
  margin: 20px 0 20px 0;
  _margin: 10px 0 20px 0;
  padding: 0;
  background: #000000;
  border: 0px none;
  clear: both;
}
/* フォーム関連 */
#container dl {
  margin: 20px 0;
  padding: 0;
}
#container dt {
  margin: 5px 0;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
}
#container dt.error {
  color: #FF0000;
}
#container dd {
  margin: 0 0 20px 0;
  font-size: 100%;
  color: #000000;
}
#container dd table {
  border-collapse: collapse;
  border-spacing: 5;
}
#container dd th {
  padding: 5px;
  font-size: 100%;
  color: #000000;
}
#container dd td {
  padding: 5px;
  font-size: 100%;
}
table.confirm {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 5;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
}
table.confirm th {
  padding: 15px 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  color: #000000;
  background: #ffffff;
  border-bottom: #000000 solid 1px;
  border-right: #000000 solid 1px;
}
table.confirm td {
  padding: 15px 10px;
  font-size: 100%;
  color: #000000;
  background: #ffffff;
  border-bottom: #000000 solid 1px;
  border-right: #000000 solid 1px;
}
#container label {
  margin: 0;
}
/* 入力フィード関連 */
input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	height:1.6em;
	font-size:105%;
}
*:first-child + html input {
  margin: 0 5px 0 0;
}
input.text {
  padding: 3px;
  border: #000000 solid 1px;
}
input.text:focus {
  color: #000000;
  background: #FFFFCC;
  border: #000000 solid 1px;
}
input.text-error {
  padding: 3px;
  color: #FF0000;
  border: #FF0000 solid 1px;
  background: #FFE0E0;
}
input.text-error:focus {
  padding: 3px;
  color: #000000;
  background: #FFFFCC;
  border: #000000 solid 1px;
}
input.btn{
	cursor:pointer;
	width:4em;
	border-radius:0.5em;
}
input#submit{
	width:50%;
	height:3em;
}
textarea.error:focus {
  color: #000000;
  background: #FFFFCC;
  border: #000000 solid 1px;
}
textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #000000 solid 1px;
	font-size:105%;
}
*:first-child + html textarea {
  margin: 0 5px 0 0;
}
textarea:focus {
  color: #000000;
  background: #FFFFCC;
  border: #000000 solid 1px;
}
textarea.error {
  color: #FF0000;
  border: #FF0000 solid 1px;
  background: #FFE0E0;
}
textarea.error:focus {
  color: #000000;
  background: #FFFFCC;
  border: #000000 solid 1px;
}
select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	width: 100%;
	box-sizing: border-box;
	height:2em;
	font-size:105%;
}
*:first-child + html select {
  margin: 0 5px 0 0;
}
#contents option {
  padding-right: 10px;
}
#contents button {
  margin: 0 5px 5px 0;
  padding: 3px;
}
/* リンク関連 */
#contents a:link {
  text-decoration: underline;
  color: #000000;
}
#contents a:visited {
  text-decoration: underline;
  color: #000000;
}
#contents a:hover {
  text-decoration: none;
  color: #000000;
}
/* フォント関連 */
.font-size-s {
  font-size: 85%;
}
.font-size-m {
  font-size: 93%;
}
.font-size-l {
  font-size: 122%;
}
.font-color-red {
  color: #FF0000;
}
.font-color-blue {
  color: #0066CC;
}
.font-color-green {
  color: #009933;
}
.font-color-gray {
  color: #666666;
}
#container strong {
  font-weight: bold;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/* ==================== レイアウト設定 ==================== */
#container {
  width: 90% !important;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  text-align: left;
  position: relative;
}
#container #header {
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	position: static;
    background: inherit;
}
#contents {
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  clear: both;
  max-width: 960px;
}
/*#footer {
	margin: 0 auto;
	padding: 20px 0;
	color: #000000;
	clear: both;
}*/
#ad {
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  background: #FFFFFF;
  clear: both;
}
#ad a {
  color: #555555;
}
#ad hr {
  height: 1px;
  margin: 10px 0;
  _margin: 0px 0 10px 0;
  padding: 0;
  background: #DDDDDD;
  border: 0px none;
  clear: both;
}
#powered {
  width: 161px;
  height: 0px;
  margin: 0 auto;
  padding-top: 22px;
  display: block;
  background: transparent url(../../images/powered-by-formmailer.gif) no-repeat;
  overflow: hidden;
}
/* ==================== システムメッセージ ==================== */
#alert {
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  line-height: 40px;
  background: #FFFFFF;
  clear: both;
}
/* ==================== テンプレート設定 ==================== */
/*#header h1 {
	color: #000000;
}*/
#contents h1, #TB_ajaxWindowTitle h1 {
  color: #000000;
}
#description {
  padding-bottom: 20px;
  font-size: 93%;
  line-height: 1.5;
  color: #000000;
}
#complete {
  padding: 20px 0;
  font-size: 93%;
  line-height: 1.5;
}
.space {
  margin: 0 0 10px 0;
}
.required {
  margin: 0 5px 0 0;
  font-size: 122%;
  color: #ff0000;
  font-weight: bold;
}
div.error {
  margin: 10px 0;
  font-size: 93%;
  color: #FF0000;
  line-height: 1.3;
}
.label {
  margin: 0 5px 0 0;
  font-size: 93%;
  color: #000000;
  line-height: 1.5;
}
.notes {
  margin: 10px 0 0 0;
  font-size: 85%;
  color: #000000;
  line-height: 1.3;
}
/* 注文フォーム */
#box-order {}
#box-order .comment-header {
  margin: 0 0 10px 0;
  font-size: 100%;
  line-height: 2;
  clear: both;
  color: #000000;
}
#box-order .comment-footer {
  margin: 10px 0 0 0;
  font-size: 100%;
  line-height: 2;
  clear: both;
  color: #000000;
}
#box-order table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 5;
  background: #ffffff;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
}
#box-order table th {
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  vertical-align: top;
  border-bottom: #000000 solid 1px;
}
#box-order table td {
  padding: 10px;
  font-size: 100%;
  color: #000000;
  border-bottom: #000000 solid 1px;
}
#box-order table.settle {
  border-collapse: collapse;
  border-spacing: 5;
  border: none;
  background: none;
}
#box-order table.settle th {
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: right;
  color: #000000;
  vertical-align: top;
  border-bottom: #000000 solid 1px;
}
#box-order table.settle td {
  padding: 10px;
  font-size: 100%;
  text-align: right;
  border-bottom: #000000 solid 1px;
}
/* thickbox設定 */
#TB_window {
  border: #000000 solid 3px;
}
#TB_ajaxWindowTitle h1 {
  color: #000000;
  background: #FFFFFF;
}
#TB_ajaxContent {
  color: #000000;
  background: #FFFFFF;
}
#TB_ajaxContent p {
  color: #333333;
}
#TB_closeAjaxWindow {
  color: #000000;
  background: #FFFFFF;
}
#TB_closeAjaxWindow a {
  color: #000000;
}
/* 入力補助設定 */
input.required_field, textarea.required_field, tr.required_field, td.required_field {
  background: #FFDDDD;
  border: #FF9999 solid 1px;
}
select.required_field {
  background: #FFDDDD;
}