@charset "UTF-8";
/* CSS Document */

/* -------------------------------
  INDEXページ
-------------------------------- */
table.mediaItem {
	width: 500px;
	margin: 20px auto 10px auto;
	text-align: center;
}

table.mediaItem th{
	text-align: left;
}

table.mediaItem td{
	width: 250px;
	text-align: center;
	padding-bottom: 14px;
}

p.media_title{
	font-weight: bold;
	margin: 5px 0;
	font-size: 90%;
}

span.media_item_label {
	text-decoration: underline;
	color: #000;
}