@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  detail.css
 style info :  サイト一覧詳細ページ用css
=================================================================== */

/*----------------------------------------------------------------------------------
		 	以下詳細ページ部分
------------------------------------------------------------------------------------*/

div#contents h5 {
	color: #B81C22;
	font-size: 133%;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
}

/* 上部 */
div#contents div#site_title {
	width: 442px;
	float: left;
}

div#contents p#screen {
	float: right;
	width: 190px;
}

div#site_title h4 {
	width: 319px;
	background: url(/site/images/bg_title_top.gif) 0 0 no-repeat;
	float: left;
	padding: 9px 0 0;
	font-size: 116%;
	font-weight: bold;
}


div#site_title h4 span {
	display:block;
	background: url(/site/images/bg_title_bottom.gif) 0 bottom no-repeat;
	padding: 0 10px 8px ;
	line-height: 1.5;
	min-height: 20px;
}

* html div#site_title h4 span {
	height: 20px;
}


div#site_title ul.carrea {
	float: left;
	width: 123px;
}

div#site_title ul.carrea:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#site_title ul.carrea { display: inline-block; }
div#site_title ul.carrea { display: block; }

div#site_title ul.carrea li {
	padding-left: 3px;
	float: left;
}

div#site_title p.logo {
	clear: both;
	padding: 45px 0 40px 3px;
}

div#site_title p {
	line-height: 1.6;
}

div#site_title h5 {
	padding-top: 28px;
	margin: 25px 0 0;
	background:url(/images/common/bg_path_bottom.gif) 0 0 repeat-x;
}

/* qrコード */
div#site_title table.qr {
	margin: 10px 0 0 0;
}

div#site_title table.qr th {
	background: url(/site/images/bg_qr.gif) 0 0 no-repeat;
	width: 130px;
	height: 130px;
	padding-right: 17px;
	text-align: center;
	vertical-align: middle;
}

div#site_title table.qr td {
	background: url(/site/images/bg_url.gif) 0 0 no-repeat;;
	width: 265px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	font-size: 116%;
	padding: 0 15px;
	word-break:break-all;
}


/* 各コンテンツ用BOX */
div#contents div.con_box {
	clear: both;
	padding: 52px 0 0 0;
	background:url(/images/common/bg_path_bottom.gif) 0 28px repeat-x;
	zoom:1; 
}

/* PCのキャプ */
div#contents p.pc_screen {
	text-align: center;
}

/*------------------------
メニューからアクセス
--------------------------*/
div#contents ul.access {
}

div#contents ul.access li {
	background: url(/site/images/bg_tale_bottom.gif) 0 bottom no-repeat;
	padding: 0;
	margin-top: 6px;
}

div#contents ul.access li table {
	width: 660px;
	background: url(/site/images/bg_table_top.gif) 0 0 no-repeat;
}

div#contents ul.access li table th {
	width: 62px;
	height: 62px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #c8c7c2;
}

div#contents ul.access li table td {
	vertical-align: middle;
	text-align: left;
	padding: 0 20px;
	font-size: 92%;	
}

/*--------------------
下部テーブル用
--------------------*/
div#contents div.table_box {
	background: url(/site/images/bg_tale_bottom.gif) 0 bottom no-repeat;
	padding: 0;
}

div#contents div.table_box table {
	width: 660px;
	background: url(/site/images/bg_table_top.gif) 0 0 no-repeat;
}

div#contents div.table_box table th {
	width: 127px;
	vertical-align: top;
	text-align: left;
	padding: 15px 10px;
	border-right: 1px solid #c8c7c2;
	border-bottom: 1px solid #c8c7c2;
	line-height: 1.6;
}

div#contents div.table_box table td {
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #c8c7c2;
	line-height: 1.6;
}

div#contents div.table_box table tr.last td,
div#contents div.table_box table tr.last th {
	border-bottom: none;
}

div#contents p.kome {
	padding: 10px 0 0 0;
	line-height: 1.5;
	font-size: 92%;
}









