@charset "utf-8";
/* CSS Document */

/*　//////////////////////////////////////////////

お問合せフォーム用

////////////////////////////////////////////////*/


/* ==================== クロスブラウザ設定 ==================== */

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 */

/* フォーム関連 */
dl {
	margin: 20px 0;
	padding: 0;
}

dt {
	margin: 5px 0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

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: #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;
	
	border-bottom: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

table.confirm td {
	padding: 15px 10px;
	font-size: 100%;
	color: #000000;
	
	border-bottom: #000000 solid 1px;
	border-right: #000000 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;
}*/

/* ==================== レイアウト設定 ==================== */
#container {
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
    position: relative;
}

#header {
	margin: 0 auto;
	padding: 20px;
	clear: both;
}

#contents {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	color: #000000;
	clear: both;
}


/* ==================== システムメッセージ ==================== */
#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;
	
	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 {
	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[type="button"] {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #202945;
    color: #fff;
    border-style: none;
}


#container .button {
    display       : inline-block;
    border-radius : 5%;
    font-size     : 12pt;
    text-align    : center;
    cursor        : pointer;
    padding       : 15px 44px;
    background    : #202945;
    color         : #ffffff;
    line-height   : 1em;
    transition    : .3s;
    box-shadow    : 3px 3px 2px #666666;
    border        : 1px solid #000000;
    margin-top: 40px;
}

#container .button:hover {
  box-shadow    : none;        
  color         : #202945;     
  background    : #ffffff; 
  border        : 1px solid #202945;	
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

/* チェックが入ったチェックボックス */
input[type="checkbox"]:checked {
  box-shadow: 0 0 0 3px hotpink;
}