@charset "utf-8";

body {
	background: none!important;
}
#blogparts {
	border: 1px solid #dfddda;
	padding: 10px 5px;
	background: url("/images/parts/bk_Dot.gif");
}

/*** header ***/
#bp_header {
	background: url("/images/parts/ico_idea.png") 0 0 no-repeat;
	background-size: 27px auto;
	padding-left: 35px;
	padding-bottom: 10px;
}
#bp_header h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#bp_header p {
	font-size: 12px;
	color: #666;
}


/*** body ***/
#bp_body {
	background: #fff;
	padding: 10px;
}
#bp_idea_wrapper {
	position: relative;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
}
#bp_idea_wrapper h2 {
	font-size: 14px;
	width: 155px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
}
#bp_idea_wrapper img {
	height: auto;
}
#bp_idea_wrapper li {
	display: none;
	position: absolute;
}
#bp_idea_wrapper .img1 {
	display:block;
}

/*** button ***/
#bp_btn_wrap {
	margin-top: 10px;
	position: relative;
}
#bp_btn_wrap .bp_btn a {
	display: block;
	margin: 0 auto;
	width: 70%;
	text-align: center;
	background: #c4b5a6;
	padding: 3px 0;
	color: #fff;
	font-size: 12px;
}
#bp_btn_wrap .bp_btn a:hover {
	text-decoration: none;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#bp_btn_wrap .bp_btn_next,
#bp_btn_wrap .bp_btn_prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#bp_btn_wrap .bp_btn_next {
	position: absolute;
	top: 1px;
	right: 0px;
	background: url("/images/parts/bp-next.png") 0 0 no-repeat;
}
#bp_btn_wrap .bp_btn_prev {
	position: absolute;
	top: 1px;
	left: 0px;
	background: url("/images/parts/bp-prev.png") 0 0 no-repeat;
}

/*** footer ***/
#bp_footer {
}
#bp_badge {
	text-align:center;
	width:100%;
	margin:1px auto;
}
#bp_badge li {
	display: inline;
	margin: 0 1px;
}
#bp_badge li img {
	max-width: 30px;
	height: auto;
}
#bp_logo {
	margin-top: 10px;
	text-align: center;
}
#bp_logo img {
	width: 100px;
	height: auto;
}

/*** article blog parts ***/
.article-bp {
    padding: 0;
}
.article-bp:after {
    content: "";
    display: block;
    clear: both;
}
.article-bp dt {
    float: left;
    width: 150px;
}
.article-bp dt img {
    max-width: 100%;
    height: auto;
}
.article-bp dd {
    padding-left: 170px;
    padding-top: 10px;
}
.article-bp dd .article-bp-h {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.article-bp dd .article-bp-author {
    font-size: 10px;
    color: #999;
    margin-bottom: 15px;
}
.article-bp dd .article-bp-body {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}
#bp_body .article-bp-btn {
    margin: 15px 0 5px;
    text-align: center;
}
#bp_body .article-bp-btn a {
    padding: 5px 30px;
    font-size: 13px;
    color: #fff;
    background: #c4b5a6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}