@charset "utf-8";
/* CSS Document */

#single{
    padding-top:70px;
}
.ttl_wrap {
    text-align: center;
    position: relative;
    border-top: none;
    margin: 50px auto 40px;
    padding:0 25px;
}
.ttl_wrap h2{
    display: block;
    text-align: center;
    font-size: 25px;
    border-bottom: 8px solid #ef622e;
    margin:0 auto 12px;
    line-height: 1.3;
    padding:8px;
    position: relative;
    top:inherit;
    left:inherit;
}
#top_new .post_title .date {
    font-size: 16px;
    line-height: 24px;
    color: #969697;
    display: inline-block;
    width: 95px;
    text-align: center;
    margin: 0 5px 0 0;
    font-weight: bold;
}
#top_new .post_title .cate_icon{
    display: inline-block;
}
#top_new .post_title .cate_icon a{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #ef622e;
    margin: 0 5px 0 0;
    font-weight: bold;
    padding: 2px 10px 1px;
}

#top_new .post_title .cate_icon a:hover{
    color: #ef622e;
    background: #fff;
    text-decoration: none;
}


div.blog_container{
    margin:0 auto;
    padding:0 25px;
}

div.blog_container .dl_wrap{
    padding:40px;
    background: #fff;
}

.post {}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

.post h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h4:first-child,
.post h5:first-child,
.post h6:first-child {
	padding-top: 0;
}

.post h1 {
	font-size: 20px;
	line-height:1.5;
	font-weight: bold;
	color:#909090;
	border-bottom:3px dotted #909090;
	margin: 0 0 1.5em;
	padding:0 0 0.3em;
}

.post h2 {
	font-size: 20px;
	font-weight: bold;
	color:#909090;
	margin: 0 0 1.5em;
	padding: 0 0 0 5px;
	border-bottom: solid 3px #909090;
}

.post h3 {
	font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #909090;
    padding: 12px 15px;
    margin: 0 0 1.5em;
}

.post h4{
	font-size:18px;
	font-weight: bold;
	color:#909090;
	padding:12px 20px;
	margin: 0 0 1.5em;
    border: 1px solid #909090;
}
.post h5{
	font-size:16px;
	font-weight: bold;
	background:#f2f2f2;
	color:#534741;
	padding:8px 20px;
	margin: 0 0 1.5em;
}
.post h6 {
	font-size:16px;
	font-weight: bold;
	color:#534741;
	padding:8px 20px;
	margin: 0 0 1.5em;
    border: 1px solid #534741;
}

.post p {
	margin: 0 0 1.5em;
	padding: 0;
	font-size:16px;
}

.post dfn,
.post cite,
.post em,
.post i {
	font-style: italic;
}

.post blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.post blockquote.alignleft,
.post blockquote.alignright {
	font-size: 14px;
	font-size: 0.875rem;
	width: 34%;
}

.post address {
	margin: 0 0 1.5em;
}

.post pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.post code,
.post kbd,
.post tt,
.post var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post abbr,
.post acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.post mark,
.post ins {
	background: #eee;
	text-decoration: none;
}

.post big {
	font-size: 125%;
}

.post blockquote,
.post q {
	quotes: "" "";
}

.post blockquote:before,
.post blockquote:after,
.post q:before,
.post q:after {
	content: "";
}

.post strong {
	font-weight:bold;
}
/**
 * 3.0 - Elements
 */

.post hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.post ul,
.post ol {
	margin: 0 0 1.5em;
	padding: 0;
}

.post ul {
	list-style: disc;
}
.post ul li{
    margin-left: 1em;
}
.post ol {
	counter-reset: item;
}

.post ol li {
	display: block;
	position: relative;
    margin-left:1.5em;
}

.post ol li:before {
	content: counter(item);
	counter-increment: item;
	font-weight: 800;
	left: -1.5em;
	position: absolute;
}

.post li > ul,
.post li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.post dt {
	font-weight: 700;
}

.post dd {
	margin: 0 1.5em 1.5em;
}

.post table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

.post thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.post th {
	padding: 0.4em;
	text-align: left;
}

.post tr {
	border-bottom: 2px solid #eee;
}

.post td {
	padding: 0.4em;
}

.post th:first-child,
.post td:first-child {
	padding-left: 0;
}

.post th:last-child,
.post td:last-child {
	padding-right: 0;
}

.post a {
	color: #00f;
	text-decoration: underline;
    transition: all 0.2s;
}

.post a:focus {
	outline: thin dotted;
}

.post a:hover{
    color: #f90;
}

/* Fixes linked images */

.post a img {
	background: #fff;
	-webkit-box-shadow: 0 0 0 6px #fff;
	box-shadow: 0 0 0 6px #fff;
}

/**
 * 4.0 - Alignment
 */

.post img {
	height: auto; /* Make sure images are scaled correctly. */
	width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Adhere to container width. */
}

.post embed,
.post iframe,
.post object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/**
 * 5.0 - Caption
 */

.post .wp-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.post .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/**
 * 6.0 - Galleries
 */

.post .gallery {
	margin-bottom: 1.5em;
}

.post .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.post .gallery-item a,
.post .gallery-item a:hover,
.post .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
}

.post .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.post .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.post .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.post .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.post .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.post .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.post .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.post .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.post .gallery-caption {
	display: block;
}

/**
 * 7.0 - Media Elements
 */

.post .mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.post .mejs-controls a.mejs-horizontal-volume-slider,
.post .mejs-controls a.mejs-horizontal-volume-slider:focus,
.post .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.post .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.post .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.post .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.post .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.post .wp-playlist-light .wp-playlist-item:hover,
.post .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.post .wp-playlist-light a.wp-playlist-caption:hover,
.post .wp-playlist-light .wp-playlist-item:hover a,
.post .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.post .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.post .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.post .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.post .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.post .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.post .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.post .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.post .wp-playlist-dark .wp-playlist-item:hover,
.post .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.post .wp-playlist-dark a.wp-playlist-caption:hover,
.post .wp-playlist-dark .wp-playlist-item:hover a,
.post .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.post .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.post .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.post .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.post .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.post .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.post .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.post .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.post .wp-playlist-item a,
.post .wp-playlist-item a:focus,
.post .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.post .wp-playlist-item-length {
	top: 5px;
}

/**
 * 8.0 - RTL
 */

.post .rtl th {
	text-align: right;
}

.post .rtl ol {
	counter-reset: item;
}

.post .rtl ol li:before {
	left: auto;
	right: -1.5em;
}

.post .rtl li > ul,
.post .rtl li > ol {
	margin-left: 0;
	margin-right: 1.5em;
}

.post .rtl .mejs-offscreen {
	right: -10000px;
}


/* column */

.column_editor h1,
.column_editor h2,
.column_editor h3,
.column_editor h4,
.column_editor h5,
.column_editor h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

.column_editor h1 {
  color: #625652;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: solid 5px #909090;
  font-weight: bold;
  font-size: 20px;
}

.column_editor h2 {
  border-bottom: solid 3px #909090;
  color: #625652;
	font-size: 20px;
	font-weight: bold;
  padding-bottom: 10px;
	margin: 0 0 1.5em;
}

.column_editor h3 {
  background: #909090;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	margin: 0 0 1.5em;
  padding: 15px;
}

.column_editor h4 {
	font-size:18px;
	font-weight: bold;
	background:#f2f2f2;
	color:#534741;
	padding:15px 20px;
	margin: 0 0 1.5em;
}
.column_editor h5 {
  border-bottom: 4px solid #f2f2f2;
	font-size:16px;
	font-weight: bold;
	color:#534741;
	padding:10px;
	margin: 0 0 1.5em;
}
.column_editor h6 {
  border-left: 6px solid #f2f2f2;
	font-size:15px;
	font-weight: bold;
	color:#534741;
	padding:6px 20px;
	margin: 0 0 1.5em;
}

.column_editor p {
	margin: 0 0 1.5em;
	padding: 0;
	font-size:16px;
}

.column_editor dfn,
.column_editor cite,
.column_editor em,
.column_editor i {
	font-style: italic;
}

.column_editor blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.column_editor blockquote.alignleft,
.column_editor blockquote.alignright {
	font-size: 14px;
	font-size: 0.875rem;
	width: 34%;
}

.column_editor address {
	margin: 0 0 1.5em;
}

.column_editor pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.column_editor code,
.column_editor kbd,
.column_editor tt,
.column_editor var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.column_editor abbr,
.column_editor acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.column_editor mark,
.column_editor ins {
	background: #eee;
	text-decoration: none;
}

.column_editor big {
	font-size: 125%;
}

.column_editor blockquote,
.column_editor q {
	quotes: "" "";
}

.column_editor blockquote:before,
.column_editor blockquote:after,
.column_editor q:before,
.column_editor q:after {
	content: "";
}

.column_editor strong {
	font-weight:bold;
}
/**
 * 3.0 - Elements
 */

.column_editor hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.column_editor ul,
.column_editor ol {
	margin: 0 0 1.5em;
	padding: 0;
}

.column_editor ul {
	list-style: disc;
}

.column_editor ol {
	counter-reset: item;
}

.column_editor ol li {
	display: block;
	position: relative;
}

.column_editor ol li:before {
	content: counter(item);
	counter-increment: item;
	font-weight: 800;
	left: -1.5em;
	position: absolute;
}

.column_editor li > ul,
.column_editor li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.column_editor dt {
	font-weight: 700;
}

.column_editor dd {
	margin: 0 1.5em 1.5em;
}

.column_editor table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

.column_editor thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.column_editor th {
	padding: 0.4em;
	text-align: left;
}

.column_editor tr {
	border-bottom: 1px solid #eee;
}

.column_editor td {
	padding: 0.4em;
}

.column_editor th:first-child,
.column_editor td:first-child {
	padding-left: 0;
}

.column_editor th:last-child,
.column_editor td:last-child {
	padding-right: 0;
}

.column_editor a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	color: #222;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.column_editor a:focus {
	outline: thin dotted;
}

.column_editor a:hover,
.column_editor a:focus {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */

.column_editor a img {
	background: #fff;
	-webkit-box-shadow: 0 0 0 6px #fff;
	box-shadow: 0 0 0 6px #fff;
}

/**
 * 4.0 - Alignment
 */

.column_editor img {
	height: auto; /* Make sure images are scaled correctly. */
	width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Adhere to container width. */
}

.column_editor embed,
.column_editor iframe,
.column_editor object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/**
 * 5.0 - Caption
 */

.column_editor .wp-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.column_editor .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.column_editor .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/**
 * 6.0 - Galleries
 */

.column_editor .gallery {
	margin-bottom: 1.5em;
}

.column_editor .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.column_editor .gallery-item a,
.column_editor .gallery-item a:hover,
.column_editor .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
}

.column_editor .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.column_editor .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.column_editor .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.column_editor .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.column_editor .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.column_editor .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.column_editor .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.column_editor .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.column_editor .gallery-caption {
	display: block;
}

/**
 * 7.0 - Media Elements
 */

.column_editor .mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.column_editor .mejs-controls a.mejs-horizontal-volume-slider,
.column_editor .mejs-controls a.mejs-horizontal-volume-slider:focus,
.column_editor .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.column_editor .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.column_editor .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.column_editor .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.column_editor .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.column_editor .wp-playlist-light .wp-playlist-item:hover,
.column_editor .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.column_editor .wp-playlist-light a.wp-playlist-caption:hover,
.column_editor .wp-playlist-light .wp-playlist-item:hover a,
.column_editor .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.column_editor .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.column_editor .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.column_editor .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.column_editor .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.column_editor .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.column_editor .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.column_editor .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.column_editor .wp-playlist-dark .wp-playlist-item:hover,
.column_editor .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.column_editor .wp-playlist-dark a.wp-playlist-caption:hover,
.column_editor .wp-playlist-dark .wp-playlist-item:hover a,
.column_editor .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.column_editor .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.column_editor .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.column_editor .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.column_editor .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.column_editor .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.column_editor .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.column_editor .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.column_editor .wp-playlist-item a,
.column_editor .wp-playlist-item a:focus,
.column_editor .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.column_editor .wp-playlist-item-length {
	top: 5px;
}

/**
 * 8.0 - RTL
 */

.column_editor .rtl th {
	text-align: right;
}

.column_editor .rtl ol {
	counter-reset: item;
}

.column_editor .rtl ol li:before {
	left: auto;
	right: -1.5em;
}

.column_editor .rtl li > ul,
.column_editor .rtl li > ol {
	margin-left: 0;
	margin-right: 1.5em;
}

.column_editor .rtl .mejs-offscreen {
	right: -10000px;
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    #single{
        padding-top:0;
    }

    .post h1 {
        font-size: 15px;
    }

    .post h2 {
        font-size: 15px;
    }

    .post h3 {
        font-size: 15px;
        padding:10px;
    }

    .post h4,
    .post h5,
    .post h6 {
        font-size:14px;
        padding:3%;
    }
    .post p {
        font-size:12px;
    }
    .column_editor h1 {
        font-size: 15px;
    }

    .column_editor h2 {
        font-size: 15px;
        padding:3%;
    }

    .column_editor h3 {
        font-size: 15px;
        padding:1% 1% 1% 4%;
    }

    .column_editor h4,
    .column_editor h5,
    .column_editor h6 {
        font-size:14px;
        padding:3%;
    }
    .column_editor p {
        font-size:12px;
    }
    .ttl_wrap {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        height: inherit;
    }
    .ttl_wrap h2{
        font-size: 16px;
        width:100%;
        line-height: 1.3;
        padding:8px 4px 8px 8px;
        box-sizing: border-box;
    }
    #top_new .post_title .date {
        font-size: 14px;
        line-height: 24px;
        width: 95px;
    }
    #top_new .post_title .cate_icon {
        font-size: 14px;
        line-height: 22px;
        margin: 0 5px 0 0;
    }
    div.blog_container{
        width:100%;
        margin:0 auto;
    }

    div.blog_container .dl_wrap{
        padding:1em;
    }
}
.single-hpw_work .hpw-card {
  max-width:900px;
  margin:0 auto;
}

.single-hpw_work .hpw-thumb {
  display:block;
  width:100%;
}

.single-hpw_work .hpw-thumb img {
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}
.single-hpw_work hpw-title{
  font-size:clamp(22px,3.2vw,30px);
  margin:16px 16px 8px;
}
.single-hpw_work .hpw-meta {
  margin: 16px 0 0;
  padding: 16px 20px;
  list-style: none;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.single-hpw_work .hpw-meta li {
  margin: 6px 0;
  padding-left: 0.5em;
  position: relative;
}

.single-hpw_work .hpw-meta span {
  display: inline-block;
  min-width: 4em;
  font-weight: 600;
  color: #0f172a;
}

.single-hpw_work .hpw-meta a {
  color: #0369a1;
  text-decoration: none;
  word-break: break-all;
}

.single-hpw_work .hpw-meta a:hover {
  text-decoration: underline;
}
.single-hpw_work .hpw-meta {
  margin: 20px auto 0;
  padding: 16px 20px;
  list-style: none;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  max-width: 480px;     /* 情報欄の横幅を制限 */
}

.single-hpw_work .hpw-meta li {
  margin: 6px 0;
}

.single-hpw_work .hpw-meta span {
  display: inline-block;
  min-width: 4em;
  font-weight: 600;
  color: #0f172a;
}

.single-hpw_work .hpw-meta a {
  color: #0369a1;
  text-decoration: none;
  word-break: break-all;
}

.single-hpw_work .hpw-meta a:hover {
  text-decoration: underline;
}
