@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
#mainVisual {
	background: #FFF url(/img/introduction/main_visual_bg.jpg) no-repeat center top;
}

#conts {
	padding-top: 31px;
	background: #FFF url(/img/introduction/conts_bg.jpg) no-repeat right top;
}

#conts p {
	margin: 0 0 23px 20px;
	font-size: 1.4em;
	line-height: 1.7;
}

#conts .note {
	margin-left: 35px;
}

#conts .text01 {
	margin-bottom: 60px;
}

#conts .text02 {
	margin-bottom: 80px;
}

#conts .text03 {
	margin-bottom: 60px;
	text-indent: 14px;
}

#conts .headLine01 {
	margin-bottom: 18px;
	background: url(/img/introduction/h3_bg.jpg) no-repeat left bottom;
}

#conts .h3Ttl01 {
	margin-bottom: 31px;
}

#conts .h3Ttl02 {
	margin-bottom: 12px;
}

#conts .tabBox {
	margin-bottom: 18px;
	width: 444px;
}

#conts .comTable .tdStyle {
	letter-spacing: -0.5px;
}

#conts .list {
	margin: 0 0 25px 20px;
}

#conts .list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4em;
	line-height: 1.7;
}

#conts .headLine02 {
	margin-bottom: 10px;
	color: #50C0B0;
	border: 1px solid #CAECE7;
	background: url(/img/common/icon/icon06.png) no-repeat 4px 8px;
}

#conts .comStep .ddStyle {
	padding-top: 0;
}

#conts .h3Ttl03 {
	margin-bottom: 25px;
}

#conts .history {
	margin: 0 20px;
	width: 650px;
	background: url(/img/common/line01.png) repeat-x left top;
	font-size: 1.4em;
}

#conts .history th {
	padding-bottom: 2px;
	width: 103px;
	background: url(/img/common/line01.png) repeat-x left bottom;
	text-align: right;
	font-weight: normal;
}

#conts .history td {
	padding: 12px 0 12px 23px;
	background: url(/img/common/line01.png) repeat-x left bottom;
}

#conts .history td span {
	padding: 2px 20px;
	display: inline-block;
	border-left: 4px solid #D5F4ED;
}

/*
#conts .history {
	margin: 0 20px;
	font-size: 1.4em;
	background: url(/img/common/line01.png) repeat-x left top;
}

#conts .history dt {
	padding-top: 12px;
	width: 105px;
	float: left;
	clear: left;
	text-align: right;
}

#conts .history dd {
	padding: 10px 0 10px 129px;
	background: url(/img/common/line01.png) repeat-x left bottom;
}

#conts .history dd span {
	padding: 2px 20px;
	display: inline-block;
	border-left: 4px solid #D5F4ED;
}*/