@charset "utf-8";
@media screen and (max-width: 767px) {

/*================================================
　　　　*  ビルボード
================================================*/
#pageTitle p {
	position:relative;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000;
	line-height: 1.4em;
	padding:0 20px;
	/*text-align: center;*/
	padding-top: 50px;
	font-size: 1.4em;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}

#pageTitle #bgnet {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
#pageTitle{
	position: relative;
	background:#000;
	height:100px;
}

/* TOPクローズメッセージ */
div#top_msg .msg {
	background: none;
	padding-left: 0;
}
div#top_msg .msg ul li{
	font-size: 1.1em;
}



/*================================================
　　　　*  新着情報以外のコンテンツ
================================================*/

/*左テキスト+左画像*/

.leftText_rightPic{
	width: 100%;
}

.leftText ,.rightPic{
	/*float:left;*/
}

.leftText{
	width:100%;
}
.rightPic{
	width:200px;
	margin: 20px auto;
}
/*テキスト大きさ・色*/
.boldText{
	font-weight:bold;
	font-size:1.5em;
	margin:30px 0;
	display:block;
	line-heigh:1.6em;
}
.bgcolor{
	background-color:#FFF4F4;
	padding:20px 10px;
	display:block;
}
.redText{
	color:#CC0033;
	line-heigh:1.6em;
}
/*利用規約に同意するボタン*/
#agreeButtonArea{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}

#agreeButton a ,#agreeButton a:hover{
	display: block;
	width:80%;
	margin: 0 auto;
	padding: 16px 0px;
	margin-top:10px;
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	border-radius:5px;
}

#agreeButton a{
	background-color:#e91e63;
	color:#FFFFFF !important;
	text-decoration:none;
}

#agreeButton a:hover{
	background-color:#b63652;
	color:#ffffff;
}

#details .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-o-transition: 0.25s ease-out;
	-webkit-transition:0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}



/*================================================
　　　　*  新着情報
================================================*/

#newsData  dl {
	padding:  20px 0;
	width:100%;
}
#newsData dt {
	/*float:left;*/
	width:12em;
	clear:both;
	color: #333;
	font-weight:bold;
	padding:10px 0 10px 0px;
	/*border-bottom: solid 1px #ccc;*/
}

#newsData  dd {
	padding-left:9em;
	padding:0 0 12px 3px;
	border-bottom: solid 1px #ccc;
}

#newsData {
	background: #fff;
	padding: 10px 0;
}

#newsData dd div{
	font-size: 1.1em;
	font-weight: bold;
}
#newsData  a{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
#newsData  a:link,
#newsData a:visited{ color: #333; text-decoration: none;}
#newsData  a:hover{ background: #d7f5ff; color:#333; text-decoration: none;}

/*一覧をみるボタン*/
#newsData .listBtn {
	/*float:right;*/
	clear:both;
}

#newsData .listBtn a{
	display: block;
	width:80%;
	height:auto;
	margin: 0 auto;
	padding: 12px 0px;
	margin-top:10px;
	text-align: center;
	background-color:#488AC8;
	color:#FFFFFF;
	font-size:1.2em;
	border-radius:5px;
}

#newsData .listBtn a:hover{
	display: block;
	width:80%;
	height:auto;
	margin: 0 auto;
	padding: 12px 0px;
	margin-top:10px;
	text-align: center;
	background-color:#3E80BE;
	color:#FFFFFF;
	border-radius:5px;
}


.listBtnArrow{
	position: relative;
	display: inline;
	padding: 0 0 0 10px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin:0 20px 0 4px;
}
.listBtnArrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 7px;
	box-sizing: border-box;
	width: 10px;
 	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #ffeb3b;
}



}
