.sub_cont {

}

.sub_cont_inner {
padding:40px 0px;
border-bottom:1px dotted #cbcbcb;
}

.sub_cont_inner.no_bor {
padding:40px 0 0 0;
border-bottom:none;
}


/* special_talk start*/
.sub_cont_inner.special_talk{
	border-bottom: 0px;
}
.special_talk .sub_cont_story_wrapper .sub_cont_title{
	border-bottom: 0px;
	color:#b67077;
	font-size: 35px;
	font-weight: 500;
}
.special_talk .sub_cont_story_wrapper .sub_cont_story{
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 16px 0px;
}
.special_talk2 .sub_cont_story .special_hr{
	margin: 10px;
	content: '';
}
.special_talk2 .sub_cont_author{
	font-size: 17px;
}
.special_talk2 .sub_cont_author i{
	font-style: normal;
	margin-left: 20px;
}
/* special_talk end*/


.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;
text-align: center;
}

.sub_cont_img_2 {
float:left;
width:100%;
padding-bottom: 30px;
}


.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;
max-width: 100%;
}

.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.special{
	font-size: 17px;
	text-align: left;
	font-weight: 400;
	color: #000;
}
.sub_cont_author.special span{
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	width: 80px;
	height: 19px;
	position: relative;
	top: 4.5px;
}

.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;
}

.blue_contents{
	margin-top: 20px;
	color: #257ecd;
}
.blue_hr{
	margin-top: 10px;
	content: '';
}
.blue_contents span{
	font-weight: 500;
}
