@charset "utf-8";
.inbox {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
}
#batugun {
}
#batugun .left {
	float: left;
	/*border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1975D0;*/
	padding-left: 20px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#batugun .left span {
    padding-bottom: 10px;
    display: block;
}
#batugun .right {
	float: right;
	height: 230px;
	width: 360px;
    margin-left: 10px;
}
#youkou table {
	width: 100%;
	border: 1px solid #DDDDDD;
}
#youkou table tr th {
	background-color: #FAFAFA;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 16px;
	font-weight: normal;
	width: 190px;
	padding: 10px;
}
#youkou table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 16px;
	padding: 10px;
}
#youkou table tr .day {
	text-align: right;
}
#youkou .contact.btn {
	height: 102px;
	width: 540px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




.contents {
    width: 100%;
    min-width: 640px;
    margin: 0 auto;
    background-color: #ffffff;
    /* display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box; */
		/* box-pack: justify;
		-moz-box-pack: justify;
		-webkit-box-pack: justify;
		-o-box-pack: justify;
		-ms-box-pack: justify; */
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
}


.pict {
    width: 32%;
    /*height: 200px;
    background-color: #52d3ff;*/
		margin: 4px 0;
    display: block;
}
