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

#otherBase {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	box-shadow: 10px 10px 20px -5px #666;
}

#otherBase img {
	width:100%;	
}

#otherBtnBase {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100px;
}

#otherBtn {
	margin-left:auto;
	margin-right:auto;
	line-height:100px;
	color:#fff;
}

#otherBtn a {
	color:#fff;	
}

.mainContent {
	background-color:rgba(255,255,255,0.8);
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:60px;
	overflow:hidden;
}

.mainContentInner {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#otherImg {
	display:block;
}

#otherImgMobile {
	display:none;	
}

.otherTitle, .otherTitle2 {
	margin-top:70px;
	font-size:1.8rem;
	color:#333;
	margin-bottom:60px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.otherSubTitle {
	margin-top:50px;
	font-size:1.3rem;
	font-weight:bold;
	color:#09C;
	width:50%;
	margin-bottom:10px;
}

.btnPageBlue {
	float:left;
	height:100px;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(0,153,204,0.7);
	transition: .8s all;
}

.btnPageBlue:hover {
	background-color:rgba(51,51,51,0.7);
	color:#fff;
}

.btnPageBlue .Link{
    display: block;
    width: 100%;
    height: 100%;
}

.btnPageWhite {
	float:left;
	height:100px;
	padding-left:30px;
	padding-right:30px;
	color:#666;
	background-color:rgba(255,255,255,0.8);
	transition: .8s all;
}

.btnPageWhite .Link{
	display: block;
	width: 100%;
	height: 100%;
	color:#333 !important;		
}

.btnPageWhite:hover {
	background-color:rgba(51,51,51,0.8);
}

.btnPageWhite .Link:hover {
	color:#fff !important;
}

.toiawaseBack {
	background-color:rgba(0,153,204,0.1);
	overflow:hidden;
}

.toiawaseArea {
	padding-top:30px;
	padding-bottom:30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	overflow:hidden;	
}


@media screen and (max-width: 999px) {
	.mainContent {
		margin-top:70px;
		padding-top:20px;
		padding-bottom:20px;		
		width:100%;
	}
	
	#otherImg {
		display:none;	
	}
	
	#otherImgMobile {
		display:block;	
	}
		
	#otherBtnBase {
		height:50px;
		position:static !important;
		width:100%;
		height:auto;
		overflow:hidden;		
	}
	
	#otherBtn {
		line-height:50px;
	}
	.btnPageBlue {
		height:50px;
		width:50%;
		text-align:center;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.btnPageWhite {
		float:left;
		height:50px;
		width:50%;
		text-align:center;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.otherTitle {
		height:90px;
		margin-top:30px;
	}
	.otherTitle2 {
		height:90px;
		margin-top:90px;
	}
}
@media screen and (min-width:1000px) and (max-width: 1249px) {
	.mainContent {
		width:900px;
	}
	.btnPageBlue {
		font-size:0.9rem;
	}
	.btnPageWhite {
		font-size:0.9rem;
	}

}
@media screen and (min-width:1250px) and (max-width:1599px) {
	.mainContent {
		width:1100px;
	}
	.btnPageBlue {
		font-size:0.9rem;
	}
	.btnPageWhite {
		font-size:0.9rem;
	}
	
}
@media screen and (min-width:1600px) {	
	.mainContent {
		width:1500px;
	}
	
	.btnPageBlue {
		font-size:0.9rem;
	}
	.btnPageWhite {
		font-size:0.9rem;
	}
	
}

