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


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {





	.aboutSet{
		padding:0px 0px 18px 0px;
	}
		
		.aboutSet h5{
			display:block;
			width:auto;
			font-weight:bold;
			font-size:100%;
			padding:8px 15px;
			margin:0px 0px 6px 0px;
			text-align:left;
			color:#fff;
			
			background:url(../../common/images/term_title_bg.png);
						
			/*border-radius:5px;
			-webkit-border-radius:5px;	
			-moz-border-radius:5px;	*/
		}
	
	
		.aboutSet .left{
			width:100%;
			padding:0px 0px 15px 0px;
			border:2px solid #467387;
			margin-bottom:20px;
		}
		.aboutSet .right{
			width:100%;
			border:2px solid #467387;
		}
		.aboutSet p{
			padding:0px 2%;
		}
		
		.left h6{
				text-align:center;
			}
			.left h6 img{
				width:96%;
				height:auto;	
			}
			.right h6{
				text-align:center;
			}
			.right h6 img{
				width:96%;
				height:auto;	
			}
		
		.aboutSet .btn{
			padding:10px 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{
	  width: 100%;
	  height: auto;
	  margin: 0px auto 20px auto;
	  padding: 0px 0px 0px 0px;
	  background: #fff;
	  border: 1px solid #ccc;
}
	.sectionWifi .wifiReadTitle{
		display:block;
		padding:6px 10px 6px 10px;
		background:	#373737;
		margin:0px 0px 0px 0px;
		text-align:center;
	}
		.sectionWifi h3 img.wifiA{
			width:40%;
			height:auto;
			margin:0px 15px 0px 0px;
		}
		.sectionWifi h3 img.wifiB{
			width:55%;
			height:auto;
			margin:0px 0px;
		}

.wifiBanner{
	padding:15px;
	overflow:hidden;	
}
	.wifi{
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;	
		float:none;
	}
		.wifi img{
			width:100%;
			height:auto;
		}
	
	.wifiTitle{
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:10px 0px 0px 0px;
		float:none;
	}
		.wifiTitle p{
			font-size:125%;
			font-weight:bold;	
			line-height:1.65em;
			color:#083997;
		}
	
	p.wifiRead{
		clear:both;
		padding:3px 0px 0px 0px;
		color:#C00;
		font-weight:bold;
		text-decoration:underline;
	}


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


}
