@charset "utf-8";

body {
  -webkit-text-size-adjust: 100%;
}

/* 初期化
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,per,ul,ol,form,div,caption,li,dt,dd{
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
img {
	margin:0;
	padding:0;
	border:0;
	}

/* float対策clear
------------------------------------------------------------*/
.clearfix {/*ie用*/
zoom: 100%;
}
.clearfix:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
/* Link
------------------------------------------------------------*/
a,
a:link{
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:none;
color:#000000;
}
/* Base Layout
--------------------------------------------------*/
html,body{
    position:relative;
	margin:0; padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	background:#f9f9f9;
	cursor:default;
	text-justify: distribute;
}
body {
	font-size:100%;
	-webkit-text-size-adjust: none;
	line-height: 160%;
}
#wrap {
	margin:0px auto;
	margin-left: auto;
	margin-right:auto;
}
.imghiddn {
/* \*/overflow: hidden; /* */
	text-indent: -1000em;
	background-repeat: no-repeat;
}
a:hover img {
	opacity:.8;
}
.opacity07 a:hover {
	opacity: 0.8;
}


/* Header
--------------------------------------------------*/
header {
	height: 50px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.logo {
	width: 100%;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/logo.png);
	background-size: 100px;
	background-position: 20px;
}
.logo a {
	display: block;
	height: 50px;
	width: 180px;
}
/* article
--------------------------------------------------*/
article{
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;

}
/* Pagetop
--------------------------------------------------*/
.pagetop {
	width: 100%;
	text-align: center;
}
.pagetop a {
	background-image: url(../img/btn_pagetop.png);
	background-size: 60px;
	height: 23px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.pagetop a {
	/* \*/overflow: hidden; /* */
	text-indent: -1000;
	background-repeat: no-repeat;
	display: block;
}
/* Footer
--------------------------------------------------*/
footer {
	padding: 0px;
	background-color: #999;
	width: 100%;
	margin-top: 20px;
}
.ft_list {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ft_link1 a {
	color: #FFF;
}
.ft_link2 a {
	color: #FFF;
}
.ft_link1 a:hover {
	background-color: #c2c2c2;
}
.ft_link2 a:hover {
	background-color: #c2c2c2;
}
.ft_link1 {
	width: 100%;
	font-size: 88%;
	background-color: #a5a5a5;
	margin-bottom: 2px;
	display: block;
	line-height: 200%;
	text-align: center;
}
.ft_link2 {
	width: 100%;
	font-size: 88%;
	background-color: #a5a5a5;
	margin-bottom: 20px;
	display: block;
	line-height: 200%;
	text-align: center;
}
.ft_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 78%;
	text-align: center;
	width: 100%;
	color: #505468;
}
.ft_fb {
	text-align: center;
	width: 100%;
}
.fb_sec {
	text-align: right;	
}
