/* =======================================
	Reset CSS
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #333;}

body {font:13px/1.5 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;}


* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
address {font-style: normal;}

input,textarea{font:13px/1.5 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

/* =======================================
	共通CSS
========================================== */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

/* テキスト位置 */
.t_left   {text-align: left;}
.t_center {text-align: center;}
.t_right  {text-align: right;}

/* float関係 */
.f_left   {float: left;}
.f_right  {float: right;}
.f_clear  {clear: both;}

/* 全体 */
#back{
	margin: 0px auto;
	width: 960px;
}
/* ヘッダー */
#header {
	width: 960px;
	background: url(../../takeout-delivery/public/bg_header.png) repeat-x left bottom;
	padding: 20px 0;
}
/* タイトル */
#title{
	margin: 30px auto 15px;
	width: 730px;
}
#title .box {
	overflow: hidden;
	margin: 15px 0;
}
#title .box ul{
	font-size: 14px;
}
#title .box .f_left {
	width: 350px;
}
#title .box .f_right {
	width: 350px;
}
.day {
	font-size: 16px;
	font-weight: bold;
	/*color:#4E170B;*/
	text-align: left;
	margin-bottom: 8px;
}
.place {
	font-size: 14px;
	list-style-type: none;
	line-height: 1.5;
	text-align: left;
	width: 300px;
	margin: 0 auto 10px;
}
.t_check {
	text-align: left;
	font-size: 14px;
	margin: 0 0 1em 0;
}
.ryoukin {
	font-size: 14px;
	line-height: 1.2;
}
.ryoukin th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.ryoukin td {
	text-align: right;
}
.ryoukin .fee {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 15px;
}
.ryoukin .tax{
	font-size: 12px;
	color: #FF0000;
	padding-left: 5px;
}
.red {
	color: #FF0000;
}
.red strong {
	font-size: 18px;
}
.left {
	float: left;
	width: 330px;
	margin: 0 0 10px;
}
.left p {
	text-align: left;
	margin-top: 5px;	
}
.right {
	float: right;
	width: 260px;
	margin: 0 0 15px;
}
.clear {
	clear: both;
	border: 0;
    border-bottom: 1px dashed #4E170B;
	margin: 15px 0;
}
h4 {
    border-left: 5px solid #4e170b;
    color: #4e170b;
    font-size: 16px;
    margin: 20px 0 10px;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
}

/* フッター */
#footer {
	border-top: 1px solid #919191;
    clear: both;
    margin: 15px auto 0;
    text-align: center;
    width: 995px;
}	
#footer p{
	padding: 20px 0 10px;
}


/* フォーム */
form{
	width: 730px;
	margin: 0 auto;
}
form input[type="text"],form textarea, form select{
  padding: 2px;
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 100%;
}
form input[type="text"]:focus, form textarea:focus, form select:hover {
  background-color: #dff7ff;
}
form input[type="text"]:hover, form textarea:hover, form select:hover {
  background-color: #dff7ff;
}
input[readonly]{
	color: #666666;
	background-color: #EBEBEB;
}

/* ボタン */
.btn_area{
	text-align: center;
}
.input_btn {
	width: 180px;
	height: 50px;
	margin: 0 auto;
}

/* =======================================
	タイトルエリア
========================================== */
#title h2{
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
#title h3{
	font-size: 18px;
	margin-bottom: 15px;
}
#title h3 span{
	font-size: 13px;
}
#title h3 strong{
	font-size: 24px;
}

/* ご注意 */
#page_attention{
	margin: 15px auto;
	width: 100%;
	border: 3px #999 double;
	padding: 5px;
}
.note {
	font-size: 12px;
}

/* フォーム上部のテキスト */
.lead_txt{
	font-size: 15px;
	margin: 30px 0 15px;
}

/* フォーム下部のテキスト */
.contact{
	width: 730px;
	margin: 30px auto 15px;
	text-align: center;
	font-size: 14px;
}

/* 入力例 */
.att{
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.att_red{
	color: #ff0000;
	font-size: 12px;
	font-style: normal;
	padding-top: 3px;
}

.errorstr{
	color: #ff0000;
}

/* テーブル */
form table{
	border:1px #999 solid;
	margin: 0 0 30px 0;
	width: 100%;
}
form table th{
	width: 200px;
	border: 1px #999 solid;
	padding: 8px 10px;
	white-space: nowrap;
	background-color: #efe7de;
}
form table td{
	border:1px #999 solid;
	padding: 8px 15px;
}
/* 必須 */
form table th div{
	position: relative;
}
.hissu{
    color: #fff;
    background: #fa676b;
    border-radius: 1px;
    font-size: 12px;
    padding: 2px;	
	font-weight: normal;
	width: 30px;
	position: absolute;
	top: 0;
	left: 145px;
}
.any {
	border: 1px solid #999;
    color: #666;
	background: #fff;
    font-size: 12px;
	font-weight: normal;
	width: 30px;
	position: absolute;
	top: 0;
	left: 145px;
	text-align: center;
	padding: 2px;
}

form #intable{
	margin-bottom: 5px;
	border: none;
}
form #intable th{
	background-color: #fff;
	border: none;
	border-bottom: 1px dotted #999;
	padding: 8px 10px;
	width: 100px;
	vertical-align: middle;
}
form #intable td{
	border: none;
	border-bottom: 1px dotted #999;
	padding: 8px 10px;
}
form #intable td.check{
	border: none;
	padding: 8px 10px;
}


/* 入力項目 */
form input[type="text"].waku1{
	width: 200px;
}
form input[type="text"].waku2{
	width: 150px;
}
form input[type="text"].waku3{
	width: 100px;
}
form input[type="text"].waku4{
	width: 50px;
}
select.box1{
	width: 150px;
}
select.box2{
	width: 220px;
}

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}
	#back{
		width: 100%;
		padding: 0 3%;
	}
	#header { width: 100%;}
	#title	{ width: 100%;}
	#footer { width: 100%;}
	.contact{ width: 100%;}
	#page_attention{ width: 100%;}
	form	{ width: 100%;}
	#page_attention dt{
		width: 100%;
		float: none;
	}
	#page_attention dd{
		margin: 0;
	}
	form table{
		width: 100%;
	}
	form table tr{
		border: 1px solid #999;
	}
    form table th,
    form table td{
        display: block;
		width: 100%;
		border: none;
    }
	#title .box {
		overflow: hidden;
	}
	#title .box ul{
		font-size: 14px;
	}
	#title .box .f_left {
		width: 100%;
		float: none;
	}
	#title .box .f_right {
		width: 100%;
		float: none;
	}
	#title .box .f_right td{
		white-space: nowrap;
	}
	#title .box table{
		width: 100%;
		margin: 15px 0;
	}
    #title .box .f_right th {
	}
    #title .box .f_right td {
		white-space: normal;
	}
	form #intable th{
		padding: 3px 10px;
		width: 100%;
	}
	form #intable th{
		border: none;
	}
	form #intable td{
		border: none;
	}


}

.ui-datepicker-trigger {
	margin-left: 4px;
}

.takeout_kosuu li{
	margin: 0 0 1em;
}