@charset "utf-8";


/* メインコンテンツ */
/*----------------------------------------------*/


.txt_ornament {text-align: left; padding: 0 0 20px 0;}



/* MEDIAQUERY for PC（ウィンドウ幅が961px以上の場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (min-width: 961px) {

}




/* MEDIAQUERY for TABLET（ウィンドウ幅が0～960pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

}




/* MEDIAQUERY for SMARTPHONE（ウィンドウ幅が0～480pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 480px){

}
