@charset "UTF-8";

/* =======================================
    
    hamashun.com css file (Ver.3)
    
======================================= */


/* =======================================
   asaduke css
======================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area,
/* input, select, button, optgroup, option, textarea, */
menu, hr, address, small, strong, i, b,
article, aside, figure, footer, header, hgroup, legend, listing, nav, plaintext, section, xmp, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command,
datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, listing, menu, nav, plaintext, section, xmp, summary {
	display: block;
}

menu[type=context], command, datalist, source, rp {
	display: none;
}

ruby {
	display: ruby;
}

rt {
	display: ruby-text;
}

bdo[dir=ltr], bdo[dir=rtl] {
	unicode-bidi: bidi-override;
}

body {
	background: #fff;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}









/* =======================================
   site css
======================================= */
a {
	color: #06b;
}
a:hover {
	text-decoration: none;
}

body::before {
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	border-top: solid 15px #000;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 9999;
}

body {
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	background-image: url(/common/img/arrorw.png), url(/common/img/hamashun_bg.png);
	background-position: 295px 375px, 0 330px;
	background-repeat: no-repeat, no-repeat;
	background-attachment : fixed, fixed;
	color: #333;
	font-size: 13px;
	overflow-y: scroll;
	letter-spacing: 0.3px;
	/background: #fff url(/common/img/hamashun_bg.png) no-repeat 0 330px fixed;
}



/* Google Font API
======================================= */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Inconsolata, sans-serif;
}/* 'STHeitiJ-Medium' */

header h1,
div.contents > section h1 {
	font-family: 'Josefin Sans Std Light', sans-serif;
}




/* header
======================================= */
header {
	position: fixed;
	top: 265px;
	left: 37px;
}

	header hgroup {
		width: 330px;
		padding: 10px 0 10px 30px;
		border: solid 0 #333;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		background: #333;
		color: #fff;
		letter-spacing: 0;
	}

	header hgroup:after {
		content: '';
	  position: absolute;
	  left: 100px;
	  bottom: -24px;
	  width: 0;
	  height: 0;
	  border-top: 24px solid #333;
	  border-left: 30px solid #fff;
	}

		header h1 {
			font-size: 32px;
			text-shadow: -1.5px -1.5px 1px #aaa;
		}

			header h1 a {
				color: #fff;
				text-decoration: none;
			}

		header h2 {
			margin-left: 2px;
			font-weight: normal;
		}

	header nav {
		position: absolute;
		top: 240px;
		left: 260px;
		padding-top: 60px;
		background: url(/common/img/nav_top.png) no-repeat;
		-moz-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		letter-spacing: 2px;
	}

		header nav ul {
			padding-bottom: 63px;
			background: url(/common/img/nav_bottom.png) no-repeat left bottom;
		}

			nav li {
				margin-left: 20px;
				margin-bottom: 7px;
				text-transform: lowercase;
			}






/* contents
======================================= */
div.contents {
	margin-left: 420px;
	padding-top: 250px;
		padding-top: 270px;
	line-height: 1.5;
}

div.contents > section {
/* 	position: relative; */
/* 	padding-top: 20px; */
}

div.contents > section h1 {
	margin-bottom: -20px;
	margin-left: -20px;
	color: #000;
	font-size: 120px;
	text-shadow: 2px 2px 2px #999;
	text-transform: lowercase;
}

/*
div.contents section h1:before {
	content: "<---";
	font-size: 220px;
	position: absolute;
	top: 55px;
	left: -170px;
	letter-spacing: -0.4em;
	-moz-transform: rotate(330deg);
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}
*/

section .description {
	margin-bottom: 10px;
}

section dt {
	color: #7c724a;
}

section dd {
	margin: 0 0 15px 15px;
}


section li {
	margin-bottom: 5px;
}

	section li a {
		padding-left: 10px;
		background: url(/common/img/dot.png) no-repeat left center;
	}




section#me dt {
	text-shadow: 0.5px 0.5px 0.2px #dcdcdc;
}



section#works h2 {
	margin-top: 10px;
	color: #7c724a;
	text-shadow: 0.5px 0.4px 0.2px #ccc;
}

	section#works h3 {
		margin-left: 10px;
	}

section#works ul {
	margin: 0 0 15px 15px;
}



section#mylinks .description {
	margin-top: 20px;
}/* font-family 'Josefin Sans Std Light' */



section#contact a {
	font-weight: bold;
}







/* footer
======================================= */
footer {
	position: fixed;
	left: 10px;
	bottom: 10px;
	padding: 1px 3px;
	border: solid 1px #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.93);
}





/* =======================================
   mini window
======================================= */
body.miniWindow {
	background: #fff url(/common/img/hamashun_bg.png) no-repeat 0 130px fixed;
}

	body.miniWindow header {
		top: 65px;
	}

		body.miniWindow header hgroup {
			width: 320px;
		}

		body.miniWindow header nav {
			top: 120px;
			-moz-transform: rotate(345deg);
			-webkit-transform: rotate(345deg);
			transform: rotate(345deg);
		}

	body.miniWindow div.contents {
		padding-top: 50px;
	}

		body.miniWindow div.contents section h1:before {
			width: 0;
			height: 0;
			background: none;
		}





