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


#contents {
    width: 100vw;
    max-width: 1200px;
	min-width: 850px;
	margin:auto;
	margin-bottom: 25px;
	font-size: 18px;
}

#right_content{
	width: 45%;
	min-width: 370px;
	margin: 50px 26px 0 auto ;
	color: #fff;
	background: #44403f;
	padding: 10px;
	padding-bottom: 85px;

}

#left_content{
	width: 43%;
	min-width: 350px;
	color: #000;
	margin: 50px 0 0 27px;
}

dl{
	display:block;
}

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

dl dd{
	margin-bottom: 20px;
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "メイリオ", serif
}
.l1{
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
}
