@charset "utf-8";
/* CSS Document */

#contents {
	padding-top: 120px;
}
#title {
	display: block;
	margin-bottom: 40px;
	width: 1015px;
}
#title h1 {
	display: block;
	margin: 0;
	height: 100px;
	width: 1015px;
}

#poppo-guidance {
	display: block;
	margin: 40px auto 60px;
	width: 800px;
}
.ti-pg {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 5px;
}
#poppo-guidance dd {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
	margin: 30px auto;
	padding: 15px;
	width: 100%;
	border: dotted 2px #FF9900;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
}
dl#pg-box {
	font-size: 14px;
	width: 700px;
	line-height: 1.5;
	margin: 20px auto 10px;
	padding: 0;
	background-color: #6699CC;
	overflow: hidden;
	border: dotted 2px #6699CC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
dt#pg01 {
	color: #FFF;
	font-weight: 800;
	clear: left;
	float: left;
	width: 90px;
	padding: 10px 20px;
	border-left: none;
	border-bottom: solid 1px #F5F5F5;
}
dt#pg02 {
	color: #FFF;
	font-weight: 800;
	clear: left;
	float: left;
	width: 90px;
	padding: 10px 20px;
	border-left: none;
	border-bottom: none;
}
dd#pg01{
      margin-left: 110px;
      padding: 10px;
      background-color: #FFF;
	  border-bottom: solid 1px #F5F5F5;
}

#pg03 {
	font-size: 20px;
	text-align: center;
	font-weight: 800;
	margin: 20px 0;
}

#anq {
	font-size: 12px;
	text-align: right;
	display: block;
	margin: 40px 0 20px;
	padding-right: 10px;
	float: right;
	width: 650px;
}

.poppo01 {
	font-size: 16px;
	font-weight: 600;
	color: #F60;
	text-align: center;
	margin: 30px 0;
	width: 100%;
}
.p-center {
	text-align: center;
	width: 100%;
}

#poppo {
	margin: 20px auto 0;
	width: 96%;
}

#poppo dd {
	margin-bottom: 2em;
	margin-left: 2em;
}

.fee {
	font-weight: 600;
	line-height: 2em;
}

.flow {
	font-weight: 600;
	margin: 0;
	width: 500px;
}
.flow th, td {
	text-align: left;
	padding: 5px 10px;
}
.flow tr:nth-child(odd) th {  
  background-color: #FFE8E8;  
}
.flow tr:nth-child(odd) td {  
  background-color: #FFE8E8;  
}
.flow tr:nth-child(even) th {  
  background-color: #FFFFFF;  
} 
.flow tr:nth-child(even) td {  
  background-color: #FFFFFF;  
}  

.fl-application {
	margin-top: 20px;
}

.fl-application dt {
	font-size: 16px;
	font-weight: 600;
	color: #F60;
	margin-bottom: 5px;
}