@charset "utf-8";

@import "/common/css/print.css";
@import "/common/css/style.css";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 145%;
}

/* for FIREFOX & etc. \*/
body {
	overflow-y: auto;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: auto;
}
/* */




/* modal ------------------------------ */
#modal-wrapper {
	text-align: left;
	max-width: 660px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	position: relative;
	left: 0px;
	top: 0px;
	/*min-height: 100%;*/
	zoom: 1;
}
#modal-wrapper:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#modal-wrapper h1 {
	padding-top: 30px;
}

#modal-wrapper .bottom-nav01 {
	list-style-type: none;
	margin-left: 0px;
	/*position: absolute;
	left: 30px;
	bottom: 30px;*/
	padding-bottom: 30px;
}

#modal-box01 {
	/*padding-bottom: 100px;*/
	zoom: 1;
}
#modal-box01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#modal-box01 img {
	max-width: 100%;
}

#modal-box01 .thumb {
	width: 164px;
	height: 164px;
	display: inline; /* for IE6 */
	margin-right: 32px;
	background: #e5e5e5;
	float: left;
	margin-bottom: 20px;
}
#modal-box01 .text {
	max-width: 460px;
	float: left;
}

#modal-area-title {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#modal-area-title img {
	vertical-align: bottom;
	margin-right: 12px;
}

#modal-box02 {
	/*padding-bottom: 100px;*/
}
#modal-box02 > p > img {
	background: #f5f5f5;
	min-width: 120px;
	min-height: 120px;
	width: auto;
	max-height: 280px;
}



























