/*
Theme Name: Eins
Description: Used to style the TinyMCE editor.
*/


/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 */

body {
	color: #3E3E3E;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}


/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	line-height: 1.3;
}

h1 {
	font-size: 26px;
	margin: 33px 0;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	margin: 25px 0;
	font-weight: normal;
}

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

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

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

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

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


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

code,
kbd,
pre,
samp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	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:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 300;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -10px;
	top: -3px;
	color: #CCC;
}

blockquote {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	padding: 30px 40px 5px 60px;
	margin: 15px 0 20px;
	position: relative;
	background: #EEEEEE;
}

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

del {
	color: #444444;
}

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

fieldset {
	border: 1px solid #cccccc;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

a {
	color: #42AABF;
	text-decoration: none;
}

a:visited {
	color: #42AABF;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: underline;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

/* none */


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

th {
	font-weight: normal;
	text-transform: none;
	border-top: 1px solid #ededed;	
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #555555;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	margin: 0 0 24px;
}


/**
 * 8.0 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #333;
}

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

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #42AABF;
}

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


/**
 * 10.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.post-format-aside {
	background-color: #fff;
}

/* Audio */
.post-format-audio {
	background-color: #fff;
}

.post-format-audio a {
	color: #42AABF;
}

/* Chat */
.post-format-chat {
	background-color: #fff;
}

.post-format-chat a {
	color: #42AABF;
}

/* Gallery */
.post-format-gallery {
	background-color: #fff;
}

.post-format-gallery a {
	color: #42AABF;
}

/* Image: same as Standard/Defaults */

/* Link */
.post-format-link {
	background-color: #fff;
}

/* Quote */
.post-format-quote {
	background-color: #fff;
	color: #333;
}

.post-format-quote a {
	color: #42AABF;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 300;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -10px;
	top: -3px;
	color: #CCC;
}

.format-quote blockquote {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	padding: 30px 40px 5px 60px;
	margin: 15px 0 20px;
	position: relative;
	background: #EEEEEE;
}

.post-format-quote blockquote small,
.post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #42AABF;
	color: #42AABF;
}

/* Status */
.post-format-status {
	background-color: #fff;
	color: #333;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	padding-left: 16px;
}

.post-format-status a {
	color: #42AABF;
}

.post-format-status.mceContentBody {
	font-size: 16px;
}

/* Video */
.post-format-video {
	background-color: #fff;
}

.post-format-video a {
	color: #42AABF;
}