@charset "UTF-8";
/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

    for iPhone style.
*/

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, header, footer, section, nav, aside {
  display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
body {
  color: #000;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.5;
}

/* --------------------------------------------------
	entry
-------------------------------------------------- */
.entryHeader{
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
}

.entryHeader .info,
.entryHeader .date{
	font-size: 11px;
}

.entryHeader h1{
	margin: 5px 0;
}

.entry{
	line-height: 1.5;
	font-size: 13px;
}

.entry .youtubeViewer{
	display: block;
	margin: 1em auto;
}

.entry section{
	margin: 1em 0;
}

.entry img{
	max-width: 100%;
}

.entry p{
	margin: 1em 0;
}

.entry h1 + p{
	margin-top: 0;
}

.authorInfo{
	border: 1px solid #999;
	padding: 1em;
	background: #e7e7e7;
}

.authorInfo h1 {
	margin-bottom: 10px;
}

.authorInfo p:last-child {
	margin-bottom: 0;
}

.authorInfo .ci {
	vertical-align: middle;
	display: table-cell;
}

.authorInfo .ci img{
	vertical-align: middle;
	margin-right: 5px;
}

/* --------------------------------------------------
	home
-------------------------------------------------- */
#home{}

#home > header {
	background: url(../img/common/logo.png) 10px 0 no-repeat #fff;
	padding: 5px 10px 10px 65px;
	line-height: 1.25;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
	min-height: 75px;
}

#home > header h1{
	font-size: 16px;
}

/* --------------------------------------------------
	CS5introduction
-------------------------------------------------- */
.CS5introduction{
	margin: 2em 0;
}

.CS5introduction > p.banner{
	position: relative;
	text-align: center;
}

.CS5introduction > p.banner img{
	max-width: 100%;
}

.CS5introduction .content{
	padding: .5em 1em;
	font-size: 13px;
}

.CS5introduction .content h2{
	font-size: 14px;
	margin-bottom: .25em;
}

.profile{
}
.profile.col2 ul {
	margin-right: 10px;
	margin-bottom: 10px;
}
.profile ul li{
	margin-bottom: 10px;
	list-style: none;
}
.profile ul li p{
	margin: 0;
	font-size: 11px;
}
.profile ul li .image{
	float: left;
	margin-right: 1em;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group, .siteInfo {
  *zoom: 1;
}

/* for ie6/7 */
.group:after, .siteInfo:after {
  content: "";
  display: block;
  clear: both;
}
