@charset "utf-8";

/*=====================================================================================
	
	Document : style.css
 
=====================================================================================*/

/*---------------------------------------------------------------------------

   一覧

---------------------------------------------------------------------------*/

.list {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}

ul.list-show {
	list-style:none;
	text-align:left;
	border-top:1px solid #464646;
}

.list-show li {
	border-bottom:1px solid #464646;
}

.list-show li a {
	background:url(../image/lm-list.png) no-repeat center right;
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

.list-show li a:link,
.list-show li a:visited,
.list-show li a:hover { text-decoration:none; }

.list-show li:hover {
	background:url(../../image/bg-gray.png) repeat center top;
}

.list-show li .thum {
	width:150px;
	float:left;
	margin-left:15px;
	display:inline;
	text-align:center;
}

.list-show li .thum div {
	width:150px;
	height:100px;
}

.list-show li p {
	margin-left:190px;
	padding:8px 70px 0 0;
}

.list-show li p span.title {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}

.list-show li:hover .title { text-decoration:none; }


/*-------------------------------------------------------
   改ページ
-------------------------------------------------------*/

.kpage {
	list-style:none;
	text-align:center;
	padding-top:20px;
}

.kpage li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-align:center;
	margin:10px 4px 0 4px;
	background-color:#464646;
}

.kpage li a,
.kpage li a:visited,
.kpage li.now {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	padding:4px 8px;
	line-height:1.4em;
	text-decoration:none;
	font-weight:normal;
}

.kpage li:hover {
	background-color:#c86400;
}

.kpage li:hover a {
	color:#fff !important;
}

.kpage li.now,
.kpage li.now:hover {
	background-color:#fff !important;
	color:#000 !important;
}


/*---------------------------------------------------------------------------

   詳細

---------------------------------------------------------------------------*/

.detail {
	background:url(../image/bg-detail.gif) no-repeat center top;
	margin-top:35px;
}

.detail > .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	text-align:left;
}

.detail .title {
	text-align:center;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../image/bg-title.png) no-repeat center bottom;
}

.detail .title span {
	font-weight:normal;
}

.gl-box {
	padding-top:30px;
}

/* 画像 */
.photo-l { float:left; margin-right:30px; margin-bottom:15px; }
.photo-r { float:right; margin-left:30px; margin-bottom:15px; }
.photo-c { text-align:center; padding-bottom:30px; }
.photo-l,
.photo-r { display:inline; }

/* データファイル */
.datafile { margin-bottom:20px; }
.datafile img {
	vertical-align:middle;
	margin-right:10px;
}


/*-------------------------------------------------------
   ページ移動
-------------------------------------------------------*/

.pg-mv ul {
	list-style:none;
	text-align:center;
	width:100%;
	background:url(../../image/bg-gray.png) repeat center top;
	padding:15px 0;
	margin-top:30px;
	position:relative;
}

.pg-mv li {
	margin:0 5px;
}

.pg-mv li.list-back {
	padding:0 15px;
	margin:0 10px;
}

.pg-mv li.back {
	position:absolute;
	left:15px;
	top:15px;
}

.pg-mv li.back a {
	background:url(../image/lm-back.gif) no-repeat left center;
	padding-left:14px;
}

.pg-mv li.next {
	position:absolute;
	right:15px;
	top:15px;
}

.pg-mv li.next a {
	background:url(../image/lm-next.gif) no-repeat right center;
	padding-right:14px;
}

