/* ---------------------------------------------------------- 共通項目 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 文字寄せ */
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}

/* 画像幅 */
.image-100 img{
width:100%;
}

/* ----------------------------------------------------------------------- フッター ----------------------------------------------------------------------- */
/* フッターウィジェット */


/* コピーライト */
.c-copyright {
    text-align: center;
    font-weight: bold;
    color: white;
	  background:;
}

/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- 〇〇ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------- PCのみ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1024px){
	
}

/* ----------------- TB ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1023px) and (min-width:640px){
	
}

/* ----------------- SP ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:639px){
/* 文字寄せ */
.text-left-sp{
	text-align:left;
}
	
}