@charset "utf-8";
/*
Theme Name: piece_kobori
Theme URI: 
Version: 0.1
Description: piece_koboriのテーマ
Author:　maclab.Inc
Author URI: http://macolab.co.jp
*/
@import "css/areacolor.css";
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	height: auto;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, footer, header, hgroup, section {
	display: block;
	overflow: hidden;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
body {
	font-family: 'Noto Sans Japanese', serif;
	color: #181818;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-size: auto 100%;
	background-color: #FFFFFF;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	border-bottom: 2px solid #FFA400;
}
.imgwidth {
	width: 93%;
	height: auto;
}
a {
	text-decoration: none;
	color: #65bab3;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span.fn, span.fn a {
	color: #000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	font-family: 'Noto Sans Japanese', serif;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
	font-size: 14px !important;
	line-height: 24px !important;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin: 0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
} /* IE7 */
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese', serif;
	line-height: 1;
}
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 40px 0 0;
	clear: both;
}
.wp-pagenavi {
	text-align: center;
	padding: 18px 0 0;
	text-shadow: 1px 1px 0 #000;
	font-size: 30px;
	color: #6b7272 !important;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 5px 7px !important;
	margin: 2px;
	text-decoration: none;
	border: none !important;
	background-color: none;
	font-weight: normal !important;
	color: #fff;
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	border: none !important;
	color: #989898;
	background-color: none;
	font-style: normal;
	font-size: 13px;
	margin-right: 10px !important;
	font-family: 'Open Sans', Arial, sans-serif;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 5px 7px !important;
	margin: 2px;
	font-weight: normal !important;
	background-color: none !important;
	border: none !important;
	color: #6b7272 !important;
}
.foursixeight {
	margin: 0px 0px 15px 84px;
}
.et_embedded_videos {
	display: none !important;
}
html#ie7 .menu_slide {
	display: none !important;
}
/*----------------------画像-----------------------*/
.rcm-box {
	width: 100%;
	background-color: #2F2E2E;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rcm-box img {
	display: block;
	width: 100% !important;
	opacity: 1;
	-webkit-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}
.rcm-box:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rcm-box:hover .rcm-overlay {
	opacity: 1;
}
.rcm-contents {
	padding: 0 10px 5px;
	color: red;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
	color: white;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.rcm-button {
	text-decoration: none;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
	display: block;
	text-align: center;
}
.rcm-box:hover .rcm-button {}
.rcm-overlay .rcm-contents .rcm-button {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
}
/*-----------------グリッド-----------------------*/
.motionContainer.masonry, .motionContainer.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.motionContainer.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.motionContainer.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
.motionContainer.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.modules {
	margin: 0 auto 3em;
	padding: 5px;
}
.modules:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.modules li {
	width: 200px;
	margin: 5px;
	float: left;
	padding: 0;
	background-color: #fff;
}
.modules li p {
	padding: 10px;
	font-size: 77%;
}
.modules li p.thumb {
	text-align: center;
	padding: 10px 10px 2px;
}
.modules li p.thumb img {
	max-width: 100% !important;
	/* May I rot in hell for this IE6 hack */
	_width: 95% !important;
	height: auto !important;
}
/*---------------------フォーム----------------------------------*/
#mailformpro {
	width: 1040px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	border-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
}
#mailformpro dl dt {
	float: left;
	width: 25%;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailformpro dl dd {
	border-top: solid 1px #CCC;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailformpro dl dd .checks label {
	margin-bottom: 8px;
	display: block;
}
.mfp_phase .mfp_next {
	display: none;
}
.inputback {
	background-color: #F1F1F1 !important;
	width: 85%;
	border-style: none !important;
	height: 30px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mailform .mfp textarea {
	background-color: #F1F1F1;
	width: 83%;
	border-width: 0px;
	border-style: none;
	height: auto;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.checkspace {
	margin-left: 130px !important;
	font-size: 14px !important;
	color: #777777 !important;
	margin-top: 0px !important;
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-bottom: 10px !important;
}
.checkspace input {
	display: block !important;
	margin-top: -3px !important;
	margin-right: 200px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.checkspace {
	margin-left: 0px;
	font-size: 14px;
	color: #777777;
	margin-top: 0px;
}
.must_none {
	display: block;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	border-radius: 5px;
	width: 42px;
	height: 20px;
	margin-left: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.must {
	display: block;
	background-color: #C00;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	border-radius: 5px;
	width: 42px;
	height: 20px;
	margin-left: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
article #mailformpro .mfp_phase.borders {
	display: block;
	margin-top: 0px;
	padding-bottom: 30px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
}
ul#mfp_phase_stat {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
	border-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#mfp_phase_stat li.mfp_active_phase {
	opacity: 1;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	opacity: 0.6;
}
ul#mfp_phase_stat li {
	display: block;
	float: left;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	padding: 8px 5px;
}
#mfp_phase_0_label {
	background: url(images/bg/one.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 376px;
	height: 79px;
	display: block;
}
#mfp_phase_1_label {
	background: url(images/bg/two.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 452px;
	height: 79px;
	display: block;
	margin-left: -80px;
}
#mfp_phase_confirm_label {
	background: url(images/bg/three.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 371px;
	height: 79px;
	display: block;
	margin-left: -80px;
}
.fb-comments iframe {
	width: 100% !important
}
.topmenu {
	width: 100%;
	height: 60px;
	background-color: #000000;
	position: fixed;
}
.topmenu h1 {
	width: auto;
	height: auto;
	float: left;
	margin-top: 7px;
	margin-left: 15px;
}
.snsicons {
	width: 330px;
	height: auto;
	float: right;
}
.snsicons ul {
	margin-top: 2px;
	display: block;
}
.snsicons ul li {
	width: auto;
	height: auto;
	display: block;
	float: left;
}
#wrap {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap header .keyvisual {
	width: 100%;
	height: 600px;
	background-image: url(images/top/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: static;
	background-position: center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contenar {
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.keyvisual .contenar h1 {
	display: block;
	margin-top: 40px;
}
#top .navgetions {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #FFA400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	background-color: #fff;
	clear: both;
	float: none;
}
#wrap header .child_header {
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	position: relative;
	margin-bottom: -5px;
	background: url(images/bg/head_key.png);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrap header .subtitle {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFA400;
	text-align: center;
	color: #FFFFFF;
	position: static;
}
header .fixed .navgetions {
	width: 100%;
	height: 73px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #FFA400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #fff;
}
.navgetions .contenar .logo {
	margin-left: 0px;
	width: 118px;
	height: 32px;
	float: left;
}
nav ul li {
	position: relative;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #7C5701;
	font-size: 12px;
	line-height: 30px;
}
nav ul li a:hover {
	text-decoration: none;
}
nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #FFA400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	text-decoration: none;
}
section .talklive .left {
	width: 50%;
	height: 456px;
	background-color: #FFA400;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
section .talklive .right {
	width: 50%;
	height: 456px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #CBC2B3;
	overflow: hidden;
	margin-bottom: 0px;
}
.talklive .left .keytext {
	width: 500px;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: right;
	padding-top: 58px;
}
.talklive .left .keytext h3 {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-bottom: 18px;
	width: auto;
	height: auto;
}
.talklive .left .keytext p {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
}
.talklive .left .keytext .more {
	width: 380px;
	height: 52px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 30px;
	right: 80px;
}
.talklive .left .keytext .more a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.talklive .left .keytext .more a:hover {
	background-color: #fff;
	color: #FFA400;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	transform: translate3d(0, 0px, 0);
}
.talklive_pv .contenar .left {
	width: 50%;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden !important;
}
.talklive_pv .contenar .right {
	float: left;
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 70px;
	overflow: hidden !important;
}
.contenar .left iframe {
	display: block;
	margin-top: 110px;
	margin-bottom: 110px;
	margin-left: auto;
	margin-right: 0px;
}
.talklive_pv .right article p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
.talklive_pv .right article img {
	margin-bottom: 30px;
}
main section .talklive_pv {
	width: 100%;
	height: 510px;
	background-image: url(images/bg/TOP_08.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	clear: both;
	display: block;
	margin-top: 0px;
	overflow: hidden;
	text-align: center;
}
main #info {
	overflow: hidden;
}
main #info .contenar {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 80px;
	margin-bottom: 80px;
	clear: both;
	height: auto;
	overflow: hidden;
}
#info .contenar .left {
	width: 240px;
	height: auto;
	margin-right: 75px;
	float: left;
	overflow: hidden;
}
#info .contenar .left .news .date {
	color: #7c5701;
	font-size: 12px;
	font-family: 'Noto Sans Japanese', serif !important;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#info .contenar .midd {
	width: 450px;
	height: 400px;
	margin-right: 75px;
	float: left;
}
#info .contenar .right {
	width: 250px;
	height: 400px;
	float: left;
}
.contenar .left .news {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #C1C1C1;
	transition: 1s;
}
.contenar .left .newsspace {
	width: 100%;
	height: 350px;
	float: left;
	overflow-y: scroll;
	margin-top: 30px;
	margin-right: 15px;
}
.contenar .midd .liveinfo {
	width: 100%;
	height: 350px;
	/* [disabled]display: block;
*/
	overflow-x: hidden;
	float: left;
	overflow-y: scroll;
	margin-top: 30px;
	margin-bottom: 0px;
}
.contenar .right .publicity {
	width: 100%;
	height: 350px;
	/* [disabled]display: block;
*/
	overflow: hidden;
	float: left;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
}
#info .contenar .left .news h3 {
	display: block;
	font-size: 14px;
	color: #7c5701;
	letter-spacing: 1px;
	line-height: 24px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	width: 99%;
}
#info .left .news .button a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: right;
	margin-right: 15px;
	line-height: 18px;
	margin-top: -20px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none !important;
	transition: 0s;
}
.liveinfo .news .button a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: right;
	margin-right: 15px;
	line-height: 18px;
	margin-top: -20px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none !important;
	transition: 0s;
}
.news .catname a {
	display: block;
	font-size: 11px;
}
#info .midd .liveinfo .button a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: right;
	margin-right: 15px;
	line-height: 18px;
	margin-top: -20px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#info .midd .liveinfo .button a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#info .right .publicity .button a {
	width: 220px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 50px;
	float: none;
	line-height: 18px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right article table {
	border-bottom: 1px solid #CCCCCC;
	transition: 1s;
}
.wiget.bunner {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
}
.mores a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: right;
	margin-right: 15px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
}
.mores a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.titile_arch .mores a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: right;
	margin-right: 15px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
}
.titile_arch .mores a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.bgglay a:hover {
	box-shadow: none;
}
.bgglay tbody tr td {
	padding-bottom: 0px;
	padding-top: 20px;
}
.more a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: 18px;
	float: none;
	margin-right: 15px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.more a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#wrap main #album {
	background-color: #FFA400;
	padding-top: 50px;
	padding-bottom: 5px;
}
#info .right .publicity .button a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#info .left .news .clear {
	clear: both;
	display: block;
	height: 5px;
	margin-right: 15px;
	float: none;
	margin-bottom: 0px;
}
#info .left .news .button a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#info .contenar .midd .liveinfo .date {
	color: #7c5701;
	font-size: 12px;
	font-family: 'Noto Sans Japanese', serif !important;
	display: block;
	letter-spacing: 1px;
	width: 110px;
	float: left;
	line-height: 20px;
}
#info .contenar .midd .liveinfo .catname {
	font-size: 12px;
	font-family: 'Noto Sans Japanese', serif !important;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	width: 100px;
	float: left;
}
#info .contenar .midd .liveinfo h3 {
	display: block;
	font-size: 14px;
	color: #7c5701;
	letter-spacing: 1px;
	line-height: 24px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	width: 99%;
}
#info .midd .news .clear {
	clear: both;
	display: block;
	height: 0px;
	margin-right: 15px;
	float: none;
	margin-bottom: 10px;
}
/*---カルーセル--*/
#carousel {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#carousel_move ul {
	width: auto !important;
}
#carousel li {
	width: 80%;
	height: auto;
	float: left;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#carousel li a img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#carousel li .date {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
#carousel li h3 {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
#carousel li p {
	color: #FFFFFF;
	font-size: 12px;
}
#wrap main #sns {
	padding-top: 60px;
	padding-bottom: 1px;
	margin-bottom: 60px;
}
#sns .contenar .left {
	width: 50% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	float: left !important;
	padding-left: 15px !important;
}
#wrap main #mailmag {
	background-color: #FFA400;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mailmag .contenar .mailmagazine {
	width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.totop {
	display: block;
	text-align: right;
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: -5px;
}
#sns .contenar .leftb {
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 0px;
}
#sns .contenar .right {
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
}
.contenar .mailmagazine p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
.mailmagazine h2 img {
	margin-bottom: 15px;
}
.mailmagazine .more {
	width: 380px;
	height: 52px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 30px;
}
.mailmagazine .more a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;*/
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.mailmagazine .more a:hover {
	background-color: #fff;
	color: #FFA400;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	transform: translate3d(0, 0px, 0);
}
footer .contenar .left ul span {
	display: block;
	float: left;
	color: #7C5701 !important;
	text-align: center;
	font-size: 13px;
}
footer .contenar .left ul li a {
	color: #7C5701;
	text-decoration: none;
	font-size: 13px;
}
#wrap footer small {
	background-color: #FFA400;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
}
footer .contenar .left {
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
footer .contenar .right {
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
footer .contenar .left ul {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
footer .contenar .left li {
	display: inline;
	float: left;
	font-size: 12px;
}
footer .contenar .left li a {
	color: #7C5701;
	font-size: 12px;
	display: block;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
}
footer .contenar .left li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: 5px;
	border-top: 1px solid #7C5701;
	border-right: 1px solid #7C5701;
	transform: rotate(45deg);
}
footer .contenar .right ul {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
footer .contenar .right li {
	display: block;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
footer .contenar .right ul span {
	display: block;
	float: right;
	color: #7C5701 !important;
	text-align: center;
	font-size: 20px;
}
footer .contenar .right ul li a {
	color: #7C5701;
	text-decoration: none;
	font-size: 13px;
}
header .subtitle h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
header .subtitle p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
#wrap main #post {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrap main #posts {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gbox {
	width: 1120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: 70px;
	overflow: hidden;
}
main #contactform article {
	width: 1050px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: hidden;
}
#wrap header .pan_border {
	width: 100%;
	height: 30px;
	background-color: #FFA400;
	margin-top: 70px;
}
header .pan_border .pannav {
	width: 1120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 30px;
	overflow: hidden;
}
.pannav div a {
	float: left;
	padding-right: 10px;
	color: #FFFFFF;
}
.pan_border .pannav div {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.mfp_phase.borders .mfp_buttons .orbtm {
	width: 300px !important;
	height: 50px !important;
	background-color: #FFA400 !important;
	line-height: 0px !important;
	color: #FFFFFF !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	border-width: 0px !important;
	border-style: none !important;
	border-radius: 5px !important;
	cursor: pointer !important;
}
.gbox form tbody tr th {
	padding: 15px;
	text-indent: 70px;
}
.gbox form tbody tr td div textarea {
	background-color: #F1F1F1;
	width: 85%;
	height: auto;
	border: none;
}
.gbox form tbody tr td {
	padding: 15px;
}
.nonemust {
	display: block;
	background-color: #fff;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	border-radius: 5px;
	width: 42px;
	height: 20px;
	margin-left: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.subject .require img {
	display: block;
	width: 42px;
	height: 20px;
	float: left;
	margin-left: 0px;
	margin-right: -50px;
}
#post article .right {
	width: 340px;
	height: auto;
	float: right;
	overflow: hidden;
}
#post article .left {
	width: 700px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-right: 40px;
}
article #polcy h2:nth-child(1) {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
article #media h3 {
	font-size: 24px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #222222;
	padding-bottom: 13px;
}
#gallery .picbox {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
article a .pics .titles {
	color: #E7818F;
	font-size: 12px;
	line-height: 18px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 45px;
	background-image: url(images/point/gallery_archive_15.png);
	background-repeat: no-repeat;
	background-position: left center;
}
article a .pics .day {
	display: none;
	font-size: 12px;
	line-height: 24px;
	color: #727272;
	background-image: url(images/bg/gallery_archive_18.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pagenav .pagecount {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: inline-block;
}
.pagecount ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #FFA400;
	border: 1px solid #FFA400;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.activlink {
	background-color: #FFA400 !important;
	color: #ffffff !important;
}
#post article.gbox #polcy h2 {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
#post article.gbox #polcy p {
	font-size: 14px;
	line-height: 24px;
}
article #sitemap h2 {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
article #polcy p {
	font-size: 14px;
	color: #5B5B5B;
}
.right article h3:nth-child(1) {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	color: #5B5B5B;
	padding-bottom: 13px;
}
.sidearticle article .right .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}
.sidearticle article .right .more {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
	clear: both;
}
.right article h3 {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	color: #5B5B5B;
	padding-bottom: 13px;
}
article a img {
	width: 100%;
	height: auto;
}
article #sitemap tr td ul {
	display: block;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
article #sitemap tr td ul li a {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-position: outside;
	background-image: url(images/bg/y_list_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
	padding-top: 10px;
	transition: 0.5s;
}
article #sitemap tr td ul li a:hover {
	color: #FFA400;
}
article #media .titile {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 27px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 27px;
}
header .child_header .title_article {
	width: 400px;
	height: 40px !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_org {
	width: 350px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.pagenav .prev a {
	display: block;
	border: 1px solid #FFA400;
	color: #FFA400;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/bg/arrow_ol.fw.png);
	background-size: 6px 12px;
	background-repeat: no-repeat;
	background-position: 10% center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	transition: 1s;
	font-size: 12px;
}
.pagenav .prev a:hover {
	display: block;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	background-image: url(images/bg/arrow_w..fw.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-color: #FFA400;
}
.pagenav .next a {
	display: block;
	border: 1px solid #FFA400;
	color: #FFA400;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/bg/arrow_rightnext.fw.png);
	background-size: 6px 12px;
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	transition: 1s;
	font-size: 12px;
}
.pagenav .next a:hover {
	display: block;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	background-image: url(images/bg/arrowhover_w.fw.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-color: #FFA400;
}
header .child_header .title_mediaall {
	width: 178px;
	height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_gallery {
	width: 170px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_plf {
	width: 170px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_long {
	width: 20%;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_article h1 {
	display: block;
	background-image: url(images/menu/feed.fw.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	background-size: auto 90%;
}
.title_article h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_org h1 {
	display: block;
	background-image: url(images/point/organizer_single_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 40px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_org h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .child_header .title {
	width: 200px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_liveinfo {
	width: 202px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_organizer {
	width: 215px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_profile {
	width: 200px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_voice {
	width: 200px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_policy {
	width: 280px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_contact {
	width: auto;
	height: 70px;
	position: absolute;
	top: -3px;
	right: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
	text-align: center;
	display: inline-block;
}
header .child_header .title_galleryc {
	width: 178px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_sitemap {
	width: 201px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_company {
	width: 201px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
#media .titile .left_eye {
	width: 115px;
	height: 115px;
	float: left;
	z-index: 2;
	overflow: hidden;
}
#media .titile .right_title {
	float: left;
	display: block;
	margin-left: 20px;
	width: 555px;
	height: auto;
	z-index: 2;
}
.left_eye2 {
	width: 115px;
	height: 115px;
	float: left;
	z-index: 2;
	background: transparent;
	position: absolute;
	display: block;
}
.right_title2 {
	float: left;
	display: block;
	margin-left: 20px;
	width: 555px;
	height: auto;
	z-index: 2;
	position: absolute;
}
#post .gbox .titile .right_title h2 {
	color: #343434;
	font-size: 24px;
	line-height: 36px;
}
.block1 {
	border: solid 1px #000;
	width: 200px;
	position: relative;
}
.titile_archs {
	border: solid 1px #000;
	width: 100%;
	position: relative;
}
.onmouse {
	background-color: #efefef;
	cursor: pointer;
}
header .child_header .title tbody tr td {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
}
header .child_header .title tbody tr td h1 {
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header .child_header .title tbody tr td p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header .child_header .title_long tbody tr td h1 {
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header .child_header .title_long tbody tr td p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navgetions.spnone .contenar nav {
	display: block;
	float: right;
}
.titile .right_title .daytime {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(images/bg/media_single_10.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 5px;
}
.titile .right_title .catgolys {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(images/bg/media_single_13.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #fff;
	margin-top: 5px;
}
.right_title .catgolys a {
	color: #595959;
}
.right_title .catgolys a:first-child {
	display: none;
}
article #media p {
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}
.right aside .wiget {
	display: block;
	margin-bottom: 40px;
}
article .pagenav {
	width: 100%;
	height: auto;
	margin-top: 100px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pagenav .prev {
	width: 117px;
	height: 38px;
	float: left;
}
.cat ul li a {
	display: block;
	background-image: url(images/bg/media_single_06.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #5B5B5B;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	transition: 0.5s;
}
.cat ul li a:hover {
	color: #FFA400 !important;
}
.cat_pic ul li a {
	display: block;
	background-image: url(images/bg/gallery_archive_10.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #5B5B5B;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: 0.5s;
}
.cat_pic ul li a:hover {
	color: #FFA400 !important;
}
.cat01 {
	display: block;
	width: 40px;
	height: 25px;
	float: right;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/bg/black_15.png);
	margin-top: -25px;
	z-index: 2;
	position: absolute;
	right: 0px;
	bottom: 0;
}
.days {
	float: left;
	width: 70px;
	margin-left: 10px;
	height: 18px;
	font-size: 11px;
}
.kanrenspace h4 {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	line-height: 24px;
}
.kanrenspace article .kanrenpost {
	width: 30.5%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	overflow: hidden;
	transition: 1s;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}
.pagenav .next {
	width: 117px;
	height: 38px;
	float: right;
}
.pagenav {
	width: 100%;
	height: auto;
	margin-top: 100px;
	overflow: hidden;
	text-align: center;
}
.fullwidth tr td p {
	font-size: 14px;
	line-height: 28px;
	color: #181818;
	display: block;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
article .fullwidth h3 {
	font-size: 24px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #222222;
	padding-bottom: 13px;
}
.fullwidth dl dt {
	font-size: 16px;
	line-height: 28px;
}
.fullwidth dl dd {
	font-size: 14px;
	line-height: 28px;
}
article .fullwidth dl {
	display: block;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fullwidth tr td h2 {
	font-size: 24px;
	line-height: 24px;
	color: #181818;
	display: block;
	margin-left: 30px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
#syusai article tr td img {
	width: 100% !important;
	height: auto !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
#syusai article tr td h5 span {
	color: #9E9E9E;
	font-size: 12px;
	padding-left: 15px;
}
#syusai article tr td p {
	color: #353535;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#syusai article tr td h5 {
	font-size: 14px;
	margin-top: 10px;
}
.fullwidth tr td h2 span {
	font-size: 18px;
	line-height: 24px;
	color: #9E9E9E;
	margin-left: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
article a .pics {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	display: block;
	transition: 1s;
}
.titile_arch .left_eye img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titile_arch .left_eye img:nth-child(-n+4) {
	width: auto;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titile_arch .right_title p {
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
/*.picbox article a {
	display: block;
	margin-right: 0px;
	width: 31%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}*/
.picbox article {
	display: block;
	margin-right: 0px;
	width: 33.3%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.pics .thamnail {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pics .thamnail a img {
	width: 100%;
	height: auto;
}
article .pics .titles {
	color: #E7818F;
	font-size: 12px;
	line-height: 18px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 45px;
	background-image: url(images/point/gallery_archive_15.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pics.bgglaynone .titles a {
	color: #E7818F !important;
}
article .pics .day {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #727272;
	background-image: url(images/bg/gallery_archive_18.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
article .pics {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	display: block;
	transition: 1s;
}
.none {
	display: none;
}
#syusai {
	border-bottom: 1px none #FFFFFF !important;
}
.syusaisya {
	border-bottom: 1px solid #CCCCCC !important;
	padding: 0px !important;
}
.child_header .title table {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
#post article.gbox #media .mediaarchive {
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	color: #5B5B5B;
	background: none;
	margin-top: 0;
	padding-left: 0;
}
.mediaarchive {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
.mediaarchive:nth-of-type(1) {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/bg/list.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
#photos .mediaarchive {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
	color: #5B5B5B;
	padding-bottom: 13px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
}
#photos .mediaarchive:nth-of-type(1) {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-position: left 5px;
	padding-left: 0px;
	color: #5B5B5B;
	padding-bottom: 13px;
}
article #media .titile_arch {
	width: 47%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	float: left;
	position: relative;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	transition: 1s;
}
.titile_arch .left_eye {
	width: 130px;
	height: 130px;
	float: left;
	overflow: hidden;
}
.titile_arch .left_eye_mini {
	width: 100px;
	height: 140px;
	float: left;
	position: relative;
}
article #media .titile_arch:nth-child(2n) {
	width: 47%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	float: right;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
article #media .titile_arch:nth-child(-n+4) {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#media .titile_arch .right_title:nth-child(-n+4) {
	float: left;
	display: block;
	margin-left: 20px;
	width: 550px;
	height: auto;
}
.titile_arch .right_title h2:nth-child(-n+4) {
	color: #343434;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#media .titile_arch .right_title_mini {
	float: left;
	display: block;
	margin-left: 20px;
	width: 200px;
}
#post .gbox .titile_arch .right_title h2 {
	color: #343434;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: none;
	padding-left: 0;
	border: none;
	padding-bottom: 0;
}
#post .gbox .titile_arch .right_title_mini h2 {
	color: #343434;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.titile_arch .right_title .daytime {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
}
.titile_arch .right_title_mini .daytime {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
	position: absolute;
	bottom: 20px;
}
.titile_arch.toptherr .right_title_mini .mores {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.titile_arch .right_title .catgolys {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(images/bg/media_single_13.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
}
.titile_arch .right_title .daytime:nth-child(n+4) {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(images/bg/media_single_10.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
}
.titile_arch .right_title .catgolys:nth-child(n+4) {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(images/bg/media_single_13.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
}
.titile_arch .left_eye_mini img {
	display: table-cell;
	vertical-align: bottom;
	width: 100px;
	height: 100px;
	bottom: 0px;
	position: absolute;
}
article #gallery .part_1/*:nth-of-type(1)*/ {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	transition: 1s;
}
/*article #gallery .part_1 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	transition:1s;
}*/
#gallery .part_1 .day {
	display: block;
	color: #7C5701;
	font-size: 12px;
	line-height: 24px;
	float: left;
	padding-right: 15px;
}
#gallery .part_1 .title {
	display: block;
	float: none;
	clear: both;
	font-size: 14px;
	line-height: 22px;
	color: #7C5701;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#gallery .part_1 .title_kanrk {
	clear: both;
	font-size: 14px;
	line-height: 22px;
	color: #7C5701;
	padding-top: 5px;
}
.part_1 .title_kanrk a {
	color: #7C5701;
	text-decoration: none;
	line-height: 24px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.part_1 ul li {
	color: #515151;
	font-size: 14px;
	line-height: 24px;
}
.part_1 ul li a {
	font-size: 11px;
}
#gallery .part_1 .mores {
	float: left !important;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colom_2 .left img {
	width: 100% !important;
	height: auto;
}
.colom_2 .right img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colom_3 .left img {
	width: 100%;
	height: auto;
}
.colom_3 .right img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .fullwidth .colom_2 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	overflow: hidden;
}
.pagecount ul li span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #FFA400;
	border: 1px solid #FFA400;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.fullwidth .colom_2 .left {
	width: 47% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-top: 0px !important;
	margin-right: 20px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
	padding: 5px;
}
.fullwidth .colom_2 .right {
	width: 47% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: right !important;
	padding: 5px;
}
.aligncenter_nomal {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article .fullwidth .colom_3 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: auto;
	overflow: hidden;
}
.fullwidth .colom_3 .middlemem:nth-child(3n) {
	width: 30% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
}
.fullwidth .colom_3 .middlemem {
	width: 30% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-top: 0px !important;
	margin-right: 40px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
}
.middlemem .rcm-box a img {
	width: 100% !important;
	height: auto !important;
}
.right .rcm-box a img {
	width: 100% !important;
	height: auto !important;
}
article .fullwidth .colom_ohtre {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: auto;
	overflow: hidden;
}
.fullwidth .colom_ohtre .members {
	width: 22%;
	height: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 35px;
	overflow: hidden;
}
.colom_2 .left h3 {
	font-size: 24px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	padding-top: 15px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colom_2 .right h3 {
	font-size: 24px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rcm-overlay .rcm-contents a {
	display: block;
	width: 100%;
	height: auto;
}
.rcm-overlay .rcm-contents p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
}
.colom_3 .middlemem h3 {
	font-size: 24px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.members h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.middlemem h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.colom_3 .middlemem p.status {
	margin-bottom: 10px;
}
.colom_3 .middlemem p {
	font-size: 14px;
	line-height: 24px;
}
.colom_ohtre .members h3 {
	font-size: 18px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colom_ohtre .members p {
	font-size: 14px;
	line-height: 24px;
}
.members .rcm-box .work {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 88px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 1;
	background-image: url(images/bg/black_15.png);
	background-repeat: repeat;
}
.members .rcm-box .dayop {
	position: absolute;
	width: 100%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 1;
	background-image: url(images/bg/black_15.png);
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0px;
}
.members .rcm-box .work a {
	color: #FFFFFF;
	display: block;
}
.midda h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.righta h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.colom_3 .midda h3 {
	font-size: 24px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colom_3 .righta h3 {
	font-size: 24px;
	line-height: 24px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url);
	border-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colom_2 .left h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.colom_2 .right h3 span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
}
.fullwidth .colom_ohtre .members:nth-child(4n) {
	width: 22%;
	height: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 0px;
	overflow: hidden;
}
.middlemem .rcm-box img {
	width: 345px;
	height: 250px;
}
#sns .contenar .left img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	float: none;
}
.contenar .leftb img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sns .contenar .right img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
button .mfp_prev {
	display: none;
}
button .mfp_next {
	display: none;
}
.mfp_phasetext {
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 22px;
}
#wrap .pan_border ul li {
	font-size: 12px !important;
}
#wrap .pan_border ul {
	font-size: 12px !important;
}
.pannav li {
	display: inline;
	float: left;
	font-size: 12px;
}
.pannav li a {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
}
.pannav li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
}
.pannav li:last-child a::after {
	display: none;
}
.child_header .title_sitemap h1 {
	display: block;
	background-image: url(images/point/sitemap_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 65px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_sitemap h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_company h1 {
	display: block;
	background-image: url(images/point/company_fixing_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 65px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_company h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_policy h1 {
	display: block;
	background-image: url(images/point/policy_fixing.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_policy h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_liveinfo h1 {
	display: block;
	background-image: url(images/point/live_schedule_archive_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 46px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_liveinfo h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_mediaall h1 {
	display: block;
	background-image: url(images/menu/feed.fw.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_mediaall h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_voice h1 {
	display: block;
	background-image: url(images/point/voice_archive.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_voice h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_profile h1 {
	display: block;
	background-image: url(images/point/profile_fixing.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 42px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.title_profile h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_gallery h1 {
	display: block;
	background-image: url(images/point/gallery_archive_03.png);
	background-repeat: no-repeat;
	background-size: auto 80% !important;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	width: auto;
}
.title_gallery h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
.child_header .title_plf h1 {
	display: block;
	background-image: url(images/point/profile_schedule_archive_03.png);
	background-repeat: no-repeat;
	background-size: auto 80% !important;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	width: auto;
}
.title_plf h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
.child_header .title_contact h1 {
	display: inline-block;
	background-image: url(images/menu/contactico.fw.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	width: auto;
	-webkit-filter: brightness(120%) !important;
	filter: brightness(120%) !important;
}
.title_contact h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article .keytext h2 {
	height: 70px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	background-image: url(images/point/tork_liveico.fw.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 70px;
}
article .keytext h2 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article .pv h2 {
	width: auto;
	height: 70px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	background-image: url(images/point/pvicon_03.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 70px;
}
article .pv h2 span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.infonews h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFA400;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/album_07.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 50px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infonews h2 span {
	display: block;
	color: #FFA400;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.infolive h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFA400;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/album_09.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infolive h2 span {
	display: block;
	color: #FFA400;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.infonpub h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFA400;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/album_12.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infonpub h2 span {
	display: block;
	color: #FFA400;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.albummd h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/album_18.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.albummd h2 span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fbmd {
	margin-bottom: 20px;
}
.fbmd h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFA400;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/fb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fbmd h2 span {
	display: block;
	color: #FFA400;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twmd {
	margin-bottom: 20px;
}
.twmd h2 {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFA400;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/tw.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.twmd h2 span {
	display: block;
	color: #FFA400;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mailmagazine h2 {
	width: auto;
	height: 50px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/magazine.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mailmagazine h2 span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.allpage {
	width: 100%;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}
.allpage a {
	display: block;
	font-size: 14px;
	color: #555555;
	background-image: url(images/bg/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	text-decoration: none;
	border: 1px solid #AAAAAA;
	transition: 0.5s;
}
.allpage a:hover {
	display: block;
	font-size: 14px;
	background-image: url(images/bg/arrow_ol2.fw.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	text-decoration: none;
	border: 1px solid #555;
	color: #ffffff;
	background-color: #101E52;
}
.glaybg {
	display: block;
	transition: 1s;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxlink a {
	display: block;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxlink {
	width: 100%;
	height: auto;
	display: block;
	z-index: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxlink a:hover {
	display: block;
	text-decoration: none;
	background-color: #EFEFEF;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midd .liveinfo .news {
	display: block;
	transition: 1s;
	border-bottom: 1px dashed #C1C1C1;
	padding-top: 15px;
}
a .pics .thamnail {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 150px;
	overflow: hidden;
}
.pics .thamnail img {
	width: auto;
	min-width: 100%;
	height: 100%;
}
.part_1.bgglaynone ul .data {}
ul .toggle-li .active {
	color: #C54E50;
}
article #syusaisya table {
	padding: 0px !important;
}
.titile_arch .right_title_mini p {
	font-size: 14px !important;
	line-height: 18px !important;
}
.pagecount ul li {
	display: inline-block;
}
.colom_2 .left a {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.colom_2 .left .toptherr .more {
	display: none;
}
.colom_2 .left .toptherr {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	transition: 1s;
}
.colom_2 .left .toptherr p {
	font-size: 14px;
	line-height: 24px;
}
.colom_2 .left .toptherr p.status {
	margin-bottom: 10px;
}
.colom_3 .middlemem .toptherr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	transition: 1s;
}
.middlemem .toptherr .more {
	display: none;
}
.colom_ohtre .members .toptherr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	transition: 1s;
}
.members .toptherr .more {
	display: none;
}
.colom_2 .right .toptherr .more {
	display: none;
}
.colom_2 .right .toptherr {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	transition: 1s;
}
article li .more.none {
	display: none;
}
#carousel article li a .date {
	color: #fff;
	font-size: 12px;
}
#carousel article li a {
	display: block;
	transition: 0.5s;
}
#carousel article li a:hover {
	display: block;
	opacity: 0.8;
}
header .child_header img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	max-height: 180px;
	min-height: 120px;
	z-index: -1;
}
.spnone article .sidearticle {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	transition: 1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 0px;
}
.sidearticle article .left {
	width: 80px !important;
	height: 80px !important;
	float: left !important;
	margin: 0px !important;
}
.sidearticle article .right {
	width: 250px !important;
	float: right !important;
	height: auto !important;
	margin: 0px !important;
}
#mfp_confirm_table table {
	width: 1040px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	border-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
}
#post .gbox h4 {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#mfp_confirm_table tbody tr th {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 20%;
}
#mfp_confirm_table tbody tr td {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article .left img {
	width: auto;
	height: 100%;
}
article .right .day {
	display: block;
	font-size: 12px !important;
	margin-bottom: 0px;
	line-height: 18px;
}
.kanren article .toptherr.titile_arch {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 20px;
	transition: 1s;
}
.kanren article .toptherr.titile_arch:nth-child(4) {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 0px;
	transition: 1s;
}
.gbox .fullwidth .plf {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fullwidth .plf .name_nickname {
	width: 450px;
	height: 185px;
	display: block;
	float: left;
	line-height: 24px;
}
.fullwidth .plf .name_nickname > * {
	vertical-align: middle;
	display: inline-block;
}
.fullwidth .plf .name_nickname:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.fullwidth .plf .rich_plf {
	clear: both;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 100px;
}
.fullwidth .plf .ryakureki {
	display: block;
	font-size: 14px;
	width: 670px;
	height: auto;
	float: left;
	margin-bottom: 25px;
}
.name_nickname div .mainname {
	display: block;
	font-size: 30px;
	line-height: 24px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.name_nickname div .nick {
	margin-left: 30px;
	font-size: 14px;
	line-height: 55px;
	color: #9E9E9E;
}
.plf .ryakureki h3 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.ryakureki ul li {
	font-size: 14px;
	line-height: 24px;
}
.plf .rich_plf p {
	font-size: 14px;
	line-height: 24px;
}
.gbox #company table {
	width: 100%;
	height: auto;
}
#company tbody tr {}
#company tbody tr th {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: top;
}
#company tbody tr td {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 50px;
}
#facebook {
	width: 100%;
}
.spbtmmenu p .cat_pic {
	font-size: 13px !important;
	display: block !important;
	line-height: 25px !important;
}
.syusaisya tbody tr td {
	width: 345px;
	height: 250px;
	overflow: hidden !important;
}
.syusaisya tbody tr td img {
	width: 100%;
	height: auto;
}
.kanrenspace {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	/* [disabled]border-bottom-color: #CCCCCC; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: 1px; */
}
article .kanrenpost .thamnail {
	width: 100%;
	height: 250px;
}
.kanrenpost .thamnail img {
	width: 100%;
	height: auto;
}
article .kanrenpost .kanrenname {
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kanrenpost .kanrenname span {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
	margin-left: 20px;
}
article .kanrenpost p {
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	margin-bottom: 15px;
}
.kanrenname {
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	text-decoration: none;
}
.kanrenpost .kanrenname_right .day {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	width: 80px;
}
.kanrenpost .kanrenname_right .more {
	float: right;
	position: absolute;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	right: 0px;
}
.thamnail_left .cat01 a {
	color: #FFFFFF;
}
.kanrenspace h4 {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	line-height: 24px;
}
.kanrenspace h4 img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: -5px;
}
.kanrenpost .thamnail_left {
	width: 100px;
	height: 160px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
.kanrenpost .kanrenname_right {
	float: right;
	width: 210px;
	height: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.kanrenpost .thamnail_left img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
}
.kanrenpost p {
	display: block;
	float: left;
}
.kanrenpost .kanrenname_right h4 {
	border-bottom-style: none;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.titile_arch .right_title .daytime {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	color: #595959;
	margin-top: 0px;
	background-image: url(images/bg/media_single_10.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.timeline-Header {
	display: none!important;
}
/*-----------メルマガのフォーム-------------*/
#mailmag_design {
	width: 100%!important;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
/*---------------------フォーム----------------------------------*/
#mailmag_design {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	border-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
}
#mailmag_design dl dt {
	float: left;
	width: 35%;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailmag_design dl dd {
	border-top: solid 1px #CCC;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailmag_design dl dd .checks label {
	margin-bottom: 8px;
	display: block;
}
#mailmag_design .inputback {
	background-color: #F1F1F1 !important;
	width: 90%;
	border-style: none !important;
	height: 30px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mailmag_design .mfp textarea {
	background-color: #F1F1F1;
	width: 83%;
	border-width: 0px;
	border-style: none;
	height: auto;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mailmag_design .mfp_phase.borders {
	display: block;
	margin-top: 0px;
	padding-bottom: 30px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
}
#mailmag_design .mailform dt {
	width: 30%;
	display: block;
	float: left;
}
.mag_orbtm {
	width: 300px !important;
	height: 50px !important;
	background-color: #FFA400 !important;
	line-height: 0px !important;
	color: #FFFFFF !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	border-width: 0px !important;
	border-style: none !important;
	border-radius: 5px !important;
	cursor: pointer !important;
}