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

/*----------------------------------------------------*/ 
/* Base
-----------------------------------------------------*/ 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

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

li {
	list-style:none;
}

img {
	vertical-align:bottom;
	line-height:1;
	max-width:100%;
	height:auto;
}

html {
	font-size:62.5%; /* sets the base font to 10px for easier math */
}

@font-face {
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face {
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face {
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face {
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face {
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}

body {
	background:#FFF;
	color:#474747;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:1.6rem;
	line-height:1.4;
	overflow-x:hidden;
}

body, html {
	min-width:960px;
}

@media only screen and (max-width:959px) {
	
body, html {	min-width:0;}

}


a:link {	color:#474747;	text-decoration:none;}
a:visited {	color:#474747;	text-decoration:none;}
a:hover {	color:#474747;	text-decoration:none;}
a:active {	color:#474747;	text-decoration:none;}

p {	line-height:1.7;}
#header p, #footer p {	margin-bottom:0;}
a img {	transition:all .3s ease;}
a:hover img {	opacity:.8;}

@media only screen and (max-width:959px) {
	
body {	font-size:1.4rem;}

}



/*----------------------------------------------------*/ 
/* structure
-----------------------------------------------------*/ 
#container {
	width:100%;
}

#footer {
	clear:both;
	padding:20px 0 40px;
	text-align:center;
}

#footer dt {
	line-height:1;
	margin-bottom:25px;
	padding-top:100px;
}

#footer dd {
	font-size:1.4rem;
	line-height:1.6;
}

@media only screen and (max-width:959px) {

#container {
	box-sizing:border-box;
	padding:0;
}

}

@media only screen and (max-width:767px) {

#footer dt {
	padding-top:70px;
}

#footer dd {
	font-size:.8rem;
}

}

/*----------------------------------------------------*/ 
/* cmn
-----------------------------------------------------*/ 






