@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic);

/*
----------------------------------------------------------

	HomeStyleCSS for http://www.planpot.jp/

----------------------------------------------------------
*/

html,body,p,h1,dl,dt,dd{
	margin:0;
	padding:0;
}

.fitWindow{
	overflow:hidden;
	height:100%;
}
.fitWindow #header{
	bottom:0;
}

body{
	background-color:#094;
}

#header{
	position:absolute;
	left:0;
	overflow:hidden;
	width:100%;
	height:60px;
	padding-top:10px;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	z-index:9;
}
#footer{
	padding:0 100px;
	height:60px;
	background-color:#d7d5d1;
}

#header h1{
	float:left;
	margin:0;
	margin-right:24px;
	padding:6px 32px;/* mac? */
	padding:18px 32px;
	padding-top:70px;
	background:url(../images/planpot-logo-typo.png) no-repeat 32px 28px;
	background-size: auto 14px;
	line-height:0.8;
	letter-spacing:-1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:xx-large;
	color:#000;
}
#header h1 sup{
	margin-left:0.25em;
	font-size:50%;
}
#header ul{
	margin:12px;
	list-style-type:none;
}
#footer ul li,
#header ul li{
	float:left;
}
#footer ul li a,
#header ul li span,
#header ul li a{
	display:block;
	padding:18px;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	color:#000;
}
#footer ul li.home a:after{
	margin-left:32px;
	content:"/";
}
#footer ul li a:hover,
#header ul li a:hover{
	color:#555;
}
#header ul li.current a{
	color:#094;
}

#copyright{
	float:right;
	margin:30px 7px;
	text-align:right;
	font-weight:bold;
	font-size:x-small;
}
sup a{ text-decoration:none; }

/*
 * HOME
 */
body#home{
	background-color:#000;
}
#gmap{
	height:100%;
	background:#000 !important;
}
#google{
	margin-left:0.5em;
	font-weight:normal;
	color:#888;
}
/*
 * PROFILE
 */
#profile #main{
	/*width:80%;*/
	margin-left:auto;
	padding:32px;
	font-family:Helvetica, Arial, sans-serif;
}
#profile #main h1{
	margin:-0.35em 0 1em;
	font-size:x-large;
	color:#073;
}
#profile #main img{
	margin-bottom:0.5em;
	border:1px solid #fff;
}
#profile #main dl{
	float:left;
	margin-right:2em;
	margin-bottom:1em;
	font-size:small;
	line-height:1.5;
}
#profile #main dt{
	margin-top:0.5em;
	font-weight:bold;
	font-size:x-small;
}
#profile #main #about dt span.ja{
	font-family:KozMinPro-ExtraLight, '小塚明朝 Pro W3', serif;
	font-size:medium;
}
#profile #main #social{
	margin-top:0.6em;
}
#profile #main #history{
	clear:both;
	padding-top:1em;
	line-height:1.8;
	font-size:small;
}

/*
 * #contact
 */
#contactMail{
	position:fixed;
	top:50%;
	left:50%;
	z-index:256;
	width:400px;
	margin:-70px 0 0 -200px;
	background-color:#fff;
	line-height:80px;
	letter-spacing:0.05em;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size:36px;
}
#contactMail a{
	text-decoration:none;
	color:#000;
}

/*
 * #NOTE
 */
body#bloIndex,
body#blog{
	background-color:#fff;
}
body#blog #main{
	padding:100px 200px 0;
}
/*
 * #NOTE
 */
body#note{
	background-color:#e5e3df;
}
body#note #main{
	padding:100px 150px 0 230px;
}
body#note #main .section{
	position:relative;
	margin-bottom:50px;
}
body#note #main .section h1.quote,
body#note #main .section h1.title span{
	margin-bottom:0.5em;
	font-family:KozMinPro-ExtraLight, '小塚明朝 Pro W3', serif;
	font-size:xx-large;
}
body#note #main .section h1.title span.link{
	font-size:large;
}
body#note #main .section .meta{
	position:absolute;
	top:0;
	left:-100px;
	width:100px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:x-small;
}
body#note #main div.regular_post_body{
	line-height:1.8;
}
body#note #main .entryFooter{
	clear:both;
	padding-top:10px;
}
body#note #pagenation{
	height:1em;
}
body#note #pagenation li.prev,
body#note #pagenation li.next{
	position:absolute;
	top:0;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:small;
}
body#note #pagenation li.prev{
	left:0;
}
body#note #pagenation li.next{
	right:0;
}
