﻿@charset 'utf-8';

/* ==================================================
  INDEX fish.css
 ----------------------------------------------------
  1.feature_box		特集
  2.info			説明
  3.entry_list		エントリーリスト
  4.entry_feature	エントリー
================================================== */


/* 1.fish_box
================================================== */
#feature_box{

	}


/* 2.
================================================== */
.photo_box{
	width		: 610px;
	margin		: 15px 0 0 10px;
	overflow	: hidden;
	}

.photo_box img,
.photo_box.mt-enclosure img,
.photo_box.mt-enclosure-image img{
	width		: 600px;
	}


.photo_g{
	width		: 140px;
	height		: 145px;
	margin-right: 10px;
	float		: left;
	}

.photo_g img{
	width		: 140px;
	height		: 99px;
	margin		: 0;
	padding		: 0;
	}

.photo_g h4{
	font-size	: 12px;
	font-weight	: normal;
	text-align	: center;
	text-decoration	: underline;
	}

