@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : お知らせ
 
=====================================================================================*/

.pgmd-bg {
	background-image:url(../image/pgmd.jpg);
}

.pgmd h2 {
	background:url(../image/pgmd-title.png) no-repeat 13px 85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/pgmd-title.png',sizingMethod='scale');
}


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

   一覧

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

.list-show {
	list-style:none;
	margin-top:-10px;
	background:url(../../image/xline.gif) repeat-x left bottom;
}

.list-show li {
	width:100%;
	padding:15px 0;
	background:url(../../image/xline.gif) repeat-x left top;
}

.list-show li .date {
	width:11.5em;
	float:left;
	clear:both;
	margin-right:-11.5em;
}

.list-show li .title {
	margin:0 0 0 11.5em;
	display:block;
	background:url(../../image/lm.gif) no-repeat left 0.3em;
	padding-left:22px;
	font-weight:bold;
}


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

.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:#fff;
	
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
    -webkit-transition:background-color 0.3s linear;
       -moz-transition:background-color 0.3s linear;
         -o-transition:background-color 0.3s linear;
            transition:background-color 0.3s linear;
}

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

.kpage li:hover {
	background-color:#b98d2e;
	
	filter:alpha(opacity=35);
	opacity:0.35;
	-moz-opacity:0.35;
    -webkit-transition:background-color 0.3s linear;
       -moz-transition:background-color 0.3s linear;
         -o-transition:background-color 0.3s linear;
            transition:background-color 0.3s linear;
}

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

.kpage li.now,
.kpage li.now:hover {
	background-color:#b98d2e !important;
	color:#fff !important;
	
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	-moz-opacity:1 !important;
}


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

   詳細

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

.title {
	background:url(../../image/op-gold25.png) repeat left top;
}

.title h3 { padding:20px; }

.title span.fsize-s {
	font-weight:normal;
	background-color:#b98d2e;
	color:#fff;
	padding:2px 6px;
	margin-right:1em;
	vertical-align:middle;
}

.detail {
	background:url(../../image/op-white65.png) repeat left top;
	padding-top:35px;
	padding-bottom:10px;
}

.gl-box {
	padding:0 35px 25px 35px;
}

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

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


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

.pg-mv {
	list-style:none;
	text-align:center;
	width:100%;
	margin-top:30px;
}

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

.pg-mv li.list-back {
	padding:0 15px;
	margin:0 10px;
	background:url(../../image/yline.gif) repeat-y left top,
			   url(../../image/yline.gif) repeat-y right top;
}

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

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