.sub_cont {

}

.sub_cont_inner {
padding:40px 0px;
bac kground:Pink;
border-bottom:1px dotted #cbcbcb;
}

.sub_cont:last-child .sub_cont_inner {
border-bottom:1px solid #ababab;
}

.sub_cont_inner:after {
	content: "";
	display: block;
	clear: both;
}

.sub_cont_img {
float:left;
width:290px;
}

.sub_cont_img span {
    font-size: 14px;
    letter-spacing: -0.05em;
    padding-bottom: 10px;
    display: inline-block;
}

.sub_cont_img img:first-child {
padding-top:0px;
}

.sub_cont_img img {
padding-top:5px;
}

.sub_cont_story_wrapper {
float:right;
width:875px;
}

.sub_cont_story_wrapper_wide{
float:right;
width:100%;
}

.sub_cont_story_wrapper .sub_cont_title {
    font-size: 20px;
    letter-spacing: -0.03em;
    padding-bottom: 15px;
	margin-bottom:9px;
	border-bottom:1px solid #c8c8c8;
	font-weight:400;
}

.sub_cont_story {
    font-size: 15px;
    letter-spacing: -0.05em;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 0px 20px;
}

.sub_cont_author {
font-size: 13px;
    color: #2e276d;
    letter-spacing: -0.05em;
    font-weight: 400;
text-align:right;
}

.sub_cont_author span {
	display:inline-block;
	width:1px;
	height:11px;
	background:#2e276d;
	margin:0px 10px;
	position:relative;
	top:1px;
}

.sub_cont_story_table{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
}
.sub_cont_story_table tr{

}
.sub_cont_story_table tr th{
	background: #d6a402;
	border-right: 1px solid #ddd;
	text-align: center;
	color: #fff;
	padding:8px 15px;
}
.sub_cont_story_table tr td{
	padding:8px 15px;
	border-bottom:1px solid #c8c8c8;
	border-right: 1px solid #ddd;
}
.sub_cont_story_table tr td:last-child{
	border-right:none;
}
.sub_cont_story_table tr td:first-child{
	text-align: center;
}