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






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





	.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:center;
			color:#fff;
			
			background:url(../../common/images/term_title_bg.png);
		}
	
		.aboutSet .left{
			width:49%;
			float:left;
			border:2px solid #467387;
		}
			.left h6{
				text-align:center;
			}
			.left h6 img{
				width:94%;
				height:auto;	
			}
		.aboutSet .right{
			width:49%;
			float:right;
			border:2px solid #467387;
		}
			.right h6{
				text-align:center;
			}
			.right h6 img{
				width:94%;
				height:auto;	
			}
		.aboutSet p{
			padding:0px 15px 0px 15px;
		}
		
		.aboutSet .btn{
			padding:20px 0px 0px 0px;
		}
			.btn a{
				display:block;
				width:90%;
				height:auto;
				margin:0px auto 10px auto;
				padding:10px 0px;
				text-align:center;
				
				
				border-radius:5px;
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				
				border:2px solid #ccc;
				
			}
				.btn a.products{
					background:#043688;
					color:#fff;
					text-align:center;	
				}
					.btn a.products:hover{
						background:#fff;
						color:#043688;
						border-color:#043688;	
					}
				.btn a.online{
					background:#BE0000;
					color:#fff;
					text-align:center;	
				}
					.btn a.online:hover{
						background:#fff;
						color:#BE0000;
						border-color:#BE0000;	
					}


/* Wifi Banner Add
------------------------------------------- */

.sectionWifi{
	padding:0px 0px 25px 0px;
	
}
	.sectionWifi .wifiReadTitle{
		display:block;
		height:auto;
		border:none;
		padding:6px 10px 6px 10px;
		background:	#373737;
		margin:0px 0px 0px 0px;
	}
		.sectionWifi .wifiReadTitle img.wifiA{
			width:230px;
			height:auto;
			margin:0px 15px 0px 0px;
		}
		.sectionWifi .wifiReadTitle img.wifiB{
			width:282px;
			height:auto;
			margin:0px 0px;
		}
.wifiBanner{
	padding:15px;
	background:#fff;
	overflow:hidden;	
}
	.wifi{
		width:595px;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;	
		float:left;
	}
	
	.wifiTitle{
		width:270px;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		float:right;
	}
		.wifiTitle p{
			font-size:200%;
			font-weight:bold;	
			line-height:1.65em;
			color:#083997;
		}
	
	p.wifiRead{
		clear:both;
		padding:12px 0px 0px 0px;
		color:#C00;
		font-weight:bold;
		text-decoration:underline;
	}

.wifiBannerPopup{
	margin-top:12px !important;	
}
			
}





