/*

    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: #000080;
	-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  */
body {
	padding-top: 60px;
}
header.global {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #bfd763;
}

/*  sitetop  */
header.global a.sitetop {
	display: block;
	float: left;
	width: 100px;
	padding: 10px;
}

/*  tool  */
header.global ul.tool {
	float: right;
}
header.global ul.tool li {
	float: left;
	margin: 2em 1em 0 1em;
	font-size: 1.1rem;
}
header.global ul.tool li a {
	color: #333333;
	font-weight: bold;
}





/*

    Content

*/

#c_main {
	margin: 10px;
	padding: 1em 0;
}





/*

    Footer

*/

/*  layout  */
footer.global {
	padding: 1em 0;
	background-color: #bfd763;
	font-size: 1.2rem;
	text-align: center;
}
