/*
Theme Name: 高濱英俊
Author: imagista
Description: Design for 高濱英俊
*/

@charset "utf-8";

/* Reset-----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-weight: normal;
}

/* Base-----------------------------------------------------------*/

a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a[name] {
	text-decoration: none;
}

a:hover {
	filter:alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
	zoom:1;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	vertical-align: top;
}

/* Layout-----------------------------------------------------------*/

body {
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.15em;
	color: rgba(0,0,0,0.8);
	border: none;
	width: 100%;
	padding: 0;
	background: rgba(255,255,255,1);
}

header {
	position: fixed;
	inset: 0;
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	height: 24px;
	border-bottom: 1px solid rgba(0,0,0,1);
	z-index: 1000;
}

#container  {
	width: 100%;
	margin: 0 auto;
}

#title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 24px;
	color: rgba(0,0,0,1);
}

#contents {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	background: no-repeat bottom  url("../images/hidetoshi_takahama-background.jpg");
	background-size: 100%;
}

#main {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}

footer {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: auto;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	font-size: 12px;
	background: rgba(255,255,255,1);
}

/* Fonts-----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	padding-top: 40px;
}

h2 {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 40px;
}

h3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

/* Header-----------------------------------------------------------*/

header ul {
	margin: 0 auto;
	display: table;
}

header li {
	float: left;
	padding: 4px 8px;
}
/*
header a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
*/
/* Footer-----------------------------------------------------------*/



/* Title-----------------------------------------------------------*/
/*
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 30px solid rgba(255,255,255,0.3);
	border-bottom: 0;
	margin: 0 auto;
}

.sankaku {
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-left: 5px solid rgba(255,255,255,1);
	border-top: 1px solid rgba(0,0,0,1);
}
*/

.triangle_border {
	position: relative;
	border-top: 1px solid rgba(0,0,0,1);
}

.triangle_border:before,
.triangle_border:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	margin-top: -41px;
}

.triangle_border:before{
	top: 41px;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 30px solid rgba(0,0,0,1);
	border-bottom: 0;
}

.triangle_border:after{
	top: 39px;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 30px solid rgba(255,255,255,1);
	border-bottom: 0;
	z-index: 10;
}

/* Works-----------------------------------------------------------*/

figcaption {
	margin-top: 10px;
}

.slider-nav figure {
	padding: 0 4px;
}

/* Profile-----------------------------------------------------------*/

.profile {
	width: 100%;
	margin: 0 auto;
}

.profile th {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	padding: 2px 2px 6px 20px;
	width: 60px;
	text-align: left;
}

.profile td {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	padding: 2px 2px 6px 20px;
	text-align: left;
}

@media (max-width: 900px) {
	#main {
		width: 80%;
	}
	.profile {
		width: 90%;
	}
	.profile th {
		padding: 0px 0px 0px 0px;
		width: 96%;
		display: block;
	}
	.profile td {
		padding: 0px 0px 10px 20px;
		width: 96%;
		display: block;
	}
}

.public_collection {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	padding: 2px 2px 10px 20px;
	text-align: left;
	line-height: 26px;
}

/* Contact-----------------------------------------------------------*/

.contact {
	margin: 0 auto;
	margin-bottom: 30px;
}

.contact th {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	padding: 2px 2px 2px 0px;
	width: 180px;
	text-align: left;
	line-height: 30px;
}

.contact td {
	padding: 8px 2px 2px 20px;
}
.contact td input {
	padding: 2px;
	vertical-align: bottom;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	background: rgba(240,240,240,1);
	color: rgba(255,255,255,1);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,1);
}

.contact td textarea {
	padding: 2px;
	vertical-align: bottom;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	background: rgba(240,240,240,1);
	color: rgba(0,0,0,1);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,1);
}


.contact th.submit {
	text-align: center;
}

.contact th.subtitle {
	padding: 20px 0px 0px 0px;
}

@media (max-width: 900px) {
	.contact th {
		padding: 0px 0px 0px 0px;
		width: 100%;
		display: block;
	}
	.contact td {
		padding: 0px 0px 10px 20px;
		width: 100%;
		display: block;
	}
}

.submit input {
	font-size: 14px;
	line-height: 140%;
	background: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,1);
/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
*/
	padding: 4px 10px 2px 10px;
	cursor: pointer;
	margin-top: 20px;
}

.submit input:hover {
	background: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	cursor: pointer;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.msg {
	color: rgba(255,51,0,1);
}