@charset "utf-8";
/*----------------------------------------------------*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*												SP用　	　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　TBは、pc.css　を読み込んでいます。								*/
/*	打ち消したいスタイルを以下に書き込んでください。　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------*/



/* ============================================================================================ */
/* 																																															*/
/*     TB 打ち消しスタイル																																			*/
/*  																																														*/
/* ============================================================================================ */


/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 50%;
}

/* 非表示設定
------------------------------------------------------------------ */
.tbNone { display: none!important; }

/* contentsWrap 幅
------------------------------------------------------------------ */
.contentsWrap{
	margin: 20px auto;
}
.fitWidthA{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* main メインコンテンツ
------------------------------------------------------------------ */
#mainContents {
	display:block;
	float: inherit;
	width : 100%;
}
#animation_container .pcNone {
	display: block;
}
