#header {
	width: 100%;
	position: fixed;
	padding: 8px 20px;
	text-align: right;
	background: white;
	border-color: #ccc;
	font-weight: normal;
	display: flex;
	align-items: center;
	flex-direction:row;
	z-index: 99;
}
h2 {
	padding-top: 0;
	margin-bottom: 30px;
	margin-top: 0;
	border-bottom: 1px solid #735f11;
	font-weight: normal;
}
.line10c{ border-bottom: 1px dashed #ccc; margin: 10px 0; clear: both;}
.line15c{ border-bottom: 1px dashed #ccc; margin: 15px 0; clear: both;}
.line20c{ border-bottom: 1px dashed #ccc; margin: 20px 0; clear: both;}
.my_wrapper {
	width: auto !important;
	min-width: auto !important;
	max-width: auto !important;
	margin-left: 150px;
	padding: 30px;
	box-sizing: border-box;
}
#my_sidemenu {
	padding-top: 80px;
	position: fixed;
	height: 100%;
/* 	background: black url("./img/bg_menu.jpg") repeat-y; */
	background-size: contain;
	width: 150px;
	box-sizing: border-box;
	z-index: 95;
	background: #2b2522 !important;
}

#my_sidemenu_detail {
	padding-top: 50px;
	position: fixed;
	height: 100%;
	background-size: contain;
	width: 150px;
	box-sizing: border-box;
	z-index: 94;
	background: #2b2522 !important;
	padding-left: 5px;
	box-sizing: border-box;
}

#my_sidemenu_detail h3 {
	padding: 8px;
	line-height: 1em;
	margin-bottom: 8px;
}

#my_sidemenu .main_title{
}
#my_sidemenu .menu{
	padding: 10px 0;
}
#my_sidemenu a {
	text-decoration: none;
}
#my_sidemenu .menu_number{
	background: white;
	padding: 8px 6px;;
	line-height: 1em;
	text-align: center;
	border-radius: 20px;
	color: #5c313f;
	margin:0 10px;
	
}

#my_sidemenu .menu_name{
	color: white;
	font-size: 60%;line-height: 1em;
	letter-spacing: 0.15em;
}
#my_sidemenu .menu_name_ja{
	color: white;
	font-size: 90%;
	letter-spacing: 0.1em;
}

#content{
	padding: 0;
}

#estimate_box {
	width:500px;display:block;
	padding:30px 30px 50px;
	min-height: 300px;
	font-size:140%;color:white;line-height: 1em;
	position: fixed;bottom:0;
	left:-500px;z-index: 98;
	border-radius: 0 10px 0 0;
	box-sizing: border-box;
	border-top:5px solid #f60;
	border-right:5px solid #f60;
	background: white;
}
