@charset "UTF-8";


/*--------------------------------------------------------
���篏�1��������������ゃ�≪�����荐㊤��
--------------------------------------------------------*/

.col1 #container,
.col1 #top,
.col1 #header,
.col1 #global-nav,
.col1 .main,
.col1 #footer{
	width: 100%;
	min-width: 950px;
}
.col1 #header-in{
	width: 1100px;
	margin: auto;
}
.col1 #top-in,
.col1 #global-nav-in,
.col1 .main-in,
.col1 .footer p{
	width: 950px;
	margin: auto;
}


.col1 #main-image{
	width: 100%;
	min-width: 1200px;
}

.col1 #main-image-in{
	width: 1200px;
	margin: auto;
}

.col1 #main-contents{ width: 100%; }


/*--------------------------------------------------------
���篏�1��������������ゃ�≪�����荐㊤����������������帥�������������������ゃ�≪�����
------------------------------------------------------*/

@media
only screen and (max-width : 1024px){

#container,
#top,
#header,
#global-nav,
#main-image,
.main,
#footer{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in,
#header-in,
#global-nav-in,
#main-image-in,
.main-in,
#footer p{
	width:100%!important;
	margin: 0%!important;
}


.main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }

}


/*--------------------------------------------------------
1��������������ゃ�≪�����荐㊤�������������������鴻�������������ゃ�≪�����
------------------------------------------------------*/

@media
only screen and (max-width : 768px){

#container,
#top,
#header,
#global-nav,
#main-image,
.main,
#footer{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in,
#header-in,
#global-nav-in,
#main-image-in,
.main-in,
#footer p{
	width:100%!important;
	margin: 0%!important;
}

#sub-contents,
#sidebar,
.main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }

}


/*------------------------------------------------------------
float���������莨若�帥��茹ｉ��
-------------------------------------------------------------*/
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
.contents:after,
#main-contents .sb:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }




