@charset "utf-8";
@import url('../../simpleone/css/page.css');
/*====================================
メディアテンプレート
====================================*/

/*====================================
テーブル
====================================*/
th, td { padding: 10px; border-bottom: 1px dotted #DDDDDD; }
th { white-space: nowrap; text-align: left; vertical-align: top; background: url(../img/icon_arrow_02.png) 0 15px no-repeat; padding-left: 20px; }
/*2カラム*/
.table.column02 table {}
/*3カラム*/
.table.column03 table {}
/*4カラム*/
.table.column04 table {}
/*5カラム*/
.table.column05 table {}

/*====================================
フォト
====================================*/
/*デフォルト*/
.photo.default .column_box {}
/*2カラム*/
.photo.column02 .column_box {}
/*3カラム*/
.photo.column03 .column_box {}
/*フルサイズ*/
.photo.fullsize .column_box {}

/*====================================
ムービー
====================================*/
/*デフォルト*/
.movie.default .column_box {}
.movie.default .column_box .media a .play { background-image: url(../img/btn_play_c.png); }
/*2カラム*/
.movie.column02 .column_box {}
.movie.column02 .column_box .media a .play { background-image: url(../img/btn_play_b.png); }
/*3カラム*/
.movie.column03 .column_box {}
.movie.column03 .column_box .media a .play { background-image: url(../img/btn_play_c.png); }