@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;	*/
	color:#ed6a5a;	/* ★★★カラーテーマ★★★ */
}

#details a:hover{
	color:#ff4081;
}

/*section*/
#details > section {
	margin-left:5px;
	margin-right:5px;
}
section a {
	text-decoration:none;
/*	color:#31b1ec;	*/
	color:#ed6a5a;	/* ★★★カラーテーマ★★★ */
}
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;	*/
	background-color:#ed6a5a;	/* ★★★カラーテーマ★★★ */
	color:#FFFFFF !important;
	text-decoration:none;
	
	display: inline-block;
}

#agreeButton a:hover{
/*	background-color:#b63652;	*/
	background-color:#cf4533;	/* ★★★カラーテーマ★★★ */
	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  dd a:hover{ 
/*	background: #d7f5ff; color:#0079AF;	*/
	background: #decccc; color:#605c4e;	/* ★★★カラーテーマ★★★ */
	text-decoration: none;
}

#newsData dt ,
#newsData dd a {
	position: relative;
}
#newsData dt {
	z-index: 1;
}
#newsData dd a ,
#newsData dd a:link {
	color: #1d72c1;
}
#newsData dd a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	left: 11em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

/*一覧をみるボタン*/
#newsData .listBtn { 
	float:right;
	clear:both;
}

#newsData .listBtn a{ 
	display: block;
	margin: 0 auto;
	padding: 10px 14px 8px 8px;
	margin-top:10px;
	text-align: center;
/*	background-color:#43d1ff;	*/
	background-color:#69995d;	/* ★★★カラーテーマ★★★ */

	color:#FFFFFF;
	font-size:1em;
	border-radius:5px;
	font-weight: normal;
}

#newsData .listBtn a:hover{ 
/*	background-color:#0577ba;	*/
	background-color:#3C6F30;	/* ★★★カラーテーマ★★★ */

}

.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: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 7px;
	box-sizing: border-box;
	width: 10px;
 	height: 10px;
	border: 8px solid transparent;
	border-left: 8px solid #ffeb3b;
}




}
