@charset "utf-8";
/* CSS Document */
/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}


/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}


img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow-x:hidden;
	font-size:85%;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *: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;
}

/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -520px;
	right: 10px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 100px;
}

a {
text-decoration: none;
}

.header {
    width:100%;
    border-top: 4px solid #444;
	display: flex;
    justify-content: space-between;
    position:fixed;
	top:0;
	z-index:999;
	height:85px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:0 10px;
}
.logo{
	margin:17px 0 0;
}
.logo img{
	max-height:40px;
}




footer{
	background: url(../img/footer_back.jpg) no-repeat;
	background-size:cover;
	padding: 10px 0 20px;
}

.footer_logo img{
	width:50%;
	display: block;
	margin: 10px auto 20px;
}
p.footer_ad{
	text-align:center;
	color:#FFF;
	letter-spacing:3px;
	line-height:1.8;
	font-size:100%;
}
.sns{
	width:33%;
	margin:20px auto 0;
	display: flex;
    justify-content: space-between;
}
.copy p{
	background: #444;
	font-size: 77%;
	color:#fff;
	text-align:center;
	padding:10px 0;
}

