/*
Theme Name: nendo
Theme URI: http://www.nendo.jp
Author: pictron
Author URI: http://www.pictron.net
Description: 2013 new theme for nendo
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-nendo

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

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

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

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

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

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

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

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


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

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

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

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}


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

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

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

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

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

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

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

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

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


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

/* Body, links, basics */
html {
	/*font-size: 87.5%;*/
}
body {
	/*font-size: 14px;
	font-size: 1rem;*/
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	font-size: 80%;
	color: #3D3937;
	line-height: 1.4em;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #3D3937;
}
a:hover {
	color: #FD742F;
}

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

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

/* Header */
.site-header {
  	width:100%;
	/*padding: 0 0 24px 0;
	padding: 0 0 1.714285714rem 0;*/
  	padding: 0 0 12px 0;
	padding: 0 0 0.857142857rem 0;
}

.site-header #headbar {
  /*width:100%;*/
  margin:0 0 1.714285714rem 0;
  padding: 0.5rem;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(238,238,238)),color-stop(0.94, rgb(238,238,238)),color-stop(1, rgb(221,221,221)));
  background-image:-webkit-linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(238,238,238) 94%,rgb(221,221,221) 100%);
  background-image:linear-gradient(-90deg,rgb(238,238,238) 0%,rgb(238,238,238) 94%,rgb(221,221,221) 100%);
  position:relative;
}

.site-header #headbar .menu-toggle,
.site-header #headbar .assistive-text {
  	color:#666666;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    padding:9px 18px;
    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color:#ffffff;
    color:#666666;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.site-header #headbar .menu-toggle a {
  color:#666666;
  text-decoration:none;
}

.site-header #headbar .assistive-text {
  position:absolute;
  right: 0.5rem;
}

.site-header #headbar .menu-toggle:hover,
.site-header #headbar .assistive-text:hover {
  color:#666666;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}

.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}


.site-header .site-title a {
		background: url(img/logo.svg) no-repeat left top;
		background-size: contain;
		width: 129px;
		height: 19px;
		display: block;
		text-indent: -9999px;
		/*margin: 0 auto;*/
    	margin: 0 0 0 2%;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display:none;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: block;
}

.main-navigation #menu-jmain,
.main-navigation #menu-emain {
    background-color: #333333;
    box-shadow: 0 0 5px 5px #222222 inset;
    color: #FFFFFF;
    display: none;
    height: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    left:-180px;
    right:auto;
    width: 260px;
    z-index: 999999;
}

#menu-jmain li,
#menu-emain li {
	display:block;
}
#menu-jmain li a,
#menu-emain li a {
    display: block;
    height: 27px;
    padding:14px 0 0 20px;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
    text-decoration:none;
}

#menu-jmain li a:hover,
#menu-emain li a:hover {
  background-color: #EEE;
  color:#333;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.site .language {
  display:none;
}

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

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
  text-align:center;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


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

#primary {
  width:92%;
  margin:0 auto;
}

#secondary {
  width:96%;
  clear:both;
  margin:0 auto;
}

#secondary ul li h3 {
  text-align:center;
}

.foottaxmenu,
#secondary ul li ul {
  text-align:center;
}

.foottaxmenu li,
#secondary ul li ul li {
  background: url("img/slash_s.svg") no-repeat scroll right 3px transparent;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 16px 0 4px;
  border:none;
}

.foottaxmenu li.selectmenu a,
#secondary ul li ul li.selectmenu a {
  text-decoration:none;
}

#breadcrumb,
#breadcrumbfull {
  clear:both;
  text-align:center;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

#breadcrumb li,
#breadcrumbfull li {
  display:inline-block;
}

.tax-genre #content .archive-header,
.tax-release #content .archive-header,
.tax-erelease #content .archive-header,
.tax-egenre #content .archive-header,
.tax-erelease #content .archive-header {
    display: none;
}

.post-type-archive-works #content article .entry-title,
.post-type-archive-eworks #content article .entry-title,
.tax-genre #content article .entry-title,
.tax-egenre #content article .entry-title,
.tax-release #content article .entry-title,
.tax-erelease #content article .entry-title,
.single-works #content article .entry-title,
.single-eworks #content article .entry-title {
    line-height: 1.0em;
   	font-size: 1.2em;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.single-works #content article.single .entry-title,
.single-eworks #content article.single .entry-title {
    line-height: 1.0em;
    font-size: 1.4em;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.post-type-archive-works #content .entry-content,
.post-type-archive-eworks #content .entry-content,
.single-works #content .entry-content,
.single-eworks #content .entry-content,
.tax-genre #content .entry-content,
.tax-egenre #content .entry-content {
    font-size: 1.24em;
    /*font-weight: bold;*/
    margin: 0 0 10px 0;
}
.post-type-archive-eworks footer {
    font-size: 1.0em;
    font-weight: normal;
}

.entry-meta {
	clear: both;
}

.entry-meta #scrollup {
  font-family: 'Open Sans', sans-serif;
  text-align:right;
}

.entry-meta #scrollup a {
  text-decoration:none;
}

.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

article .entry-header {
  margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	/*background: url(img/logo.gif) no-repeat left top;*/
	background: url(img/logo.svg) no-repeat left top;
	background-size: contain;
    width: 129px;
    height: 19px;
    display: block;
    text-indent: -9999px;
    margin:3.692307692rem auto;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	/*word-break : break-all;*/
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.single-works #content article,
.single-eworks #content article,
.tax-genre #content article,
.tax-egenre #content article,
.tax-release #content article,
.tax-erelease #content article {
    /*width: 46.4291%;
    margin: 0 0 20px 1.94175%;*/
    width: 80%;
    margin: 0 10% 30px 10%;
    display: inline-block;
    vertical-align: top;
    /*letter-spacing: normal;*/
    word-spacing: normal;
    padding: 0;
    zoom: 1;
}

.tax-release #content article .entry-header {
	margin-bottom: 0.35rem;
}
.tax-release #content article .entry-header a img {
	margin-bottom: 0.35rem;
}
/*.tax-release #content article .entry-content br {
	display: none;
}*/

.single-works #content article:nth-of-type(2n),
.single-eworks #content article:nth-of-type(2n),
.tax-genre #content article:nth-of-type(2n),
.tax-egenre #content article:nth-of-type(2n),
.tax-release #content article:nth-of-type(2n),
.tax-erelease #content article:nth-of-type(2n) {
  margin: 0 10% 20px 10%;
}

.single-works #content .wp-block-image,
.single-eworks #content .wp-block-image,
.tax-genre #content .wp-block-image,
.tax-egenre #content .wp-block-image,
.tax-release #content .wp-block-image,
.tax-erelease #content .wp-block-image {
    margin-bottom: 0;   
}

.single-works #content article img,
.single-eworks #content article img,
.tax-genre #content article img,
.tax-egenre #content article img,
.tax-release #content article img,
.tax-erelease #content article img {
  width:100%;
  /*width:auto;
  height:auto;*/
  margin: 0 0 30px;
}

.tax-release #content.w90 article {
	width: 90%;
	margin: 0 5% 30px 5%;
}

.tax-release #content.w80 article {
	width: 80%;
	margin: 0 10% 30px 10%;
}

.single-works #content article .slides img,
.single-eworks #content article .slides img {
	margin:0;
}

.single-works #content article.single img,
.single-eworks #content article.single img {
	height:auto;
}

.single-works #content article img.aligncenter,
.single-eworks #content article img.aligncenter {
  width:70%;
  margin:0 auto 30px auto;
}

.single-works #content article.single,
.single-eworks #content article.single {
    width:100%;
    margin: 0 0 0 0;
}

/*書籍ページ*/
.post-type-archive-books #content article,
.post-type-archive-ebooks #content article,
.tax-jclassifying #content article,
.tax-eclassifying #content article {
    width: 48%;
    margin: 0 3% 20px 0;
    display: inline-block;
}

.post-type-archive-books #content article:nth-child(2n),
.post-type-archive-ebooks #content article:nth-child(2n),
.tax-jclassifying #content article:nth-child(2n),
.tax-eclassifying #content article:nth-child(2n) {
    margin: 0 0 20px 0;
}

.post-type-archive-books #content article img,
.post-type-archive-ebooks #content article img,
.tax-jclassifying #content article img,
.tax-eclassifying #content article img {
    width:100%;
    margin: 0 0 0 0;
}

.post-type-archive-books #content article .entry-title,
.post-type-archive-ebooks #content article .entry-title,
.tax-jclassifying #content article .entry-title,
.tax-eclassifying #content article .entry-title {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/*メディアページ*/
.post-type-archive-medias #content article .entry-title,
.post-type-archive-emedia #content article .entry-title,
.tax-jmediatype #content article .entry-title,
.tax-emediatype #content article .entry-title {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.post-type-archive-medias #content article,
.post-type-archive-emedia #content article,
.tax-jmediatype #content article,
.tax-emediatype #content article {
    width: 48%;
    margin: 0 3% 20px 0;
    display: inline-block;
}

.post-type-archive-medias #content article:nth-child(2n),
.post-type-archive-emedia #content article:nth-child(2n),
.tax-jmediatype #content article:nth-child(2n),
.tax-emediatype #content article:nth-child(2n){
  margin: 0 0 20px 0;
}

.post-type-archive-medias #content article img,
.post-type-archive-emedia #content article img,
.tax-jmediatype #content article img,
.tax-emediatype #content article img {
  	width:100%;
    margin: 0 0 10px 0;
}

/*recruit*/

.page-id-42 .recicon,
.page-id-20862 .recicon,
.page-id-48 .recicon {
  display:none;
}

.mv_reciocn {
  width:90%;
  margin:25px auto;
}

.mv_reciocn p {
  vertical-align:bottom;
}

.mv_reciocn img {
  float:left;
  padding:0 20px 0 0;
}

.page-id-42 .entry-content dl,
.page-id-20862 .entry-content dl,
.page-id-48 .entry-content dl {
	margin:1em 0;
	border-bottom:#FFF solid 1px;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

.page-id-42 .entry-content dt,
.page-id-42 .entry-content dd,
.page-id-20862 .entry-content dt,
.page-id-20862 .entry-content dd,
.page-id-48 .entry-content dt,
.page-id-48 .entry-content dd {
	display:inline;
	margin-bottom:.25em;
}

.page-id-42 .entry-content dt,
.page-id-20862 .entry-content dt,
.page-id-48 .entry-content dt {
	width:130px;
}

.page-id-42 .entry-content dd,
.page-id-20862 .entry-content dd,
.page-id-48 .entry-content dd {
	width:570px;
}


/*pdf icon*/

.pdfprof {
  text-decoration:none;
  padding:2px 0 5px 24px;
  background:url(img/icon-pdf.gif) no-repeat;
}

/*page navi*/

.page_navi {
  text-align:center;
  margin:0 0 1em 0;
}

.page_navi li {
    display:inline-block;
    margin: 0 10px 0 0;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	/*font-size: 13px;
	font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.searchbox {
	text-align:center;
	letter-spacing:0;
	width:60%;
	padding-right:0;
	margin-left:20%;
	margin-bottom:1em;
}

.post-type-archive .searchbox {
	padding-right:0;
}

.searchbox div {
	display:inline-block;
	border:#CCC solid 1px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	/*width:164px;*/
}

.searchbox #s {
	/*width:126px;*/
	border:none;
	line-height:18px;
	background:none;
}

.post-type-archive #s {
	width:116px;
}

.searchbox .btn-submit {
	display:inline;
	line-height:1.4em;
	width:2.2em;
	background:url(img/icon-search.png) no-repeat center center;
	border:none;
	text-indent:-9999px;
	box-shadow:none;
}

.searchbox .btn-submit:hover {
	background:url(img/icon-search.png) no-repeat center center;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.searchbox label {
	display:none;
}

/*foot tax navi*/
.foottaxmenu {
	display:block;
	}

@media screen and (min-width: 960px) {
	.searchbox div {
	display:inline-block;
	border:#CCC solid 1px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width:164px;
	}
	.foottaxmenu {
	display:none;
	}	
}


/*metaslider*/
.metaslider {
	margin:0 0 1.5em 0;
}

.metaslider.aligncenter {
	width:70% !important;
}

/*frame*/

/*mobile home*/
.home .entry-content ul {
  	display:block;
    width:104px;
	margin: 1.714285714rem auto;
	/*background: url(img/slash.gif) no-repeat 99px top;*/
	}
	.home .entry-content ul li {
    	text-align:center;
		margin: 0;
		list-style: none;
	}
	.home .entry-content ul li.japanese a {
		/*background: url(img/japanese.gif) no-repeat left top;*/
		background: url(img/japanese.svg) no-repeat left top;
		background-size: contain;
		width: 104px;
		height: 17px;
		display: block;
		text-indent: -9999px;
		margin: 1.714285714rem 0;
		overflow: hidden;
	}
	.home .entry-content ul li.english a {
		/*background: url(img/english.gif) no-repeat 6px top;*/
		background: url(img/english.svg) no-repeat left top;
		background-size: contain;
		width: 84px;
		height: 17px;
		display: block;
    	margin: 1.714285714rem auto;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	.home .entry-content .presskit a {
		display:block;
		width:110px;
		height:17px;
		margin: 1.714285714rem auto;
		border-top:#CCC solid 1px;
		padding-top:2em;
		/*background:url(img/presskit.gif) no-repeat center center;*/
		background:url(img/presskit.svg) no-repeat center center;
		text-indent:-9999px;
	}
	
	.home .topbanner,
	.home .wight-bnr {
		width:100%;
		margin-top:5em;
		text-align:center;
	}
	
	.home .wight-bnr {
		margin-top:3em;
		padding-bottom:1.2em;
	}
	
	.home .bnr-nikkei {
		margin-top:4em;
		text-align:center;
	}
	
	.home .bnr-nikkei a,
	.home .topbanner a,
	.home .wight-bnr a {
		display:inline;
		text-align:center;
	}
	
	.home .wight-bnr a {
		margin:0 10px;
	}
	
@media screen and (min-width: 960px) {
	.home .topbanner,
	.home .topsubbanner {
		width:auto;
	}
	
	.home .topbanner a,
	.home .topsubbanner a {
		display:inline;
		text-align:left;
	}
	
	.home .topsubbanner a,
	.home .topsubbanner img.ttl {
		margin:0 15px 0 0;
	}
	
}


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

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


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

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


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

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


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

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

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

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

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


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

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

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


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

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


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

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


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

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

/* =Search
-------------------------------------------------------------- */

.search-results .page-header {
	margin-bottom: 22px;
	margin-bottom: 1.571428571rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}

.search-results  .searchbox {
	margin-bottom: 22px;
	margin-bottom: 1.571428571rem;
}


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

.page-id-20862 .underbar {
	    padding-bottom: 5px;
	    margin-top: 20px;
	    margin-bottom: 5px;
	    border-bottom: #666 solid 1px;
    }

@media screen and (max-width: 960px) {
	.rectuit-table th,.rectuit-table td {
		width: 100%;
		display: block;
		border: none;
	}
	.rectuit-table th {
		/*background-color: #eee;*/
	}
	.footer-bnr-right {
		display: block;
		margin-bottom: 20px;
		float: none;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
		padding: 0;
	}
/*	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}*/
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
	}
	/*.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}*/
    .single-works #content article,
    .single-eworks #content article,
    .tax-genre #content article,
    .tax-egenre #content article,
    .tax-release #content article,
    .tax-erelease #content article {
        width: 32%;
        margin: 0 2% 20px 0;
        display: inline-block;
        vertical-align: top;
        /*letter-spacing: normal;*/
        word-spacing: normal;
        padding: 0;
        zoom: 1;
    }
    
    .single-works #content article:nth-of-type(2n),
    .single-eworks #content article:nth-of-type(2n),
    .tax-genre #content article:nth-of-type(2n),
    .tax-egenre #content article:nth-of-type(2n),
    .tax-release #content article:nth-of-type(2n),
    .tax-erelease #content article:nth-of-type(2n) {
       margin: 0 2% 20px 0;
    }
    
    .single-works #content article:nth-of-type(3n),
    .single-eworks #content article:nth-of-type(3n),
    .tax-genre #content article:nth-of-type(3n),
    .tax-egenre #content article:nth-of-type(3n),
    .tax-release #content article:nth-of-type(3n),
    .tax-erelease #content article:nth-of-type(3n) {
       margin: 0 0 20px 0;
    }
    
    /*書籍ページ*/
    .post-type-archive-books #content article,
    .post-type-archive-ebooks #content article,
	.tax-jclassifying #content article,
    .tax-eclassifying #content article {
        width: 32%;
        margin: 0 1.5% 20px 0;
        display: inline-block;
    }
    
    .post-type-archive-books #content article:nth-child(2n),
    .post-type-archive-ebooks #content article:nth-child(2n),
	.tax-jclassifying #content article:nth-child(2n),
    .tax-eclassifying #content article:nth-child(2n) {
        margin: 0 1% 20px 0;
    }
    
    .post-type-archive-books #content article:nth-child(3n),
    .post-type-archive-ebooks #content article:nth-child(3n),
	.tax-jclassifying #content article:nth-child(3n),
    .tax-eclassifying #content article:nth-child(3n)
	 {
        margin: 0 0 20px 0;
    }
    
    /*メディアページ*/
    
    .post-type-archive-medias #content article,
    .post-type-archive-emedia #content article,
	.post-type-archive-emedia #content article,
	.tax-jmediatype #content article,
	.tax-emediatype #content article {
        width: 32%;
        margin: 0 1% 20px 0;
        display: inline-block;
	}

    .post-type-archive-medias #content article:nth-child(2n),
    .post-type-archive-emedia #content article:nth-child(2n),
	.tax-jmediatype #content article:nth-child(2n),
	.tax-emediatype #content article:nth-child(2n){
      margin: 0 1% 20px 0;
    }
    
    .post-type-archive-medias #content article:nth-child(3n),
    .post-type-archive-emedia #content article:nth-child(3n),
	.tax-jmediatype #content article:nth-child(3n),
	.tax-emediatype #content article:nth-child(3n)  {
      margin: 0 0 20px 0;
    }
    
    /**/
    
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	* {
		line-height: 1.7em !important;
	}
	
	#page.jp .entry-content p {
    	line-height: 1.7em !important;
	} 
    
    html,body {
      height:100%;
    }
    
	body {
		background-color: #FFF;
	}
	body .site {
		padding: 0 50px;
		width: 860px;
		margin: 0 auto;
		position: relative;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.site-header .site-title a {
		/*background: url(img/logo.gif) no-repeat left top;*/
		background: url(img/logo.svg) no-repeat left top;
		background-size: contain;
		width: 129px;
		height: 19px;
		display: block;
		text-indent: -9999px;
		margin: 0 0 0 16px;
	}
	
	.site-info {
		float: none;
		display: block;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width: 50%;
		margin: 0 auto;
		-webkit-font-smoothing: antialiased;
 		-moz-osx-font-smoothing: grayscale;
	}
	.footer-bnr-right {
		float: right;
		margin-right: 10px;
		margin-top: -10px;
	}
	.entry-content dl,
	.comment-content dl {
		margin: 0;
	}
	.entry-content dt,
	.comment-content dt {
		font-weight: normal;
		line-height: 1.714285714;
	}
	.entry-content dd,
	.comment-content dd {
		line-height: 1.714285714;
		margin-bottom: 0;
	}
	.entry-content ul,
	.comment-content ul,
	.mu_register ul {
		list-style: none;
	}
	.entry-content ol,
	.comment-content ol {
		list-style: none;
	}
	.entry-content li,
	.comment-content li,
	.mu_register li {
		margin: 0 0 0 0;
	}
	.entry-content p,
	.entry-summary p,
	.comment-content p,
	.mu_register p {
		margin: 0 0 0;
		line-height: 1.714285714;
	}
	.site .language {
		position: absolute !important;
		top: 71px !important;
		right: 50px !important;
		width: 57px;
		height: 13px;
		z-index: 10 !important;
		display: inline-block;
		zoom: 1;
	}
	
	/*indexPage*/
	.home .site {
		width: 960px;
		/*height: 685px;*/
    	mini-height:685px;
      	height:100%;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}
	.home .entry-content h1 {
		/*background: url(img/logo.gif) no-repeat left top;*/
		background: url(img/logo.svg) no-repeat left top;
		background-size: contain;
		width: 129px;
		height: 19px;
		display: block;
		text-indent: -9999px;
		position: absolute;
		/*top: 257px;
		left: 65px;
		margin: 0;*/
    	top:45%;
      	left:65px;
        margin:-9px 0 0 0;
	}
	.home .entry-content ul {
		position: absolute;
    	width:inherit;
		/*top: 258px;
		left: 719px;
		margin: 0;*/
    	top:45%;
      	left:689px;
        margin:-8px 0 0 0;
		background: url(img/slash.gif) no-repeat 134px top;
	}
	
	.home .entry-content .presskit a {
		position: absolute;
		display:block;
		top:47%;
		left:762px;
		width:110px;
		height:15px;
		margin-top:.5em;
		padding-top:1.2em;
		border-top:#797879 solid 2px;
		/*background:url(img/presskit.gif) no-repeat center center;*/
		background:url(img/presskit.svg) no-repeat center bottom;
		background-size:75% auto;
		text-indent:-9999px;
	}
	
	.home .entry-content ul li {
		float: left;
		margin: 0;
		list-style: none;
	}
	.home .entry-content ul li.japanese a {
		/*background: url(img/japanese.gif) no-repeat left top;*/
		background: url(img/japanese.svg) no-repeat left top;
		background-size:cover;
		/*width: 84px;*/
		width: 120px;
		height: 15px;
		display: block;
		text-indent: -9999px;
		margin: 0 40px 0 0;
		overflow: hidden;
	}
	.home .entry-content ul li.english a {
		/*background: url(img/english.gif) no-repeat left top;*/
		background: url(img/english.svg) no-repeat left top;
		background-size:cover;
		width: 102px;
		height: 15px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
    	margin:0;
	}
	/*.home #colophon {
		position: absolute;
		top: 550px;
		left: 709px;
	}
    
    .home #colophon {
		position: absolute;
		bottom:20px;
		right:37px;
	}*/
	
	.home #colophon {
		position:absolute;
		width:100%;
		bottom:0px;
		text-align:center;
	}
	
	.home .topbanner {
		position: absolute;
		bottom:40px;
		left: 61px;
		padding:20px 0;
	}
	
	.home .topbanner a {
		margin-right:21px;
	}
	
	.home .wight-bnr {
		position: absolute;
		width:620px;
		bottom:40px;
		left: 340px;
		text-align:left;
		padding:20px 0;
	}
	
	.home .wight-bnr a {
		margin-right:15px;
	}
	
	.home .wight-bnr aside {
		width:360px;
		float:left;
	}
	
	.home .wight-bnr.more-banner aside {
		width: auto;
	}
	
	.home .wight-bnr.more-banner aside img {
		margin: 0;
	}
	
	.home .site-info-right {
		display:block;
		float:right;
		text-align:right;
		margin:20px 40px 0 0;
	}
    
	/*japaneseNavigation*/
	.main-navigation {
		margin: 76px 0 0 0;
	}
    
	#masthead {
		float: left;
		width: 166px;
		padding: 64px 0 0 0;
	}
    
    #masthead #headbar {
      display:none;
    }
    
    .main-navigation #menu-jmain,
    .main-navigation #menu-emain {
      	background-color:#FFF;
        box-shadow:none;
        color: #FFFFFF;
        display:inline-block !important;
        height:inherit;
        padding:inherit;
        position:relative;
        width:100%;
        left:auto;
    	right:auto;
        z-index:inherit;
        text-align:left;
    }
    
	#menu-jmain li,
    #menu-emain li {
		display:block;
		margin:0 0 14px 0;
    	padding:0 0 0 0;
	}
	#menu-jmain li a,
    #menu-emain li a {
		display: block;
		text-indent: -9999px;
		height: 27px;
    	padding:0;
		border-left: 4px solid #FFF;
    	border-bottom:none;
		overflow: hidden;
	}
	#menu-jmain li a:hover,
    #menu-emain li a:hover,
	.post-type-archive-news #menu-item-91 a,
	.post-type-archive-works #menu-item-65 a,
	.tax-genre #menu-item-65 a,
	.tax-egenre #menu-item-79 a,
	.tax-release #menu-item-65 a,
	.tax-erelease #menu-item-79 a,
	.single-works #menu-item-65 a,
	.single-eworks #menu-item-79 a,
	.page-id-10 #menu-item-68 a,
	.page-id-34 #menu-item-55 a,
	.page-id-36 #menu-item-54 a,
	.page-id-45 #menu-item-52 a,
	.post-type-archive-books #menu-item-66 a,
	.post-type-archive-medias #menu-item-67 a,
	.page-id-42 #menu-item-53 a {
    	background-color:#FFF;
		border-left: 4px solid #3D3937;
	}
	#menu-item-91 a {
		/*background: url(img/navi_news.gif) no-repeat 10px center;*/
		background: url(img/navi_news.svg) no-repeat 10px center;
		width: 59px;
	}
	#menu-item-65 a {
		/*background: url(img/navi_works.gif) no-repeat 10px center;*/
		background: url(img/navi_works.svg) no-repeat 10px center;
		width: 59px;
	}
	#menu-item-68 a {
		/*background: url(img/navi_concept.gif) no-repeat 10px center;*/
		background: url(img/navi_concept.svg) no-repeat 10px center;
		width: 70px;
	}
	#menu-item-55 a {
		/*background: url(img/navi_company.gif) no-repeat 10px center;*/
		background: url(img/navi_company.svg) no-repeat 10px center;
		width: 111px;
	}
	#menu-item-54 a {
		/*background: url(img/navi_profile.gif) no-repeat 10px center;*/
		background: url(img/navi_profile.svg) no-repeat 10px center;
		width: 85px;
	}
	#menu-item-52 a {
		background: url(img/navi_client.gif) no-repeat 10px center;
		width: 84px;
	}
	#menu-item-66 a {
		/*background: url(img/navi_books.gif) no-repeat 10px center;*/
		background: url(img/navi_books.svg) no-repeat 10px center;
		width: 58px;
	}
	#menu-item-67 a {
		/*background: url(img/navi_media.gif) no-repeat 10px center;*/
		background: url(img/navi_media.svg) no-repeat 10px center;
		width: 58px;
	}
	#menu-item-53 a,#menu-item-21118 a {
		/*background: url(img/navi_recruit.gif) no-repeat 10px center;*/
		background: url(img/navi_recruit.svg) no-repeat 10px center;
		width: 59px;
	}
    #menu-item-1682 a {
		background: url(img/navi_oneper.gif) no-repeat 10px center;
		width: 59px;
	}
	
	#menu_press_kit a:hover {
		border-left:#CCC solid 4px !important;
	}
	
	.assistive-text {
		display: none;
	}
    
    .menu-toggle {
		display: none;
	}
    
	/*englishNavigation*/
	#menu-emain li {
		display: block;
		margin: 0 0 14px 0;;
	}
	#menu-emain li a {
		display: block;
		text-indent: -9999px;
		height: 27px;
		border-left: 4px solid #FFF;
		overflow: hidden;
	}
	#menu-emain li a:hover,
	.post-type-archive-enews #menu-item-92 a,
	.post-type-archive-eworks #menu-item-79 a,
	.page-id-12 #menu-item-78 a,
	.page-id-38 #menu-item-77 a,
	.page-id-40 #menu-item-76 a,
	.page-id-50 #menu-item-74 a,
	.post-type-archive-ebooks #menu-item-80 a,
	.post-type-archive-emedia #menu-item-81 a,
	.page-id-48 #menu-item-75 a {
		border-left: 4px solid #3D3937;
	}
	#menu-item-92 a {
		/*background: url(img/navi_news_en.gif) no-repeat 10px center;*/
		background: url(img/navi_news_en.svg) no-repeat 10px center;
		width: 63px;
	}
	#menu-item-79 a {
		/*background: url(img/navi_works_en.gif) no-repeat 10px center;*/
		background: url(img/navi_works_en.svg) no-repeat 10px center;
		width: 76px;
	}
	#menu-item-78 a {
		/*background: url(img/navi_concept_en.gif) no-repeat 10px center;*/
		background: url(img/navi_concept_en.svg) no-repeat 10px center;
		width: 99px;
	}
	#menu-item-77 a {
		/*background: url(img/navi_company_en.gif) no-repeat 10px center;*/
		background: url(img/navi_company_en.svg) no-repeat 10px center;
		width: 106px;
	}
	#menu-item-76 a {
		/*background: url(img/navi_profile_en.gif) no-repeat 10px center;*/
		background: url(img/navi_profile_en.svg) no-repeat 10px center;
		width: 130px;
	}
	#menu-item-74 a {
		/*background: url(img/navi_client_en.gif) no-repeat 10px center;*/
		background: url(img/navi_client_en.svg) no-repeat 10px center;
		width: 89px;
	}
	#menu-item-80 a {
		/*background: url(img/navi_books_en.gif) no-repeat 10px center;*/
		background: url(img/navi_books_en.svg) no-repeat 10px center;
		width: 75px;
	}
	#menu-item-81 a {
		/*background: url(img/navi_media_en.gif) no-repeat 10px center;*/
		background: url(img/navi_media_en.svg) no-repeat 10px center;
		width: 73px;
	}
	#menu-item-75 a {
		/*background: url(img/navi_recruit_en.gif) no-repeat 10px center;*/
		background: url(img/navi_recruit_en.svg) no-repeat 10px center;
		width: 151px;
	}
    #menu-item-1683 a {
		background: url(img/navi_oneper_en.gif) no-repeat 10px center;
		width: 151px;
	}
	
	#menu-item-25591 a {
		background: url(img/navi_newsletter.svg) no-repeat 10px center;
		width: 94px;
	}
	
	#menu-item-25592 a {
		background: url(img/navi_newsletter_en.svg) no-repeat 10px center;
		width: 124px;
	}
	
	#menu-emain #menu-item-74,
	#menu-jmain #menu-item-52 {
		display:none;
		
	}
	
	#main {
		float: left;
		width: 694px;
		margin: 165px 0 0 0;
		border-left: 4px solid #3D3937;
		padding: 0 0 0 17px;
		min-height: 382px;
		width: 673px;
	}
	.home #main {
		border: none;
		padding: 0;
		width: 960px;
		margin: 0;
	}
	#primary {
		/*border-left: 4px solid #3D3937;
		margin: 165px 0 0 0;
		margin: 0;
		padding: 0 0 0 17px;
		min-height: 348px;
		width: 677px;*/
		margin: 0;
		width:705px;
	}
	.home #primary {
		border: none;
		margin: 0;
		padding: 0;
		min-height: inherit;
	}
	.widget-area {
		float: left;
		margin: 0;
	}
	.widget-area .widget-title {
		margin: 0 0 2px 0;
    	text-align:left !important;
	}
	.widget-area ul li ul {
		margin: 0 0 16px 0;
	}
	.widget-area .widget-container ul li {
		margin: 2px 0;
	}
	#colophon {
		margin: 0;
		/*padding: 50px 0;*/
		padding: 0 0 20px 0;
	}
    /*#colophon {
		position: absolute;
		bottom:20px;
		left: 709px;
	}*/
    
     #secondary ul li ul {
       text-align:left;
     }
    
    #secondary ul li ul li {
      display:block;
      float:none;
      background:none;
      margin: 0 0 5px;
      padding: 0 11px 0 0;
    }
    
    #secondary ul li ul li a {
      text-decoration:underline;
    }
    
    #secondary ul li ul li.selectmenu a {
      text-decoration:none;
    }
    
	/*innerPageSetting*/
	.entry-content h2,
	.entry-content h3 {
		margin: 0;
		font-size: 1.0em;
	}
	.entry-content dl {
		margin: 0;
	}
	.entry-content dl:after {
        clear: both;
    }
	/*profilePage*/
	.page-id-36 .entry-content,
	.page-id-40 .entry-content {
		position: relative;
	}
	.page-id-36 .entry-content h2.profile {
		margin: 0 0 20px 0;
	}
	.page-id-40 .entry-content h2.profile {
		margin: 0 0 40px 0;
	}
	.page-id-36 .entry-content #portrait,
	.page-id-40 .entry-content #portrait {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		width: 165px;
		height: 220px;
	}
	.page-id-36 .entry-content h3 {
		margin: 0 0 5px 0;
	}
	.page-id-40 .entry-content h3 {
		margin: 0 0 10px 0;
	}
	.page-id-36 .entry-content dl,
	.page-id-40 .entry-content dl {
		margin: 0 0 25px 0;
	}
	.page-id-36 .entry-content dl dt,
	.page-id-40 .entry-content dl dt {
		font-weight: normal;
		float: left;
		margin: 0 0 2px 0;
	}
	.page-id-36 .entry-content dl dd,
	.page-id-40 .entry-content dl dd {
		margin:0 0 10px 95px;
		width: 580px;
	}
	/*conceptPage*/
	.page-id-10 h3 {
		font-size: 1.2em;
		margin: 0 0 0 0;
	}
	/*companyPage*/
	.page-id-34 #companyOutline dt,
	.page-id-38 #companyOutline dt {
		float: left;
		font-weight: normal;
		letter-spacing: -1px;
	}
	.page-id-34 #companyOutline dd,
	.page-id-38 #companyOutline dd {
		display: block;
		font-size: 1em;
		margin: 0 0 5px 150px;
		padding: 0;
		width: 350px;
	}
	.page-id-34 #map,
	.page-id-38 #map {
		margin:15px 0 45px 0;
	}
	.page-id-34 h3,
	.page-id-38 h3 {
		margin: 0 0 40px 0;
		font-weight: normal;
	}
	.page-id-34 #companyStaff dt,
	.page-id-38 #companyStaff dt {
		margin: 0 0 5px 0;
	}
	.page-id-34 #companyStaff dd,
	.page-id-38 #companyStaff dd {
		display: block;
		font-size: 1em;
		margin: 0 0 25px 125px;
		padding: 0;
		width: 350px;
	}
	/*募集ページ*/
    .page-id-42 .entry-content ul,
    .page-id-20862  .entry-content ul {
      margin: 25px 0 25px 0;		
    }
    
    .page-id-42 .entry-content .job,
    .page-id-20862 .entry-content .job {
      margin: 25px 0 25px 0;		
    }
    
	.page-id-42 .entry-content dl,
	.page-id-20862 .entry-content dl {
		margin: 15px 0 15px 0;		
	}
    
    .page-id-42 dl dt,
    .page-id-42 dl dd,
    .page-id-20862 dl dt,
    .page-id-20862 dl dd {
      float:left;
    }
    
    .page-id-42 dl dt,
    .page-id-20862 dl dt {
      width: 140px;
    }
    
    .page-id-42 dl dd,
    .page-id-20862 dl dd {
      width: 450px;
    }
	
    .page-id-42 dl dt.rec_ttl,
    .page-id-20862 dl dt.rec_ttl {
      padding:0 0 5px 55px;
    }
    
	.page-id-42 dl dt.rec_product,
	.page-id-42 dl dt.rec_space,
	.page-id-42 dl dt.rec_intern,
	.page-id-20862 dl dt.rec_product,
	.page-id-20862 dl dt.rec_space,
	.page-id-20862 dl dt.rec_intern {
		padding:20px 0 20px 60px;
	}
	
	.page-id-42 dl dt.rec_product,
	.page-id-20862 dl dt.rec_product {
		background:url(img/recruit_product_1.gif) no-repeat 10px 0px;
	}
	
	.page-id-42 dl dt.rec_space,
	.page-id-20862 dl dt.rec_space {
		background:url(img/recruit_space_1.gif) no-repeat 10px 0px;
	}
	
	.page-id-42 dl dt.rec_intern,
	.page-id-20862 dl dt.rec_intern {
		background:url(img/recruit_intern_1.gif) no-repeat 10px 0px;
	}
    
    .page-id-42 .mv_reciocn,
    .page-id-20862 .mv_reciocn,
    .page-id-48 .mv_reciocn {
      display:none;
    }
	
    .page-id-42 .recicon,
    .page-id-20862 .recicon,
    .page-id-48 .recicon {
      display:block;
      width:700px;
      margin:25px 0;
      list-style:none;
    }
    
    /*.page-id-42 .recicon li,
    .page-id-48 .recicon li {
      width:30%;
      margin:0 2% 0 2%;
      float:left;
    }
    
    .page-id-42 .recicon li.lt,
    .page-id-48 .recicon li.lt {
      margin:0 0 0 4%;
    }
    
    .page-id-42 .recicon li.rt,
    .page-id-48 .recicon li.rt {
      margin:0 0 0 2%;
    }*/
    
    .page-id-42 .recicon li,
    .page-id-20862 .recicon li,
    .page-id-48 .recicon li {
      width:16%;
      height: 150px;
      vertical-align: bottom;
      margin:0 2% 0 2%;
      float:left;
    }
    
    .page-id-42 .recicon li.lt,
    .page-id-20862 .recicon li.lt,
    .page-id-48 .recicon li.lt {
      margin:0 0 0 2%;
    }
    
    .page-id-42 .recicon li.rt,
    .page-id-20862 .recicon li.rt,
    .page-id-48 .recicon li.rt {
      margin:0 0 0 2%;
    }

    
    .page-id-42 .recicon li.ct,
    .page-id-20862 .recicon li.ct,
    .page-id-48 .recicon li.ct {
      text-align:center;
    }
    
    /*.page-id-42 .recicon li.pict {
      text-align:center;
    }*/
    
	.page-id-42 ul li span,
	.page-id-20862 ul li span {
		float: left;
		width: 160px;
	}
	.page-id-48 ul li span {
		float: left;
		width: 200px;
	}
	.page-id-42 ul.add li span,
	.page-id-20862 ul.add li span {
		float: left;
		width: 120px;
		margin: 0 0 10px 0;
	}
	.page-id-48 ul.add li span {
		float: left;
		width: 200px;
		margin: 0 0 45px 0;
	}
	.page-id-48 p {
		margin: 0 0 10px 0;
	}
	
	.entry-content .rectuit-table {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.rectuit-table th {
		font-weight: normal;
		}
	
	.rectuit-table td {
			border: none;
	}
	
	/*download*/
	
	.page-id-14243 .entry-content h2 {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 200;
		font-size: 18px;
		margin-bottom: 1em;
	}
	
	/*worksPageSetting*/
	.post-type-archive-works #primary,
	.post-type-archive-eworks #primary,
	.tax-genre #primary,
	.tax-egenre #primary,
	.tax-release #primary,
	.tax-erelease #primary,
	.single-works #primary,
	.single-eworks #primary {
		float: left;
		width: 705px;
	}
	.post-type-archive-works #content article,
	.post-type-archive-eworks #content article {
		display: none;
	}
	.single-works #content,
	.single-eworks #content,
	.tax-genre #content,
	.tax-egenre #content,
	.tax-release #content,
	.tax-erelease #content {
		width: 705px;
		/*letter-spacing: -.40em;*/
		word-spacing: -1em;	
		display: table;
	}
	.single-works #content article,
	.single-eworks #content article,
	.tax-genre #content article,
	.tax-egenre #content article,
	.tax-release #content article,
	.tax-erelease #content article,
    .single-works #content article:nth-of-type(2n),
	.single-eworks #content article:nth-of-type(2n),
	.tax-genre #content article:nth-of-type(2n),
	.tax-egenre #content article:nth-of-type(2n),
	.tax-release #content article:nth-of-type(2n),
	.tax-erelease #content article:nth-of-type(2n),
	.search-results article:nth-of-type(2n)
     {
		width: 200px;
		margin: 0 35px 65px 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0;
		zoom: 1;
	}
    
    .single-works #content article:nth-of-type(3n),
	.single-eworks #content article:nth-of-type(3n),
	.tax-genre #content article:nth-of-type(3n),
	.tax-egenre #content article:nth-of-type(3n),
	.tax-release #content article:nth-of-type(3n),
	.tax-erelease #content article:nth-of-type(3n),
	.search-results article:nth-of-type(3n) {
    	width: 200px;
		margin: 0 0 65px 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0;
		zoom: 1;
  	}
    
	.single-works #content article,
	.single-eworks #content article,
	.tax-genre #content article,
	.tax-egenre #content article,
	.tax-release #content article,
	.tax-erelease #content article,
	.search-results #content article {
		width: 200px;
		margin: 0 35px 65px 0;
		display: inline-block;
		vertical-align: top;
		/*letter-spacing: normal;*/
		word-spacing: normal;
		padding: 0;
		zoom: 1;
	}
	.single-works #content article.not-found,
	.single-eworks #content article.not-found,
	.tax-genre #content article.not-found,
	.tax-egenre #content article.not-found,
	.tax-release #content article.not-found,
	.tax-erelease #content article.not-found {
		width: 673px;
		margin: 0 35px 65px 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}
	.single-works #content article.not-found .entry-content,
	.single-eworks #content article.not-found .entry-content,
	.tax-genre #content article.not-found .entry-content,
	.tax-egenre #content article.not-found .entry-content,
	.tax-release #content article.not-found .entry-content,
	.tax-erelease #content article.not-found .entry-content {
		font-weight: normal;
	}
	.single-works #content article.not-found .entry-content p,
	.single-eworks #content article.not-found .entry-content p,
	.tax-genre #content article.not-found .entry-content p,
	.tax-egenre #content article.not-found .entry-content p,
	.tax-release #content article.not-found .entry-content p,
	.tax-erelease #content article.not-found .entry-content p {
		margin: 0 0 20px 0;
	}
	.post-type-archive-works #content article .entry-header,
	.post-type-archive-eworks #content article .entry-header,
	.single-works #content article .entry-header,
	.single-eworks #content article .entry-header,
	.tax-genre #content article .entry-header,
	.tax-egenre #content article .entry-header,
	.tax-release #content article .entry-header,
	.tax-erelease #content article .entry-header {
		margin: 0;
	}
	.single-works #content article.single .entry-header,
	.single-eworks #content article.single .entry-header {
		/*margin: 0 0 55px 0;*/
   		margin: 0 0 35px 0;
	}
    
    .single-works #content article.single .awd,
	.single-eworks #content article.single .awd {
		margin: 0 0 25px 0;
	}
    
	.single-works #content article.single ul,
	.single-eworks #content article.single ul {
		font-weight: bold;
		font-size: 0.9em;
	}
	.post-type-archive-works #content article .entry-header img,
	.post-type-archive-eworks #content article .entry-header img,
	.single-works #content article .entry-header img,
	.single-eworks #content article .entry-header img,
	.tax-genre #content article .entry-header img,
	.tax-egenre #content article .entry-header img,
	.tax-release #content article .entry-header img,
	.tax-erelease #content article .entry-header img,
	.search-results  #content article .entry-header img {
		margin: 0 0 10px 0;
	}
	.post-type-archive-works #content article .entry-title,
	.post-type-archive-eworks #content article .entry-title,
	.tax-genre #content article .entry-title,
	.tax-egenre #content article .entry-title,
	.tax-release #content article .entry-title,
	.tax-erelease #content article .entry-title,
	.single-works #content article .entry-title,
	.single-eworks #content article .entry-title,
	.search-results  #content article .entry-title {
		/*line-height: 1.0em;*/
		font-size: 1.0em;
    	font-size: 1.1em;
		margin: 0 0 5px 0;
		font-weight:normal;
	}
    
    .post-type-archive-works #content article footer,
	.post-type-archive-eworks #content article footer,
	.tax-genre #content article footer,
	.tax-egenre #content article footer,
	.tax-release #content article footer,
	.tax-erelease #content article footer,
	.single-works #content article footer,
	.single-eworks #content article footer,
	.search-results  #content article footer {
    	font-size: 0.9em;
  	}
    
    .post-type-archive-works #content article .entry-content,
	.post-type-archive-eworks #content article .entry-content,
	.tax-genre #content article .entry-content,
	.tax-egenre #content article .entry-content,
	.tax-release #content article .entry-content,
	.tax-erelease #content article .entry-content,
	.single-works #content article .entry-content,
	.single-eworks #content article .entry-content,
	.search-results  #content article .entry-content {
		font-weight:bold;
    	/*font-size:90%;*/
      	margin:0 0 1em 0;
	}
	.single-works #content article.single .entry-title,
	.single-eworks #content article.single .entry-title,
	.single-works #content .parent-single-wrapper .entry-title,
	.single-eworks #content .parent-single-wrapper .entry-title {
		line-height: 1.0em;
		font-size: 1.6em;
		margin: 0 0 10px 0;
		font-weight: bold;
		font-weight:normal;
		width:500px;
		float:left;
	}
    
    .single-works #content .photoby,
	.single-eworks #content .photoby {
    font-weight:normal;
    text-align:right;
    word-spacing: normal;
  	}
	
	/*.single-works #content article.single .subheader,
	.single-eworks #content article.single .subheader {
		line-height: 1.0em;
		font-size: 1.4em;
		font-weight: bold;
	}*/
	
	.single-works #content article.single .backtotop,
	.single-eworks #content article.single .backtotop {
		text-align:right;
	}
	.single-works #content .parent-single-wrapper,
	.single-eworks #content .parent-single-wrapper {
		word-spacing: normal;
	}
	.single-works #content .parent-single-wrapper p,
	.single-eworks #content .parent-single-wrapper p,
	.single-works #content .parent-single-wrapper .clinet,
	.single-eworks #content .parent-single-wrapper .clinet {
		word-spacing: normal;
		font-weight:normal;
		font-size: 15px;
		font-feature-settings: "palt";
	}
	
	.backtotop a {
		text-decoration:none;
	}
	
	.post-type-archive-works #content .entry-content,
	.post-type-archive-eworks #content .entry-content,
	.single-works #content .entry-content,
	.single-eworks #content .entry-content,
	.tax-genre #content .entry-content,
	.tax-egenre #content .entry-content {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
    
    .single-works #content .clinet,
	.single-eworks #content .clinet {
    	margin: 0 0 .75em 0;
  	}
    
    .single-works #content .award,
	.single-eworks #content .award {
    	margin: 0 0 25px 0;
  	}
    
	.post-type-archive-eworks footer {
		font-size: 1.0em;
		font-weight: normal;
	}
	.works .entry-content p,
	.eworks .entry-content p {
		margin: 0 0 16px 0;
	}
	.wodget-title:first-child {
		background: #093;
	}
	/*#breadcrumb {
		float: right;
    	clear:none;
		font-size: 0.9em;
		padding: 21px 0 0 0;
    	margin-bottom:0;
	}*/
    #breadcrumb {
      	clear:both;
        float:right;
		font-size: 0.9em;
		padding: 0;
    	margin-bottom:3.8em;
	}
    
	#breadcrumb li,
    #breadcrumbfull li {
    	display:block;
		float: left;
	}
    
    #breadcrumbfull {
      	clear:both;
		font-size: 0.9em;
		padding: 0;
    	margin-bottom:3.8em;
	}
    
    #breadcrumbrt {
      	clear:both;
        float:right;
		font-size: 0.9em;
		padding: 0;
    	margin-bottom:3.8em;
	}
    
    #breadcrumbrt li {
    	display:block;
		float: left;
	}
	
    
	.single-works #secondary,
	.single-eworks #secondary,
	.tax-genre #secondary,
	.tax-release #secondary,
	.tax-erelease #secondary,
	.tax-egenre #secondary,
	.tax-erelease #secondary,
	.tax-jmediatype #secondary,
	.tax-emediatype #secondary,
	.tax-jclassifying #secondary,
	.tax-eclassifying #secondary,
	.post-type-archive-medias #secondary,
	.post-type-archive-emedia #secondary,
	.post-type-archive-books #secondary,
	.post-type-archive-ebooks #secondary {
		/*width: 345px;*/
    	width: 365px;
		font-size: 0.9em;
	}
    
    .single-works div.listwide,
	.single-eworks div.listwide,
	.tax-genre div.listwide,
	.tax-release div.listwide,
	.tax-erelease div.listwide,
	.tax-egenre div.listwide,
	.tax-erelease div.listwide,
	.tax-jmediatype div.listwide,
	.tax-emediatype div.listwide,
	.tax-jclassifying div.listwide,
	.tax-eclassifying div.listwide,
	.post-type-archive-medias div.listwide,
	.post-type-archive-emedia div.listwide,
	.post-type-archive-books div.listwide,
	.post-type-archive-ebooks div.listwide {
		/*width: 345px;*/
    	height:3.8em;
    	width: 98% !important;
	}
    
	.single-works #secondary h3,
	.single-eworks #secondary h3,
	.tax-genre #secondary h3,
	.tax-release #secondary h3,
	.tax-erelease #secondary h3,
	.tax-egenre #secondary h3,
	.tax-erelease #secondary h3,
	.tax-jmediatype #secondary h3,
	.tax-emediatype #secondary h3,
	.tax-jclassifying #secondary h3,
	.tax-eclassifying #secondary h3,
	.post-type-archive-medias #secondary h3,
	.post-type-archive-emedia #secondary h3,
	.post-type-archive-books #secondary h3,
	.post-type-archive-ebooks #secondary h3 {
		display: none;
	}
	.single-works ul li ul,
	.single-eworks ul li ul,
	.tax-genre ul li ul,
	.tax-release ul li ul,
	.tax-erelease ul li ul,
	.tax-egenre ul li ul,
	.tax-erelease ul li ul,
	.tax-jmediatype ul li ul,
	.tax-emediatype ul li ul,
	.tax-jclassifying ul li ul,
	.tax-eclassifying ul li ul,
	.post-type-archive-medias ul li ul,
	.post-type-archive-emedia ul li ul,
	.post-type-archive-books ul li ul,
	.post-type-archive-ebooks ul li ul {
		margin: 0 0 35px 0;
	}
	.single-works ul li ul:after,
	.single-eworks ul li ul:after,
	.tax-genre ul li ul:after,
	.tax-release ul li ul:after,
	.tax-erelease ul li ul:after,
	.tax-egenre ul li ul:after,
	.tax-erelease ul li ul:after,
	.tax-jmediatype ul li ul:after,
	.tax-emediatype ul li ul:after,
	.tax-jclassifying ul li ul:after,
	.tax-eclassifying ul li ul:after,
	.post-type-archive-medias ul li ul:after,
	.post-type-archive-emedia ul li ul:after,
	.post-type-archive-books ul li ul:after,
	.post-type-archive-ebooks ul li ul:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.single-works ul li ul,
	.single-eworks ul li ul,
	.tax-genre ul li ul,
	.tax-release ul li ul,
	.tax-erelease ul li ul,
	.tax-egenre ul li ul,
	.tax-erelease ul li ul,
	.tax-jmediatype ul li ul,
	.tax-emediatype ul li ul,
	.tax-jclassifying ul li ul,
	.tax-eclassifying ul li ul,
	.post-type-archive-medias ul li ul,
	.post-type-archive-emedia ul li ul,
	.post-type-archive-books ul li ul,
	.post-type-archive-ebooks ul li ul {
		display: inline-table;
		min-height: 1%;
	}
	* html .single-works ul li ul,
	* html .single-eworks ul li ul,
	* html .tax-genre ul li ul,
	* html .tax-release ul li ul,
	* html .tax-erelease ul li ul,
	* html .tax-egenre ul li ul,
	* html .tax-erelease ul li ul,
	* html .tax-jmediatype ul li ul,
	* html .tax-emediatype ul li ul,
	* html .tax-jclassifying ul li ul,
	* html .tax-eclassifying ul li ul,
	* html .post-type-archive-medias ul li ul,
	* html .post-type-archive-emedia ul li ul,
	* html .post-type-archive-books ul li ul,
	* html .post-type-archive-ebooks ul li ul {
		height: 1%;
	}
	.single-works ul li ul,
	.single-eworks ul li ul,
	.tax-genre ul li ul,
	.tax-release ul li ul,
	.tax-erelease ul li ul,
	.tax-egenre ul li ul,
	.tax-erelease ul li ul,
	.tax-jmediatype ul li ul,
	.tax-emediatype ul li ul,
	.tax-jclassifying ul li ul,
	.tax-eclassifying ul li ul,
	.post-type-archive-medias ul li ul,
	.post-type-archive-emedia ul li ul,
	.post-type-archive-books ul li ul,
	.post-type-archive-ebooks ul li ul
	 {
		display: block;
	}
	.single-works #secondary ul li ul li,
	.single-eworks #secondary ul li ul li,
	.tax-genre #secondary ul li ul li,
	.tax-release #secondary ul li ul li,
	.tax-erelease #secondary ul li ul li,
	.tax-egenre #secondary ul li ul li,
	.tax-erelease #secondary ul li ul li,
	.tax-jmediatype  #secondary ul li ul li,
	.tax-emediatype  #secondary ul li ul li,
	.tax-jclassifying  #secondary ul li ul li,
	.tax-eclassifying  #secondary ul li ul li,
	.post-type-archive-medias  #secondary ul li ul li,
	.post-type-archive-emedia  #secondary ul li ul li,
	.post-type-archive-books  #secondary ul li ul li,
	.post-type-archive-ebooks  #secondary ul li ul li {
		float: left;
		padding: 0 11px 0 0;
		margin: 0 0 5px 0;
		background: url(img/slash_s.gif) no-repeat right 5px;
		white-space: normal;
		display:block;
	}
	.current-cat a {
		text-decoration: none;
		font-weight: bold;
	}
	.current-cat a:hover {
		color: #3D3937;
	}
	.single-works #primary .page_navi,
	.single-eworks #primary .page_navi,
	.tax-genre #primary .page_navi,
	.tax-release #primary .page_navi,
	.tax-erelease #primary .page_navi,
	.tax-egenre #primary .page_navi,
	.tax-erelease #primary .page_navi,
	.post-type-archive-medias #primary .page_navi,
	.post-type-archive-emedia #primary .page_navi {
		clear: left;
		letter-spacing: normal;
		margin:0 0 2em 0;
	}
	.searchbox {
		text-align:right;
		letter-spacing:0;
		width:30%;
		padding-right:38px;
		float:right;
		margin-bottom:0;
	}
	
	.post-type-archive .searchbox {
		padding-right:0;
	}
	
	.searchbox div {
		display:inline-block;
		border:#CCC solid 1px;
		-webkit-border-radius: 14px;
	  	-moz-border-radius: 14px;
	  	border-radius: 14px;
		width:164px;
		*display:inline;
    	*zoom:1;
	}
	
	.searchbox #s {
		width:116px;
		border:none;
		line-height:18px;
		background:none;
	}
	
	.searchbox .btn-submit {
		display:inline;
		line-height:1.4em;
		width:2.2em;
		background:url(img/icon-search.png) no-repeat center center;
		border:none;
		text-indent:-9999px;
		box-shadow:none;
	}
	
	.searchbox .btn-submit:hover {
		background:url(img/icon-search.png) no-repeat center center;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	
	.searchbox label {
		display:none;
	}
	
	.mediahead {
		clear:both;
		margin-bottom:1.5em;
	}
	
	.page_navi li {
    	display:block;
		float: left;
		margin: 0 10px 0 0;
	}
	.page_navi:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.single-works #content article.single,
	.single-eworks #content article.single {
		width: 670px;
		float: none;
		margin: 0 0 0 0;
	}
	.tax-genre #content .archive-header,
	.tax-release #content .archive-header,
	.tax-erelease #content .archive-header,
	.tax-egenre #content .archive-header,
	.tax-erelease #content .archive-header {
		display: none;
	}
	.single-works #content article.works p,
	.single-eworks #content article.eworks p,
	.tax-genre #content article.works p,
	.tax-egenre #content article.eworks p {
		font-weight: normal;
	}
	/*書籍ページ*/
	.post-type-archive-books #primary,
	.post-type-archive-ebooks #primary,
	.tax-jclassifying #primary,
	.tax-eclassifying #primary
	 {
		width: 705px;
	}
	.post-type-archive-books #content article,
	.post-type-archive-ebooks #content article,
    .post-type-archive-books #content article:nth-of-type(2n),
    .post-type-archive-ebooks #content article:nth-of-type(2n),
    .post-type-archive-books #content article:nth-of-type(3n),
    .post-type-archive-ebooks #content article:nth-of-type(3n),
	.tax-jclassifying #content article,
	.tax-eclassifying #content article,
	.tax-jclassifying #content article:nth-of-type(2n),
    .tax-eclassifying #content article:nth-of-type(2n),
    .tax-jclassifying #content article:nth-of-type(3n),
    .tax-eclassifying #content article:nth-of-type(3n) {
      	display:block;
		width: 200px;
    	height:350px;
    	float: left;
		margin: 0 35px 65px 0 ;
	}
    
	.post-type-archive-books #content article img,
	.post-type-archive-ebooks #content article img,
	.tax-jclassifying #content article img,
	.tax-eclassifying #content article img
	 {
		margin: 0 0 10px 0;
	}
	
	/*メディアページ*/
	.post-type-archive-medias #primary,
	.post-type-archive-emedia #primary {
		width: 705px;
	}
	.post-type-archive-medias #content article,
	.post-type-archive-emedia #content article,
    .post-type-archive-medias #content article:nth-child(2n),
	.post-type-archive-emedia #content article:nth-child(2n),
    .post-type-archive-medias #content article:nth-child(3n),
	.post-type-archive-emedia #content article:nth-child(3n),
	.tax-jmediatype #content article,
	.tax-jmediatype #content article:nth-child(2n),
	.tax-jmediatype #content article:nth-child(3n),
	.tax-emediatype #content article,
	.tax-emediatype #content article:nth-child(2n),
	.tax-emediatype #content article:nth-child(3n) {
    	display:block;
		width: 200px;
    	height:330px;
		float: left;
		margin: 0 35px 65px 0 ;
	}
	.post-type-archive-medias #content article img,
	.post-type-archive-emedia #content article img,
	.tax-jmediatype #content article img,
	.tax-emediatype #content article img {
		margin: 0 0 10px 0;
	}
	.post-type-archive-medias #content article .entry-header,
	.post-type-archive-emedia #content article .entry-header,
	.tax-jmediatype #content article .entry-header,
	.tax-emediatype #content article .entry-header {
		margin:0;
	}
    
    /*media movie*/
    .post-type-archive-medias #content article .popup-youtube {
	    display: block;
    }
    
    .post-type-archive-medias #content article .popup-youtube img,
    .post-type-archive-emedia #content article .popup-youtube img {
      margin:65px 0 70px 0; 
    }
	
	/*ニュースページ*/
	.post-type-archive-news article,
	.post-type-archive-enews article {
		margin: 0 0 15px 0;
	}
	.post-type-archive-news .entry-title,
	.post-type-archive-enews .entry-title {
		font-size: 1.0em;
	}
	.post-type-archive-news .entry-header,
	.post-type-archive-enews .entry-header {
		margin: 0;
	}
	.post-type-archive-news .entry-header h2,
	.post-type-archive-enews .entry-header h2 {
		font-weight: normal;
    	font-size:86%;
	}
}

/* =Go top
----------------------------------------------- */
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
	background:#AABABA;
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	border-radius:5px;
	padding:10px 15px;
	color:#FFF;
	font-size:10px;
    bottom:20px;
    right:20px;
    overflow:hidden;  
    
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    z-index: 999999;
}

#toTop:hover {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=1);

}
#toTop:active,#toTop:focus {
    outline: none;
}



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

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

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

/* =Download
----------------------------------------------- */

#post-11467 .project,
#post-11469 .project,
#post-16632 .project {
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	border-bottom:#CCC solid 1px;
}

#post-11467 .project h3,
#post-11469 .project h3,
#post-16632 .project h3{
	margin-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:116%;
}

#post-11467 .project dl:before,
#post-11467 .project dl:after,
#post-11469 .project dl:before,
#post-11469 .project dl:after,
#post-16632 .project dl:before,
#post-16632 .project dl:after {
	content:"";
	display: table;
}

#post-11467 .project dl:after,
#post-11469 .project dl:after,
#post-16632 .project dl:after {
	clear:both;
}

#post-11467 .project dl,
#post-11469 .project dl,
#post-16632 .project dl {
	*zoom:1;
}

#post-11467 .project dt,
#post-11467 .project dd,
#post-11469 .project dt,
#post-11469 .project dd,
#post-16632 .project dt,
#post-16632 .project dd {
	display:block;
	float:left;
}

#post-11467 .project dt,
#post-11469 .project dt,
#post-16632 .project dt {
	width:320px;
}

#post-11467 .project dd,
#post-11469 .project dd,
#post-16632 .project dd {
	width:380px;
}

#post-11467 .project dd a,
#post-11469 .project dd a,
#post-16632 .project dd a {
	margin-top:1em;
	float:right;
}

/* =form
----------------------------------------------- */

.page-id-12135 .entry-content h2 {
	font-size: 1.2rem;
	margin-bottom:1em;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
}

.page-id-12135 .entry-content ul li {
	margin-bottom:1em;
}

.page-id-12135 .entry-content ul li a {
	font-size: 1rem;
	margin-left:1em;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#trust-form .subject {
	font-weight:normal;
	line-height:1.8em !important;
}

.page-id-11467 #content h2,
.page-id-12141 #content h2,
.page-id-14243 #content h2,
.page-id-14889 #content h2,
.page-id-14893 #content h2,
.page-id-16632 #content h2,
.page-id-22764 #content h2,
.tax-project #content h2
 {
	font-size: 1.571428571rem;
	margin-bottom:1em;
	font-family:Helvetica,Arial, sans-serif;
}

.page-id-11467 #content article.milano2015,
.page-id-12141 #content article.milano2015,
.page-id-14243 #content article.milano2015,
.page-id-14889 #content article.milano2015,
.page-id-14893 #content article.milano2015,
.page-id-16632 #content article.milano2017,
.page-id-22764 #content article.milano2019,
.tax-project #content article  {
width: 200px;
margin: 0 35px 65px 0;
display: inline-block;
vertical-align: top;
/*letter-spacing: normal;*/
word-spacing: normal;
padding: 0;
zoom: 1;
}



.page-id-11467 #content article.milano2015:nth-of-type(3n),
.page-id-12141 #content article.milano2015:nth-of-type(3n),
.page-id-14243 #content article.milano2015:nth-of-type(3n),
.page-id-14889 #content article.milano2015:nth-of-type(3n),
.page-id-14893 #content article.milano2015:nth-of-type(3n),
.page-id-16632 #content article.milano2017:nth-of-type(3n),
.page-id-22764 #content article.milano2019:nth-of-type(3n),
.tax-project #content article:nth-of-type(3n) {
width: 200px;
margin: 0 0 65px 0;
display: inline-block;
vertical-align: top;
letter-spacing: normal;
padding: 0;
zoom: 1;
}

.page-id-11467 #content article.milano2015 .entry-header,
.page-id-12141 #content article.milano2015 .entry-header,
.page-id-14243 #content article.milano2015 .entry-header,
.page-id-14889 #content article.milano2015 .entry-header,
.page-id-14893 #content article.milano2015 .entry-header,
.page-id-16632 #content article.milano2017 .entry-header,
.page-id-22764 #content article.milano2019 .entry-header,
.tax-project #content article .entry-header {
	margin:0;
}

.page-id-11467 #content article.milano2015 .entry-header img,
.page-id-12141 #content article.milano2015 .entry-header img,
.page-id-14243 #content article.milano2015 .entry-header img,
.page-id-14889 #content article.milano2015 .entry-header img,
.page-id-14893 #content article.milano2015 .entry-header img,
.page-id-16632 #content article.milano2017 .entry-header img,
.page-id-22764 #content article.milano2019 .entry-header img,
.tax-project #content article .entry-header img {
		margin: 0 0 10px 0;
	}
.page-id-11467 #content article.milano2015 .entry-title,
.page-id-12141 #content article.milano2015 .entry-title,
.page-id-14243 #content article.milano2015 .entry-title,
.page-id-14889 #content article.milano2015 .entry-title,
.page-id-14893 #content article.milano2015 .entry-title,
.page-id-16632 #content article.milano2017 .entry-title,
.page-id-22764 #content article.milano2019 .entry-title,
.tax-project #content article .entry-title
 {
    	font-size: 1.1em;
		margin: 0 0 3px 0;
		font-weight:normal;
	}
	
.page-id-11467 #content article.milano2015 .entry-maker,
.page-id-12141 #content article.milano2015 .entry-maker,
.page-id-14243 #content article.milano2015 .entry-maker,
.page-id-14889 #content article.milano2015 .entry-maker,
.page-id-14893 #content article.milano2015 .entry-maker,
.page-id-16632 #content article.milano2017 .entry-maker,
.page-id-22764 #content article.milano2019 .entry-maker,
.tax-project #content article .entry-maker
 {
	font-size: 0.9em;
	color:#666;
}
	
.single-downloadproject .entry-summary,
.page-id-12683 .entry-summary {
	width:340px;
	float:left;
}

.single-downloadproject .entry-content .downloadhead,
.page-id-12683 .entry-content .downloadhead {
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:#EEE solid 1px;
}

.single-downloadproject .entry-content a,
.single-works a.dwlink,
.single-eworks a.dwlink,
.page-id-12683 .entry-content a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#333;
	width:93px;
	float:right;
	margin:0;
	padding:5px;
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	line-height:1.0em !important;
}

.page-id-12683 a.dwlink {
	float:none;
}

.page-id-12683 h2 {
	margin-bottom:1em;
}

.single-works a.dwlink {
	margin-top:4px;
}

.single-downloadproject .entry-summary .thumbphoto li,
.page-id-12683 .entry-summary .thumbphoto li {
	display:block;
	width:320px;
	height:auto;
	margin:0 0 5px 0;
}

.single-downloadproject .entry-summary .thumbphoto img,
.page-id-12683 .entry-summary .thumbphoto img {
	width:100%;
}

.single-downloadproject .entry-content,
.page-id-12683 .entry-content {
	width:340px;
	float:left;
}

.single-downloadproject .entry-content .breakdonw,
.page-id-12683 .entry-content .breakdonw {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px !important;
}

.single-downloadproject .entry-content .credit,
.page-id-12683 .entry-content .credit {
	color:#999;
	font-size:12px;
	line-height:14px !important;
}

.single-downloadproject .entry-content h3,
.page-id-12683 .entry-content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.single-downloadproject .entry-content .conceptbody,
.page-id-12683 .entry-content .conceptbody {
	margin-bottom:1.5em;
}

#project-form form table {
	width: 100%;
	margin-bottom: 10px;
}

#project-form form table th,#project-form form table td {
	padding: 5px 0;
	border-bottom: #ccc solid 1px;
}

#project-form form table th {
	padding-right: 10px;
}

#project-form form input[type=text],#project-form form input[type=password] {
	width: 100%;
	padding: 6px 10px;
    box-sizing: border-box;
}