/*---------------------------------------------------
	theme
---------------------------------------------------*/

/*---------------------------------------------------
	テーマ
---------------------------------------------------*/

.theme{
}

/*a img:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
*/





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


/*---------------------------------------------------
	フッター
---------------------------------------------------*/



/*---------------------------------------------------
	コンテンツ
---------------------------------------------------*/

.theme.header_comment,
.theme.footer_comment{
/*	padding: 8px;
	color: #555;
	background-color: #F7F9D1;
	border: 1px solid #CCC;
*/}

/*---------------------------------------------------
	ページリスト
---------------------------------------------------*/


/*---------------------------------------------------
	データなし
---------------------------------------------------*/


/*---------------------------------------------------
	エラーベージ
---------------------------------------------------*/


/*---------------------------------------------------
	コントロール
---------------------------------------------------*/


/*---------------------------------------------------
	ダイアログ
---------------------------------------------------*/



/*---------------------------------------------------
	ダイアログ
---------------------------------------------------*/


/*---------------------------------------------------
	レスポンシブル
---------------------------------------------------*/

/* PC用 */
@media only screen and (min-width:960px){
/* 
	#multi_select_grid .body_area{
		height: 500px !important;
	} */
}
/* モニター幅959px以下 */
@media only screen and (max-width:959px){

}
/* iPad 縦 */
@media only screen and (max-width:768px){

}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}
