@charset "utf-8";
/* CSS Document */






/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
.figureSp{display:none;}
.spLink{display:none;}

	.aboutSet{
		padding:0px 0px 25px 0px;
	}
	
		.aboutSet h5{
			display:block;
			width:auto;
			font-weight:bold;
			font-size:110%;
			padding:5px 15px;
			margin:0px 0px 12px 0px;
			text-align:left;
			color:#fff;
			
			background:url(../../common/images/term_title_bg.png);
		}
	
		.aboutSet .btnOnline{
			padding:20px 0px 20px 0px;
			margin-bottom:20px;
			margin-top:10px;
		}
			.btnOnline a{
				display:block;
				width:90%;
				height:auto;
				margin:0px auto;
				padding:18px 0px;
				text-align:center;
				color:#fff;
				border:2px solid #ccc;
				font-weight:bold;
				font-size:112%;
			}
				
				.btnOnline a.online{
					background:#BE0000;
					color:#fff;
					text-align:center;	
				}
					.btnOnline a.online:hover{
						background:#fff;
						color:#BE0000;
						border-color:#BE0000;	
					}
			
			
			
			.skylinerCoupon{
				width:80%;
				height:auto;
				margin:0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.skylinerCoupon p{
					display:block;
					width:64%;
					height:auto;
					float:left;
					padding:0px 0px 0px 0px;
				}
				
				.skylinerCoupon a{
					display:block;
					width:30%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					float:right;
					border:2px solid #ccc;
				}
				
			
				.skylinerCoupon a.coupon{
					background:#043688;
					color:#fff;
					text-align:center;	
				}
					.skylinerCoupon a.coupon:hover{
						background:#fff;
						color:#043688;
						border-color:#043688;	
					}
					
					
			.otherCoupon{
				width:80%;
				height:auto;
				margin:15px auto 0px auto;
				padding:15px;
				background:#fefefe;
				border:2px solid #ededed;	
				overflow:hidden;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
			}
				.otherCoupon p{
					display:block;
					width:64%;
					height:auto;
					float:left;
				}
				
				.otherCoupon a{
					display:block;
					width:30%;
					height:auto;
					margin:0px 0px;
					padding:10px 0px;
					text-align:center;
					color:#fff;
					float:right;
					border:2px solid #ccc;
				}
				
			
				.otherCoupon a.coupon{
					background:#ff7800;
					color:#fff;
					text-align:center;	
				}
					.otherCoupon a.coupon:hover{
						background:#fff;
						color:#ff7800;
						border-color:#ff7800;	
					}
					
										
		ul.caution{
			padding:10px 0px 0px 1.5em;	
		}
		ul.caution li{
			padding:0px 0px 0px 1em;
			text-indent:-1em;
		}




/* 160203 add */
#contents{
	padding-top:20px;
}
.visualArea p{
	padding:0px 0px 12px 0px;	
}


/* 160204 add */
.titleFloat{
	overflow:hidden;
	padding:0px 0px 15px 0px;
}
	.titleFloat .titleLeft{
		width:482px;
		height:auto;
		float:left;
	}
	.titleFloat .titleRight{
		width:427px;
		height:auto;
		float:right;	
	}
p.subwayText{
	font-size:116%;
	font-weight:bold;
	color:#005bac;
	padding:10px 0px 0px 0px;
}
p.caution{
	font-size:93%;
	padding:10px 0px 0px 0px;
}




			
}





