@charset "UTF-8";

.ind #mv li .mv_text_ind h2 {
    text-shadow: 1px 1px #000000, /*文字の右下に影を追加*/ 1px -1px #000000,/*文字の右上に影を追加*/ -1px 1px #000000,/*文字の左下に影を追加*/ -1px -1px #000000;
}
.ind #mv li.show .mv_text_ind p {
    text-shadow: 1px 1px #000000, /*文字の右下に影を追加*/ 1px -1px #000000,/*文字の右上に影を追加*/ -1px 1px #000000,/*文字の左下に影を追加*/ -1px -1px #000000;
}