/*

    Font styles

*/

/*  color  */

/*  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: #666699;
	-webkit-tap-highlight-color: #666699;
}

/*  body  */
body {
  -webkit-text-size-adjust: 100%;
}
body img,
body iframe {
	max-width: 100%;
}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}

/*  webkit  */
* {
	-webkit-user-select: none;
}
img {
	-webkit-touch-callout: none;
}
input[type=text], input[type=password], input[type=submit], button, textarea, select {
	-webkit-user-select: auto;
	-webkit-appearance: none;
	border-radius: 0;
}





/*

    Header

*/

/*  page top  */
header.global .container .sitetop {
	display: block;
}
header.global .container .sitetop h1,
header.global .container .sitetop p {
	margin: 0;
	line-height: 1;
}
header.global .container .sitetop img {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

/*  navigation  */
header.global .container nav.global ul {
	font-size: 0;
	letter-spacing: -10px;
}
header.global .container nav.global ul li {
	display: inline-block;
	width: 33.3%;
	margin: 0;
	padding-bottom: 0.5em;
	font-family: 'Dosis', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.15em;
	vertical-align: top;
}
header.global .container nav.global ul li a {
	color: #000000;
	font-weight: bold;
}
header.global .container nav.global ul li a span {
	display: none;
}




/*

    Content

*/






/*

    Footer

*/

/*  layout  */
footer.global {
	background-color: #333333;
	color: #ffffff;
	font-size: 1.2rem;
}
footer.global .container {
	padding: 10px;
}

/*  address  */
footer.global .container p {
	line-height: 1.75;
}