﻿#wrap {
	width: 980px;
	position: relative;
	margin: auto;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*******************************
ヘッダー
*******************************/
header {
	width: 980px;
	margin:0px 0px 10px 0px;
}
/*******************************
ヘッダートップ
*******************************/
#top-Area {
	max-width:980px;
	height:80px;
	margin:auto;
	font-family: "Meiryo UI";
}

.h-Logo {
	width:15%;
	height:100%;
	margin:0px;
	float:left;
}

.h-Logo img {
	width:100%;
	height:100%;
}

#takeout-image {
	width: 980px;
	height: 100%;
	margin: auto;
}
/*******************************
イメージ画像
*******************************/
.takeout-image {
	width: 100%;
	height: 40%;
	/*float: left;*/
}

.takeout-image img {
	width: 980px;
	height: 600px;
	margin: 20px 0 10px 0;
	/*float: left;*/
}

.takeout-image p {
	/*clear: both;*/
	width: 100%;
	margin: 0;
	text-align: center;
	color: #313131;
}

.ouchideHanmichi-image {
	width: 50%;
	height: 100%;
	float: left;
}

.ouchideHanmichi-image img {
	width: 98%;
	height: 100%;
	margin: 20px 0 10px 0;
	float: right;
}

.ouchideHanmichi-image p {
	clear: both;
	width: 98%;
	text-align: center;
}
/*******************************
フォーム全体
*******************************/
#wrapForm {
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	color:#313131;
	font-family: meiryo, 'ms pgothic', sans-serif;
}
/*******************************
タイトル
*******************************/
.takeout-header-backgroundColor {
	width:980px;
	margin: auto;
	background-color: #000000;
}

.takeout-header {
	max-width:980px;
	height:70px;
	margin:auto;
	color:#FFFFFF;
}

.takeout-header h1 {
	margin: auto;
	padding: 10px ;
	text-align:center;
	font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
フォーム
*******************************/
.mainForm {
	clear: both;
	max-width:980px;
	margin: auto;
	height:100%;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mainForm>p {
	width: 50%;
	margin: auto;
	text-align: right;
	font-size: 15px;
	color: #E42300;
}

form {
	clear: both;
	width: 50%;
	margin: auto;
}

input, textarea, select {
	border: 1px solid #7A7A7A;
	border-radius: 0.40em;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size:100%;
	font-weight: normal;
	vertical-align: baseline;
	color: #313131;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

select {
	position: relative;
	width: 31em;
}
/*******************************
日付選択
*******************************/
#wrapdatepicker{
	position: relative;
	width: 40%;
	float: left;
}

#datepicker{
	width:100%;
	height: 100%;
	float: left;
}

.ui-datepicker-trigger{
	position: absolute;
	margin: 0 0 0 10px;
	width: 35px;
	height: 35px;
}
/*******************************
時間選択
*******************************/
#timepicker{
	position: relative;
	margin: 0 0 10px 100px;
	width: 25%;
	height: 100%;
}
/*******************************
注意書き
*******************************/
.p-note{
	margin: 0 0 20px 0;
	font-size: 12.5px;
	color: #E42300;
	display: none;
}
/*******************************
メニュー選択
*******************************/
.wrapMenu{
	position: relative;
	width: 100%;
}

.menuList{
	width: 75%;
}

.menuNum{
	width: 20%;
	margin: 0 0 10px 10px;
}

.menuAmount{
	text-align: right;
	border-bottom: solid 2px;
	font-size: 20px;
	font-weight: bold;
	color: #313131;
}

#totalAmount{
	margin: 50px 0 20px 0;
	text-align: right;
	border-bottom: solid 2.5px orange;
	font-size: 20px;
	font-weight: bold;
	color: #313131;
}
textarea{
	height:5em;
	resize: vertical;
}
/*******************************
お願い
*******************************/
#infomation{
	margin-bottom: 10px;
	font-size: 20px;
}

.p-infomation{
	margin-top: 10px;
	font-size: 15px;
}
/*******************************
ボタン
*******************************/
.submitBtn{
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px orange;
	background-color: transparent;
	cursor: pointer;
}

.sendBottom{
	width:100%;
	text-align:center;
	margin: 20px 0 70px 0;
}
/*******************************
店舗情報
*******************************/
.shopInfo{
	width: 100%;
	margin: auto;
	float: left;
}

.p-shopinfo{
	mergin:0;
	color: #E42300;
	font-size: 15px;
}

#honten, #enaten, #shinsakaeten, #kakamigaharaten{
	width: 23.5%;
	float: left;
}

#enaten, #shinsakaeten, #kakamigaharaten{
	margin: 0 0 0 19px;
}

.shopInfo img{
	margin:auto;
	width: 240px;
	height: 210px;
}

.shopInfo h2{
	width: 100%;
	font-size: 20px;
	text-align: center;
}

.tb-shopinfo {
	width: 100%;
	font-size: 13px;
	text-align: left;
}

.tb-shopinfo>tr{
	border-bottom: solid 1px #000000;
}

.tb-shopinfo th{
	width: 35%;
}