@charset "UTF-8";

body {
	color: #000;
	font-size: 10pt;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

.breakBef {
	page-break-before: always;
}
.breakAft {
	page-break-after: always;
}

hr {
	margin: 1.6em 0 1.6em 0;
    height: 0.5pt;
    border: #000 0.5pt solid;
}

h1,h2,h3,h4,h5,h6,dt {
	margin: 8px 0px;
	line-height: 1;
	font-weight: bold;
	text-indent: 0px;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

p  {
	margin: 12px 0px;
}

.pin p,
.cap {
	font-size: 8pt;
	line-height: 1.2;
	margin: 4px 0px 0px 0px;
}

dd p {
	margin: 0px;
}

em {
	font-style: normal;
}

p.jt-viewer,
.jt-viewer p,
.jt-home,
.jt-shop,
.zoom .nav,
#jishobanner p a,
#present .kuwasiku {
	display: none;
}

.section dt,
.section dd {
	margin-left: 3em;
}

#column h2 {
	font-size: 130%;
}
#column h3 {
	font-size: 115%;
	padding-top: 24px;
}

#column dt {
	margin: 8px 0px 0px 0px;
}
#column dd {
	margin: 0;
}

#column .m01 .ph {
	float: left;
	width: 180px;
	padding-top: 10px;
}

#column .m02 .pin {
	float: left;
	width: 300px;
}
#column .m02 .zoom {
	float: left;
	width: 200px;
}

/* standard helper classes
------------------------------------------------*/

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { 
	display: block;
	min-height: 0;
}
/* */

