@charset "utf-8";
/* LAYOUT CSS Document */

div#wHeaderPL {
	height: 250px;

}


div#wMkuji, div#wMkuji ul, div#wMkuji img {
	display: inline;
	float: right;
}


div#wMkuji ul {
	list-style: none;
	height: 300px;
}


div#wMkuji ul li {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

div#wMkuji ul img {
	float: none;
}





div#wContentsPL {
	position: relative;
	clear: both;
	width: 800px;
	margin: 0 auto;
}




div#wContentsPL h2 {
	line-height: 1.2;
	font-size: 1.6em;
	margin-bottom: 5px;
}


/*
img#point {
	display: inline;
	float: right;
	margin: 20px 0 0 0;
}
*/

div#wPoint {
	position: relative;
	display: inline;
	float: right;
	width: 350px;
	min-height: 50px;
	margin: 20px 0 20px 0;
	padding: 10px 7px;
	background-color: #FBF7DB;
}

div#wPoint dl {
	clear: both;
	line-height: 1.2;
	padding-bottom: 2px;
	font-size: 1.1em;
}

div#wPoint dl dt {
	display: inline;
	float: left;
	width: 50px;
	margin: 2px 0;
	padding-bottom: 2px;
}

div#wPoint dl dd {
	display: inline;
	float: right;
	width: 300px;
	margin: 2px 0;
	padding-bottom: 2px;
}

div#wPoint img {
	position: absolute;
	top: -15px;
	left: -100px;

}

div.holderV {
	position: relative;
	clear: both;
	width: 800px;
	min-height: 430px;
}

div.holderVSub {
	display: inline;
	float: left;
	width: 250px;
	margin-bottom: 30px;
}


div.holderH {
	clear: both;
	height: 430px;
}

div.holderHSub {
	display: inline;
	float: left;
	width: 390px;
	margin-bottom: 30px;
}


/* LEFT COLUMN */
.lC {
	margin-right: 20px;

}

div.holderV div.wComment {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 480px;
}


div.holderHSub div.wComment {
	width: 280px;
}


div.comment {
	min-height: 4em;
	margin: 15px 10px 0 0;
}


div.comment3 {
	min-height: 4em;
	margin: 15px 15px 0 0;
}

div#wContentsPL p {
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	font-size: 1.2em;

}

div.holderH div.comment3 {
	display: inline;
	float: left;
	width: 230px;
	margin-right: 25px;
}

div.holderV div.comment3 {
	margin-right: 0;
}

/* COLUMNをまとめる */
div.section {
	clear: both;
}



div#wPhotoInfomation {
	position: static;
	clear: both;
	min-height: 150px;
	margin: 10px 0 30px 0;
}
 
* html div#wPhotoInfomation {
	height: 150px;
}

div#wShotSituation {
	display: inline;
	float: left;
	width: 480px;
}

div#wPhotoInfomation h2 {
	margin: 10px 0 5px 0;
	padding: 0 0 3px 0;
	font-size: 1.4em;
}

div#wPhotoSpec {
	display: inline;
	float: right;
	min-width: 185px;
}

div#wPhotoSpec h2, div#wPoint dl  {
	text-align: left;
}

div#wPhotoSpec table {
	font-size: 1.2em;
}

div#wPhotoSpec table th {
	text-align: right;
	padding: 2px 1em 2px 2px;
}

div#wPhotoSpec table td {
	text-align: left;
	padding: 2px 0;
}



div#wColumn {
	clear: both;
	min-height: 255px;
	margin: 10px 0;
	padding: 0 10px 25px 10px;
	border-width: 1px;
	border-style: solid;
}

* html div#wColumn {
	width: 800px;	
}

* html .typeH, *+html .typeH {
	border-width: 2px !important;
	height: 255px;
}

* html .typeV, *+html .typeV {
	border-width: 2px !important;
	height: 315px;
}
/*

* html div#wColumn {
	height: 255px;
}
*/


div#wColumn h2 {
	display: inline;
	float: right;
	width: 150px;
	margin: 0 10px 0 0;
	text-align: center;
}


div#wColumn div.inner {
	clear: both;
	margin: 0;
	padding: 10px 0;
}
/* 縦書きまだ早い
div#wColumn div.inner p {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
*/
div.typeH div.inner {
	height: 230px;
}

div.typeV div.inner {
	height: 280px;
}

div.PLFigure {
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}

div#wColumn img {
	margin: 5px;
}

div#wColumn h3 {
	font-size: 1.6em;
}

div#wColumn p {
	line-height: 1.5;
	margin-bottom: 5px;
}





table.data, table.dataTL{
	margin: 1em 0 2.5em 1em;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-spacing: 0;
}

table, th, td, table.data, table.dataTL{
	border-collapse: collapse;
}

table a, table.data a{
	font-weight: normal !important;
}

caption{
	text-align: center;
}

tr, table.data tr{
	border: none;
}
table.data th, table.dataTL th{
	/*background: url(/common/images/bg_lgray.gif);*/
}
table.data th, table.data td, table.dataTL td, table.dataTL th{
	padding: 0.5em 4px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
table.data th, table.data td{
	text-align: center;
}
table.dataTL th, table.dataTL td{
	text-align: left;
}




div#wColumn div:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html div#wColumn div {
	display: inline-block;
}

/* for IE7 */
*+html div#wColumn div {
	display: inline-block;
}