/* CSS Document */

/*
calendar
------------------------------------*/

#calendar #mainimg img{
	height:35px;
	width:auto;
}


#calendar table{
	border:1px solid #dddddd;
	border-collapse:collapse;
	width:100%;
	margin:28px 28px 0 0;
}

#calendar table caption{
	margin:0 auto 10px auto;
	text-align:center;
}

#calendar table caption img{
	width:32px;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
}

#calendar .calendar .txt span{
	color:#ffffff;
	background:#ffa200;
	border:1px solid #dddddd;
	padding:2px 5px;
	font-weight:bold;
}

#calendar table caption span{
	display:block;
	text-align:center;
}

#calendar table th,
#calendar table td{
	border:1px solid #dddddd;
	padding:3px;
	text-align:center;
	font-size:13px;
}

#calendar table td{
	height:23px;
}


#calendar table span{
	color:#F90;
	background:#ffffff;
	border:none;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 10px;
}

#calendar table th{
	background:#f2f2f2;
}

#calendar table th.sun{
	background:#ffdddd;
}

#calendar table th.sat{
	background:#ddefff;
}

#calendar table .sun-txt{
	color:#F30;
}
#calendar table .sat-txt{
	color:#09F;
}

#calendar table .pos{
	color:#ffffff;
	background:#ffa200;
	font-weight:bold;
}

#calendar .pdf{
	margin:10px 0;
}

#calendar .kigen{
	margin:5px 0;
}

#calendar .kigen span{
	color:#FFF;
	font-weight:bold;
	padding:5px;
	background:#F00;
	display:block;
	margin:0 0 5px 0;
}

#calendar .box2 span{
	display:block;
}

#calendar .box2 .day{
	text-align:right;
}

/*
form
------------------------------------*/

#form h2{
	font-size:18px;
	font-weight:bold;
	background:#f7f7f1;
	border-top:1px solid #dcdbcc;
	border-bottom:1px solid #dcdbcc;
	padding:5px 0 4px 0;
	margin:0 0 10px 0;
	text-align:center;
}

#form h2 img{
	height:25px;
	width:auto;
}

#form h3{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:15px 0 10px 0;
}

#form h3 img{
	height:20px;
	width:auto;
}

#form .box{
	margin:0 0 15px 0;

}

#form .box .img,
#form .box-inner .img{
	width:80%;
	text-align:center;
	margin:0 auto 10px auto;
	display:block;
}

/*
#form .box .img{
	float:right;
	width:40%;
	padding:0 0 10px 10px;
}
*/

/*
price
------------------------------------*/

#price #mainimg img{
	height:25px;
}

#price table{
	border:2px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
	font-size:9px;
}

#price th,
#price td{
	border:1px solid #b5b5b5;
	padding:3px;
}

#price .size{
	width:36px;
}

#price .type{
	width:45px;
}

#price th{
	background:#ebebeb;
}

#price td{
	text-align:right;
}

#price .txt-right{
	text-align:right;
}

#price h2{
	text-align:center;
}

#price .small{
	font-size:11px;
}

#price .list{
	margin:10px 0 0 0;
}

#price .list li{
	line-height:1.5;
	margin:0 0 10px 0;
}

/*
area
------------------------------------*/

#area #mainimg img{
	height:35px;
}

#area .area{
	margin:10px 0 10px 0;
}

#area .area #map p{
	text-align:center;
	font-weight:bold;
}

#area .area .map2{
	margin:10px auto;
}

#area .map p,
#area .map2 p{
	font-size:11px;
	margin:0 0 5px 0;
}

#area .map2 p span{
	color:#be2a2a;
}


#area .area table{
	border:1px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
	font-size:13px;
}

#area .area table td{
	border:1px solid #b5b5b5;
	padding:2px;
	vertical-align:middle;
	text-align:center;
	width:18%;
/* Firefox */
background: -moz-linear-gradient(top center, #fff 0%, #e8e8e8 100%);
/* Chrom と Safari */
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
/* 共通 */
background: linear-gradient(top center, #fff 0%, #e8e8e8 100%);
}


#area table{
	border:1px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
	font-size:9px;
}


#area th,
#area td{
	border:1px solid #b5b5b5;
	padding:2px;
	vertical-align:middle;
}

#area th{
	font-weight:normal;
	background:#ebebeb;
}

#area td{
	text-align:right;
}

#area .ku{
	width:60px;
}

#area .area-name{
	width:120px;
	text-align:left;
}

#area .total{
	color:#db7f09;
	font-size:10px;
	font-weight:bold;
}

#area .area{
	text-align:center;
}

#area .area li{
	display:inline-block;
	width:56px;
}

#area .area .btm{
	display:block;
	width:auto;
}

#area #content .txt-right{
	font-size:11px;
}



/*
flow
------------------------------------*/

#flow #mainimg img{
	height:35px;
}

#flow .step{
	background:url(../../../business/images/flow_arr_sp.gif) center bottom no-repeat;
	margin:0 0 15px 0;
	padding-bottom:40px;
}

#flow .step a{
	color:#258DEB;
}

#flow .step .ttl {
	margin:0 0 10px 0;
}

#flow .step .ttl span{
	color:#F90;
	font-size:12px;
	padding:0 5px 0 0;
	display:block;
}

#flow #step1 .ph{
	width:120px;
	height:auto;
	float:right;
	padding:0 0 5px 10px;
}

#flow #step2 .ph{
	width:120px;
	height:auto;
	float:left;
	padding:0 10px 5px 0;
}

#flow #step3 .ph{
	width:120px;
	height:auto;
	float:right;
	padding:0 0 5px 10px;
}

#flow #step4 .ph{
	width:120px;
	height:auto;
	float:left;
	padding:0 10px 5px 0;
}

#flow #step5 .date span{
	border-bottom:1px solid #dfdfdf;
	display:block;
	padding:0 0 3px 0;
	margin:0 0 4px 0;
}

#flow #step6{
	background:none;
	margin:0;
	padding:0;
}

#flow #step6 .ph{
	width:120px;
	height:auto;
	float:right;
	padding:0 0 5px 10px;
}

#flow strong{
	padding:8px 0 0 0;
	display:block;
}

/*
print
------------------------------------*/

#print #mainimg img{
	width:auto;
	height:35px;
}

#print .ttl{
	font-size:18px;
	background:#f7f7f1;
	border-top:1px solid #dcdbcc;
	border-bottom:1px solid #dcdbcc;
	padding:5px 0 4px 0;
	margin:0 0 10px 0;
	text-align:center;
}

#print #section1{
	display:table;
}

#print #section1 dl{
	display:table-cell;
	width:33%;
	text-align:center;
}

#print #section1 dt{
	padding:0 0 5px 0;
	text-align:center;
}

#print #section1 dd{
	line-height:1.4;
	text-align:center;
	padding:5px;
}

#print #section1 dt img{
	height:40px;
	width:auto;
}

#print #section1 .list2{
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

#print .small{
	font-size:11px;
}

#print .recommend{
	background:url(../../../pos-print/images/arr1.gif) center top no-repeat;
	background-size:auto 20px;
	padding:25px 0 0 0;
	margin:10px 0 0 0;
}

#print .recommend p{
	font-weight:bold;
	text-align:center;
}

#print #section2,
#print #section3{
	margin:15px 0 0 0;
}

#print #section2 .ph{
	float:right;
	width:35%;
	padding:0 0 10px 5px;
}

#print #section3 p{
	text-align:center;
}

#print #section3 li{
	float:left;
	margin:0 1%;
	width:18%;
}


#print #section4 table{
	border:1px solid #d0d0d0;
	border-collapse:collapse;
	font-size:11px;
	padding:3px;
	width:100%;
}


#print #section4 table th,
#print #section4 table td{
	line-height:1.4;
	border:1px solid #d0d0d0;
	padding:3px;
	text-align:center;
	vertical-align:middle;
}

#print #section4 table .line1{
	background:#ffe6e6;
}


#print #section4 table .ttl{
	font-size:11px;
	background:#ffc9c9;
	width:20px;
}

#print #section4 .txt-right{
	text-align:right;
}

#print #section4 p{
	margin:10px 0 0 0;
}

#print .btn{
	margin:20px auto;
	text-align:center;
}

#print .btn img{
	width:80%;
	height:auto;
}