/*
Theme Name: curazy-v03(Twenty Thirteen)
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.14 - Curazy Top
 *   5.15 - Curazy Single
 *   5.16 - Curazy Page
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Custom Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 20.0 - Other
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: Bitter, Georgia, serif;*/
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 20px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.featured-post:before,
.date a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after {
	clear: both;
}

.clear:before,
.clear:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e91e63;
	border: none;
	border-bottom: 3px solid #ba184f;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 40px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #eb3472;
	outline: none;
}

/*button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412;
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}*/

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, and widgets
 */
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.aligncenter + br {
	display: none;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	margin: 0 auto;
	/*max-width: 1600px;*/
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1024px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.home-link {
	color: #e91e63;
	display: block;
	text-decoration: none;
	width: 150px;
	/*float: left;*/
	margin:0 auto;
}

/* FixedTopを使う場合はsite-headerから外れる */
/* .site-header .header-top-area{ */
.header-top-area{
	background-color: #e91e63;
	z-index: 999;
	width: 100%;
	position: fixed;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	top: 0;
}

.site-title {
	font-size: 0px;
	line-height: 0px;
	margin: 0;
}

.site-description {
	font-size: 0px;
	line-height: 0px;
	margin: 0;
}

.site-logo {
	margin: 0 0 0 30px;
	height: 34px;
	padding: 2px 0;
}

.header-app-dl-text {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	display: none;
}

.header-app-dl-text a{
	color: #B40404;
}

/* header tab */
.display-header-tab{
	padding-top: 60px;
}

.header-tab{
	clear: both;
	display: none;
	font-size: .8rem;
	overflow: hidden;
	text-align: center;
}

.display-header-tab .header-tab{
	display: block;
	padding-top: 3px;
}

.header-tab__item{
	background-color: #d11b59;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 4px inset;
	float: left;
	padding: 5px 0;
	width: 50%;
}
.header-tab__item.active{
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
a.header-tab__link{
	color: #fff;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
}
a.header-tab__link:hover{
	text-decoration: none;
}

.slide-menu-btn,
.header-right-btn{
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
	line-height: 24px;
	padding: 3px;
	width: auto;
	height: auto;
}

a.slide-menu-btn-wrapper{
	position: absolute;
	padding: 4px 10px;
	text-decoration: none;
}

a.header-right-btn-wrapper{
	position: absolute;
	padding: 4px 10px;
	text-decoration: none;
	right: 0px;
	top: 0px;
}

@media screen and ( max-width: 643px ) {
	body{
		padding-top: 30px;
	}

	#wpadminbar{
		display: none;
	}
}

@media screen and ( min-width: 644px ) {
	body{
		padding-top: 46px !important;
	}

	.admin-bar .header-top-area,
	.admin-bar .mm-menu.mm-offcanvas{
		top: 46px;
	}

	.display-header-tab .header-tab{
		display: none;
	}

	.slide-menu-btn,
	.header-right-btn{
		font-size: 15px;
		line-height: 38px;
		padding: 6px;
	}

	.site-logo{
		margin: 3px 0 3px 20px;
		height: 40px;
	}
}

@media screen and ( min-width: 783px ) {
	.admin-bar .header-top-area,
	.admin-bar .mm-menu.mm-offcanvas{
		top: 32px;
	}
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 20px 0;
	padding-bottom:0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1024px;
	/*padding: 0 376px 0 60px;*/
	padding: 0 376px 0 0;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

/* 遅延読み込みで正方形で空白が取られるのを避ける。（見た目が大きく動いて気持ち悪い） */
.entry-thumbnail img[src^="data:image"] {
	height: 0px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}
.entry-title {
		font-size: 2em;
		font-weight: bold;
		color:#444444;
		margin-top: 20px;
		}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.sticky.format-standard .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a {
	color: #bc360a;
}

.entry-content a:hover {
	color: #ea9629;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}


/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.entry-content h2{
	width: 100%;
	font-weight: normal;
	line-height: 1.4;
	border-left: 7px solid #e91e63;
	border-bottom: 1px solid #e91e63;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 23px;
	color: #404040;
}

.single .entry-content h3{
	border-left: 5px solid #dcdcdc;
  font-size: 17px;
  padding: 2px 0 2px 10px;
}

.article-body{
  margin-top: 20px;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1024px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1024px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1024px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .site-content{
	padding: 0 10px;
	margin: 0 auto;
	max-width: 604px;
}


/**
 * 5.14 - Curazy Top
 * ----------------------------------------------------------------------------
 */
.top-wide-box-wrap{
	max-width: 1024px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
}
.top-wide-box{
	max-width: 1024px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.wide-box-meta{
  color: #fff;
  font-weight: bold;
	position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.wide-box-meta .inner{
	background: rgba(0, 0, 0, 0.6);
	border-top: 2px solid #e91e63;
	margin: 0 0 10px 10px;
  padding: 28px 15px 10px;
	position: relative;
}
.wide-box-meta .inner::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.wide-box-meta__category{
  background: #e91e63;
  font-size: 12px;
  padding: 0 7px 2px;
	position: absolute;
  left: 0;
  top: 0;
}
.wide-box-meta__title{
  font-size: 25px;
}

.top-wide-box .caption-text{
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1.3rem;
	text-shadow: 2px 2px 1px #000;
	width: 100%;
	padding: 0 60px;
}

.signboard{
	padding-bottom: 5px;
	margin: 10px 0;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom: 5px solid #e62465;
	font-weight: bold;
	letter-spacing: normal;
}

.signboard .main-text{
	font-size: 18px;
	color: #e62465;
}

.signboard .sub-text{
	font-size: 14px;
	color: #e62465;
	margin-left: 15px;
}

#item-area {
	overflow: hidden;
	margin: 10px 0;
}

#item-area .item{
	float: left;
	width: 32%;
	margin: 0.5%;
	margin-bottom: 15px;
	padding-right:3px;
}
#item-area .item > a{
	display: block;
	position: relative;
}

.middle-box{
	float: left;
	margin-bottom: 10px;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}
.middle-box .middle-item-front{
	animation: frontAnimation .7s ease-in-out infinite alternate;
  background-image: url(images/parallax_item1.png);
	/*background-image: url(images/parallax_item1_jetstar.png);*/
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100px;
}
.middle-box .middle-item-logo{
	background: url(images/parallax_logo1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 130px;
	height: 25px;
}
.middle-box .middle-item-back{
	background-image: url(images/parallax_bg1.jpg);
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.middle-box.night .middle-item-front{
  background-image: url(images/parallax_item2.png);
	/*background-image: url(images/parallax_item2_jetstar.png);*/
}
.middle-box.night .middle-item-logo{
	background-image: url(images/parallax_logo2.png);
	height: 50px;
	transform: rotateZ(-25deg);
}
.middle-box.night .middle-item-back{
	background-image: url(images/parallax_bg2.jpg);
}
@keyframes frontAnimation {
    0% { transform:translate(-3px, -10px); }
  100% { transform:translate(0, 0); }
}

#item-area .item-thumb{
	width: 100%;
}

#item-area .item-image-box{
	width: 100%;
	padding-top: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
}

#item-area .item-date{
	color: #969696;
	font-size: 12px;
}

#item-area .item-category{
	color: #fdc02e;
  display: inline-block;
	font-size: 12px;
	font-weight:bold;
}

#item-area .item-title{
	color: #686868;
	font-size: 14px;
	margin: 0;
	line-height: 1.5rem;
	overflow: hidden;
	height: 4.5rem;
}

#item-area .inline-pr{
  position: relative;
	display: block;
	float: left;
	width: 99%;
	margin: 0.5%;
	padding: 10px;
	clear:both;
	margin-bottom:20px;
	/*margin-top:10px;*/
	border:1px #d3d3d3 solid;
}

#item-area .inline-pr-thumb-img{
	width: 100%;
}

#item-area .inline-pr-date{
	color: #969696;
	font-size: 12px;
}

#item-area .inline-pr-headline{
	color: #fdc02e;
	font-size: 14px;
	font-weight:bold;
  border-left: 3px #fdc02e solid;
  padding-left: 12px;
}

#item-area .inline-pr-header{
	float: left;
  width: 50%;
}

#item-area .inline-pr-title{
	color: #666;
	font-size: 1.1rem;
	margin: 8px 0;
	line-height: 1.5rem;
}

#item-area .inline-pr-body{
	float: left;
  width: 50%;
  padding-left: 20px;
}

#item-area .inline-pr-body ul{
  padding: 0;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAxElEQVQokY3QMQ6CUAwG4H9ycHRlJCYm3sKFBUPfDdydnd2ZPQUrCX0XYCGGEPF/g4fwAg44GCIgKk269WubH5hYQcJFpIzDtPKmGmzT81ysy411jSjLSThMK88oC2Nd07ZYZp2tl9XYe6Ise0h532bcAABEeRTLh1F3aJFktW8sb11kLG+S1T4AIFLGg427MHXLnwgAjLpTf+D1zhCNBiLK4xC/g3B5kHDxNT2j7vABlcVP1FZkr/tu5OuEs7+oe3kKegIGncmtn8ua9gAAAABJRU5ErkJggg==");
}
#item-area .inline-pr-body ul li{
  color: #888;
  font-size: 15px;
  margin: 0px 0px 15px 30px;
}

#item-area .inline-pr-more-area{
  width: 100%;
  padding: 0 10%;
}
#item-area .inline-pr-more-box{
  background-color: #fdc02e;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 6px 15px 6px 0px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAaklEQVRYw+3NwQ1AQAAF0T2iAFrabkQ12nAU2kAHetjbuLAV+CL8KWBeCM45d1eUFNr9xCgjqJgBZAQ9VxqChk1PrCZeQtRPEMsniD0TgwLo8j4Rvff+J/tWug+BSBLuM6Hbn4Ry75xz4g4hhBxZwFnSIAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 10px top;
  background-size: 38px;
}

#item-area .inline-pr-pc{
	display: block;
}

#item-area .inline-pr-sp{
	display: none;
}

#item-area .inline-pr-pr{
  position: absolute;
  top: 6px;
  right: 10px;
	color: #999;
	font-size: 10px;
	margin: 0;
}

.top-campaign-banner {
	margin-top:20px;
}

.item-author{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.item-author img{
  border-radius: 50%;
  width: 20px;
	margin: 5px 0;
}
.item-author span{
  color: #808080;
  font-size: 12px;
  padding-left: 5px;
  white-space: nowrap;
}

.item-comment-count{
  background: #e91e63;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
}


/**
 * 5.15 - Curazy Single
 * ----------------------------------------------------------------------------
 */
.single_header{
	max-width: 1024px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.single_header .single_display_area{
	margin: 10px 0;
}

.single_header .display-image-box{
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.single_header .display-item{
	height: 160px;
	width: 24%;
	float: left;
	marign: 5px;
	/*background: #000;*/
	margin: 0.5% !important;
	border:1px solid #dcdcdc;
}

.single_header .display-item h3{
	border: none;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #888;
	margin: 0;
	padding: 6px;
	overflow: hidden;
	max-height: 55px;
}

.single_header .last-item{
	display: inline;
}

.reaction-bar{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 60px;
	z-index: 200;
}

.reaction-bar.no-overlay-ad{
	bottom: 10px;
}

.reaction-bar .reaction-btn{
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, .7);
	border-radius: 5px;
}

.reaction-bar .left-btn{
	left: -5px;
	padding-left: 5px;
}

.reaction-bar .right-btn{
	right: -5px;
	padding-right: 5px;
}

.reaction-bar .reaction-btn a{
	background-image: url(https://static.curazy.com/image/curazy-v03/cp_share_icon_v3.png);
	background-size: 400% 200%;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

#open-share{
	background-position: 0 -100%;
}

#scroll-ranking{
	background-position: -200% -100%;
}

.reaction-bar ul {
	text-align: center;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	transition: all 0.3s;
}

.reaction-bar ul.close{
	transform: translateY(120px);
}

.reaction-bar li {
	display: inline-block;
	margin: 0 7px;
	border-radius: 50%;
	line-height: 40px;
	width: 40px;
}

.reaction-bar .facebook{
	background: #385185;
}

.reaction-bar .twitter{
	background: #55acee;
}

.reaction-bar .line{
	background: #1dcd00;
}

.reaction-bar .arrow_up{
	background: #f45941;
}

.reaction-bar .topic{
	background: #e91e63;
	border-radius: 20px;
	width: 80px;
}

.reaction-bar a{
	text-decoration: none;
	color: #FFF;
}

.reaction-bar a:hover{
	text-decoration: none;
	color: #FFF;
}

.reaction-bar a{
	background-image: url(https://static.curazy.com/image/curazy-v03/cp_share_icon_v2.png);
	background-size: 400% 200%;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

.reaction-bar .twitter a{
	background-position: -100% 0;
}

.reaction-bar .line a{
	background-position: -200% 0;
}

.reaction-bar .arrow_up a{
	background-position: -300% 0;
}

.reaction-bar .topic button{
	background: transparent;
  border: none;
  display: block;
  font-weight: bold;
  padding: 0;
  width: 100%;
  line-height: 40px;
}

.category-area{
	display: block;
	width: 100%;
	background: #d11b59;
	color: #FFF;
	font-size: 0.9rem;
}

.category-area ul{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0px;
}

.category-area ul li{
	display: inline-block;
	background: url(images/category_arrow.png) no-repeat scroll left center transparent;
	padding: 7px 0 7px 14px;
	font-size: 0.75rem;
}

.category-area ul li:first-child{
	background-image: none;
}

.category-area a{
	color: #FFF;
}

/* custom related posts(PC) */
.wp_rp_content ul{
	display: inline-block !important;
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.wp_rp_content ul li {
	position: relative !important;
	display: inline-block !important;
	vertical-align: top !important;
	zoom: 1 !important;
	*display: inline !important;
	width: 23%;
	margin: 1%;
	padding: 0;
	background: none !important;
	overflow: hidden;
}
.wp_rp_content li a {
	position: relative !important;
	display: block !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	text-decoration: none !important;
	margin-bottom: 5px !important;
	text-indent: 0 !important;
	color: #888;
}
.wp_rp_content li a.wp_rp_thumbnail {
	height: 80px;
	overflow: hidden;
}
.wp_rp_content ul li img {
	width: 100%;
	margin-top: -25px;
}

.article-tags-area{
	margin-bottom: 20px;
	overflow: hidden;
}

.article-tags-area .tag-icon{
	float: left;
	margin: 10px 10px 0 10px;
	color: #aaa;
	font-size: 22px;
}

.article-tags-area ul{
	width: 100%;
	padding-left: 25px;
	margin: 0;
}

.relation-tag__item,
.article-tags-area ul li{
	display: inline;
	height: 24px;
	margin: 0 2px;
	line-height: 2.3rem;
}

.relation-tags .relation-tag__link,
.article-tags-area ul li a{
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 2px 6px;
	background: none repeat scroll 0% 0% #ddd;
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #444;
	text-decoration: none !important;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}

.relation-tags .relation-tag__link:hover,
.article-tags-area ul li a:hover{
	background: #f0f0f0;
	color: #ea9629;
}

.relation-tags .relation-tag__wrap,
.article-categories-area{
	overflow: hidden;
	display: inline;
}

.article-categories-area ul{
	display: inline;
	width: 100%;
	padding-left: 25px;
	margin: 0;
}

.article-categories-area ul li{
	display: inline;
	height: 24px;
	margin: 0 2px;
	line-height: 2.3rem;
}

.article-categories-area ul li a,
.article-tags-area ul li a[rel=category]{
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 2px 6px;
	background: none repeat scroll 0% 0% #e91e63;
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none !important;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}

.article-categories-area ul li a:hover,
.article-tags-area ul li a[rel=category]:hover{
	background: #ef6191;
	color: #FFF;
}

.article-date{
	display: block;
	text-align: center;
	color: #c0c0c0;
	font-size: 12px;
	margin-top: 20px;
}

.entry-content .wp-caption p{
  font-size: 10pt;
  color: #aaa;
}

.entry-content .wp-caption a{
  color: #aaa;
}

/* 殿堂入りはtweet数、いいね数を表示する */
.hall-of-fame-sns {
	overflow: hidden;
	list-style-type: none;
	padding-left: 0;
}
.hall-of-fame-sns li {
	float: left;
	margin-right: 4px;
	line-height: 0;
}
.hall-of-fame-sns iframe {
	margin: 0 !important;
}

/* Paginate */
.paginate, .page-links{
	margin-bottom: 50px;
	text-align: center;
}

.paginate .page-numbers,
.page-links a,
.page-links > span{
  background: #dcdcdc;
  color: #000;
	display: inline-block;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.paginate a.page-numbers:hover,
.paginate .page-numbers.current,
.page-links a:hover,
.page-links > span{
	background: #e91e63;
	color: #fff;
	text-decoration: none;
}

.paginate .page-numbers i{
	display: inline-block;
  font: normal normal normal 14px/1;
  font-size: 20px;
  text-rendering: auto;
  position: relative;
  top: 3px;
}

.paginate .font-icon__prev::before{
	content: '\f430';
}

.paginate .font-icon__next::before{
	content: '\f429';
}

.paginate .prev span,
.paginate .next span{
	display: none;
}

.pr-label{
	text-align: right;
	font-size: 12px;
	color: #C0C0C0;
	margin: 0px 10px;
	padding: 0px;
	line-height: 1.6;
}

.entry-content__source{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	display: block;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 0.9em;
}

/*.entry-content__source a,
.entry-content__source a:hover{
	color: #333;
}*/

.wp-caption .wp-caption-text{
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	padding: 10px;
	word-wrap: break-word;
}

.entry-content__gray-box,
.entry-content__gray-border-box{
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	padding: 20px;
	word-wrap: break-word;
}

.entry-content__gray-border-box{
	background: transparent;
	border: 1px solid #dcdcdc;
	color: #000;
	margin: 20px 0;
	padding: 20px;
	word-wrap: break-word;
}

.talk-box{
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}

.talk-box > img {
	width: 80px;
	height: 80px;
	float: left;
	display: inline-block;
	border-radius: 50%;
}

.talk-box > img.square {
	border-radius: 0%;
}

/* wordpressだと勝手にbrが入って表示が崩れるので消す */
.talk-box br {
	display: none;
}

.talk-box.right {
}

.talk-box.right img {
	float: right;
	margin: 0;
}

.talk-box span {
	padding: 0 10px;
}

/* baloon base */
.talk-box .balloon-text {
	position: relative;
	padding: 10px 15px;
	width: auto;
	max-width: 485px;
	min-width: 115px;
	z-index: 0;
	border-radius: 5px;
	display: inline-block;
	margin-top: 15px;
	border: 3px solid #474747;
}

.talk-box .balloon-text img{
	max-width: 100%;
	width: auto;
}

/* balloon left */
.talk-box.left .balloon-text {
	margin-left: 15px;
}
.talk-box.left .balloon-text:before {
	content: "";
	position: absolute;
	top: 24px;
	left: -10px;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #474747 transparent transparent;
}

.talk-box.left .balloon-text:after {
	content: "";
	position: absolute;
	top: 24px;
	left: -6px;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #FFFFFF transparent transparent;
}

/* balloon right */
.talk-box.right .balloon-text {
	margin-right: 15px;
	float: right;
}
.talk-box.right .balloon-text:before {
	content: "";
	position: absolute;
	top: 24px;
	right: -10px;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #474747;
}
.talk-box.right .balloon-text:after {
	content: "";
	position: absolute;
	top: 24px;
	right: -6px;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #FFFFFF;
}

.tw-hashtag{
	display: none;
}

/* ソーシャルボタン(上下の3つ並んでるやつ) */
.juiz_sps_links{
	margin-left: -2%;
	margin-bottom: 20px;
	overflow: hidden;
}
.juiz_custom_box{
	margin: 0;
  padding: 0;
  list-style: none;
}
.juiz_custom_box .juiz_sps_item{
	float: left;
	margin-left: 2%;
	width: 25%;
}
.juiz_custom_box .hatena-bookmark-button{
	background-color: #00a4de;
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 10px;
}
.juiz_custom_box .hatena-bookmark-button.top{
  width: 65px;
  height: 62px;
  padding: 10px 5px;
  font-size: 28px;
}
.juiz_custom_box .hatena-bookmark-button.bottom{
  width: 76px;
  height: 76px;
  padding: 15px;
  margin-top: 6px;
  font-size: 30px;
}
.juiz_custom_box .juiz_sps_item.top_hatena{
	width: 9%;
  min-width: 40px;
}
.juiz_custom_box .juiz_sps_item.bottom_hatena{
	width: 14%;
}

.juiz_custom_box .juiz_sps_item img{
	width: 100%;
}
.juiz_custom_box.juiz_custom_box_bottom{
	width: 100%;
  margin: 0 auto;
	/*padding-top: 20px;*/
	overflow: hidden;
}

/* シェアボタンをCSSで。 */
.juiz_custom_box .facebook{
	background-color: #3B5998;
}
.juiz_custom_box .twitter{
	background-color: #00aced;
}
.juiz_custom_box .line{
	background-color: #00c300;
}
.juiz_custom_box .sns_title{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 5px;
}
.juiz_custom_box .sns_sub_title{
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 8px;
}
.juiz_custom_box a{
	text-decoration: none;
}
@media (max-width: 643px) {
	.juiz_custom_box .sns_title{
		font-size: 13px;
		margin: 5px 0px 2px;
	}
	.juiz_custom_box .sns_sub_title{
		font-size: 11px;
		margin-top: -5px;
		margin-bottom: 5px;
	}
  .juiz_custom_box .hatena-bookmark-button.top{
    width: 46px;
    height: 43px;
    font-size: 22px;
    padding: 5px;
  }
  .juiz_custom_box .hatena-bookmark-button.bottom{
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding: 5px;
    margin-top: 2px;
  }
}

/* ソーシャルボタン(上の2つ並んでるやつ) */
.juiz_curazy_wrap {
	background-color: #f0f0f0;
	box-shadow: rgba(220, 220, 220, 0.65) 0px 0px 2px 1px inset;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.juiz_curazy_wrap > .inner {
	margin-left: -10px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	text-align: center;
	width: 50%;
	height: 80px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box > .inner {
	background-color: #fff;
	box-shadow: rgba(220, 220, 220, 0.65) 0px 0px 2px 1px;
	padding: 5px;
	height: 100%;
	vertical-align: middle;
}
.juiz_curazy_wrap .juiz_curazy_follow_box .message {
	color: #333;
	float: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	margin: 0 0 5px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box .message span {
	display: block;
}
.juiz_curazy_follow_box p {
	margin: 0;
}
.juiz_line_at_box img {
	width: 95px;
}
@media (min-width: 644px) {
  .like-btn-box{
    height: 180px;
  }
  .like-btn-box__left{
    width: 60%;
  }
  .like-btn-box__right{
    width: 40%;
  }
  .fb-like-lead{
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .fb-like-note{
    margin-top: 20px;
  }
  .juiz_curazy_wrap .juiz_curazy_follow_box{
    height: 70px;
  }
  .juiz_curazy_wrap .juiz_curazy_follow_box .message span{
    display: inline;
  }
	.juiz_custom_box.juiz_custom_box_bottom{
		width: 90%;
	}
}


/* この記事が気に入ったらいいね！しようのとこ */
.like-btn-box{
  background: #222;
  color: #fff;
  height: 150px;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}
.like-btn-box__left,
.like-btn-box__right{
  float: left;
  width: 50%;
  height: 100%;
}
.article__thumb--bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.fb-like-lead{
  font-size: .9rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.fb-like-note{
  margin-top: 10px;
  font-size: 12px;
  color: #AAA;
}
.fb-like iframe{
  max-width: none !important;
}

/* この記事が気に入ったらいいね！しようの下 */
.tw-li-follow-area {
  font-size: 0.75em;
  vertical-align: middle;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
}
.tw-li-follow-area p{
  width: 48%;
  font-size: 14px;
  padding: 5px 0px;
  float: left;
}
.tw-li-follow-area p:last-child {
  float: right;
}
.tw-li-follow-area p a{
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  display: block;
  padding: 13px 2px 13px 30px;
  background-position: -6px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  text-align: center;
}
.tw-li-follow-area p a:hover{
  color: #fff;
}
.tw-li-follow-area p a.twitter{
  background-color: #55acee;
  background-image: url(https://static.curazy.com/image/share/ic_twitter_white.png);
  background-size: 40px;
  background-position: 15px;
}
.tw-li-follow-area p a.line{
  background-color: #00b900;
  background-image: url(https://static.curazy.com/image/share/ic_line_normal.png);
  background-size: 40px;
  background-position: 15px;
}
@media (max-width: 643px) {
	.fb-like-lead{
		margin-top: 28px;
		font-size: .7rem;
	}
	.tw-li-follow-area p a.twitter,
	.tw-li-follow-area p a.line{
		background-position: 5px;
		background-size: 30px;
		font-size: 12px;
	}
}

/* table */
.curazy-table{
	border-collapse: collapse;
	border-spacing: 0;
}
.curazy-table th, .curazy-table td{
	border: 1px solid #ccc;
	padding: 8px 10px;
	text-align: center;
}
.curazy-table tbody tr:nth-child(odd){
	background-color: rgba(0,0,0,0.03);
}
.curazy-table img{
	vertical-align: middle;
}
.curazy-table tbody tr td:first-child{
	font-size: 1.5em;
}

.collabo_links_area{
	margin-top: 25px;
}

.collabo_links_area .collabo_name{
	font-size: 14px;
}

.collabo_links_area ul{
	padding-left: 20px;
}

.collabo_links_area li{
	padding-bottom: 10px;
}

.collabo_links_area a{
	color: #0088fc;
}

.collabo_links_area a:hover{
	text-decoration: none;
}

/* 連載記事の次、前リンク */
.story_next_prev_box {
	margin-bottom: 50px;
	text-align: center;
}

.story_next_prev_box a.links {
  background: #dcdcdc;
  color: #000;
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
}

.story_next_prev_box a:hover.links {
	background: #e91e63;
	color: #fff;
	text-decoration: none;
}

.story_next_prev_box i{
	position: relative;
	top: 5px;
}

/**
 * 5.16 - Curazy Page
 * ----------------------------------------------------------------------------
 */
.page-title-margin{
	margin-top: 30px;
}

/** Social Video Lab‎ **/
.lab-box{
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.lab-box td{
	background-size: cover;
	font-weight: bold;
	padding-left: 10px;
	width: 33.3%;
	height: 150px;
}

.lab-video{
	margin-bottom: 30px;
	padding-bottom: 57%;
	position: relative;
}
.lab-video > iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 643px){
	.lab-box{
		font-size: 1.1em;
	}
	.lab-box td{
		background-position: 0 0 !important;
		display: block;
		width: auto;
		height: 100px;
	}
}

/** Privacy Policy **/
.privacy__ul{
	list-style: disc;
	padding-left: 25px;
}
.privacy__ul li + li{
	font-size: 0.9em;
	margin-top: 10px;
}
.privacy-box{
	border: 1px solid #ededed;
}
.privacy-box caption{
	border: 1px solid #ededed;
	border-bottom: none;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}
.privacy-box td{
	border: none;
	padding-left: 10px;
}

@media (max-width: 643px){
	.privacy-box{
		border-bottom: none;
	}
	.privacy-box td{
		display: block;
	}
	.privacy-box tr td:first-child{
		font-weight: bold;
		padding-bottom: 0;
	}
	.privacy-box td + td{
		border-bottom: 1px solid #ededed;
	}
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 350px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/*background-color: rgba(247, 245, 231, 0.7);*/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	/*padding: 20px;*/
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin-top: 5;
	padding: 0;
}

.widget li {
	padding: 0px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}


/**
 * 6.2 Custom Widgets
 * ----------------------------------------------------------------------------
 */
.sidebar-item-list{
}

.sidebar-item-list li { /* LI - post container */
	position: relative;
	overflow:hidden;
	display:block;
	float:none;
	clear:both;
	height: 80px;
}

.sidebar-item-list li .sidebar-item-title {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	height: 40px;
}

.sidebar-item-list li .sidebar-item-thumbnail-wrap{
	display:inline;
	float:left;
	margin:0 5px 0 0;
	border:none;
	width: 100px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
}

.sidebar-item-list li .sidebar-item-thumbnail {
	width: 100%;
	height: auto;
	position: relative;
	top: -20px;
}

.sidebar-item-list li .sidebar-item-rank-box{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: auto;
}

.sidebar-item-list li .sidebar-item-rank-num{
	height: auto;
	background-color: #fdc02e;
	padding: 0 10px;
	font-size: 1rem;
	color: #FFF;
}


.sidebar-item-list li .sidebar-item-date {
	font-size: 0.6rem;
	color: #ccc;
}

.sidebar-item-list li .sidebar-item-category {
	color: #fdc02e;
	font-size: 12px;
	font-weight:bold;
	margin-left: 10px;
}

.follow-us-area a{
  text-decoration: none;
}
.follow-us-area img{
  width: 18%;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.follow-us-area img:hover {
	opacity: 0.7;
}

@media (max-width: 643px) {
	.sidebar-item-list li{
		height: 90px;
	}
	.sidebar-item-list li .sidebar-item-thumbnail-wrap{
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	.sidebar-item-list li .sidebar-item-thumbnail{
		top: 0;
	}
	.sidebar-item-list li .sidebar-item-date,
	.sidebar-item-list li .sidebar-item-category{
		display: block;
		margin-bottom: 2px;
	}

	.creative-banner{
		display: none;
	}
}

/* 横から表示するメニュー */
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
}
#slide-menu{
  position: fixed;
  top: 0;
	width: 280px;
	z-index: 1000;
  left: -280px;
  height: 100%;
  background: #f0f0f0;
	overflow-y: scroll;
}
#slide-menu-layer{
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

#slide-menu .close-btn {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 30px;
	color: #888;
	padding-right: 10px;
}

.side-item__title{
	background-color: #FFC107;
  color: #fff;
  margin: 0 0 10px;
  padding: 15px 20px;
}

/* サイドバーの検索ボックス */
#slide-menu dl.search2{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
	margin: 25px 10px;
}
#slide-menu dl.search2 dt{
	padding:3px;
}
#slide-menu dl.search2 dt input{
	width:86%;
	height:30px;
	line-height:30px;
	background:none;
	border:none;
}
#slide-menu dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
#slide-menu dl.search2 dd button{
	display:block;
	padding:6px;
	background:none;
	border:none;
}
#slide-menu dl.search2 i{
	color: #888;
}
#slide-menu .mm-list{
	padding: 0 0 10px;
}
.mm-list ul{
	padding: 0;
}
.mm-list li a, .mm-list li span{
	background: url(https://static.curazy.com/image/curazy-v03/icon_menu_cs.png) 10px 0 no-repeat;
	background-size: 40px;
	color: #696969;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
.mm-list a[href="http://curazy.com"]{
	background-position: 10px 0;
}
.mm-list a[href="http://curazy.com/archives/category/matome"]{
	background-position: 10px -40px;
}
.mm-list a[href="http://curazy.com/archives/category/test"]{
	background-position: 10px -80px;
}
.mm-list a[href="http://curazy.com/archives/category/syogeki"]{
	background-position: 10px -120px;
}
.mm-list a[href="http://curazy.com/archives/category/ogiri"]{
	background-position: 10px -200px;
}
.mm-list a[href="http://curazy.com/archives/category/animals/cats"]{
	background-position: 10px -160px;
}
.mm-list a[href="http://curazy.com/archives/category/movie"]{
	background-position: 10px -240px;
}
.mm-list a[href="http://curazy.com/archives/category/culture/manga"]{
	background-position: 10px -280px;
}
.mm-list a[href="http://curazy.com/archives/category/tubuyaki"]{
	background-position: 10px -320px;
}
.mm-list a[href="http://curazy.com/archives/category/news"]{
	background-position: 10px -360px;
}
.mm-list a[href="http://curazy.com/archives/category/aruaru"]{
	background-position: 10px -400px;
}
.mm-list a[href="http://curazy.com/archives/category/animals/dogs"]{
	background-position: 10px -520px;
}
.mm-list a[href="http://curazy.com/archives/category/25sai-ijo"]{
	background-position: 10px -560px;
}
.mm-list a[href="http://curazy.com/archives/category/okan-saikyo"]{
	background-position: 10px -600px;
}
.mm-list a[href="http://curazy.com/archives/category/technology"]{
	background-position: 10px -640px;
}
.mm-list a[href="http://curazy.com/archives/category/couple"]{
	background-position: 10px -440px;
}
.mm-list a[href="http://curazy.com/archives/category/line"]{
	background-position: 10px -480px;
}
.mm-list a[href="http://curazy.com/archives/category/tabetai"]{
	background-position: 10px -680px;
}
.sidenav-bug-report{
	border-top: 1px solid #dcdcdc;
	margin-top: 10px;
	padding-top: 10px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #000;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	padding: 20px 0 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 440px;
	position: relative;
}

.sidebar .site-footer .widget-area .widget{
	margin: 0;
}

.sidebar .site-footer .widget-area .widget .footer-menu{
	margin: 0;
	text-align: center;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1024px;
	padding: 30px 0;
	width: 100%;
}

.site-footer .footer-center{
	width: 100%;
	text-align: center;
}

.site-footer .footer-logo-area{
	display: block;
}

.site-footer .footer-logo-area img{
	width: 250px;
}

.site-footer .copylight{
	font-size: 0.6rem;
	color: #FFF;
}

.site-footer .footer-toy{
	text-align: left;
	padding: 10px 0;
	margin-bottom: 20px;
}

.site-footer .footer-toy .toy-link{
	position: relative;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	outline: none;
	z-index: 201;
}
.site-footer .footer-toy .toy-icon{
	width: 50px;
}
.site-footer .footer-toy .toy-option{
	position: relative;
	left: 50%;
	margin-top: -15px;
	width: 70px;
	display: none;
}

.footer-menu {
}

.footer-menu ul{
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	text-align: left;
	line-height: 1;
}
.footer-menu li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin-bottom: .5em;
	margin-left: 1em;
	padding: 0;
}
.footer-menu li a{
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.5em 0;
	color: #fff;
	font-size: 12px;
}
.footer-menu li a:hover{
	border-top: 1px solid #e62d36;
	border-bottom: 1px solid #e62d36;
	background-color: transparent;
	text-decoration: none;
}

.footer-btt{
	position: fixed;
	right: 0;
	width: 40px;
	height: 80px;
	text-indent: 100px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 10;
}
.footer-btt a{
	display: block;
	background: url(https://static.curazy.com/image/curazy-v03/btt.png) 0 0 no-repeat;
	width: 40px;
	height: 80px;
}

/**
 * 8.0 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;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.search .page-content,
	.archive .page-content,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info {
		padding-left: 0;
		padding-right: 0;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		left: 0;
	}

	/* curazy single pickup */
	.single_header .display-item{
		height: 160px;
		width: 24%;
		margin: 0.5% !important;
	}

	.single_header .last-item{
		display: none;
	}

	.single_header .display-image-box{
		height: 90px;
	}


	.category-area{
		display: none;
	}

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

}

@media (max-width: 643px) {

	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .widget-area {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer-btt{
		position: static !important;
		margin: 20px 0 0 auto;
		width: 80px;
		height: 40px;
	}
	.footer-btt a{
		background-image: url(https://static.curazy.com/image/curazy-v03/btt-sp.png);
		background-size: 80px 40px;
		width: 80px;
		height: 40px;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		border-bottom:1px solid #790000;
	}

	.entry-title {
		font-size: 24px;
		font-weight: bold;
		color:#444444;
		line-height: 1.4;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.entry-title {
		padding: 1px 10px;
	}

	.hentry {
		padding: 0px 0;
	}

	/* Curazy Top */
	.top-wide-box{
		height: 120px;
	}

	.wide-box-meta{
		width: 100%;
	}
	.wide-box-meta .inner{
		margin-right: 10px;
	}
	.wide-box-meta__title{
		font-size: 15px;
	}

	.top-wide-box .caption-text{
		margin-top: -1em;
		padding: 0 30px;
	}

	#item-area {
		margin: 5px 0;
	}

	#item-area .item{
		float: left;
		width: 49%;
	}

	#item-area .inline-pr-pc{
		display: none;
	}

	#item-area .inline-pr-sp{
		display: block;
	}

	#item-area .inline-pr-thumb-box{
		width: 100%;
	}
  #item-area .inline-pr-header{
    width: 100%;
    margin-top: 15px;
  }
	.reaction-bar{
		display: block;
	}
  #item-area .inline-pr-body{
    width: 100%;
    padding: 0;
  }

	/* curazy single pickup */
	.single_header{
	}

	.single_header .display-item{
		height: 160px;
		width: 49%;
		margin: 0.5% !important;
	}

	.single_header .display-image-box{
		height: 100px;
	}

	.single_header .pc-only{
		display: none;
	}

	/* custom related posts(Smart Phone) */
	.wp_rp_content ul li {
		width: 48%;
		padding: 2px;
	}

	.wp_rp_content ul li img {
		width: 100%;
		margin-top: -50px;
	}

	.signboard .main-text{
	font-size: 14px;
	}

	.signboard .sub-text{
	font-size: 9px;
	}

	.site-header .header-content {
	padding: 3px 5px;
	}

	#item-area .item-date{
	font-size: 9px;
	}
	#item-area .item-category{
	font-size: 9px;
	}
	#item-area .inline-pr-date{
	font-size: 9px;
	}

	.site-header .header-content {
	min-height: 30px;
	}

	.paginate .page-numbers{
		display: none;
	}

	.paginate .prev,
	.paginate .next{
		display: inline-block;
		width: 40%;
	}

	.paginate .prev span,
	.paginate .next span{
		display: inline;
	}

	.top-social-box{
		margin: 0;
	}

	.top-social-box .social-container{
		width: 100%;
	}

	.site-title {
		margin: 0;
	}

	.header-top-area .header-right-btn {
		top: 2px;
		right: 10px;
	}

	.header-top-area .header-right-btn img{
		height: 26px;
	}

	.talk-box{
		padding: 0 10px;
	}
	.talk-box img {
		width: 18%;
		height: auto;
	}
	.talk-box .balloon-text {
		max-width: 75%;
		margin-top: 5px;
	}

	.header-app-dl-text {
		display: block;
	}
}


/**
 * 20.0 Other
 * ----------------------------------------------------------------------------
 */
/* deprecated */
.widget-banner-box{
	width: 100%;
	margin: 0px auto;
	padding-bottom: 15px;
}
/* 右ウィジェットのメニュー表示 */
.widget-category-box{
	width: 100%;
	margin: 0px auto;
  padding: 10px 0;
}
.widget-category-box a{
	text-decoration: none;
	display: block;
  font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 60px;
}
.widget-category-box i{
	float: left;
	font-size: 26px;
  color: #e91e63;
}
.widget-category-box a{
	color: #888;
}
.widget-category-box a:hover{
	color: #e91e63;
}

ins {
	background: none;
}

.centering-w-350{
	width: 350px;
	margin: 0px auto;
}

.header-margin-fixer{
	margin-bottom: 30px;
}

/* for ad */
.right-top-ad-w-300,
.right-top-ad-w-336{
	/*width: 300px;*/
	margin: 20px auto;
	text-align: center;
}
.right-bottom-ad-w-300,
.right-bottom-ad-w-336{
	/*width: 300px;*/
	margin: 15px auto 30px;
	text-align: center;
}
.article-bottom-ad-w-300,
.article-bottom-ad-w-336{
	/*width: 300px;*/
	margin: 30px auto;
	text-align: center;
}
.article-bottom-ad-w-300 div{
  display: inline-block;
}
.right-top-ad-w-350{
	width: 350px;
	margin: 20px auto;
}
.right-bottom-ad-w-350{
	width: 350px;
	margin: 15px auto 30px;
}
.article-bottom-ad-w-350{
	width: 350px;
	margin: 30px auto;
}
[class*="-ad-w-336"]{
	position: relative;
	overflow: hidden;
}
[class*="-ad-w-336"] > ins{
	position: absolute !important;
	top: 0;
	left: 50%;
	margin-left: -168px !important;
}

#geniee_overlay{
	z-index: 300 !important;
}

/* プロフィール */
.profile-box {
	overflow: hidden;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #DDD;
	border-radius: 3px;
}
.profile-box .box-inner-left{
	float: left;
	width: 25%;
}
.profile-box .box-inner-left img {
	width: 100%;
}
.profile-box .box-inner-right{
	float: left;
	width: 75%;
	padding-left: 10px;
}
.profile-box .box-inner-right h4{
	font-size: 13px;
	line-height: 0.2;
}
.profile-box .box-inner-right h3{
	font-size: 16px;
	line-height: 0.4;
}
.profile-box .box-inner-right p{
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.profile-box .box-inner-right .social-box {
	height: 40px;
}
.profile-box .box-inner-right .social-box img {
	height: 35px;
	margin: 2px 5px;
}

/* 外部ライタープロフィール */
.writer-box{
	background: #f5f5f5;
	border: 3px solid #dbdbdb;
	padding: 7px;
	margin: 10px 0;
}
.writer-box .inner::after{
	content: "";
	display: block;
	clear: both;
}
.writer-box .box-inner-left{
	float: left;
	width: 45%;
}
.writer-box .box-inner-left img{
	border: 3px solid #fff;
	box-sizing: border-box;
	width: 100%;
}
.writer-box .box-inner-right,
.writer-box .box-inner-head,
.writer-box .box-inner-body{
	box-sizing: border-box;
	float: left;
	width: 55%;
	padding-left: 10px;
}
.writer-box .box-inner-right h4,
.writer-box .box-inner-head h4{
	font-size: 13px;
	margin: 10px 0 5px;
}
.writer-box .box-inner-right h3,
.writer-box .box-inner-head h3{
	border: none;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
}
.writer-box .box-inner-right p,
.writer-box .box-inner-body p{
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.writer-box .list-box{
	font-size: 12px;
	padding-left: 15px;
	list-style: none;
}
.writer-box .list-box li{
  position: relative;
  list-style-type: none;
}
.writer-box .list-box li::before{
  content: "";
  display: block;
  border: transparent solid .4em;
  border-left-color: #0044CF;
  position: absolute;
  left: -1em;
  top: .5em;
}
.writer-box .list-box a{
	color: #0044CF;
  text-decoration: underline;
}
.writer-box .list-box a:hover{
	text-decoration: none;
}
.writer-box .box-inner-right .social-box > div,
.writer-box .box-inner-body .social-box > div{
	float: left;
	height: 28px;
	margin: 0 10px 5px 0;
}

/* 外部ライタープロフィール(記事タイトル直下用) */
.writer-caption{
	border: 1px solid #dcdcdc;
  position: relative;
	padding: 7px;
	margin: 0 0 20px;
}
.writer-caption.with-cloud{
  height: 66px;
  overflow: hidden;
}
.writer-caption .cloud{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 100%);
  text-align: center;
  font-size: 13px;
  color: #c0c0c0;
  height: 20px;
  padding-top: 5px
}
.writer-caption.open .cloud{
  visibility: hidden;
}
.writer-caption .inner{
  /*display: table;*/
  width: 100%;
}
.writer-caption .control-btn{
  position: absolute;
  right: 4px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url(https://static.curazy.com/image/function/profile_open_trigger_icon.png) center top no-repeat;
  background-size: 100% 200%;
}
.writer-caption.open .control-btn{
  background-position: center bottom;
}
.writer-caption .js-opener{
  cursor: pointer;
}
.writer-caption .inner::after{
	content: "";
	display: block;
	clear: both;
}
.writer-caption .box-inner-left{
	float: left;
	width: 50px;
}
.writer-caption .box-inner-left img{
	border-radius: 20%;
	margin: 0;
	width: 100%;
}
.writer-caption .box-inner-right{
  vertical-align:top;
  margin-left: 60px;
}
.writer-caption .writer-job{
	font-size: 13px;
	margin: 10px 5px 5px;
}
.writer-caption .writer-name{
	border: none;
	font-size: 17px;
	margin: 0 0 20px;
	padding: 0;
  font-weight: bold;
}
.writer-caption .box-inner-body {
  padding-right: 25px;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.writer-caption .list-box{
	font-size: 12px;
	padding-left: 15px;
	list-style: none;
}
.writer-caption .list-box li{
  position: relative;
  list-style-type: none;
}
.writer-caption .list-box li::before{
  content: "";
  display: block;
  border: transparent solid .4em;
  border-left-color: #0044CF;
  position: absolute;
  left: -1em;
  top: .5em;
}
.writer-caption .list-box a{
	color: #0044CF;
  text-decoration: underline;
}
.writer-caption .list-box a:hover{
	text-decoration: none;
}
.writer-caption .box-inner-right .social-box > div,
.writer-caption .box-inner-body .social-box > div{
	float: left;
	height: 28px;
	margin: 0 10px 5px 0;
}

@media (max-width: 643px) {
	.header-margin-fixer{
		margin: 0;
	}

	/* for ad */
	.right-top-ad-w-300{
		margin: 0 auto;
	}
	.article-bottom-ad-w-300{
		margin: 0 auto;
	}
	.right-top-ad-w-350{
		margin: 0 auto;
	}
	.article-bottom-ad-w-350{
		margin: 0 auto;
	}

	/* 外部ライタープロフィール */
	.writer-box .box-inner-left{
		width: 30%;
	}
	.writer-box .box-inner-right,
	.writer-box .box-inner-head{
		width: 70%;
		padding-left: 7px;
	}
	.writer-box .box-inner-right h4,
	.writer-box .box-inner-head h4{
		font-size: 12px;
		margin: 0 0 3px;
	}
	.writer-box .box-inner-right h3,
	.writer-box .box-inner-head h3{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.writer-box .box-inner-right p,
	.writer-box .box-inner-body p{
		margin-bottom: 10px;
	}
	.writer-box .box-inner-body{
		clear: both;
		padding: 7px 0 0;
		width: auto;
	}
}

@media (max-width: 356px) {
	[class*="-ad-w-336"] > ins{
		transform: scale(0.89);
	}
}


/* API */
body.api{
	padding-top: 0;
	padding-bottom: 50px;
	overflow: hidden;
}

.api__entry-header{
	border-bottom: 2px solid #e91e63;
}

.api__entry-thumbnail img{
	margin: 0 auto;
}

.api__entry-title{
	font-size: 17px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.pr-label-api{
	text-align: right;
	font-size: 12px;
	color: #C0C0C0;
	margin: 10px;
	padding: 0px;
}


.entry-header,
.entry-content-inner{
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  opacity: 1;
  overflow: hidden;
}


@media ( max-width: 643px ) {
	.side-follow-btn{
		padding: 8px;
	}
	.side-follow-btn > .inner{
		height: 70px;
		padding: 5px 3px;
	}
	.side-follow-btn .message{
		font-size: 11px;
		line-height: 1.5em;
	}
	.side-follow-btn.line .message span,
	.side-follow-btn.twitter .message span{
		display: inline;
	}
}

/* Single Meta */
.curazy-single-meta{
	display: table;
  margin-top: 15px;
  padding: 0 10px !important;
}

.curazy-single-meta .article-date{
	float: left;
  margin: 0;
  text-align: left;
}

.curazy-single-meta .article-categories-area ul{
	padding-left: 10px;
}

.curazy-single-meta .pr-label{
  float: right;
	line-height: 36px;
  margin: 0;
}

.curazy-single-meta .edit-link{
	clear: both;
  display: block;
  width: 100%;
}

@media (min-width: 643px) {
	.curazy-single-meta{
		padding: 0 !important;
	}
}

/* twitter embed css. */
blockquote.twitter-tweet{
	background: #f5f5f5;
	margin: 24px 0;
  padding: 20px;
}
blockquote.twitter-tweet p{
	margin: 0;
}
blockquote.twitter-tweet a{
	text-decoration:none;
	color: #697882;
}
blockquote.twitter-tweet a:hover{
	color: #2B7BB9;
}

/*
 * ローディング画像を表示するが、width100%だと大きすぎるので調整
 * 画像切り替え時に一度大きいローディングが表示されるのをさけるためfadeinする。
 */
img[src$="clear_image.png"] {
  width: 40px !important;
  height: 40px !important;
  background: url(https://static.curazy.com/image/loading_cat.gif) center no-repeat;
  background-size: 40px;
}
img[src$="clear_image-600x315.png"] {
	background-image: url(https://static.curazy.com/image/loading_cat.gif);
	background-position: center;
	background-repeat: no-repeat;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

#content img[src$=".png"], img[src$=".jpg"], img[src$=".jpeg"], img[src$=".gif"] {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.app-download-banner{
  background: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: none;
  padding: 15px 0;
}
.app-download-banner a{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.app-download-banner a img{
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 640px) {
	.app-download-banner{
		display: block;
	}
}


/*
 * 広告用のクラス
 */
.ad-w-336{
	margin: 0 auto;
	transform-origin: 0;
}

@media ( max-width: 320px ) {
	.ad-w-336{
		transform: scale(.9);
	}
}

.ad_middle_main {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ad_middle_main:after {
  content: "";
  display: block;
  clear: both;
}

.ad_middle_left {
  display: inline-block;
  float: left;
}

.ad_middle_right {
  display: inline-block;
  float: right;
}

@media screen and ( max-width: 643px ) {
  .ad_middle_left {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .ad_middle_right {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

/*
 * debug console
 */
.debug-console{
	background: #fff;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	overflow: hidden;
	position: fixed;
	right: 50px;
	bottom: -250px;
	width: 250px;
	transition: .3s all;
	z-index: 1000;
}
.debug-console.open{
	bottom: 0;
}
.debug-console.hide{
	bottom: -300px;
}
.debug-console-header{
	background: #dd4b39;
  color: #fff;
  padding: 5px 10px;
}
.debug-console-header:hover{
	cursor: pointer;
}
.debug-console-header > span{
	float: right;
	position: relative;
  top: 4px;
	transition: .3s all;
}
.debug-console.open .debug-console-header > span{
	transform: rotateX(180deg);
}
.debug-console-body{
	background: #f5f5f5;
	height: 250px;
  overflow: scroll;
}
.debug-console-body > pre{
	font-size: 10px;
	padding: 10px;
	margin: 0;
}
@media (max-width: 970px){
	.debug-console{
		display: none;
	}
}



/**
 * opening
 */
.opening{
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.opening > div{
	position: relative;
	transform: scale(1.3);
}
.opening .ball{
	position: absolute;
	border-radius: 15px;
	height: 20px;
	width: 20px;
	margin-bottom: -5px;
	background-color: #e91e63;
	-webkit-animation: opening-ball 1s ease-in-out infinite;
  -moz-animation: opening-ball 1s ease-in-out infinite;
  -ms-animation: opening-ball 1s ease-in-out infinite;
  -o-animation: opening-ball 1s ease-in-out infinite;
  animation: opening-ball 1s ease-in-out infinite;
	z-index: 2;
	top: -13px;
	left: 5px;
}
.opening .shadow{
	position: absolute;
	-webkit-animation: opening-shadow 1s ease-in-out infinite;
  -moz-animation: opening-shadow 1s ease-in-out infinite;
  -ms-animation: opening-shadow 1s ease-in-out infinite;
  -o-animation: opening-shadow 1s ease-in-out infinite;
  animation: opening-shadow 1s ease-in-out infinite;
	width: 30px;
	height: 15px;
	border-radius: 15px / 7px;
	background-color: #ba184f;
}
/* animation */
@-webkit-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
	35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-moz-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
	35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-ms-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
	35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-o-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
	35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
	35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}

@-webkit-keyframes opening-shadow{
  70% {
		-webkit-transform:  scale(0.5);
		opacity:0.5;
	}
  100% {
		-webkit-transform:  scale(0.4);
		opacity:0.4;
	}
}
@-moz-keyframes opening-shadow{
  70% {
		-webkit-transform:  scale(0.5);
		opacity:0.5;
	}
  100% {
		-webkit-transform:  scale(0.4);
		opacity:0.4;
	}
}
@-ms-keyframes opening-shadow{
  70% {
		-webkit-transform:  scale(0.5);
		opacity:0.5;
	}
  100% {
		-webkit-transform:  scale(0.4);
		opacity:0.4;
	}
}
@-o-keyframes opening-shadow{
  70% {
		-webkit-transform:  scale(0.5);
		opacity:0.5;
	}
  100% {
		-webkit-transform:  scale(0.4);
		opacity:0.4;
	}
}
@keyframes opening-shadow{
  70% {
		-webkit-transform:  scale(0.5);
		opacity:0.5;
	}
  100% {
		-webkit-transform:  scale(0.4);
		opacity:0.4;
	}
}




/**
 * image changer
 */
.image-changer{
	cursor: alias;
	display: inline-block;
	position: relative;
	perspective: 750px;
}
.image-changer.show-msg::before{
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	color: #fff;
	content: 'クリックで画像が反転';
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	transform: translateZ(2px);
	z-index: 2;
	width: 100%;
}
.image-changer.no-text::before{
	display: none;
}
img.image-changer__item{
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	max-width: 100%;
	transition: transform 0.5s ease-out, z-index 0.5s ease-out;
	transform: rotateY(-180deg) translateZ(0);
	z-index: 0;
}
.image-changer .active{
	position: relative;
	z-index: 1;
}
.image-changer .first.active{
	transform: rotateY(0deg) translateZ(1px);
}
.image-changer .second.active{
	transform: rotateY(-360deg) translateZ(1px);
}


/**
 * ad
 */
.adingoFluctOverlay{
	z-index: 9999 !important;
}

/**
* 記事内に出す外部への誘導記事
*/
#priority-wrap {
  width: 100%;
  margin: 0 auto;
}
#priority-area {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.priority-item{
	width: 24%;
}
.priority-item-image a{
	background: center/cover;
	display: block;
	padding-top: 66.6%;
	margin-bottom: 10px;
}
.item-txtBox a{
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 1.3;
}
.item-txtBox a:hover{
	color: #ea9629;
	text-decoration: underline;
}
/* app */
.priority-posts{
	margin: 30px 0;
}
.priority-posts__title,
.single .entry-content h3.priority-posts__title{
	border-bottom: 5px solid #e62465;
	border-left: none;
	color: #e62465;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
}
.priority-posts p{
	display: none;
}

@media (max-width: 643px){
	#priority-area{
		margin-bottom: 0;
	}
	.priority-item{
		border-bottom: 1px solid #ddd;
		padding: 10px 0 10px 10px;
		width: 50%;
	}
	.priority-item:nth-child(odd){
		border-right: 1px solid #ddd;
		padding: 10px 10px 10px 0;
	}
	.priority-posts__title,
	.single .entry-content h3.priority-posts__title{
		font-size: 14px;
	}
}



/**
 * table of contents
 */
.entry-toc{
	background: #f9f9f9;
	border: 1px solid #dcdcdc;
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px;
}
.entry-toc__title{
	margin: 0;
	text-align: center;
}
.entry-toc__list{
	margin: 20px 0 0;
	padding: 0;
}
.entry-toc__list .toc-number{
	padding-right: 10px;
}
.entry-toc__list .toc-indent{
	margin-left: 20px;
}
.entry-toc.list-hide .entry-toc__list{
	display: none;
}

@media (max-width: 643px){
	.entry-toc{
		width: 100%;
	}
}



/**
 * post like button
 */
.post-like-box{
  margin: 40px 0;
}
.post-like-box__inner{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  text-align: center;
}
.post-like-item{
  margin: 0 5px;
  width: 20%;
}
.post-like-item__count{
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.post-like-item__count::before{
  border: 10px solid transparent;
  border-top-color: #dcdcdc;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.post-like-item__count::after{
  border: 9px solid transparent;
  border-top-color: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
}
.post-like-item__btn{
  align-items: center;
  justify-content: center;
  display: flex;
  border: none;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  color: #fff;
  padding: 10px 0;
  transition: opacity 300ms;
  width: 100%;
}
.post-like-item__btn:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.post-like-item__icon{
  background: url(https://static.curazy.com/image/post_likes_icon.png) no-repeat;
  background-size: 200%;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.post-like-item:nth-child(1) .post-like-item__btn{
  background-color: #607D8B;
}
.post-like-item:nth-child(2) .post-like-item__btn{
  background-color: #673AB7;
}
.post-like-item:nth-child(3) .post-like-item__btn{
  background-color: #2196F3;
}
.post-like-item:nth-child(4) .post-like-item__btn{
  background-color: #e91e63;
}
.post-like-item:nth-child(1) .post-like-item__icon{
  background-position: 0 0;
}
.post-like-item:nth-child(2) .post-like-item__icon{
  background-position: 100% 0;
}
.post-like-item:nth-child(3) .post-like-item__icon{
  background-position: 0 100%;
}
.post-like-item:nth-child(4) .post-like-item__icon{
  background-position: 100% 100%;
}

@media (max-width: 643px){
  .post-like-item{
    width: 25%;
  }
  .post-like-item__btn{
    display: block;
  }
  .post-like-item__icon{
    margin: 0 auto 3px;
  }
}



/**
 * comment
 */
.comments-title,
.comment-reply-title{
  font-size: 20px !important;
  margin-bottom: 10px;
}
.comment-reply-title small{
  float: right;
  font-size: 15px;
  font-weight: normal;
}
.comments-title{
  background: #eef2f3;
  border: 1px solid #404040 !important;
  padding: 10px 15px !important;
}
.comment-reply-title{
  border: none !important;
  padding: 0 !important;
}
.comments-area a{
  color: #e91e63;
}
.comment-list,
.comment-list .children{
  list-style: none;
  padding: 0;
}
.comment-list .children{
  background: #f5f5f5;
  margin: 10px -16px -16px 35px;
}
.comments-area .comment{
  border: 1px solid #dcdcdc;
  padding: 15px;
}
.comments-area .comment + .comment{
  border-top: none;
}
.comment-body{
  font-size: 14px;
}
.comment-author{
  float: left;
  margin-right: 10px;
}
.comment-author .avatar{
  border-radius: 4px;
}
.comment-content{
  margin-left: 45px;
}
.comment-text{
  margin: 5px 0;
  word-break: break-all;
}
.comment-text p{
  margin: 0;
}
.comment-text p + p{
  margin-top: 1em;
}
.comment-metadata > *{
  font-size: 12px;
  padding-right: 10px;
}
.comment-more-btn{
  background: #b2b2b2;
  border-color: #808080;
  width: 100%;
}
.comment-more-btn:hover{
  background: #b2b2b2;
  opacity: 0.9;
}
.comment-respond{
  font-size: 14px;
  margin: 30px 0;
  position: relative;
}
.comment-form{
  background: #eef2f3;
  padding: 5px 0;
}
.comment-form-item{
  overflow: hidden;
  padding: 10px 15px;
  width: 100%;
}
.comment-form-item label{
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.comment-form-item input,
.comment-form-item textarea{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}
.comment-form-item .hint{
  display: none;
}
.comment-form .form-submit .submit{
  width: 100%;
}
/* error */
.comment-form-item.error{
  color: #f56954;
}
.comment-form-item.error input,
.comment-form-item.error textarea{
  border-color: #f56954;
}
.comment-form-item.error .hint{
  display: block;
  margin-top: 10px;
}
/* avatar colotr */
.comment-avatar-1{
  background-color: #00c0ef;
  border: 1px solid #00c0ef;
}
.comment-avatar-2{
  background-color: #00a65a;
  border: 1px solid #00a65a;
}
.comment-avatar-3{
  background-color: #f39c12;
  border: 1px solid #f39c12;
}
.comment-avatar-4{
  background-color: #f56954;
  border: 1px solid #f56954;
}
.comment-avatar-5{
  background-color: #39CCCC;
  border: 1px solid #39CCCC;
}
.comment-avatar-6{
  background-color: #605ca8;
  border: 1px solid #605ca8;
}
.comment-avatar-7{
  background-color: #ff851b;
  border: 1px solid #ff851b;
}
.comment-avatar-8{
  background-color: #D81B60;
  border: 1px solid #D81B60;
}
