@charset "utf-8";


/* ------------------------------
micro clearfix
------------------------------ */
.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
	transform-origin: 0 0;
	transform: scale(1.0);
}

/* ------------------------------
ページ下部ボタン部
------------------------------ */
.footer_menu {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footbtn_right {
	float: right;
	margin-right: 2px;
}
.footbtn_right a {
	display: inline-block;
	padding: 0.5em 2em;
	font-size: 1.2em;
	line-height: 22px;
	color: #fafafa;
	background-color: #626063;
	border: 1px solid #626063;
	border-radius: 10px;
	transition: background 0.3s ease-in-out;
}
.footbtn_right a:hover, .footbtn_left a:hover{
	border: 1px solid #ff7f50;
	border-radius: 10px;
	background: #ff7f50;
}
.footbtn_left, .footbtn_left_mail {
	float: left;
	margin-left: 2px;
}
.footbtn_left a, .footbtn_left input[type=button], .footbtn_left input[type=submit], .footbtn_right input[type=button]{
	display: inline-block;
	padding: 0.5em 2em;
	font-size: 1.2em;
	line-height: 22px;
	color: #fafafa;
	background-color: #669900;
	border: 1px solid #669900;
	border-radius: 10px;
	transition: background 0.3s ease-in-out;
	cursor: pointer;
}
.row_btn {
	padding: 0.2em 0.8em;
}
.footbtn_left_mail input[type=button] {
	display: inline-block;
	padding: 0.2em 1.0em;
	line-height: 18px;
}

/* ------------------------------
 一覧
------------------------------ */
#grdData {
	width: 100%;
}
#grdData_cook {
	width: 98%;
	margin: 30px auto;
}
#grdData, #grdData td, #grdData th,#grdData_cook, #grdData_cook td, #grdData_cook th{
	border: 1px solid #666666;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
}
#grdData td input[type="button"], #grdData_cook td input[type="button"]{
	padding: 0 3px;
}
.del_btn{
	color: crimson;
	font-weight: bold;
}
#grdData th, #grdData_cook th{
	background-color: #DCD6D2;
}
#grdData th a, #grdData_cook th a {
	color: #000000;
}
#grdData th a:hover, #grdData_cook th a:hover {
	color: #ff0000;
}
.end_row{
	background-color: #DCD6D2;
	height: 40px;
}
#grdData_cook td select {
	width: 100%;
}
#grdData td textarea {
	width: 100%;

}
.list_tit {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 2px;
}

/* ------------------------------
 詳細表示・入力テーブル
------------------------------ */
.did_tbl, .tbl_total_price {
	border: solid 1px #DCD6D2;
	border-collapse:collapse;
	padding:0.2em;
}
.did_tbl td,.did_tbl th, .tbl_total_price td{
	border-left: solid 1px #DCD6D2;
	border-right: solid 1px #DCD6D2;
	border-bottom: dotted 2px #DCD6D2;
	padding: 0.2em;
}
.did_tbl th, .did_tbl_tit, .did_tbl_sub, .tbl_total_price td{
	background-color: #ECEEEE;
}
.did_tbl_tit{
	width: 220px;
	vertical-align: top;
}
.did_tbl td {
	font-size: 1.2em;
	line-height: 40px;
}
.main_con > div ,.main_did_con > div {
	margin-top: 10px;
}
.main_con table ,.main_did_con table {
	width: 100%;
}
table.did_tbl tr:last-child td {
	border-bottom: solid 1px #DCD6D2;
}
.did_tbl th.title1, .did_tbl th.title2 {
	padding-top: 0.4em;
	font-size: 2em;
	color: #6F5436;
}
.did_tbl th.title1 {
	text-align: left;
}
.did_tbl_price {
	width: 220px;
	text-align: right;
}
.tbl_total_price {
	margin-top: 10px;
	margin-bottom: 10px;
}
td.total_tit {
	font-size: 2.5em;
	color: #0000FF;
}
td.total_price {
	font-size: 2.5em;
	color: #FF0000;
	text-align: right;
	width: 220px;
}
th.add_btn {
	text-align: right;
}
th.add_btn a {
	display: inline-block;
	padding: 0.5em 2em;
	line-height: 18px;
	color: #fafafa;
	background-color: #626063;
	border: 1px solid #626063;
	border-radius: 10px;
	transition: background 0.3s ease-in-out;
}
th.add_btn a:hover{
	border: 1px solid #ff7f50;
	border-radius: 10px;
	background: #ff7f50;
}
.did_tbl td input[type="text"], .did_tbl td select{
	height: 30px;
}
.ok {
	font-weight: bold;
	color: #0000ff;
}
.no {
	color:crimson;
}
.atmark {
	margin: 0 10px;
}
