@charset "UTF-8";
/*
	Theme Name: oriental plan
*/

@import url('common/css/reset.css');
@import url('common/css/base.css');

@import url('common/css/layout.css');
@import url('common/css/layout-s.css') screen and (max-width : 767px);

@import url('common/css/project.css');
@import url('common/css/project-s.css') screen and (max-width : 767px);

/*-utility-*/
@import url('common/css/utility.css');


@media screen and (min-width : 1000px){
    .forTB,
	.forSP{display:none;}
	.forPC{display:inherit;}
}
@media screen and (min-width : 768px) and (max-width : 999px){
	.forPC,
	.forSP{display:none;}
	.forTB{display:inherit;}
}
@media screen and (max-width : 767px) {
	.forPC,
	.forTB{display:none;}
	.forSP{display:inherit;}
}

@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 374px) {
    /*iphone5*/
}
