@charset "utf-8";

/* ベース　～767px
-------------------------------------------------------------------------------------------*/	

#contents-artwork-01{
	margin: 100px auto 0 ; 
}
#contents-artwork-01:after{
	content:"";
	display: block;
	clear:both;
}
#artwork-contents {
	width:100%;
	margin: 0 auto 50px;
}
.artwork-cp{
	margin:20px 0 ;
	text-align:center;
	font-size:10px;
}

/* ヘッダー
-----------------------------------------------------------*/	

.top-swf {
	text-align: center;
	/*background:url(../img/tgl_000.jpg)center top no-repeat;*/
	margin-bottom:0px;
}
/*.top-swf object {
	width: 100%;
	height: auto;
}*/
/* コンテンツ
-----------------------------------------------------------*/	
.img-bar{
	background-color: #444;
	font-size:10px;
	color:#eee;
	margin:-5px 0;
	padding:0px 10px;
	text-align:right;
}


/* 768px～960px
-------------------------------------------------------------------------------------------*/	
@media only screen and (min-width: 768px) {
	
/* ヘッダー
-----------------------------------------------------------*/	

/*.top-swf object {
	width: 100%;
	height: auto;

}*/
/* コンテンツ
-----------------------------------------------------------*/	
.page-cp{
margin: 50px 0 ;	
}
}

/* 961px～ 
-------------------------------------------------------------------------------------------*/	
@media only screen and (min-width: 961px) {
	
/* ヘッダー
-----------------------------------------------------------*/		
.top-swf object {
	/*min-width: 1280px;
	height: auto;*/
}
/* コンテンツ
-----------------------------------------------------------*/	
.page-cp{
	margin: 80px 0 ;	
}
	

}


