@charset "utf-8";

/**
 * 作品ポイント解説 基本レイアウト
 * 
 * #Indexの高さをJSオフ環境用に手動設定の必要があります
 * height = サムネイル(240px)×行数
 * 
 * @media screen
 * @version 1.0
 */

/*
----------------------------------------------------------------------
	Wrapper
----------------------------------------------------------------------
*/
#ShootingTips {
	margin-top: 15px;
	padding-bottom: 60px;
	color: #303030;
}

/*
----------------------------------------------------------------------
	Sortable
----------------------------------------------------------------------
*/
#Point {
	background-image: url(../img/sort_point.gif);
}

.sort {
	display: none;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	width: 755px;
	height: 40px;
	background-repeat: no-repeat;
}

.sort ul,
.sort .selected {
	position: absolute;
	left: 428px;
	top: 11px;
}

.sort ul li {
	position: absolute;
	top: 0;
	width: 312px;
	height: 18px;
	background: url(../img/sort_blank.gif) no-repeat;
}

.sort .default {
  cursor: default;
}

.sort .default img {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* selected */
.sort .selected {
	cursor: pointer;
}

.sort .selected .up,
.sort .selected .down {
	position: absolute;
	left: 287px;
}

/*
----------------------------------------------------------------------
	Index
----------------------------------------------------------------------
*/
#Index {
	/*
	JSオフ環境設定
	サムネイル(240)×行数
	*/
	height: 760px;
}

#Index .thumbs {
	position: relative;
}

#Index .thumbs li {
	line-height: 0;
	font-size: 0;
	/*
	JSオフ環境設定
	*/
	position: relative;
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
}

#Index .thumbs li .icon {
	position: absolute;
}

/*
----------------------------------------------------------------------
	Contents
----------------------------------------------------------------------
*/
h2 {
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 145%;
	font-weight: normal;
}

#pagebody p {
	line-height: 2;
}

/* tips */
.tips {
	margin: 25px 0 20px;
}

.tips h3 {
	padding: 35px 22px 8px;
	background: url(../img/tips_head.gif) no-repeat #f2f2f2;
	border-bottom: 1px solid #fff;
	font-size: 150%;
	line-height: 1;
	letter-spacing: 2px;
}

.tips .inner {
	padding: 15px 20px 20px;
	background: url(../img/tips_foot.gif) no-repeat #f2f2f2 bottom;
}

.tips .inner img {
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}

/* point */
.point {
	margin: 20px 0 50px;
	background: url(../img/point_head.gif) no-repeat #edf4f8;
}

.point h3 {
	margin-bottom: 14px;
	color: #1d73b6;
	font-size: 150%;
	line-height: 1;
	letter-spacing: 2px;
}

.point .inner {
	padding: 20px 20px;
	background: url(../img/point_foot.gif) no-repeat bottom;
}

.point p {
	margin: 2px 2px 14px;
}

.point p img {
	vertical-align: middle;
}

.point .center {
	text-align: center;
}

.point .left {
	float: left;
	width: 300px;
}

/* exif */
.exif {
	margin: 50px 0;
	padding-top: 10px;
	padding-left: 90px;
	background: url(../img/exif.gif) no-repeat;
}

.exif table {
	float: left;
	margin-left: 5px;
	width: 320px;
	font-size: 78%;
}

.exif table th,
.exif table td {
	padding: 3px 3px 2px;
/*	border-bottom:2px #ffffff solid;*/
}

.exif table td {
	width: 160px;
	font-weight: bold;
}

.exif table .stripe {
	background-color: #f7f7f7;
}

.exif table .highlight {
	background-color: #e5f1f4;
}

/* link */

.link em {
	padding-left: 25px;
	background: url(../img/link_icon_point.gif) no-repeat 0px 1px;
	color: #f03413;
	font-weight: normal;
}

.link {
	font-size: 90%;
	background-color: #f2f2f2;
	margin: 10px 0 0 0;
	padding: 7px 5px 5px 10px;
}
.link a {
	padding-left: 16px;
	background: url(../img/link_icon_g.gif) no-repeat 0px 4px;
	color: #303030;
}
.link a:hover {
	color: #f03413;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------
	Assets
----------------------------------------------------------------------
*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

