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


/*site.css*/


body {
	font-family:Arial, Roboto, "Droid Sans",  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #665f5c;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;

}

html,body {
	height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1, h2, h3, h4, p {	
	margin: 0;
	padding: 0;
	max-height:100%;
}

p{
	font-size:18px;
	line-height:1.8;
	
}

ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	max-height:100%;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:bottom;
}

a{
	color:#ffffff;
}

a:hover{
	text-decoration: none;
}



table{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse:collapse;
	border: 1px solid #333333;
}



small{
	font-size:12px;	
}

p,div,ul,dl,dd,li{

}
	
	
#Wrap{
	  height: 100%;/*背景をfixさせるcss*/
	  text-align:center;		
}	
	
#Footer{
	color: #ffffff;
	height: 700px;
	background-color: rgba(65,61,58,0.5);
	position:absolute;
	bottom:0;
	width:100%;
}	

#Footer h2{
	height: 40px;
}


#Footer footer{
	width:850px;
	padding:40px 65px 0px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}	



#Footer footer dd{
	font-size:18px;
	padding-left:15px;
	margin-bottom:10px;
	margin-top:12px;
}	


	
#FooterInfoL{
	width: 43%;
	float:left;
}
#FooterInfoL ul li{
	font-size:12px;
	margin-left:26px;
	list-style-type:disc;
	list-style-position:outside;
}

#Footer dt{
	font-size: 30px;
    background: url(../img/label.png) repeat;
    padding-left: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 40px;
}

#FooterInfoL dd a{
	font-size:25px;
	text-decoration:none;
}


#FooterInfoL dd.otoiawase a{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:block;
	margin-top:10px;	
	width:214px;
	height:56px;
	background:url(../img/otoiawase_btn.png) no-repeat;

}

#FooterInfoR{
	width: 43%;
	float:right;
}

#FooterInfoR .footerzukan a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:block;	
	width:270px;
	height:146px;
	background:url(../img/zukan_btn.png) no-repeat;
}		

#FooterInfoB {
	clear: both;
	padding-top: 15px;
}

#CopyRight{
	position:absolute;
	bottom:0;
	width:100%;
	background-color: rgba(65,61,58,0.7);
	text-align:center;
	padding:15px 0px 5px;
}

#CopyRight div{
	width:980px;
	margin:0 auto;
}

#CopyRight small{
	display:block;
	margin-top:10px;
	color:#DDD;
}