/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
F
$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #555;
}
ins {
	background: #fffff7;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: 300;
	/*text-transform: uppercase;*/
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

article p{
	color: #555;
	}





/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;*/
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	/*font-style: italic;*/
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family:'HelveticaNeue','Noto Sans Japanese', sans-serif;
	text-rendering: optimizeLegibility;
}

a {
	outline: none;
	color:#78885a;
	font-weight: 300;
}
a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fffff7;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
/*.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fffff7;
}*/
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	/*padding: 24px 0;
	padding: 1.714285714rem 0;*/
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #fffff7;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.site-header h1 {
	font-weight: 200;
	font-size: 32px;
	font-size: 2.28571429rem;
	line-height: 1.14285714;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: 300;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding-bottom: 48px;
	padding-bottom: 3.428571429rem;
	/*padding-left: 20px;
	padding-left: 1.42rem;*/
	word-wrap: break-word;
	border-left: 1px solid #eaeaea;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	width: auto;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	/*line-height: 1.846153846;*/
	line-height: 1.25rem;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #fffff7;
}
.widget-area .widget a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.widget-area .widget a:visited {
	color: #fffff7;
}
/*.widget-area #s {
	width: 60%; /* define a width to avoid dropping a wider submit button */
/*}

.widget-area submit{
	width: 40%;
	overflow:visible;
	maargin-left:-5px;
	margin-top:-3px;
	}*/

/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #c5c476;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/*.entry-header img.wp-post-image {

	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}*/
.entry-header .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 300;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: 300;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
article.sticky .featured-post {
	border-bottom: 1px solid #eaeaea;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	/*font-style: italic;*/
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: 300;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;


	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: 300;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	height: 1.5rem;
	/*border-bottom: 1px solid #ededed;*/
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 300px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #B4C77A;
}
article.format-aside h1 a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #555;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {



	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: 300;
}


article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: 300;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: 300;
	/*font-style: italic;*/
	/*text-transform: uppercase;*/
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: 300;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: 300;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.format-status .entry-header img {
	/*float: left;*/
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: 300;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: 300;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: 300;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.comments-area article header cite a {
	color: #555;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: 300;
	color: #fffff7;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}

.comments-area .bypostauthor cite b {
	font-weight: 300;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: 300;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
/*.required {
	color: red;
}*/


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #fffff7;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
/*.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}*/
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}



/* Minimum width of 600 pixels. */
@media screen and (min-width: 900px) {
  
  .excerpt-content2{
   min-height: 16.2rem;
padding:1rem;
	  }
 
  div#footerleft,div#footercenter ,div#footerright{
  
  color: #fffff7;
  }  
  
  
div#footerleft, .content-left{
    width:31%;
    float:left;
   padding:10px 5px 10px 10px;
   

}

div#footercenter, .content-center{
    width:31%;
    padding:10px 5px 10px 5px;
    float:left;

}
 
 
div#footerright, .content-right {
    width:33.8%;
    float:right;
    padding:10px 10px 10px 5px;
}

 
.clearfloat {
margin : 0px auto;
padding : 0;
}
 
.clearfloat:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
color:transparent; 
}

.widget-title-2{
 font-size: 1.25rem;
 font-weight: 300;
 color:#c5c476;

}

.widget ul li{
color: #fffff7;
list-style: none;
}
.widget a{
color: #c5c476;
list-style: none;
}

  
  li{
  list-style: none;
  }
  
.textwidget{
  color: #78885a;
  }
  
  .widget-title{
   font-weight: 300;
  font-size: 1.25rem;
  color:  #78885a;
  padding: 0.5em;
  }

.widget-title:after{
 content:"  »";
  font-size: 1.25rem;
}

  
  #footer-wrapper{
  width: 100%;
  background: #3D4A24;
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
		z-index: 4000; 
  }
  
  footer{
  border: none;
  }

.center-widget-area-title h2{
 padding: 1rem;
  margin: 0 10px 20px 10px;	
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	}
	
	.center-widget-area-title h2 span{
		padding:0 0.75rem;
		}
	
  
  .recommended-coram{
  width: 20rem;
  margin: 0 10px;
  padding: 10px;
  background: #556532;
  float: left;
  position: relative;
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	}
	  
  .recommended-coram a{
	color:#c5c476;
    text-decoration: none;
	}

	.recommended-coram p{
	color:#fffff7;
    text-decoration: none;
	}
 
 
   #main-wrapper{
	 background:#E9EEDF;
    /* padding-bottom: 20px;
		padding-bottom: 1.25rem;*/
  		padding-top: 20px;
		padding-top: 1.25rem;
		width: 100%;
  		/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;*/ 
		z-index: 3000;
  }
  
  #center-widget-area{
     padding-bottom: 20px;
		padding-bottom: 1.25rem;
  		padding-top: 20px;
		padding-top: 1.25rem;
		width: 100%;
		position:relative;
		background:#78885a;
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
		z-index: 2000; 
  }
  
  #center-widget-area-wrapper{
  margin: 0 auto;
max-width:960px;
  }
  
  .contents-titles{
  padding: 1.5rem;
  margin:1.5rem 0;
font-weight: 300;
  font-size: 1.75rem;
  color: #78885a;
  }
  
  .contents-titles:after{
 content:"  »";
  font-size: 1.25rem;
}
  
  .home-content{
	  margin: 0;
	  padding: 0;
	  }
	  
	  .news li{
		  border-bottom: 1px solid #eaeaea;
		  }
		  
	.news-contents{
		color: #555;


		padding: 1rem;
		}
		
    	.news-contents span{
		color: #78885a;
		}
		



		.while{
			padding:0 0.5rem;
			}

  
  .excerpt-header{
	  float: left;
	 width: 30%;
	 position: relative;
	  }
.extelem1, .extelem2{
position: absolute;
top: 0;
right: 0;
 width: 150px;
 height: 150px;
   border-radius: 75px;        /* CSS3草案 */  
    -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 75px;
}



.excerpt-header img{
  width: 150px;
  height: 150px;
  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
}

 .excerpt-header{
 margin-right:2rem;
  width: 150px;
  height: 150px;
  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
  background:#78885a;
  float: left;
	overflow: hidden;
	vertical-align: middle;
	  position:relative;
	  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	  }
	  
.excerpt-tile{
	   position: absolute;
   display: block;
   top: 40px;
   left: 25px;
    width: 9.375rem;
  overflow: hidden;
	  }

.excerpt-tile a{
   display: block;
  overflow: hidden;
   color:#d4db96;
   font-size: 24px;
   font-size: 1.5rem;
   line-height:2rem;
   font-weight: 300;
   text-decoration:none;
   margin: 5px;
}

.excerpt-tile{
    color: #DBE2BE;
	}
	

	.thum-wrap img{
  margin: 0;
  padding: 0;
  width: 250px;
  height: 250px;
  border-radius: 250px;        /* CSS3草案 */  
    -webkit-border-radius: 250px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 250px;
}
	
.thum-wrap{
  margin: 0;
  padding: 0;
  width: 250px;
  height: 250px;
	overflow: hidden;
	  position:relative;
	  }

.thum-wrap{
    width: 250px;
	height: 250px;
	display: inline-block;
	position: relative;
	vertical-align:bottom;
}

		  
  .excerpt-content ,.entry-summary{
	width: 100%;
	 float: left; 
	 padding-bottom: 22%;
	  }
  
  
	.author-avatar {

		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	
		body .site {
		width: 100%;
		padding:0;
		margin: 0;
	background-color: #8fb84f;		
	}
	
	.site-header{
		width: 100%;
		border-bottom: 5px solid #B4C77A;
		background: #383732;
        margin: 0;
       padding: 0;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/	
  		/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;*/ 
		}
		
		.header-wrap{
			max-width: 960px;
			max-width: 68.571428571rem;
			margin: 0 auto;
			padding: 0 40px;
		    padding: 0 2.857142857rem;
  			position:relative;
			}
	
	.wrapper {
		max-width: 960px;
		max-width: 68.571428571rem;
		margin: 0 auto;
		background:#fffff7 ;
     	padding: 0 40px;
		padding: 0 2.857142857rem;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/	
		border-radius: 10px;        /* CSS3草案 */  
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 10px;   /* Firefox用 */
	/*-webkit-box-shadow:0 0 100px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 100px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 100px 5px rgba(0,0,0,0.05) inset; */
			}

#train-map{
	    padding-bottom: 20px;
		padding-bottom: 1.25rem;
  		padding-top: 20px;
		padding-top: 1.25rem;
width: 100%;
background:#A8B676;
/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;*/ 
}

#train-slider-wrap{
  margin: 0 auto;
background:#fffff7;
max-width:960px;
height: 28.6rem;
}

#site-info{
  max-width: 30%;
  height: 100%;
  background: #78885a;
  float:left;
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;*/
}

#site-info h1 , .center-widget-area-title h2{

background:#556532;	
font-weight: 300;
font-size: 1.5rem;
line-height: 2.5rem;
 color: #F0B13C;
 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
}

/*h1,h2,h3{
text-shadow: 0 0 1em rgba(0,0,0,0.2);	
	}*/

#site-info h1 {

 padding: 1rem;

}


#site-info p{
  font-size: 1rem;
  line-height: 1.5rem;
  color:#fffff7;
 padding: 1rem;
 
}

#slide{
 width: 70%;
  background: #fffff7;
  float: right;
  margin: 0;
  padding: 0;
}

.slide{
  position:relative;
width: 100%;
  background:#fffff7;
}

.excerpt{
  color:#fffff7;
 position: absolute;
 top: 0;
 right: 0;
 max-width: 15.625rem;
 height: 100%;
 padding: 5rem 1.5rem 1.5rem 1.5rem;
 line-height: 1.5rem;
 background:rgba(0,0,0,0.5);
}

.excerpt a{
	color:#fffff7;
	}

	.widget-area {
		float: right;
		width: /*26.041666667%*/ 32.041666667%;
	}

			
	.site-content {
		padding: 0 auto;
		float: left;
		width: 65.104166667%;
	}

.single-sidebar-2{
		float: left;
		width: 100%;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eaeaea;

}

.related-entries{
	margin-right: 0;
	width: 66.2%;
   float: left;
	}

.related-entries-child{
width:45%;
float: left;
margin: 1% 2.5% 1% 0;
padding: 1%;
}

.recent-entries{
	max-width: 100%;
   float: left;
   border-bottom: 1px solid #eaeaea;
	}

.recent-entries-child{
width:29.337%;
float: left;
margin: 1%;
padding: 1%;
}

.related-entries-child .excerpt-content{
	width: 100%;
	 float: left; 
	  }



	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
	.site-header h1,
	.site-header h2 {
		text-align: left;		
	}
	.site-header h1 {
		font-size: 36px;
		font-size: 2.57142857143rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		position: absolute;
		top: 1rem;
		right: 40px;
		right: 2.857142857rem;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fffff7;
		line-height: 3.692307692;
		/*text-transform: uppercase;*/
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	}


	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: 300;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #B4C77A;
		font-weight: 300;
	}

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
/***************************************************************************************************************************************************************************************************************/
	
	.site-title a{
	color: #fffff7;
	}
	
	/*.site-title a:before{
	content: url("images/ic_directions_train_48px.svg") ;
	padding: 10px 5px 5px 5px;
	color: #fffff7;
	fill: red;
	}*/
	
.site-title a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	}
.excerpt-header-2{
	width: 100%;
	position: relative;
	}
	
	.excerpt-header-2 div{
		float: left;
		margin: 0;
		}
		
.excerpt-header-2 a img{
	 width: 100px;
	  border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;
	z-index: -1;
	}

#exc-img{
	width: 45%;
	}


#exc-img-2{
	width: 55%;
	}
	
	.shadow{
        width: 100px;
	    height: 100px;
		display: inline-block;
		position: relative;
		}
		
	.shadow:after{
		position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5),
inset 0 0 50px rgba(0, 0, 0, 0.2);
z-index: 1;
	  border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;
		}

.excerpt-title-2{
	padding-top: 2.25rem;
	margin: 0;
	display: block;
	 font-weight: 300;
font-size: 1.5rem;
line-height: 2rem;
 color: #F0B13C;
		}

	  
	  
.excerpt-content-2{
	 font-weight: 300;
	 padding: 1rem;
font-size: 1rem;
line-height: 1.5rem;
 color: #F0B13C;
		}

	  

.clearfix:after {  
  content: ".";  
  text-indent: -9999px;
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden; 
  color:transparent;  
}  
    
	  

	
		.main-navigation li ul li a {
	color:#c5c476;
	}
	

	.read-more{
display: block;
float: right;
margin: 1.5rem 0 0 1rem;
padding: 1rem;
}

#ads-2{
  width: 200px;
 margin-left:40px;
}


	


	.related-entries-child h3{
		width: 100%;
		}

.related-entries-child ul{
	width: 100%;
	}
	
.related-entries-child ul li{
			padding: 4%;
			border-bottom:1px solid #eaeaea;

	}
	
.popular-posts{
			padding: 4% 0;
			border-bottom:1px solid #eaeaea;
	}	
.related-wrap{
		width: 100%;
	  }
	  
.related-thumbs{
	width: 35%;
	float: left;
	}	  

.related-titles{
	width: 65%;
	float: left;
	}
	  
.related-thumb img{
	  		border-radius: 75px;        /* CSS3草案 */  
        -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 75px; 
	}
	
	  
	  .related-titles .related-title a, .popular-posts .related-titles .related-title a{
		/*text-decoration:underline;*/
		color: #757575;
		line-height: 1.25rem;
	  }

.ads{
	margin-top: 12px;
	}
	
.cat{
	position: absolute;
	left: 0;
	bottom: 2%;
	}	

/* Sidebar */
.widget-area .widget {
	padding-left: 20px;
	padding-left: 1.42857143rem;
	border-left: 1px solid #eaeaea;
}

  .masonry{
	  width: 100%;
	  margin: 0 auto;
	  }
  
  .masonry .grid  {
	  margin: 2%;
	  padding: 0;
	  width: 46%;
	  float: left;
	  }
	  

.i-catch{
	margin: 0;
	padding: 0;
	}

.ads-wrapper{
	width: 93%;
	padding:0 3.5%;
	}

.posted-date{
 float: left;
 color: #777;
 padding: 0.25rem;
 font-size: 1rem;
}

#breadcrumb-wrap{
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	}
	
#breadcrumb{
	}

#breadcrumb li{
	float: left;
	padding: 1rem 0.5rem;
	margin:0 0.25rem;
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
	}



#breadcrumb li a , #breadcrumb li span{
	line-height:0;
	font-size:14px;
	}


.tagcloud {
  position: relative;
  overflow: hidden;
  padding: 0 22px 0 14px;
  text-align: center;
}
.tagcloud a {
  display: inline-block;
  background: #fbf8e5;
  white-space: nowrap;
  color: #fffff7;
  line-height: 1;
  padding: 5%;
  margin-bottom: 4px;
  text-decoration: none;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  vertical-align: bottom;
}
 
.tagcloud a:hover {
  	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

}

























/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}

	
	body.custom-background-empty {
		background-color: #fffff7;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #555;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;

		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		/*margin-bottom: 72px;
		margin-bottom: 5.142857143rem;*/
		text-align: left;
	}
	.site-header h1 {
		font-size: 36pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #fffff7;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #fffff7;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #555;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}


	
	
}



/****************************************************************************************bxslider******************************************************************************************/



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;


	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fffff7;*/
	left: 0px;
	background: #fffff7;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;

	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fffff7;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 300;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 15%;
    z-index: 1000;
	color: #78885a;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 5%;
	z-index: 1000;
    color: #78885a;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	font-size: 4rem;
    text-decoration: none;
    position: absolute;
	bottom: 10%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	/*text-indent: -9999px;*/
	z-index: 1000;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fffff7;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.site-content h1 a{
 color: #c5c476;
}


/* Form fields, general styles first */


input,
textarea {
	padding: 8px 2%;
	background: #e4f7ba;
	border:1px solid #e4f7ba;
	font-size:16px;
	font-size:1rem;
	color: #555;
	line-height:1.6;
	
}

input:hover,
input:focus,
v:active,
textarea:hover,
textarea:focus,
textarea:active {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	outline: none;
}

/* Buttons */
input[type="button"],
input[type="submit"] {
	padding: 11px 15px;


	border:none;
	font-size: 13px;
	font-size: 0.8125rem;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	color: #b2cf65;
	background-color: #445129;
}
input#submit,
input.wpcf7-submit {
	margin: 25px 0 10px;
	padding: 14px 20px;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	/*text-transform: uppercase;*/
	letter-spacing: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	color: #b2cf65;
	background-color: #445129;
}
input#submit:hover,

input.wpcf7-submit:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/* --- Widget Area Bottom + Search Widget --- */
.widget-area .widget_categories select,
.widget-area .widget_archive select {
	clear: both;
	display: block;
	margin: 0 auto;
}
.widget_search .searchform {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.sidebar-bottom .widget_search .searchform,
.sidebar-footer .widget_search .searchform {
	max-width: 720px;
}
.sidebar-bottom .widget_search input#s,
.sidebar-footer .widget_search input#s {
	width: 70%;
     border: 1px solid #fffff7;
	float: left;
    height: 50px;
}
#secondary .widget_search input#s {
	width: 62%;
	float: left;
  height: 32px;
	background: #E9EEDF;
    border: 1px solid #E9EEDF;
	font-size: 15px;
	font-size: 0.9375rem;
}
.widget_search input[type="submit"] {
	width: 30%;
    height: 50px;
	color: #345129;
	float: left;
    background: #345129 url(images/search24.png) center no-repeat;
   text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
#secondary .widget_search input[type="submit"] {
	width: 30%;
	font-size: 12px;
	font-size: 0.75rem;
}


.screen-reader-text{
display: none;
}


.recommended-coram , .post{
position: relative;
}
	
a{
 text-decoration: none;	
}

.avatar{
   border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;
  margin-right: 1.5rem;
}
  
  .fn{
	color:#78885a;
	font-size: 1.25rem;
	font-weight: 300;
	}
	
	.avatar-info{
   margin-left: 20px;
	}

.nav-links a{
 font-size: 1.25rem;
}



/* reset screen-reader-text */


.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	line-height: 3.2em;
	padding: 0 0.6667em;
   text-align: center;
   
}

.pagination .page-numbers.current {
	/*text-transform: uppercase;*/
}

.pagination .current {
	display: inline-block;
	font-weight: 300;
}

.nav-links{
padding: 2rem;
}

.pagination .prev,
.pagination .next{
	background-color: #445129;
    text-align: center;
	color: #c5c476;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
    line-height: 2.8em;
	position: absolute;
	width: 48px;
    border-radius: 48px;        /* CSS3草案 */  
    -webkit-border-radius: 48px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
    background: ;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.prev-p,.next-p{
	background-color: #445129;
    text-align: center;
	color: #c5c476;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
    line-height: 2.8em;
	position: absolute;
	width: 48px;
    border-radius: 48px;        /* CSS3草案 */  
    -webkit-border-radius: 48px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 48px;

}

.pagination .prev,  .prev-p {
	left: 0;
}


.pagination .next, .next-p {

	right: 0;
}




#content , article{
 position: relative;
 width; 100%;
}

.pagination{
text-align: center;
position: relative;
 width; 100%;
}
  
  .archive-title{
font-weight: 300;
font-size: 1.5rem;
color: #78885a;
}





@media screen and (max-width: 899px) {
  
  form p{
  color:#fffff7;
  }
  
  .read-more{
	color:#78885a;
}

  
body{
margin: 0;
padding: 0;
overflow: hidden;

  }

#content, article ,#site-content, #main-wrapper{
margin: 0;
 padding: 0;
}

#train-map{
 padding: 5%;
 z-index: 1000;
}

#content{
	background: #fffff7;
	}
  
	.site-header{
		width: 100%;
        z-index: 9999;
		background: #383732;
        margin: 0;
       padding: 0;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/	
		}
	  

#center-widget-area{
 padding: 5%;
 background:#556532;
  		/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	z-index: 2000;

}

#main-wrapper{
	z-index: 3000;
	}

.recommended-coram{
width: 46%;
margin: 2%;
 padding: 0;
 float: left;
}
	  
	  #center-widget-area h1 a{
		font-weight: 300;
		font-size: 1.25em;
		color:  #c5c476;
        padding: 3rem;
  }

	  
	  #center-widget-area p{
		color: #fffff7;
  }
  
.center-widget-area-title{
	  margin: 2%;
	  text-align: center;
	  font-size: 2rem;
}


  #footer-wrapper{
  margin: 0;
  width: 100%;
  text-align:center;
  background: #556532;
  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	z-index: 4000;
  }

.widget-title-2 ,.excerpt-title-2{
 font-size: 1.25rem;
 font-weight: 300;
 color:#c5c476;

}


.widget ul li{
color: #fffff7;
font-size: 1rem;
list-style: none;
}
.widget a{
color: #c5c476;
list-style: none;
}



.excerpt-header img{
filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  width: 150px;
  height: 150px;
  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
}

 .site-content .excerpt-header, .related-entries .excerpt-header, .recent-entries .excerpt-header{
 float: left;
  width: 150px;
  height: 150px;
  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
  background:#78885a;
  float: left;
	overflow: hidden;

	vertical-align: middle;
	  position:relative;
	  /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	  }

.entry-content img{
	width: 100%;
	border: none;
	}


 .site-content .excerpt-tile, .related-entries .excerpt-tile ,.recent-entries .excerpt-tile{
   position: absolute;
   display: block;
   top: 40px;
   left: 25px;
    width: 9.375rem;
  overflow: hidden;
	  }


.excerpt-tile a{
   display: block;
  overflow: hidden;
   color:#d4db96;
   font-size: 1.5rem;
   line-height:2rem;
   font-weight: 300;
   text-decoration:none;
   margin: 0.4rem;
}

.site-content .excerpt-tile a ,.related-entries .excerpt-tile a{
    color: #d4db96;
	}

		  
  

#site-info{
background: #78885a;
text-align: center;
/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.1) inset;*/
}



#site-info h1{
 padding: 1.5rem;
font-size: 1.5rem;
line-height: 2rem;
 color: #F0B13C;
 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
}

#site-info p{
  font-size: 1rem;
  line-height: 1.5rem;
  color:#fffff7;
 padding: 3rem;
}
 
  #recent-posts{
  padding: 1.7em;
font-weight: 300;
  font-size: 3em;
  color: #78885a;
 text-align: center;
  }
  
  .widget-area{
      padding: 5%;
	  text-align: center;
	  }
	  
.widget-area h3{
	font-size: 1.25em;
  font-weight: 300;
	}
	

.widget-area p{
	font-size: 1em;
  font-weight: 300;
	}


.widget widget_search{
   margin-left: 2rem;
}


.excerpt{
  color:#fffff7;
 position: absolute;
 top: 0;
 right: 0;
 max-width: 15.625rem;
 height: 100%;
 padding: 5rem 1.5rem 1.5rem 1.5rem;
 line-height: 1.5rem;
 background:rgba(0,0,0,0.5);
}

.excerpt a{
  color:#fffff7;
}

 
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 11px 15px;
	border:none;
	font-size: 13px;
	font-size: 0.8125rem;

	/*text-transform: uppercase;*/
	letter-spacing: 2px;

	cursor: pointer;
	-webkit-appearance: none;
	color: #b2cf65;
	background: #445129;
}

.menu-toggle {

	background: #494841;
}

.menu-toggle:active {

	background: #55544D;
}

	.site-header{
		width: 100%;
		background: #383732;
        margin: 0;
       padding-top: 1rem;
  border-bottom: 5px solid #B4C77A;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/	
		}

hgroup {
 width: 100%;
 margin: 0;
 padding: 0;
background: #383732;
}

.main-navigation{
  width: 100%;
  margin: 0;
 padding: 0 0 1rem 0;

 background: #383732;
}


.post{
  padding: 0 2rem;
}

.menu-item a{
color: #fffff7;

}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    outline: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	outline: none;
}


.bypostauthor cite span {
	color: #fffff7;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


.recommended-coram  h1{
font-size: 1.5rem;
margin: 0;
padding: 0;
}


input#submit{
	width: 100%;	
	}
input.wpcf7-submit {
 width: 20%;

}
input#submit:hover,
input.wpcf7-submit:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.related-entries-child{
 text-align: center;
}

.ads{
    font-weight: 300;
  font-size: 1.25rem;
  color:  #78885a;
  width: 100%;
  /*margin-top: 1.5em;*/
  text-align: center;

}

#footer-wrapper{
 padding-bottom: 5%;
}

div#footerleft, .content-left{
   width: 100%;
   text-align: center;
}

div#footercenter, .content-center{
 	width: 100%;
	text-align: center;
}
 
 
div#footerright, .content-right {
   width: 100%;
   text-align: center;
}

input[type="text"],
input[type="email"],
textarea{

width: 70%;
}

.wpcf7-submit{
  margin:0;
  padding: 0;
}


.sidebar-bottom .widget_search input#s,
.sidebar-footer .widget_search input#s {
	width: 50%;
     border: 1px solid #fffff7;
	float: left;
    height: 50px;
   margin-left:15%;
}
#secondary .widget_search input#s {
	width: 42%;
	float: left;
  height: 32px;
   margin-left:15%;
	background: #E9EEDF;
    border: 1px solid #E9EEDF;
	font-size: 15px;
	font-size: 0.9375rem;
}
.widget_search input[type="submit"] {
	width: 20%;
    height: 50px;
	color: #345129;
	float: left;
    background: #345129 url(images/search24.png) center no-repeat;
   text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
#secondary .widget_search input[type="submit"] {
	width: 20%;
	font-size: 12px;
	font-size: 0.75rem;
}
.widget widget_search{
 margin-left:15%;
}

.widget-title:after{

 content:"  »";
  font-size: 1.25rem;
}

#site-info h1 , .center-widget-area-title h2{
background:#556532;	
font-weight: 300;
font-size: 1.5rem;
line-height: 2.5rem;

 color: #F0B13C;
}

.center-widget-area-title h2{
 padding: 1rem;
  margin: 0 10px 5px 10px;	
	}
	
	.center-widget-area-title h2 span{
		padding:0 0.75rem;
		}
		

	.thum-wrap img{
  width: 200px;
  height: 200px;
  border-radius: 200px;        /* CSS3草案 */  
    -webkit-border-radius: 200px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 200px;
}

.thum-wrap{
    width: 200px;
	height: 200px;
	display: inline-block;
	position: relative;
	vertical-align:bottom;
}
	

.excerpt_post_title{
  font-size: 14px;
  font-size: 1rem;
  
}

.excerpt_post_title{
  font-size: 14px;
  font-size: 1rem;
  
}

		.main-navigation li ul li a {
	color:#c5c476;
	}

.menu-toggle:active {

	background: #55544D;
}


  .widget-title{
   font-weight: 300;
  font-size: 1.25rem;
  color:  #78885a;
  width: 100%;
  padding:0;
  }

  .site-content{
	  margin: 0;
	  padding: 5%;
	  }
	  

  .excerpt-content ,.entry-summary{
    padding-bottom: 22%;
	width: 100%;
    margin:0;
	 float: left; 
	 	  }
	  

	    .contents-titles{
  padding: 1.5rem;
  margin:  1.5rem 0;
font-weight: 300;
  font-size: 1.75rem;
  color: #78885a;
  }
  
  .contents-titles:after{
 content:"  »";
  font-size: 1.25rem;
}
  

	  
	  .news li{
		  border-bottom: 1px solid #eaeaea;
		  }
		  
	.news-contents{
		color: #555;
		padding: 1rem;
		}
		
    	.news-contents span{
		color: #78885a;
		}
		
		.while{
			padding:0 0.5rem;
			}


	

.excerpt_post_title{
	 font-weight: 300;
	 padding: 1rem;
font-size: 300px;
line-height: 2rem;
 color: #F0B13C;
 
		}

	  
	  
.excerpt-content-2{
	 font-weight: 300;
	 padding: 1rem 0;
font-size: 1rem;
line-height: 1.5rem;
 color: #F0B13C;
		}
		
	.read-more{
float: right;
margin: 1.5rem 0 0 1rem;
padding: 1rem;
}

.site-content .excerpt-tile a,
.related-entries  .excerpt-tile,
.recent-entries  .excerpt-tile{
    color: #DBE2BE;
	}

.clearfix:after { 
  text-indent: -9999px; 
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  color:transparent;  
}  
    
	
		.main-navigation li ul li a {
	color:#c5c476;
	}


#main{
 background: #fffff7;
 margin: 0;
 border-radius: 10px;        /* CSS3草案 */  
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 10px;   /* Firefox用 */
}

.widget-area .widget{
 border: none;
}

#colophon{
 margin: 0;
}

.logged-in-as{
color: #555;
}

.related-entries-child ul{
	width: 100%;
	}
	
.related-entries-child ul li{
			margin: 2%;
	}
.related-wrap{
		width: 100%;
	  }
	  
	  
	  
.related-thumbs{
		   margin: 0;
		   padding: 0;
		   width: 100%;
	  }
	  
.related-thumb img{
	  		border-radius: 75px;        /* CSS3草案 */  
        -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 75px; 
	
	}
	  
	  .related-title{

		   margin: 0;
		   padding:1% 0 0 0;
  width: 100%;
  overflow: hidden; 
		  }
	  
	  .related-titles .related-title a , .popular-posts .related-titles .related-title a{
		/*text-decoration:underline;*/
		color: #757575;
		line-height: 1.25rem;
	  }


.cat{
	position: absolute;
	left: 3%;
	bottom: 2%;
	}

.excerpt-header-2{
	position: relative;
	}
	
	.excerpt-header-2 div{
		margin: 10%;
		text-align: center;
		}
		
.excerpt-header-2 a img{
	 width: 150px;
	  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
	z-index: -1;
	}


	
	.shadow{
        width: 150px;
	    height: 150px;
		display: inline-block;
		position: relative;
		}
		
	.shadow:after{
		position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5),
inset 0 0 50px rgba(0, 0, 0, 0.2);
z-index: 1;
	  border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;
		}

.excerpt-title-2{
	display: block;
	 font-weight: 300;
font-size: 1.5rem;
line-height: 2rem;
 color: #F0B13C;
		}

	  
	  
.excerpt-content-2{
	 font-weight: 300;
font-size: 1rem;
line-height: 1.5rem;
 color: #F0B13C;
		}

  .masonry{
	  width: 100%;
	  margin: 0 auto;
	  }
  
   .grid  {
	  margin: 2%;
	  padding: 0;
	  /*width: 46%;*/
      width: 46%;
	  float: left;
	  }
	  
.single-sidebar-2{
		padding: 5%;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eaeaea;

}

.ads-wrapper{
	width: 100%;
	padding:0;
	}

.content-right {
   width: 100%;
   padding: 0;
   text-align: center;
}

.posted-date{
 color: #777;
 padding: 0.25rem;
 font-size: 1rem;
}

.related-entries-child ul li,.popular-posts{
	padding:2% 0;
	}


#breadcrumb-wrap{
	width: 100%;
	}
	
#breadcrumb{
	}

#breadcrumb li{
	float: left;
	padding: 1rem 0.5rem;
	margin: 0.25rem;
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
	}



#breadcrumb li a , #breadcrumb li span{
	line-height:1;
	font-size:14px;
	}


.tagcloud {
  position: relative;
  overflow: hidden;
  padding: 0 22px 0 14px;
  text-align: center;
}
.tagcloud a {
  display: inline-block;
  background: #fbf8e5;
  white-space: nowrap;
  font-size: 98%;
  color: #fffff7;
  line-height: 1;
  padding: 5%;
  margin-bottom: 5px;
  text-decoration: none;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  vertical-align: bottom;
}
 
.tagcloud a:hover {
  	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

}


/*===============================================
●smart.css  640px
===============================================*/
@media screen and (max-width:640px){

  .masonry{
	  width: 100%;
	  margin: 0 auto;
	  }
  
   .grid  {
	  margin: 2%;
	  padding: 0;
	  /*width: 46%;*/
      width: 96%;
	  float: left;
	  vertical-align: top;
	  }
	  
.recommended-coram{
width: 96%;
margin: 2%;
 padding: 0;
 float: left;
}
  
}






#back-top {
    position: fixed;
    bottom: 4em;
    right: 2em;
   z-index: 9999;
}
#back-top a {
    padding: 1.7rem 1.2rem;
    line-height: 1.3em;
    font-size: 0.875em;
    width: 3rem;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: nomal;
    color: #eaeaea;
    background:#445129;
  -moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
    vertical-align: bottom;
	/*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	
}
#back-top a:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}  

.ads{
 margin-bottom: 2.25rem;
}


input[type="text"],
input[type="email"],
textarea{
	 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
    background: #E9EEDF;
}


input{
	 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	}
	
	
.new{
	font-size: 1rem;
	padding: 1rem;
	color: #fffff7;
	background: #660;
	 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
float: right;
	
	}
  
  .fixed{
  z-index: 9999;
position:fixed;
    top:10px;
}



.cat li{
	float: left;
	margin: 0.2rem;
	padding: 0.5rem;
	font-size: 0.5rem;
	background: #7a7f3f;
	color: #fffff7;
	 /*-webkit-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
   -moz-box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;
        box-shadow:0 0 30px 5px rgba(0,0,0,0.05) inset;*/
	}

.svg{
margin-right: -3px;
margin-bottom: -6px;
		border-radius: 36px;        /* CSS3草案 */  
        -webkit-border-radius: 36px;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 36px;   /* Firefox用 */
border: 2px solid #fffff7;
}

/*.widget-title:before,.contents-titles:before,.center-widget-area-title h2:before,.widget-title-2:before,*/.site-title a:before,.menu-toggle:before{
font-family: "mdfonticon";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
   vertical-align: text-bottom;
  
}
	  /*
	  
	  .contents-titles:before{
 content: "\e82c";
  margin-right: 0.5rem;
}


.center-widget-area-title h2:before{
 content: "\e776";
  margin-right: 0.5rem;
  vertical-align: top;

}

.widget-title:before{
 content: "\e869";
  margin-right: 0.25rem;
  vertical-align:text-bottom;



}

.widget-title-2:before{
 content: "\e869";
  margin-right: 0.5rem;
  vertical-align:text-bottom;

}*/

.site-title a:before{
  		font-size: 2rem;
        content: "\e659";
		border-radius: 2rem;        /* CSS3草案 */  
        -webkit-border-radius: 2rem;    /* Safari,Google Chrome用 */  
       -moz-border-radius: 2rem;   /* Firefox用 */
border: 2px solid #fffff7;
 vertical-align:-5%; 
}
	  
	  .menu-toggle:before{
     font-size: 1.5rem;
 content: "\e64d";
color: #fffff7;
  padding: 0.5rem;
}
				  .menu-toggle{
  text-align: center;
     font-size: 1.25rem;
 content: "\e64d";
		background: none;
		margin: 0;
		padding: 0;
   content: "\e64d";
}

.site-title a{
font-size: 2.25rem;
}

.ads-mobile{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
    background: #fffff7;
   z-index: 9999;
	}

.ads-mobile div{
width: 320px;
margin: 0 auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fffff7;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #555;
  z-index: 9999;
}

body{
 background-color: #fffff7;
}

aside{
	margin:0 auto;
	}
	
.shadow-2 {
	display: inline-block;
	position: relative;
	vertical-align:bottom;
	
}
.shadow-2:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.6),
		inset 0 0 120px rgba(0, 0, 0, 0.3);
		
   	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}


.shadow-3 ,.thum-wrap{
	display: inline-block;
	position: relative;
	vertical-align:bottom;
}
.shadow-3:after ,.thum-wrap:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
  border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5),
		inset 0 0 70px rgba(0, 0, 0, 0.2);
}



.related-thumb{
		height: 75px;
	width: 75px;
	display: inline-block;
	position: relative;
}
.related-thumb:after{
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
  border-radius: 75px;        /* CSS3草案 */  
    -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 75px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5),
		inset 0 0 50px rgba(0, 0, 0, 0.2);
}

#site-info h1 , .center-widget-area-title h2,  .recommended-coram{
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
	}
	
#train-map{
  
background-image: -webkit-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}

.extelem1,extelem2{
 width: 150px;
 height: 150px;
   border-radius: 75px;        /* CSS3草案 */  
    -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 75px;
}

extelem2{
 position: relative;
}

.post-thum-wrapper{	
	width: 90%;
    padding: 5%;
	margin: 24px auto;
	margin: 1.714285714rem auto;
	text-align:center;
    background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
	}
	
.i-catch{
	margin: 0;
	padding: 0;
	}

.widget-title,.contents-titles{
    background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.1) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;

}

	
.extelem1, .extelem2{
position: absolute;
top: 0;
right: 0;
 width: 150px;
 height: 150px;
   border-radius: 75px;        /* CSS3草案 */  
    -webkit-border-radius: 75px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 75px;
}

#entry-info{
	width: 100%;
	padding:24px 0;
	}
	
.cat-list , .tag-list{
    float: right;
	}
	

.cat-list li , .tag-list li{
  float: right;
	}

.date-wrap{
 display:inline-block;
    /display:inline;
    /zoom:1
	}
	

.cat-list li a , .tag-list li a{
  margin: 0.15rem;
padding: 0.75rem;
     background: #663;
	color: #fffff7;
    display: block;
	font-size: 10.5px;
	line-height: 1;
}
	
.date-wrap a{
margin: 0.15rem;
padding: 0.75rem;
	color: #555;
    display: block;
	font-size: 14px;
	line-height: 14px;
	}

#essay{
width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.cat-list li a , .tag-list li a{padding-top:1.5em;}
.tagcloud a{padding-top:8%;}
}