@charset "UTF-8";
@import "base.css";

.ac1-container-for-html-contents * {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.wrapperinner {
    width: 950px;
    margin:0 auto;
}

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
 #portfolio {
	background-color: #fff;
}

/*****************************************************************************
 メインエリア
 *****************************************************************************/
#main {
	clear: both;
	width:950px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFF;
	line-height: 1.4;
}
#main p {
	margin: 0;
	padding: 0;
}
#main h2 {
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	display: none;
}

#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/1206885/top01.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 305px;
	padding: 225px 17px 15px 272px;
	background-color: #000;
}

#lbox h3 {
	color: #C00;
	font-weight: bold;
	margin-bottom: 1em;
}

#lbox img {
	margin: 13px 0;
	padding: 0px;

}

#rbox {
	background-image: url(https://cdn.autoc-one.jp/static/article-assets/special/1206885/prof01.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 312px;
	padding: 205px 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;
}