.main-contents-body{
	padding:0;
}

@media screen and (max-width: 768px){
	#special{
		width: 100%;	
	}
	
	#special .mainArea{
		width:100%;
		overflow: hidden;
		padding-bottom:10px;
	}
	
	#special .mainArea .row{
		margin:10px 0 25px;
	}
	
	#special .mainArea .row>div{
		padding:1%;
	}
	
	#special .mainArea .row img{
		width:100%;
	}

	#special .mainArea .column{
		width:100%;
		margin:0 auto;
		line-height:1.5;
		padding-bottom: 10px;
	}
	
	#special .mainArea .column img{
		width: 100%;
	}
	
	#special{
		border-bottom:1px solid #53bcf4;
		overflow:hidden;
		color:#f1f8fe;
		font-size:1.15em;
		line-height:1.9em;
		display:block;
	}
	
	#special .mainArea h3{
		display: block;
		font-size: 1.125em;
		font-weight: bold;
		line-height: 1.375em;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #53bcf4;
		margin:0px;
		padding:15px 0px 13px 0px;
	}
	
	#special .mainArea dl dd{
		padding-top:20px;
	}
	
	#special .mainArea .spListBack{
		display:block;
		text-align:center;	
	}
}
	
@media screen and (min-width: 769px){
	.contents-wrapper .main-contents .pageTitle{
		border-bottom:none;
		padding-bottom:15px;
	}
	
	.main-contents{
		padding-bottom:150px;	
	}
	
	#special .mainArea h3{
		display: block;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.2em;
		margin-top: -1px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 22px;
		padding-left: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #53bcf4;
	}
	
	.mainArea{
		padding: 30px 0px 70px 0px;
		width: 100%;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #53bcf4;
		border-bottom-color: #53bcf4;
	}
	
	#special{
		border-bottom:1px solid #53bcf4;
		overflow:hidden;
		color:#f1f8fe;
		font-size:1.15em;
		line-height:1.9em;
		display:block;
	}
	
	#special .mainArea dl dd {
		margin-bottom: 40px;
		padding-top:34px;
		font-size: 0.925em;
        line-height: 2.1em;	
	}
	
	
	#special .mainArea .column img{
		width: 100%;
	}
	
	#special .mainArea .spListBack{
		display:block;
		text-align:center;
		margin-bottom: 0px;	
	}
	
	#special .mainArea .spListBack a{
		text-decoration: underline;				
	}
	
	#special .mainArea .spListBack a:hover{
		color: #fff000;
		text-decoration: none;
	}
}


