/*

    Font styles

*/

/*  form  */
input[type=radio],
input[type=chexkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
input[type=text],
input[type=password],
textarea {
	font-size: 1.6rem;
}

/*  font  */
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333333;
}
#c_main {
	font-size: 1.4rem;
}
h1 { font-size: 2.1rem;}
h2 { font-size: 1.7rem;}
a {
	color: #de6a1c;
	-webkit-tap-highlight-color: rgba(255,255,255,0.4);
}

/*  body  */
body {
  -webkit-text-size-adjust: 100%;
}
body img,
body iframe {
	max-width: 100%;
}

/*  webkit  */
* {
	-webkit-user-select: none;
}
img {
	-webkit-touch-callout: none;
}
input[type=password], input[type=text], button, textarea {
	max-width: 100%;
	-webkit-user-select: auto;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=submit] {
	-webkit-appearance: none;
}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}





/*

    Header

*/

/*  layout  */
header.global {
	padding-bottom: 65px;
	border-bottom: 1px #eeeeee solid;
	background-color: #ffffff;
}
header.global .sitetop {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	z-index: 98;
	box-sizing: border-box;
}
header.global .tool {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 45px;
	height: 45px;
	z-index: 99;
}

/*  sitetop  */
header.global .sitetop a {
	display: block;
	margin-right: 80px;
}
header.global .sitetop img {
	display: block;
	height: 45px;
	transition: all 0.1s linear;
}

/*  account  */
header.global .tool a.account {
	display: block;
	width: 45px;
	height: 45px;
	background-image: url('images/account.btn.png');
	background-size: 45px auto;
	background-position: center center;
	overflow: hidden;
	z-index: 100;
}
header.global .tool a.account span {
	display: block;
	padding-top: 50px;
}

/*  account  */
#c_account {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	z-index: 98;
}
#c_account dl {
	margin: 0;
	padding: 15px 15px 1px;
	background-color: #f2f2f2;
	color: #666666;
	font-size: 1.5rem;
}
#c_account dl dt {
	font-weight: normal;
}
#c_account dl dt a {
	color: #666666;
}
#c_account dl dd {
	margin: 0 0 1em;
	font-size: 11px;
	font-size: 1.1rem;
	color: #666666;
}





/*

    Content

*/

/*  layout  */
#c_content {
	padding: 10px;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	background-color: #f2f2f2;
}
footer.global .container {
	padding: 10px;
	overflow: hidden;
}

/*  navigation  */
footer.global nav.sub {
	float: left;
	width: 50%;
}
footer.global nav.sub ul li a {
	color: #666666;
	font-size: 1.2rem;
}

/*  logo  */
footer.global small {
	display: block;
	float: right;
	width: 45%;
}
footer.global small img {
	display: block;
	margin-top: 10px;
}