@charset "utf-8";
/* CSS Document */

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	font-size: small;
}

a {
	color:#920784;
	text-decoration:none;
}

a:hover {
	color:#777;
	text-decoration:underline;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
p {
	color: #333;
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*==========================================
 基本レイアウト
===========================================*/
header, nav, #contents, footer {
	/*max-width: 980px;/*width: 980px*/
	margin: 0 auto 0 auto;
}
/*==========================================
 基本レイアウト
===========================================*/
header {
	width: 100%;
	height: 390px;
}
header .wrapper {
	position: relative;
	background: url(../../images/partners/bg_header.png) left top no-repeat;
	width: 952px;
	height: 336px;
	margin: 0 auto;
}
header .wrapper h1 {
	position: absolute;
	top: 140px;
	left: -9px;
}
header .wrapper p {
	position: absolute;
}
header .wrapper .hd_tel {
	top: 190px;
	right: 12px;
}
header .wrapper .hd_login {
	top: 276px;
	right: 54px;
	background-color: #fff;
}
header .wrapper .hd_img {
	top: 0;
	left: 85px;
}
header .wrapper .hd_logo {
	top: 23px;
	left: 22px;
	z-index: 100;
}

/* navgation */
#gnav {
	width: 952px;
	margin: 0 auto;
}
#gnav ul {}
#gnav ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#gnav ul li {
	float: left;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop a {
  display: block;
  z-index: 5;
  padding: 8px;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  background-color: #9d2c93;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*==========================================
 footer
===========================================*/
footer {
}
footer .wrapper {
	width: 952px;
	margin: 0 auto;
}
footer #ft01 {
	position: relative;
	background: url(../../images/partners/bg_footer.jpg) center top no-repeat;
	width: 952px;
	height: 323px;
	margin: 0 auto;
}
footer #ft01 .ft_logo {
	position: absolute;
	top: 26px;
	left: 84px;
}
footer #ft01 .ft_mark {
	position: absolute;
	top: 72px;
	left: 74px;
}
footer #ft01 ul {
	position: absolute;
	top: 91px;
	left: 220px;
	width: 318px;
}
footer #ft01 ul li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
footer #ft01 .ft_entrybtn {
	position: absolute;
	top: 16px;
	right: 84px;
	cursor: pointer;
}
footer #ft01 .ft_tel {
	position: absolute;
	bottom: 10px;
	left: 84px;
}
footer #ft02 {
	position: relative;
	background: url(../../images/partners/bg_company.jpg) center top no-repeat;
	width: 952px;
	height: 133px;
	margin: 0 auto;
}
footer #ft02 .ft2_logo {
	position: absolute;
	top: 22px;
	left: 84px;
}
footer #ft02 .ft2_here {
	position: absolute;
	top: 20px;
	right: 84px;
}
footer #ft02 .ft2_img {
	position: absolute;
	top: 44px;
	right: 84px;
}
footer #ft02 .ft2_copyright {
	position: absolute;
	bottom: 6px;
	width: 952px;
	color: #fff;
	text-align: center;
}
/* パンくずリスト
===========================================*/
ul#breadcrumb {
	padding: 5px 0;
	margin-left: 1rem;
	text-align: left;
}
ul#breadcrumb li {
	display: inline;
}
ul#breadcrumb li a {
	color: #000;
}

















