﻿@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body{
	background: url(img/back_head.jpg) center top no-repeat;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
margin: 0px;
padding: 0px;
}
img {
max-width : 100% ;
height : auto ;
}
.all {
	margin: 0px;
	padding: 0px;
	width: 800px;
margin-right: auto;
margin-left : auto;
}
.toppage {
	margin: 0px;
	padding: 0px;
	width: 960px;
margin-right: auto;
margin-left : auto;
}
.header {
	padding: 60px 0px 0px 0px;
	text-align: center;
	font-size: x-large;
}

h1 {
	margin: 130px 0 10px 0;
}

.toppage h2 {
	font-size: x-large;
}
#eqtop {
  background-image: url(img/h1_eq.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 800px;
  height: 442px;
}
p {
	font-size: larger;
}
#caution{
	font-size: smaller;
}
li {
	list-style: none;
	font-size: larger;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#submit_button{
display: block;
border: none;
overflow: hidden;
    width: 317px;
    height: 69px;
background:url(img/submit.gif) top left no-repeat;
cursor:pointer;
*padding-top:0;
*line-height:0;
*height:69px;
text-indent: -9999px;
}
input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#211806 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:317px;
   height:40px;
   padding:0 3px;
}

input[type=text]:focus {
   border:solid 1px #20b2aa;
}

input[type=text], select {
   outline: none;
}
.copyright {
	text-align: center;
	font-size: small;
	margin: 20px 0px;
}
a img {
	border: none;
}

.footer {
	text-align: center;
}
.container {
	width: 960px;
	margin: 0px 0px 50px 0px;
}

.toppage .conceptleft {
	float: left;
	width: 470px;
	margin: 0px 20px 0px 0px;
}
.toppage .conceptright {
	float: right;
	width: 470px;
	margin: 0px 0px 0px 0px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.toppage .twitterbox {
	float: left;
	margin: 20px 20px 0px 0px;
	width: 470px;
}
.toppage .listup {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 470px;
}

.menu{
    margin: 50px -20px 0 0;
    overflow: hidden;
    zoom: 1;
}
.menu .btn{
    float: left;
	margin: 0px 20px 30px 0px;
	width: 176px;
	height: 70px;
	display:inline;
}
.menu .btn a:hover{
   filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
}

#food {
	width: 960px;
	margin-bottom: 50px;
}

#goods {
	width: 960px;
	margin-bottom: 50px;
}

#howto {
	width: 960px;
	margin-bottom: 50px;
	text-align: left;
}
#howto p {
	font-size: 15px;
	line-height: 30px;
}

#tos {
	width: 960px;
	margin-bottom: 50px;
}
#tos p {
	font-size: 15px;
	line-height: 30px;
}
#tos .font20 {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

#qa {
	width: 960px;
	margin-bottom: 50px;
}
#qa p {
	font-size: 15px;
	line-height: 30px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #59493f;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
