@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}
li, ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none!important;
}
.red {
	color: red;
}


body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
img {
	border: none;
	vertical-align:bottom;
	max-width: 100%;
}
a:link	{	color: #ee5dae;	}
a:visited	{	color:	#ee5dae;	}
a:hover	{	color:#ee5dae;	}
a:active	{	color:	#ee5dae;	}



#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
	/*background-color: rgba(255,255,255,.75);*/
}



#header {
   width: 1024px;
   height: 50px;
}



iframe.twitter-timeline {
	width: 210px;
}
#twitter {
	width: 210px;
	height: 450px;
	background: white;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}



#contents {
	width: 1004px;
	display: flex;
	padding: 0;
	gap: 10px;
}



#menu {
	width: 210px;
	float: none;/*counter2common.css*/
	padding: 0;/*counter2common.css*/
}
#menu img {
	padding-top: 10px;
}



#main {
	width: 784px;
	float: none;/*counter2common.css*/
	padding: 0;/*counter2common.css*/
	padding-top: 10px;
	min-height: 500px;
}



#base {
	background-image: url("../img/common/contentsbg_tile.png");
	padding-top: 15px;
	border-radius: 5px;
}


.titlebase {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 65px 10px 55px;
	margin: 10px 0;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border-radius: 5px;
	min-height: 65px;
	position: relative;
}
.titlebase::before {
	position: absolute;
	content: '';
	display: block;
	width: 65px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #ff9228;
	border-radius: 0 5px 5px 0;
}
.titlebase::after {
	position: absolute;
	content: '★';
	color: #ff9228;
	width: 55px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	font-size: 260%;
	line-height: 1;
}
.titlebase p {
	padding: 0!important;
	width: 100%;
}
.titlebase p:not(.title_s) {
	text-shadow: 2px 2px 5px #ebc96d;
	font-size: 24px;
	color: #ff9228;
	line-height: 1.2;
	text-align: left;
	width: 100%;
	font-weight: 400;
}
.titlebase p.title_s {
	font-size: 14px;
	color: #ff9228;
	line-height: 1;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}
.titlebase p strong {
	font-weight: 400;
}



.uta,.uta2,.uta3 {
	font-size: 10px;
	color: #777777;
}








#footer {
   padding-top: 10px;
   width: 1004px;
   height: 440px;
}
#footer img {
	padding-left: 8px;
}



#info {
	height: 20px;
	padding: 0;/*counter2common.css*/
	margin: 0;/*counter2common.css*/
	background-image: url("../img/common/infobar_l.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}



#banner {
	text-align: center;
	margin-top: 15px;
	padding: 0;/*counter2common.css*/
}
#banner .footer_link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
}
#banner .footer_link li {
	width: 330px;
	margin: 0;/*counter2common.css*/
}
#banner .footer_link li img {
	width: 330px;
	height: 80px;
	padding: 0;
}



#copyright {
	text-align: center;
	padding-top: 30px;
	width: 1004px;
}



.clearfix:after{
    content: "";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}



.jumptotop {
	width: 100%;
	padding: 20px;
	text-align: right;
}
.movie-button {
	width: 784px;
	text-align: center;
}
.movie-button img {
	margin-bottom: 10px;
}