@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	vertical-align: bottom;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: none;
}

/* common */
html {
	font-size: 62.5%;
	color: #333;
}
body {
	height: 100%;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bolder;
}
h3 {
	line-height: 2;
}
p, dl, dt, dd {
	font-size: 13px;
	font-size: 1.3rem;
}
dl {
	overflow: hidden;
	margin: 10px 0;
}
dt {
	float: left;
	clear: both;
	margin-right: 40px;
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	line-height: 2;
	word-break: break-all;
}
dd {
	float: left;
	overflow: hidden;
	width: 60%;
	line-height: 2;
	word-break: break-all;
}
.parent {
	margin: 60px auto;
	width: 80%;
	text-align: left;
}
.key_color {
	color: #6DE721;
}
.en {
	font-style: oblique; 
}
.indent-box {
	padding-left: 16px;
	padding-left: 1.6rem;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}

/* works */
#works ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-pack:start;
	-webkit-box-pack:start;
	-moz-box-pack:start;
}
#works li {
	padding: 10px 10px 10px 0;
	width: 25%;
	max-width: 256px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}
#works figure {
	width: 100%;
}
#works figure img {
	margin: 0 0 10px 0;
	width: 100%;
}
#works figcaption {
	font-size: 12px;
	font-size: 1.2rem;
}
#works a {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.0 !important;
}


h1 {
	z-index: 100;
	position: absolute;
	margin: 0;
	width: 100%;
	font-size: 0;
	background: url( "../images/kanetomi_logo.svg" );
	background-repeat: no-repeat;
	background-position: center;
}
#contents {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#top {
	position: relative;
	width: 100%;
	background: url( "../images/kanetomi.png" );
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
img.topimage {
	visibility: hidden;
	width: 100%;
}


@media (min-width: 1024px) {
	h1 {
		z-index: 100;
		position: absolute;
		margin: 0;
		width: 1024px;
		font-size: 0;
		background: url( "../images/kanetomi_logo.svg" );
		background-repeat: no-repeat;
		background-position: center;
	}
	#contents {
		overflow: hidden;
		margin: 0 auto;
		width: 1024px;
		text-align: center;
	}
	#top {
		position: relative;
		width: 100%;
		background: url( "../images/kanetomi.png" );
		background-repeat: no-repeat;
		background-position: center;
		-moz-background-size: cover;
		background-size: cover;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	img.topimage {
		visibility: hidden;
		width: 100%;
	}
}

@media (max-width: 705px) {
	h1 {
		z-index: 100;
		position: relative;
		margin: 20px 0;
		width: 100%;
		font-size: 0;
		background: url( "../images/kanetomi_logo.svg" );
		background-repeat: no-repeat;
		background-position: center;
		
		height: 22px !important;
		top: 0 !important;
	}
	#contents {
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	#top {
		width: 100%;
		background: url( "../images/kanetomi_sp.png" );
		background-repeat: no-repeat;
		background-position: center;
		-moz-background-size: cover;
		background-size: cover;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		
		height: 400px !important;
	}
	img.topimage {
		visibility: hidden;
		width: 100%;
	}
	
	/* narrow */
	dt {
		float: none;
		clear: both;
		margin-right: 0;
		width: 100%;
	}
	dd {
		float: none;
		width: 100%;
	}
	#works ul {
		display: block;
	}
	#works li {
		padding: 10px 0;
		width: 100%;
		max-width: 100%;
	}
}