@charset "utf-8";
/* CSS Document */
*::selection{ background:#137F0A; color:#fff;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bodybg.jpg) fixed bottom;
	color: #333;
}
div {
	text-align: center;
}
a {
	color: #23258B;
}
li {
	list-style: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#sticky {
	background: #fff;
	opacity: 0.95;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #999;
}
#headerNavigation {
	width: 980px;
	margin: 0 auto;
	overflow: hidden; /*floatの解除、ここがポイント*/ 
    position: relative; /*DWで正常にプレビューできるようになります。*/  
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	text-align: center;
}

#headerNavigation li {
	display: inline;
}
#headerNavigation li a {
	display: block;
	float: left;
	width: 33.3%;
	color: #333;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 14px 0;
	font-size: 17px;
	transition: 0.5s;
}
#headerNavigation li a:hover {
	background: #333;
	color: #fff;
	padding: 18px 0;
}
/*飛び出すボタン*/
#page-back {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 120%;
}
#page-back a {
	background: #ddd;
	text-decoration: none;
	color: #333;
	width: 160px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 1px solid #666;
}
#page-back a:hover {
	text-decoration: none;
	background: #999;
}

#pagetop {
	margin-top: 80px;
	height:70px;
	font-size: 40px;
	font-weight: normal;
	color: #333;
}


#reseach {
	width: 950px;
	margin: 0 auto 80px;
	text-align: left;
}
#reseach h2 {
	background-color: #FF0;
	font-size: 30px;
	font-weight: normal;
	margin: 40px 0; 
	padding: 10px 0;
}

#reseach p {
	letter-spacing: 1px;
	line-height: 180%;
	font-size: 21px;
	margin:0 auto 18px;
	width: 90%;
}

#reseach p strong {
	margin: 80px 0;
	font-size:120%;
	border-bottom: dotted #FF0 2px;
}

#contact h2 {
	font-size: 40px;
	font-weight: normal;
	color: #333;
	margin: 20px auto;
}

.hyou{
 width: 90%;
 border-collapse: collapse;
 border-right: 1px solid #999;
 font-size: 18px;
 margin: 0 auto;
 }
 .hyou th{
 padding: 12px;
 text-align: left;
 vertical-align: top;
 color: #fff;
 background-color: #555;
 border-left: 5px solid #ff6633; 
 border-top: 1px solid #fff;
 }
 .hyou td{
 padding: 12px;
 background-color: #fff;
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 }

#contact {
	width: 980px;
	margin: 20px auto;
	padding: 20px 0;
	overflow: hidden;
    position: relative;
	zoom:1;
}


p.contactCover {
	line-height: 170%;
	font-size: 25px;
	margin-top: 100px;
	color: #333;
}
p.contactCover strong {
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

.contactCover {
	width: 300px;
	float: right;
	text-align: left;
}

div.contactCover {
	margin-top: 50px;
}
div.contactCover h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}



#contact form div.contactForm {
	width: 600px;
	float: left;
	border-radius: 5px;
	text-align: left;
	box-shadow: 5px;
	padding: 20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 6px 3px;
	margin-bottom: 60px;
	margin: 60px 20px;
}
#contact dl {
	font-size: 20px;
	line-height: 2;
	overflow: hidden;
	padding-bottom: 20px;
}
#contact dt {
	width: 30%;
	float: left;
	margin-bottom: 2em;
	height: 30px;
}
#contact .contactForm input[type="text"], #contact .contactForm select {
	height: 30px;
	width: 90%;
	padding: 0.1em;
}
#contact .contactForm select {
	width: 150px;
	padding: 0.5em;
}
#contact textarea {
	width: 90%;
	height: 70px;
	padding: 0.1em;
	resize: none;
}
#contact dd {
	width: 65%;
	float: left;
	margin-bottom: 2em;
	height: 30px;
}
#contact dd:last-child {
	font-size: 18px;
	margin-top: 5px;
}
#contact input.button {
	display: block;
	clear: both;
	width: 450px;
	margin: 15px auto;
	height: 60px;
	background: #c00;
	border: 1px solid #a00;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	text-shadow: 1px #999;
	font-size: 20px;
	margin-top: 20px;
}
#contact input.button:hover {
	background: #f00;
	padding:10px;
}
#contact div.orderform {
	width: 43%;
	margin-right: 2%;
	float: left;
	text-align: left;
	padding-top: 20px;
}
#contact div.orderform img {
	float: left;
	margin-left: 10px;
}
#contact div.orderform strong {
	font-size: 20px;
	color: #800;
	font-size: 20px;
}
#contact div.orderform h3 {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin: 20px 0;
}
#contact div.orderform ul {
	overflow: hidden;
	height: 200px;
}
#contact div.orderform li {
	list-style: none;
	text-align: left;
	margin-bottom: 12px;
	overflow: hidden;
}
#contact div.orderform select {
	font-size: 13px;
	display: block;
	width: 65px;
	margin-right: 15px;
	float: left;
	padding: 2px;
}


#contact div.orderform select.quntity {
	width: 55px;
}
#contact div.orderform span {
	display: block;
	width: 65px;
	margin-right: 15px;
	float: left;
	padding: 5px;
}
#contact div.orderform p {
	margin-top: 20px;
}





#footer {
	position: relative;
	background: #222 url(../img/footerimg.png) 70% 100% no-repeat;
	margin-top: 30px;
	color: #fff;
	overflow: hidden;
	letter-spacing: 1px;
}
#footer div#footerInfo {
	width: 980px;
	margin: 30px auto 0 auto;
	text-align: left;
}
#footer div#footerInfo div {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
#footer h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px auto;
}
#footer dt {
	width: 30%;
	float: left;
	margin-bottom: 1em;
}
#footer dd {
	width: 70%;
	float: left;
	margin-bottom: 1em;
}
#footer p {
	line-height: 150%;
}
/*フォーム*/
p.error_messe {
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	margin: 1em;
}
