.container .ttl{
text-align: center;
margin: 0 auto;
}

.container .ttl h1{
margin: 0 auto;
}

#cont{
display: flex;
width: 100%;
}



#data{
width: 60%;
}



/*
===========================================

PhotoView

===========================================
*/
#photoView{
width: calc(5% + 480px);
height: calc(55px + 720px);
}

#photoView ul{
position: relative;
}

#photoView li{
position: absolute;
display: none;
padding: 5%;
background: rgba(0,0,0,.5);
}

/*
#photoView li:before{
content: "";
display: block;
width: 100%;
height: 100%;
background-image: url(../image/attest/keepout_profile.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top:0;
left: 0;
z-index: 9999;
}*/



/*
===========================================

PhotoView

===========================================
*/
#photoView li:nth-of-type(1){
display: block;
}

section.r{
width: 100%;
}

#photo ul{
display: flex;
justify-content: space-between;
}

#photo li{
width: 18%;
background: #000;
}
#photo li img{
opacity: .5;
display: block;
cursor: pointer;
}

#photo li img:hover{
opacity: 1;
}


/*
===========================================

ProfileData

===========================================
*/
#profileData{
display: flex;
width: 100%;
min-height: 50%;
padding:20px 0;
}

#profileData header.r{
width: 40%;
padding: 20px;
}


#profileData .r h1{
font-weight: bold;
font-size: 1.2rem;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: dotted 1px #aaa;
}

#profileData .r li{
margin-bottom: 10px;
}

#profileData .r .type{
width: 100%;
text-align: center;
font-size: .9rem;
background: #a30a1b;
padding: 5px 0;
}


#profileData .r .size span{
display: inline-block;
margin-right: 5px;
}

#profileData .comment{
width: 60%;
padding: 20px;
border: solid 1px #aaa;
}

#profileData .comment header{
width: 100%;
}

#profileData .comment h1{
font-weight: bold;
font-size: 1.2rem;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: dotted 1px #aaa;
}


/*
===========================================

Schedule

===========================================
*/

#schedule h1{
font-weight: bold;
font-size: 1.4rem;
}
#schedule .body{
width: 100%;
border-collapse: collapse;
}

#schedule .body th,
#schedule .body td{
border-right: solid 1px #aaa;
border-left: solid 1px #aaa;
text-align: center;
}

#schedule .body th{
font-size: .8rem;
}

#schedule .body td{
padding: 10px 0;
}

#schedule .body .on{
color: #d00;
font-weight: bold;
}

#schedule .body td em{
display: block;
vertical-align: middle;
font-weight: bold;
transform:rotate(90deg);
}

/*



#schedule .body dd em{
display: block;
vertical-align: middle;
font-weight: bold;
transform:rotate(90deg);
}*/




.price dl.table,
.schedule dl.table{
display: table;
border-bottom: solid  1px #aaa;
width: 100%;
}

.price dl.table dt,
.price dl.table dd,
.schedule dl.table dt,
.schedule dl.table dd{
display: table-cell;
padding: 10px;
}

.schedule dl.table dt{
font-weight: bold;
font-size: 90%;
width: 40%;
text-align: right;
}

.price dl.table dt{
text-align: center;
width: 45%;
font-weight: bold;
padding-right: 0;
}
.price dl.table dd{
width: 55%;
text-align: right;
padding-left: 0;
}