@charset "utf-8";
/* CSS Document */


ul { margin: 0;padding: 0;display: block; }
ul strong { display: block; }
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; }


.clearfix {display: block;}
/* End hide from IE-mac */


/* ==================== タグ初期化 ==================== */

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;}


/* フォーム関連 */
dl {
	margin: 20px 0;
	padding: 0;
}

dt {
color: #333;
font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 300;
font-size: 16px;
}

dt.error {
	color: #FF0000;
}

dd {
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #000000;
}

dd table {
	border-collapse: collapse;
	border-spacing: 5;
}

dd th {
	padding: 5px;
	font-size: 100%;
	color: #000000;
}

dd td {
	padding: 5px;
	font-size: 100%;
}

table.confirm {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

table.confirm th {
	padding: 15px 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

table.confirm td {
	padding: 15px 10px;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

label {
	margin: 0;
}

/* 入力フィード関連 */
input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html input {
	margin: 0 5px 0 0;
}

input.text {
	padding: 3px;
	border: #999999 solid 1px;
}

input.text:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 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: #999999 solid 1px;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #999999 solid 1px;
}

*:first-child+html textarea {
	margin: 0 5px 0 0;
}

textarea:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

textarea.error {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

textarea.error:focus {
	color: #000000;
	background: #FFFFCC;
	border: #999999 solid 1px;
}

select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html select {
	margin: 0 5px 0 0;
}

option{ 
	padding-right:10px; 
}

button {
	margin: 0 5px 5px 0;
	padding: 3px;
}


/* フォント関連 */

.font-size-s {
	font-size: 85%;
}

.font-size-m {
	font-size: 100%;
}

.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;
}

strong {
	font-weight:bold;
}

.align-center {
	text-align: center;
}


.align-left {
	text-align: left;
}


.align-right {
	text-align: right;
}


/* ==================== レイアウト設定 ==================== */
#container {
	width: 65% !important;
	margin: 0 auto;
	padding: 0;
	font-size:100%;
	text-align:left;
	position: relative;
}

#header {
	margin: 0 auto;
	padding: 20px;
	clear: both;
}

#contents {
	margin: 0 auto;
	padding: 20px;
	background: #ffffff;
	border: #CCCCCC solid 1px;
	clear: both;
}

#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;
	background: url(../../images/powered-by-formmailer.gif) no-repeat;
	display: block;
	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: 100%;
	line-height:1.5;
	color: #000000;
}

#complete {
	padding: 20px 0;
	font-size: 100%;
	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: 100%;
	color: #FF0000;
	line-height: 1.3;
}

.label {
	margin: 0 5px 0 0;
	font-size: 100%;
	color: #000000;
}

.notes {
	margin: 10px 0 0 0;
	font-size: 93%;
	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: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

#box-order table th {
	padding: 10px;
	font-size: 100%;
font-weight: bold;
	color: #000000;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;
}

#box-order table td {
	padding: 10px;
	font-size: 100%;
	color: #000000;
	border-bottom: #CCCCCC 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: #CCCCCC solid 1px;
}

#box-order table.settle td {
	padding: 10px;
	font-size: 100%;
text-align: right;
	border-bottom: #CCCCCC solid 1px;
}
/* thickbox設定 */
#TB_window {
	border:  #000000 solid 3px;
}

#TB_ajaxWindowTitle {
	background: #FFFFFF;
}

#TB_ajaxContent {
	color : #000000;
	background: #FFFFFF;
}

#TB_closeAjaxWindow {
	color : #000000;
	background: #FFFFFF;
}

/* 入力補助設定 */
input.required_field,textarea.required_field,tr.required_field,td.required_field {
	background: #FFDDDD;
	border: #FF9999 solid 1px;
}

select.required_field {
	background: #FFDDDD;
}
input#submit{
	padding: 15px 20px;		
	}
#contents {
    margin: 0 auto;
    padding: 60px 160px;
    background: #ffffff;
    border: #CCCCCC solid 1px;
    clear: both;
}

