@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts .mainImages {
	margin-bottom: 35px;
}

#conts .write p,
#conts .other p {
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 14px;
}

#conts .write p span,
#conts .other p span {
	font-weight: bold;
	line-height: 1.8;
}

#conts .write p.blueText {
	color: #258DDA;
    padding-left: 1em;
    text-indent: -1.3em;
}

#conts .write .rule {
	border: #F0F0F0 3px solid;
	padding: 15px;
	margin-bottom: 35px;
}

#conts .write .rule p {
	margin-bottom: 5px;
	font-weight: bold;
}

#conts .write .rule ul li {
	background: url(/img/history/history_icon.gif) no-repeat 0px 9px;
	padding-left: 13px;
	line-height: 1.8;
	font-size: 14px;
}

#conts .write .explanation {
	margin-bottom: 35px;
}

#conts .write .item,
#conts .other .item {
	margin-bottom: 35px;
}

#conts .write .item h3,
#conts .other .item h3 {
	margin-bottom: 15px;
}

#conts .write .item p,
#conts .other .item p {
	margin-bottom: 0px;
}

#conts .write .item p.margin {
	margin-bottom: 15px;
}

#conts .write .item ol {
	margin-left: 1.5em;
	margin-bottom: 15px;
	font-size: 14px;
}

* #conts .write .item ol {
		margin-left: 2.0em;
}
	
*:first-child+html #conts .write .item ol {
		margin-left: 2.0em;
}
	
#conts .write .item ol li {
	line-height: 1.8;
	zoom: 1;
	list-style: decimal;
	display: list-item;
}

#conts .write .item ol li span {
	font-weight: bold;
}

#conts .other p.margin {
	margin-bottom: 35px;
}

#conts .last h2 {
	margin-bottom: 0px!important;
}

#conts .last p {
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-top: none;
	line-height: 1.8;
	font-size: 14px;
}