@charset "utf-8";
/* CSS Document */
/* =======================================

	LAYOUT BASE

======================================= */
#layout_block1{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
}

#layout_block2{}
h4.title{
    margin: 20px 0;
}
h4.title span{
	color: #f39800;
	font-size: 18px;
}

/* =======================================

	DETAIL

======================================= */
#detail{
	width: 550px;
}
#detail .appeal{
	font-size: 20px;
}
#detail .name{
    color: #ff229d;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
}
#detail .size{
	font-size: 14px;
}

#option{}
#option li{
	font-size: 16px;
    display: inline-block;
    margin: 0 65px 15px 0;
    position: relative;
}
#option li:before{
    content: "□";
    margin-right: 10px;
}
#option li img{
    position: absolute;
    left: 0;
    top: -8px;
}
#comment{
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	height: 172px;
	overflow: auto;
}
/* =======================================

	PHOTO

======================================= */
#photo{
	width: 600px;
}
#photo .thum_main{
	width: 600px;
	height: 800px;
	overflow: hidden;
}
#photo .thum_main img{
	width: 100%;
}
#photo .thum_sub{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}
#photo .thum_sub a{
	display: block;
	width: 16.7%;
	width: calc(100% / 6);
}
#photo .thum_sub img{
	width: 100%;
}
#photo .gals_movie {
    background-image: url("../images/movie_bg.png");
    width: 600px;
    height: 445px;
    margin: 30px 0;
}
/* =======================================

	SCHEDULE

======================================= */
#schedule{
    display: table;
    table-layout: fixed;
	width: 100%;
	border: 1px solid #dcdcdc;
}
#schedule li{
    display: table-cell;
	font-size: 17px;
    text-align: center;
}
#schedule li span{
	border: 1px solid #dcdcdc;
}
#schedule li span.day {
    display: block;
    padding: 12px 0 8px;
    font-size: 12px;
}
#schedule li span.time {
    display: table-cell;
    vertical-align: middle;
    width: 172px;
    height: 65px;
    font-size: 12px;
    line-height: 1.3;
}
/* =======================================

	PHOTO-DIARY & 10m MOVIE

======================================= */
#link{
	overflow: hidden;
}
#link li {
    width: 90%;
    margin: 0 auto 10px;
}
#link li img {
    width: 100%;
}