@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: #de6a1c;}
a:visited { color: #de6a1c;}
a:hover   { opacity: 0.7;}
h1 {
	font-size: 42px;
	font-size: 4.2rem;
}
h2 {

}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}

/*  other  */
body img,
body iframe {
	max-width: 100%;
}





/*

    Header

*/

/*  layout  */
header.global {
	margin-bottom: 2em;
	padding-top: 65px;
	background-color: #ffffff;
}
header.global .sitetop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
header.global .tool {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #ffffff;
	border-bottom: 1px #eeeeee solid;
	padding: 20px 0;
	z-index: 50;
}

/*  sitetop  */
header.global .sitetop a {
	display: block;
	padding: 0 10px;
}
header.global .sitetop a img {
	display: block;
	height: 65px;
	transition: all 0.1s linear;
}
header.global .sitetop.scroll a img {
	height: 45px;
}

/*  account  */
header.global .tool a.account {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 45px;
	height: 45px;
	background-image: url('images/account.btn.png');
	background-size: 45px auto;
	overflow: hidden;
	cursor: pointer;
}
header.global .tool a.account span {
	display: block;
	padding-top: 50px;
}

/*  account  */
#c_account {
	display: none;
	position: fixed;
	top: 55px;
	right: 10px;
	padding-top: 10px;
	background-image: url('images/account.triangle.png');
	background-position: right top;
	z-index: 80;
}
#c_account dl {
	margin: 0;
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 2px rgba(0,0,0,0.075) solid;
	border-right: 1px rgba(0,0,0,0.075) solid;
	font-size: 1.5rem;
}
#c_account dl dt {
	font-weight: normal;
}
#c_account dl dd {
	margin: 0 0 0.5em;
	font-size: 1.1rem;
	color: #666666;
}





/*

    Contents

*/

/*  layout  */
#c_content {
	max-width: 1020px;
	margin: 0 auto;
	padding-bottom: 45px;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	background-color: #f2f2f2;
}
footer.global .container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

/*  navigation  */
footer.global nav.sub {
	float: left;
	width: 80%;
}
footer.global nav.sub ul li {
	float: left;
	margin-right: 30px;
	line-height: 20px;
}
footer.global nav.sub ul li a {
	color: #666666;
	font-size: 1.3rem;
}

/*  logo  */
footer.global small {
	display: block;
	float: right;
	width: 180px;
}
footer.global small img {
	display: block;
}
