/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/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.1
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, flexible-width, custom-background, custom-header, custom-menu, editor-style, featu-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:

$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, 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;
}

ul li{
	margin-left: 2em;
}
ul li:before{
	content: "-  ";
}

ul li ul li{
	margin: .3em 0 .6em 2em;
	margin-left: 2em;
	font-size: .9em;
}

ul li ul li:before{
	content: "-  ";
}

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: normal;
	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: #333;
}
ins {
	background: #fff9c0;
	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,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Sha 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;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-requi input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-requi input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* 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,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rende {
	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%;
  transition: 0.2s linear 0s; 
}
.gallery .gallery-icon img:hover{
opacity: 0.8;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
}

#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;
	width: 80%;
	border: 1pt solid #CCC;
	margin: 0 auto 0em auto;
	padding: 2%;
	border-radius: 4px;
}
.author-heading{
	border-bottom: 1pt dashed #DDD;
}

.author-heading i{
	top:12px !important;
	padding-left: 0.5em;
}
.author-title{
	font-size: 0.9em;
	padding-left: 1em;
}
.author-bio{
	font-size: 0.7em ;
	line-height: 1.6 !important;
	color: #757575;
	padding-left: 1em;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

.tag-list{
	width: 80%;
	margin: 0 auto 3em auto;
//	border: 1pt solid #CCC;
	overflow: hidden;
	font-size: 0.65em;
	padding: 0.5em 2%;
	background: #666;
}
	.tag-list li{
		float: left;
		margin-left: 1em;
	}
	.tag-list a{
			text-decoration: none;
		color: #FFF;
	}
.tag-list h6{
color: #FFF;
border-bottom: 1pt dashed #CCC;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	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;
	padding-bottom:50px !important;
	padding-top:36px !important;
	background-color: #fff;
	z-index:0;
}

.category  .site-content,
.search .site-content,
.error404 .site-content {
width: 640px;
//  border:1pt solid;
}

.search-results #content{
//  border-bottom: 1pt solid;
//  overflow: hidden;
}
    .search-results #content h1{
    font-size:2em;
    margin-left:1em
    border-bottom: 1pt solid #ddd;
    margin: 12px 0 16px 0;
    padding: 0 0 0 1.2em;
    letter-spacing: 0.1em;
    background: url('img/cursor31.png') no-repeat 10px 6px;
    line-height: 1;
    }

.widget-area, #secondary {
	position: relative !important;
}
#secondary{
	margin: 3em 0;
}
#sidebar #secondary #recentcomments{
	width: 270px;
}
#sidebar #secondary #recentcomments .recentcomments{
	margin: 1em 0 1em 0;
	font-size: 0.8em !important;	
	border-bottom: 1pt solid #EEE;
}
#sidebar #secondary #recentcomments .recentcomments:before{
	content: "» ";
}

#sidebar #secondary #recentcomments .recentcomments a{
	background: #FFC;
	text-decoration: none;
	font-style: italic;
}


/* Header */
.site-header {
	padding: 12px 0 8px 0;
	height: 30px;
//	padding: 1.714285714rem 0;
//    border: 1pt solid;
    position: relative;
    top: 0;
    left:0;
    width: 100%;
    z-index:1;
    overflow: hidden;
    background:#FFF;
    border-bottom: 1pt solid #999;
//    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.5);
//    background: linear-gradient(to top, rgb(55, 55, 55) 0px, rgb(70, 70, 70) 5px) repeat scroll 0% 0% rgb(70, 70, 70);
}
.header-title-div{
float: left;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #000;
	text-shadow:1px 1px 1px #999; 
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #DDD;
}
.site-header h1 {
	font-size: 1.6em !important;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
	.site-header h1:before{
	    width:40px;
	    height:20px;
	    position: relative;
	    float: left;
	    background: url('img/icon.png') no-repeat 0 -56px;
	    top:3px;
	    left:65px;
	    content: " ";	    
	}
.site-header h2 {
	font-weight: normal;
	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: 0em 0 !important;
    float: left;
//    width:400px;
	text-align: center;
//    margin-left:2em !important;
    line-height: 1 !important;
//	border: 1pt solid;
//	z-index:10;
}


.main-navigation .children{
	background: rgba(255,255,255,0.9);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
    border-radius:4px !important;      
	}
.main-navigation ul{
height:10px;
border: none !important;
line-height: 1 !Important;
padding:0 !important;
margin: -6px 0 0 2em !Important
}
.main-navigation li {
//	margin-top: 24px;
//	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
//	margin-right: 1em;
//	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.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;
}
*/

.header-nav ul{
position: relative;
float: left;
top: 7px;
left: 30px;
}

.header-nav ul li{
float: left;
margin-left: 2em;
}
.header-nav ul li:after{
content: "　　|";
color: #999;
float: right;
}
    .header-nav a{
    text-decoration: none;
    color: #999;
    }
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

#sidebar .widget-area .widget {
	z-index:10;
//	background: #FFF;
}	

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.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: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.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 {
	color: #21759b;
}
article.sticky .featu-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	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 {
}
.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;
}

.home .entry-content h2{
margin: 8px 0;
}

.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;
	border-bottom: 1pt solid #999;
	margin: 2em 0 1em 0;
}
.entry-content h3:before{
	content: "□ ";
}

.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 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-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	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 {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	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: bold;
	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 {

}
.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: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	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 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: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
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: #4a5466;
}
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: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* 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: bold;
	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: normal;
	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: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =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 {
	color: #21759b;
}
.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: #686868;
}
#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
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1080px;

	}
	.site-content {
	width:640px;
//	border:1pt solid;
	position:relative;
	float:left;
	}
	.full-width .site-content{
		width: 90%;
		margin-top:1em auto 0 auto;
		line-height: 1.5;
	}	
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
//		width: 100%;
	}
	.widget-area {

	}
	.site-header {
		height:auto;
	}	
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.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: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {    /*    .children    */
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 1.2em;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
	}
	.main-navigation li ul li a:hover {
		color: #444;
	}
	.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: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#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;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		overflow: auto;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	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: #000;
		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: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.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;
		position: relative;
		z-index:0;
	}
	.site-content {
		margin: 0;
		width: auto;
		z-index:0;
	}
		.site-content img,
		.yohoho-page img,
		.yohoho-page textarea{
			max-width:100%;
			}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		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;
	}
}




/*		_/_/_/_/_/	Tender-Code		_/_/_/_/	*/

.site-title{
	font-size:2.3em ;
	line-height:1  !important;
	display: inline;
	
		height/*\**/: 65px;	/* For IE7&8	*/
	}
	.site-title i{
		background: url('img/icon.png') no-repeat 0px -215px;
		width: 46px;
		height: 20px;
		float:left;
		margin: 0px 0 0 20px;
		}
.site-description{
  font-size:0.85em !important;
    display: inline;
    background: none !important;
    padding:0 !important;
}
    .site-description:before{
        content: "　- ";
        }
.divide{
	color: #E3E3E3;
	margin: 20px auto 0 auto;
	}

.top-nav{
        margin:2em 0 1em 0 !important;
        overflow: hidden;
}
        .breadcrumbs{
        margin:1em;
        font-size: 0.9em;
        }
        .breadcrumbs a{
        text-decoration: none;
		background:#FFa;    
		color:#777;    	
        	}
        	.breadcrumbs a:hover{
        		background:#Faa;
        		}

.border-shadow,
.kage{
	box-shadow: 1pt 1pt 3pt rgba(0,0,0,0.4)
}

.category-block > div{
	position: relative;
	}

	.category-block > div img{
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		}

.category-block > div img:hover{	
			opacity: 0.8;
		}
				
.category-block h5{
		margin:0;
        font-size:0.9em;    
		border-top:none;
      padding:5px 5px;
        color: #FFF;	
	}	
.tracker i{
    background: url('img/category.jpg') no-repeat 0 0;
    width:160px;
    height:100px;
    float: left;	
	}	
.seiji i{
    background: url('img/category.jpg') no-repeat 0 -105px;
    width:160px;
    height:100px;
    float: left;	
	}	
.denki i{
    background: url('img/category.jpg') no-repeat 0 -210px;
    width:160px;
    height:100px;
    float: left;	
	}	

.zuihitsu i{
    background: url('img/category.jpg') no-repeat 0 -315px;;
    width:160px;
    height:100px;
    float: left;	
	}	
.photo i{
    background: url('img/category.jpg') no-repeat 0 -420px;
    width:160px;
    height:100px;
    float: left;	
	}	

/*	_/_/_/	カテゴリーリボン	_/_/_/	*/
	
.category-ribbon-base{
    background: url('img/ribbon.png') no-repeat top left;
    height:33px;
    width:100%;
    top:88px !important;
    left: -10px;
    position: absolute;
    z-index:2;
    }
	.category-ribbon-base:after{
		color: #FFF;
		position: relative;
		top:5px;
		left:10px;
		font-weight: bold;
		font-size: 0.9em;
		}    
.tracker-cat{
	width:155px;
	height:33px;
	background-position: 0 0;	
   	}    
.tracker-cat:after{
    content: "トラッカー・サバイバル";
		letter-spacing: -0.2em;    
    }    
.seiji-cat{
	width:155px;
	height:33px;
	background-position: 0 -33px;	
   	}    
.seiji-cat:after{
    content: "暮らし・政治";
    }   
.energy-cat{
	width:155px;
	height:33px;
	background-position: 0 -65px;	
	top:4px;	
   	}         
.energy-cat:after{
    content: "電気・ウェブ";
    }   
.zuihitsu-cat{
	width:155px;
	height:33px;
	background-position: 0 -97px;
	top:4px;		
   	}         
.zuihitsu-cat:after{
    content: "随筆";
    }  
.photo-cat{
	width:155px;
	height:33px;
	background-position: 0 -129px;	
	top:4px;
   	}          
.photo-cat:after{
    content: "フォトログ";
    }    
.info-cat{
	width:155px;
	height:33px;
	background-position: 0 -425px;	
	top:5px;
   	}         
.info-cat:after{
    content: "お知らせ";
    }    
    
.post-ribbon{
	position:relative;
	font-size: 0.9em;
//	border:1pt solid;
	}    
	.first-post-ribbon .category-ribbon-base{
		top:140px !important;
		}
	.second-post-ribbon .category-ribbon-base{
		top:5px;
		left:-10px;
		}     
                    	
	
.firstpost{
	position: relative;
	border-radius: 3px;
//	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width:640px;
	margin-bottom:26px;
	}
		.firstpost img{
                        top:0;
                        width: 640px;
			position: relative;
			border-radius: 3px;
			}
			.trim{
				overflow: hidden;
				height:310px;
				}	
.firstpost h2{
        position: absolute;
        bottom:0;
        left:0;
        z-index:1;
        font-size:1.5em;    
        width:615px;
        padding:10px 5px 10px 20px;
        line-height: 1.4;
        background:#000;
        background: rgba(0,0,0,0.8) ;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;         
        
}
.firstpost h2:hover{
        background: rgba(0,0,0,0.8) ;
}

    .firstpost h2 i{
        background: url('img/icon.png') no-repeat;
        background-position: 0 -30px;  
        width:27px;
        height:27px;
        float:left; 
        padding-right:12px;
        }

.title-back-black{
	}
	
.firstpost time{
//    background: url('img/ribbon.png') no-repeat;
//    background-position: 0 -215px;
//    height:52px;
//    width:81px;
    top:-7px;
    left: -8px;
    position: absolute;
    z-index:1;
	padding:5px 0 6px 15px;   
    font-size:1.3em; 	 
    }
    
.firstpost h2 a{
    color: #FFF;
    text-decoration: none;
    }
    
.firstpost .sns-count{
    position: absolute;
    top: 58px;
    left:5px;
    z-index:1;
//    width:70px;
    color: #eee !Important; 
    text-shadow: 1px 1px 2px #000;   
    font-size: 1.4em;
    line-height: 1;
    }
.firstpost h2 a{
    color: #FFF;
    text-decoration: none;
    }	
	
	
.second-post time, 
.yohoho-single-post > time, 
.yohoho-search time,
.yohoho-category-post time,
.yohoho-photo-post time,
.seisaku-post time{
//    background: url('img/ribbon.png') no-repeat;
//    background-position: 0 -162px;
//    height: 43px;
//    width:72px;
//    text-shadow: 1px 1px 3px rgba(64,64,64,0.4);
    top: -5px;
    left: -6px;
    position: absolute;
    z-index: 1;
	padding: 5px 0 6px 15px;   
    font-size: 1em; 	
    text-align: center;
}

.yohoho-single-post > time{
	font-size:1.3em;
	line-height:1;
	left: -16px;
	top:4px;
//	letter-spacing: -0.1em;
    border: 3pt solid #CCC;
    padding: 5px 3px 10px 12px
	}
.search-post time,
.yohoho-category time,
.yohoho-photo-post time{
//        left:-10px;    
}    

time{
	text-shadow:1px 3px 10px #bbb;	
    background:#FFF;
    border-radius: 100px;
    color:#666;
	}
.year{
    font-size:0.8em;

    position:relative;
    left:-6px;
}
.date{
    font-size:1.2em;
    position:relative;
    left:-6px; 
    letter-spacing: -0.05em;
}
	

.second-post,
.search-post,
.yohoho-category,
.yohoho-category-post,
.seisaku-post{
	position: relative;
	float: left;
	margin: 10px 50px 0 0; 
	width:180px;
	min-height:350px;
	}
	.seisaku-post{
		width:140px;
		min-height:140px;
//		border: 1pt solid;
		margin-right: 22px;
		}
.seisaku-post-content{
//  border: 1pt solid;
width: 100%;
position: absolute;
bottom:0;
left:0;
background: #FFF;
background: rgba(255,255,255,0.6);
background: -moz-linear-gradient(top,  
                rgba(255,255,255,0.0),  
                #FFF);　/* Firefox用 */  
background: -webkit-gradient(linear, left top, left bottom,  
                from(rgba(255,255,255,0.0)),  
                to(#FFF));　/* Safari,Google Chrome用 */  
}
.search-post h2
.second-post h2,
.yohoho-category h2,
.yohoho-category-post h2{
	position: relative;
//   font-size: 0.95em !important;
	}	
	.seisaku-post h3{
		font-size: 0.8em;
		margin:6px 0 0 0;
		}
.second-post:nth-child(4),
.search-post:nth-child(4),
.yohoho-category:nth-child(4),
.yohoho-category-post:nth-child(4),
.second-post:nth-child(7),
.search-post:nth-child(7),
.yohoho-category:nth-child(7),
.yohoho-category-post:nth-child(7),
.second-post:nth-child(10),
.search-post:nth-child(10),
.yohoho-category:nth-child(10),
.yohoho-category-post:nth-child(10),
.second-post:nth-child(13),
.search-post:nth-child(13),
.yohoho-category:nth-child(13),
.yohoho-category-post:nth-child(13),
.second-post:nth-child(16),
.search-post:nth-child(16),
.yohoho-category:nth-child(16),
.yohoho-category-post:nth-child(16),
.second-post:nth-child(19),
.search-post:nth-child(19),
.yohoho-category:nth-child(19),
.yohoho-category-post:nth-child(19),
.seisaku-post:nth-child(5),
.seisaku-post:nth-child(9){
	margin: 10px 0px 0 0; 
	}
		
	.second-post article,
	.search-post article,
	.yohoho-category article,
	.seisaku-post article{

//	border:1pt solid;
//        	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
//   	        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
//        	padding:20px 5px;
        	margin:0;
        	clear: both;
//        	overflow: hidden;
        	min-height:145px;
        	border/*\**/: 1pt solid #ddd\9;	/* For IE7&8	*/
        	border-bottom: none;
        	  background:#fefefe;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; 
		}
	.second-post article:hover,
	.search-post article:hover,
	.yohoho-category article:hover,
	.seisaku-post article:hover{
	background:#FFE;
	/*
        	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0) inset;
    	        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0) inset;
    	        */
	}
	.second-post article:last-child,
	.search-post article:last-child,
	.yohoho-category article:last-child{
			border-bottom/*\**/: 1pt solid #ddd\9;	/* For IE7&8	*/
	}		
		.second-post .entry-content,
        .search-post .entry-content,
        .yohoho-category-post .centry-content{
            position: relative;
            overflow: hidden;
        }
	.second-post-thumbs,
	.search-post-thumbs{
//		float: left;
              height:130px !important;
              max-width:200px;
//              margin-bottom:5px;
//                overflow: hidden;
		}
		.seisaku-post-thumbs{
			height:140px;
			overflow: hidden;
			}
	.second-post-thumbs img,
	.search-post-thumbs img{
	height:120px;
	}
		.seisaku-post-thumbs img{
			
			}
	.second-post-content,
	.search-post-content{
//                border: 1pt solid;
                width:180px;
                padding-left:0px;

                position: relative;
    overflow: hidden;               
		}	
		.search-post-content{
		    min-height:230px; 
		    font-size:0.8em;
		}
		.search-post-content h2{
		font-size: 1.2em !important;
		line-height: 1.5;
		}
		.second-post-content h2 a{
//		font-weight: normal;
		font-size: 1em;
		color: #CCC;
		}
        	.second-post-content h2 i,
        	.search-post-content h2 i,
        	.yohoho-page h2 i,
        	.link i,
        	.author-heading i{
	        background: url('img/icon.png') no-repeat 0px -15px;
	        width:17px;
	        height:16px;
	        position: relative;
	        top:2px;
	        float: left;        	    
        	}	        
        	.second-post-content h2 a,
        	.search-post-content h2 a,
        	.yohoho-page h2 a,
        	.link a{
                margin-left:8px;
           	}	
           	
	        .single-post-fb{
	        	padding: 0 3%;
				overflow: hidden;
				width:90%;
				margin-top: 1em;
	        }
	        	.yohoho-page h2,
	        	.link{
	            background-position: 0 5px;
	            }
        	.second-post-content h2 a,
        	.search-post-content h2 a,
        	.seisaku-post-content h3 a{	
                color: #555;
     	        }	        
        	.second-post-content h2 a:hover,
        	.search-post-content h2 a:hover,
        	.seisaku-post-content h3 a:hover{	
                color: #777;
     	        }	  



.second-post footer,
.search-post footer,
.yohoho-category footer{
    border-top: 1pt solid #EEE;
    margin-top : 15px;
    padding-top: 5px;
    width:100%;
    position: relative;
    bottom:0;
    left:0;
	color:#999;
    text-align: right;
}
/*
	.second-post footer .sns-count,
.search-post footer .sns-count,
.yohoho-category footer .sns-count{
	left:35px;

	}
*/

.search-post article{
    min-height:180px;
    height: 100% !important;
}


.search-excerpt{
    font-size:1em;
    line-height: 1.5;
    color:#999;
}
.search-post footer{
    font-size:0.8em;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
    text-decoration: none;
    
}	        
	        
.z-index-optimize{
	z-index:0;
	position: relative;
	}	
.essay{
        padding:20px 0 !Important;
        margin:0 !Important;
	}	
	
/* 06.リボン型の見出し（影調整） */
.essay h2{
	position:relative;
	padding:10px;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.essay h2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#7bb8d8;
}
.essay h2:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#7bb8d8;
}	

.essay-inner{
	padding: 10px;
	line-height:1.4;
	}


.shelf:after{
  content: " ";
  clear: both;
  display: block;
}
.page-sidebar{
//	width:200px;
	float:right;
	}
.about-tender, .about-yohoken{
	margin:0 0 20px 0 !Important;
	width:160px;
	float:left;
	line-height:1.7;
	border:1pt solid #CCC;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 0 40px rgba(0, 0, 0, 0.1) inset;	
	    text-align: center;
	    padding: 5px 15px;
	}
	.about-tender{
	margin-right:15px !important;
	}
/*
.shadow-160:after{
    content:"";
    width:160px;
    background: url('img/160-shadow.jpg') no-repeat;
    height:20px;
    position: absolute;
    bottom:0px;
    left:0;
    overflow:hidden;
}
*/
.about-tender i{
    background: url('img/category.jpg') no-repeat 0 -530px;

    width:160px;
    height:100px;
    float: left;
    position: relative;
    margin: 5px 0 5px 0px;
	}
	
.about-yohoken i{
    background: url('img/icon.png') no-repeat ;
    background-position: 0 -108px;	
    width:103px;
    height:104px;
    float: left;
    position: relative;
    margin: 5px 0 5px 25px;
	}

.tender-description{
	font-size:0.85em;
	line-height:1.5;
	margin-bottom:1em;
	clear: both;
	text-align: left;
	}
	.tender-photo-name{
                font-weight: bold;
                font-size:1.2em;
		}
		.tender-photo-name img{

			}
	.tender-name{
    clear:both;
		}
	


.portfolio-block{
position: relative;
	}	
	.portfolio-block img{
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	max-width:160px;
		}
		.portfolio-block img:hover{
		    opacity: 0.8;
		}
		.portfolio-block h3{
		    position:absolute;
		    bottom:0px;
		    left:0;
		    padding:20px 5px 10px 5px;
		    width:150px;
			
		    
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
			
			padding-top/*\**/: 10px\9;	/* For IE7&8	*/
			background/*\**/: #000\9;	/* For IE7&8	*/
		}
	
		.portfolio-block-link h3{
		    color: #FFF;
		    font-size:0.9em;
		    line-height:1.4;
		    font-weight:normal;
		    }
		    
		    
.yohoho-single-post{
	font-size: 0.95em !important;
	line-height: 2;
	padding: 16px 0 !important;
	margin:0 !important;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    
	border/*\**/: 1pt solid #CCC\9;	/* For IE7&8	*/	
	}
	.yohoho-single-post img{	
	   max-width: 600px;
	   display: block;
	   }
	.yohoho-single-post h1{
		line-height:1.6;
		font-size:1.3em;
		letter-spacing: 0.1em;
		margin:0 10px 10px 4em;
		}
	.yohoho-single-post h1 a{
	    color: #000;
	    }		
.yohoho-single-content h2,
.yohoho-page h2,
.full-width h2{ 
border-bottom: 1pt solid #000;
margin: 2em 0 16px -30px !important;
padding: 0 0 0 1.2em;
letter-spacing: 0.1em;
background: url('img/cursor31.png') no-repeat 0 9px;
font-size: 1.6em;
line-height: 1.4;
background: #203744;
padding: .5em 1em;
color: #FFF;
}
	.yohoho-single-post .sns-count{
	    position:relative;
	    left:77px !important;
//	    width:200px;
	    font-size:0.8em;
	    overflow:hidden;
	}
.yohoho-single-content h3,
.yohoho-page h3,
.full-width .entry-content h3{
    border-bottom: 1pt solid #000;
//    border-left: 5pt solid #CCC;
    margin: 2em 0 0 0px;
//    padding-left: 10px;
    font-size: 1.3em;
}	
	
.yohoho-single-content h4,
.yohoho-page h4{
//    border-bottom: 1pt solid #CCC;
//   border-left: 5pt solid #CCC;
    margin: 2em 0 0 0em;
//    padding-left: 10px;
    font-size: 1.2em;
}	

.yohoho-single-content h4:before,
.yohoho-page h4:before{
content: "> ";
}
	
	
	.yohoho-single-post .sns-count .count{position: relative; top:-9px; font-size: 1.3em;}
	

	    		
	.yohoho-single-content{
		padding:20px 20px 50px 20px;
		margin-top:20px;
		}	
        	.yohoho-single-content iframe,
        	.yohoho-page iframe{
        	width: 570px;
        	}


.yohoho-photo-post .yohoho-single-content{
	padding:0;
	margin:10px auto 50px auto;
	line-height:2;
	}
	.yohoho-photo-post h2{
	    font-size: 1.3em;
	}
	.yohoho-photo-post h2:before{
	background: url('img/icon.png') no-repeat top left;
	width:28px;
	height:15px;
	position: relative;
	top:1px;
	left:0;
	content:"";
        float: left;
        margin-right:6px;
	}
	.yohoho-photo-post .sns-count {
	    position: absolute;
	    top:0;
	    right:0;
	    }
	.yohoho-photo-post img{
		width:940px;
		display: block;
		margin:10px 0;
		}
	.photo-devide{
		
		}

.portfolio{
	width:100% !important;
	position: relative;
//	left:-40px;
    background: #FFF;
	min-height:170px;
	padding: 20px 0;
	border:1pt solid #DDD;
	border-left: none;
	border-right: none;
//        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
//        box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;	
	}
	
.portfolio >div, .footer-inner{
//    border:1pt solid;
    margin:0 auto !important;
    width: 100%;
    overflow: hidden;
}


.portfolio > h3{
    background: url('img/ribbon.png') no-repeat;
    background-position: 0 -278px;
    height:29px;
    width:140px;
    top:12px;
    left: -10px;
    position: absolute;
    z-index:1;
	padding:9px 0 6px 15px;   
        font-size:1em; 
	color: #FFF;  
    }

/*
.project > h3{
		letter-spacing: -0.2em;
		}
.portfolio > h3{
    background: url('img/ribbon.png') no-repeat;
    background-position: 0 -322px;  
    }
*/		


.yohoho-page{
	margin: 0 !important;
	padding: 16px 0 !important;
	width: 608px !important;
	}
	.yohoho-page-content{
		padding: 0 20px;
		line-height:1.7;
        font-size: 1.1em !important
		}
		.yohoho-page-content img{
			max-width:100%;
			}
			
.yohoho-page-content h1,
.full-width h1{
font-weight: bold;
position: relative;
margin: 20px 0 0 0px;
padding: 15px 10px 6px 0px;
//background:#88ccef;
color:#333;
text-shadow: 1px 1px 3px #999;
border-bottom: 1pt solid #CCC;
line-height:1.5 !important;
}	
    .yohoho-page-content h1:before{
	background: url('img/icon.png') no-repeat 0px -30px;
	width:28px;
	height:25px;
	position: relative;
	top:1px;
	left:0;
	content:"";
        float: left;
        margin-right:8px;    
    }

/*
.yohoho-page-content h2,
.other-posts-h3{
	position:absolute;
	top:30px;
	left:0px;
	padding:6px 10px;
	color: #FFF;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);
}

.yohoho-page-content h2:before,
.other-posts-h3:before{
	content:" ";
	position:absolute;
	top:-12px;
	right:-70px;
	width:0;
	height:0;
	border-width:30px;
	border-style:solid;
	border-color:transparent;
	border-left-color:#88ccef;
}
.yohoho-page-content h2:after,
.other-posts-h3:after{
	content:" ";
	position:absolute;
	bottom:-20px;
	left:-10px;
	width:0;
	height:0;
	z-index: 10;
	border-width:10px 0px 10px 10px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#7bb8d8;
}
*/		
.other-posts-h3{
    top:10;
    left: -40px;    
    letter-spacing: 0.1em;
}
.other-posts-h3:before{
    top:-10px;
    right:-50px;
    border-width:23px;
}

/*	_/_/_/_/	SNSカウント		_/_/_/	*/
.sns-count{
	position: relative;
	}
.sns-count div{
    float: left;
    margin-right: 0.5em;	
	
//		border: 1pt solid;
//	width: 30px;
	}	
	.firstpost .sns-count div{
	margin: 0;
	float: none;
	padding: 1px 0 0 0;
	}
		.firstpost .sns-count i{
        margin-top: 3px;
		}
.sns-count i{
	background: url('img/sns_icon.png') no-repeat top left;
	width:16px;
	height:16px;
        float: left;
        margin: 3px 4px 0 0;
	}
.fb-count i{ background-position: 0 0;} 
.twitter-count i{ background-position: -17px 0;} 
.hatebu-count i{ background-position: -34px 0;} 
.comment-count i{ background-position: -51px 0;} 

	.sns-count{
	    color: #999 !Important;
	    font-size:1.2em;
	    }	


.meta div[id*="socialarea_hatebu_"],
.meta div[id*="socialarea_facebook_"],
.meta div[id*="socialarea_twitter_"]{	/*	連番すべてに適用	*/

	}

.second-post-content .sns-count{
//    border:1pt solid;
    overflow: hidden;
}	


.seisaku{ overflow: hidden;}
.seisaku h2{
	margin: 30px 0 10px 0;
    border-bottom: 1pt solid #ccc;
    padding-bottom:6px;
	}

/*	_/_/_/_/_/_/ Dendoiri _/_/_/_/_/_/	*/

.sidebar-dendo-project-block{
	margin: 3em 0;
	width: 100%;
//	border: 1pt solid;
	overflow: hidden;
}
    .sidebar-dendo-project-block h2{
    margin-bottom: 10px;
    border-bottom: 1pt solid #ccc;
    padding-bottom:6px;
    }
    
    
.dendoiri .sns-count{
    margin: 6px 0;
    overflow: hidden;
}
.dendoiri{
//  border: 1pt solid;

}
    .dendoiri article{
    margin: 0 1em 0 0px;
    color: #999;
    font-size: 0.9em;
    line-height: 1.2;
			width: 200px;
		float: left;
    }
    .dendoiri article:last-child{
		margin-right:0;
		}
    .dendoiri-trim{
    height:100px;
    overflow: hidden;
    }
    .dendoiri-trim img{
    width: 200px;
    position: relative;
    top:-20%;
    }
    .dendoiri .tuzuki{
    text-align: right;
    }
.project{
float: left;
margin-left: 18px;
}

    .project article{
    height:180px;
    width: 180px;
    background:#DDD;
    color:#FFF;
    margin-bottom: 20px;
    }

.search-right-column{
	float: left;
//	border:1pt solid;
	margin-left: 20px;
	}
/*	_/_/_/_/_/_/ Drop-shadow _/_/_/_/_/_/	*/

.drop-shadow {
    position:relative;
    width:45%;
    padding:1em;
    margin:2em auto 5em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:" ";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    
    
     max-width:300px !important;
    -webkit-box-shadow: 15px 8px rgba(0, 0, , 0.7) !important;
    -moz-box-shadow:0 15px 8px rgba(0, 0, 0, 0.7) !important;
    box-shadow:0 15px 8px rgba(0, 0, 0, 0.7) !important;
    -webkit-transform:rotate(-3deg) !important;
    -moz-transform:rotate(-3deg) !important;
    -o-transform:rotate(-3deg) !important;
    transform:rotate(-3deg) !important;   
}
 
.drop-shadow:after{
    right:10px;
    left:auto;

    -webkit-transform:rotate(3deg) !Important;
    -moz-transform:rotate(3deg) !Important;
    -o-transform:rotate(3deg) !Important;
    transform:rotate(3deg) !Important;
}

.round{
    -moz-border-radius:4px !important;
    border-radius:4px !important;  	
	}

	.round:before,
	.round:after {
	     max-width:300px !important;
	    -webkit-box-shadow: 15px 8px rgba(0, 0, , 0.7) !important;
	    -moz-box-shadow:0 15px 8px rgba(0, 0, 0, 0.7) !important;
	    box-shadow:0 15px 8px rgba(0, 0, 0, 0.7) !important;
	    -webkit-transform:rotate(-3deg) !important;
	    -moz-transform:rotate(-3deg) !important;
	    -o-transform:rotate(-3deg) !important;
	    transform:rotate(-3deg) !important;   
	}
	
	.round:after{
	    -webkit-transform:rotate(3deg) !Important;
	    -moz-transform:rotate(3deg) !Important;
	    -o-transform:rotate(3deg) !Important;
	    transform:rotate(3deg) !Important;
	}	

.round2:after{
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;	
	    -webkit-transform:rotate(0deg) !Important;
	    -moz-transform:rotate(0deg) !Important;
	    -o-transform:rotate(0deg) !Important;
	    transform:rotate(0deg) !Important;
	}		

/* _/_/_/_/_/ Wordpress popular posts _/_/_/_/_/ */		

.popular-posts{
    margin: 20px auto;   
	width:220px;    
}
.popular-posts a , .single-post-recent a{
      text-decoration: none;
      color: #777;      
      	}
	
.popular-posts ul, .pickup{    
	}
	.pickup{
	    margin-bottom:60px !important;
	}
	
.popular-posts ul li, .pickup li, .single-post-recent ul li{
	margin-bottom: 1em;
	padding-bottom:1em;
	border-bottom: 1pt solid #CCC;
	
        counter-increment:popular;
	}
	.popular-posts ul li:before{
	background:#000;
	width:20px;
	height:20px;
	overflow: hidden;
	position: absolute;
	left:0;
	z-index: 3;
	content: "";
	content:counters(popular,"");
    
        font-style: italic;
        font-size: 1.7em;
        padding:2px 0 2px 4px;
        line-height: 1;
        color: #FFF;
                
	}
	
	.pickup li{
	border: 1pt solid #deecf9;	
	font-size:1.1em;	
	background: rgba(255,255,255, 0.6);
        box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 10px !important;
	margin-left: -10px;
	position: relative;
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    transform:rotate(-2deg);	
	}
        .pickup li:hover{
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);	
	}
 
	.wpp-thumbnail{}

	.wpp-post-title, .recent-title{
		line-height: 1 !important;
		font-size:0.9em;
		}

		.pickup .wpp-post-title{
		background: url('img/cursor31.png') no-repeat 0px -2px;		    
		}

.wpp-comments, .wpp-views{
	font-weight: bold;
	color: #aaa;
	font-size:1.3em;
	padding-top:4px;
	display: block;
	text-align: right;
	}
	.wpp-views:before{
		content: '　» ';
		}

.pickup-h3{
	font-size:1.7em !important;
	background-position: 0 5px !important;
	}



.single-post-recent{
    font-size:0.95em;
    line-height:1.5;
    margin-top: 20px;
    width: 220px;
}

.single-post-recent h3:before, 
.popular-posts h3:before,
.widget_recent_entries h3:before,
.widget-title:before{
    content:" ";
    background: url('img/icon.png') no-repeat 0 -15px ;
    position: relative;
    width: 17px;
    height: 19px;
    top:1px;
    left: 0;
    margin-right: 7px;
    float: left;
    }
    .single-post-recent h3:after{
        content:"";
        clear: both;
        }   
.widget_recent_entries h3,
.widget-title{
position:relative;
line-height:1.4;
 }
        
.popular-posts h3{ margin:0px 0 25px 0; font-size:0.9em; position: relative; top:3px;}

    .popular-posts h3:before{
    top:-2px;
    }         



.single-post-recent img{
	width:220px;
	display: block;
	top:-50%;
	position: relative;
	}
	.recent-trim{
		height:73px;
		overflow: hidden;
		margin-bottom:5px;
		}
    .single-post-recent ul li{
    position: relative;
    margin: 0 0 20px 0;
    }
    .single-post-recent ul li time{
        background: #FFF;
        color:#000;
        position:absolute;
        top: -5px;
        left: -5px;
        z-index:2;
        padding: 5px 0 5px 13px;
        text-align: center !important;
        font-size:0.7em;        
    }


/*	_/_/_/_/_/_/ other-posts		_/_/_/_/_/	*/

.other-posts{
	margin: 0px 0 0 0 !important;
	padding: 0px;
	position: relative;
	}
        .other-posts-inner{
            margin:60px auto 0 auto;
        }
	.other-posts h3, .other-posts h3{
	font-size:1em !Important;
	text-align: left;
	margin-top:3px;
	}

	.pref-next{
	border: 1pt solid #DDD;
	overflow: hidden;
	background: #EEE;
	border-radius: 6px;
	} 
	
	.yarpp-block a, .pref-next a{
	    text-decoration: none !important;
	    color: #000;
		}
		.pref-next a{
	    display: block;
	    width: 100px;
	    float: left;
	    padding: 0 13px; 
		}
		.pref-next img{
		    width:100px;
		}
		
            	.yarpp-block li:hover, .pref-post:hover, .next-post:hover{
		opacity: 0.8;
		background: #eee !important;

		  	/*	IE-Hack	*/
			filter/*\**/: none\9; 			
                }
                
h6{
	font-size: 1em !important;
	margin: 18px auto 5px 0;
	padding-left:0px;
	}

/*	_/_/_/	yarpp	_/_/_/	*/

	.yarpp-block h5, .pref-next h3{
		background: url('img/cursor31.png') no-repeat 4px 1px !important;
		text-indent: 2.6em !important;
		text-align: left;
		font-size: 0.9em !important;
		line-height:1.5;
		font-weight: normal !important;
		}	
		
.yarpp-block{
        position: relative;
        top:0px;
}
.yarpp-block li{
    overflow: hidden;
    margin-top:15px;
    width:100px;
    min-height: 250px;
    overflow: hidden;
    float: left;
    padding: 0 13px;
    font-size: 0.9em;
    border: 1pt dashed #DDD;
    border-top: none;
    border-bottom: none;
}
   .yarpp-block li:first-child{
   padding-left: 0px;
   }
.yarpp-block li img{
    width:100px;
    height:100px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);    
}

.related li a:hover{
    color: #fff ;
    background-color: #665e53 ;
    border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}





/* 09.矢印型の見出し */

.cursor-pref{
	position:relative;
	top: 55px;
	left: 1px;
	padding:1px;
	background:#dc0;
	box-shadow:
		5px 0 0 0 #dc0,
		-5px 0 0 0 #dc0,
		0px 3px 13px 0 rgba(0,0,0,0.1);
        font-size: 2px;		
}
.cursor-pref:before{
	content:" ";
	position:absolute;
	top:-8px;
	left:-35px;
	width:0;
	height:0;
	border-width:15px;
	border-style:solid;
	border-color:transparent;
	border-right-color:#dc0;
}


.cursor-next{
	position:relative;
	top: 58px;
	left:98px;
	padding:1px;
	background:#dc0;
	box-shadow:
		-5px 0 0 0 #dc0,
		-10px 0 0 0 #dc0,
		0px 3px 13px 0 rgba(0,0,0,0.1);
        font-size: 2px;
}
.cursor-next:before{
	content:" ";
	position:absolute;
	top:-8px;
	left:5px;
	width:0;
	height:0;
	border-width:15px;
	border-style:solid;
	border-color:transparent;
	border-left-color:#dc0;
}	



.yohoho-404 h2{
    font-size:1.6em;
    margin: 10px 0; 
}
.notohanto-description{
    line-height:1.8;
}
.notohanto-description p{
    margin-top: 1em;
    text-indent:1em;
    color: #777;
    }


/*	_/_/_/_/_/	検索関係	_/_/_/_/_/	*/

.search-results .count{
	font-size: 1.3em;
	}


.archive-title {
	font-size:1.5em;
	color: #333;
	background: url('img/cursor32.png') no-repeat  0.5em 10px;
	padding: 0 0 4px 2.2em;
	margin: 0px 0 0 0px;
	letter-spacing: 0.13em;
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ＭＳ Ｐゴシック","MS PGothic", "sans" !important;
}
.search-results li{
	margin-bottom:20px;
}
.search-results .entry-content, .archives .entry-content{
	font-size:0.8em !important;
	line-height: 1.6;
	color: #999;
	}

.searchform{
//    position:absolute;
//    right:0;
//    top:0;
//float: right;
}
#s{     
	-moz-border-radius:15px !important;
    	border-radius:15px !important;
	border: 2pt solid #aaa;
	color: #777;
	font-style: italic;
	margin-right:1.5em;
	padding:4px 8px;
	background: #FFF url('img/search.png') no-repeat 7px 1px !important;
	text-indent: 2.2em;
	width:150px;
  box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
    #searchsubmit{
        display: none;
    }


/*		float-share-panel		*/


	.float-share-panel{
		width:105px;
		position: absolute;
		top:350px;
		left:0px;
		z-index:1;
		background:#FFF;
		background:rgba(255,255,255,0.8) ;
		clear: both;
		-webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 8px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;	
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; 

		border/*\**/: 1pt solid #CCC\9;	/* For IE7&8	*/               	
		border-right/*\**/: none\9;	/* For IE7&8	*/   
		}
		    .float-share-panel > div{
		        display: block;
		        padding: 10px 0;
		        margin: 0 auto;
		        text-align: center;
		        border-bottom: 1pt dotted #ddd;
		        }
		         .twitter{
		            padding-left:12px !Important;
		            }
		         .google{
		         	padding-left:25px !important;
		         	}
.fixed {
  position: fixed !important;
  z-index:100000;
  margin-top: 350px;
  top: 0px;
  right:0px;
}  
.wpp-fixed {
  position: fixed !important;
  z-index:100000;
  margin-top: 30px;
  top: 0px;
  width:220px;
}  

#sidebar{
	position: relative;
	width:400px;
	float:right;
//	border:1pt solid;
	}

/*	_/_/_/	tablenav	_/_/_/	*/
.tablenav {		
	margin: 2em auto 1em auto;
	text-align:center;
	font-size:1.2em;
	width: 100%;
	overflow:hidden;
	padding: 10px 0;
}

a.page-numbers, .tablenav .current { /*	選択されてないところ	*/
	color: #88ccef;
	padding: 3px 7px ;
	text-decoration:none;
	margin:0 4px;
	font-size:smaller;
			-moz-border-radius: 12px;
			border-radius: 12px;
}

a.page-numbers:hover { /*	選択されているところ	*/
	color:white;
	background: #88ccef;
}

.tablenav .current {    /* 現在のページ  */
	color: white;
	background: #88ccef;
	border-color: #88ccef;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	}


	
body{
	background:  url('img/back-golf.jpg');
	}
body > footer{
	width:100%;
	min-height:100px;
	padding:20px 0;
	background: #666;
	border-top: 1pt solid #CCC;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
	}
	.footer-inner div > aside{
	width:180px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 8px;
	float: left;
	border-right: 1pt solid #999;
	color:#FFF;
	}
	.footer-inner div > aside:first-child{
	margin-left:0;
	}
	.footer-inner div > aside:last-child{
	margin-right:0;
	border-right:none;
	}
	   .footer-inner a{
	   text-decoration: none;
	   color: #ccc !Important;
	   }
	   .footer-inner a:hover{
	   color: #fff !Important;
	   }
	   .footer-inner .widget ul{
	   margin:25px 0 0 0;
	   }
	   .footer-inner .widget ul li{
	   font-size: 0.85em;
	   margin-bottom:12px;
	   line-height:1.5;
	   padding: 5px 0;
	   border-bottom: 1pt dotted #777;
	   }
	   .footer-inner .widget ul li:before{
	   content:"√";
	   margin-right: 8px !important;
	   color: #FFF;
	   }
	.footer-inner .popular-posts ul{

	}   
	.footer-inner .popular-posts ul li{
	   font-size: .93em;
	   margin-bottom:12px;
	   line-height:1.4;	
	   padding:5px 0;
	}
	.footer-inner .popular-posts ul li:before{
	background: none;
	font-size:1em;
	position: relative;
	padding:0;
	margin-right:10px;
	content:counters(popular,"");
	}	
	
	
	
#content{
	}	
.totop{
	position: fixed;
	bottom:10px; 
	right: 3%;
	}

.biggerfont, .bigger{ font-weight:bold; font-size:1.1em; }	
.biggest{ font-weight:bold; font-size:1.5em; }	
.biggest2{ font-weight:bold; font-size:2.5em; }		
.smallerfont, .smaller{ font-weight:normal; font-size:0.9em;}
.smallest{ font-weight:normal; font-size:0.75em;	line-height: 1.7; display: block;}		
.{ color:#F00; }	
.gray{ color:#999;}		
.bgray{ color:#7c7c7c;}	
.yellow{ color:#ffd700;}
.padding10{ padding:10px;}
/*
.yohoho-single-content h5,
.yohoho-page h5{ border-bottom: 1pt solid #ddd; margin: 12px 0 16px 0; padding: 0 0 0 1.2em; letter-spacing: 0.1em; background: url('img/cursor31.png') no-repeat 0 5px; font-size:1.3em; line-height:1.4;}
*/

.count-h5{ counter-reset:h5;}
.count-h5 h5:before{
	counter-increment:h5;
	content:counter(h5) ". ";	
	font-size:1.4em !important;
	font-style: italic;
	}
.count-h5 h5{background-position: 0 14px;}

.dashed{color: #FFF; background: none; border:none; border-top:3pt solid #EEE; position: relative;}
.dashed:after{ content: "a"; width:100%; height:0; position: absolute; border-bottom: 2pt solid #F0F3FF;}
	
.st, .strike{ text-decoration:line-through; font-weight:bold; font-size:0.9em;}	
#content blockquote{
	background:#F3F3F3 url('img/quote.png') no-repeat 15px 10px !important;	
	border-left:7pt solid #ccc;
	line-height:2;
	padding: 1em 4em 1em 5.5em;
	margin:0 2em 0 2em;
}
.copyright{font-size: 0.7em; color: #999;}


.cloud-block{
	margin:0 0 2em 1em;
	padding-left: 1em;
	font-size: 0.8em;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3), 0px 0px 45px rgba(0,0,0,0.1) inset;
	border-radius: 5px;
	padding: 1em;
	//background: #FEFFF9;
	  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;   
	}
.cloud-block:hover{
	background:#FEE;
}
	.cloud-block h4{
	margin: 0;
	border-left-color: #FC0;
		line-height: 1.4;
		margin-bottom: 8px;
		font-size: 1.2em;
		first-letter: 1.4em;
	}
/*
.cloud-3000{
	border-left: 5pt solid #CFF;
}
.cloud-5000{
	border-left: 5pt solid #CFF;
}
.cloud-10000{
	border-left: 5pt solid #CFF;
}
.cloud-30000{
	border-left: 5pt solid #CFF;
}
.cloud-50000{
	border-left: 5pt solid #CFF;
}
.cloud-100000{
	border-left: 5pt solid #CFF;
}
*/

.yohoho-single-post ol li{
//	padding-left: 2em;
//    list-style-type: decimal;
//    margin-left:25px;
    font-weight: bold;
	counter-increment: popular; 
	border-bottom: 1pt dashed #CCC;
	}
	.yohoho-single-post ol li:before{
    font-style: italic;
	content:counters(popular,"") ". ";
	}

.in-yo{
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
	    overflow: hidden;
	    padding: 5px 20px ;
	    margin-left:2em;
	    width:500px;
	    color: #999;
	    border-left: 10px solid #F99;
        	border/*\**/: 1pt solid #ddd\9;	/* For IE7&8	*/	    
	}
	.in-yo img{
	    width:120px;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);	    
	    }
	.in-yo a{
	    font-weight: bold;
            text-decoration: none;
	}    
	.in-yo a:before{
	    width:25px;
	    height:15px;
	    position: relative;
	    float: left;
	    background: url('img/icon.png') no-repeat 0 -15px;
	    top:9px;
	    left:0px;
	    content: " ";	    
	}
	.yohoken a:after{
	    content: "　｜　ヨホ研2.0"
	    }
.kouza{
	border: 3pt solid #c00;
	color: #c00;
	font-weight: bold;
//	padding: 1em;
	width: 80%;
	border-radius: 4pt;
	margin:0 auto;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	}
.kouza-title{
	background: #c00;
	color: #FFF;
	padding-left: 1em;
}
.kouza-naiyo{
	padding: 1em;
	letter-spacing: 0.05em;
}


.taiwa{
margin: 2em auto;
border-radius: 8px;
background: #EEE;
padding:20px 10px 30px 130px;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
    .taiwa>strong:first-child{
    border-bottom: 1pt dotted #CCC;
    padding: 0px 300px 5px 0;
//			margin-bottom:0.5em;
			display:block;
    }
.noguchi-taiwa{
background: #FFF url('img/noguchi_taiwa.jpg') no-repeat 10px 10px;
}
.matsuda-taiwa{
background: #FFF url('img/matsuda_taiwa.jpg') no-repeat 10px 10px;
}
.tender-taiwa{
background: #EEE url('img/tender_taiwa.jpg') no-repeat 10px 10px;
margin-left:1.5em;
}
.taiwa img{
max-width: 420px;
}



.taiwa-02{
padding-left: 120px;
padding-bottom: 2em;
margin-bottom: 1em;
min-height:130px;
border-bottom: 1pt solid #F6F6F6;
// text-indent: 1em;
}
.kitamura-taiwa-02{
background: #FFF url('img/kitamura_taiwa.jpg') no-repeat 0px 0px;
}
.takeuchi-taiwa-02{
background: #FFF url('img/takeuchi_taiwa.jpg') no-repeat 0px 0px;
}
.tender-taiwa-02{
background: #FFF url('img/tender_taiwa_02.jpg') no-repeat 0px 0px;
}
.tender-taiwa-02:before{
	content: "—";
	color:#CCC;
	}
	    
.edit-link{position:fixed;top:0;left:0; background:rgba(0,0,0,0.8);padding:0px 20px;font-size:0.9em;    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}	    
.edit-link:before{content:"記事の"; color:#FFF;}
	    .edit-link a{color:#FFF;text-decoration: none;}
	    
	    	    
.broken_link:after, a.broke_link:after{
content:" » リンク切れ！";
text-decoration: none !important;
color:#999;
font-weight: bold;
font-size:0.8em;
}





.pagesprit {
    color: #000000;
    background:white;
    margin: 1em auto;
    line-height:2em;
    text-align:center;
    position: relative;
}


.page-numbers a {
border:1pt solid #21759b;
padding: 5px 3px;
position: relative;
//    margin-right: 9px;
text-decoration: none;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;   
  
        	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);  
}

.page-numbers >.numbers{
    background: #21759b;  
    color:#FFF;
    padding: 5px 13px;
}

.page-numbers a:hover {
background:#F6457a;
color:#FFF;
border: 1pt solid #f6457a;
}

.numbers {
    margin: 0 10px;
}

.page-cursor a .next{
text-decoration: none;
border:1pt solid;
border-right: 3pt solid #21759b;
padding: 7px 10px;
margin-left:20px;
position: relative;
font-size:0.9em;
    	border-radius: 18px;
        	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); 
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;   

}


.page-cursor a .next:after{
	content:" ";
	position:absolute;
	top:2px;
	left:60px;
	width:0;
	height:0;
	border-width:16px;
	border-style:solid;
	border-color:transparent;
	border-left-color:#21759b;
}
.page-cursor .next:hover{
background:#F6457a;
color:#FFF;
border: 1pt solid #f6457a;
border-right: 3pt solid #F6457a;   
}

.page-cursor a{
    text-decoration:none;
}    

.page-cursor .pre{
    font-size:0.8em;
//    padding: 0 10px 0 0;
    float: left;
    display: block;
}

/*
.grobal-header{
	height:625px;
	width:100%;
	background: url('img/header01.jpg') no-repeat;
	margin: 0 auto;
	}
*/

.share-buttons{
    overflow: hidden;
}
.sns-bar{
    width:48%;
    margin-left: 1%;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    font-weight: bold; 
    position: relative;
    display: block;
    text-decoration: none;

}
    .sns-bar:hover{
    top:1px;
}
    
.fb-singlepost-bar{
	background: #4763b2;
    border: 1pt solid #4763b2;
    color: #FFF !important;
}
.twitter-singlepost-bar{
    background: #FFF;
    border: 1pt solid #999;
    color: #777 !important;
}
    .twitter-singlepost-bar img{
    margin: 0 !important;
    width :18px;
    padding-right: 4px;
    vertical-align: middle;
    display: inline !Important;
}

.fb-follow{
display: block !important;
margin-top: 1em;
}

.gliph{
border: 1px solid #20796A;
border-radius: 3px;
position: relative;
color: #FFF;
background-color: #20796A;
	}
.saisei{
border-radius: 3px;
position: relative;
color: #ccc;
background-color: #666;
padding: 0px 3px;
	}


/*	_/_/_/_/_/_/	ソーラー本予約フォーム		_/_/_/_/_/	*/

.header-banner{
	margin-bottom: 16px;
	overflow: hidden
}
.header-banner-block{
	float: left;
	padding-right: 10px;
	  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;     
}
	.header-banner-block:last-child{
		padding-right:0;
	}

.header-banner-block:hover{
	opacity: 0.8;
  transform: rotate(-2deg);
}

.yoyakuform-solar img{
border: 1pt solid #aaa;
display: block;
margin: 0 0 2em 0;
//height: 200px;
positoin: realtive;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; 
}

.yoyakuform-solar img:hover{
	border: 1pt solid #F99;
	opacity: 0.8;
	}

/*	_/_/_/_/_/_/	contact form7		_/_/_/_/_/	*/

#cf7-waku input, #cf7-waku textarea{
//    border:1pt solid;
    -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.1) inset;
    
    border:1pt solid: #ccc;
    margin-bottom:20px;
    
    font-size:1.05em;
    background: #FFF;
    
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; 
}

#cf7-waku input:hover, #cf7-waku textarea:hover{
    -webkit-box-shadow:0 0 60px rgba(0, 0, 0, 0) inset;
    -moz-box-shadow:0 0 40px rgba(0, 0, 0, 0) inset;
    box-shadow:0 0 40px rgba(0, 0, 0, 0) inset;
}

.wpcf7-form-control-wrap{
margin:1em;
display:block;
line-height: 2 !important;
font-size:0.9em;
}
span.wpcf7-list-item{
display: block;
padding:18px;
//border-radius:16px;
	-webkit-transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
  	-o-transition: 0.2s linear 0s;
  	transition: 0.2s linear 0s; 
border-bottom:1pt dashed #CCC;
}

span.wpcf7-list-item:nth-child(odd) {
background:#FFE; 
}
span.wpcf7-list-item:nth-child(even) {
//background:#EEE; 
}
span.wpcf7-list-item:hover{
background:#FEE;
}	

.cf-jusho{
	width:600px;
	}
.cf-sodan{
	width:600px;
	}
	
.wpcf7-submit{
margin: 0 auto !important;
text-align: center !important;
font-size:1.5em !important;
padding:0.5em 1em !important;
position: relative;
left:42%;
border-radius: 10px !important;
//    text-shadow:-1px -1px 1px #999;
    font-weight: bold;
    color:#fff !important;
    border: 2pt solid #35c !important;
	background-image: -moz-linear-gradient(top, #89f, #35d) !important;
	background-image: -ms-linear-gradient(top, #89f, #35d) !important;
	background-image: -webkit-linear-gradient(top, #89f, #35d) !important;
	background-image: -o-linear-gradient(top, #89f, #35d) !important;
	background-image: linear-gradient(top, #89f, #35d) !important;    
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; 
}	
.wpcf7-submit:hover{
top:1px;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip-no-ajax{
color:#F00;
}
.wpcf7-response-output:before{
content: "※ "
}
.wire{
width:3em;
}

span.wpcf7-form-control-wrap:nth-child(4),
span.wpcf7-form-control-wrap:nth-child(8){
display: inline !important;
}

/*	ソーラー本フォーム	*/
.hon-chumon-form{
	line-height: 1;
	margin:1em;
	font-size:0.9em;
	border-left: 5pt solid #CCC;
}
.hon-chumon-form p{
	margin:0 0em;
	padding: 3px 2%;
//	border-radius: 6px;
}
.hon-chumon-form p:nth-child(odd){
	background: #F6F6F6;
}
.hon-chumon-form input{
	border-radius: 6px;
	font-size:1.1em;
	background: #FFD;
//	width: 100%;
}
	.wpcf7-form-control-wrap{
//		display: block;
//		margin-bottom: 2em;
	}
	.wpcf7-text{
//		width: 90%;
	}
.sassu:after{
	content: " 冊";
}
.chumon-name{
	width: 12em;
}
.chumon-tel{
	width: 10em;
}
.chumon-yubin{
	width: 8em;
}
.cf-jusho{
	width: 90%;
}
.sassu{
	width:3em;
}
.chumon-message{
	border-radius: 6px;
}
.hissu{
	color: #F00;
	font-size: 0.8em;
}

.banchi-nuke {
text-align: center;
}
.banchi-nuke span span span{
	font-weight: bold;
	background: #FF3;
//  font-size: 1.1em;
}


/*_/_/_/　イベント予約	_/_/_/*/
.event-join-form{
//	background: #EEE;
//	padding: 1em;
	max-width:640px;
	line-height: 1;
	margin:1em;
	border-left: 5pt solid #CCC;
}


.event-join-form p{
	margin:0 0em;
	padding: 3px 2%;
//	border-radius: 6px;
}
.event-join-form p:nth-child(odd){
	background: #F6F6F6;
}
.event-join-form input,
.event-join-form textarea{
	border-radius: 6px;
	font-size:1.1em;
	background: #FFD;
//	width: 100%;
		-webkit-transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
  	-o-transition: 0.2s linear 0s;
  	transition: 0.2s linear 0s; 
}

.event-join-form input:focus,
.event-join-form textarea:focus{
	background: #FFF;
	border: 1pt solid #F60;
}

/*	_/_/_/_/_/_/	IE7以下非対応		_/_/_/_/_/	*/
.lte-ie7{
	height:100%;
	width:100%;
	background:#FFF;
	color: #777;
	font-size:1.4em;
	font-weight: bold;
	z-index:100000000;
	position: fixed;
	text-align: center;
	line-height:1.9;
	}
	.lte-ie7 h1{
		font-size:1.8em;
		padding-left:1em;
		background: url('img/yohoho_logo01.png') no-repeat 0px 15px;
		border-bottom: 1pt solid #DDD;
		padding-bottom:0px;
		margin-bottom:12px;
		}
	.lte-ie7 > div{
		width: 500px;
		position: relative;
		top:20%;
		}
	.lte-ie7 a{
		color:#F6457a;
		}
		.ie8{
			margin: 20px auto;
			}

.waku{
	border: 1pt solid #ccc;
	-webkit-transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
  	-o-transition: 0.2s linear 0s;
  	transition: 0.2s linear 0s; 
  	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    
	}
	.waku:hover{
		opacity: 0.8;
	-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow:0 0px 0px rgba(0, 0, 0, 0.0);
		transform: rotate(-2deg);
		}
.kagoshima-denryoku,
.teehouse-project,
.kagoshima-guide{
    height:120px;
    margin:0 0 10px 0;
    }
    
.powawan{
	border: none;
	background: url('img/powawan.png') no-repeat 0px 0px;
	width: 620px;
	height:268px;
    position: relative;
    margin-left: -10px;
	}  
	
	
.screen-reader-response[role="alert"]{
    color: ;
    margin: 2em auto;
    font-size: 1.3em;
    border: 1pt solid #F00;
    padding: 1em;
    text-align: center;
}




.comments-area {
//	background-color: #fff;
//	border-top: 1px solid #eaeaea;
//	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}


.comment-list .reply a {
	font-weight: 700;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.requi {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}
.comments-area{
//	margin-top: 0em;
}
.comment-list > .comment{
	border-left: 5px solid #ccc;
	margin-bottom:2rem;
	background: #F3F3F3;
	padding:2em;
	line-height:1.6;
}
	.comment{	
//				overflow: hidden;
	}
.comment-list .children{
	margin-left:1em;
//		overflow: hidden;
	border-top: 1pt solid #CCC;
	padding: 2em 0;
}
	 
 .pingback{
	font-size: 12px;
	font-size: 1.2rem;
	border-right: 5px solid #ccc;
	}
.comment-body{
	position: relative;
	padding:0 0 2em 0;
	}
.comment-meta a{
//	border: 1pt solid #000;
//	overflow: hidden;
	line-height: 1;
	text-decoration: none;
	font-size: 0.8em;
	color: #aaa;
}
.comment-author,
.comment-metadata{
//	float: left;
	font-weight:  bold;
	font-size: 1.2em;
	background: #FFF;
	border-radius: 3px;
	padding:4px 1em;
}
.comment-author a,
.comment-metadata a{
	color: #24a;
	text-decoration: none !important;
}
.comment-metadata{
	font-size:11px;
	font-size: 1.1rem;
//	margin-left: 1em;
}	
.comment-content{
	clear: both;
	position: relative;
//	font-size:16px;
//	font-size: 1.6rem;
//	top: -30px;
	left:79px;
//	border-top: 1pt solid#CCC;
}
.bypostauthor > article .fn:after{
	top: 0px;
}

.reply{
	margin-top: 1em;
	text-align: center;
	border: 1pt solid #CCC;
	width:60px;
	background: #FFF;
	box-shadow: 1px 1px 1px rgba(99,99,99,1);
	position: relative;
	border-radius: 3px;
	float:right;
}
.reply:hover{
		top: 1px;
}
.reply a{
	border: none !important;	
//	 font-size: 12px;
	text-decoration: none;
 	font-size: 0.9rem;
	color: #24a !important;
	margin-top: 0 !important;
		padding: 0 0 1px 1.3em !important; 
	background: url('img/reply.png') no-repeat 0px 3px; 
	background-size: 12px;
	

}


.form-allowed-tags{
//	font-size: 10px;
	font-size: 0.7rem;
	color:#aaa;
	width:33%;
	float: left;
	line-height: 1;
}
.logged-in-as{
	width:30%;
//	font-size: 12px;
	font-size: 0.8rem;
	float:right;
	padding: 0.5em 1em ;
	background: #F0F0F0;
	border: 1pt solid #CCC;
}
.comment-form-comment{
	padding:0;
	margin:3px 0 12px 0;
}
.comment-form-comment textarea{
	width:100%;
	height:6em;
	
}
	
.form-submit{
	width: 33%;
	float: right;
	margin-left: 2em;
}
.comments-area h3{
	border-bottom: 1pt solid #DDD;
	padding: 0 0 3px 1.2em; 
	font-size: 1.2em;
	background: url('img/cursor31.png') no-repeat 0 2px; 
	margin: 1em 0;
}
	.nakayoshi-comment,
	.comment-notes{
//		font-size: 12px;
		font-size: 1rem;
		color: #aaa;
		text-align: right;
	}
.comment-form{ padding-top:0;}
.comment-form #inputtext{
	width: 70%;
}
label[for=comment]{ display: none;}

.comment-notify{
	clear:both;
//		font-size: 12px;
		font-size: 1rem;
		color: #000;
	text-align: right;
	margin-top: 1em;
}


/*-----------------------------
app store insert
------------------------------*/

.application_box a img {
	float: left;
	padding-right: 10px;
}
.application_box {
	font-size: 14px;
	line-height: 24px;
        padding:20px 10px;
}


/* Event Organiser	*/

.single-event-template .entry-title{
	marign-top:1em;
	}
.single-event h2{ border-bottom: 1pt solid #ddd; margin: 12px 0 16px 0; padding: 0 0 0 1.2em; letter-spacing: 0.1em; background: url('img/cursor31.png') no-repeat 0 5px; font-size:1.4em; line-height:1.4;}
.single-event{ line-height: 1.5}

.eo-events{
//	width:200px;
}
	.eo-events-widget li{
	list-style-type: none;
	//	border: 1pt solid #CCC;
	font:Tahoma,Geneva,sans-serif !important;
	font-size: 0.8em !important;
	overflow: hidden;
	margin: 3px 0 !important;
	padding: 6px 0 !important;
	//border-top: 1px solid #F2F2F2;
	//border-bottom: 1px solid #FFF;
	background: linear-gradient(#F2F2F2 1em, #FFF) repeat scroll 0% 0% transparent;
	}

.eo-date,
.eo-eb-date-container{
text-shadow: 0px 1px 0px #FFF;
text-align: center;
border-radius: 0px 0px 5px 5px;
border: 2px solid #7E9DBD;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
background: linear-gradient(#FFF 1em, #EEE) repeat scroll 0% 0% transparent;
height: em;
	width:20%;
	display: block;
	float: left;
	overflow: hidden;
	line-height: 1;
}

	.eo-month,
	.eo-eb-date-month{
		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% #7E9DBD;
	font-size: 0.9em !important;
	padding: 0.1em 0px 0.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFF;
	//border: 1pt solid #F00;
		display: block;	
		line-height: 0.9;
	}
	.eo-day,
	.eo-eb-date-day{
	 font-size: 1.6em !important;
    padding: 0.3em 0px 0.2em !important;
	display: block;
	line-height: 0.9;
	}	
	.eo-week{
		font-size: 0.9em !important;
		line-height: 1.5em;
		display: block;
		line-height: 1;
		}
	
.eo-widget-title{
	background: #FFF;
	padding: 6px 1em;
	margin-right: 4%;
	border: 1pt solid #CCC;
	border-radius: 5px;
	display:block;
	float: right;
	width: 56%;
	font-size: 1em;
	font: Tahoma,Geneva,sans-serif !important;
	-webkit-transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
  	-o-transition: 0.2s linear 0s;
  	transition: 0.2s linear 0s; 
}
.eo-widget-title:hover{
	background: linear-gradient(#FFC 1em, #FFF) repeat scroll 0% 0% transparent;
}
.eo-place{
display: block;
text-align: right;
}
.eventorganiser-event-meta{
//	border: 1pt solid #CCC;
//	padding: 1em;
//	border-radius: 8px
}
	
.eo-meta-table h1{
	font-size:1.3em;
}
	.eo-meta-table td{
//		border: 1pt solid #fff;
	padding-left: 1em;
	}
	
.eo-meta-table th{
	background: #EEE;
	border: 1pt solid #FFF;
	width:17%;
	font-size:0.8em;
	text-align: right;
	padding-right:1em;
	color: #AAA;
}

.eo-single-start{
	font-size: 1.2em;
	font-weight: bold;
}	

	.eo-event-meta{
	list-style-type: none;		
	margin:0 0 1em 0;
	}
.address-detailes{
	font-size:0.8em;
	color:#999;}

.eo-single-category-tag{
	font-size: 0.7em; 
	font-weight: normal !important;
	background: #EEE;
	padding:1em;
	color: #888;
	}

	.eo-single-category-tag a{
	background: none !important;	
		color: #aaa;
	}
#event-board-items{
		width:100% !important;
		position: relative;
//	-webkit-column-count: 3;
//	-moz-column-count: 3;
//	column-count:3;
	}
.eo-eb-event-box{
	//		border: 1pt solid #CCC;
	position:relative !important;
	top: inherit !important;
	left: inherit !important;
	background:#fff;
//	width:27%;
//	float:left;
	padding:4%;
	margin:0 0% 10% 0;
	font-size:.8em;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border-radius:2px
}	
.eo-eb-event-box img{
	width:100%;	
}
	.eo-eb-event-box a{
		background: none;
	}
	
.eo-eb-date-container{
	width:40px;
	margin-right:1em;
	}
	
.eo-eb-date-month{
	
	}
.eo-eb-date-day{
	background: none !important;
	}
		

.mujin-qa h2{
	background: #FF6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
//	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.3);
//	border-left:5px solid #F00;
	padding:5px;
	border: 1pt dashed #CCC;
}

/*	_/_/_/_/_/_/	無人島合宿	_/_/_/_/_/	*/

	.mujin-qa h3{
		border: none;
		padding:0;
		margin-left: 0.8em;
	}
	.mujin-qa p{
		margin: 1em 0 0 2em;
		font-size: 0.9em;
	}
			
		
/*	_/_/_/_/_/_/	PAYPAL	_/_/_/_/_/	*/	
.paypal-oroshi{
	float: left;
	width: 33%;
	border: 2pt solid #EE0;
	padding: 3%;
	font-weight: bold;
	border-radius: 4pt;
	margin:0 auto;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}		

/*	_/_/_/_/_/_/	AMAZLET	_/_/_/_/_/	*/	

a[name="amazletlink"] > img{
	  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;     
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6) !important;
	margin-left:2%;
}
a[name="amazletlink"] >img:hover{
	opacity: 0.8;
	    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);	
}


/*	_/_/_/_/_/_/	IE hack	_/_/_/_/_/	*/

.site{
	margin/*\**/: 0 auto\9 !important;	/* For IE7&8	*/	
	}

.ua-ie-9 #page,
.ua-ie-10 #page{
	width: 1080px !important;
	}
.ua-ie-10 #primary{
//	border: 1pt solid;
	}
.ua-ie-10 #sidebar{
//	width:300px !important;
	overflow:hidden;
//	border: 1pt solid;
	}	
	
/*	_/_/_/_/_/_/	firefox hack	_/_/_/_/_/	*/
.ua-firefox { font-size:1.03em;}

/*		スターキルトproject	*/
#content .okaeshi-ari,
#content .okaeshi-nashi{
	padding: 0.8em;
	border: 3pt solid #2b1;
	color: #2b1;
	font-weight: bold;
//	padding: 1em;
	width: 80%;
	border-radius: 4pt;
	margin:0 auto;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	text-align:center;
}
div.okaeshi-ari > form > table{
	margin:0;
	border: none;
	border-collapse:collapse;
}
div.okaeshi-ari > form > table > tbody > tr:first-child,
div.okaeshi-nashi > form > table > tbody > tr:first-child{
 font-size: 1em;
	border-bottom: 1pt dashed #CCC;
	font-weight: bold;
	display: :none !important;
}

div.okaeshi-ari > form > table > tbody > tr select,
div.okaeshi-nashi > form > table > tbody > tr select{
  margin: 1em auto;
	padding: 2em 0.5em;
}


.kanpa-suru{
	background:#2b1;
	padding: 4px;
	color:#FFF;
//	font-weight: bold;
	border-radius: 4px;
}
.kanpa-button{
	width:260px;
	height: auto;
	  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;      
	}
	.kanpa-button:hover{
	opacity: 0.8;
	margin-top: 1px;
	}	
#sidebar .okaeshi-ari,
#sidebar .okaeshi-nashi{
	padding: 0.8em;
	border: 3pt solid #2b1;
	color: #2b1;
	font-weight: bold;
//	padding: 1em;
	border-radius: 4pt;
	margin:0.6em auto 2em auto;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	text-align:center;
	width: 100%;
	background: #FFF;
	z-index:10;
}
#sidebar .kanpa-button{
width: 200px;
}	
	
#wpcf7-f16705-p16420-o1{
	line-height: 1;
	margin:1em;
	font-size:0.9em;
	border-left: 5pt solid #CCC;
}
#wpcf7-f16705-p16420-o1 p{
	margin:0 0em;
	padding: 3px 2%;
//	border-radius: 6px;
}
#wpcf7-f16705-p16420-o1 p:nth-child(odd){
	background: #F6F6F6;
}
#wpcf7-f16705-p16420-o1 input{
	border-radius: 6px;
	font-size:1.1em;
	background: #FFD;
//	width: 100%;
}
	
/*		前後の記事		*/

.prevnext{
	clear:both;
	margin: 2em 0;
	line-height: 1.4;
}
.prevnext img{
	padding: 0 0 0.6em 0;
}
.prevpost{
	width:30%;
	float:left;
}

.nextpost{
	width:30%;
	float:right;
}

/*	九州モニタリング	*/
.kyushu-monitoring section{
	overflow: hidden;
//	border: 1pt solid #CCC;
	margin: 0 0 0 1em;
}
.kyushu-monitoring ui li:before{
	content:  "» ";
}
	.kyushu-monitoring div[align]{display: none;}
	.kyushu-monitoring font[size]{display:none;}


.highlight{ background: #FFA;}

/* #Media Queries
================================================== */
/*	Content in the middle for large screen	*/
@media screen and (min-width: 60em) {

}
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {

}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
 
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
//body{background: #F00;}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
//body{background: #000;}

}


iframe{
	margin:2em 0;
}
.single-post h2{
	margin-bottom: 1.5em !important;
	line-height: 1.5em;
}

.single-post h3{
	margin-bottom: 1.5em !important;
	line-height: 1.7em;
}

.single-post h4{
	margin-bottom: 1.5em !important;
	line-height: 1.7em;
}

blockquote{
	margin: 2.5em 1em !important;
}

.red-area{

color: red;
border: 1pt solid red;
padding: 1em;

}


/*	_/_/_/_/_/_/	リニューアル中	_/_/_/_/_/	*/
/*
.renew:after{
        content: "Chrome系ブラウザで特定のページが表示できない、という報告を受けています。表示に時間がかかる場合、お手数ですが他のブラウザでご覧くださいませ。";
	position:absolute;
	width:100%;
	z-index:1000000;
	top:0;
	left:0;
	background: #000;
	color:#FFF;
	padding:10px 0px;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	

filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');	
	}	
body{
	padding-top:30px;
	}	
/*	_/_/_/_/_/_/	リニューアル中	_/_/_/_/_/	*/	
