@charset "utf-8";
/* CSS Document */
#flowchart {
	margin-bottom: 0em;
}
@media only screen and (min-width: 40.063em) {
	#flowchart {
	margin-bottom: 5em;
}

}
#flowchart dt{
	background: url(../images/flow_arrow.gif) no-repeat left top;
	padding: 5px 0 5px 30px;
	height: 31px;
	font-weight: bold;
	line-height: 1.2;
}
#flowchart dd{
	margin: 5px 0px 3em;
	padding-left: 130px;
}
#flowchart dd p{
	margin: 1em 0;
}
#flowchart .flow1{
	background: url(../images/flow_illust_1.gif) no-repeat left top;
	min-height: 94px;
}
#flowchart .flow2{
	background: url(../images/flow_illust_2.gif) no-repeat left top;
	min-height: 39px;
}
#flowchart .flow3{
	background: url(../images/flow_illust_3.gif) no-repeat left top;
	min-height: 62px;
}
#flowchart .flow4{
	background: url(../images/flow_illust_4.gif) no-repeat left top;
	min-height: 60px;
}
#flowchart .flow5{
	background: url(../images/flow_illust_5.gif) no-repeat left top;
	min-height: 52px;
}
#flowchart .flow6{
	background: url(../images/flow_illust_6.gif) no-repeat left top;
	min-height: 90px;
}
@media only screen and (max-width: 25.063em) {
	#flowchart dt{
	padding: 5px 0 10px 30px;
	min-height: 31px;
}
#flowchart dd{
	margin: 5px 0px 3em;
	padding: 0;
}
#flowchart .flow1{
	background: url(../images/flow_illust_1.gif) no-repeat center top;
	padding-top: 94px;
}
#flowchart .flow2{
	background: url(../images/flow_illust_2.gif) no-repeat center top;
	padding-top: 39px;
}
#flowchart .flow3{
	background: url(../images/flow_illust_3.gif) no-repeat center top;
	padding-top: 62px;
}
#flowchart .flow4{
	background: url(../images/flow_illust_4.gif) no-repeat center top;
	padding-top: 60px;
}
#flowchart .flow5{
	background: url(../images/flow_illust_5.gif) no-repeat center top;
	padding-top: 52px;
	margin-top: 20px;
}
#flowchart .flow6{
	background: url(../images/flow_illust_6.gif) no-repeat center top;
	padding-top: 90px;
}

}
.linkBtn {
	margin: 0 0;
}
.linkBtn .info {
	margin: 0;
}
.infoBox {
		padding: 1em;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	background-color: #FFC;
	border: 1px solid #CCC;
	margin: 0 0 20px;
	color: #F00;
	font-weight: bold;
}
.infoBox dt {
	font-size: 18px !important;
}
.infoBox dd {
	font-size: 16px !important;
}
@media only screen and (min-width : 768px){
	.infoBox {
	margin: 0 0 20px;
}

}
@media only screen and (min-width: 40.063em) {

}
@media only screen and (min-width: 64.063em) {

}
