@charset "UTF-8";


/**************************************************
                    初期化
**************************************************/
/*==========基盤==========*/
body{
	color: #434343;
	background-color: #6b5b95;
}

/*==========フォーム==========*/
form{
	margin: 16px 0; margin: 1.6rem 0;
}
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffbf52;
	color: #434343;
}


/**************************************************
                    共通ベース
**************************************************/

/*==========サークル親==========*/
div.table_Circle {
	background-color: #ffbf52;
}

/**************************************************
                    ライブスケジュール
**************************************************/

/*==========ライブスケジュール==========*/
div.live_schedule {
	background-color: #FFD38E;
}

/*==========ライブの画像==========*/
.live_img img{
	max-width: 500px; max-width: 50.0rem;
}

/*==========ライブの映像==========*/
.live_video {
	width: 500px; width: 50.0rem;
}



/**************************************************
                    トップ
**************************************************/

/*==========インデックスのウィジェット欄==========*/
#twitter {
	text-align: center;
}