@charset "utf-8";
@media print, screen and (min-width: 768px) {


/*================================================
　　　　*  ビルボード
================================================*/
#pageTitle p {
	position:relative;
	height: 100%;
	width: 1200px;
	top: 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000;
	line-height: 1.4em;
	/*padding-left: 50px;*/
	/*text-align: center;*/
	padding-top: 100px;
	font-size: 2.0em;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#pageTitle #bgnet {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
#pageTitle{
	position: relative;
	z-index: 0;
	background: none;
}

/*================================================
　　　　*  新着情報以外のコンテンツ
================================================*/

#details a{
	text-decoration:none;
	color:#31b1ec;
}

#details a:hover{
	color:#ff4081;
}

/*section*/
#details > section {
	margin-left:5px;
	margin-right:5px;
}
section a {
	text-decoration:none;
	color:#31b1ec;
}
section a:hover{
	color:#ff4081;
}


#main p {
	line-height:200%;/*form3.htmlに#detail指定がなく、#main以下に配置されている為*/
}


/*左テキスト+左画像*/

.leftText_rightPic{
	width: 100%;
}

.leftText ,.rightPic{
	float:left;
}

.leftText{
	width:75%;
}
.rightPic{
	margin: 0 0 10px 45px;
}
/*テキスト大きさ・色*/
.boldText{
	font-weight:bold;
	font-size:1.5em;
	margin:30px 0;
	display:block;
}
.bgcolor{
	background-color:#FFF4F4;
	padding:20px 10px;
}
.redText{
	color:#CC0033;
}
/*利用規約に同意するボタン*/
#agreeButtonArea{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}

#agreeButton a ,#agreeButton a:hover{
	padding:25px 90px;
	border-radius:5px;
	font-size:1.4em;
	font-weight:bold;
}

#agreeButton a{
	background-color:#e91e63;
	color:#FFFFFF !important;
	text-decoration:none;

	display: inline-block;
}

#agreeButton a:hover{
	background-color:#b63652;
	color:#ffffff !important;
}

#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 15px;
}

#newsData  dd {
	border-bottom: solid 1px #ccc;
}

#newsData {
	background: #fff;
	padding: 10px 0;
}

#newsData dd div{
	font-size: 1.1em;
	font-weight: bold;
	padding:10px 0 10px 0px;
}
#newsData  a{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding:10px 0 10px 0px;
}
#newsData  a:link,
#newsData a:visited{ color: #333; text-decoration: none;}
#newsData  a:hover{ background: #d7f5ff; color:#0079AF; text-decoration: none;}

/*一覧をみるボタン*/
#newsData .listBtn {
	float:right;
	clear:both;
}

#newsData .listBtn a{
	display: block;
	width:200px;
	margin: 0 auto;
	padding: 10px;
	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:200px;
	margin: 0 auto;
	padding: 10px;
	margin-top:10px;
	text-align: center;
	background-color:#3E80BE;
	color:#FFFFFF;
	font-size:1.2em;
}

.listBtnArrow{
	position: relative;
	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;
}




}
