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

    for multiple desktop window.
*/
@import url(common.css);

#footer small,
#container {
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	margin: 0 auto;
	
    min-width: 310px;
	
	 }
#content,
#footer div {
	width: 100%;
	margin: 0 auto;
	
}

#header {
	position: relative;
	padding: 5px 0 0 65px;
	margin-bottom: 20px;
	min-width: 320px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

#siteName {
	position: absolute;
	top: 0;
	left: 10px;
}

#header .package{
	display: none;
}

#header .siteTitle {
	line-height: 1.25;
	text-decoration: none;
	color: #000;
}

#header .siteTitle h1 {
	font-size: 15px;
}

#header .siteTitle h2 {
	font-size: 13px;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
}

#content #main {
	float: none;
	width: 100%;
	margin: 0 auto;
}

#content #sub {
	float: none;
	width: 100%;
	margin: 0 auto;
}

#contentArticle {
}

#contentArticle #main {
	float: none;
	width: 100%;
	margin: 0 auto;
}

#contentArticle #sub {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.subInfoBox {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.subInfoBox:first-child  {
	margin-top: 0;
}

.viewer{
	display: none;
}

.unitIntro header {
	line-height: 1.8;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
}

.unitIntro img{
	max-width: 100%;
	height:auto;
}

article.entry footer {
	width: auto;
	padding: 10px;
	float: none;
	margin-top: 0;
}

article.entry footer .author {
	margin: 0 0 5px;
}

article.entry footer .author + .author {
	margin-top: 0;
}

article.entry footer .author p:before {
	content: "Author: ";
}

article.entry footer .tags{
	margin: 0;
}

article.entry footer .tags li{
	display: inline;
}

article.entry footer .author .image {
	display: none;
}

article.entry footer .share{
	display: none;
}

article.entry .entryBody {
	float: none;
	padding: 10px;
}

article.entry footer + .entryBody {
	padding-left: 10px !important;
}

article.entry .entryBody img{
	max-width: 100%;
	height:auto;
}

.unitIntro header p.lead{
	display: none;
}

article.entry .entryBody div.mediaSectionL,
article.entry .entryBody div.mediaSectionR {
	overflow: hidden;
	zoom: 1;
}
article.entry .entryBody section.mediaSectionR > .media {
	float: none;
	margin-left: 0;
	text-align: center;
}
article.entry .entryBody section.mediaSectionL > .media {
	float: none;
	margin-right: 0;
	text-align: center;
}
article.entry .entryBody section.mediaSectionL > .body,
article.entry .entryBody section.mediaSectionR > .body {
	overflow: hidden;
	zoom: 1;
}


article.entry .entryBody .mediaSectionL > .media,
article.entry .entryBody .mediaSectionR > .media  {
float: none;
}

article.entry .listEntriy{
	padding:5px;}
	

.listEntriy .unitEntry{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
