@charset "shift_jis";
/* CSS Document */


#globalContents p {
	margin: 0 0 8px;
}

#globalContents h2 {
	margin: 20px 0 8px;
	padding-top: 6px;
	border-top: 2px solid #FF6534;
}

#globalContents h2,
#globalContents h2 a {
	font-size: 18px;
}

#globalContents h2,
#globalContents h3 {
	font-weight: bold;
}

#globalContents h3 + p {
	margin-top: 5px;
}

#globalContents #service {
	clear: both;
	overflow: hidden;
	margin: 0 -5px -5px 0;
}

#globalContents #service li {
	float: left;
	display: block;
	width: 233px;
	margin: 0 5px 5px 0;
	line-height: 50px;
	text-indent: 1em;
	background: #f0f0f0;
}

#step li,
#globalContents dl {
	padding: 8px;
	background: #f0f0f0;
}

#step li {
	position: relative;
	margin-bottom: 8px;
	padding: 8px 0 8px 100px;
}

#step li + li:after {
	position: absolute;
	top: -45px;
	left: 10px;
	content: url(../imaiprint/arrow.png);
}

#step span {
	margin-right: .5em;
}

#globalContents dl {
	clear: both;
	overflow: hidden;
	width: 70%;
}

#globalContents dt {
	float: left;
	width: 60px;
}

#globalContents dd:before {
	content: ":";
	padding-right: .5em;
}

#globalContents dd {
	padding-left: 60px;
}

#globalContents #implink a {
	display: block;
	width: 300px;
	height: 54px;
	line-height: 54px;
	margin: 15px auto;
	background: #6E7955;
	color: #FFF;
	font-size: 18px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
	text-align: center;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#globalContents #implink a:hover {
	background: #FF6534;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}
