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



* {
	margin:0;
	padding:0;
	max-height:99999px;
	}


p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	}

img {
	vertical-align: bottom;
	}

.content {
	overflow:hidden;
}


.pc_none {
	display:none;
}


.clear {
	clear:both;
	}
	

.border {
	border:solid;
	border-color:#2fa954;
	width:60px;
    border-width: thin;
    margin: 10px auto 45px auto;
	}
/*-------------------------------
header
-------------------------------*/
header {
	}

header {
	background-color:#e65f04;
	width:640px;
	position: fixed;
	z-index:9999;
	}
.header_menu{
	width:600px;
	margin: 15px auto 15px;
}
/* .navi .logo .search == 600px */
.navi {
    width: 54px; /* org 4.7% */
    text-align: left;
    float: left;
    margin-top: 4px;
}

.logo{
	width: 506px; /* org 88.3% */
	float:left;
	text-align:center;
}
.search{
    width: 40px; /* org 7% */
    float: right;
    text-align: right;
}
/*-------------------------------
sub_header
-------------------------------*/
.sub_header {
	height:50px;
	text-align:center;
    margin-top: 76px;
	}
	
.bg_clr_1 {
	background-color:#2aa9a7;
	}
.nav_header {
	background-color:#FFF;
	margin:79px 0 0 0;
	border-bottom:1px solid #afaeaa;
	}
.nav_header p {
	color:#d7d6d4;
	padding:15px 0;
	}
.sub_header p {
    display: inline-block;
    letter-spacing: 10px;
    padding: 10px 0 0 10px;
    color: #FFF;
	}
.sub_header img {
	display:inline-block;
	}
	
.search_result {
    text-align: center;
    padding: 50px 0;
    border-bottom: solid 1px #b9b8b5;
    font-size: 30px;
	}
/*-------------------------------
footer
-------------------------------*/
footer {
	background:#e65f04;
	width:640px;
	height:80px;
	position: fixed;
	bottom:0;
	}
  
  
footer a {
    display: block;
    margin-left: -4px;
    float: left;
}
 
  
  
  
  
  
  
  
  
  
  
  
