/*====================================
メディアテンプレート
====================================*/


/*====================================
テーブル
====================================*/

table th, table td {
    padding: 10px;
    border: 1px solid #CCC;
}
table thead th {
    background: #EB6586;
    color: #FFF;
}
table tbody th {
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    background: #EEE;
}

/*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 {}

/*2カラム*/

.movie.column02 .column_box {}

/*3カラム*/

.movie.column03 .column_box {}