@charset "UTF-8";

.context p{
    font-size: 16px !important;
}

.snsbox{
    width:100% !important;
}

.main-img {
    position: relative;
}

.main-icon {
    text-align: center;
    background: #C30;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
    box-sizing: border-box;
    height: 100px;
    background-image: url('/vh_data/img/tieup/short/icon.png');
}
.main-pr {
    color: #CCC;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px solid #CCC;
    background-image: url('/vh_data/img/tieup/short/pr.png');
    background-color: #666;
    height: 35px;
    width: 53px;
}
.titleinfo {
    width:100% !important;
    border-top: none !important;
}
.titleinfo h2 {
    font-size: 30px !important;
}
ul.data {
    width:100% !important;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.data li{
    margin-right:0 !important;
}

.leadintro{
    background: #EEEEEE;
    padding: 15px;
    margin: 5px 0 0;
}

.midashi{
    color: #333 !important;
    border-bottom: 1px solid #CCC !important;
    padding: 0px 0px 10px 10px !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    border-left: 5px solid #666 !important;
}

.boxmidashi {
    font-size: 24px !important;
    font-weight: bold;
    color: #333;
    border-bottom: none !important;
    margin-bottom: 15px;
    line-height: 150%;
}

.sidebar-midashi {
    margin: 0px 0px 10px;
    padding: 15px 10px;
    color: #FFF;
    background: #333;
    font: 900 15px/1 Arial, Helvetica, sans-serif;
}

.contents-thumbnail a  {
    display:block;
    margin-bottom: 5px;
}

.contents-thumbnail {
    width:100% !important;
}

.contents-thumbnail a:after {
    content: "";
    clear: both;
    display: block;
}

.thumbnail {
    float: left;
}

.thumbnail-cap {
    font-size: 12px;
    line-height: 1.5;
}

#subbox h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom:5px;
}


#subbox .broslink a {
    margin: 10px 0 20px;
}

.pager {
    margin-bottom: 20px !important;
    width: unset !important;
    overflow: unset !important;
    margin-bottom: unset !important;
    border: none !important;
}

.pager a {
    display: block;
    padding: 15px;
    border: 1px solid #CCC;
    font-weight: bold;
    color: #333;
}

.pager .prev {
	width: 335px;
	float: left;
}
.pager .next {
    width: 335px;
    float: right;
}

.pager .title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    display: block;
}

.fblikebox {
    text-align: center;
    background-color: #EEE;
    padding: 10px;
    margin-bottom: 20px;
}

.fblikebox:after {
    content: "";
    clear: both;
    display: block;
}

.mb10 {
    margin-bottom: 10px;
}

#mainbox {
  width: 680px;
  float: left;
}

#subbox {
  width: 300px;
  float: right;
}

