@charset "shift_jis";
/* CSS Document */
/*コンテンツページで使用スタイル*/
#build #main #contents .color_blue {
	color: blue;
}


/*sisetsu.htmlのみで使用*/

#build #main #contents .color_red {
	color: #7E99D1;
}
#build #main #contents .color_orange {
	color: #f90;
}
.marginl10px {
	margin-bottom: 10px;
	margin-left: 10px;
}
#build #main #contents .sisetsu_h3 {
	width: 400px;	
	margin-left: 10px;
	font-size: 20px;
	line-height: 26px;
	background: #ECEAFF;
}



/*sche.htmlのみで使用*/
#build #main #contents .sche_sp1 {
	background:#fcc;
}
#build #main #contents .sche_sp1:before {
	content: "*〔";
	color: #7E99D1;
}
#build #main #contents .sche_sp1:after {
	content: "〕";
	color: #7E99D1;
}



/*books.htmlのみで使用*/
#main #contents .bookcase1 {
	display:inline-block;
	width: 199px;
	height: auto;
	border: 0px;
}
#main #contents .bookcase2 {
	display:inline-block;
	width: 340px;
	height: auto;
	margin-left: 10px;
	vertical-align: top;
}



/*overseas.html内のみで使用*/
#build #main #contents #overseas h2 {
	width: auto;
	margin: 20px 0px;	
	margin-left: 10px;
	font-size: 18px;
	line-height: 22px;
	background-color: #ECEAFF;
}
#build #main #contents #overseas div {
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#build #main #contents #overseas a {
	font-size: 16px;
}



/*inquiry.html kakunin.php mail.php内用*/
#build #main #contents h3.inpuiryh3 {
	margin-left: 10px;
	font-size:16px;
	font-weight: normal;
}
#build #main #contents #form {
	font-size: 14px;
}
#build #main #contents #form p.key {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#build #main #contents #form p.val {
	height: auto;
	width: 212px;
	border: 1px solid #7F9DB9;
	margin-bottom: 20px;
}
#build #main #contents #form p.val1 {
	height: auto;
	width: 312px;
	border: 1px solid #7F9DB9;
	margin-bottom: 20px;
}
#build #main #contents #form p.val2 {
	height: 210px;
	width: 420px;
	border: 1px solid #7F9DB9;
	margin-bottom: 20px;
	overflow: scroll;
}
#build #main #contents #submit {
	margin-left: 10px;
	margin-right: auto;
}




/*order.html kakunin.php mail.php内用*/
#build #main #contents #order {
	padding-left: 10px;
}
#build #main #contents #order form p {
	margin-left: 0px;
}




