@import url("parts/margin.css");
@import url("parts/padding.css");
@import url("parts/font.css");
@import url("parts/box.css");
@import url("parts/other.css");


/* =Reset
-------------------------------------------------------------- */
/* iso_edit start */
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%;
	font-style:normal;
    font-weight: normal;
	vertical-align: baseline;
	text-align:left;
}

body {
	margin-top: -32px !important;
}
body {
	line-height: 1.6em;
	background-color:#ffffff;
	text-align:center;
	height: 100%;
	color:#555;
	font-family: "MS P Gothic","ＭＳ Ｐゴシック",sans-serif,"Osaka","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
}

/* iso_edit end */

img {
   vertical-align:bottom
}
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;
}
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: "";
}

html,body {
	font-size:13px;
	line-height:2em;
}

body {
	color:#555;
	-webkit-text-size-adjust: 100%;
}

.widthFix {
	width:1000px;
	margin:0 auto;
	height:100%;
}

html.sp .elmPC {
	display:none;
}

a, a:visited {
outline: none; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active {
text-decoration:underline;
}
a:focus {
text-decoration:none;
}

a.underline {
text-decoration:underline;
}
a.underline:visited {
text-decoration:underline;
}
a.underline:hover {
text-decoration:none;
}
a.underline:active {
text-decoration:none;
}
a.underline:focus {
text-decoration:none;
}

.elmPC {	display:block;	}
.elmSP {	display:none;	}

a.elmPC, span.elmPC, em.elmPC, img.elmPC
 {	display:inline;	}
a.elmSP, span.elmSP, em.elmSP, img.elmSP
 {	display:none;	}


/* // 
------------------------------ */

.contTit {
	margin-bottom:15px;
}
#Mainsearch {
	margin-bottom:30px;
}

.columnWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.columnWrap {	display: inline-block;} 
* html .columnWrap {	height: 1%;	}
.columnWrap {	display:block;	}

.column {
	float:left;
}

.columnWrap.full {
	width:720px;
}
.imgBgSet {
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}
.contBlock {
	margin-bottom:50px;
}
img.bnrborder {
	border:1px solid #CCC;
}

.bnrArea-Bottom {
	padding-top:100px;
}

strong {
	font-weight:bold;
}
/* =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;
	
}
.page-title {
	margin-bottom:20px;
}

/* 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 */
/* iso_edit start */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size:94%;
}
/* iso_edit end */

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],
.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-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

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

/* Make sure videos and embeds fit their containers */
embed,
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 {

}
body.custom-font-enabled {
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

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

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

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #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 h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

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

/* 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 .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



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


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

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	
}
.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 {
}
.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 {
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
}
.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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: 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;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	//border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


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

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

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

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

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


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

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


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

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #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 cite b {
	font-weight: normal;
}
.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 .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
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;
}

/* ここからカスタムCSS */


/*　初期設定情報

全体背景：#fffff8
見出し罫線：#1e1e32
基本罫線：#c6c6b9
見出し背景色：#525048
デザインプルダウン：＃9b9b7b

Gヘッダ背景色：#000376
Gナビ背景の黄色：#ffea2d
絞りこみ検索フォームの枠背景：#E7E7D8
検索ボタン：#535049     
エリア名：#DFDFD7（フォーカスアウト）#32312C（オンフォーカス）
州名：#5A5752（オンフォーカス）#FFFFFF（フォーカスアウト）
洲・カテゴリ選択エリア背景：#FFFEF9

*/


/*  検索ボックスプルダウンメニューカスタマイズ用Jqueryプラグイン */
.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelectInner {
/* You can style the inner box too */
}

/* テキストカラー指定 */
.textcolorw{
	color:#ffffff;
}
/* iso_edit start */
div.toptextleft{
	text-align:left;
	font-size:88%;;
	padding-top:5px;
}

div.toptextright{
position:absolute;
top:5px;
right:0;
}
div.toptextright a{
color:#FFF;
text-decoration:none;
font-size:88%;;
}
div.toptextright a:hover,div.toptextright a:active{
text-decoration:underline;
}
/* iso_edit end */

/* レイアウト用CSS */

.ypjpage{
	width: 100%; 
	height:100%;
    margin: 0 auto;
	text-align:left;
}

.basebox{
	width:690px;
	margin-top:20px;
	padding-bottom:30px;
	height:100%;
	/* border:dotted 1px #000376; */
}


/* 絞込み検索ボックス */
/* iso_edit start */
.searchbox{
	position:relative;
	top:0px;
	width:1000px;
	margin-left : auto ; margin-right : auto ;
	background:#efefef url(/wp-content/themes/ypj/img/search_icon.png) 10px center no-repeat;
}

.topsearch{
	position:relative;
	top:-80px;
	width:1000px;
	margin-left: auto ;
	margin-right : auto ;
	background:#efefef url(/wp-content/themes/ypj/img/search_icon.png) 10px center no-repeat;
}

.searchform{
	padding:5px 0 5px 110px;
	text-align:center;
}
.searchform input{
	height:20px;
}
.searchform input#s{
	width:320px;
	margin-right:15px;
}
.searchform select{
	height:27px;
	margin-right:20px;
	width:150px;
}
.searchform select option{
}
.searchform input#searchsubmit{
	font-size:12px;
	font-weight:bold;
	padding:3px 15px;
	height:26px;
	color:#5D5D99;
	border-color:#9595C4;
	background-image:none;
	background-color:#EDEDF7;
	
}
.searchform input.clear{
	font-size:11px;
	padding:3px 8px;
	height:20px;
}
form#searchform{
	line-height:1.4em;
}


/* iso_edit end */

.container{
	margin-top:-40px;
	margin-left:80px;
	margin-right:80px;
}
 
.maincontents{
	
	width:720px;
	padding-right:30px;
	border:dotted 1px dbdbde;
}

/* iso_edit start */
.sidebar{
	display:table-cell;
	width:278px;
	border-left:solid 1px #dbdbde; 
	border-right:solid 1px #dbdbde; 
	background-color:#fafafe;
}

#secondary{
	width:278px;
	border-left:solid 1px #dbdbde; 
	border-right:solid 1px #dbdbde; 
	background-color:#fafafe;
	margin-top:0px;
}
#secondary > .inner{
	padding:30px 14px 14px;
}

#primary{
}
	
#topmain{
	width:1000px;
	margin:-45px auto 0;
	height:100%;
}
#main{
	width:1000px;
	margin:0 auto;
	height:100%;
}

.ypjlogo{
	position:absolute;
	top:35px;
	left:0;
}
.langEn .ypjlogo{
	top:20px;
}
/* iso_edit end */


/*  言語切替 */
/* iso_edit start */
.langchange{
	position:absolute;
	top:35px;
	right:0;
	font-size:88%;
}

p.changeLangage a {
	display:inline-block;
	padding:5px 15px;
	background-color:#444;
	text-decoration:none;
	color:#FFF;
	line-height:1.1em;
}
p.changeLangage a:hover,p.changeLangage a:active {
	background-color:#555;
}
html.langJp p.changeLangage a.jp,
html.langEn p.changeLangage a.en
 {
border-bottom:2px solid #fff;
}

div.socialbutton{
	position:absolute;
	bottom:6px;
	right:0;
	line-height:1.3em;
	width:160px;
	height:22px;
	display:block;
}
div.socialbutton .inner{
	position:relative;
	display:block;
}
div.socialbutton .fb{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100px;
}
div.socialbutton .tw{
	position:absolute;
	top:0;
	right:0;
}

/* iso_edit end */

a.langspritemenu{
	display:block;
    background:url(img/lang_sprite.png);
    width:230px;
    height:24px;
    cursor:pointer;
    text-align:left;
    color:#fff;
	text-indent:-9999px;
    }
 
    a.langspritemenu:hover{
    background-position:left bottom;
    }



.image{
	margin:10px;
}



.clear{
	clear:both;
}


/* グローバルヘッダ */
.gheader{
	width:100%;
	height:105px;
	background-color:#000376;
}
/* グローバルナビ */
.gnavi{
	width:100%;
	height:45px;
	background-color:#ffea2d;
}
.gnavi ul {
	text-align:center;
	line-height: 45px;
}

.gnavi ul > li{
	display:inline;
	text-align:center;
	padding:7px 35px;
	border-left:dotted 1px gray;
	 vertical-align:bottom;
}
.gnavi ul > li.last{
border-right:dotted 1px gray;
}
.gnavi ul li a{
	color:#000000;
	text-decoration:none;
	font-size:122%;
	 vertical-align:bottom;
}
.gnavi ul li a:hover,.gnavi ul li a:active{
	text-decoration:underline;
}



/* グローバルフッタナビ */
.gfooternavi{
	width:100%;
	height:45px;
	background-color:#ffea2d;
}
.gfooternavi ul{
	text-align:center;
	line-height: 45px;
}


.gfooternavi ul > li{
	display:inline;
	text-align:center;
	/*margin:15px;*/
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #000;
}

.gfooternavi ul li a{
	color:#000000;
	text-decoration:none;
	}

/* グローバルフッタ */
.gfooter{
	width:100%;
	background-color:#000376;
	color:#fff;
}

.gfooter ul > li{
	display:inline;
}

div.foottextleft{
	text-align:left;
	float:left;
	margin-left:80px;
	margin-top:15px;
}

div.foottextleft ul > li{
	text-align:left;
	margin-left:30px;
	font-size:0.7em;
}


div.foottextright{
	text-align:right;
	float:right;
	margin-right:80px;
	margin-top:15px;
	font-size:0.7em;
}






/*　メインビジュアル　*/

/* iso_edit start */
#mainvisual{
width:100%;
}
#mainvisual img{
width:100%;
}
/* iso_edit end */

/* 検索メイン　*/
.mainsearch{
 width:690px;
 height:600px;
 border:solid 1px gray;
 margin-top:20px;
 margin-bottom:30px;
}

/* サンプルソースSTA */
/*
#wrapper {
width: 500px; /*親ボックスの幅*
overflow: hidden;
}
 
#wrapper ul {
width: 510px; /*右マージン含む子ボックス合計幅*
margin-right: -10px; /*親ボックスからのはみ出しぶんをずらしとく*
}
 
#wrapper ul li {
width: 160px;
float: left;
margin-right: 10px;
}
/* サンプルソース END*/


/* トップお勧めコンテンツ*/
.recommendtitle{
 width:690px;
 height:30px;
 margin-top:45px;
 margin-bottom:15px;
 /* border:solid 1px gray; */
}

/*.recommend{
	width:215px;
	height:175px;
	display:inline;
	margine-right:10px;
}
*/

div.recomend {
width: 690px; /*親ボックスの幅*/
overflow: hidden;
}
 
div.recommend ul {
width: 690px; /*右マージン含む子ボックス合計幅*/
margin-right: -10px; /*親ボックスからのはみ出しぶんをずらしとく*/
}
 
div.recommend ul li {
width: 215px;
height:175px;
float: left;
margin-right: 10px;
background-color:#cccccc;
}


/* お役立ちコラム　*/
.columboxtitle{
 width:690px;
 height:30px;
 margin-top:45px;
 margin-bottom:15px;
 /* border:solid 1px gray; */
}

/*
.columbox{
	width:165px;
	height:145px;
	display:inline;
	margin-right:10px;
	border:solid 1px gray;
}
*/

div.columbox {
width: 690px; /*親ボックスの幅*/
overflow: hidden;
}
 
div.columbox  ul {
width: 690px; /*右マージン含む子ボックス合計幅*/
margin-right: -10px; /*親ボックスからのはみ出しぶんをずらしとく*/
margin-left:0px;
margin-top:20px;
}
 
div.columbox  ul li {
width: 150px;
height:145px;
float: left;
margin-left:15px;
margin-right: 0px;
background-color:#cccccc;
}




/* 米国便利帳　*/
.cvnotetitle{
 width:690px;
 height:30px;
 margin-top:45px;
 margin-bottom:15px;
 /* border:solid 1px gray; */
}


ul.cvlist1 li {
	display:inline;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:30px;
	padding-left:50px;
	padding-bottom:20px;
	border-left:dotted 1px #000376;
}
ul.cvlist2 li{
	display:inline;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:30px;
	padding-left:50px;
	padding-bottom:20px;
	border-left:dotted 1px #000376;
}
ul.cvlist3 li{
	display:inline;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:30px;
	padding-left:50px;
	padding-bottom:20px;
	border-left:dotted 1px #000376;
}


#box2{
    width: 690px;
	padding:10px;
}
#box2 ul{
    width: 692px;
    margin: 0 -12px 0 0;
    overflow: hidden;
    _zoom: 1;
    font-size:100%;
}
#box2 li{
    width: 145px;
	height:150px;
    padding: 5px;
    margin-right: 12px;
    float: left;
    /* background-color: #ffffff; */
	border: dotted 1px gray;
}















/* トップ下バナー広告エリア設定用*/
.toppagebanner-under{
	/* border:solid 1px #000376; */
	width:690px;
	height:110px;
	margin-top:45px;
	margin-bottom:100px;
}




/* バナー広告エリア設定用（スクエア）*/
.adareasquare{
	border:solid 1px #deded3;
	height:250px;
	margin:15px;
}
/*バナー広告エリア設定用（四角）*/
.adareabox{
}



/* サイドナビ検索レイアウト */

.sidenavibox{
	border-top:solid 15px #000246;
	border-left:solid 1px #a3a9b1;
	border-right:solid 1px #a3a9b1;
	border-bottom:solid 1px #a3a9b1;
	background-color:#ffffff;
	font-size:92%;
	margin-bottom:30px;
}
.sidenavibox .title{
	padding:5px;
	text-align:left;
	display:block;
	border-bottom:solid 1px #a3a9b1;
	margin-bottom:5px;
}
.sidenavibox .inner{
	padding:9px;
}
.sidenavibox .all{
	border-top:1px dotted #CCC;
	margin-top:5px;
	padding-top:8px;
}

.sidenavibox .navilink li{
	margin-bottom:10px;
	line-height:1.4em;
}


.sidesearchbox{

}
.sidesearchboxleft{
	width:50%;
	float:left;
	text-align:left;

}

.sidesearchboxright{
	width:50%;
	float:right;
	text-align:left;
}

#sideserchform{
	width:238px;
	padding:5px;
	display: inline-block; 
}
/* iso_edit end */


/* サイドコラムボックス */
.sidecolum{
	height:150px;
	margin:15px;
	border:solid 1px #a3a9b1;
	border-top:solid 15px #000246;
	background-color:#ffffff;
}
.sidecolumtitle{
	border-bottom:solid 1px #000246;
}

.sidecolumtitle img{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
}

.sidecolum li{
	margin:30px;
	line-height:0.5em;
	list-style-image:url('img/sidelistarrow.png');
}



/* サイド便利帳ボックス */

.sidecvnote{
	height:150px;
	margin:15px;
	border:solid 1px #a3a9b1;
	border-top:solid 15px #000246;
	background-color:#ffffff;
}

.sidecvnotetitle{
	border-bottom:solid 1px #000246;
}

.sidecvnotetitle img{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
}

.sidecvnote li {
	margin:30px;
	line-height:1.5em;
}

/* サイドおすすめボックス */
.siderecommend{
	height:150px;
	margin:15px;
	border:solid 1px #a3a9b1;
	border-top:solid 15px #000246;
	background-color:#ffffff;
}

.siderecommendtitle{
	border-bottom:solid 1px #000246;
}

.siderecommend img{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	
}


.siderecommend li{
	margin:30px;
	line-height:1.5em;
}


.widget-area .sidesearchbox label{
	font-size:11px;
}

/* 検索結果ページ用　*/

.searchtermsbox{
	padding:10px;
	border:solid 1px gray;
	line-height:1.5em;
}

.payresultWrap {
	border-top:solid 1px #383147;
	margin-bottom:30px;
}

.premiumresult{
	border:solid 1px #383147;
	border-top-width:0;
	padding:10px 15px 12px;
	line-height:1.4em;
	background-color:#f6f6fe;
}
.premiumresult.first{
	border-top-width:1px;
}



div.premiumresult p.category{
	margin-bottom:5px;
	color:#888;
	font-size:92%;
}
div.premiumresult p.headline{
	font-weight:bold;
	margin-top:7px;
	color:#35354e;
}


div.premleft{
	float:left;
	width:480px;
}
div.premright{
	float:right;
	width:162px;
	display:block;
	background:#fff url(/wp-content/themes/ypj/img/noimage.png) center center no-repeat;
}
div.premright a.photo img{
	height: 108px;
}

div.premright a.photo{
	width:162px;
	min-height: 108px;
	height: auto !important;
	height: 108px;
	display:block;
	background-repeat:none;
	background-position:center center;
	background-size:cover;
}


div.premium-compname{
	margin-bottom:6px;
}

div.premium-compname a{
	color:#fff;
	display:block;
	padding:3px 5px;
	background-color:#35354e;
	line-height:1.3em;
	font-weight:bold;
	font-size:120%;
}
div.premium-compname span a:hover,div.premium-compname span a:active{
	color:#fff;
	text-decoration:none;;
}


div.freeresult{
	border:solid 1px #dbdbde;
	padding:0.8em;
	line-height:1.5em;
	/* border-bottom:0px; */
}

/* アーカイブリスト表示用 */



.archivelist{
	border-top:1px dotted #CCC;
}
.archivelist li{
	border-bottom:1px dotted #CCC;
	line-height:1.6em;
}

.archivelist li:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.archivelist li {	display: inline-block;} 
/* Hides from IE Mac */
* html .archivelist li {	height: 1%;	}
.archivelist li {	display:block;	}
/* End Hack */ 


.archivelist li a.linkIconA.iconB {
	display:block;
	padding:12px 0 12px 22px;
	background-position:left center;
	font-size:108%;
}
.archivelist li a.linkIconA.iconB:hover,.archivelist li a.linkIconA.iconB:active {
	background-color:#EEE;
}

.archivelist.photo{
	padding-top:5px;
}
.archivelist.photo li{
	padding-bottom:5px;
	margin-bottom:5px;
}
.archivelist.photo li a.ph{
	display:block;
	float:left;
	width:90px;
	height:60px;
	margin-right:20px;
}
.archivelist.photo li a.tx{
	display:block;
	float:left;
	width:547px;
}


.cattitle{
	margin-bottom:15px;
}

/* 電話帳個別ページ用 */

.ypcompanyname{
	margin-top:5px;
	color:#00036;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
}


#yphead{
	border:solid 1px #dbdbde;
	line-height:1.5em;
	border-bottom:0px;
}
#yphead a{
	color:#0025CC;
	text-decoration:underline;
}
#yphead a:hover,#yphead a:active{
	text-decoration:none;
}


span.yptext{
	color:deded3;
}


.officedata{
	width:70%;
	border:solid 1px #dbdbde;
	float:left;
}

#telnum{
	position:relative;
	height:20px;
	width:96%;
	padding:10px;
	background-color:#000376;
	color:#CCCCCC;
}

.telno{
	position:absolute; 
	bottom:10px;
	margin-left:50px;
	font-size:1.5em;
}


table.officedata-left{
	width:100%;
	/* border:solid 1px #000376; */
}
table.officedata-left > tbody tr td {
	padding:10px;
}

.officedata-map{
	float:right;
	width:203px;
	height:200px;
	border:solid 1px #dbdbde;
}

.premierearea{
	border:solid 1px #dbdbde;
	border-top-width:0;
	padding:20px 14px;
	color:#666;
	font-size:108%;
	line-height:1.7em;
	margin-bottom:30px;
}

#premiereh{
	font-weight:bold;
	font-size:116%;
	color:#4f4f4f;
	margin-bottom:15px;
}

#premieretxt{
	margin-bottom:15px;
}
#photoarea {
	margin-bottom:20px;
}
#photomain{
	float:left;
	width:527px;
	height:352px;
	position:relative;
}
#photomain li a{
	display:block;
	width:525px;
	height:350px;
	border:1px solid #e3e3e3;
	/*	*/
	position:absolute;
	top:0;
	left:0;

	background-position:center center;
	background-repeat:no-repeat;
}
#photomain li img{
	height:350px;
}

#photonavi{
	float:right;
	width:122px;
}
#photonavi ul  li{
	margin-bottom:8px;
}
#photonavi ul  li a{
	display:block;
	width:120px;
	height:80px;
	border:1px solid #e3e3e3;
	background-position:center center;
	background-repeat:no-repeat;
}

#photonavi ul  li img{
	height:80px;
}

.ypfreetxt{
}


/* 個別コラムページ用 */


.columfooter{
	border:solid 1px #000376;
	border-top:solid 0px #000376;
	line-height:1.5em;
	padding:10px;
	background-color:#fafafe;
}

span.columauthor{
	font-weight:bold;
	line-height:1.5em;
}


.profleft01{
	float:left;
}
.profleft01 img {
	width:100px;
	height:100px;
	padding:5px;
	border:solid 1px gray;
}

.profright01{
	width:80%;
	float:right;
	text-align:left;
	padding:10px;
}

/*   */

.profleft02{
	float:left;
}


.profright02{
	float:right;
}

.profright02 img {
	padding:5px;
	border:solid 1px gray;
	width:250px;
	height:100px;
}

ul.breadcrumb {
       margin-bottom:15px;
}
ul.breadcrumb li {
        display: inline;
        list-style-type: none;
}

ul.breadcrumb li:before {
        content: "　>　";
}

ul.breadcrumb li:first-child:before {
        content:"";
}


/* ypjcontents*/



/* ypjcontents*/

.ypjcontents{
	line-height:1.8em;
	font-size:1.08em;
}
.ypjcontents .ypjcontentsheader{
	border:solid 1px #000376;
	line-height:1.8em;
	padding:14px;
	background-color:#fafafe;
}
.ypjcontents h1.articletitle {
	color:#1e1e32;
	font-size:1.35em;
}
.ypjcontents .ypjcontentsmain{
	border:solid 1px #000376;
	border-top-width: 0px;
	padding:14px;
	color:#555;
}
.ypjcontents .ypjcontentsmain a{
	color:#0074E8;
	text-decoration:underline;
}
.ypjcontents .ypjcontentsmain a:hover,.ypjcontents .ypjcontentsmain a:active{
	text-decoration:none;
}

.ypjcontents .ypjcontentsmain h1{
	font-size:130%;
	font-weight:bold;
	padding:7px 0;
	margin:0 0 24px 0;
	border-top:solid 3px #000;
	border-bottom:solid 1px #000;
}

.ypjcontents .ypjcontentsmain h2{
	font-size:122%;
	font-weight:bold;
	padding:5px 0;
	margin:15px 0;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

.ypjcontents .ypjcontentsmain h3{
	font-size:125%;
	font-weight:bold;
	padding:0;
	margin:15px 0;
}

.ypjcontents .ypjcontentsmain h4{
	font-size:120%;
	font-weight:bold;
	padding:5px 0;
	margin:15px 0;
	border-bottom:solid 1px #000;
}

.ypjcontents .ypjcontentsmain h5{
	font-size:110%;
	font-weight:bold;
	padding:5px 0;
	margin:15px 0;
	border-bottom:dotted 3px #000;
}

.ypjcontents .ypjcontentsmain h6{
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:15px 0;
}

.ypjcontents .ypjcontentsmain p{
	margin:0 0 10px 0;
}
.ypjcontents .ypjcontentsmain p em{
	font-style:italic;
}
.ypjcontents .ypjcontentsmain em{
	font-style:italic;
}

.ypjcontents .ypjcontentsmain table{
	border-collapse: collapse;
	border-spacing: 0px;
	border-left: 1px solid #ccc;
	margin:0 auto 10px;
	line-height:1.5em;
}
.ypjcontents .ypjcontentsmain table.w100{
	width:100%;
}
.ypjcontents .ypjcontentsmain table.w90{
	width:90%;
}
.ypjcontents .ypjcontentsmain table.w80{
	width:80%;
}
.ypjcontents .ypjcontentsmain table.w70{
	width:70%;
}
.ypjcontents .ypjcontentsmain table.w60{
	width:60%;
}
.ypjcontents .ypjcontentsmain table.w50{
	width:50%;
}
.ypjcontents .ypjcontentsmain table.w40{
	width:40%;
}

.ypjcontents .ypjcontentsmain tr{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ypjcontents .ypjcontentsmain td,
.ypjcontents .ypjcontentsmain th
{
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}
.ypjcontents .ypjcontentsmain th {
	background-color:#FAFAFA;
}

.ypjcontents .ypjcontentsmain table.noline{
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 0 solid #ccc;
	border-left: 0 solid #ccc;
	margin-bottom:10px;
}

.ypjcontents .ypjcontentsmain table.noline tr{
	border-right: 0 solid #ccc;
	border-bottom: 0 solid #ccc;
}

.ypjcontents .ypjcontentsmain table.noline td{
	padding: 5px;
	border-right: 0 solid #ccc;
	border-bottom: 0 solid #ccc;
	vertical-align:top;
}
.ypjcontents .ypjcontentsmain ol,
.ypjcontents .ypjcontentsmain ul{
	padding-left:1.5em;
}
.ypjcontents .ypjcontentsmain ul li{
	list-style-type:disc;
}

.ypjcontents .ypjcontentsmain oll li{
	list-style-type:decimal;
}



.ypjcontents .ypjcontentsheader{
	content: "";
	display: block;
	clear: both;
	overflow:auto;
}

.ypjcontents .ypjcontentsheader .titleImage{
	width:150px;
	height:100px;
	background-color:#fff;
	border:solid 1px #ccc;
	float:left;
}

.ypjcontents .ypjcontentsheader h1.articletitle {
	float:right;
	width:490px;
	margin:0;
	padding-top:10px;
}
.ypjcontents .ypjcontentsheader h1.articletitle.full {
	float:none;
	width:100%;
}

.ypjcontents .ypjcontentsmain{
	clear:both;
}


/* // トップ
------------------------------ */

#primary.top .featureBlock .column {
	width:159px;
	margin-right:18px;
	font-size:90%;
}

#primary.top .featureBlock .column p.photo a {
	width:156px;
	height:104px;
	border:1px solid #DFDFDF;
}
#primary.top .featureBlock .column p.tx {
	line-height:1.3em;
	margin-top:5px;
}

#primary.top .usefulBlock ul {
	background: url(/wp-content/themes/ypj/img/line_01.gif) 335px top repeat-y;
}
#primary.top .usefulBlock ul li {
	width:315px;
	padding-right:15px;
	float:left;
	line-height:1.6em;
	margin-bottom:4px;
}

form .head {
	font-weight:bold;
}
/* // サイド
------------------------------ */
.sideBnr {
	margin-bottom:30px;
}
.sideBnr img {
	width:100%;
}

/* // リンク・ボタン設定
------------------------------ */
li.linkIconA {
	line-height:1.6em;
}
.linkIconA {
	background: url(/wp-content/themes/ypj/img/link_icon_A_01.png) no-repeat 0 0.45em;
	padding-left: 15px;
}
.linkIconA.iconB {
	background: url(/wp-content/themes/ypj/img/link_icon_B_01.gif) no-repeat 0 0.55em;
	padding-left: 19px;
}
.mac .linkIconA {
	background-position:0 0.35em;
}
.mac .linkIconA.iconB {
	background-position:0 0.45em;
}
span.linkIconA,
a.linkIconA,
.mac span.linkIconA,
.mac a.linkIconA,
span.linkIconA.iconB,
a.linkIconA.iconB,
.mac span.linkIconA.iconB,
.mac a.linkIconA.iconB
 {
	background-position:0 0.1em;
	padding-left: 14px;
}
.tb .linkIconA,
.tb .linkIconA.iconB {
	background-position:0 0.4em;
}
.sp span.linkIconA.iconB,
.tb span.linkIconA.iconB,
.sp a.linkIconA.iconB,
.tb a.linkIconA.iconB,
.sp span.linkIconA.iconB,
.tb span.linkIconA.iconB,
.sp a.linkIconA.iconB,
.tb a.linkIconA.iconB
 {
	background-position:0 0.2em;
	padding-left: 12px;
}


a.btnTypeA {
	border: 1px solid #CCCCCC;
	background-color:#fafafa;
	color: #000000;
	padding-left:8px;
	padding-right:25px;
	text-align: center;
	color:#555;
	letter-spacing:0.05em;
	line-height:1.1em;
	background-size:100% 100%;
	display:inline-block;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
}

a.btnTypeA em {
	background: url(/wp-content/themes/ypj/img/btnA_yaji.png) no-repeat left center;
	text-align:center;
	display:inline-block;
	padding-top:7px;
	padding-bottom:7px;
	line-height:1.1em;
	padding-left:30px;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.btnTypeA.narrow em {
	padding-top:5px;
	padding-bottom:3px;
}

a.btnTypeA em span.small {
	font-size:10px;
	letter-spacing:0;
	display:block;
	padding-top:2px;
	width:100%;
	text-align:center;
}
a.btnTypeA:hover {
	text-decoration:none;
	background-color:#f2f2f2;
	color:#444;
}


a.btnTypeB {
	background-color:#000;
	border-radius: 1px;
	padding-left:35px;
	padding-right:8px;
	text-align: center;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:bold;
	line-height:1.1em;
	background-size:100% 100%;
	display:inline-block;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.btnTypeB.red {
	background-color:#741000;
	border-width:0;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

a.btnTypeB em {
	background: url(/wp-content/themes/ypj/img/btnB_yaji.png) no-repeat right center;
	text-align:center;
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.1em;
	padding-right:45px;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.btnTypeB em span.widthFull {
	width:100%;
}
a.btnTypeB:hover {
	background-color:#741000;
	text-decoration:none;
}
a.btnTypeB:hover em {
	background-image: url(/wp-content/themes/ypj/img/btnB_yaji_on.png)
}

a.btnTypeA.widthFull,
a.btnTypeA.widthFull em,
a.btnTypeB.widthFull,
a.btnTypeB.widthFull em
 {
	display:block;
	width:100%;
}
a.btnTypeA.width70,
a.btnTypeB.width70
 {
	width:70%;
}
a.btnTypeA.width70 em,
a.btnTypeB.width70 em
 {
	display:block;
}
a.btnTypeA.widthHalf,
a.btnTypeB.widthHalf
 {
	width:50%;
}
a.btnTypeA.widthHalf em,
a.btnTypeB.widthHalf em
 {
	display:block;
}
a.btnTypeA.width30,
a.btnTypeB.width30
 {
	width:30%;
}
a.btnTypeA.width30 em,
a.btnTypeB.width30 em
 {
	display:block;
}

a.btnTypeA.noIcon,
a.btnTypeB.noIcon
 {
	padding-left:13px;
	padding-right:13px;
	letter-spacing:0;
	font-weight:normal;
	font-size:95%;
}

a.btnTypeA.noIcon em,
a.btnTypeB.noIcon em
 {
	background-image:none;
	padding-right:0;
}

/* // 言語切り替え時のコンテンツ表示・非表示
------------------------------ */
html.langJp .langContents.jp {
	display:block;
}
html.langJp span.langContents.jp,
html.langJp em.langContents.jp,
html.langJp a.langContents.jp,
html.langJp input.langContents.jp
 {
	display:inline-block;
}

html.langJp .langContents.en {
	display:none;
}
html.langEn .langContents.en {
	display:block;
}
html.langEn span.langContents.en,
html.langEn em.langContents.en,
html.langEn a.langContents.en,
html.langEn input.langContents.en
 {
	display:inline-block;
}
html.langEn .langContents.jp {
	display:none;
}



.hover a:hover img,
a:hover img.hover,
a:hover
 {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
a {
outline: none;
}

.gheader{
	width:100%;
	height:105px;
	background-color:#000376;
}


/* // フッター
------------------------------ */
.gfooter .foottextleft ul > li {
    font-size: 1em;
}
.gfooter .foottextleft a {
	color:#FFF;
	font-size:90%;
	text-decoration:none;
}
.gfooter .foottextleft a:hover,.gfooter .foottextleft a:active {
	text-decoration:underline;
}
.gfooter .foottextright {
	font-size:90%;
}

/* // トップ　メインビジュアル
------------------------------ */
#mainvisual.top {
	position:relative;
}

#mainvisual.top ul.photo {
	width:100%;
	height:450px;
	display:block;
	position:relative;
}
#mainvisual.top ul.photo li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#mainvisual.top ul.photo li.ph1 {	background-image:url(/wp-content/themes/ypj/img/top/mv_01.jpg);	}
#mainvisual.top ul.photo li.ph2 {	background-image:url(/wp-content/themes/ypj/img/top/mv_02.jpg);	}
#mainvisual.top ul.photo li.ph3 {	background-image:url(/wp-content/themes/ypj/img/top/mv_03.jpg);	}
#mainvisual.top ul.photo li.ph4 {	background-image:url(/wp-content/themes/ypj/img/top/mv_04.jpg);	}
#mainvisual.top ul.photo li.ph5 {	background-image:url(/wp-content/themes/ypj/img/top/mv_05.jpg);	}
#mainvisual.top ul.photo li.ph6 {	background-image:url(/wp-content/themes/ypj/img/top/mv_06.jpg);	}

#mainvisual.top p.thumb {
	position:absolute;
	text-align:center;
	bottom:-30px;
	left:0;
	width:100%;
}
#mainvisual.top p.thumb a {
	font-size:12px;
	color:#000076;
	padding:0 8px;
	text-decoration:none;
}
#mainvisual.top p.thumb a.current {
	color:#BFAF00;
}



/*　コレム
-----------------------------------------------------------------*/
.basebox.column .columheader {
	padding:15px 19px;
	border-color:#5A5B7F;
}

.basebox.column .columheader h1.columtitle {
	color:#1A3489;
	margin-bottom:5px;
}
.basebox.column .columheader p.category {
	color:#888;
	margin-bottom:2px;
	font-size:92%;
}
.basebox.column .columheader p.columauthor {
	margin-bottom:5px;
	font-weight:bold;
}
.basebox.column .columheader .info {
	width:420px;
	float:left;
}
.basebox.column .columheader .photo {
	width:200px;
	height:150px;
	background-color:#EEE;
	float:right;
	margin-top:15px;
}
.basebox.column .columheader .photo img {
	width:100%;
}

.basebox.column .colummain {
	line-height:1.6em;
	padding:19px;
	border-color:#5A5B7F;
}
.basebox.column .colummain h1 {
	font-size:135%;
	margin-bottom:7px;
	margin-top:7px;
}
.basebox.column .colummain h2 {
	font-size:115%;
	margin-bottom:7px;
}
.basebox.column .colummain p {
	margin-bottom:5px;
}
.basebox.column .colummain em {
	font-style:italic;
}

.basebox.column .colummain table{
border-collapse: collapse;
}
.basebox.column .colummain table th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.basebox.column .colummain table td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*　検索一覧
-----------------------------------------------------------------*/

.basebox.search .searchtermsbox {
	border:0px;
	background-color:#f7f7f7;
	margin-bottom:20px;
	color:#666;
}
.basebox.search .searchtermsbox p.title {
	font-weight:bold;
	font-size:108%;
	color:#444;
	margin-bottom:2px;
}
.basebox.search .searchtermsbox li span {
	font-size:92%;
	color:#777;
}

.basebox.search .freeresultWrap  {
    border-top: 1px solid #DBDBDE;
}
.basebox.search .freeresult  {
	padding:14px;
	margin-bottom:-1px;
}

.basebox.search .freeresult p.category  {
	font-size:92%;
	margin-bottom:3px;
	color:#888;
}
.basebox.search .freeresult p.name  {
	margin-bottom:6px;
}
.basebox.search .freeresult p.name a  {
	display:block;
	background-color:#f3f3f3;
	line-height:1.3em;
	padding:5px;
	line-height:1.3em;
	font-weight:bold;
	font-size:116%;
	color:#555;
}
.basebox.search .freeresult p.name a:hover,.basebox.search .freeresult p.name a:active  {
	text-decoration:none;
	background-color:#ddd;
}
.basebox.search .freeresult p.teladd  {
	line-height:1.4em;
}

/*　詳細ページ
-----------------------------------------------------------------*/
.basebox.listingdetail a  {
	text-decoration:underline;
}
.basebox.listingdetail a:hover,.basebox.listingdetail a:active  {
	text-decoration:none;
}
.basebox.listingdetail #yphead p.condition  {
	font-size:92%;
	color:#999;
	line-height:1.4em;
	background-color:#f7f7f7;
	padding:6px 10px;
}
.basebox.listingdetail #yphead p.ypcompanyname  {
	padding:10px 10px;
	font-size:130%;
}


.basebox.listingdetail .officedata {
    border: 1px solid #DBDBDE;
	border-right-width:0;
    float: left;
    width: 407px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.basebox.listingdetail #telnum {
    color: #CCCCCC;
    height: 20px;
    padding: 14px 0 10px;
    position: relative;
    width: 100%;
	background:url(/wp-content/themes/ypj/img/tel_icon.png) 10px center no-repeat #000376;
}
.basebox.listingdetail #telnum > .inner {
    padding: 0 10px;
}
.basebox.listingdetail p.telno {
    bottom: 10px;
    font-size: 1.5em;
    margin-left: 50px;
    position: absolute;
	color:#FFF;
	font-weight:bold;
	line-height:1.1em;
}
.basebox.listingdetail p.telno a {
	color:#FFF;
    font-size: 1.25em;
	letter-spacing:0.15em;
}

.basebox.listingdetail .officedata-left {
    width: 100%;
}
.basebox.listingdetail .officedata-left > .item {
    padding: 10px 8px;
	font-size:94%;
	line-height:1.4em;
	border-bottom:1px dotted #ccc;
	color:#888;
	vertical-align:top;
}
.basebox.listingdetail .officedata-left > .item span {
   display:inline-block;
	vertical-align:top;
}
.basebox.listingdetail .officedata-left > .item span.head {
   width:20%;
}
.basebox.listingdetail .officedata-left > .item span.tx {
   width:80%;
}
.basebox.listingdetail .officedata-map {
    border: 1px solid #DBDBDE;
    float: right;
    height:300px;
    width: 280px;
	background-color:#F6F6F6;
}

.item:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.item {	display: inline-block;} 
/* Hides from IE Mac */
* html .item {	height: 1%;	}
.item {	display:block;	}
/* End Hack */ 

.wp-pagenavi {
	text-align:center;
	font-size:108%;
	margin:0 auto;
}

.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span.pages, .pagenavi .wp-pagenavi span.extend {
	padding:4px 6px;
}

/*　fixedpage
-----------------------------------------------------------------*/

.fixedpage {
	color:#5f5f5f;
}

.fixedpage .entry-content, .fixedpage .entry-summary, .fixedpage .mu_register {
/*
	background-color:#F8F8F8;
	padding:15px;
*/
}

.fixedpage h1.entry-title {
	padding:7px 0;
	margin:0 0 15px 0;
	border-top:solid 3px #000076;
	border-bottom:solid 1px #000076;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}

.fixedpage .entry-content h1  {
	font-size:124%;
	font-weight:bold;
	background-color:#f9f9f9;
	padding:4px 0 4px 10px;
	border-left:4px solid #4D4D87;
	margin-bottom:15px;
	margin-top:0;
}
.fixedpage .entry-content h2  {
	font-size:118%;
	padding-bottom:3px;
	margin-top:0;
	margin-bottom:11px;
	border-bottom:1px solid #4D4D87;
	font-weight:bold;
}

.fixedpage .entry-content h3 {
	font-size:112%;
	margin-bottom:8px;
	font-weight:bold;
	margin-top:0;
}

.fixedpage .entry-content h4  {
	font-size:108%;
	margin-bottom:3px;
	font-weight:bold;
	margin-top:0;
}


/*　guide to japan
-----------------------------------------------------------------*/
ul.guideNavi li {
	margin-bottom:20px;
}


/* ここまでカスタムCSS */


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

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

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1160px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		/*  width: 65.104166667%;   //	幅調整のためコメントアウト		*/
	}
	body.template-front-page .site-content,
	body.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;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		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,
	.main-navigation li ul li a:focus {
		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;
	}
	.entry-header .entry-title {
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


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

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

	.entry-header .entry-title,
	.entry-title {
	}
	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;
	}
}


/* // pageTop
----------------------------------------------- */
.pageTop.btnPC {
    position: fixed;
    bottom: 30px;
    right: 0;
	z-index:888;
}
