@charset "utf-8";

/* -----------------------------------------------------------------------------------------
	ZOMAHOUN.com
	Style Sheet for Basic Setting
	Date: 2012-08
	All content (c) ZOMAHOUN.com
----------------------------------------------------------------------------------------- */

/* =page structure（レイアウトの基本設定）
----------------------------------------------------------------------------------------- */
html {
	min-width: 960px;
	height: 100%;
	font: 10px/1 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

body {
	height: 100%;
	text-align: center;
	color: #444;
	background: #F7F7F7;
	}

#pagetop {
	position: absolute;
	top: 0;
	left: -9999em;
	}

.mod {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 7em;
	background: rgba(255,255,255,.9);
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
	z-index: 9999;
	}

#content {
	width: 960px;
	text-align: left;
	margin: 0 auto 4em;
	overflow: hidden;
	}

	#mcol {
		position: relative;
		width: 530px;
		min-height: 750px;
		float: left;
		padding: 4em 50px;
		background: #FFF;
		}

		#root #mcol { padding-top: 10em; }

	#scol {
		width: 300px;
		float: right;
		margin: 3em 0 0;
		}

		#root #scol { margin: 0; }

#bottom {
	padding: 20px 0 6em;
	background: #000 url("/imglib/ui/bg_footer.png") repeat-x;
	}


/* =heading（見出しの設定）
----------------------------------------------------------------------------------------- */
h1 {
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.2;
	margin: 0 0 1em;
	}

h2 {
	font-weight: normal;
	font-size: 2em;
	line-height: 1.2;
	color: #655555;
	margin: 2em 0 1em;
	}

h3 {
	font-size: 1.6em;
	line-height: 1.4;
	margin: 2em 0;
	}

h4 {
	font-size: 1.4em;
	line-height: 1.4;
	color: #000;
	margin: 1.5em 0;
	}


/* =tags（各タグの基本設定）
----------------------------------------------------------------------------------------- */
p {
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0 0 2em;
	}

	p#gotop {
		position: fixed;
		top: 50%;
		margin: -24px 0 0;
		right: 10px;
		width: 48px;
		height: 48px;
		z-index: 9999;
		}

		p#gotop a {
			opacity: .5;
			outline: none;
			transition: opacity .2s ease;
			}

			p#gotop a:hover { opacity: 1; }

	p#vtip {
		display: none;
		position: absolute;
		padding: .3em .5em;
		left: 5px;
		font-size: 1.2em;
		color: #FFF;
		background-color: #402E2E;
		border: 1px solid #EEE;
		border-radius: 5px;
		z-index: 9999;
		}

	p#message {
		text-align: center;
		margin: 0 0 1.5em;
		padding: .5em 1em .1em;
		background: #FFF;
		background: linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		border: 1px solid #FFF;
		border-radius: 3px;
		}

	p.warning {
		text-align: center;
		margin: 5.85em 0 0;
		padding: 1.5em 25px;
		color: #FFF;
		background: #666;
		}

	p.date {
		font-family: Helvetica, Arial, sans-serif;
		margin: 0 0 .5em;
		border-bottom: 1px solid #999;
		}

		p.date img {
			margin: 0 0 0 .5em;
			vertical-align: middle;
			}

	p.more { font-weight: bold; }

		#content p.more a {
			display: block;
			color: #333;
			padding: .75em 0 .75em 35px;
			background: #F7F7F7 url("/imglib/tmp/linkmark.png") no-repeat 15px 50%;
			border: 1px solid #FFF;
			border-radius: 5px;
			}

			#content p.more a:hover {
				background-color: #FFF;
				border-color: #EEE;
				}

p#copyright {
	width: auto;
	float: right;
	line-height: 1.5;
	}

ul,ol,dl {
	text-align: left;
	margin: 2em 0 2em 20px;
	}

ol { margin: 2em 0 2em 30px; }

	ol.index { margin-left: 0; }

		ol.index li { font-size: 2em; }

dl {
	margin: 2em 0;
	overflow: hidden;
	}

li,dt,dd {
	font-size: 1.2em;
	line-height: 1.8;
	}

li li { font-size: 1em; }

dt { font-weight: bold; }

	dl.datalist dt,
	dl.datalist dd {
		font-size: 1.4em;
		float: left;
		}

	dl.datalist dt {
		clear: both;
		width: 5em;
		float: left;
		}

	dl.datalist dd { width: auto; }

		dl.datalist dd:before { content: ": " }

ul.external,
ul.pdf {
	list-style-type: none;
	margin: 0 0 1em;
	}

	ul.external li {
		margin: 0 0 .5em;
		padding: 0 0 0 21px;
		background: url("/imglib/tmp/linkmark_external.png") no-repeat 0 0;
		}

	ul.pdf li {
		margin: 0 0 .5em;
		padding: 0 0 0 23px;
		background: url("/imglib/tmp/icon_pdf_s.png") no-repeat 0 50%;
		}

table {
	width: 100%;
	margin: 0 0 2em 1px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #444;
	}

th,td {
	font: 1.2em/1.8 Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	}

th {
	width: 9em;
	padding: .5em 0;
	font-size: 1.3em;
	line-height: 1.6;
	white-space: nowrap;
	background: url("/imglib/tmp/border2px.gif") repeat-x 0 0;
	border-bottom: 1px solid #444;
	}

td {
	padding: .5em 0 .5em 1em;
	border-bottom: 1px solid #444;
	}

img { vertical-align: top; }

em {
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}


/* =class（各汎用クラスの設定）
----------------------------------------------------------------------------------------- */
span.new {
	display: none;
	}

	dt span.new img {
		margin: 0 0 0 5px;
		vertical-align: middle;
		}

.en { font-family: Helvetica, Arial, sans-serif; }

.aural {
	position: absolute;
	top: 0;
	left: -9999em;
	}

.print { display: none; }


/* =links（リンクの設定）
----------------------------------------------------------------------------------------- */
#content a {
	color: #0197B0;
	border-bottom: 1px dotted #0197B0;
	}

	#content a:hover { border-bottom-style: solid; }


/* =#masthead （ヘッダーの設定）
----------------------------------------------------------------------------------------- */
#masthead .mod { position: relative; }

#masthead h1 {
	width: 276px;
	float: left;
	margin: 10px 0;
	}

ul#lang {
	float: left;
	margin: 2.25em 0 0 24px;
	list-style-type: none;
	border: 1px solid #EEE;
	border-radius: 6px;
	overflow: hidden;
	}

	ul#lang li {
		float: left;
		font-family: 'Lato', sans-serif;
		}

		ul#lang li a {
			diplay: block;
			float: left;
			padding: .25em 1em;
			color: #999;
			transition: all .2s ease;
			}

			ul#lang li a:hover { color: #000; }

			ul#lang li:first-child a,
			ul#lang li a:active {
				color: #000;
				background: rgba(245,236,225,.5);
				box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.2);
				text-shadow: 0 1px 0 #FFF;
				}

#masthead nav {
	float: right;
	border-right: 1px solid #EEE;
	overflow: hidden;
	}

	#masthead nav ul {
		width: auto;
		float: right;
		margin: 0;
		}

	#masthead nav li {
		min-width: 119px;
		float: left;
		line-height: 1.6;
		text-align: center;
		}

		#masthead nav li span {
			display: block;
			font-family: 'Lato', sans-serif;
			font-size: 1.2em;
			text-transform: uppercase;
			letter-spacing: 1px;
			}

		#masthead nav li a {
			display: block;
			min-width: 99px;
			min-height: 55px;
			padding: 15px 10px 0;
			float: left;
			color: #999; 
			text-align: center;
			border-left: 1px solid #EEE;
			transition: all .2s ease;
			}

			#masthead nav li a:hover { color: #000; }

			#masthead nav li a:active {
				color: #000;
				background: rgba(245,236,225,.5);
				box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,.2);
				text-shadow: 0 1px 0 #FFF;
				}


/* =#content（メインコンテンツの設定）
----------------------------------------------------------------------------------------- */
#titlebase {
	width: 100%;
	background: #D8D7D5;
	}

	#titlebase h1 {
		width: 960px;
		height: 10.75em;
		margin: 0 auto;
		background: url("/imglib/tmp/bg_h1.png") no-repeat 0 100%;
		}

	#titlebase img {
		width: 300px;
		margin: 5.55em 0 0 660px;
		}

section h1:first-child {
	font: 2em/1.5 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}

	section h1:first-child span {
		display: block;
		font: bold .6em/1 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		}

#extratitle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #EFEFEF;
	border-bottom: 1px solid #FFF;
	}

	#extratitle h1 {
		color: #333;
		margin: .5em 50px .75em;
		}

	#extratitle ul {
		position: absolute;
		display: table;
		margin: -43px 0 0 360px;
		list-style-type: none;
		}

	#extratitle li {
		display: table-cell;
		line-height: 1;
		padding: 0 0 0 10px;
		}

#root #mcol h2,
#news #mcol h2 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 1.5em;
	}

#root #mcol h3,
#news #mcol h3 {
	font-size: 1.4em;
	margin: 0 0 .5em;	
	padding: .5em 10px .3em;
	background: #F7F7F7;
	}

	#root #mcol aside h3,
	#news #mcol aside h3 {
		font-size: 1.4em;
		line-height: 1.4;
		margin: 0 0 .5em;
		padding: 0 0 .7em;
		text-shadow: 1px 1px 0 #FFF;
		background: url("/imglib/tmp/border_news.png") no-repeat 50% 100%;
		}

article {
	margin: 0 0 3em;
	overflow: hidden;
	}

	article h1 span {
		display: inline-block;
		font-weight: normal;
		font-size: .5em;
		font-family: 'Lato',sans-serif;
		text-transform: uppercase;
		}

	article aside {
		margin: 0 0 1.6em;
		padding: 2.5em 30px 1.3em;
		background: #FAF8F9;
		border: 1px solid #F2F2F2;
		border-radius: 4px;
		}

#scol h1 {
	padding: .5em 20px .75em;
	color: #EFEFEF;
	background: #666;
	border-bottom: 1px solid #FFF;
	}

#scol dl {
	margin: 0;
	padding: 2em 20px;
	background: #EFEFEF;
	border-bottom: 1px solid #FFF;
	}

#scol dt {
	width: 65px;
	float: left;
	}

	#scol dt img { width: 65px; }

#scol dd {
	width: 175px;
	float: right;
	line-height: 1.6;
	margin: 0 0 1em;
	}

	#scol dd:last-child { margin: 0; }

#scol p { margin: 2.5em 0 0; }

	#scol p a {
		display: block;
		width: 300px;
		height: 134px;
		background: url("/imglib/tmp/cd.png") no-repeat 0 0;
		border: none;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		}

		#scol p a:hover { border: none; }


/* =#bottom（フッターの設定）
----------------------------------------------------------------------------------------- */
#bottom nav {
	float: left;
	margin: 0 0 4em;
	}

#bottom ul {
	clear: both;
	margin: 0;
	padding: 0 0 20em;
	list-style-type: none;
	overflow: hidden;
	}

	#bottom nav ul { padding: 0; }

#bottom li {
	float: left;
	margin: 0 5px 0 0;
	opacity: .5;
	transition: opacity .2s ease;
	}

	#bottom li:hover { opacity: 1; }

	#bottom nav li {
		font: 1.2em/1.2 Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #FEFEFE;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px dotted #999;
		opacity: 1;
		}

		#bottom nav li.en { border: none; }

		#bottom nav li a { color: #999; }

			#bottom nav li a:hover { color: #CCC; }

small {
	font-size: .95em;
	font-family: Helvetica, Arial, sans-serif;
	color: #AAA;
	vertical-align: baseline;
	}

	small span { text-transform: uppercase; }


/* =#toggle（iPhone用ナビの設定）
----------------------------------------------------------------------------------------- */
#toggle {
	font-family: HiraKakuProN-W6, sans-serif;
	font-size: 6rem;
	margin: 0;
	}

	#toggle a {
		display: block;
		color: #999;
		background: #000;
		text-align: center;
		margin: 0;
		padding: 1em 0;
		}


/* =#root（トップページの設定）
----------------------------------------------------------------------------------------- */
#intro { background: #FEFEF7 url("/imglib/tmp/bg_intro.png") 0 1px; }

	#intro .mod {
		min-height: 560px;
		background: url("/imglib/tmp/zomahoun.gif") no-repeat 30px 9em;
		}

#keycopy {
	width: 540px;
	margin: 220px 0 0 410px;
	}

	#keycopy h2 { margin: 0 0 30px; }

		#keycopy h2 img { width: 384px; }

	#keycopy p {
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0;
		padding: 0 0 1em;
		}

#lead {
	margin: 0 0 2em;
	background: #D2E8E4 url("/imglib/ui/subtile.png") repeat 50% 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}

	#lead section {
		width: 320px;
		float: left;
		}

		#lead section a {
			display: block;
			width: 290px;
			padding: 3em 15px;
			background: #D2E8E4 url("/imglib/ui/subtile.png") 0 0;
			transition: background .8s ease;
			opacity: .7;
			}

			#lead section a:hover {
				opacity: 1;
				background-position: 0 -300px;
				}

		#lead section h2 {
			font: normal 2.8em/1.1 'Oswald', sans-serif;
			color: #000;
			margin: 0 0 .25em;
			padding: 0 0 .25em;
			background: url("/imglib/tmp/linkmark_w.png") no-repeat 100% 50%;
			border-bottom: 1px solid #FFF;
			text-shadow: 0 1px 0 #FFF;
			}

		#lead section p {
			text-align: justify;
			text-justify: inter-ideograph;
			margin: 0;
			}


/* =#profile（プロフィールの設定）
----------------------------------------------------------------------------------------- */
#parents dl {
	width: 250px;
	float: left;
	margin: 0 30px 1em 0;
	}

	#parents dl:last-child { margin: 0; }

#parents dt {
	font-size: 1.4em;
	margin: 0 0 .5em;
	}

#parents strong {
	display: block;
	font: normal 1.4em/1.1 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: .75em 0;
	}


/* =#speech（スピーチの設定）
----------------------------------------------------------------------------------------- */
#speech #mcol h2:first-child {
	font: 2em/1.5 'lato', sans-serif;
	text-transform: uppercase;
	margin: 0;
	}

#speech article header { margin: 8em 0 4em; }

#speech article header h1 {
	font-size: 2em;
	margin: 0 0 .5em;
	}

	#speech article#sp01 header h1 { font-family: Helvetica, Arial, sans-serif; }
	#speech article section header h1 { font-size: 2.4em; }

		#speech article#sp01 section header h1 { text-transform: uppercase; }

	#speech article#sp01 p {
		text-align: justify;
		text-justify: inter-ideograph;
		}

	#speech article#sp02 p {
		font-size: 1.3em;
		line-height: 1.5;
		margin: 0 0 1.5em;
		}

#speech #mcol section {
	margin: 0 0 2em;
	padding: 4em 30px;
	background: #F7F7F7;
	}

	#speech article section header { margin: 0 0 6em; }
	#speech article section footer { margin: 6em 0 0; }


/* EOF
----------------------------------------------------------------------------------------- */
