@charset "utf-8";


#leftnavi{
	float: left;
	background: black;
    background-color: rgba(0,0,0,0.5);
	width: 20%;
	border: dashed 1px white;
	margin: 2% 0% 0% 0%;
}

.menu{
	width: 100%;
	display: inline-block;
}
.menu ul{
	width: 100%;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.menu li{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.mail_con {
	margin: 2% 2% 0 0;
	width: 75%;
	float: right;
	background-color: rgba(0,0,0,0.5);
	border: dashed 1px #999;
	text-align: center;
}

.mail_title {
	width: 100%;
	font-size: 2vw;
	color: #fff;
}
.mail_text {
	width: 100%;
	font-size: 1vw;
	color: #fff;
}
.mail_form {
	width: 100%;
	font-size: 1vw;
	color: #fff;

}
.send_button {
	width: 100%;
	display: inline;
}
.send_button li{
	width: 100%;
	display: inline;
	margin : 2%;
}

