@charset "utf-8";

/* iPHone4,iPhone5,iPhone5s,iPhone6 */
/*@media screen and (max-width: 413px){*/
@media (min-width:320px) and (max-width:1019px) {
* {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans Japanese', serif;
	-webkit-text-size-adjust: 100%;
}
.spnone {
	display: none !important;
}

/*----------------------------menu----------------------------------*/
.HiddenCheckbox {
	display: none;
}
.MenuContainer {
	display: block;
	width: 100%;
	height: 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(images/bg/spmenu_bg.png);
	background-repeat: repeat;
	position: fixed;
	border-top: 2px solid #FFA400;
	z-index: 9999 !important;
	top: 0px;
}
.MenuHeader {
	color: #ffffff;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 50px;
	margin: 0px;
	opacity: 0;
	position: relative;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 9999;
}
.MenuIcon {
	cursor: pointer;
	display: block;
	height: 50px;
	position: fixed;
	right: 0;
	width: 50px;
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFA400;
	border-bottom: 10px solid #FFA400;
}
.MenuIcon::before {
	-webkit-box-shadow: #ffffff 0 12px 0;
	box-shadow: #ffffff 0 12px 0;
	height: 6px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 30px;
}
.MenuIcon::after {
	bottom: 0;
	height: 6px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 30px;
	
}
.MenuIcon::before, .MenuIcon::after {
	background: #ffffff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.Menu {
	bottom: 0;
	right: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
		font-size: 12px !important;
}
.HiddenCheckbox:checked ~ .MenuHeader {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
	transform: rotate(45deg) translate3d(6px, -3px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
	transform: rotate(-45deg) translate3d(6px, 3px, 0);
}
.HiddenCheckbox:checked ~ .Menu {
	left: 0;
}
.Menu-list {
	list-style-type: none;
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	background: #FFA400;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		font-size: 12px !important;
}
.Menu-item {
	margin: 0;
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #FFD78F;
	background-color: #FFA400;
	font-size: 11px !important;
}
.Menu-item:nth-child(odd) {
	border-right: 1px solid #FFD78F;
}
.Menu-item a {
	font-size: 10px !important;
	font-weight: bold;
}
.Menu-link {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 11px !important;
}
.Menu-link::before {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
	z-index: -1;
		font-size: 12px !important;
}
.Menu-link::after {
	content: attr(href);
	color: #fff;
	float: right;
	opacity: 0;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
	transition: opacity 0.8s, transform 0.4s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
		font-size: 12px !important;
}
.Menu-link:hover::before {
	right: 0;
}
.Menu-link:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.gbox {
	width: 100%x;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px !important;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#post .gbox .titile .right_title h2 {
	color: #343434;
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}
.totop #pageTop img {
	width: 15%;
	height: auto;
}
article #media h3 {
	font-size: 16px;
	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;
}
article #media p {
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
#post article .kanren {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	border-bottom: 1px none #CCCCCC;
	margin-top: 0px;
	padding-bottom: 0pt;
}
.kanren article h4 {
	display: block;
	text-align: center;
	padding-bottom: 15px !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	width: 100% !important;
	margin-left: auto;
	margin-right: 0%;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#gallery article .picbox {
	display: block !important;
	margin-right: 0px !important;
	width: 100% !important;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left !important;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url) !important;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 5%;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.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 !important;
	height: 25px !important;
	margin-right: 10px;
	margin-bottom: -5px;
}
.kanrenspace article .kanrenpost {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	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;
}.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: auto;
}
.kanrenpost .thamnail img {
	width: 100%;
	height: auto;
}
article .kanrenpost .kanrenname {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.kanrenpost .kanrenname span {
	color: #9E9E9E;
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article .kanrenpost p {
	font-size: 14px;
	line-height: 24px;
	color: #3F403F;
	margin-bottom: 15px;
}
.fixed {
	position: static;
	width: 100%;
	z-index: 10000;
	border-bottom: 2px none #FFA400;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.rcm-box {
	width: 99%;
	background-color: #2F2E2E;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rcm-box img {
	display: block;
	width: 100%;
	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;
}
.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;
}
.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;
}
/*----------------------header-----------------------*/
#wrap header .keyvisual {
	width: 100%;
	height: 400px;
	background-image: url(images/top/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	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;
	position: relative;
}
.contenar {
	width: 100%;
	height: auto;
	overflow: auto;
	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;
}
header .MenuContainer.pcnone a img {
	display: block;
	width: 100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
.keyvisual img {
	width: 60%;
	height: auto;
	bottom: 5%;
	display: block;
	margin-left: 5%;
	position: absolute !important;
}
/*-----------------------------pankuzu--------------------------------*/
#wrap header .pan_border {
	width: 100%;
	height: 30px;
	background-color: #FFA400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 52px;
	position: relative;
	z-index: 5;
}
header .pan_border .pannav {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.pannav div a {
	float: left;
	padding-right: 10px;
	color: #FFFFFF;
}
.pan_border .pannav div {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
/*-------------------------ヘッダータイトル--------------------------*/
#wrap header .child_header {
	width: 100%;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 4;
	text-align: center;
	display: block;
}
#wrap header .child_header > * {
	vertical-align: middle;
	display: inline-block;
}
#wrap header .child_header:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
header .child_header img {
	width: 100%;
	position: relative;
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	height: 120px;
	max-height: 120px;
	min-height: 120px;
	margin-top: -15px;
	overflow: hidden;
}
.title_gallery h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .child_header h1 {
	text-align: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.lefta .rcm-box a img {
	width: 100%!important;
	height: 100px!important;
}
.members .rcm-box a img {
	width: 100% !important;
}
.midda .rcm-box a img {
	width: 100%!important;
	height: 100px!important;
}
.righta .rcm-box a img {
	width: 100%!important;
	height: 100px!important;
}
#wrap header .subtitle {
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background-color: #FFA400;
	text-align: center;
	color: #FFFFFF;
	position: static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap header .subtitle > * {
	vertical-align: middle;
}
header .subtitle h2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}
header .subtitle p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
}
header .child_header .title_liveinfo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
	overflow-y: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .child_header .title_liveinfo img {
	width: 100%;
	height: auto;
}
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;
}
/*-----contents----*/

/*--mail--*/
ul#mfp_phase_stat {
	width: 100% !important;
	height: auto;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#mfp_phase_stat li {
	float: left;
	list-style: none;
	font-size: 14px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#mfp_phase_0_label {
	background: url(http://1-piece.jp/wp2/wp-content/images/bg/one.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 33% !important;
	height: 30px !important;
	display: block;
	background-size: contain !important;
	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;
}
#mfp_phase_1_label {
	background: url(http://1-piece.jp/wp2/wp-content/images/bg/two.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 37% !important;
	height: 31px !important;
	display: block;
	margin-left: -5px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-size: auto 73% !important;
}
#mfp_phase_confirm_label {
	background: url(http://1-piece.jp/wp2/wp-content/images/bg/three.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 30% !important;
	height: 28px !important;
	display: block;
	margin-left: -0px !important;
	background-size: contain !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	opacity: 0.6;
}
form#mailformpro {
	width: 95% !important;
	height: auto !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-left: auto !important;
}
form#mailformpro dl dt {
	float: none!important;
	width: 100% !important;
	clear: both!important;
	font-size: 12px!important;
	text-align: left!important;
	border-top: solid 1px #CCC!important;
	padding-top: 15px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 10px !important;
	font-weight: normal!important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block!important;
	height: auto!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}
form#mailformpro dl dd {
	border-top: solid 0px #CCC !important;
	margin: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 10px !important;
	font-size: 12px!important;
	line-height: 1.5em!important;
	text-align: left!important;
	width: 100% !important;
	height: auto !important;
	display: block!important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	clear: both !important;
	float: none !important;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px !important;
	padding: 0px !important;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}
.must {
	display: block;
	background-color: #E71F19;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin-top: -5px;
	margin-right: 17px;
	margin-bottom: 0px;
	border-radius: 5px;
	width: 42px;
	height: 20px;
	margin-left: 0px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.mailform .mfp p {
	font-size: 11px !important;
	color: #777777 !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	margin-top: 5px !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;
	text-align: left !important;
}
.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: 0px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/images/header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next, button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
ul#mfp_phase_stat li {
	float: left;
	list-style: none;
	font-size: 14px;
	display: block;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	display: none;
}
ul#mfp_phase_stat li.mfp_active_phase {
	opacity: 1;
}
#mfp_phase_0_label {
	background: url(http://1-piece.jp/wp2/wp-content/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(http://1-piece.jp/wp2/wp-content/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(http://1-piece.jp/wp2/wp-content/images/bg/three.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 376px;
	height: 79px;
	display: block;
	margin-left: -80px;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	opacity: 0.6;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 90%;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_checkbox, .mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	background: gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -webkit-gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -moz-linear-gradient(top, #F7F7F7, #7ECEF4);
	background: -ms-linear-gradient(top, #F7F7F7 0%, #7ECEF4 100%);
	box-shadow: 0px 2px 15px #7ECEF4;
}
input#mfp_reserve_item, input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active, div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover, div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: normal;
	height: 20px;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/images/header.png);
	background-size: 100% 100%;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
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;
}
.inputback {
	background-color: #F1F1F1 !important;
	width: 100%;
	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-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mailform .mfp textarea {
	background-color: #F1F1F1 !important;
	width: 100% !important;
	float: none !important;
	border-width: 0px !important;
	border-style: none !important;
	height: auto !important;
	display: block !important;
	border-radius: 3px !important;
	clear: both !important;
	margin-top: 5px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.mailform .mfp .checks {
	display: block !important;
	margin-left: auto !important;
	font-size: 12px !important;
	color: #777777 !important;
	margin-top: 0px !important;
	width: 80% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
}
.checks input {
	display: block !important;
	float: left !important;
	margin-top: 3px !important;
	margin-right: 10px !important;
	margin-bottom: 3px !important;
	margin-left: 10px !important;
}
/*-----ポスト----*/
#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: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
main #post article {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-style: none;
}
#post article .right {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
}
#post article .left {
	width: 100% !important;
	height: aut !important;
	float: none !important;
	overflow: hidden !important;
	margin-left: 0px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
	margin-top: 20px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-right: 20px !important;
	padding-bottom: 0px !important;
	padding-left: 20px !important;
	clear: both !important;
}
article a .pics {
	width: 100% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	float: left !important;
	display: block !important;
	transition: 1s !important;
	background-image: url(http://1-piece.jp/wp2/wp-content/themes/theme_pirce/url) !important;
}
main #talklive_info .talklive {
	width: 100%;
	height: auto;
	-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;
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#talklive_info .talklive .left {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: static;
}
.talklive .left .keytext {
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.talklive .left .keytext .more {
	width: 80%;
	height: 42px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: static;
	float: none;
	clear: both;
	text-align: center;
}
.talklive .left .keytext .more a {
	width: 100%;
	height: auto;
	display: block;
	line-height: 40px;
	font-size: 12px;
}
#wrap main #talklive_info {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.talklive .left .keytext p {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
#talklive_info .talklive .right {
	display: none;
}
/*---------talklive_pv-------------*/
main section .talklive_pv {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/bg/bgmaster_06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.talklive_pv .contenar .left {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.talklive_pv .contenar .left iframe {
	width: 80%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.talklive_pv .contenar .right {
	width: 90%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
	float: none;
}
.talklive_pv .contenar .right article img {
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0;
}
.talklive_pv .contenar .right article p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}
/*-----info---------*/
main #info .contenar {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	height: auto;
	overflow: hidden;
}
#info .contenar .left {
	width: 85%;
	height: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#info .contenar .left h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#info .contenar .left .news .date {
	color: #7c5701;
	font-size: 12px;
	font-family: 'Noto Sans Japanese', serif !important;
	display: block;
	margin-bottom: 10px !important;
	margin-top: 15px !important;
	letter-spacing: 1px;
}
.contenar .left .newsspace {
	width: 100%;
	height: auto;
	float: left;
	overflow-y: hidden;
	margin-top: 15px;
	margin-right: 15px;
}
#info .contenar .left .news {
	width: 100%;
	height: auto;
	float: none;
	overflow-y: scroll;
	margin-top: 20px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px !important;
	padding-left: 0px;
	clear: both;
}
#info .left .news .button a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	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: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#i.news .catname a {
	display: block;
}
.news .catname .tokyo {
	border: 1px solid #FD5931;
	border-radius: 5px;
	text-align: center;
	line-height: 18px;
	width: 54px;
	height: 18px;
	text-decoration: none;
	color: #FC5835;
	float: left;
}
.news .catname .osaka {
	border: 1px solid #FFB9C3;
	border-radius: 5px;
	text-align: center;
	line-height: 18px;
	width: 54px;
	height: 18px;
	text-decoration: none;
	color: #FFB9C3;
	float: left;
}
.news .catname .nagoya {
	border: 1px solid #DAD1BD;
	border-radius: 5px;
	text-align: center;
	line-height: 18px;
	width: 54px;
	height: 18px;
	text-decoration: none;
	color: #DAD1BD;
	float: left;
}
#info .contenar .midd {
	width: 85%;
	height: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	clear: both;
}
#info .contenar .right {
	width: 100%;
	height: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#info .contenar .right h2 {
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 24px;
	-webkit-background-size: 38px;
	     -o-background-size: 38px;
	        background-size: 38px;
	padding-left: 50px;
	background-position: left center;
}
.infonpub h2 span {
  font-size: 12px;
  margin-top: 5px;
}
.albummd h2 {
    font-size: 24px;
    -webkit-background-size: 38px;
         -o-background-size: 38px;
            background-size: 38px;
        background-position: left center;
        padding-left: 50px;
}
.albummd h2 span{
    font-size: 12px;
    margin-top: 5px;
}
.fbmd h2 {
    font-size: 24px; 
    -webkit-background-size: 38px;
         -o-background-size: 38px;
            background-size: 38px;
        background-position: left 1px;
        padding-left: 50px;
}
.fbmd h2 span{
    font-size: 12px;
    margin-top: 5px;
}
.twmd h2 {
    font-size: 24px; 
    -webkit-background-size: 38px;
         -o-background-size: 38px;
            background-size: 38px;
        background-position: left 5px;
        padding-left: 50px;
}
.twmd h2 span{
    font-size: 12px;
    margin-top: 5px;
}
.mailmagazine h2 {
    font-size: 24px;
    -webkit-background-size: 40px;
         -o-background-size: 40px;
            background-size: 40px;
        background-position: left 3px;
        padding-left: 50px;
        margin-bottom: 10px;
}
.mailmagazine h2 span{
    font-size: 12px;
    margin-top: 8px;
}
.contenar .midd .liveinfo {
	width: 100%;
	height: auto;
	/* [disabled]display: block;
*/
	overflow-x: hidden;
	float: none;
	overflow-y: visible;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.contenar .right .publicity {
	width: 100%;
	height: auto;
	/* [disabled]display: block;
*/
	overflow: hidden;
	float: left;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#info .midd .liveinfo .button a {
	width: 63px;
	background-color: #FFA400;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	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: 0px;
	line-height: 18px;
	margin-top: 5px;
	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 {
	width: 45%;
	display: block;
	height: auto;
	float: left;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 5px;
}
#info .right .publicity .button a {
	width: 100%;
	margin-bottom: 0;
	background-color: #FFA400;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 3px 0px #AB6E00;
	height: auto;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#info .right .publicity .button a img {
	width: 100%;
	height: auto;
}
#info .right .publicity .button a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#info .left .news .clear {
	clear: both;
	display: block;
	height: 1px;
	/* [disabled]border-bottom-color: #C1C1C1;
*/
	/* [disabled]border-bottom-style: dashed;
*/
	/* [disabled]border-bottom-width: 1px;
*/
	margin-right: 15px;
	float: none;
	margin-bottom: 15px;
}
#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;
	margin-bottom: 10px;
	letter-spacing: 1px;
	width: 125px;
	float: left;
	line-height: 20px;
}
#info .contenar .midd .liveinfo .catname {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', serif !important;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
	width: 100px;
	float: left;
}
#info .contenar .midd .liveinfo h3 {
	display: block;
	font-size: 12px;
	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 .contenar .left .news h3 {
	display: block;
	font-size: 12px;
	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: 1px;
	margin-right: 15px;
	float: none;
	margin-bottom: 15px;
}
/*----album----*/

#wrap main #album {
	background-color: #FFA400;
	padding-top: 30px;
	padding-bottom: 5px;
}
#album .contenar {
	width: 90%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#carousel {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden !important;
}
#carousel article li {
	width: 100% !important;
	height: auto;
	float: left;
	display: inline;
	padding-right: 5px !important;
	padding-left: 0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#carousel article li a img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#carousel article li .date {
	display: block;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#carousel article li h3 {
	display: block;
	color: #FFFFFF;
	font-size: 12px !important;
	line-height: 20px;
}
#carousel article li p {
	color: #FFFFFF;
	font-size: 12px !important;
}
/*----sns-----*/
#wrap main #sns {
	padding-top: 35px;
	padding-bottom: 0px;
}
#sns .contenar .leftb {
	width: 90%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	clear: both;
}
#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: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.totop {
	display: block;
	text-align: right;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: -5px;
}
#sns .contenar .right {
	width: 90%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
}
.contenar .mailmagazine p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
}
.mailmagazine h2 img {
	margin-bottom: 15px;
}
.mailmagazine .more {
	width: 80%;
	height: 42px;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	float: none;
	clear: both;
}
.mailmagazine .more a {
	width: 100%;
	height: auto;
	display: block;
	line-height: 40px;
	font-size: 12px;
	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;
	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: 20px;
}
footer .contenar .left ul li a {
	color: #7C5701;
	text-decoration: none;
}
#wrap footer small {
	background-color: #FFA400;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 11px;
}
footer .contenar .left {
	display: none;
}
footer .contenar .right {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
footer .contenar .right ul {
	display: inline-block;
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
footer .contenar .right li {
	display: block;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
	height: auto;
	margin-bottom: 17px;
	border-right: 1px solid #90733E;
	padding-right: 10px;
	padding-left: 0px;
}
footer .contenar .right li:nth-child(1) {
	border-right: 1px solid #ffffff;
	margin-right: 0;
	padding-right: 0;
}
footer .contenar .right ul span {
	display: none;
}
footer .contenar .right ul li a {
	color: #7C5701;
	text-decoration: none;
	font-size: 10px;
	height: auto;
	display: block;
}
article #sitemap table {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article #sitemap tbody tr td {
	width: 50%;
	height: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
article #sitemap tbody tr td ul li a {
	font-size: 12px;
}
tr td .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;
}
.days {
	float: left;
	width: 70px;
	margin-left: 10px;
	height: 18px;
	font-size: 11px;
}
.mfp_phase.borders .mfp_buttons .orbtm {
	width: 80% !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;
}
.spbtmmenu p .cat_pic {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: -13px !important;
	margin-left: 0px !important;
	display: block;
	color: #5B5B5B;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 18px !important;
	background-image: url(images/bg/gallery_archive_10.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	background-size: auto 40%;
}
.pics .thamnail img {
	width: 100%;
	height: auto;
}
#articre footer a {
}
a .pics .titles {
	color: #E7818F;
	font-size: 11px;
	line-height: 12px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 31px !important;
	margin-top: 5px !important;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 35px !important;
	background-image: url(images/point/gallery_archive_15.png);
	background-repeat: no-repeat !important;
	background-position: left 5px !important;
	background-size: auto 100%;
}
article a .pics .day {
	display: none;
	font-size: 10px;
	line-height: 12px;
	color: #727272;
	margin-top: 15px;
	background-image: url(images/bg/gallery_archive_18.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 70%;
}
article .pagenav {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
article .fullwidth h3 {
	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: #222222;
	padding-bottom: 13px;
}
.pagenav .prev {
	width: 100px !important;
	height: auto !important;
	float: left;
}
.pagenav .next {
	width: 100px !important;
	height: auto !important;
	float: right !important;
}
.pagenav .prev a img {
	width: 100% !important;
	height: auto;
}
.spmd {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCCCCC;
	width: 100% !important;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.pagenav .next a img {
	width: 100% !important;
	height: auto;
}
.pagenav .pagecount {
	width: 40%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.pagecount ul {
	margin-top: 10px;
	display: block;
}
.pagecount ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #FFA400;
	border: 1px solid #FFA400;
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.activlink {
	background-color: #FFA400 !important;
	color: #ffffff !important;
}
.spbootommenu {
	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;
	text-align: center;
	line-height: 35px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	position: fixed;
	background-color: #FFFFFF;
	display: block;
}
.titile_arch .left_eye {
	width: 25%;
	height: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titile_arch .left_eye img{
	width: 100% !important;
	height: auto !important;
}
#media .titile_arch .right_title:nth-child(-n+4) {
	float: left;
	display: block;
	margin-left: 15px;
	width: 70%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#post .gbox .titile_arch .right_title h2:nth-child(-n+4) {
	color: #343434;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#post .gbox .titile_arch .right_title p {
	font-size: 12px;
	line-height: 20px;
}
#post .gbox .titile_arch .right_title .daytime {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-right: 10px;
	color: #595959;
	margin-top: 0px;
}
#post .gbox .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: 10px;
	line-height: 18px;
	margin-right: 10px;
	color: #595959;
	margin-top: 0px;
}
article table tbody {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article #media .titile_arch:nth-child(-n+4), article #media .titile_arch:nth-child(2n) {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
article #media .titile_arch {
	width: 100%;
	float: none;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 0px;
}
.titile_arch .left_eye_mini {
	width: 25%;
	height: 130px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
	position: relative;
}
.titile_arch .left_eye_mini img {
	width: 100%;
	height: auto;
	top: 0px;
	bottom: auto;
	position: absolute;
}

.titile_arch .left_eye_mini .cat01 {
	top: 25px;
	overflow: hidden;
}
#media .titile_arch .right_title_mini {
	float: left;
	display: block;
	margin-left: 15px;
	width: 70%;
	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;
}
#post .gbox .titile_arch .right_title_mini h2 {
	color: #343434;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.titile_arch .right_title_mini p {
	font-size: 12px !important;
	margin-bottom: 10px;
}
.titile_arch .right_title_mini .daytime {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	margin-right: 0px;
}
.titile_arch .mores {
	float: right;
}
.titile_arch .mores a {
	float: right;
	width: 50px;
}
.titile_arch .right_title_mini .mores {
	float: right;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#media .titile .right_title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#my-menu .spbtmmenu .wiget ul {
	clear: both;
	float: none;
}
#my-menu .spbtmmenu h3 {
	font-size: 18px !important;
}
#my-menu .spbtmmenu h3:nth-of-type(2) {
	font-size: 18px !important;
	margin-top: 15px !important;
}
#sibori {
	color: #333;
	font-size: 12px;
	display: block;
	background-image: url(images/point/more2.png);
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: auto 50%;
}
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;
}
.fullwidth .colom_2 .left {
	width: 100% !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: none !important;
	clear: both;
}
.fullwidth .colom_2 .right {
	width: 100% !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: none !important;
	clear: both;
}
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 {
	width: 49% !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: 2% !important;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
	float: left !important;
}
.fullwidth .colom_3 .middlemem:nth-child(2n) {
	width: 49% !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:nth-child(3n) {
	width: 49% !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: 2% !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
}
.rcm-box a img {
	width: 100% !important;
	height: auto !important;
}
.middlemem .rcm-box img {
	width: 100% !important;
	height: 120px !important;
}
.fullwidth .colom_ohtre .members {
	width: 46%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.fullwidth .colom_ohtre .members:nth-child(2n) {
	width: 46%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 0px;
	overflow: hidden;
}
.colom_3 .middlemem 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: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.middlemem h3 span {
	padding-left: 8px;
}
.colom_3 .middlemem p.status {
	margin-bottom: 5px;
}
.colom_3 .middlemem p {
	font-size: 12px;
	line-height: 20px;
}
.colom_3 .middlemem p span {
	display: block;
}
.colom_ohtre .members {
	width: 49% !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: 2% !important;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
	float: left !important;
}
.colom_ohtre .members:nth-child(odd) {
	width: 49% !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: 2% !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
}
.colom_ohtre .members:nth-child(even) {
	width: 49% !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: 0% !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	float: left !important;
}
.rcm-box a img {
	width: 100% !important;
	height: auto !important;
}
.members .rcm-box .work {
	font-size: 11px;
	line-height: 24px;
	width: 60px;
	height: 25px;
}
.members .rcm-box img {
	width: 100% !important;
}
.members .rcm-box .dayop {
	font-size: 11px;
}
.colom_ohtre .members h3 {
	font-size: 14px;
	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: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colom_ohtre .members h3 span {
	color: #9E9E9E;
	font-size: 12px;
	line-height: 24px;
	padding-left: 0px;
}
.colom_ohtre .members h3 span {
	color: #9E9E9E;
	font-size: 12px;
	line-height: 24px;
	padding-left: 10px;
}
.colom_ohtre .members p {
	display: none;
}
.colom_ohtre .members p span {
	display: block;
	margin-bottom: 5px;
}
aside .wiget {
	display: block;
	margin-bottom: 20px;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}
header .child_header .title_mediaall {
	width: 180px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
aside .wiget a img {
	width: 100%;
	height: auto;
}
header .child_header .title_long {
	width: 80%;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_long tbody tr td img {
	width: 50%;
	height: auto;
}
header .child_header .title_long tbody tr td h1 {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	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: 12px;
	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_article {
	width: 250px;
	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: inline-block;
	background-image: url(images/menu/feed.fw.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-size: auto 83%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title_article h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.child_header .title_mediaall h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 13% 68%;
	background-size: auto 68% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 37%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/menu/feed.fw.png);
}
.title_mediaall h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_profile h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 18% 68%;
	background-size: auto 68% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 35%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/profile_fixing.png);
}
.title_profile h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.child_header .title_policy h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 15% 68%;
	background-size: auto 68% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 24%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/policy_fixing.png);
}
.title_policy h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header .child_header .title_contact {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_contact h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 30% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 41%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/menu/contactico.fw.png);
}
header .child_header .title_gallery {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_gallery h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 30% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 45%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/gallery_archive_03.png);
}
.title_contact 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;
}
header .child_header .title_plf {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_plf h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 70px;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/profile_schedule_archive_03.png);
}
.title_plf 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;
}
header .child_header .title_company {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_company h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 28% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 42%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/company_fixing_03.png);
}
.title_company 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;
}
.gbox .fullwidth .plf {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fullwidth .plf .name_nickname {
	width: 100%;
	height: auto;
	display: block;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	margin-bottom: 20px;
}
.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: 20px;
	padding-left: 0px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 0px;
}

.fullwidth .plf .ryakureki {
	display: block;
	font-size: 14px;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.name_nickname div .mainname {
	display: block;
	font-size: 18px;
	line-height: 24px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.name_nickname div .nick {
	margin-left: 20px;
	font-size: 12px;
	line-height: 50px;
	color: #9E9E9E;
}
.imgwidth {
    width: 100%;
	height:auto;
	margin-bottom: 20px;
}
.plf .ryakureki h3 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.ryakureki ul li {
	font-size: 12px;
	line-height: 20px;
}
.plf .rich_plf p {
	font-size: 12px;
	line-height: 20px;
}
article .fullwidth table {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .fullwidth table tbody td h2 span {
	font-size: 12px;
}
article .fullwidth table tbody tr td p {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
}
article .fullwidth table tbody tr td {
	width: 100%;
	height: auto;
	display: block;
	-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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	float: none;
}
article .fullwidth table tbody tr td img {
	width: 80%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .fullwidth table tbody tr td h2 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	height: auto;
	display: block;
}
article .fullwidth .left h3 {
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	color: #222222;
}
.colom_2 .left .toptherr p.status {
	margin-bottom: 5px;
}
article .fullwidth .left p {
	font-size: 12px !important;
	line-height: 22px !important;
	margin: 0;
	margin-bottom: 10px;
}
.fullwidth dl dt {
	font-size: 15px;
	line-height: 28px;
}
.fullwidth dl dd {
	font-size: 12px;
	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;
}
/*-----------------関連----------------------*/

.kanren article .toptherr {
	width: 30%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	float: left;
	overflow: hidden;
}
#syusai article .toptherr.syusaisya {
	width: 31%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px !important;
	margin-right: 5px !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;
	float: left;
	overflow: hidden;
}
#syusai article .toptherr.syusaisya:last-child {
	width: 31%;
	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;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	float: left;
	overflow: hidden;
}
.kanren article .toptherr:last-child {
	width: 30%;
	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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	overflow: hidden;
}

.kanrenpost .thamnail_left .cat01 {
	height: 20px !important;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.kanren article .toptherr img {
	width: 100px;
	height: 100px;
	z-index: 1;
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
}
.kanren article tr td h5 {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: auto;
	margin-top: -10px !important;
}
.kanren article p {
	font-size: 12px;
	color: #787878;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
.days {
	float: left;
	width: auto;
	margin-left: 10px;
	height: 18px;
	font-size: 11px;
}
.kanren article .toptherr {
	z-index: 1;
	position: relative;
}
#syusai article tr td h5 span {
	color: #9E9E9E;
	font-size: 12px;
	padding-left: 0px;
}
#syusai article tr td p {
	color: #5b5b5b;
	font-size: 11px;
	padding: 0px;
}
#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;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#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;
	display: block;
	padding-top: 15px;
	text-align: left;
}
#syusai {
	border-bottom: 1px none #FFFFFF !important;
}
#post article.gbox #polcy h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 25px;
}
#post article.gbox #polcy p {
	font-size: 12px;
	line-height: 22px;
}
.syusaisya {
	border-bottom: 1px solid #CCCCCC !important;
	padding: 0px !important;
	margin: 0px !important;
}
.toptherr.syusaisya article table {
	padding: 0px !important;
	margin-top: -0px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .toptherr.syusaisya article {
	margin: 0px !important;
	padding: 0px !important;
}
.title_profile h1 img {
	width: 100%;
	height: auto;
}
#my-menu .spbtmmenu h3:first-child {
	font-size: 12px;
	line-height: 16px;
	color: #5B5B5B;
	display: block;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
#my-menu .spbtmmenu h3 {
	font-size: 12px;
	line-height: 16px;
	color: #5B5B5B;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
.infonews 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_07.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	-webkit-background-size: 35px;
	     -o-background-size: 35px;
	        background-size: 35px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infonews h2 span {
	display: block;
	color: #FFA400;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.infolive h2 {
    font-size: 24px;
    line-height: 24px;
    -webkit-background-size: 40px;
         -o-background-size: 40px;
            background-size: 40px;
    background-position: left top;
    padding-left: 50px;
}
.infolive h2 span {
    font-size: 12px;
    margin-top: 5px;
}
article .pv h2 {
	width: auto;
	height: 70px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/pvicon_03.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 50px;
	background-size: auto 55%;
}
.bgglay {
	display: block;
	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;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 100% !important;
}
.midd .liveinfo .news {
	display: block;
	transition: 1s;
	padding-top: 15px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 3px !important;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #C1C1C1;
}
article .pv h2 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;
}
article .keytext h2 {
	width: auto;
	height: 50px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	background-image: url(images/point/tork_liveico.fw.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 60px;
	background-size: auto 90%;
}
.child_header .title_liveinfo h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 24% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 37%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/live_schedule_archive_03.png);
}
.title_liveinfo h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px!important;
	line-height: 14px!important;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.talklive .left .keytext h3 {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}
header .child_header .title_liveinfo {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_org h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 7% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 21%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/organizer_single_03.png);
}
header .child_header .title_org h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px!important;
	line-height: 14px!important;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .child_header .title_org {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
header .child_header .title_sitemap {
	width: 320px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.child_header .title_sitemap h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: 25% bottom;
	background-size: auto 70% !important;
	color: #FFFFFF;
	font-size: 24px;
	line-height: nomal;
	text-align: left;
	padding-left: 38%;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding-top: 4%;
	background-image: url(images/point/sitemap_03.png);
}
.title_sitemap 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;
}
.picbox article {
	width: 50% !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: 20px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 7px !important;
	padding-bottom: 0px !important;
	padding-left: 5px !important;
	float: left;
}
.kanren article h4 img {
	width: 40% !important;
	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;
}
.toptherr.titile_arch article table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
tr td h5 {
}
.gbox .fullwidth img {
	width: 100%;
	height: auto;
}
#company tbody tr {
}
#company tbody tr th {
	display: block;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
}
#company tbody tr td {
	display: block;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 22px;
}
.slick-slide {
    margin-right: 20px;
}
.kanrenspace article {
	width: 33% !important;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left !important;
}
article .kanrenpost p {
	font-size: 12px;
	line-height: 20px;
	color: #3F403F;
	margin-bottom: 10px;
}
a .kanrenname {
		font-size: 24px;
	line-height: 24px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#333;
	text-decoration:none;
	
}
.kanrenpost .thamnail_left {
	width: 100%;
	height: 100px;
	position: relative;
	float: none;
	clear: both;

}
.kanrenpost .kanrenname_right {
	float: none;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thamnail_left .cat01 a {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
.kanrenpost .kanrenname_right .day {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	float: none;
	position: static;
	bottom: 0px;
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}
.kanrenpost .kanrenname_right .more {
	float: none;
	position: static;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	right: 0px;
	clear: both;
}
.thamnail_left .cat01 a {
	color: #FFFFFF;
}

.kanrenpost .thamnail_left img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
}
.kanrenpost p {
	display: block;
	float: left;
	word-wrap: break-word;
}
.kanrenpost .kanrenname_right h4 {
	border-bottom-style: none;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	word-wrap: break-word;
	width: 100%;
	height: auto;
}
.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;

}
.right_title_mini .daytimesp {
	display: block;
	float: left;
	font-size: 10px;
	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;

}
.right_title_mini .catgolysp {
	float: left !important;
	padding-left: 20px;
	background-image: url(images/bg/media_single_13.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	line-height: 18px;
	margin-right: 10px;
	color: #595959;
	margin-top: 0px;
}
.right_title_mini .catgolysp a {
	color: #595959;

}

}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------     PC    -------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1019px) {
* {
	margin: 0px;
	padding: 0px;
}
.pcnone {
	display: none!important;
}
}