@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: #0099cc;}
a:visited { color: #0099cc;}
a:hover   { opacity: 0.7;}

/*  common  */
.global ul,
.global li,
.global p {
	margin: 0;
	list-style: none;
}

/*  other  */
body img,
body iframe {
	max-width: 100%;
}





/*

    Header

*/

/*  layout  */
header.global {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 30px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	box-sizing: border-box;
}

/*  site top  */
header.global h1 {
	font-family: 'Times New Roman', serif;
	font-size: 3.8rem;
	line-height: 1;
}
header.global h1 a {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
}
header.global h1 a.tel {
	padding: 0.25em;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/*  menu  */
header.global div.menu a {
	display: inline-block;
	margin-left: 1em;
	padding-left: 30px;
	background-position: left center;
	background-size: 24px auto;
	color: inherit;
	line-height: 24px;
}
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');}





/*

    Contents

*/

/*  layout  */
#contents {
	max-width: 950px;
	margin: 0 auto;
	padding: 30px;
	border: 1px #cccccc solid;
	box-sizing: border-box;
}




/*

    Footer

*/

/*  layout  */
footer.global {
	max-width: 950px;
	margin: 0 auto;
	padding: 30px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	box-sizing: border-box;
}
footer.global div.notes {
	margin: -30px -30px 30px;
	padding: 15px 30px;
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
}

/*  common  */
footer.global p.notes {
	font-size: 1.2rem;
	color: #666666;
}

/*  notes  */
footer.global div.notes {
	font-size: 1.2rem;
	line-height: 2;
}

/*  logo  */
footer.global div.logo {
	font-family: 'Times New Roman', serif;
}
footer.global div.logo img {
	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: 15px;
	padding-top: 25px;
	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: 2.4rem;
	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: 2.4rem;
}




