@charset "UTF-8";

body {
	background-color:#FFF;
	margin:0;
	padding:0;
	font-size:100%;
font-family:'Century Gothic', Roboto, 'Droid Sans', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
-webkit-font-feature-settings:"palt";
font-feature-settings:"palt";
	color:#000;
	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;
	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%;
}


.flex-control-nav {display:none;}

.clearfix {clear: both;}

#container .twitterbox a, .footer-top .twitterbox a {
	color:#c19ad6;
	text-decoration: none;
}

#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;
	}

.widget table {
  clear: both;
}

.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;
	clear:both;
	margin: 0 auto;
	padding:0 0 10px 0;
	text-decoration:none;
}

.aligncenter {
	display: inline;
	clear:both;
	margin: 0 auto;
	padding:0 0 10px 0;
	text-decoration:none;
}
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-author {
	padding:0 5px 0 0;
}

.entry-date {
	padding:0 5px 0 0;
}




a:link {
	color:#9370db;
	text-decoration:none;
}

a:visited {
	color:#7150A8;
	text-decoration:none;
}

a:hover {
	color:#6495ed;
	text-decoration:underline;
}



/* 読了 */
.read-time {
	padding:5px 0 5px 14px;
	letter-spacing:0;
	font-size:1.0em;
	color:#555;
}


/* ----- logo ----- */

.logo-wrap {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	clear:both;
}



/* 記事中 */
.post-content h2 {
	margin:25px;
	padding:20px;
	letter-spacing:0;
	font-size:1.3em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:700;
}
.post-content h3 {
	margin:25px;
	padding:15px;
	letter-spacing:0;
	font-size:1.4em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #9370db;
	border-bottom:solid 1px #9370db;
	clear:both;
	font-weight:500;
	color:#9370db;
}

.post-content h4 {
	margin:25px;
	padding:15px;
	letter-spacing:0;
	font-size:1.4em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #9370db;
	border-bottom:solid 1px #9370db;
	clear:both;
	font-weight:500;
		color:#9370db;
}
.post-content h5 {font-size: 1.25em;margin: 0 0 1em;}
.post-content h6 {font-size: 1em;margin: 0 0 1em;}


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: #000;
	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 {
	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:80%;
	/*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 {
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#post-entry p.wp-caption-text {
	margin:0 auto;
	padding:8px 3px 20px 5px;
	border:0;
	color:#000;
	font-size:0.8em;
	line-height:1.3em;
	overflow:hidden;
	text-align:center;
}

.alignright {
	margin:0 auto;
	padding:0;
	border:0;
	overflow:hidden;
	font-size:1.0em;
	text-align:center;
}

.aligncenter {
	margin:0 auto;
	padding:0;
	border:0;
	overflow:hidden;
	font-size:1.0em;
	text-align:center;
}


.wp-caption img {
	display:block;
	margin:0 auto;
	padding:0;
	border:solid 1px #CCC;
	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;
}

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: #000;
	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;
}


/* ----------------------------------------------------
 FREAME SET PC
 2016.09.18
------------------------------------------------------- */

footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header,  {
margin:0 auto;
padding:0;
width:100%;
}

#flex-wrapper .innerwrap {
margin:0 auto;
padding:0;
width:auto;
}

#wrapper {
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

#wrapper-main {
	margin:0;
	padding:0;
	width: 100%;
}

#wrapper-main, footer .innerwrap {
	font-size:0.75em;
}

#bodywrap #bodycontent {
	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;
}

.content-all-wrap {
	max-width:1040px; /* 1132px */
	width:auto;
	margin:auto;
	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%;
	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;
}


/* --------------------------
　header
  2016.09.18 -> 2020.03.06 re
------------------------------- */

#header {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
}










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 {
	color:#333;
	width:auto;
	margin:0 20px 20px 20px;
	padding:25px 10px 20px 0;
	font-size:18px;
	letter-spacing:0.4em;
	font-weight:500;
	display:block;
	text-decoration:none;
	text-align:center;
/* -- Gradation -- */
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #000 0%, #907B5A 100%);
    border-image-slice: 1;
}


.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-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;
}




/*// 記事タイトル start //*/
#post-title-wrap {
	padding:0 7px 7px 7px;
}

h1.post-title {
	padding:15px 30px 5px 25px;
	font-size:24px;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:900;
	color:#333;
	border-bottom:0;

-webkit-font-feature-settings:"palt";
font-feature-settings:"palt";

}

h2.post-subtitle {
	padding:5px 30px 10px 25px;
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:600;
	color:#333;
	border-bottom:0;

-webkit-font-feature-settings:"palt";
font-feature-settings:"palt";

}





/*// クレジット //*/
.pmeta-alt {
	padding:10px 0 0 18px;
}




#post-category {
	padding:10px 10px 0 10px;
	margin:0;
}

#post-category strong {
	padding:0 0 0 3px;
	margin:0;
	position:relative;
	color: #F58;
	font-size:16px;
	letter-spacing:0.1em;
	font-weight:500;
	display:block;
}



.post-top-etoki {
	padding:0;
	margin:0 0 10px 0;
	position: relative;
	display:block;
}

.post-top-etoki p {
	position:absolute;
	left:0;
	bottom:0.3em;
	color:#FFF;
	margin:0;
	padding:8px 0 5px 3%;
	width:auto;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}







/*// 記事タイトル 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-frame {
	border:solid 1px #EEE;
	background-color:#FFF;
	padding:0;
	margin:0 2px 2px 2px;
}

.post-frame-index {
	padding:0;
	margin:0 2px 2px 2px;
}


.post-content {
	margin:0;
	padding:30px 0 0 0;
	border-top:dotted 0 #DDD;
}


/*　#post-entry article.home-post .post-content {
	padding: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%;
	line-height: 1.7em;
}　*/

/*　記事本文　*/

#post-entry article.post-single .post-content {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:2.0em;
	letter-spacing:0;
	color:#000;
	font-weight:500;
}

#post-entry p {
	padding-left:45px;
	padding-right:30px;
	padding-bottom:25px;
}


#post-entry p.post-top-etoki-text {
	padding:8px;
	font-size:12px;
	line-height:1.0em;
	color:#FFF;
}

#post-entry p.post-top-etoki-text-r {
	padding:8px;
	font-size:0.8em;
	line-height:1.0em;
	color:000;
}


.gallery-item {
	margin:0;
	padding:5px;
}

#gallery-1 img  {
	min-width:140px;
	min-height:140px;
}

.wp-caption-text {
	font-size:10px;
	line-height:1.5em;
}


#post-entry div.social {
	margin:5px;
	display: block;
	clear: both;
}


#post-entry span.post-tags {
	margin:5px;
	display: block;
	clear: both;
}



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.55em;
	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: 30%;
	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: 5px;
	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: #000;
}
/*/////////////////////////////////////////////////////////////////////////////
// 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-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
    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-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
    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-- */
}



/*/////////////////////////////////////////////////////////////////////////////
// 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-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	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.9em;
}

.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;
}


.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;
}



.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 img {
	width:auto;
	margin: 10px !important;
	float: left;
}


#right-sidebar h3.widget-title {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	width:100%;
	margin:0 0 5px 0;
	padding:10px;
	color:#FFF;
	font-size:13px;
	letter-spacing:0.3em;
	font-weight:500;
}



#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%;
}



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 .sidepagedown {
	background: #ddd;
	margin: 0px auto;
	clear: both;
	float: none;
	height: 5px;
	width: 97%;
	display: 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-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}
footer a {}
footer a:hover {text-decoration:underline;}
footer #devlink {
	font-size: 1.5em;
	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.8em;
}

.footer-left {
	float: left;
	width: 49%;
	text-align: left;
}
.footer-right {
	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: 1.5em !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:1.5em;}



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;
}

.post-thumb.in-mobile {display:none;}



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;
}



/* 記事エリア */
.content {
	text-align:left;
	float: left;
	width: 69%;	/* もとは69% */
	padding: 0;
}

.content-interview {
	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
  アーカイブ　＝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:13px;
	letter-spacing:0;
	font-weight:400;
	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:1em;
	letter-spacing:0;
	line-height:1.0;
	color:#333;
}

#archive-list-alter span.post-author {
	margin:0;
	padding:0;
	font-size:1em;
	letter-spacing:0;
	color:#333;
}

#archive-list-alter span.post-time {
	margin:0;
	padding:0;
	font-size:1em;
	letter-spacing:0;
	color:#333;
}

#archive-list-alter span.post-category {
	margin:0;
	padding:0;
	font-size:1em;
	letter-spacing:0;
	color:#333;
}



/* --------　インタビュー  -------- */

/* 質問文 */
span.interview-question { 
	padding:10px 0 10px 0;
	font-weight:500;
	color: #5588FF;
}





/* ----------------------------------------------------
　記事下部お知らせ
------------------------------------------------------- */
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:#C0AE8D;
	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 #C0AE8D;
	padding:5px;
	color:#333;
	text-decoration:none;
	white-space: pre ;
}

#tag_cloud-3 a:hover {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:solid 1px #C0AE8D;
	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;
}

/* ------　前文下広告  17-10-22  ----- */


#lead-text-ad {
	margin:0 5px 20px 5px;
	padding:10px;
	border-top:1px dotted #DDB;
	border-bottom:1px dotted #DDB;
}


/* ----------------------------------------------------
　前後の記事
------------------------------------------------------- */
#post-navigator-single {
	margin:0 auto;
	padding:0 0 20px 0;
	width:100%;
	display:block;
	text-align:center;
	display: inline;
}

#post-navigator-single li.post-navigator-single-ttl {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	padding:10px;
	width:100%;
	font-size:14px;
	line-height:1.0em;
	color:#FFF;
	text-align:center;
	border:solid 1px #EEE;
	text-decoration:none;
	clear:both;
}

#post-navigator-single ul {
	width:100%;
	list-style-type:none;
}

#post-navigator-single li a {
	background-color:#FFF;
	padding:10px;
	width:100%;
	font-size:14px;
	line-height:1.0em;
	text-align:center;
	border:solid 1px #EEE;
	float:left;
	text-align:left;
	text-decoration:none;
}

#post-navigator-single a:hover {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);s
}



/* ---- 　


カスタマイズ


   ---- */



/* ---- 　記事分割   ---- */

#wp_page_numbers {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	display:inline;
	text-align:center;
	font-size:1.0em;
}

#wp_page_numbers ul {
  margin:0;
  padding:0 0 10px 0;
}

#wp_page_numbers li {
	border:solid 1px #CCC;
	color:#888;
	font-weight:700;
	display:inline;
	margin:0;
	padding:8px 15px 10px 15px;
}

#wp_page_numbers a li {
	margin:0;
	padding:8px 15px 10px 15px;
	background-color:#555;
	color:#CCC;
	letter-spacing:0;
	text-decoration:none;
	font-weight:400;
}

/* ------------　関連記事 --------------- */
.related_post_title {
	font-size:2em;
	line-height:1.5em;
	margin:10px 0 0 0;
	padding:15px 0 10px 0;
	border-bottom: dotted 1px #555;
}

/* ------ 　post-content  ---- */
div.post-content {
	margin:0;
	padding:0;
	border-top:dotted 0 #DDD;
}

div.post-content-r {
	margin:0;
	padding:20px 0 0 0;
}

/* ------ 　関連記事  ---- */

#related-post-list-title {
	margin:20px 0 5px 0;
	padding:0;
	width:100%;
	display:block;
	text-align:left;
}

#related-post-list-title h4 {
	margin:0 0 0 5px;
	font-size:1.5em;
	line-height:1.0em;
	font-weight:600;
}


#related-post-list-title ul {
	width:100%;
	list-style-type:none;
}


#related-post-list {
	backgrund-color:#FFF;
	width:206px;
	height:180px;
	margin:10px 10px 0 5px;
	padding:0;
	float:left;
	text-align:left;
}

#related-post-list img.archive-list-img {
	width:196px;
	height:100px;
	object-fit:cover;
	object-position:top;
	margin:0;
	padding:0;
	border:1px solid #555;
}

#related-post-list strong {
	margin:0;
	padding:0;
	font-weight:400;
	font-size:13px;
	line-height:1.0em;
}

#related-post-list strong::before {
	content: "\A" ;
}

#related-post-list span.entry-time-arcive {
	margin:0;
	padding:0 0 0 3px;
	font-size:0.8em;
	color:#AAA;
}

#related-post-list a {
	margin:0;
	padding:0;
}

#related-post-list a:link {
	color:#000;
	border:0;
	text-decoration:none;
}

#related-post-list a:visited {
	color:#000;
	text-decoration:none;
}

#related-post-list a:hover {
	color:##9370db;
	text-decoration: underline;
}







	transition: 0.4s ;
}

/* ----------------------------------------------------
　ホーム > 音楽ニュース > 記事詳細 > 画像
------------------------------------------------------- */
img.pict {
	width:330px;
	border:solid 1px #000;
	margin: 2px 0 5px 8px;
	padding 0;
	float:right;
}

span.ph {
	font-size:9pt;
	line-height:1.3em;
	color:#555;
	width:340px;
	margin:0 0 5px 10px;
	padding:0 0 10px 10px;
	float:right;
	text-decoration: none;
}



/* ----------------------------------------------------
　Music fortune PC
  2016.09.16
------------------------------------------------------- */

#musicfortune-title-wrap {
	background-image:url(/img/musicfortune/title-wrap.jpg);
	background-repeat:no-repeat;
	width:100%;
	padding:8px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	clear:both;
}

#musicfortune-title-wrap h1 {
	padding:3px 0 0 6px;
	font-size:1.2em;
	line-height:1.3em;
	letter-spacing:1px;
	color:#FFF;
	font-weight: normal;
	font-style: italic;
	word-wrap: break-word;
	text-shadow: 0px 1px 1px #000;
}

#musicfortune-title-wrap h2 {
	padding:3px 0 3px 0;
	font-size:2.2em;
	line-height:1.3em;
	letter-spacing:-2px;
	color:#FFF;
	font-weight: normal;
	word-wrap: break-word;
	text-shadow: 0px 1px 1px #000;
}

#musicfortune-post-wrap {
	padding:5px 0 3px 0;
	font-family:"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
}

#musicfortune-post-wrap h3 {
	padding:3px 0 3px 0;
	font-size:1.8em;
	line-height:1.3em;
	letter-spacing:-2px;
	color:#000;
	font-weight: bold;
	word-wrap: break-word;
	text-shadow: 0px 1px 1px #AAA;
	border:0;
}

#musicfortune-post-wrap h4 {
	padding:3px 0 3px 0;
	font-size:1.8em;
	line-height:1.3em;
	letter-spacing:-2px;
	color:#000;
	font-weight: bold;
	word-wrap: break-word;
	text-shadow: 0px 1px 1px #AAA;
	border:0;
}

#musicfortune-post-wrap img.mfjacket {
	width: 300px;
}

#musicfortune-post-wrap img.mfjacket-short {
	width:200px;
}

#musicfortune-post-wrap div.mf-music-info {
	background-color:#EEE;
	margin:8px 8px 20px 8px;
	padding:8px;
	color:#000;
	word-wrap:break-word;
	border:dotted 1px #000;
}

/* TOP TOPICS */

div#flash-topics-ver2 {
	text-align:left;
	float:right;
	margin:0;
	padding:15px 10px 10px 0;
}

#flash-topics-ver2 ul {
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

#flash-topics-ver2 li {
	margin:0;
	padding:0 8px 0 5px;
	font-size:9pt;
	border-right:solid 1px #555;
	float:left;
	list-style-type:none;
}


#flash-topics-ver2 a:link {
	color:#333;
	text-decoration:none;
	border-bottom:0;
}

#flash-topics-ver2 a:visited {
	color:#333;
	text-decoration:none;
}

#flash-topics-ver2 a:hover {
	color:#FFF;
	text-decoration:underline;
}


/* 記事内告知 */

.news-info-area {
	background-color:#FFF;
	margin:5px 10px 15px 25px;
	padding:0 5px 10px 0;
	font-size:9pt;
	color:#000;
	border-left:solid 2px #CCC;
	clear:both;
}

#news-info-area {
	background-color:#FFF;
	margin:10px 10px 15px 40px;
	padding:0 5px 10px 10px;
	border-left:solid 2px #DDD;
	clear:both;
}

#news-info-area h3 {
	margin:0 0 10px 10px;
	padding:0 0 10px 0;
	border-bottom:solid 1px #EEE;
	border-left:0;
	font-size:10pt;
}

#news-info-area h4 {
	margin:0 0 10px 10px;
	padding:0 0 10px 0;
	border-bottom:solid 1px #EEE;
	border-left:0;
	font-size:10pt;
}


#news-info-area p {
	padding:0 0 0 10px;
	font-size:9pt;
	color:#000;
}


/* ギャラリー替え */

#myGallery a {
	color:#FFF;
}

#myGallery p {
	color:#FFF;
}

.tiled-gallery {
	padding:15px;
}


/* ----------------------------------------------------
　ACCESS RANKING
  2017.12.27
------------------------------------------------------- */

#ga-ranking {
	padding:5px;
}

#ga-ranking ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: pupular-ranking;
}

#ga-ranking li {
	position:relative;
}
 
#ga-ranking li:before {
	background:none repeat scroll 0 0 #C0AE8D;
	color:#fff;
	content:counter(pupular-ranking, decimal);
	counter-increment:pupular-ranking;
	font-size:100%;
	left:0;
	top:0;
	line-height:1;
	margin:3px 0 10px 10px;
	padding:4px 7px;
	position:absolute;
	z-index:0;
	border-radius:5px;
}

#ga-ranking img {
	object-fit:cover;
	width:90px;
	height:70px;
	margin:0 10px 0 0;
	padding:0;
	object-position:top;
	border:1px solid #CCC;
	float:right;
}


#ga-ranking a {
	color:#000;
	width:98%;
	margin:0;
	padding:5px 0 40px 10px;
	display:block;
	font-size:1.0em;
	line-height:1.3em;
	letter-spacing:0;
	text-align:left;
	clear:both;
}

#ga-ranking span.ranking-title {
	color:#000;
	margin:0;
	padding:5px 0 0 35px;
	font-size:1.0em;
	line-height:1.3em;
	letter-spacing:0;
}

#ga-ranking span.ranking-title-day {
	color:#000;
	margin:0;
	padding:5px 0 0 35px;
	font-size:0.8em;
	line-height:1.3em;
	letter-spacing:0;
}

#ga-ranking a:link {
	color:#000;
}

#ga-ranking a:visited {
	color:#333;
}

#ga-ranking a:hover {
	color:#555;
}

/* 記事アクセスランキング サイドバー */

#ga-ranking-side {
	padding:0;
}

#ga-ranking-side ol {
	margin:0;
	padding:0;
	list-style:none;
	counter-reset:pupular-ranking;
}

#ga-ranking-side li {
	position:relative;
	border-bottom:dotted 1px #DCB;
}
 
#ga-ranking-side li:before {
	background:none repeat scroll 0 0 #C0AE8D;
	color:#FFF;
	content:counter(pupular-ranking, decimal);
	counter-increment:pupular-ranking;
	font-size:100%;
	left:0;
	top:0;
	line-height:1;
	margin:3px 10px 0 10px;
	padding:4px 7px;
	position:absolute;
	z-index:0;
	border-radius:5px;
}

#ga-ranking-side li a {
	margin:0;
	padding:8px 15px 10px 15px;
	display:block;
	font-size:13px;
	line-height:1.3em;
	letter-spacing:0;
	font-weight:500;
	border-bottom:solid 1px #EEE;
	text-align:left;
}

#ga-ranking-side img {
	margin:0;
	padding:0 10px 0 0;
	width:40px;
	float:left;
}

#ga-ranking-side a:link {
	color:#000;
	text-decoration:none;
}

#ga-ranking-side a:visited {
	color:#555;
	text-decoration:none;
}

#ga-ranking-side a:hover {
	color:#000;
	text-decoration:none;
	background-color:#DDD;
}


/* ----------------------------------------------------
　SIDEBAR ORIGIN
  2017.12.27
------------------------------------------------------- */

#sidebar-origin {
	margin:0;
	padding:0;
}

#sidebar-origin dt {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	width:100%;
	margin:0 0 5px 0;
	padding:10px;
	color:#FFF;
	font-size:13px;
	letter-spacing:0.3em;
	font-weight:500;
	text-align:left;
	border:solid 1px #EEE;
}

#sidebar-origin dd {
	margin:0;
	padding:5px 0 0 0;
	width:100%;
	font-size:1.1em;
}



/* --hoka-- */

#recent-posts-2 li {
	padding:0;
}


#recent-posts-2 li {
	position:relative;
	border-bottom:dotted 1px #DCB;
}

#recent-posts-2 li a {
	margin:0;
	padding:5px;
	display:block;
	font-size:1.0em;
	line-height:1.3em;
	letter-spacing:0;
	font-weight:500;
	border-bottom:solid 1px #EEE;
	text-align:left;
}

#recent-posts-2 a:link {
	color:#000;
	text-decoration:none;
}

#recent-posts-2 a:visited {
	color:#555;
	text-decoration:none;
}

#recent-posts-2 a:hover {
	color:#000;
	text-decoration:none;
	background-color:#DDD;
}

#recent-posts-2 span.post-date {
	font-size:0.9em;
	float:right;
}




/* --more link-- */

a.more-contents-link {
	background-color:#FFF;
	margin:0;
	padding:10px 0 10px 0;
	width:100%;
/* -- BOX MACHING -- */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/* -- BOX MACHING -- */
	font-size:15px;
	line-height:1.0em;
	color:#333;
	text-align:center;
	border:solid 1px #DDD;
	float:left;
	text-decoration:none;
}

a.more-contents-link:visited {
	color:#333;
	text-decoration:none;
}

a.more-contents-link:hover {
	color:#FFF;
	text-decoration:none;
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}









/* ----------------------------------------------------
　SIDEBAR-RSS IMPORT
------------------------------------------------------- */



#sidebar-rssimport {
	margin:0;
	padding:0;
}

#sidebar-rssimport dd {
	font-size:14px;
	padding:5px 0 5px 0;
}

#sidebar-rssimport ul {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

#sidebar-rssimport li a {
	margin:0;
	padding:10px 0 10px 0;
	width:100%;
	font-size:14px;
	line-height:1.0em;
	text-align:center;
	border:solid 1px #EEE;
	float:left;
	text-align:left;
	text-decoration:none;
}

#sidebar-rssimport a:hover {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}



/* -------　記事の続き ------- */
#nextpage-navi {
	margin:0 auto;
	padding:10px 20px 20px 10px;
	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;

}

#nextpage-navi a:link {
	background-color:#333;
	color:#EEE;
	border:solid 1px #222;
	text-decoration:none;
}

#nextpage-navi a:visited {
	background-color:#555;
	color:#EEE;
	border:solid 1px #222;
	text-decoration:none;
}

#nextpage-navi a:hover {
	background-color:#FFF;
	color:000;
	border:solid 1px #DDD;
	text-decoration:none;
}


/* -- TAG -- */

#fb-root {
	clear:both;
}

#post-meta-tag {
	margin:0;
	padding:0;
	font-size:0.9em;
	clear:both;
	line-height:3.0em
}

#post-meta-tag p {
	margin:0;
	padding:0 0 15px 10px;
	text-align:left;
}


#post-meta-tag a {
	background-color:#FFF;
	margin:0 5px 8px 5px;
	padding:7px;
	text-align:center;
	border:solid 1px #EEE;
	text-decoration:none;
/* -- BOX MACHING -- */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/* -- BOX MACHING -- */
	display: inline-block;
}

#post-meta-tag a:hover {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	color:#FFF;
}

#sns-icon {
	margin:0 0 0 10px;
}


/* -- 記事関連写真 -- */


#post-relation-media {
	margin:0;
	padding:10px 0 10px 20px;
}

#post-relation-media dt {
	width:95%;
	margin:0;
	padding:10px;
	font-size:100%;
	color:C0AE8D;
}

#post-relation-media dd {
	margin:0;
	padding:3px 7px 3px 0;
	font-size:80%;
	float:left;
}





#post-iframe iframe {
  text-align:center;
  margin:0px auto;
}



/* ----------------------------------------------------
　Entame 30ths
  2018.06.20
------------------------------------------------------- */

#entame30ths-title-wrap {
	background-image:url(/img/entame30ths/title-wrap.png);
	background-repeat:no-repeat;
	width:100%;
	padding:8px;
	clear:both;
}

#entame30ths-title-wrap h1 {
	padding:5px 0 0 4px;
	font-size:2.5em;
	line-height:1.3em;
	letter-spacing:1px;
	color:#FFF;
	font-weight:900;
	font-style:italic;
	word-wrap: break-word;
	text-shadow: 0px 2px 2px #000;
}

#entame30ths-title-wrap h2 {
	padding:5px 0 10px 6px;
	font-size:1.2em;
	line-height:1.3em;
	letter-spacing:0;
	color:#FFF;
	font-weight:500;
	word-wrap: break-word;
	text-shadow: 0px 2px 2px #000;
}

#entame30ths-title-wrap span.entame30ths-series {
	background-color:#FFF;
	margin:0 10px 0 0;
	padding:1px 3px 1px 3px;
	font-size:0.8em;
	line-height:1.0em;
	letter-spacing:0;
	color:#000;
	font-weight:normal;
	text-shadow:0px 0px 0px #000;
}

#entame30ths-title-wrap p {
	padding:0 0 4px 3px;
	font-size:1.0em;
	line-height:1.5em;
	letter-spacing:0;
	color:#FFF;
	text-shadow: 0px 1px 1px #000;
}


#entame30ths-post-wrap h3 {
	margin:0;
	padding:10px 0 10px 0;
	font-size:1.5em;
	line-height:1.3em;
	letter-spacing:0;
	color:#000;
	font-weight: bold;
	word-wrap: break-word;
	border:0;
}

#entame30ths-post-wrap ul {
	margin:0;
	padding:3px 0 3px 0;
	list-style: none;
	clear:both;
}

#entame30ths-post-wrap li {
	width:190px;
	padding:10px 0 10px 0;
	float:left;
}

#entame30ths-post-wrap li.next-person-face {
	background-image:url(/img/entame30ths/person-br.png);
	background-repeat:no-repeat;
	font-size:2.0em;
	width:20px;
	padding:60px 10px 0 10px;
	float:left;
}


#entame30ths-post-wrap img.person-face {
	width:190px;
filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
}



#entame30ths-post-wrap a {
	font-size:1.3em;
	line-height:1.4em;
	color:#000;
	font-weight:600;
	border:0;
}

#entame30ths-post-wrap a:link {
	color:#000;
	text-decoration:none;
	border:0;
}

#entame30ths-post-wrap a:visited {
	color:#000;
	text-decoration:none;
}

#entame30ths-post-wrap a:hover {
	text-decoration:none;
}




@media screen and (min-width:0px) and (max-width:767px) {

#entame30ths-post-wrap {
	padding:0 8px 0 8px;
	}

#entame30ths-post-wrap li {
	width:100%;
	clear:both;
}


#entame30ths-post-wrap img.person-face {
	width:100%;
}


#entame30ths-post-wrap li.next-person-face {
	background-image:url(/img/entame30ths/person-bb.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:100%;
	height:50px;
	padding:0;
	clear:both;
}


}




/*////////////////////////////////

インタビュー

//////////////////////////////////*/


/*// インタビュー絵解き //*/
#post-top-etoki-interview {
	padding:0;
	margin:0;
	position:relative;
	display:block;
}

#post-top-etoki-interview p {
	position:absolute;
	right:0;
	top:0;
	color:#000;
	margin:5px;
	padding:5px 10px 5px 10px;
	width:auto;
	background:#FFF;
	border:solid 1px #FFF;
	filter: Alpha(opacity=50);
	opacity: 0.5;
box-shadow:1px 1px 2px 2px #888 inset;
  -webkit-box-shadow:0 0 2px 2px #CCC;
  -moz-box-shadow:0 0 2px 2px #CCC;
}

#post-top-etoki-interview img {
	margin:0;
	padding:0;
	border:0;
}

#post-top-etoki-interview strong {
	font-family:Century Gothic, serif;
	font-size:1.0em;
	font-weight:800;
	letter-spacing:0.2em;
	margin:0;
	padding:0;
box-shadow:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0 0 2px 2px #555;
}

#post-category-interview {
	margin:0;
	padding:0 10px 0 10px;
}

#post-category-interview strong {
	margin:0;
	padding:0 0 0 3px;
	position:relative;
	color: #F58;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:600;
	display:block;
}


/* インタビュー */
#title-area-interview {
	background-color:#FFF;
	margin:0 2px 0 2px;
	padding:10px;
	letter-spacing:0;
}

#post-title-wrap-interview {
	margin:0;
	padding:0 7px 30px 15px;
}

h1.post-title-interview  {
	font-family:'Noto Serif JP', serif;
	width:95%;
	padding:10px 10px 15px 7px;
	font-size:1.8em;
	line-height:1.8em;
	letter-spacing:0;
	font-weight:500;
	color:#000;
	border-bottom:0;
}


#post-iframe-interview h2 {
	margin:25px;
	padding:20px;
	letter-spacing:0;
	font-size:1.3em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:700;
}
#post-iframe-interview h3 {
	margin:25px;
	padding:15px;
	letter-spacing:0;
	font-size:1.4em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:500;
}

/*////////////////////////////////

エンタメ

//////////////////////////////////*/


/* エンタメ画像 */
.text-imager-entame {
	width:330px;
	border:0;
}

#post-top-etoki-entame {
	width:330px;
	padding:0;
	margin:3px 0px 10px 20px;
	float:right;
}

#post-top-etoki-entame p {
	left:0;
	bottom:0.5em;
	color:#222;
	margin:0;
	padding:8px 3% 5px 3%;
	font-size:0.9em;
}




/* サイドバーギャラリー */

.sidebar-gallery {
	width:120px;
	
}


/* comment */

#commentpost {
	width:90%;
	margin:0 0 20px 0;
	padding:0 7px 20px 15px;
}


#comments {
	margin:0;
	padding:20px;
	letter-spacing:0;
	font-size:1.3em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:700;
}


.comment-reply-title {
	margin:0;
	padding:20px;
	letter-spacing:0;
	font-size:1.3em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:700;
}


/* 記事中 */
.post-content h2 {
	margin:25px;
	padding:20px;
	letter-spacing:0;
	font-size:1.3em;
	line-height:1.3em
	overflow:hidden;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	font-weight:700;
}


#post-entry p {
	font-size:1.1em;
	line-height:1.7em;
	padding-left:45px;
	padding-right:30px;
	padding-bottom:10px;
	color:#000;
	font-weight:500;
}





























/* ----------------------------------------------------
　改変終了
------------------------------------------------------- */





/* -----------------------------------
  HOME + PAGE TOP
　2020/03/06
--------------------------------------- */


/* ギャラリー */

#myGallery a {
	border:0;
}

#myGallery h3 {
	border:0;
	letter-spacing:0;
	font-size:1.5em;
	line-height:1.3em;
}

#myGallery p {
	font-weight:500;
	border:0;
	letter-spacing:2px;
}


/* 記事リスト・タブ */

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	        	margin: 0 auto;
}

.cp_tab > input[type='radio'] {
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
	padding:0;

}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position:relative;
	display:inline-block;
	padding:0 20px 0 0;
	cursor:pointer;
	font-weight:500;
	font-size:14px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
		color: #CC66cc;
}
.cp_tab .cp_tabpanel {
	padding:0;
	color:#FFF;
}


/*tab 4th*/

#first_tab04 ul {
	list-style-position:outside;
	list-style-type:disc;
}

#first_tab04 li {
	padding:5px 0 5px 0;
}

#first_tab04 a {
	font-size:100%;
	font-weight:700;
	margin:0;
	padding:0;
}

#first_tab04 a:link {
	color:#000;
	border:0;
	text-decoration:none;
}

#first_tab04 a:visited {
	color:#000;
	text-decoration:none;
}

#first_tab04 a:hover {
	color:#000;
	text-decoration: underline;
}

.index-tab-more {
	display:inline-block;
	text-align:center;
	clear:both;
	width:97%;
	margin:10px;
	padding:5px;
	font-weight:700;
	text-decoration:underline;

}



/* 記事リスト */

#archive-list {
	width:156px;
	height:220px;
	margin:10px 10px 0 10px;
	padding:0;
	float:left;
	font-size:14px;
	line-height:1.3em;
}

#archive-list img.archive-list-img {
	width:156px;
	height:100px;
	object-fit:cover;
	object-position:top;
	margin:0;
	padding:0;
	border:1px solid #555;
}

#archive-list strong {
	margin:0;
	padding:0;
	font-weight:400;
}


#archive-list span.entry-time-arcive {
	margin:0;
	padding:0 0 0 3px;
	font-size:0.8em;
	color:#AAA;
}

#archive-list a {
	margin:0;
	padding:0;
}

#archive-list a:link {
	color:#000;
	border:0;
	text-decoration:none;
}

#archive-list a:visited {
	color:#553377;
	text-decoration:none;
}

#archive-list a:hover {
	color:#6495ed;
	text-decoration: underline;
}






















/* ----------------------------------------------------
　SIDEBAR
  2020/03/16
------------------------------------------------------- */

/* ----　Attention ----- */
#archive-list-side {
	margin:0;
	padding:5px 0 5px 0;
	clear:both;
}


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:70px;
	border:1px solid #777;
}


#archive-list-side a {
	height:70px;
	display:block;
	margin:0;
	padding:5px 0 5px 0;
	text-align:left;
	clear:both;
}

#archive-list-side a:link {
	color:#000;
	text-decoration:none;
}

#archive-list-side a:visited {
	color:#000;
	text-decoration:none;
}

#archive-list-side a:hover {
	color:#000;
	text-decoration:underline;
}


#archive-list-side strong {
	margin:0;
	padding:0;
	font-weight:500;
	word-break:break-all;
	font-size:0.7em;
	line-height:0.7em;
}

#archive-list-side span {
	margin:0;
	padding:0;
	font-size:0.6em;
	line-height:1.0em;
}

/* ----　comment ranking ----- */
#ulArticleRanking {
	margin:0;
	padding:5px 0 5px 0;
	clear:both;
}

#ulArticleRanking td.ul-article-rank {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	color:#FFF;
	content:counter(pupular-ranking, decimal);
	counter-increment:pupular-ranking;
	font-size:100%;
	line-height:1;
	margin:3px 10px 0 0;
	padding:4px 7px;
	position:absolute;
	border-radius:5px;
}

#ulArticleRanking a {
	font-size:0.9em;
	line-height:1.0em;
	padding:5px 0 8px 35px;
}

#ulArticleRanking a:link {
	color:#000;
	text-decoration:none;
}

#ulArticleRanking a:visited {
	color:#222;
}

#ulArticleRanking a:hover {
	color:#000;
	text-decoration:underline;
}

/* ----　comment ranking page ----- */
#ulArticleRanking-page {
	margin:0;
	padding:5px 20px 5px 20px;
	clear:both;
overflow:visible;
}

#ulArticleRanking-page td {
	padding:10px;
}


#ulArticleRanking-page a {
	font-size:1.1em;
}



.instagram-media {
    margin:0 0 0 30px;
  }










/* ----------------------------------------------------
　pagebottom submenu
------------------------------------------------------- */


h4.pagebottom-submenu-ttl {
	margin:0;
	padding:15px 0 5px 10px;
	font-size:1.2em;
	color:#000;
	clear:both;
	font-weight:500;
}

#pagebottom-submenu {
	padding:4px 15px 15px 5px;
	margin:2px 2px 10px 2px;
	clear:both;
}


#pagebottom-submenu ul {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

#pagebottom-submenu li a {
	background:#FFF;
	padding:10px;
	margin:10px 10px 10px 0;
	font-size:12px;
	color:#000;
	border: dashed 1px #AAA;
	border-radius:10px;
	float:left;
}



/* ----------------------------------------------------
　BREADCRUMBS
------------------------------------------------------- */

#breadcrumbs {
	margin:0;
	padding:15px 0 15px 20px;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style: none;
	display: block;
}

#breadcrumbs li  {
	display:inline-block;
	margin:0;
	padding:0px 0px 0px 5px;
	float:left;
	text-transform: capitalize !important;
	list-style: none;
	font-size:12px;
}

/* ----------------------------------------------------
　Comments
------------------------------------------------------- */

#ulCommentWidget {
	margin:0;
	padding:0;
	clear:both; width:95%; margin:auto; padding-top:20px;
}

#ulCommentWidget h5 {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:500;
}

#post-top-etoki-entame {
	width:330px;
	padding:0;
	margin:3px 0px 10px 20px;
	float:right;
}

#post-top-etoki-entame p.pte {
	left:0;
	bottom:0.5em;
	color:#222;
	margin:0;
	padding:8px 3% 5px 0;
	font-size:0.8em;
	text-align:left;
}




/* ----------------------------------------------------
　MUSIC NAVIGATION
  2020.06.23
----------------------------------------------------- */


#music-navi-main {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	width:auto;
	margin:0 0 3px 0;
	padding:0;
}

#music-navi-main ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}

#music-navi-main li a {
	margin:0;
	padding:3px 10px 3px 10px;
	display:block;

	color:#FFF;
	font-size:12px;
	font-weight:400;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 25px;

background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}

#music-navi-main a {
	text-decoration:none;
}

#music-navi-main a:hover {
	color:#AAA;
	overflow:hidden;
}

.gnav-music {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.gnav-music ul {
  width: 1000px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
}

.gnav-music ul li {
  text-align: center;
  border-left:0;
}

.gnav-music li.gnav-home-music {
	color:#907B5A;
}


/* ----------------------------------------------------
　NORMAL NAVIGATION
  2020.06.23
----------------------------------------------------- */


#normal-navi-main {
	width:auto;
	margin:0 0 3px 0;
	padding:0;
}

#normal-navi-main ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}

#normal-navi-main li a {
	margin:0;
	padding:3px 10px 3px 10px;
	display:block;

	color:#FFF;
	font-size:12px;
	font-weight:400;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 25px;

background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}

#normal-navi-main a {
	text-decoration:none;
}

#normal-navi-main li a:hover {
	overflow:hidden;
	color:#C0AE8D;
	background-color:#FFF;
}

.gnav-normal {
	background-color:#C0AE8D;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.gnav-normal ul {
  width: 1000px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
}

.gnav-normal ul li {
  text-align: center;
  border-left:0;
}

.gnav-normal li.gnav-home-music {
	color:#000;
}




/* ----　PHOTO NEWS　-------- */



#photonews-wrap {
	padding:10px 10px 0 10px;
	margin:0;
}

#photonews-wrap h1 {
	margin:0;
	padding:0 0 10px 3px;
	position:relative;
	color:#000;
	font-size:1.5em;
	line-height:1.7em;
	letter-spacing:0;
	font-weight:500;
	display:block;
}

/* -- 写真 -- */
#photonews-main {
	width:100%;
	padding:0;
	text-align:center;
}

#photonews-main img {
	width:100%;
	margin-top:10px;
	height:auto;
}

/* 広告２列 */
.photonews-ad2-1 {
	padding:0; 	margin:0;
	display:table; float:left; padding:10px; 0 5px 0;
}

.photonews-ad2-2 {
	padding:0;	margin:0;
	display:table; float:right; padding:10px; 0 5px 0;
}

/* エトキ */
#entry-caption p {
	padding:10px;
	font-size:1.1em;
	line-height:1.8em;
	letter-spacing:0;
	font-weight:500;
	color:#333;
}

/* 関連写真見出し */
h3.entry-caption-more-ttl {
	margin:0;
	padding:15px 0 5px 10px;
	font-size:1.2em;
	color:#000;
	clear:both;
	font-weight:500;
}

/* 関連写真 */
.entry-caption-more {
	border:solid 1px #DDD;
	background-color:#FFF;
	padding:15px;
	margin:2px;
	line-height:2.0em;
	letter-spacing:0;
	color:#000;
}

/* コメント */
.CommentWidget-image {
	border:solid 1px #DDD;
	background-color:#FFF;
	padding:15px;
	margin:2px;
}

/* コメント書き込みボタン */
#comment-writing-go {
	display:block;
	text-align:center;
	padding:5px 5px 20px 5px;
}

#comment-writing-go a {
	width:85%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px;
	font-size:14px;
	line-height:1.7em;
	border:solid 1px #675;
	border-radius:5px;
}

#comment-writing-go a:link {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#comment-writing-go a:visited {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#comment-writing-go a:hover {
	color:#FFF;
	text-decoration:none;
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}

/* 記事へ */
#read-news-go {
	margin:10px 0 0 0;
	display:block;
	text-align:center;
	padding:5px 5px 20px 5px;
}
#read-news-go a {
	width:85%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px;
	font-size:14px;
	line-height:1.7em;
	border:solid 1px #675;
	border-radius:5px;
}

#read-news-go a:link {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#read-news-go a:visited {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#read-news-go a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#C0AE8D;
}

/* 他の写真 */
#other-photo-go {
	display:block;
	text-align:center;
	padding:5px 5px 20px 5px;
}
#other-photo-go a {
	width:85%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px;
	font-size:14px;
	line-height:1.7em;
	border:solid 1px #675;
	border-radius:5px;
}

#other-photo-go a:link {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#other-photo-go a:visited {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#other-photo-go a:hover {
	color:#FFF;
	text-decoration:none;
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
}







/* -----　フォトニュース 次へ　------ */

#post-navigator-single a {
	display:block;
	margin:0;
	padding:10px;
	font-size:14px;
	line-height:1.0em;
	border:solid 1px #EEE;
}

#post-navigator-single a:link {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#post-navigator-single a:visited {
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

#post-navigator-single a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#C0AE8D;
}


/* -----　フォトニュース ------ */




dd.gallery-caption {
	font-size:9px;
	line-height:1.0em;
	letter-spacing: -1px;
	color: #333;
}

img.attachment-thumbnail {
	padding:5px;
}

p.photo-news-text {
	text-align:center;
	padding:5px;
	font-size:110%;
	line-height:1.3em;
	letter-spacing:0px;
}


















div#imagebox {
	background-color:#EEE;
	margin:10px;
	padding:5px;
	font-size:11px;
	line-height:1.2em;
	text-align:center;
	float: left;
	width:140px;
	min-height:200px;
	overflow:hidden;
}

#imagebox img {
	object-fit:cover;
	min-width:135px;
	min-height:100px;
	margin:0 10px 0 0;
	padding:0;
	object-position:top;
	border:1px solid #CCC;
}

#imagebox a {
	text-decoration:none;
}



/* --NEXT PAGE-- */

#photonews-index-page ul {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
}

#photonews-index-page li a {
	background-color:#FFF;
	margin:0;
	padding:10px;
	width:50%;
	font-size:14px;
	line-height:1.0em;
	color:#333;
	text-align:center;
	border:solid 1px #EEE;
	float:left;
	text-decoration:none;
/* -- BOX MACHING -- */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/* -- BOX MACHING -- */
}

#photonews-index-page a:hover {
background-image: linear-gradient(17deg, #aed6ee 1%, #a188d9 43%);
	color:#FFF;
}




/* --　PHOTO NEWS SPECIAL　--- */
div#photonews-sp {
	margin:0;
	padding:0;
}

#photonews-sp img {
	margin: 5px 5px 5px 0;
	border: solid 3px #CCC;
}



#photonews-sp a:hover {
	filter: alpha(opacity=45);
	-moz-opacity:0.75;
	opacity:0.75;
}

#post-entry a:hover {
	filter: alpha(opacity=45);
	-moz-opacity:0.75;
	opacity:0.75;
}

a {
	-webkit-transition: 0.4s ;
}








/* -----　20201125 WOWOW AD ------ */

.wowow-ad-table {
display: table;
margin:0 auto;
}

.wowow-ad-tr {
display: table-row;
}

.wowow-ad-left {
display:table-cell;
padding-right:3px;
}

.wowow-ad-wrap {
display:table-cell; vertical-align:top; max-width:1040px; margin:auto; padding:0;
}

.wowow-ad-main-pc {
padding-bottom:10px;
}

.wowow-ad-main-sp {
display:none;
}


.wowow-ad-right {
display:table-cell;
padding-left:3px;
}




@media screen and (min-width:0px) and (max-width:520px) {



.wowow-ad-left {
display:none;
padding-right:0;
}


.wowow-ad-wrap {
display:block; vertical-align:top; width:auto; margin:auto; padding:0; overflow:hidden;
}

.wowow-ad-main-pc {
display:none;
padding-bottom:0;
}

.wowow-ad-main-sp {
  max-width: 100%;
display:block;
padding-bottom:10px;
}


.wowow-ad-main-img {
  max-width: 100%;
  height: atuo;
}



.wowow-ad-right {
display:none;
padding-left:0;
}



}