@charset "utf-8";
/* CSS Document */

/* movie setup common.css*/




@media screen and (max-width: 639px){
.s5-container {
    padding: 0;
}

#contents a{
	word-break: break-all;
}
}


div .movie_idx {
    border: 1px solid #e3e3e3;
    background-color: #f3f3f3;
    padding: 15px;
    width: 608px;
    text-align: left;
    line-height: 1.8em;
    margin: 15px auto 0;
}

a.textLink {
    display: inline;
    margin: 0 3px 0 7px;
    background-position: 0 6px;
}

/* 20210910 */
@media screen and (max-width: 640px){
	div .movie_idx {
		width: auto;
	}
}

/* 20211006 */
#contents ol.num  {
  margin: 1em 0 1em 2em;
}
#contents ol.num li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* 20211109 */
#contents ul.m_style  {
    margin-left: 3.2em;
}

#contents p.annotation{
    margin: 0 0 0 1em!important;
    text-indent: -1em;
}

@media screen and (max-width: 640px){
	#contents ul.m_style {
        margin-left: 0;
    }
}

/* 20220915 */
a.textLink {
    display: inline-block;
}

#contents section ul.txtlink {
    margin-left: 1em;
}

#contents section {
	margin-bottom: 2em;
}

/* 20250606 */

#contents .bnr_single img:not(.icon){
	max-width: 300px;
	height: auto;
}

@media screen and (max-width: 384px){
	#contents .bnr_single.ml30{
		margin-left: 0 !important;
		text-align: center;
	}
}
