@charset "utf-8";
/* ===================== reset ==== */
html, body, div, iframe, h1, h2, h3, h4, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tbody, tr, th, td, article, aside, footer, header, nav, section, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
}
input, textarea {
	margin: 0;
	padding: 0;
	resize: none;
	font-size: 16px;
	padding: 6px;
}
ol, ul {
	list-style: none;
}
ol:after, ul:after {
	content: '';
	display: block;
	clear: both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
html {
	font-family: Helvetica , Arial , 'ヒラギノ角ゴ ProN W3' , 'Hiragino Kaku Gothic ProN' , 'メイリオ' , Meiryo , sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}
.f-en-bold{
	font-family: "HelveticaNeue-CondensedBold";
	letter-spacing: 1px;
}
.text_mincyo {
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), local('Yu Gothic');
}
.text_gothic {
	font-family: MyYuGothicM, YuGothic, sans-serif;
}
/* ===================== parts ==== */
.u_overflow {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 110%;
}
.u_clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.wp-editor p{
	margin:0 0 20px 0;
}
.wp-editor .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.wp-editor .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-editor .aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-editor strong {
	font-weight: bold;
}
.wp-editor em {
	font-style: italic;
}
.wp-editor del {
	text-decoration: line-through;
}
.wp-editor blockquote {
	display: inline-block;
	padding: 1em;
	position: relative;
}
.wp-editor blockquote:before {
	content: '"';
	position: absolute;
	left: 0;
	top: 0;
}
.wp-editor blockquote:after {
	content: '"';
	position: absolute;
	right: 0;
	bottom: 0;
}
.wp-editor a {
	color: #00F;
	text-decoration: underline;
}
.wp-editor a:hover {
	color: red;
}
.wp-editor ul {
	list-style: disc;
	padding: 0 0 0 1.5em;
}
.wp-editor ol {
	list-style: decimal;
	padding: 0 0 0 1.5em;
}

.fuwatAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% {
opacity: 0;
-webkit-transform: translateY(15px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fuwatAnime {
 0% {
opacity: 0;
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}