@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#pageTitle h2 {
	background-image: url(../imgs/pagetitle.png);
}

/* message */
#message .title {
	background-image: url(../imgs/title-message.gif);
}
#message .imageText {
	zoom: 1;
}
#message .imageText:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#message .imageText .image {
	float: left;
}
#message .imageText .text {
	margin-left: 270px;
	padding-top: 15px;
}
#message .imageText .text .name {
	margin: 25px 0 10px;
	font-size: 114.3%;
	font-weight: bold;
}

/* flow */
#flow .title {
	background-image: url(../imgs/title-flow.gif);
}
#flow .list li {
	zoom: 1;
	margin-top: 30px;
	padding-bottom: 31px;
	background: url(../../common/imgs/kkk.gif) repeat-x left bottom;
}
#flow .list li:first-child {
	margin-top: 0;
}
#flow .list li:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#flow .list li .image {
	float: left;
}
#flow .list li dl {
	margin-left: 330px;
}
#flow .list li dl dt {
	margin-bottom: 5px;
	padding-left: 1.2em;
	color: #f0831e;
	font-size: 142.9%;
}
#flow .list li dl dt .num {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
	font-weight: bold;
}
#flow .please {
	margin-top: 50px;
	text-align: center;
}
#flow .please dt {
	overflow: hidden;
	height: 25px;
	margin-bottom: 20px;
	background: url(../imgs/title-please.gif) no-repeat center top;
	text-indent: -5260px;
}



/*--------------------------------------------------
 SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	/* index
	--------------------------------------------------*/
	/* layout */
	#pageTitle {
		background-image: url(../imgs/sp/bg-pagetitle.jpg);
	}
	#breadcrumbs li.child span {
		background-image: url(../imgs/sp/bread-initial.png);
	}

	/* message */
	#message .imageText .image {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	#message .imageText .text {
		margin-left: 0;
		padding-top: 0;
	}

	/* flow */
	#flow .list li {
		zoom: 1;
		background-image: url(../../common/imgs/sp/kkk.gif);
		-webkit-background-size: 3px 1px;
		background-size: 3px 1px;
	}
	#flow .list li .image {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	#flow .list li dl {
		margin-left: 0;
	}
	#flow .please {
		margin-top: 40px;
	}
	#flow .please dt {
		overflow: hidden;
		height: 30px;
		margin-bottom: 10px;
		background-image: url(../imgs/sp/title-please.gif);
		-webkit-background-size: 170px 30px;
		background-size: 170px 30px;
	}
}