@charset "UTF-8";
@import "base.css";

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
 #portfolio {
	background-color: #fff;
}

/*****************************************************************************
 メインエリア
 *****************************************************************************/
#main {
	clear: both; */
    width: 950px;
    margin: 0;
    padding: 0 0 10px 0;
    color: #FFF;
    line-height: 1.7;
}
#main p {
	margin: 0;
	padding: 0;
}

#main a {
	color:#3F8BB5;
}
#main a:hover img{ opacity:0.8; filter: alpha(opacity=80); }

#lbox {
	background-image: url(https://cdn.autoc-one.jp/static/article-assets/special/1144682/top01.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 315px;
	padding: 225px 17px 15px 272px;
	background-color: #000;
}

#lbox h3 {
	color: #1fd177;
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.5;
}

#lbox img {
	margin: 13px 0;
	padding: 0px;
}

#rbox {
	background-image: url(https://cdn.autoc-one.jp/static/article-assets/special/1144682/prof01.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 312px;
    padding: 221px 17px 15px 17px;
	background-color: #000;
	background-position: right top;
}
#rbox #profile {
	font-size: 90%;
	color: #777;
	line-height: 1.3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 10px;
	padding: 8px 0;
}
#rbox #profile h3 {
	margin-bottom: 0.5em;
}
#rbox #profile h3 span {
	font-size: 110%;
	font-weight: bold;
	color: #F96517;
}