/* -----------------------------------------------
CSS Information
 File name:      style.css
 Author:         白石和子[kazuko shiraishi]
 Style Info:     contact専用シート
-------------------------------------------------- */
.contactbox{
	margin:0px auto;
	text-align:center;
    width:1048px;background-color:#FFF;
	border:1px solid #bbb;
	margin-top:10px;
/*
	-moz-box-shadow:1px 1px 2px #222;
	-webkit-box-shadow:1px 1px 2px #222;
	box-shadow:1px 1px 2px #222;
	float:left;
*/

}
.newshead{
	float:left;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	position:relative;
	margin:0px 0px 5px 0px;
	color:#666;
	height:18px;
	line-height:18px;
	background-color:#f9f9f9;
	border-bottom:1px solid #999;
}
.titlebox{
	margin:0px auto;
	font-size:1em;
	font-weight:normal;
	color:#363636;
	width:1050px;
	height:18px;
    text-align:left;
	background-color:#f9f9f9;
	margin-top:70px;
/*
	border-bottom:solid 1px #333;
*/
	}
.messagebox{
	margin:0px auto;float:left;margin:15px 0px 10px 30px;
	font-size:1em;color:#363636;width:1000px;text-align:left;
	line-height:18px;background-color:#fff;
	}
.messagebox h3{
	font-size:0.9em;
	color:#363636;
	line-height:18px;
	font-weight:normal;
	}
.inputwakubox{
	float:left;
	width:900px;
	height:25px;
	margin:5px 75px 5px 75px;
	background-color:#fff;
	}
.inputwakubox2{
	float:left;
	width:900px;
	height:200px;
	margin:5px 75px 5px 75px;
	background-color:#fff;
	}
.inputLbox{
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size:0.9em;color:#333;
	width:200px;
	height:22px;
	text-align:right;
    line-height:20px;background-color:#fff;
	margin-left:20px;float:left;
	border-bottom:1px solid #fff;
}

.inputLbox2{
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size:0.9em;color:#333;
	width:200px;
	height:200px;
	text-align:right;
    line-height:20px;background-color:#fff;
	margin-left:20px;float:left;
	border-bottom:1px solid #fff;
}

.inputtxtbox{
	font-size:1em;
	color:#363636;
	width:640px;
	height:22px;
	text-align:left;line-height:20px;background-color:#fff;
	margin-left:10px;float:left;
}
.inputtxtbox2{
	overflow:auto;
	font-size:1em;
	color:#363636;
	width:640px;
	height:200px;
	text-align:left;line-height:20px;background-color:#fff;
	margin-left:10px;float:left;
}

.inputsbox{border:none;border-bottom:1px solid #aaa;background-color:#FFF;color:#000;}
.inputtxtarea{font-size:1em;color:#363636;border:1px solid #aaa;margin-top:0px;}
/*
.inputtxtarea{font-size:1em;color:#363636;border:none;margin-top:0px;}
*/
.subbox{font-size:1em;color:#BBB;width:1000px;text-align:left;
		line-height:20px;background-color:#f9f9f9;margin:20px;float:left;
}
.clearboxS{clear:both;margin:0 auto;width:1000px;height:15px;}
.clearboxN{clear:both;margin:0 auto;width:1000px;height:50px;}
.footbox{clear:both;width:1046px;line-height:18px;background-color:#f9f9f9;margin:0px auto;}

/****************入力フォーム、ボタン設定**************/

input:focus{outline:0;background:#f8f8f3}
textarea:focus{outline:0;background:#f8f8f3}
input,select,textarea,button{font:1em "Courier New",Courier,mono;vertical-align:middle;color:#36352f;background:#fff}
button,a.button{padding-right:12px;padding-left:12px}
a.button{height:21px}
button{height:24px}
button span,button{white-space:nowrap}
button,.button,input[type="submit"]
	{
	float:left;display:inline-block;border:1px #e8e7dc solid;text-transform:uppercase;letter-spacing:2px;
	font:normal 1em "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, sans-serif;cursor:pointer;
	background:#fff;-webkit-transition: .5s;padding-top:1px
	}
button:hover,
.button:hover,
input[type="submit"]:hover{background:#f8f8f3}
input,textarea{padding:2px;border:solid 1px #e8e7dc}
button.button::-moz-focus-inner{padding:0;border:0}
button.button{-webkit-border-fit:lines}
button.button{overflow:visible;width:auto}
a.button:hover{color:#525049}
button.disabled{}button.btn-checkout.no-checkout{}

/****************入力項目用の設定**********************/

/*inputboxWater文字*/
.str { color: #FF3030; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint,code.prettyprint { 
	background-color:#e7f7e7;border:1px solid #ccc;
	padding:2px;font: 11px/12px "Consolas","Courier New","Courier",monospace;	
}
@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}