@charset "utf-8";

/*-------------------------------------------------------
detail
---------------------------------------------------------*/
.detail_area{
    box-sizing: border-box;
    margin-bottom: 30px;
}

/*-- main_title --*/
.main_title dl{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    padding: 30px 22px;
}
.main_title dt{
    margin-bottom: 10px;
}
.main_title dd{
    font-weight: bold;
    font-size: 18px;
}

.main_title .detail_day{
    text-align: right;
}
.main_title .detail_content{
    background: #333;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 12px;
}
.main_title h1{
    font-size: 35px;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif,ff-min;
    text-align: left;
    margin: 15px 0 5px;
    font-weight: 600;
}
.main_title h1 span{
    font-size: 25px;
    margin-right: 10px;
}

/*-- main_img --*/
.main_img{
    margin-bottom: 20px;
}

.main_img img{
    width: 100%;
}

.main_img  p{
    line-height: 1.8;
    font-size: 12px;
}

.main_img .cap_tit,
.detail_area .cap_tit{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 0.7em;
}
.main_img .cap_text,
.detail_area .cap_text{
    font-size: 12px;
    margin-top: 0.7em;
    line-height: 1.8;
}

/*-- report --*/
.detail_inner{
    padding: 20px 40px 40px;
}

#report span{
    font-weight: bold;
    margin-right: 1.0em;
}
.report_box{
    margin-top: 70px;
    overflow: hidden;
}
.report_box:first-child{
    margin-top: 0px;
}
.report_box p{
    line-height: 2.0;
    margin-bottom: 0.7em;
/*
    text-align: justify;
    text-justify: distribute-all-lines;
*/
}
.report_box .link{
    text-decoration: underline;
}
.report_box .report_title{
    font-size: 26px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif,ff-min;
    margin-bottom: 30px;
    font-weight: bold;
}
.report_box .report_contents{
    margin-bottom: 20px;
}

/* 画像リスト */
.img_list{
    overflow: hidden;
    margin: 0;
}
.img_list li a,
.img_row a{
    position: relative;
    display: block;
}
.img_list li a .ico_zoom,
.img_row a .ico_zoom{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 34px;
    margin: 0;
}

/* 横並び */
ul.imglist_1column,
ul.imglist_2column,
ul.imglist_3column{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 4%;
}
.imglist_1column li{
    width: 100%;
    position: relative;
}
.imglist_2column li{
    width: 48.5%;
    margin-left: 3%;
    float: left;
    position: relative;
}
.imglist_3column li{
    width: 31.333%;
    margin-left: 3%;
    float: left;
    position: relative;
}
.imglist_1column li img,
.imglist_2column li img,
.imglist_3column li img{
    width: 100%;
    display: block;
}

/*
.imglist_1column li a:after,
.imglist_2column li a:after,
.imglist_3column li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../../images/topick_bigimg.png) 0 / contain no-repeat;
}
*/
.imglist_2column li:first-child,
.imglist_3column li:first-child{
    margin-left: 0;
}

/* 縦並び */
.img_row{
    margin-top: 25px;
}
.img_row:first-child{
    margin-top: 0;
}

/* 画像設置 */
.imgrightSmall,
.imgrightMedium,
.imgrightLarge{
    margin: 0 0 15px 30px;
    float: right;
}
.imgLeftSmall,
.imgLeftMedium,
.imgLeftLarge{
    margin: 0 30px 15px 0;
    float: left;
}
.imgrightSmall,
.imgLeftSmall{
    width: 20%;
}
.imgrightMedium,
.imgLeftMedium{
    width: 40%;
}
.imgrightLarge,
.imgLeftLarge{
    width: 60%;
}

.imgrightSmall img,
.imgrightMedium img,
.imgrightLarge img,
.imgLeftSmall img,
.imgLeftMedium img,
.imgLeftLarge img{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.imgrightSmall img a:after,
.imgrightMedium img a:after,
.imgrightLarge img a:after,
.imgLeftSmall img a:after,
.imgLeftMedium img a:after,
.imgLeftLarge img a:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../../images/topick_bigimg.png) 0 / contain no-repeat;
}


/* reporterBox */
.reporterBox{
    overflow: hidden;
    margin-top: 20px;
    padding: 30px;
    background: #eee;
}
.reporterBox:first-of-type{
	margin-top: 40px;
}
.reporterBox dt{
    width: 25%;
    float: left;
}
.reporterBox dt img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.reporterBox dd{
    margin-left: 28%;
}
.reporterName{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: bold;
}
#report .reporterName span{
    font-size: 13px;
    font-weight: normal;
    margin-left: 1.0em;
}
.reporterHistory{
    padding-top: 10px;
    line-height: 1.8;
}
.reporterHistory a{
    color: #999;
}


/*-------------------------------------------------------
topic_detail : td
---------------------------------------------------------*/
/*-- main_title --*/
.td .main_title h1{
    font-size: 35px;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif,ff-min;
    text-align: center;
    margin: 15px 0 40px;
}


/*-------------------------------------------------------
series_detail : sd
---------------------------------------------------------*/
/*-- main_title --*/
.sd .main_title{
    padding: 30px 40px 20px;
}
/*-- main_img --*/
.sd .main_img  p{
    padding: 0 40px;
}


/*-------------------------------------------------------
GoogleMap Youtube
---------------------------------------------------------*/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto 7px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube{
    position: relative;
    width: 100%;
    padding-top: 55.25%;
/*    padding-top: 56.25%;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%!important;
    box-sizing: border-box;
    padding: 2px;
}
.repo_title{
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 0 !important;
}
.repoBox{
    margin-bottom: 40px;
}



/*-------------------------------------------------------
smart phone
---------------------------------------------------------*/
@media screen and (max-width:750px){
header#header {
    height: 60px;
    position: fixed;
}
#detail_title h1{
    margin: 15px 0 0 0;
    line-height: 1.5;
}
#detail_title br{
    display: block;
}
.detail_inner{
    padding: 20px 20px;
    position: relative;
}
#detail_title .detail_day{
    position: absolute;
    text-align: right;
    right: 20px;
    top: 20px;
}

.main_title h1{
    font-size: 20px;
}

.sd .main_title{
    padding-left: 20px;
    padding-right: 20px;
}
.sd .main_title{
    font-size: 0.85em;
}
.sd .main_img  p{
    padding: 0 20px;
}

.main_img p.caption{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 0.7em;
}
.main_img p.cap_text{
    margin-top: 0.7em;
    line-height: 1.8;
    font-size: 12px;
}

/* 画像リスト */
.img_list li a .ico_zoom,
.img_row a .ico_zoom{
    width: 30px;
}

.imglist_2column li,
.imglist_3column li{
    width: 100%;
    margin: 0 0 20px 0;
}


.imgrightSmall,
.imgrightMedium,
.imgrightLarge,
.imgLeftSmall,
.imgLeftMedium,
.imgLeftLarge{
    width: 100%;
}

/*-- reporterBox --*/
.report_box .report_title{
    font-size: 20px;
    margin-bottom: 0.5em;
}

/*-- reporterBox --*/
.reporterBox{
    margin-bottom: 20px;
    padding: 20px;
}
    .reporterBox dt{
        width: 100%;
        max-width: 175px;
    }
.reporterBox dd{
    margin: 0;
    padding-top: 20px;
    clear: both;
}

}
