@charset "UTF-8";

body {
	background:url("/img/background-cr.png") repeat;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Helvetica,Arial,Roboto,“Droid Sans”,“游ゴシック”,YuGothic,“ヒラギノ角ゴ ProN W3”,“Hiragino Kaku Gothic ProN”,“メイリオ”,Meiryo, sans-serif;
	text-shadow:0 0 1px #CCC;
	word-wrap:break-all;
	text-justify:newspaper;
}

/*/////////////////////////////////////////////////////////////////////////////
// RESET CSS
////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	word-wrap:break-all;
	text-justify:newspaper;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*  画像   */
#headline-image img {
	margin:3px;
	padding:0;
	height:30%;
	width:30%;
	float:left;
}
.cleariefloat {
	margin:0;
	padding:0;
	float:left;
	height:3em;
	width:100%;
}

#wp-calendar caption {margin: 0 0 20px;}
.sticky{}

.flex-control-nav {display:none;}

.clearfix {clear: both;}

#container .twitterbox a, .footer-top .twitterbox a {
	color: #52C0D4;
	text-decoration: none; /* --underline-- */
}

#container .twitterbox a.time {
	color: #999;
	text-decoration: none;
	}


.twitterbox li.followme a, li.flickrmore a {
border-bottom: 0 none !important;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    margin: 1em 0 2em 0;
	}
caption, th, td {
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
.widget table {
  clear: both;
}
ul.the-icons {
  list-style: none;
  margin: 0 0 0 1em !important;
}
.post-content .btn {
  padding: 5px 12px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #444;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.post-content .btn:hover {

  background: #f5f5f5;
  border: 1px solid #aaa;
}

iframe.fb {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	height: 30px;
	width: 100%;
}
img { border: 0 none; }

/* Alignment 1.625em トップ画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	padding:0 0 5px 15px;
}
.aligncenter {
	clear:both;
	display:block;
	margin: 0 auto;
	padding:0 0 10px 0;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */


p {
	letter-spacing:0;
	font-size: 100%; /* 97% */
	margin: 0 0 1.625em;
	background-image:url(noresize);
}


ul, ol {
	margin: 0 0 1.625em 0em;
    padding: 0;
}

ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0 0 0 1em;
    padding: 0;
}
.post-content ul ul, .post-content ol ol, .post-content ul ol, .post-content ol ul {
	margin-bottom: 0;
	font-size: 100%;
}
.post-content ul li, .post-content ol li {
	margin: 0 0 0.6em;
}
.post-content ul li ul li, .post-content ol li ol li {
      margin: 0.2em 0 0;
}
.post-content ul, .post-content ol  {
   margin: 0 0 1.6em 3em;
}
.post-content ul ul, .post-content ol ol {
   margin: 0 0 0em 2em;
}
/* IE 7 BIG FIX */
* {
	zoom: 1;
}

/* 記事中 */
.post-content h2 {
	font-size:1.35em;
	margin:0 0 1em;
	letter-spacing:0;
	font-weight:bold;
	line-height:1.1em;
	padding:3px 0 3px 10px;
	border-left:solid 5px #35A;
}
.post-content h3 {
	margin:20px 0 30px 0;
	padding:0 0 0 15px;
	letter-spacing:0;
	font-weight:500;
	font-size:1.35em;
	line-height:3em
	overflow:hidden;
	border-left:solid 5px #35A;
	clear:both;
}
.post-content h4 {
	margin:20px 0 30px 0;
	padding:0 0 0 15px;
	letter-spacing:0;
	font-weight:500;
	font-size:1.25em;
	line-height:3em
	overflow:hidden;
	border-left:solid 5px #58C;
	clear:both;
}
.post-content h5 {font-size: 1.25em;margin: 0 0 1em;}
.post-content h6 {font-size: 1em;margin: 0 0 1em;}

dl {

}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

cite, em, i {
	font-style: italic;
}
blockquote {
	font-style:italic;
	font-weight:normal;
	margin:0 0 0 20px;
	border-left:1px solid #CCC;
	color:#777;
	padding-left:15px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: none;
	font-size: 90%;
}
pre {
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	width: 80%;
	display: block;
	clear: both;
	white-space: pre-wrap;
	font-size: 90%;
	color: #333;
	border: 1px solid #ccc;
	background-color: #eee;
	background-image: url(images/textures/body-bg3.png);
	background-repeat: repeat;
}
code, kbd {
	font-size: 90%;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
address {
	font-size: 1.5em;
}

ins {
	background: transparent;
	text-decoration: none;
	color: #000;
}
sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
i {
  margin: 0 7px 0 0;
}
ul.the-icons {
  margin: 0 0 1.4em 1em !important;
}

/* Images */
.post-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}

.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height:auto;
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	width:100%;
	/*width: auto;  Prevent stretching of full-size images with height and width attributes in IE8 */
}
.content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	max-width: 100%;
	margin-bottom: 1.625em;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.format-image .wp-caption {
	margin-bottom: 1.625em;
	max-width: 100%;
	padding: 1em 0;
	box-shadow: 0 0 0 transparent;
	background-color: transparent;
}
.format-image .wp-caption img {
	margin: 0 0 1em;
	max-width: 100%;
	padding: 0;
}

/* ----------------------------------------------------
　Etoki PC
  2016.09.16
------------------------------------------------------- */

.wp-caption {
	max-width:100%;
	margin:0;
	padding:0 0 20px 0;
	border:0;
	overflow:hidden;
}

#post-entry p.wp-caption-text {
	margin:0;
	padding:8px 3px 5px 5px;
	border:0;
	color:#000;
	font-size:0.8em;
	line-height:1.3em;
	overflow:hidden;
}

.alignright {
	max-width:100%;
	margin:5px 3px 5px 20px;
	padding:0;
	border:0;
	overflow:hidden;
	font-size:1.0em;

}

.aligncenter {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	overflow:hidden;
	color:#555;
	text-align:center;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #DDD;
	-webkit-box-shadow: 0px 5px 5px -5px #CCC;
	-moz-box-shadow:0px 5px 5px -5px #CCC;
	box-shadow:0px 5px 5px -5px #CCC;
}

.wp-caption img {
	display:block;
	margin:0 auto;
	padding:0;
	max-width:100%;
	border:solid 1px #333;
	box-shadow:3px 3px 3px -3px rgba(0, 0, 0, 0.18);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


.content .gallery {
	margin: 0 auto 1.625em;
}
.content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
.content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 1%;
}
.content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
.content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 0px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.content .gallery .gallery-icon a:focus img,
.content .gallery .gallery-icon a:hover img,
.content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 1.125em;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: none;
}

.widget_calendar #wp-calendar th {

	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {

}

.post-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	font-size:0.85em;
}
.post-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	max-width: 100%;
	clear:both;
	width: 100%;
}
.post-content table {
	border-collapse: collapse;
}
.post-content tr th {
	background: #eee;
	color: #333;
}
.post-content th {

}
.post-content th, .post-content td {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.post-content iframe { max-width: 100%; }

/* ----------------------------------------------------
 FREAME SET PC
 2016.09.18
------------------------------------------------------- */

footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin:0 auto;
padding:0;
max-width:1040px; /* 1132px */
width:auto;
}

#flex-wrapper .innerwrap {
margin:0 auto;
padding:0;
max-width:1040px; /* 1132px */
width:auto;
}

#wrapper {
	margin:0;
	padding:7px 0 0 0;
	width:100%;
	float:left;
}

#wrapper-main {
	float:left;
	margin:0;
	padding:0;
	width: 100%;
}

#wrapper-main, footer .innerwrap {
	font-size:0.75em;
}

#bodywrap #bodycontent {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#container {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.container-wrap {
	float:left;
	width:100%;
	margin:0;
	padding:5px 0 0 0;
}

#left-sidebar {
	float:left;
	width:100%;
	padding:0%;
	font-size 0.9em;
}

.content.wide-content {
    margin: 0 380px 0 0 !important;
	overflow: hidden;
}

.content.full-width {
	margin: 0px;
	width: 100%;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content-inner {
	width:100%;
	float:left;
	margin: 0;
	padding:0;
}

#sidebar {
   	margin:0 0 0 -360px;
	padding-bottom:25px;
	position:relative;
	float:right;
}

.portfolio-sidebar {
	padding: 4em 0 0 !important;
}

footer {
	width:100%;
	float:left;
	margin:0; padding: 0;
}


/* ----------------------------------------------------
記事用
------------------------------------------------------- */
#post-entry {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:100%;
	font-size:97%;
	line-height:1.7em;
	color: #000;
}

.full-width #post-entry {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	border-right: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding: 0%;
	background: transparent none;
}

/*/////////////////////////////////////////////////////////////////////////////
// BREADCRUMBS CSS
////////////////////////////////////////////////////////////////////////////*/
#breadcrumbs {
	margin: 0em;
	padding: 1em 0 0;
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-size: 0.875em;
}
#breadcrumbs p {
	margin: 0px 0.5em 0px 0em;
	padding: 0px;
	float: left;
	list-style: none;
}
#breadcrumbs p a {
	color: inherit;
	text-decoration: none;
}

/* ----------------------------------------------------
　header
  2016.09.18
------------------------------------------------------- */

#header-overlay-on {
	margin:0;
	padding:0;
}
#header {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#header .header-inner {
	float:left;
	width:100%;
	padding:0;
}

#siteinfo {
	margin: 0;
	padding: 0;
	overflow:hidden;
	float: left;
}

#siteinfo img {
	border: 0 none;
	margin: 0;
	padding: 0;
	float:left;
}

#siteinfo img.header-logo {
	margin:10px 0 0 0;
	padding:0;
	width:200px;
	height:auto;
	float:left;
}

#topbanner {
	margin:0;
	padding:0;
	height:auto;
	float:right;
}

#topbanner img {
	border: 0 none;
}










p#site-description {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0.5em 0px 0px;
}



#topsearch {
	margin: 0px;
	padding: 20px 0px 0px;
	float: right;
	width: 500px;
}
#topsearch #searchform {
	float: right;
}
#topsearch #searchform input[type="text"] {
	float: left;
	width: 175px;
	margin: 0 10px 0 0;
	background: #FFF url(images/search-ico-alt.png) no-repeat right center !important;
}
#topsearch #searchform input[type="submit"], #topsearch #searchform input[type="button"] {float: right;}

.innerwrap-custom-header {
	margin: 0 auto 0 auto !important;
}
#custom-img-header {
	margin: 1em 0 0;
	padding: 0px;
	float: left;
	width: 100%;
   border:0 none;
}
#custom-img-header img {
	border: 0 none;
	margin:0px;
	padding:0px;
	max-width:100%;
	height:auto;
	float: left;
}

/*/////////////////////////////////////////////////////////////////////////////
// Post and Page css
////////////////////////////////////////////////////////////////////////////*/
.full-width #post-entry article {
	float: left;
	margin: 0px 0px 1em 0px !important;
	border:0 none;
}
#post-entry article {
	float: left;
	width: 100%;
	padding: 0 0 2em;
	margin: 0 0 2em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
#post-entry article:last-of-type {
	border-bottom: 0 none;
}
#post-entry article.home-post {
	width: 45%;
	float:left;
	border-width: 0px;
	border-style: none;
	padding: 0% !important;
	margin: 0px 0px 2em;
	background: transparent none;
/*	height: 320px; */
	overflow: hidden;
}

#post-entry article.home-post.alt-post {
	margin: 0px 8% 2em 0;
}

#post-entry article.home-post .article-blk {
	width: 94%;
	float:left;
/*	height: 290px; */
	padding: 0% 5% 4% 0% !important;
}
div.paperdown {
	height: 5px;
	width: 97%;
	background: #f4ea7c;
	border-right: 1px solid #ECDC1A;
	border-bottom: 1px solid #ECDC1A;
	border-left: 1px solid #ECDC1A;
	margin: 0px auto;
	padding: 0px;
	float: none;
	text-align: center;
	clear: both;
	}

#post-entry article.post-single {
	margin: 0;
	border-width: 0px;
	border-style: none;
}

#post-entry article img.rounded {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


/* ----------------------------------------------------
　PAGE TITLE
  2016.09.18
------------------------------------------------------- */

h2.header-title {
	background-color:#38C;
	width:100%;
	margin:0 0 10px 0;
	padding:8px;
	font-size:1.5em;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	position: relative;
}

h2.header-title a,h2.header-title a:hover  {
  color:white;
  font-size:0.9em;
  font-weight: normal !important;
  text-decoration: none !important;
}

.separator {
	display: block;
	float: left;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #ddd;
	margin: 1em 0px 2em;
	padding: 0px;
	border-top: 1px solid #eee;
}
#post-entry article a {
	text-decoration: none;
}
#post-entry article a:hover {
	text-decoration:none; /* --underline-- */
}
#container #post-entry article.home-post.alt-post {

}

.post-thumb-alt {
   width: 100%;
   height: 150px;
   margin: 0 0 8px 0;
   overflow:hidden;
   float:left;
   position:relative;
 }

.home-post .slidecaption {
	float: left;
	position: absolute;
	background: #000 url(images/link.png) no-repeat center center;
	height: 100%;
    text-align:center;
	width: 100%; /* 100% */
	opacity: .5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top: -999em;

}


.home-post .slidecaption h1 {
   color:white;
   font-size: 1.5em;
   position: absolute;
   bottom: 50px;
   width:100%;
    text-align:center;
}



#post-entry div.post-thumb {
	padding: 0%;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0.5em;
	width: 100%;
}

#post-entry div.post-thumb.in-archive {
	padding: 0%;
	overflow: hidden;
	float: left;
	margin: 0px;
	width: 300px;
	background: center center;
}
#post-entry div.post-thumb.in-mobile {
	padding: 0%;
	overflow: hidden;
	float: left;
	margin: 0px;
	width: 99%;
	height: auto !important;
	max-height:300px;
	background: center center;
}


#post-entry div.post-thumb img {
	border-width: 0px;
	border-style: none;
	float: left;
	height: auto;
	width: 100%;
	max-width:100%;
}


#post-entry div.post-thumb.alignright {
	padding: 0%;
	margin: 0px 0px 0px 15px;
	float: right;
}


.post-thumb p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
}

#post-entry div.post-thumb a:hover img {}
#post-entry div.post-thumb .aligncenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry div.post-thumb:hover {
}



#post-entry article .post-right {
	margin: 0px 0px 0px 320px;
	padding: 0px;
}
#post-entry article.has_no_thumb .post-right {
  	margin: 0px;
}
#post-entry article.home-post h1.post-title,#post-entry article.home-post h2.post-title {
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.0em;
	margin: 0px 0px 0px 55px;
	letter-spacing:-1px;
	position: relative;
	float: none;
	width: auto;
}
#post-entry article.home-post h1.post-title a,#post-entry article.home-post h2.post-title a {
	text-decoration: none;
	letter-spacing:-1px;
	line-height: 1.0em;
}

#post-entry article.home-post h1.post-title a:hover,#post-entry article.home-post h2.post-title a:hover {
	text-decoration:none; /* --underline-- */
	color: #666;
	letter-spacing:-1px;
	line-height: 1.1em;
}
#post-entry .home-post img.alignleft {
	margin: 0px;
	padding: 0px;
}

.full-width #post-entry article .post-top {
	margin: 0;
	padding: 0;
}
#post-entry article.page-single .post-top {
	margin: 0;
	padding: 0;
}


#post-entry article .post-top {
	padding: 0px;
	margin: 0px 0px 0.6em;
	width: 100%;
	float: left;
	position: relative;
}
#post-entry article .post-top .calendar-wrap {
	margin: 0px;
	float: left;
	width: 45px;
	line-height: 100%;
	padding-top: 5px;
}
#post-entry article .post-top .calendar-wrap .cdate {
	margin: 0px;
	background-color: #ededed;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	float: left;
	box-shadow: inset 1px 1px 3px #CCC;
	-webkit-box-shadow: inset 1px 1px 3px #CCC;
}
#post-entry article .post-top .calendar-wrap .cmonth {
	margin: 0px;
	background-color: #333;
	text-align: center;
	padding: 5px 0;
	color: #FFF;
	width: 100%;
	float: left;
}

h1.entry-title {
}

h2.entry-title {
	font-size:105%;
	font-weight:bold;
	letter-spacing:-1px;
}

#post-entry article h1.post-title,#post-entry article h2.post-title {
	font-size:2.1em;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	line-height:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}







#post-entry article h1.post-title a,#post-entry article h2.post-title a {
	text-decoration: none;
}

#post-entry article h1.post-title a:hover, #post-entry article h2.post-title a:hover {
	text-decoration:none; /* --underline-- */
}





/*/////////////////////////////////////////////////////////////////////////////
// 記事タイトル
////////////////////////////////////////////////////////////////////////////*/
#post-title-wrap {
	padding-left:7px;
	border-left:solid 3px #38C;
}

#post-entry article.post-single h1.post-title, h1.folio  {
	font-size:2.2em;
	line-height:1.2em;
	letter-spacing:-2px;
	font-weight: bold;
	text-shadow: 0em 0em 2px #CCC;
	word-break: break-all;
}

h2.sub-title  {
	padding-top:10px;
	font-size:1.4em;
	line-height:1.5em;
	letter-spacing:-1px;
	font-weight:normal;
	border-bottom:dotted 1px #ACF;
}
/*/////////////////////////////////////////////////////////////////////////////
// 記事タイトル end
////////////////////////////////////////////////////////////////////////////*/


#post-entry article.home-post div.post-meta {
	text-align:left;
}
#post-entry article div.post-meta {
	font-size: 1.1em;
	margin: 0px;
	padding: 0.4em 0px;
	float: left;
	width: 100%;
	position: relative;
	color: #555;
	line-height: 1.2em;
}
.post-meta-top {
	font-size: 1.25em;
	text-align: center;
	color: #555;
	display: inline-block;
	padding: 1em 0.85em 0.25em;
	background: #bbb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 1px 1px 1px #555;
	-webkit-box-shadow: inset 1px 1px 1px #555;
	-moz-box-shadow: inset 1px 1px 1px #555;
	text-align:left;
}
.post-meta-top a {
	color: #555;
	text-decoration: none;
}
.post-single .post-meta-top {
	font-size: 1.85em;
}
h4#more-blog {
	font-size: 2em;
	margin: 0px 0px 1em;
	padding: 2%;
	float: left;
	width: 96%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #DDD;
}
.post-meta i {
	font-size: 1.025em !important;
	color: #555;
	margin-right: 5px;
}

/*----- 記事区画 -----*/

#post-entry article.home-post .post-content {
	padding:0.6em 0px 0px;
	margin:0px;
	font-size:1.125em;
	float:left;
	width:100%;
	line-height:1.7em;
	text-align:left;
}

#post-entry article .post-content {
	font-size: 1.25em;
	float: left;
	width: 100%;
	padding:0;
	line-height: 1.7em;
}

/*　記事本文　*/

#post-entry article.post-single .post-content {
	margin:0;
	padding:0;
	color:#000;
	font-size:15px;
	line-height:1.7em;
	letter-spacing:0;
}

#post-entry div.social {
	margin-bottom: 5px;
	display: block;
	clear: both;
	margin-top: 5px;
}

div.skewbottom {
	background: #000;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	-webkit-transform: matrix(1.000,-0.029,0.029,1.000,0,0);
	-moz-transform: matrix(1.000,-0.029,0.029,1.000,0px,0px);
	-ms-transform: matrix(1.000,-0.029,0.029,1.000,0,0);
	-o-transform: matrix(1.000,-0.029,0.029,1.000,0,0);
	transform: matrix(1.000,-0.029,0.029,1.000,0,0);
}



#custom .share-box div, #custom .share-box iframe, #custom .share-box a { margin: 0 10px 0 0; width:auto !important; }


/*/////////////////////////////////////////////////////////////////////////////
// Related Post css
////////////////////////////////////////////////////////////////////////////*/
#post-related {
	padding: 0px;
	margin: 2em 0px 0px;
	clear: both;
	float: left;
	width: 100%;
}
#post-share {float: left;width: 50%;}
#related-post {float: right;width: 50%;}

#post-related h4, #post-related-inline h4  {
	font-size: 1.75em;
	margin: 0px 0px 0.5em;
	padding: 0px 0px 5px;

	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}

#post-related h2,#post-related-inline h2 {
	font-size: 1.125em;
	line-height: 1.4em;
	margin: 0 0 5px;
	letter-spacing: normal;
	text-align: center;
	display: block;
	padding: 0px;


}
#post-related-inline h2 {
	text-align: left !important;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#post-related h2 a, #post-related-inline h2 a {
	text-decoration: none;
}
#post-related .feat-cat-meta {
	margin: 0px 1.25em 0.5em 0px;
	float: left;
	width: 31%;
    height:250px;
	overflow:hidden;
}
 #post-related .feat-cat-date {
	margin: 0px 0px 0.25em;
	padding: 0px 0px 0.5em;
    color: #aaa;
}
#post-related .post-small-thumb {
	margin: 0px;
	padding: 5px 0 0;
	float: left;
}
#post-related .post-small-right {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 450px;
}
#post-related .feat-cat-meta p {
   margin: 0.5em 0 0;
}
#post-related img.alignleft {
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}

/* inline */

#post-related-inline .feat-cat-meta {
	margin: 0px;
	float: left;
	width: 96%;
	overflow:hidden;
	padding: 2% 0%;
	position: relative;
}
#post-related-inline .feat-cat-right {
	margin: 0px 0 0 140px;
}
#post-related-inline .feat-cat-date {}
#post-related-inline .post-small-thumb {
	height: auto;
	width: 120px;
	overflow: hidden;
	border: 3px solid #FFF;
	box-shadow: 0 0px 4px #888;
	float: left;
}
#post-related-inline .post-small-right {}
#post-related-inline .feat-cat-meta p {
	margin: 0px;
	padding: 0px;
	font-size: 1.125em;
	line-height: 1.3em;
}
#post-related-inline .post-small-thumb img {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#post-related-inline small {
	font-size: 1em;
	color: #999;
	display: block;
	margin-bottom: 0.5em;
}
.related-post-thumb {
	margin: 0px 0px 0.5em;
	padding: 0px;
	float: left;
	max-height: 200px;
	width: 100%;
	overflow: hidden;
}
.related-post-thumb img {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* author bio css */

#author-bio {
	padding: 2%;
	margin: 1em 0;
	float: left;
	width: 94%;
	position: relative;
	background-color: #f3f3f3;
    border:1px solid #eee;
}
#author-bio a {
	text-decoration: none;/* --underline-- */
}
#author-bio #author-avatar {
	float:left;
}
#author-bio #author-avatar img.avatar {
	padding: 5px;
	margin: 0px !important;
	border: 1px solid #CCC;
	background: #FFF;
}
#author-bio #author-description {
	margin: 0 0 0 95px;
	line-height: 1.6em;
	font-size: 1em;
}
#author-bio #author-description h2 {
	font-size: 1.45em;
	margin-bottom: 0.65em;
	text-shadow: 0 0 1px #fff;
	color: #333;
}
/*/////////////////////////////////////////////////////////////////////////////
// Post Navigation css
////////////////////////////////////////////////////////////////////////////*/
#post-navigator {
	width: 100%;
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
}

#post-navigator .wp-pagenavi {
	margin: 0em;
	text-align: center;
	padding: 2em 0em 1em;
	width: 100%;
	font-size: 1.125em;
	float: left;
}
#post-navigator .wp-pagenavi .pages {
	width: auto;
	position: relative;
	height: auto;
	color: #fff;
	margin: 0px 0.5em 0px 0px;
	padding: 0.5em 1em;
	background: #333;

}
#post-navigator .wp-pagenavi .current {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px 0.25em 0;
	display: inline;
	color: #FFF;
	padding: 1em 1.2em;
	background-color: #52C0D4;
    border:0 none;
}
#post-navigator .wp-pagenavi a {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px 0.25em 0;
	display: inline;
	color: #FFF;
	padding: 1em 1.2em;
	background-color: #52C0D4;
    border:0 none;

}
#post-navigator .wp-pagenavi a:hover {
	background-color: #2FA6BB;
}
#post-navigator .alignleft a, #post-navigator .alignright a {
	margin: 0px;
	text-decoration: none;
	display: block;
	border:0 none;
	padding: 3px 8px;
	font-weight: bold;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	text-decoration:none;/* --underline-- */
}

#post-navigator-single {
	width: 100%;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#post-navigator-single.post-nav-archive {
	width: 97%;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 1em 3% 1em 0%;
	float: left;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	text-align: left;
	height: auto;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	height: auto;
}
#post-navigator-single a {
	text-decoration: none;
}
#post-navigator-single a:hover {
	text-decoration: none;/* --underline-- */
}

/*/////////////////////////////////////////////////////////////////////////////
// Social Box css
////////////////////////////////////////////////////////////////////////////*/
#socialbox {

}


#socialbox-alt {
	font-size: 2em;
	float: left;
	padding-top: 0.4em;
}
#socialbox-alt a {
	color: #777;
	float: left;
}
#socialbox-alt a:hover {
	color: #F33;
}



 #socialbox p {
	margin: 5px 3px 0px;
	padding: 0px;
	float: left;
}

 #socialbox p:hover {

}

#socialbox p.sto {
	padding-top: 8px;
}

#socialbox p a {
	width:26px;
	height:26px;
	display:block;
	font-size:0px;
	color:transparent;
}
#socialbox p.rss {
	background: url(images/rss.png) no-repeat center center;
}
 #socialbox p.twitter {
	background: url(images/twitter.png) no-repeat center center;
}
#socialbox p.facebook {
	background: url(images/facebook.png) no-repeat center center;
}
#socialbox p.linkedin {
	background: url(images/linkedin.png) no-repeat center center;
}
#socialbox p.youtube {
	background: url(images/youtube.png) no-repeat center center;
}
 #socialbox p.gplus {
	background: url(images/googleplus.png) no-repeat center center;
}
#socialbox p.facebook {
	background: url(images/facebook.png) no-repeat center center;
}
#socialbox p.flickr {
	background: url(images/flickr.png) no-repeat center center;
}
#socialbox p.pinterest {
	background: url(images/pinterest.png) no-repeat center center;
}
/*/////////////////////////////////////////////////////////////////////////////
// Sidebar css
////////////////////////////////////////////////////////////////////////////*/
.widget select { width: 80%; padding:2px; border: 1px solid #ddd; color: #444;}
#searchform label { display:none; }
#searchform input[type='text'] {
	background-color: #f7f7f7;
	padding: 0.5em 0.75em;
	border: 1px solid #ddd;
	color: #666;
	width: 70%;
	font-size: 12.5px;
}
#searchform input[type='submit'], #searchform input[type='button'] {
	clear:both;
  background: ;
	font-size: 12.5px;
	color: #FFF;
	background: #52C0D4 none;
	margin: 0.5em 0px 0px;
	padding: 0.5em 0.75em;
	border: 0px none;
	}


#searchform input[type='submit']:hover, #searchform input[type='button']:hover {

cursor: pointer;
	}




.widget-area {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.widget-area small {
  font-size:0.875em;
}

.widget-area img {
	margin-bottom: 0.3em;
}

.widget-area aside {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 3em;
	padding: 0%;
}
#left-sidebar .widget-area aside ul:first-of-type {
	float: left;
	width: 88%;
	list-style: none;
	margin: 0px;
	padding: 0% 6%;
}
footer .widget-area aside {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}
.widget-area aside ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.widget-area aside ul li {
	list-style: none;
	margin: 0px;
	padding: 1px 0px;
	float: left;
	width: 100%;
}
.widget-area aside ul li:hover {

}

.widget-area aside ul li, .textwidget, .ctwidget {
	font-size: 1.125em;
}

#right-sidebar .widget-area aside ul li, #right-sidebar .textwidget, #right-sidebar .ctwidget {
}


.widget-area aside ul li ul {}



.widget-area aside ul li ul li {
	float: left;
	width: 90%;
	list-style: none;
	margin: 0em !important;
	padding: 0px 0px 0px 15px;
	font-size: 90%;
	background: url(images/children.png) no-repeat left 3px;
	border-width: 0px;
	border-style: none;
	display: inline;
}

#right-sidebar .widget-area aside ul li ul li {
}


.widget-area aside ul li ul li:hover { background: transparent url(images/children.png) no-repeat left 3px; }

footer .widget-area aside ul li ul li {
	background: url(images/children_alt.png) no-repeat left 3px;
}

.widget-area aside .textwidget, #right-sidebar div.ctwidget  {
	line-height: 1.4em;
}
.widget table {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#right-sidebar .widget #wp-calendar caption {
	text-align: center;
	padding: 0.25em;
}
.widget-area aside h2, .widget-area aside h3 {
}

.widget-area aside h2 a, .widget-area aside h3 a {
	text-decoration: none;
}
#left-sidebar h3.widget-title a, #left-sidebar table a {
	color: #FFF !important;
	text-decoration: none;
}
#right-sidebar h3.widget-title a {
	color: #52C0D4;
	text-decoration: none;
}

#left-sidebar #wp-calendar caption {
	font-size: 1em;
	background: transparent none !important;
}

.widget-area table {
	clear: both;
}
.widget-area #sponsorlinks {

}

.widget-area #sponsorlinks img {
	width:auto;
	margin: 10px !important;
	float: left;
}





#right-sidebar h3.widget-title {
	background-color:#2c7bdb;
	width:100%;
	margin:0 0 10px 0;
	padding: 0.6em 1em;
	color:#FFF;
	font-size:1.125em;
	font-weight:bold;
	text-transform: capitalize;
	box-shadow:0 2px 4px #ccc;
	border:solid 1px #DDD;
	border-bottom:solid 1px #05A;
}






#right-sidebar aside > ul, #left-sidebar aside > ul, .sidebar #searchform, .ctwidget,.sidebar div.textwidget, #socialbox, #sponsorlinks, .sidebar aside div.tagcloud, .sidebar #calendar_wrap, div.extra-block {
	margin: 0px;
	padding: 0%;
	float: left;
	width: 100%;
}

aside div.textwidget, #right-sidebar div.ctwidget, aside div.tagcloud {

}

#wrapper-main .widget-area #sponsor-links {


}

#right-sidebar div.ctwidget {

}
#right-sidebar div.ctwidget a {
	text-decoration: none;
	color: #565656;
}
#right-sidebar div.ctwidget a:hover {
	font-weight: normal;
	text-decoration: none !important;/* --underline-- */
	color: #69C;
}
footer aside div.tagcloud,footer aside div.textwidget {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	width: 100% !important;
}

.widget_tag_cloud .widget-title {margin: 0 !important;}

#right-sidebar aside {

	}
#right-sidebar .sidepagedown {
	background: #ddd;
	margin: 0px auto;
	clear: both;
	float: none;
	height: 5px;
	width: 97%;
	display: none;
}

	#right-sidebar caption {
	font-size: 1.2em;
}

#left-sidebar aside li a, #left-sidebar aside div a
 {
	text-decoration: none;
	font-weight: normal;
}

#right-sidebar aside li a, #right-sidebar aside div a
 {
	text-decoration: none;

}

#left-sidebar aside li a:hover, #left-sidebar aside div a:hover,.sidefeat h4 a:hover
 {
	color: #9A2103;
	text-decoration: none;
}


#right-sidebar aside li a:hover, #right-sidebar aside div a:hover,#right-sidebar table a
 {
	color: #52C0D4;
	text-decoration: none;
}


aside.widget_recent_entries li {
	margin-bottom: 0.75em !important;
	line-height: 1.4em;
}

#custom .gravatar_recent_comment li {
position:relative; width:100%;
float:left;
background: transparent none !important;
padding-left:0;
margin: 0 0 1em 0 !important;
}

.gravatar_recent_comment li .gravatar-meta {
margin: 0 0 0 40px;
}
#custom .most-commented li {
	background: transparent none !important;
padding-left:0;
}
#custom footer .most-commented li {
	background: transparent none !important;
	padding-left:0;
	margin-bottom: 0.65em;
}

#custom ul#flickr-widget li {
  background-image: none;
  background-color: transparent;
}

/*/////////////////////////////////////////////////////////////////////////////
// Featured category css
////////////////////////////////////////////////////////////////////////////*/
div.featured-category {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 31%;
	font-size: 1em;
	line-height: 1.4em;
}
div.featured-category.wider-cat {
	width: 31%;
	padding-right: 4%;
	padding-left: 3%;
}
div.featured-category h6 {
	margin: 0px 0px 1em;
	padding: 2% 3%;
	float: left;
	width: 95%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	background: #d9d9d9;
	font-weight: bold;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
}

div.featured-category #sidebar h6 {
	margin: 0px !important;
	padding: 2% 3%;
	float: left;
	width: 95%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	background: #d9d9d9;
	font-weight: bold;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
}

div.featured-category h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	font-weight: bold !important;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
	line-height: 18px;
}
div.featured-category .feat-cat-meta {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

div.featured-category .postmeta {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.featured-category .smallmeta {
	float: left;
	width: 200px !important;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
div.featured-category .thumb {
	margin: 0px 0px 11px;
	padding: 0px;
	float: left;
	width: 285px !important;
	border-width: 0px;
	border-style: none;
	overflow: hidden !important;
	height: 130px;
}
div.featured-category .smallthumb {
	margin: 0px 0px 11px;
	padding: 0px;
	float: left;
	width: 48px !important;
	border-width: 0px;
	border-style: none;
	overflow: hidden !important;
	height: 48px;
}
div.featured-category .thumb img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	float: left;
	max-width: 100%;
	height: auto;
}


/*/////////////////////////////////////////////////////////////////////////////
// Sidebar Feat css
////////////////////////////////////////////////////////////////////////////*/
#wrapper .sidefeat {
	margin-top: 1em !important;
}
.sidefeat h4 {
	font-size: 1.35em;
	line-height: 1.3em;
	margin: 0;
}
#wrapper .sidefeat li {
	float: left;
	width: 100%;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	position: relative;
	background-color: transparent;
	background-image: none;
	padding-left: 0px;
}
.sidefeat span {
	color: #333;
	font-size: 0.9em !important;
}
.sidefeat span a {
	color: #333 !important;
}
#container .sidefeat h4 a {

	text-decoration: none;

}
#wrapper .sidefeat-meta {
	margin-left: 96px;
}
.sidefeat h4 a:hover {
	text-decoration: none !important;
}
.sidefeat img.alignleft {
	margin: 0 8px 0 0;
	width:75px;
	height:auto;
	float:left;
	border: 3px solid #fff;
}
.sidefeat i {
	font-size: 1.125em !important;
	margin: 0px;
}
p.sidetext {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 6px;
}

/*/////////////////////////////////////////////////////////////////////////////
// Footer css
////////////////////////////////////////////////////////////////////////////*/
footer {
	background-color:#2c7bdb;
}
footer a {}
footer a:hover {text-decoration:underline;}
footer #devlink {
	font-size: 0.85em;
	margin: 0.5em 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
footer #devlink a {}
div.fbox {
	width: 23%;
	padding: 0% 2% 0% 0%;
	float: left;
}


div.fbox:hover {

}

div.fbox.wider-cat {
	display:inline;
}

.footer-top {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0%;
}
.footer-top .footer-sec {
}

.footer-bottom {
	float:left;
	width:100%;
	padding:4px;
	font-size:1.5em;
}

.footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
	text-align: left;
}
.footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	text-align: right;
}
.ftop {
	padding: 2% 0%;
	margin: 0px;
	float: left;
	width: 100%;
	text-decoration: none;
}
.ftop, .ftop div.textwidget {
	color: #7c7c7c !important;
	line-height:1.4em;
	}
	.ftop div.textwidget a, .ftop .widget_my_theme_twitter_widget a {
	text-decoration:underline;
	color: #52C0D4;
}

.ftop .container-wrap {
	width:100%;
	float:left;
	padding:0% !important;
}
.fbottom{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 1% 0% !important;
	color: #FFF;
}
.fbottom .footer-left, .fbottom a {}
.fbottom a:hover {text-decoration: none;}

footer .ftop a{
	text-decoration: none;
	color: #666;
}
footer .ftop a:hover {
	text-decoration: none;/* --underline-- */
	color: #52C0D4;
}
footer .fbottom a {
	text-decoration: none;
	color: #fff;
}
footer .fbottom a:hover {
	text-decoration: none;/* --underline-- */
	color: #FFF;
}


footer .ftop a:hover, footer div.textwidget a, footer .fbottom a:hover, footer .twitterbox a {
	text-decoration: none;
}
.ftop aside, .ftop div.textwidget, .ftop div.tag-cloud {
	padding: 0px 5% 0px 0px;
	float: left;
	width: 95%;
	border: 0 none !important;
	background: transparent;
}
#custom .ftop div.tagcloud, #custom .extra-block {
	padding-top: 14px !important;
}
.ftop .widget-area aside ul li, .ftop .widget-area aside ul li:hover {
	margin: 0px;
	padding: 0px;
	background: transparent none;
}

.ftop .widget-area aside ul li ul {
	margin: 0px 0px 3px;
}
.ftop .widget-area aside ul li ul li {
	padding-right: 0px;
	padding-left: 15px;
	background: url(images/children_alt.png) no-repeat left 3px;
}
.ftop .widget-area aside ul li:hover {

	background: transparent none;
}
.ftop .widget-area aside ul li ul li:hover {
	padding-right: 0px;
	padding-left: 15px;
	background: transparent url(images/children_alt.png) no-repeat left 3px !important;
}
.ftop .widget-area aside ul li ul li a {
}
.ftop .widget-area aside ul li {}
.ftop .widget-area aside ul li {

}
.ftop .widget caption {
	font-size: 0.9em !important;
	background: #333 !important;
	color: #CCC;
	font-weight: bold;
}
.ftop h3.widget-title {
	color: #181919;
	font-size: 1.125em;
	padding: 0px 0px 10px;
	float:left;
	margin: 0px 0px 1em;
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 2px solid #52C0D4;
}
.ftop h3.widget-title a {
	color: #52C0D4;
	text-decoration: none;
}
.footer-right ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style: none;
	display: block;
	float: right;
}
.footer-right ul li  {
	display: inline-block;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	float: left;
	text-transform: capitalize !important;
}
.footer-right li a {

}
.footer-right p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
	display: block;
	float: right;
}
.fbottom .footer-right span {font-size:0.85em;}

/*/////////////////////////////////////////////////////////////////////////////
// Comments css
////////////////////////////////////////////////////////////////////////////*/
#commentpost {
	float: left;
	width: 100%;
	padding: 0% 0% 2%;
	margin: 0px 0px 2.25em;
	position: relative;
}
#container h4#comments {
	margin: 20px 0 0;
	padding: 0px;
}
#commentpost #rssfeed {
	float: left;
	width: 100%;
}

#commentpost #rssfeed a {
	background: url(images/rss2.png) no-repeat left center;
	padding-left: 22px;
	font-size: 1.125em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#commentpost #rssfeed a:hover {
	text-decoration: none;/* --underline-- */
}

#commentpost h4, h3#reply-title{
	font-size: 1.75em;
	margin: 1em 0px 0.35em;
	padding: 0px;
	float: left;
	width: 100%;
}
#commentpost h4 {
	margin: 2em 0px 0.55em !important;
}

.comment h3#reply-title {
	margin: 0px;
	padding: 0px;
}

#rss-com {
  margin: 0px;
  padding: 0px 0px 25px;
  float: left;
  width: 100%;
}

#rss-com p {
  margin: 0px;
  padding: 0px;
  float: left;
}

#rss-com p a {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  padding: 4px 10px;
  float: left;
  text-decoration: none;/* --underline-- */
}

ol.pinglist {
	margin: 0px;
	padding: 0 0 2em;
	float: left;
	width: 100%;
}

ol.pinglist li {
	margin: 0px 0px 3px;
	padding: 0px 0px 3px;
	float: left;
	width: 100%;
	list-style: none;
}

ol.pinglist li a{
	text-decoration: none;
	font-size: 1.125em;
}

ol.pinglist li a:hover {

}
p.logged-in-as {
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
	width: 100%;
}

.cancel-comment-reply {
    bottom: 45px;
    margin-bottom: 10px;
    position: absolute;
    right: 80px;
    z-index: 1000;
}
.comment-author #respond{ margin: 1.5em 0; }
.comment-author #respond h3 { font-size: 1.125em; margin: 0 0 1em; }
.comment-author #respond h3 small { font-size: 0.7em;  }

#respond a {}

#linking li {
  margin: 0px 0px 8px;
  padding: 0px;
  float: left;
  width: 100%;
}


#custom .form-submit #submit {
	color: #666;
	text-decoration: none !important;
	border: 1px solid #ccc;

	display: inline-block;
	margin: 0px;
	padding: 0.5em 1em;
	float: left;


	background: #f7f7f7;

	font-size: 1.2em;
}


#custom .form-submit #submit:hover {
	cursor: pointer;
    	border: 1px solid #bbb;
       	background: #f1f1f1;
	color: #111;
}

p.form-allowed-tags {
	color: #999;
}
#respond p.must-log-in {
display:block;
width:100%; float:left;
  clear:both;
  margin: 1em 0;
}

#ctr-ad .textwidget {
	text-align: center;
	display: block;
}

#mobile-nav {
	display:none;
	margin: 0px;
	padding: 0;
	float: right;
}
#mobile-nav .innerwrap {
	margin: 0px auto;
	clear:both;
}

#mobile-nav select {
	color: #666;
	padding: 0.25em;
	width: 96%;
	border: 0 none;
}
#mobile-nav .select-pri { font-size: 1.2em; color: #fff; width: 45%; float:left; }
#mobile-nav .select-pri.sec { float:right; }

.post-thumb.in-mobile {display:none;}


/*//////////////////////////////////////////////////////////////////////////////
// shadow effect css

.effect-1:before,
.effect-1:after {
content:"";
position:absolute;
z-index:-500;
bottom:20px;
left:10px;
width:50%;
height:20%;
max-width:300px;
-webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.75);
box-shadow: 0 20px 10px rgba(0, 0, 0, 0.75);
-webkit-transform:rotate(-4deg);
-moz-transform:rotate(-4deg);
-o-transform:rotate(-4deg);
-ms-transform:rotate(-4deg);
transform:rotate(-4deg);
}

.effect-1:after {
right:10px;
left:auto;
-webkit-transform:rotate(4deg);
-moz-transform:rotate(4deg);
-o-transform:rotate(4deg);
-ms-transform:rotate(4deg);
transform:rotate(4deg);
}

.effect-4:before,
.effect-4:after {
content:"";
position:absolute;
z-index:-500;
bottom:12px;
left:2%;
width:49%;
height:55%;
-webkit-box-shadow:0 12px 18px rgba(0, 0, 0, 0.75);
-moz-box-shadow:0 12px 18px rgba(0, 0, 0, 0.75);
box-shadow:0 12px 18px rgba(0, 0, 0, 0.75);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

.effect-4:after {
right:2%;
left:auto;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}

#tabber-widget .effect-4:before,
#tabber-widget .effect-4:after {
top:-110px;
}

/////////////////////////////////////////////////////////////////////////////*/

aside.home-feat-cat article {border:0 none !important;}
aside.home-feat-cat {
	float: left;
	width: 47%;
	border-width: 0px;
	border-style: none;
	padding-bottom: 2em;
}
aside.home-feat-cat:nth-child(odd) {
	margin: 0 5% 0 0;
	}

aside.home-feat-cat.odd {
	margin: 0 5% 0 0 !important;
	}
aside.home-feat-cat h4.homefeattitle {
	font-size: 1.5em;
	color: #222;
	margin: 0px 0px 1em;
	padding: 0px 0px 0.5em;
	float: left;
	width: 100%;
    border-bottom: 2px solid #DDDDDD;
}
aside.home-feat-cat h4 a {
	color:#333;
	text-decoration:none;
}
aside.home-feat-cat a {
	color:#52C0D4;
	text-decoration:none;
}

aside.home-feat-cat a:hover {
	color:#000 !important;
	text-decoration:underline;
}


aside.home-feat-cat .home-feat {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
aside.home-feat-cat .feat-thumb {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
	height:auto;
	max-height: 200px;
}
aside.home-feat-cat .feat-thumb img {
	height:auto;
	width:auto;
	max-width: 100%;
}

aside.home-feat-cat .feat-content {
	font-size: 1.2em;
	margin: 0.6em 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
aside.home-feat-cat .feat-meta {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
}
aside.home-feat-cat .feat-meta span {
}
aside.home-feat-cat .feat-meta span.feat_author:after {
	content: "\00a0\00a0/\00a0\00a0";
}
aside.home-feat-cat .feat-meta span.feat_comment:before {
	content: "\00a0\00a0/\00a0\00a0";
}
aside.home-feat-cat .apost .feat-content {font-size: 1.1em;line-height:1.5em !important;}

.apost .feat_comment {display:none;}
aside.home-feat-cat .feat-title {
	font-size: 1.65em;
	line-height: 1.2em;
	margin: 0.6em 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
aside.home-feat-cat .apost .feat-title {
	font-size: 1.35em;
	margin: 0em 0px 0.2em;
	padding: 0px;
	float: left;
	width: 100%;
}
aside.home-feat-cat .apost {
	margin: 0em !important;
	padding: 0 0 1em !important;
	float: left;
	width: 100%;
	position: relative;
}
aside.home-feat-cat .apost .feat-right {
	margin: 0em 0em 0em 140px;
	padding: 0px;
}
aside.home-feat-cat .has_no_thumb .feat-right {
	margin: 0em;
	padding: 0px;
}
.pricebox {
  padding:0.5em 1.25em;
  margin:-80px 20px 0;
  background: #D73828;
  float:right;
}

/* ----------------------------------------------------
　PC SIZE
  2016.09.16
------------------------------------------------------- */

/* Desktop 1440px - modern larger monitor  */
@media only screen and (min-width:1440px) and (max-width:3020px /* 1920px */) {
footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 1055px; /* 1400px */
width:auto;
	line-height: 1.2em;
}
}

/* Desktop 1024px - most commenly resolution  */
@media only screen and (min-width:768px) and (max-width:1440px) {

footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 1055px; /* 1040px */
width:auto;
}
}

/* 記事エリア */
.content {
	text-align:left;
	float: left;
	width: 69%;	/* もとは69% */
	padding: 0;
}

#wrapper .single-entry {
	float: left;
	width: 729px !important;
	background: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}

#right-sidebar {
	float:right;
	width:029%;	/* もとは29% */
	padding:0; /* 1em 0% 0% */
}

/* ----------------------------------------------------
　arcive list
  アーカイブ　＝各ページ＋HOME NEWS＝ 
  2016.09.10
------------------------------------------------------- */

#archive-list {
	margin:0;
	padding:0;
	clear:both;
}

#archive-list img.archive-list-img {
	width:120px;
	height:70px;
	object-fit:cover;
	object-position:top;
	margin:0 10px 10px 2px;
	padding:0;
	float:left;
	background-color:#CCC;
	border:1px solid #CCC;
}

#archive-list strong {
	margin:0;
	padding:0;
	font-size:1.7em;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:1.2;
}

#archive-list span.secondary-title-arcive {
	margin:0;
	padding:0;
	font-size:1.3em;
	letter-spacing:0;
	font-weight:normal;
	line-height:1.3;
}

#archive-list span.entry-time-arcive {
	margin:0;
	padding:0 0 0 3px;
	font-size:1.0em;
	letter-spacing:0;
	line-height:2.5;
}

#archive-list a {
	display:block;
	width:100%;
	margin:0;
	padding:5px;
	border-top:solid 1px #EEE;
}

#archive-list a:link {
	color:#333;
	text-decoration:none;
}

#archive-list a:visited {
	color:#333;
	text-decoration:none;
}

#archive-list a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#05A;
}


/* ----------------------------------------------------
　arcive list HOME
  アーカイブ　＝HOME MAIN＝ 
  2016.09.10
------------------------------------------------------- */

#archive-list-home {
	margin:0;
	padding:7px 0 5px 0;
	clear:both;
	border-bottom:1px solid #EEE;
}

#archive-list-home img.archive-list-img {
	width:330px;
	height:180px;
	object-fit:cover;
	object-position:top;
	border:1px solid #AAA;
	clear:both;
}

#archive-list-home strong {
	font-size:1.7em;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:1.0;
	color:#000;
}

#archive-list-home span.secondary-title-arcive {
	font-size:1.3em;
	letter-spacing:0;
	font-weight:normal;
	line-height:1.0;
	color:#888;
}

#archive-list-home span.entry-time-arcive {
	font-size:0.9em;
	letter-spacing:0;
	line-height:1.0;
	color:#333;
}

/* ----------------------------------------------------
　arcive list HOME alter
  アーカイブ　＝HOME alter＝ 
  2016.09.10
------------------------------------------------------- */

#archive-list-alter {
	margin:0;
	padding:8px 0 3px 0;
	clear:both;
	border-bottom:1px solid #EEE;
}

img.archive-list-img-home-news {
	width:110px;
	height:70px;
	object-fit:cover;
	object-position:top;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	background-color:#CCC;
	border:1px solid #CCC;
}

#archive-list-alter strong {
	margin:0;
	padding:0;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:0.9;
	color:#000;
}

#archive-list-alter span.secondary-title-arcive {
	margin:0;
	padding:0;
	font-size:1.1em;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:0.9;
	color:#888;
}

#archive-list-alter span.entry-time-arcive {
	margin:0;
	padding:0 0 0 3px;
	font-size:0.9em;
	letter-spacing:0;
	line-height:1.0;
	color:#333;
}

#archive-list-alter span.post-author {
	margin:0;
	padding:0;
	font-size:0.9em;
	letter-spacing:0;
	color:#333;
}

#archive-list-alter span.post-time {
	margin:0;
	padding:0;
	font-size:0.9em;
	letter-spacing:0;
	color:#333;
}

#archive-list-alter span.post-category {
	margin:0;
	padding:0;
	font-size:0.9em;
	letter-spacing:0;
	color:#333;
}

/* ----------------------------------------------------
　arcive list side
  注目
------------------------------------------------------- */

/* ----　arcive list ----- */
#archive-list-side {
	margin:0;
	padding:5px;
	clear:both;
}

/* ----　arcive list ----- */
img.archive-list-side-img {
	margin:0 10px 0 0;
	padding:0;
	border:0;
	float:left;
	object-fit:cover;
	object-position:top;
	width:90px;
	height:60px;
	background-color:#CCC;
	border:1px solid #CCC;
}

#archive-list-side a {
	display:block;
	font-size:1.2em;
	line-height:1.0em;
	letter-spacing:0;
	width:100%;
	margin:0;
	padding:5px 0 15px 0;
	border-bottom:solid 1px #EEE;
	text-align:left;
	clear:both;
}

#archive-list-side a:link {
	color:#333;
	text-decoration:none;
}

#archive-list-side a:visited {
	color:#333;
	text-decoration:none;
}

#archive-list-side a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#05A;
}

#archive-list-side strong {
	margin:0;
	padding:0;
	word-break:break-all;
	font-weight:normal;
}

#archive-list-side span {
	margin:0;
	padding:0;
	font-size:0.7em;
	line-height:1.0em;
}


/* -------　記事の続き ------- */
#nextpage-navi {
	margin:0 auto;
	padding:10px 20px 20px 0;
	text-align:center;
}

#nextpage-navi a {
	width:97%;
	margin:0 auto;
	padding:11px;
	font-size:1.0em;
	font-weight:300;
	text-decoration:none;
	display:block;
	box-shadow:3px 3px 3px -3px rgba(0, 0, 0, 0.18);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#nextpage-navi a:link {
	background-color:#333;
	color:#EEE;
	border:solid 1px #222;
	text-decoration:none;
}

#nextpage-navi a:visited {
	background-color:#555;
	color:#DDD;
	border:solid 1px #222;
	text-decoration:none;
}

#nextpage-navi a:hover {
	background-color:#EEE;
	color:000;
	border:solid 1px #DDD;
	text-decoration:none;
}

/* --------　インタビュー  -------- */

/* 質問文 */
span.interview-question { 
	padding:0 0 10px 0;
	line-height:1.0em;
	letter-spacing:0;
	color:#666;
}

/* 回答者 */
strong.interview-box1 { 
	color:#CC3;
}

strong.interview-box2 { 
	color:#3CC;
}

strong.interview-box3 { 
	color:#3C8;
}

strong.interview-box4 { 
	color:#C5A;
}

strong.interview-box5 { 
	color:#E38;
}

strong.interview-box6 { 
	color:#AA3;
}

strong.interview-box7 { 
	color:#CC3;
}

strong.interview-box8 { 
	color:#C83;
}

strong.interview-box9 { 
	color:#83C;
}

strong.interview-box10 { 
	color:#03C;
}

/* ----------------------------------------------------
　記事下部お知らせ
------------------------------------------------------- */
a.musicfortune-bottom-wrap {
	text-align:center;
	width:97%;
	margin:10px 0 20px 0;
	padding:5px;
	font-size:10px;
	text-decoration:none;
	display:block;
	border:dotted 1px #000;
    box-shadow:0;
    -webkit-box-shadow:0;
    -moz-box-shadow:0;
	text-decoration:none;
}

a:link.musicfortune-bottom-wrap {
	background-color:#FFF;
	color:#000;
}

a:visited.musicfortune-bottom-wrap {
	background-color:#FFF;
	color:#000;
}

a:hover.musicfortune-bottom-wrap {
	background-color:#035;
	color:#FFF;
}

/* ----------------------------------------------------
　SP NAVIGATION
  2016.11.27
------------------------------------------------------- */

#sp-navi-main {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
}

/* ----------------------------------------------------
　tag
  2016.12.02
------------------------------------------------------- */

#tag_cloud-3 a:link {
	background-color:#FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:solid 1px #ACD;
	padding:5px;
	color:#333;
	text-decoration:none;
	white-space: pre ;
}

#tag_cloud-3 a:hover {
	background-color:#38F;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:solid 1px #ACD;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	white-space: pre ;
}

/* ----------------------------------------------------
　記事中広告
  2016.12.03
------------------------------------------------------- */

#ad-word-wrap {
	margin:0;
	padding:0 0 3px 3px;
	float:right;
	font-size:7px;
	text-align:center;
display: none;
}

#ad-word-wrap .op-ad {
	margin:0;
	padding:0;
display: none;
}

