@charset 'UTF-8';

/*

    Base

*/

/*  font  */
body {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
#c_main {
	font-size: 16px;
	font-size: 1.6rem;
}
a { transition: all 0.1s linear;}
a:link    { color: #0099cc;}
a:visited { color: #0099cc;}
a:hover   { opacity: 0.7;}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}

/*  other  */
body img,
body iframe {
	max-width: 100%;
}





/*

    Header

*/

/*  layout  */
header.global {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background-color: #ffffff;
	z-index: 999;
}
header.global .container {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}

/*  page top  */
header.global .container .sitetop {
	display: block;
}
header.global .container .sitetop h1,
header.global .container .sitetop p {
	height: 85px;
	margin: 0;
	line-height: 1;
}
header.global .container .sitetop img {
	display: block;
	max-height: 100%;
}

/*  navigation  */
header.global .container nav.global {
	position: absolute;
	top: 35px;
	right: 15px;
}
header.global .container nav.global ul li {
	float: left;
	margin-left: 3em;
	font-family: 'Dosis', sans-serif;
}
header.global .container nav.global ul li a {
	color: #000000;
	letter-spacing: 0.15em;
	font-size: 1.5rem;
}





/*

    Contents

*/

/*  layout  */
#c_content {
	margin-top: 85px;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	background-color: #333333;
	color: #ffffff;
	font-size: 1.2rem;
}
footer.global .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 0;
}

/*  address  */
footer.global .container p {
	line-height: 2;
}
