/* -------------------------------- 
entry
-------------------------------- */
.entry .form_inner{
	width: 800px;
	margin: 0 auto;
}

ul.navLocal{
	display: table;
}

ul.navLocal li{
	width: 170px;
	height: 30px;
	display: table-cell;
	border-spacing: 5px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	color: #0c4f80F;
	padding-top: 2px;
}

ul.navLocal li a:link,
ul.navLocal li a:visited{
	width: 170px;
	height: 30px;
	display: table-cell;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	color: #0c4f80 !important;
	border: #0c4f80 1px solid;
	padding-right: 5px;
	padding-top: 2px;
	text-decoration: none;
}

ul.navLocal li a:hover{
	color: #FFFFFF !important;
	background: #0c4f80;
}

ul.navLocal li a:before{
	font-size: 18px;
	font-weight: bold;
	content:"\2193";
    display: block;
    float: left;
	text-align: center;
	padding-left: 3px;
}

.entry ul.list {
	margin: 0 10px 0 10px;
}

.entry ul.list li {
	list-style: disc;
	list-style-position: outside;
	line-height: 1.5em;
	margin-left: 20px;
	padding-bottom: 15px;
	background-image: url(../img/img_p_bg.gif) ;			
}

.entry ul.list2  {
	margin: 0 10px 20px  10px;
}

.entry ul.list2 li{
	list-style: circle;
	list-style-position: outside;
	line-height: 1.5em;
	margin: 0 20px 5px 40px;
	background-image: url(../img/img_p_bg.gif) ;			
}

.entry ol.list {
	margin-left: 30px;
}

.entry ol.list2 {
	margin: -15px 0 0 40px;
}

.entry ol.list2 li{
	margin-left: 30px;
	line-height: 1.0em;
}

.entry .box {
	width: 400px;
	border: #CCCCCC 1px solid;
	padding: 10px;
	line-height: 1.5em;
}

.entry .form{
	padding:0 0 20px 10px;
}

.entry .form .birthday{
	float: left;
}

.entry .submit{
	padding:20px 0 0 0;
	margin: 0 auto;
}

.entry .submit p{
	text-align: center;
}

/*----1:入力フォームテーブル設定-----*/
.entry table.data{
  width:100%;	
  empty-cells: show;
  border-collapse: collapse;
  table-layout: fixed;
}

.col-01{
width:100px;
} 
.col-02{
width:100px;
}
.col-03{
width:500px;
} 
.col-04{
width:150px;
} 
.col-05{
width:600px;
} 
  
.entry table.data tr td {
  font-size:10pt;	
  padding:8px 0px 8px 5px;
  line-height: 1.8em;
}
  
.entry table.data tr td.left-top{
  color:#666666;
  border:#CCCCCC 1px solid;
  background-color:#EEEEEE;  
}
  
.entry table.data tr td.left{
  color:#666666;
  border-left:#CCCCCC 1px solid;
  border-right:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;  
  background-color:#EEEEEE;  
}   

  
.entry table.data tr td.right-top{
  border-top:#CCCCCC 1px solid;
  border-right:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;  
  background: #FFFFFF;  
  padding-left:5px;   
}  
  
.entry table.data tr td.right{
  border-left:#CCCCCC 1px solid;
  border-right:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;
  background: #FFFFFF;
  text-align: left;
  padding-left:5px;    
}      
  
.entry table.inner{
  width:500px;	
}
  
.entry table.inner tr td{
  padding-bottom: 5px;
}  
