/*
Theme Name: duskinpikapika
Description: ダスキンピカピカ天神サービスマスターのテーマです
*/ 

@import url("css/reset.css");
@import url("css/jquery.fatNav.css");
@import url("css/animate.css");
@import url("css/style-1000.css") screen and (min-width: 641px);
@import url("css/style-640.css") screen and (max-width: 640px);

.inner-box1080 {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.leftArea {
	float: left;
}
.rightArea {
	float: right;
}
@media screen and (max-width: 640px) {
.inner-box1080 {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 12%;
}
.leftArea {
	width: 100%;
	max-width: 500px;
	float: none;
	padding-bottom: 6%;
}
.rightArea {
	float: none;
}
}
@media screen and (min-width: 641px) {
.leftArea {
	width: 500px;
}
}