@charset "utf-8";
/* CSS Document */

/*	 --- layout
------------------------------------------------------------------------- */
div.section-box { margin-bottom: 50px;}
div.section-box h1 { margin-right: 83px; }
h1#icon-one { margin-right: 43px; }
div.section-box h2 { margin-bottom: 10px; }
div.section-box h3, div.section-box h4 {
	padding-left: 20px;
	margin-bottom: 10px;
}
div.section-box h4 {
	margin-top: 40px;
}
div#icon-box-one {
	position: relative;
	left: 600px; top: -55px;
	width: 40px;
}
div#icon-box {
	position: relative;
	left: 560px; top: -55px;
	width: 85px;
}
div#bg-box {
	position: relative;
	top: -20px;
	padding-right: 240px;
}
.okyaku li {
	padding-left: 24px;
	margin-bottom: 10px;
}
#sagyo { padding-left: 30px; }
.point li {
	line-height: 21px;
}

/* ボタン
--------------------------------------------------------- */
div#selecter {
	height: 78px;
}
div#selecter ul li {
	float: left;
}
.button {
	display: block;
	position: relative;
	width: 78px; height: 78px;
	padding-top: 10px;
	margin-right: 2px;
}
.button:hover {
	padding-top: 13px !important;
	width: 78px !important;
	height: 78px !important;
	bottom: 0 !important;
}
.button-clicked {
	padding-top: 13px;
	width: 78px;
	height: 78px;
	bottom: 0;
}

/*	 --- decoration
------------------------------------------------------------------------- */
div.section-box h2 {
	font-size: 15px;
	color: #DF1000;
}
div.section-box h3 {
	font-size: 14px;
	color: #DF1000;
	background: url(../images/mark03.gif) left 2px no-repeat;
}
div.section-box h4 {
	font-size: 14px;
	background: url(../../common/images/mark01.gif) left -1px no-repeat;
}
div.section-box h5 {
	font-size: 12px;
	color: #DF1000;
}
.okyaku li {
	font-size: 15px;
	background:url(../images/mark04.gif) left top no-repeat;
}

.fig_title{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	color:#333 !important;
}

/* ボタン
--------------------------------------------------------- */
.button {
	line-height: 13px;
	text-align: center;
	background: url(../images/bg_button.gif) left top no-repeat;
}
.button:hover {
	color: #fff !important;
	background: url(../images/bg_button_o.gif) left top no-repeat !important;
}
.button .mini { font-size: 9px;
			   line-height:1.1em !important;
}
.button:hover .mini { font-size: 9px;
			   line-height:1.1em !important
}
.button-clicked {
	color: #fff;
	background: url(../images/bg_button_o.gif) left top no-repeat;
}
.button-clicked .mini { font-size: 9px; }
