@charset "utf-8"; 

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
 	box-sizing: inherit;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: YakuHanJPs, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family: YakuHanJPs, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.05em;
	transition: all ease 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity ease 0.3s;
}

a:hover {
	opacity: 0.7;
}

/*
	表示切り替え
*/

span.for-pc {
	display: inline;	
}

span.for-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	span.for-pc {
		display: none;	
	}
	
	span.for-sp {
		display: inline;
	}
}

div.for-pc {
	display: block;	
}

div.for-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	div.for-pc {
		display: none;	
	}
	
	div.for-sp {
		display: block;
	}
}

/*
	表示領域
*/

.site {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

@media screen and (max-width: 600px) {
	.site {
		width: auto;
		padding: 0 4%;
	}
}


.site-s {
	margin: 0 auto;
	width: 840px;
	position: relative;
}


.site-xs {
	margin: 0 auto;
	width: 720px;
	position: relative;
}

/*
	ページトップ
*/

#pagetop {
	min-width: 1220px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 600px) {
	#pagetop {
		min-width: 320px;
		padding-bottom: 54px;
	}
}

/*
	ヘッダー
*/

#header {
	text-align: center;
	padding: 80px;
}

#header .logo {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: .1em;
}


/*
	フッター
*/

#footer {
	text-align: center;
	font-size: 12px;
	padding: 40px 0;
}

#footer nav {
	text-align: center;
	margin: 0 0 10px;
	line-height: 2;
}

#footer nav ul li {
	display: inline-block;
	padding: 0 10px;
}

#footer nav ul li {
	display: inline-block;
}

#footer .copyright {
	text-align: center;
	line-height: 2;
}



/*

*/

#content {
}

@media screen and (max-width: 600px) {
	#content {
	}
}
