@charset "UTF-8";
/* CSS Document */
@import url("smartphone.css");


#contents {
	width: 100%;
	margin:auto;
	margin-bottom: 25px;
}
#right_content{
	width: 87%;
	margin: 50px auto;
	color: #fff;
	background: #44403f;
	padding: 10px;
}

#left_content{
	width: 87%;
	color: #000;
	margin: 50px auto;
}

dl{
	display:block;
}

dl dt{
	color: #F90;
	font-weight: bold;
}

dl dd{
	margin-bottom: 20px;
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "メイリオ", serif
}

.company_add{
    display: block;
    width: 84%;
    margin: 80px auto -45px;
}

.l1{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}