@charset "utf-8";

/* #mainimg */
#mainimg {
	background:url(../images/order/mainimg.jpg) no-repeat center top #f5f1e6;
}
#mainimg div h1 {
	padding:46px 0 0 26px;
}
#mainimg div h1 img {
	margin-bottom:10px;
}
#mainimg div h1 span {
	display:block;
}

/* .orderArea */
.orderArea {
	padding:16px 0 0 0;
}
.orderArea .mtxt01 {
	text-align:center;
	font-weight:bold;
	color:#42210b;
}
.orderArea .mtxt02 {
	text-align:center;
	font-weight:bold;
	color:#871230;
}
.btnArea {
	width:374px;
	margin-bottom:25px;
}
.btnArea dt {
	width:100%;
	background:url(../images/order/line.gif) repeat-x left;
	margin-bottom:10px;
}
.btnArea dt span {
	background-color:#FFF;
	padding-right:10px;
}


.orderArea .addrArea {
	width:770px;
	overflow:hidden;
	clear:both;
	padding:0 0 48px 8px;
}
.orderArea .addrArea .cont {
	width:346px;
	float:left;
	padding:0 0 0 19px;
	background:url(../images/attend/img01.jpg) no-repeat 182px 26px;
}
.orderArea .addrArea .cont.wid {
	width:336px;
	background:url(../images/attend/img02.jpg) no-repeat 205px 26px;
}
.orderArea .addrArea .cont .ttl {
	padding:10px 0 15px 0;
}
.orderArea .addrArea .cont .txt {
	padding:22px 0 10px;
}
.orderArea .addrArea .cont dl {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:13px;
}
.orderArea .addrArea .cont dl dt {
	width:90px;
	padding:0 0 0 4px;
	float:left;
}
.orderArea .addrArea .cont dl dd {
	float:left;
	border-left:#7f7f7f 1px solid;
	padding:0 0 0 20px;
}
.orderArea .addrArea .cont ul {
	width:318px;
	clear:both;
	border-top:#b0b0b0 1px dotted;
	border-bottom:#b0b0b0 1px dotted;
	padding:9px 0;
	margin-bottom:18px;
}
.orderArea .addrArea .cont.wid ul {
	width:336px;
}
.orderArea .addrArea .cont ul li {
	padding:1px 0 1px 30px;
}
.orderArea .addrArea .cont ul .li01 {
	background:url(../images/attend/ico_car01.gif) no-repeat left 1px;
}
.orderArea .addrArea .cont ul .li02 {
	background:url(../images/attend/ico_car02.gif) no-repeat left 1px;
}
.orderArea .addrArea .cont ul .li03 {
	background:url(../images/attend/ico_car03.gif) no-repeat left 1px;
}
.orderArea .addrArea .cont ul.btn {
	text-align:center;
	border:none;
	width:auto;
}
.orderArea .addrArea .cont ul.btn li {
	display:inline;
	padding: 0 6px;
}
.orderArea .addrArea .cont2 {
	width:710px;
	padding:10px 0 0 20px;
	clear:both;
}
.orderArea .addrArea .cont2 .ttl {
	color:#42210b;
	background:url(../images/order/line.gif) repeat-x left;
	margin-bottom:10px;
}
.orderArea .addrArea .cont2 .ttl span {
	background-color:#FFF;
	padding-right:10px;
}



.nittaijibox{
    border: 1px solid #aaa;
    clear: both;
    padding: 20px;
    margin: 0 0 20px 0;
}
.nittaijibox dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nittaijibox dt{
   flex-basis: 30%;
}
.nittaijibox dd{
   flex-basis: 60%;
   font-size: 120%;
}
.nittaijibox h3{
    padding: 0 0 10px 0;
}
.nittaijibox p{
    padding: 0 0 10px 0;
}


