/*

    Font styles

*/

/*  color  */

/*  form  */
input[type=radio],
input[type=chexkbox] {
	margin-right: 0.5em;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
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: #0099cc;
	-webkit-tap-highlight-color: rgba(0,0,0,0.5);
}

/*  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  */
img {
	-webkit-touch-callout: none;
}
input[type=text], input[type=password], input[type=submit], input[type=date], input[type=email], button, textarea, select {
	-webkit-user-select: auto;
	-webkit-appearance: none;
	border-radius: 0;
}





/*

    Header

*/

/*  layout  */
header.global {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px #cccccc solid;
}
header.global h1 {
	flex-shrink: 0;
}

/*  site top  */
header.global h1 {
	font-family: 'Times New Roman', serif;
	font-size: 2.8rem;
	line-height: 1;
}
header.global h1 a {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
}
header.global h1 a.tel {
	padding: 0.25em 0.25em 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/*  menu  */
header.global div.menu span.client {
	display: none;
}
header.global div.menu a {
	display: inline-block;
	margin-left: 1em;
	padding-top: 26px;
	background-position: center top;
	background-size: 24px auto;
	color: inherit;
	font-size: 1.1rem;
}
header.global div.menu a.registration { background-image: url('images/registration.png');}
header.global div.menu a.login { background-image: url('images/login.png');}
header.global div.menu a.logout { background-image: url('images/logout.png');}
header.global div.menu a.mypage { background-image: url('images/mypage.png');}






/*

    Content

*/

/*  layout  */
#contents {
	margin: 10px;
	padding-bottom: 1em;
}






/*

    Footer

*/

/*  layout  */
footer.global {
	padding: 10px;
	border-top: 1px #cccccc solid;
	font-size: 1.3rem;
}
footer.global div.notes {
	margin: -10px -10px 10px;
	padding: 10px;
	border-bottom: 1px #cccccc solid;
}

/*  common  */
footer.global p.notes {
	font-size: 1.0rem;
	color: #666666;
}

/*  notes  */
footer.global div.notes {
	font-size: 0.9rem;
	line-height: 2;
}

/*  logo  */
footer.global div.logo {
	font-family: 'Times New Roman', serif;
}
footer.global div.logo img {
	width: 45px;
	margin-right: 0.5em;
	vertical-align: middle;
}

/*  hour  */
footer.global div.hour {
	padding: 0.5em 0;
}
footer.global div.hour p {
	line-height: 1.5;
}
footer.global div.hour p.notes {
	line-height: 2;
}

/*  tel  */
footer.global div.tel {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #cccccc solid;
	text-align: right;
}
footer.global div.tel a {
	color: inherit;
	font-family: 'Times New Roman', serif;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	font-weight: bold;
}

/*  copyright  */
footer.global small {
	display: block;
	padding: 0.5em 0;
	text-align: right;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-size: 1.8rem;
}
