@charset "utf-8";
/* ===================================================================
CSS information

 style info :コンテンツエリア関係 他
=================================================================== */
@import url("default.css");

@font-face {
	font-family: 'APJapanesefont';
	src: url('APJapanesefont.eot');
	src: local('hide from IE'), url('APJapanesefont.ttf') format('truetype');
}

html {
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #333;
	font-size: .9em;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

section#about .moreText span,
a {
	color: #36f;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	background: rgba(255,255,255,0);
}

a:visited {
	color: #96f;
}

section#about .moreText span:hover,
a:hover {
	color: #d70c25;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	background: rgba(255,255,255,.7);
}

section#about .moreText span:active,
a:active {
	-webkit-transition: none;
	transition: none;
	position: relative;
	top: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: .1em;
}

hgroup * + * {
	font-size: 100%;
}

small {
	font-size: .8em;
	color: #454545;
}


/* radius */
#error404,
section#about .moreText span,
a,
.pageTop a,
aside#shortcut ul,
section h1,
section div.script {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#shortcut a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

/* pageTop */
#page:target:before {
	font-family:'APJapanesefont';
	content: "次に会う時は...高みだ";
	display: block;
	font-size: .9em;
	text-align: right;
	position: absolute;
	top: 13px;
	right: -130px;
	color: #000;
}

.pageTop {
	font-family:'APJapanesefont';
	position: fixed;
	right: 10px;
	bottom: 0;
	text-align: right;
	font-size: small;
}

.pageTop a {
	float: right;
	padding: 6px 12px;
	background: #fff;
	background: rgba(255,255,255,.5);
	/background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #333;
}

.pageTop a:before {
	content: "↑";
	margin-right: 5px;
}

.pageTop a:hover {
	background: #fff;
	padding: 12px 12px 6px;
}

.pageTop a:hover:before {
	position: relative;
	top: -3px;
}


/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
header#globalHeader {
	margin: 0 0 10px;
	padding: 0 3px;
	padding-top: 150px;
}

header#globalHeader hgroup {
	text-align: center;
}

header#globalHeader hgroup h1 {
	font-size: small;
}

header#globalHeader hgroup h1 a {
	color: #000;
}

header#globalHeader hgroup h1 a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}


header#globalHeader hgroup h2 {
	color: #666;
	font-size: 1.2em;
	font-family:'APJapanesefont';
	letter-spacing: .2em;
}

/* ナビゲーション
----------------------------------------------------*/
header#globalHeader nav {
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: none;
}

:root #globalHeader nav:after {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	z-index: 3;
	display: block;
	width: 100%;
	height: 50px;
	border-top: 5px solid #d70c25;
}

header#globalHeader nav h1 {
	display: none;
	bottom: 20px;
	left: 20px;
	color: #666;
	letter-spacing: 1px;
	font-size: .8em;
}

header#globalHeader nav ul {
	position: fixed;
	_position: absolute;
	top: 5px;
	z-index: 10;
	/zoom: 1;
	width: 688px;
	margin: 0 0 0 -3px;
	padding: 5px;
	background: #fff;
	background: rgba(255,255,255,.7);
	/border: 1px solid #ccc;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 3px 6px #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
}

header#globalHeader nav ul:after { content: ''; display: block; clear: both; }


header#globalHeader nav ul li {
	float: left;
	margin-right: 0;
	font-size: small;
	font-family: Georgia, "Times New Roman";
}

header#globalHeader nav ul li:hover {
	position: relative;
	top: 0;
	z-index: 15;
}

header#globalHeader nav ul li:last-child {
	margin-right: 0;
}

header#globalHeader nav ul li a {
	/zoom: 1;
	color: #333;
	padding: 2px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(255,255,255,.85);
	border: 1px solid #fff;
}

header#globalHeader nav ul li a:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(200,200,200,.4)), to(rgba(255,255,255,.7)));
	background-image: -moz-linear-gradient(top, rgba(200,200,200,.4) 0%, rgba(255,255,255,.7) 80%);
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #eee;
	border-bottom-color: #eee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: -1px -1px 0px #fff, 1px 1px 0px #fff;
}

header#globalHeader nav ul li a:before {
}

header#globalHeader nav ul li:first-child a:before {
	content: "";
	margin-right: 0;
}


/* ----------------------------------------------------
 section
---------------------------------------------------- */
section {
	position: relative;
	margin: 0px 0 180px;
	padding: 75px 5px 0;
}

section table,section ol,section ul,section dl,section blockquote,section pre,section p {
	margin-bottom: 1em;
}

section:target:before {
	position: absolute;
	top: 48px;
	right: 5px;
	content: "#"attr(id)"";
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	color: #666;
}

section h1 {
	margin: 0 -5px .9em;
	padding: 6px 16px 4px;
	background: #fff;
	/background: #fff;
	background: #d70c25;
	position: relative;
	top: 0;
	z-index: 7;
	color: #fff;
}

section:target h1:before {
	content: "→";
	margin-right: 3px;
}


section h2 {
	margin: 30px -5px 1em;
	padding: 7px 10px 5px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(200,200,200,.4)), to(rgba(255,255,255,.7)));
	background-image: -moz-linear-gradient(top, rgba(200,200,200,.4) 0%, rgba(255,255,255,.7) 80%);
	border-top: 5px solid #d70c25;
	border-bottom: 1px solid #ccc;
	text-shadow: 0 -1px 0 #fff;
}

section h1 + h2 {
	margin-top: 0;
}

section h3 {
	margin: 30px -5px 1em;
	padding: 0 0 0 10px;
	border-left: 5px solid #d70c25;
	line-height: 1.3;
}

section ul {
	margin-left: 22px;
}

section ul {
	margin-left: 22px;
}

section ol {
	margin-left: 25px;
}

section li {
	margin-bottom:5px;
}

section dl {
	margin-top: -5px;
}

section dl dt {
	margin-top: 10px;
}

section dl dt:before {
	content: "■";
	margin-right: 3px;
	color: #666;
}

section dl dd {
	margin-left: 1.2em;
}

section table {
	width: 100%;
}

section table th {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align: left;
}

section table th[scope="col"] {
	text-align: center;
	background: #f1f1f1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(rgba(200,200,200,.4)), to(rgba(255,255,255,.7)));
	background-image: -moz-linear-gradient(top, rgba(200,200,200,.4) 0%, rgba(255,255,255,.7) 80%);
}

section table td {
	padding: 10px 15px;
	border: 1px solid #999;
}

section table td.price {
	text-align: right;
}

section table th.total {
	text-align: right;
}

section div.script {
	margin: 0 -5px;
	padding: 0 10px;
	text-align: center;
	background: #fff;
}

section div.script iframe {
	margin-top: 10px;
}

section#about {
}

section#about .moreText span {
	font-size: .9em;
}

section#about .moreText span:before {
	content: "→";
	margin-right: 3px;
}



/*----------------------------------------------------
	shortcut
----------------------------------------------------*/
aside#shortcut {
	_display: none;
	position: fixed;
	top: 15px;
	right: 13px;
	z-index: 20;
}

aside#shortcut h1 {
	display: none;
}

aside#shortcut ul {
	/zoom: 1;
	list-style: none;
	width: 20px;
	padding: 10px 12px 1px;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}

aside#shortcut ul:after { content: ''; display: block; clear: both; }


aside#shortcut ul li {
	/zoom: 1;
	float: right;
	width: 18px;
	height: 18px;
	margin-bottom: 10px;
}

aside#shortcut ul li a {
	float: right;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	background: #fff no-repeat 1px 1px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

aside#shortcut ul li:first-child {
	margin-right: 0;
}

aside#shortcut ul li a:hover {
	border-color: #d70c25;
	-webkit-transform: rotate(0deg) scale(2);
	-moz-transform: rotate(0deg) scale(2);
	transform: rotate(0deg) scale(2);
	position: relative;
	top: 0;
	z-index: 2;
}

aside#shortcut ul li a[href*="css-happylife.com"] {
	background-image: url(../img/share/icon_chl.png);
}

aside#shortcut ul li a[href*="zero.css-happylife"] {
	background-image: url(../img/share/icon_zero.png);
}

aside#shortcut ul li a[href*="mt.underhat"] {
	background-image: url(../img/share/icon_mtuh.png);
}

aside#shortcut ul li a[href*="twitter.com"] {
	background-image: url(../img/share/icon_twitter.png);
}

aside#shortcut ul li a[href*="iddy.jp"] {
	background-image: url(../img/share/icon_iddy.png);
}



/*----------------------------------------------------
	404
----------------------------------------------------*/
.error404Body #page {
	position: relative;
}

.error404Body #page #globalHeader {
	position: relative;
	top: 0;
	z-index: 5;
}

.error404Body:after {
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	content: "404";
	color: #efefef;
	font-size: 3000%;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	text-align: center;
	text-shadow: -1px -1px 1px #bbb, 1px 1px 1px #fff;
	line-height: 1;
}


#error404 {
	position: relative;
	top: 0;
	z-index: 5;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(40deg) translate(80px,-180px);
	-moz-transform: rotate(40deg) translate(80px,-180px);
	transform: rotate(40deg) translate(80px,-180px);
	margin: 50px 0 100px;
	padding: 30px 30px 15px;
	background: rgba(255,255,255,0);
	opacity: 0.5;
}

.error404Body.on #error404,
#error404:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	background: rgba(255,255,255,.5);
	border: 1px solid #ccc;
	opacity: 1;
}


/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
footer#globalFooter {
	padding: 30px 0 80px;
}

footer#globalFooter p {
	letter-spacing: .1em;
	font-size: 1.2em;
	text-align: center;
}

footer#globalFooter p span {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}



