@charset "utf-8";

/* setting */

@font-face {
	font-family: 'KoushikiSans-R';
	src: url('../resource/KoushikiSans-Regular.eot?') format('eot'),
	url('../resource/KoushikiSans-Regular.woff') format('woff'),
	url('../resource/KoushikiSans-Regular.woff2') format('woff2'),
	url('../resource/KoushikiSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'KoushikiSans-L';
	src: url('../resource/KoushikiSans-Light.eot?') format('eot'),
	url('../resource/KoushikiSans-Light.woff') format('woff'),
	url('../resource/KoushikiSans-Light.woff2') format('woff2'),
	url('../resource/KoushikiSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'KoushikiSans-T';
	src: url('../resource/KoushikiSans-Thin.eot?') format('eot'),
	url('../resource/KoushikiSans-Thin.woff') format('woff'),
	url('../resource/KoushikiSans-Thin.woff2') format('woff2'),
	url('../resource/KoushikiSans-Thin.ttf') format('truetype');
}

.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

.cf {
    zoom:1;
}

/* basic */

body {
	color: #000000;
}

a {
	outline:none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover,
a:active  {
	color: #CCCCCC;
	text-decoration: none;
}

a span {
    display: none;
}

strong {
	font-weight: bold;
}

div#container {
	width: 940px;
	margin: 0 auto 0 auto;
}

/* header */

header {
	height: 14px;
	margin: 40px 80px 0px 80px;
}

header h1 {
	font-family: 'KoushikiSans-R';
	font-size: 13px;
	float: left;
}

header ul {
	font-family: 'KoushikiSans-R';
	font-size: 13px;
	float: right;
}

header ul li {
	margin: 0 0 0 10px;
	float: left;
}

header ul li a {
	color: #CCCCCC;
	cursor: pointer;
}

header ul li a.current {
	color: #000000;
}

/* contents */

section {
	margin: 120px 80px 0px 80px;
}

section h2 {
	font-family: 'KoushikiSans-R';
	font-size: 28px;
	letter-spacing: 3px;
	margin: 0px 0px 50px 0px;
	float: left;
}

section h3 {
	font-family: 'KoushikiSans-R';
	font-size: 20px;
	letter-spacing: 2.5px;
	margin: 50px 0px 18px 0px;
}

section h3.hr {
	padding: 50px 0 0 0;
	border-top: 1px dotted #000000;
}

section ul.weight {
	float: right;
	margin-top: 7px;
	_zoom: 1;
}

section ul.weight:after {
  content: "";
  clear: both;
  display: block;
}

section ul.weight li {
	font-family: 'KoushikiSans-R';
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 6px 0 6px 0;
	float: left;
}

section ul.weight li:nth-child(1) {
	font-family: 'KoushikiSans-T';
}

section ul.weight li:nth-child(2) {
	font-family: 'KoushikiSans-L';
}

section ul.weight li:nth-child(3) {
	font-family: 'KoushikiSans-R';
}

section ul.weight li a {
	color: #CCCCCC;
	cursor: pointer;
	margin: 0 0 0 20px;
}

section ul.weight li a.current {
	color: #000000;
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #000000;
}

section ul.typeface {
	font-family: 'KoushikiSans-R';
	clear:both;
	font-size: 53px;
	line-height: 80px;
	letter-spacing: 12px;
	margin: 0px 0px 80px 0px;
	word-wrap: break-word;
}

section p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;
}

section a {
	margin: 0px 3px 0px 3px;
	font-weight: bold;
}

section p.btn {
	margin: 50px 0px 20px 0px;
}

section p.btn a {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 15px 25px 15px 25px;
	border: 1px solid #000000;
}

section p.btn a:hover {
	font-size: 14px;
	letter-spacing: 2px;
	color: #000000;
	padding: 15px 25px 15px 25px;
	border: 1px dotted #000000;
}

section p.compl {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 20px 0px 20px 0px;
}

section dl {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0px 0px 8px 0px;
}

section dl dt {
	font-family: 'KoushikiSans-L';
	font-size: 15px;
	letter-spacing: 1px;
	width: 160px;
	float: left;
}

section dl dd {
	float: left;
}

/* footer */

footer {
	margin: 100px 80px 60px 80px;
}

footer small {
	font-size: 11px;
	letter-spacing: 2px;
}


/* layout */

@media (min-width: 641px) {
	.full {
		display: block;
	}
	.mobile {
		display: none;
	}
}

@media (max-width: 960px) {
	div#container {
		width: inherit;
	}
}
@media (max-width: 640px) {
	.full {
		display: none;
	}
	.mobile {
		display: block;
	}
	header h1 {
		width: inherit;
		display: block;
	}
	section ul.weight {
		float: inherit;
		margin-left: -20px;
		margin-top: 32px;
		margin-bottom: 32px;
		text-align: center;
	}
	section ul.weight li {
		font-size: 14px;
  	line-height: 14px;
		display: inline;
		float: inherit;
	}
	section {
		margin-top: 60px;
	}
	section h2 {
		display: block;
		float: inherit;
		margin-bottom: 16px;
	}
	section ul.typeface {
		font-size: 40px;
		line-height: 60px;
		letter-spacing: 10px;
		margin-bottom: 40px;
	}
	section p.btn {
		text-align: center;
	}
	footer {
	  margin: 48px 32px 32px 32px;
	}
}
@media (max-width: 480px) {
	header {
		margin-top: 32px;
		margin-right: 32px;
		margin-left: 32px;
	}
	section {
		margin-top: 48px;
		margin-right: 32px;
		margin-left: 32px;
	}
	section h2 {
		font-size: 20px;
		text-align: center;
	}
	section ul.typeface {
		font-size: 27px;
	  line-height: 42px;
	  letter-spacing: 8px;
	  padding: 0 0 0 0px;
	}
}
