@charset "utf-8";

/* ------------------------------------------------------------
 0:base (& common class)
------------------------------------------------------------ */
html, :root {
	font-size: 62.5%;
}
body {
	background: #e8e8e8;
	color: #4d4d4d;
	/* font-family: -apple-system, BlinkMacSystemFont, "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;*/
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1;
}
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:focus, *:focus, img {
	outline: none;
}

/* state */
body.is_overlay {
	overflow: hidden;
}
.pc_only {
	display: none!important;
}

/* common */
.nav, .nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumb img, .pict img {
	max-width: 100%;
	height: auto;
}
.link_hover{
	color: #0066b3;
	text-decoration: underline;
}

/* ------------------------------------------------------------
 1:header
------------------------------------------------------------ */
.global-header {
	background: #fff;
	width: 100%;
}
.global-header form{
	position: relative;
}
.global-header-inner {
	position: relative;
	padding: 10px;
}
.global-header__logo {
	display: inline-block;
	float: left;
}
.global-header__logo img {
	width: auto;
	height: 27px;
}
.global-header__btn {
	display: inline-block;
	float: right;
}
.global-header__btn a {
	display: block;
	height: 27px;
	overflow: hidden;
	font-size: 0;
}
.global-header__btn--menu {
	width: 27px;
	background: url(https://cdn.artjeuness.net/assets/img/common/btn_menu-open.png) no-repeat center center;
	background-size: 27px auto;
}
.global-header__btn--close {
	width: 20px;
	background: url(https://cdn.artjeuness.net/assets/img/common/btn_close.png) no-repeat center center;
	background-size: 20px auto;
}

/* nav */
.global-header__nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	overflow-x: hidden;
	background: #0066b3;
	color: #fff;
}
.global-header__nav .global-header-inner {
	border-bottom: 1px solid #3385c2;
}

/* nav--main */
.global-header__nav--main {}
.global-header__nav--main .nav--primary li,
.global-header__nav--main .nav--secondary {
	border-bottom: 1px solid #3385c2;
}
.global-header__nav--main .nav--secondary {
	letter-spacing: -.4em;
}
.global-header__nav--main .nav--primary a,
.global-header__nav--main .nav--secondary a {
	display: block;
	padding: 20px 10px;
	overflow: hidden;
	font-size: 20px;
}
.global-header__nav--main .nav--secondary a {
	padding: 10px 5px;
}
.global-header__nav--main .nav--secondary img{
	max-width: 100%;
	height: auto;
}
.global-header__nav--main .nav--primary a:before{
	display: inline-block;
	width: 34px;
	height: 1em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -0.1em;
	content: "";
}
.nav--primary .nav-artist a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-artist_sp.png);
	background-size: 18px auto;
}
.nav--primary .nav-event a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-event_sp.png);
	background-size: 21px auto;
}
.nav--primary .nav-first a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-first_sp.png);
	background-size: 14px auto;
}
.nav--secondary .nav-sites {
	display: inline-block;
	letter-spacing: normal;
	width: 33.33333%;
}
.nav--secondary .nav-sites a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-sites_sp.png);
	background-size: 15px auto;
}
.nav--primary .nav-artist a:after {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	margin-top: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content:"";
}
.nav--secondary .nav-search {
	border-top: 1px solid #3385c2;
	padding: 10px;
	text-align: center;
}
.nav--secondary .nav-search input[type="search"] {
	width: 100%;
	height: 35px;
	padding: 0 25px 0 14px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background: #fff url(https://cdn.artjeuness.net/assets/img/common/icon_header-search.png) no-repeat right 10px center;
	background-size: 15px auto;
	color: #4d4d4d;
	line-height: 35px;
	font-size: 14px;
}
.nav--secondary .nav-search input[type="submit"] {
	position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    opacity: 0;
    width: 40px;
    display: block;
}

/* nav--corporate(sp_only) */
.nav--corporate {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}
.nav--corporate li {
	display: inline-block;
	width: 49.2%;
	margin-bottom: 1.5vw;
}
.nav--corporate li a {
	display: block;
	height: 40px;
	padding: 12px 0;
	background: #3385c2;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

/* nav--child(artist,sites) */
.global-header__nav--artist,
.global-header__nav--sites {
	position: absolute;
	top: 48px;
	/*left: 0;*/
	left: 100%;
	width: 100%;
	padding: 0 0 60px;
	background: #0066b3;
	color: #fff;
}
.global-header__nav--artist .nav-artist,
.global-header__nav--sites .nav-sites {
	border-bottom: 1px solid #3385c2;
}
.global-header__nav--artist .nav-artist a,
.global-header__nav--sites .nav-sites a {
	display: block;
	padding: 20px 10px;
	overflow: hidden;
	font-size: 20px;
}
.global-header__nav--artist .nav-artist a:before,
.global-header__nav--sites .nav-sites a:before {
	display: inline-block;
	width: 34px;
	height: 1em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -0.1em;
	content: "";
}
.global-header__nav--artist .nav-artist a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-artist_sp.png);
	background-size: 18px auto;
}
.global-header__nav--sites .nav-sites a:before {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-sites_sp.png);
	background-size: 15px auto;
}
.global-header__nav--artist .nav-artist a:after,
.global-header__nav--sites .nav-sites a:after {
	display: inline-block;
	float: left;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	margin-top: 4px;
	margin-right: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content:"";
}
.global-header__nav--artist label {
	display: block;
	margin-bottom: 10px;
	padding: 15px 10px 0;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
}
/* artist-box */
.global-header__nav--artist .artist-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.global-header__nav--artist .artist-box li {
	display: table;
	width: 49%;
	min-height: 60px;
	margin-bottom: 1.5vw;
	padding: 3px;
	background-color: #fff;
	color: #4d4d4d;
}
.global-header__nav--artist .artist-box .thumb {
	display: inline-block;
	width: 54px;
	height: 54px;
	vertical-align: top;
}
.global-header__nav--artist .artist-box .name {
	display: inline-block;
	padding: 13px 0 0 6px;
	font-size: 14px;
	line-height: 1.1;
	vertical-align: top;
}
.global-header__nav--artist .artist-box .name small {
	display: block;
	margin-top: 4px;
	font-family: arial;
	font-size: 9px;
}
.global-header__nav--artist .btn-view {
	padding: 5px 10px;
}
.global-header__nav--artist .btn-view a {
	display: block;
	height: 60px;
	padding: 23px 0;
	border-radius: 4px;
	background: #ffd602;
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
}
.global-header__nav--artist .btn-view a:before {
	display: inline-block;
	width: 13px;
	height: 1em;
	margin-right: 5px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-artist.png) no-repeat left top;
	background-size: 13px auto;
	vertical-align: top;
	content: "";
}
/* sites-banner */
.global-header__nav--sites .sites-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}
.global-header__nav--sites .sites-banner li {
	display: block;
	width: 49%;
	margin-bottom: 1.5vw;
}
.global-header__nav--sites .sites-banner a {
	display: block;
}
.global-header__nav--sites .sites-banner img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


/* ------------------------------------------------------------
 2:footer
------------------------------------------------------------ */
@media screen and (max-width:640px) {
	#pagetop a{
		position:fixed;
		display: block;
		width: 40px;
		right: 4%;
		bottom: 30px;
	}

	#pagetop a img{
		width: 100%;
	}

}


.global-footer {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.global-footer-related {
	padding: 10px 10px 5px;
	background: #000;
	color: #fff;
}
.global-footer-related .nav {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.global-footer-related .nav li {
	display: inline-block;
	width: 49.2%;
	margin-bottom: 1.5vw;
}
.global-footer-related .nav li img {
	max-width: 100%;
	height: auto;
}
.global-footer__nav {
	/*display: none;*/ /* pc_only */
	padding: 0 3%;
}
.global-footer__nav .nav{
	display: flex;
	font-size: 15px;
	justify-content: space-between;
}
.global-footer__nav .nav li{
}

.global-footer-copyright {
	padding: 20px 3% 26px;
}
.global-footer-copyright br{
	display: none;
}
.global-footer-copyright .logo {
	display: none; /* pc_only */
}
.global-footer-copyright p {
	margin: 0;
	line-height: 1.5;
}
.global-footer-copyright p small {
	display: inline-block;
	margin-top: 1em;
	font-family: airal;
	font-size: 10px;
}

/*big footer*/
.global-footer__big{
	padding: 30px 3% 0;
	font-size: 16px;
}
.global-footer__big .logo_blk{
	margin: 30px 0;
}

.global-footer__big .logo_blk p{
	display: none; /* pc_only */
}
.global-footer__big .logo_blk img{
	width: 190px;
}

.global-footer__big .nav_blk li{
	text-align: left;
	margin-bottom: 1em;
}
.global-footer__big .nav_blk li.tw_btn{
	text-align: center;
}
.global-footer__big .nav_blk li.tw_btn img{
	width: 45px;
}
.global-footer__big > .nav_big .nav_blk > ul > li > ul > li{
	margin-left: 1em;
}
.global-footer__big > .nav_big .nav_blk > ul > li > ul > li:before{
	content: "-";
	margin-right: 0.3em;
}


/* ------------------------------------------------------------
 3:breadcrumbs
------------------------------------------------------------ */
.breadcrumbs {
	width: 100%;
	padding: 10px;
	background: #ccc;
	color: #666;
	font-size: 11px;
}
.breadcrumbs a {
	background: transparent;
	color:#0066b3;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li + li:before {
	margin: 0 4px 0 2px;
	content: ">";
}


/* ------------------------------------------------------------
 4:main
------------------------------------------------------------ */
#contents {
	padding-bottom: 10px;
}
#contents > article {
	padding: 10px;
}

/* heading */
.heading {
	margin: 0 auto 10px;
	background: transparent;
	color: #0066b3;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}
.heading span ,
.annotation span{
	display: inline-block;
	margin: 0 4px;
	padding: 4px 8px;
	border: 1px solid #0066b3;
	border-radius: 4px;
	font-size: 12px;
	vertical-align: 0.2em;
}
.annotation {
	color: #0066b3;
	font-weight: normal;
	margin: 5px 0;
	text-align: center;
}

#contents > .heading {
	margin: 30px auto 5px;
}
article > .heading {
	margin: 20px auto 10px;
}

/* lead-block */
[class*="lead-block"] {
	margin: 10px auto;
	text-align: center;
}
[class*="lead-block"] p {
	margin: 0;
}
.lead-block--note {
	font-size: 12px;
	line-height: 1.2;
}
.lead-block--note .icon {
	display: inline-block;
	width: auto;
	height: 11px;
	margin: 0 3px;
	vertical-align: middle;
}
.heading + .lead-block--note {
	margin: -3px auto 15px;
}

/* article-box */
[class*="article-box"] {
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}

/* article-share */
.article-share {
	list-style-type: none;
	margin: 15px auto;
	padding: 0;
	text-align: center;
}
.article-share li {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
}
.article-share li img {
	width: 44px;
	height: auto;
}

/* ribbon */
.col--pickup span.icon,
.col--new span.icon,
.col--update span.icon {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	content: "";
}
/* ribbon - 2col size */
.col--pickup span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_pickup.png);
}
.col--new span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_new.png);
}
.col--update span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_update.png);
}
/* ribbon - 3col size */
.row3col .col--pickup span.icon,
.row3col .col--new span.icon,
.row3col .col--update span.icon {
	width: 74px;
	height: 46px;
	background-size: 74px auto;
}
.row3col .col--pickup span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_pickup_s.png);
}
.row3col .col--new span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_new_s.png);
}
.row3col .col--pickup span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_update_s.png);
}

/* top page
---------------------------------------- */
/* top-slider */
.top-slider {
	margin: 0 0 10px;
	padding: 10px 12px;
	background: #000;
	color: #fff;
}
.top-slider .slider {
	width: 100%;
}
.top-slider .slider .slick-arrow {
	position: absolute;
	top: calc(50% - 50px);
	z-index: 10;
	width: 40px;
	height: 60px;
	border: none;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 55px;
	overflow: hidden;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.top-slider .slider .slick-arrow.slick-prev {
	left: -10px;
	background-position: left center;
	background-color: rgba(0,0,0,.6);
}
.top-slider .slider .slick-arrow.slick-next {
	right: -10px;
	background-position: right center;
	background-color: rgba(0,0,0,.6);
}
.top-slider .slide__col a {
	display: block;
}
.top-slider .slide__pic {
	margin-bottom: 10px;
	overflow: hidden;
}
.top-slider .slide__pic img {
	max-width: 100%;
	height: auto;
}
.top-slider .slide__caption {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

.top-slider .slick-dots{
	text-align: center;
	padding: 10px 0;
}

.top-slider .slick-dots li{
	display: inline-block;
	text-align: center;
}

.top-slider .slick-dots li button{
	text-indent: -9999px;
	background: none;
	border: none;
}

.top-slider .slick-dots li:before{
	content: "●";
	color: rgba(255,255,255,.60);
}

.top-slider .slick-dots li.slick-active:before{
	color: rgba(255,255,255,1.0);
}


/* top-banner */
.top-banner {
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
}
.top-banner img {
	max-width: 100%;
	height: auto;
}

/* top-infomation */
.top-infomation {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-color: #ff0000;
    border-style: solid;
    border-width: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-infomation h2{
	font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 5px;
}
.top-infomation p{
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
}

/* top-topics */
.top-topics {
	padding: 0 10px;
}
.top-topics .topics {
	position: relative;
	width: 100%;
}
.topic__col {
	position: relative;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 15px;
}
.topic__col:first-child {
	margin-top: 0;
}
/* bgcolor */
.topics .col--pattern01 {
	/*ブルー*/
	color: #fff;
	background-color: #0066b3;
}
.topics .col--pattern02 {
	/*イエロー*/
	/*color: #4d4d4d;
	background-color: #ffd602;*/
	/*オレンジ*/
	color: #fff;
	background-color: #ff8f02;
}
.topics .col--pattern03 {
	/*グレー*/
	color: #fff;
	background-color: #666;
}
/* ribbon */
.topics .col--pickup span.icon,
.topics .col--new span.icon,
.topics .col--update span.icon {
	width: 98px;
	height: 61px;
	background-size: 96px auto;
}
/* fact */
.topic__pic {
	width: 100%;
}
.topic__col a {
	display: block;
}
.topic__pic img {
	max-width: 100%;
	height: auto;
}
.topic__pic .video {
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}
.topic__pic .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.topic__caption {
	margin: 10px 0 0;
}

/* event page
---------------------------------------- */
/* event-list */
.event-list {
	width: 100%;
	padding: 0 10px;
}
.event-list .events {
	position: relative;
}
.event__col {
	position: relative;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.event__col.col--pickup span.icon,
.event__col.col--new span.icon,
.event__col.col--update span.icon {
	width: 98px;
	height: 61px;
	background-size: 96px auto;
}
.event__col a {
	display: block;
}
.event__icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
}
.event__icon img {
	display: inline-block;
	margin-left: 2px;
	width: 40px;
	height: auto;
}
.event__pic {
	width: 100%;
	margin-bottom: 3px;
}
.event__pic .copyright {
	margin-top: 3px;
	font-size: 9px;
	text-align: right;
}
.event__title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1;
}
.event__title a{
	color: #0066b3;
}
.event__schedule {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 5px 0 8px;
	padding: 0;
	width: 100%;
}
.event__schedule [class*="schedule__line"] {
	width: 49%;
}
[class*="schedule__line"] {
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 10px;
}
[class*="schedule__line"] span {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}
.schedule__line--visitor {
	padding-left: 16px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_event-visitor_s.png) no-repeat left 0px top 5px;
	background-size: 11px auto;
}

/* event-detail */
.event__article {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	color: #4d4d4d;
	margin: 20px 0 0;
	padding: 10px;
}
.event__article .event__pic .copyright {
	margin-top: 6px;
}
.event__article--main {
	margin-bottom: 20px;
}
.event__article--main .event__pic {
	margin-bottom: 10px;
}
.event__article--main .event__txt {
	font-size: 14px;
	line-height: 1.7;
}
.event__article--schedules {}
.event__article--schedules .schedule__col {
	margin-bottom: 10px;
	border: 1px solid #333;
}
.event__article--schedules .schedule__col a{
	color: #4d4d4d !important;
}
.event__article--schedules .schedule__col:hover a{
	text-decoration: none !important;
}
.schedule__col > a {
	display: block;
	position: relative;
}
.schedule__col > a:before {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content:"";
}
.schedule__title {
	display: table;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.schedule__sp {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}
.schedule__sp li{
	background: #ffe0e0;
	color: #ff2929;
	margin-bottom: 5px;
	padding: 8px 10px 6px;
}
.event__place {
	display: table-cell;
	width: 7em;
	padding: 0 6px 0 9px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.event__duration {
	display: table-cell;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.event__duration,
.event__duration *{
	font-size: 10px!important;
	line-height: 1.2;
	text-align: center;
}
.event__duration:before {
	display: inline-block;
	height: 3em;
	margin-right: 10px;
	border-right: 1px solid #fff;
	vertical-align: middle;
	content: "";
}
.event__duration span {
	display: inline-block;
	font-size: 12px;
}
.event__duration span + span {
	margin-right: 0.6em;
}
.schedule__outline {
	padding: 10px;
	overflow: hidden;
}
.schedule__outline .event__data {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}
.schedule__outline .event__data--hours {
	margin-top: 10px;
}
.schedule__outline .event__data--hours .note {
	display: block;
	margin-top: 0.2em;
	font-weight: normal;
	font-size: 12px;
}
.schedule__outline .event__icon {
	position: static;
	margin-top: 10px;
}

/* event-detail(overlay) */
.event-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.event-overlay:before {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	color: inherit;
	content: "";
}
.event-overlay__inner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.event-overlay__btn-close {
	text-align: right;
}
.event-overlay__btn-close a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(https://cdn.artjeuness.net/assets/img/common/btn_close.png) no-repeat center center;
	background-size: 20px auto;
	font-size: 0;
}
.event-overlay__arrow {
	position: relative;
	width: 100%;
	height: 5px;
}
.event-overlay__arrow a {
	position: absolute;
	top: 300px;
	z-index: 210;
	width: 10px;
	height: 20px;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 20px;
	font-size: 0;
	cursor: pointer;
}
.event-overlay__arrow--prev a {
	left: 5px;
	background-position: left center;
}
.event-overlay__arrow--next a {
	right: 5px;
	background-position: right center;
}
.event-overlay__book {
	margin: 0 20px 20px;
	padding-bottom: 20px;
	background: #fff;
	color: #4d4d4d;
	border: 1px solid #333;
}
.event-overlay__book .schedule__outline {
	padding: 20px 20px 15px;
}
.event-overlay__book .schedule__outline .event__data {
	width: 420px;
}
.event-overlay__book .event__news {
	margin: 0 20px 15px;
	padding: 14px;
	border: 1px solid #ffd602;
}
.event__news .news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
}
.event__news .news li {
	margin-top: 8px;
}
.event__news .news li:first-child {
	margin-top: 0;
}
.event__news .news li span {
	display: block;
	margin-bottom: 0.3em;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px auto;
}
.event__news .news li.news--visitor span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-visitor_s.png);
}
.event__news .news li.news--present span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-present_s.png);
}
.event__news .news li.news--lottery span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-lottery_s.png);
}
.event-overlay__book .event__map {
	padding: 0 20px 18px;
	font-size: 14px;
}
.event__map--gmap {
	position: relative;
	max-width: 100%;
	margin-bottom: 10px;
	padding-top: 56.25%;
}
.event__map--gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.event__map--zoom {
	text-align: right;
}
.event__map--zoom a {
	display: inline-block;
	padding-right: 18px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_zoom.png) no-repeat right top;
	background-size: 14px auto;
}
.event__map--station {
	margin-top: 12px;
}
.event-overlay__book .event__information {
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 1.3;
}
.event__information--venue {
	margin: 0 0 15px;
	border-top: 1px solid #ccc;
}
.event__information--venue dt {
	padding: 12px 2px 2px;
	font-weight: bold;
}
.event__information--venue dd {
	margin: 0;
	padding: 0 2px 12px;
	border-bottom: 1px solid #ccc;
}
.event__information--note {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.event-overlay__book .event__entry-btn {
	padding: 0 20px;
}
.event-overlay__book .event__entry-btn a {
	display: block;
	padding: 17px 0;
	border-radius: 4px;
	background: #ff2929;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.event__entry-btn a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 11px;
	height: 11px;
	margin-top: 2px;
	margin-right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content:"";
}

/* artist page
---------------------------------------- */
/* common */
.artist-tags .tag,
.artist-tags [class*="tag--"],
.select-artist__menu--tags .tag,
.select-artist__menu--tags [class*="tag--"] {
	display: inline-block;
	margin-right: 2px;
	padding: 4px 8px 4px 4px;
	font-size: 11px;
	border-radius: 2px;
}
.artist-tags span.tag {
	background: #ffd602;
	color: #4d4d4d;
}
.artist-tags span[class*="tag--"] {
	background: #ff2929;
	color: #fff;
}
.artist-tags .tag:before,
.select-artist__menu--tags .tag:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	content: "";
}
.artist-tags [class*="tag--"]:before,
.select-artist__menu--tags [class*="tag--"]:before{
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-right: 4px;
	vertical-align: middle;
	content: "";
}
.tag--event:before {
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_tag-event.png) no-repeat center top;
	background-size: 7px auto;
}
.tag--visitor:before {
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_tag-visitor.png) no-repeat center top;
	background-size: 10px auto;
}

/* artist-index -- menu */
.select-artist__menu {
	margin: 0 0 20px;
	padding: 5px 10px;
	text-align: center;
}
.select-artist__menu--tags {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}
.select-artist__menu--tags li {
	display: inline;
}
.select-artist__menu--tags a {
	background: #999;
	color: #fff;
	margin-bottom: 5px;
}
.select-artist__menu--tags a.is_selected {
	background: #ffd602;
	color: #4d4d4d;
}
.select-artist__menu--tags [class*="tag--"].is_selected {
	background: #ff2929;
	color: #fff;
}
.select-artist__menu--sort {
	margin: 0 0 14px;
	padding: 0;
}
.select-artist__menu--sort li {
	display: inline;
	font-size: 14px;
}
.select-artist__menu--sort a {
	display: inline-block;
	margin-right: 30px;
	white-space: nowrap;
}
.select-artist__menu--sort a:hover,
.select-artist__menu--sort a.is_selected {
	border-bottom: 2px solid #0066b3;
	background-color: transparent;
	color: #0066b3;
}
.select-artist__menu--sort a:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-right: -18px;
	margin-left: 8px;
	content:"";
}
.select-artist__menu--sort a.is_asc:after {
	vertical-align: 2px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.select-artist__menu--sort a.is_desc:after {
	vertical-align: -2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.select-artist__menu--search {}
.select-artist__menu--search input[type="search"] {
	width: 52%;
	height: 2.5em;
	padding: 0 1.8em 0 1em;
	border: 1px solid #ccc;
	border-radius: 1.25em;
	background: #fff url(https://cdn.artjeuness.net/assets/img/common/icon_header-search.png) no-repeat right 10px center;
	background-size: 15px auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 35px;
}

/* artist-index -- list */
.select-artist__list {
	width: 100%;
	padding: 0 10px;
}
.select-artist__list .artists {
	position: relative;
}
.select-artist__list .artist__col {
	display: table;
	position: relative;
	width: 100%;
	min-height: 115px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.select-artist__list .artist__col a {
	display: block;
}
.select-artist__list .artist__col .artist__thumb {
	display: table-cell;
	width: 95px;
	height: 95px;
	overflow: hidden;
	vertical-align: top;
}
.select-artist__list .artist__col .artist__thumb img {
	width: 95px;
	height: auto;
}
.select-artist__list .artist__col .artist__data {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}
.select-artist__list .artist__data .artist-name {
	padding: 4px 0;
	font-size: 16px;
	line-height: 1.2;
}
.select-artist__list .artist__data .artist-name small {
	font-size: 11px;
}
.select-artist__list .artist__data .artist-tags span {
	margin-top: 5px;
}

/* artist-detail -- lead-block */
.lead-block--artist {
	margin: 12px auto;
}
.lead-block--artist .artist-tags {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lead-block--artist .artist-tags li {
	display: inline;
}
.lead-block--artist .back-index {
	display: none;
}
/* artist-detail -- article-box */
.article-box--artist {
	margin: 0 10px;
}
/* artist-detail -- artist__info */
.artist__info {
	padding-bottom: 40px;
}
.artist__info--slider {
	/*height: 345px;*/
	margin-bottom: 56px;
	padding: 10px 15px;
	background: #000;
	color: #fff;
}
.artist__info--slider .slick-arrow {
	position: absolute;
	/*top: 162px;*/
	top: 50%;
	margin-top: -10px;
	z-index: 10;
	width: 11px;
	height: 20px;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 20px;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.slick-initialized .slick-slide{
	display: table!important;
}
.artist__info--slider .slick-arrow.slick-prev {
 	left: 5px;
	background-position: left top;
}
.artist__info--slider .slick-arrow.slick-next {
	right: 5px;
	background-position: right center;
}
.artist__info--slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.artist__info--slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.artist__info--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #ccc;
  border: 0 none;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  white-space: nowrap;
}
.artist__info--slider .slick-dots li.slick-active button {
  background: #0066b3;
}
.artist__info--slider .slide__col {
	max-width: calc(100% - 30px);
}
.artist__info--slider .slide__pic {
	margin-bottom: 10px;
	text-align: center;
	/*display: inline-block;*/
	display: table-cell;
  height: 250px;
  /*width: 100%;*/
  vertical-align: middle;
  padding-bottom: 10px;
}
.artist__info--slider .slide__pic img {
	/*width: auto;
	max-height: 305px;*/
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
.artist__info--slider .slide__caption {
	font-size: 10px;
	text-align: center;
	display: table-row;
}
.artist__info--main {}
.artist__info--main .text-block {
	margin: 0 0 32px;
}
.artist__info--main .text-block h2 ,
.artist__info--main .text-block__heading {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 16px;
}
.artist__info--main .text-block p ,
.artist__info--main .text-block__body {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.artist__info--main .text-block__body p {
	margin: 20px;
}
.artist__info--main .text-block__body p + p {
	margin-top: 1em;
}
.artist__info--main .text-block__news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
}
.artist__info--main .text-block__news li {
	margin-bottom: 5px;
}
.artist__info--main .text-block__news li a{
	color: #0066b3;
}
.artist__info--main .text-block__news li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background: #ffd602;
	border-radius: 2.5px;
	vertical-align: 0.25em;
	content: "";
}
.artist__info--event {
	padding: 15px;
	border: 1px solid #ffd602;
}
.artist__info--event .event-heading {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}
.artist__info--event .event-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
}
.artist__info--event .event-news li {
	margin: 0 0 10px;
	padding: 0;
}
.artist__info--event .event-news li a{
	color: #0066b3;
}
.artist__info--event .event-news li span {
	display: block;
}
.artist__info--event .event-news-more a {
	display: block;
	padding: 13px 10px;
	background: #ffd602;
	color: #4d4d4d;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.artist__info--event .event-news-more a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content:"";
}
/* artist-detail -- artist__works */
.artist__works {}
.artist__works > section {
	padding: 25px 0;
	border-top: 1px solid #ccc;
}
.artist__works .works-heading {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}
.artist__works .works__col {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.artist__works .works__col:nth-child(odd) {
	clear: both;
	margin-right: 4%;
}
.artist__works .works__col a {
	display: block;
}
.artist__works .thumb {
	width: 100%;
	margin-bottom: 5px;
}
.artist__works .copyright {
	margin-bottom: 10px;
	font-size: 10px;
	text-align: right;
}
.artist__works .title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.3;
}
/* artist-detail -- other-artist */
.other-artist {
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
.other-artist-heading {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}
.other-artist-inner {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.other-artist-inner li {
	float: left;
	width: 31.3%;
	margin-bottom: 15px;
	margin-left: 3%;
	padding: 0;
}
.other-artist-inner li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.other-artist-inner a {
	display: block;
}
.other-artist-inner .thumb {
	width: 100%;
	margin-bottom: 10px;
}
.other-artist-inner .name {
	font-size: 12px;
	line-height: 1.25;
}

/* picture page
---------------------------------------- */
.picture-list {
	width: 100%;
	margin: 10px 0 40px;
	padding: 0 10px;
}
.picture-list-heading {
    background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
   	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    color: #0066b3;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
	margin: 0 0 8px;
    padding: 10px 6px;
}
.picture-list .pictures {
	position: relative;
}
.picture-list .picture__col {
	position: relative;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.picture__col .picture__pic {
	margin-bottom: 10px;
}
.picture__col .picture__pic .thumb {
	width: 100%;
	overflow: hidden;
	background: #333;
	color: #4d4d4d;
	text-align: center;
}
.picture__col .picture__pic .thumb img {
	max-height: calc(100vw - 40px);
}
.picture__col .picture__pic .copyright {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}
.picture__col .picture__name {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
}
.picture__col .picture__artist {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.2;
}
.picture__col .picture__artist a{
	color: #0066b3;
	text-decoration: underline;
}
.picture__col .picture__data {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}
.picture__col .picture__data--ver {
	display: table-cell;
	margin: 0;
}
.picture__col .picture__data--ver dt,
.picture__col .picture__data--ver dd {
	display: inline-block;
	margin: 0;
	padding: 0 0.3em 0 0;
}
.picture__col .picture__data--update {
	display: table-cell;
	text-align: right;
}
.picture__col .picture__btn {
	margin: 0 0 10px;
}
.picture__col .picture__btn a {
	display: block;
	padding: 13px 10px;
	background: #ffd602;
	color: #4d4d4d;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.picture__col .picture__btn a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content:"";
}
.picture__col .picture__share {
	display: table;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px;
	background: #e8e8e8;
	color: #4d4d4d;
}
.picture__col .picture__share dt {
	display: table-cell;
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
}
.picture__col .picture__share dd {
	display: table-cell;
	width: 75px;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.picture__col .picture__share dd a {
	display: block;
}
.picture__col .picture__share dd img {
	width: auto;
	height: 32px;
}

/* store page
---------------------------------------- */
.heading._store span {
	display: block;
	margin: 10px auto;
	padding: 0;
	border: none;
	width: 136px;
}
.heading._store span img{
	max-width: 100%;
	height: auto;
}
.store__article {
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.store__article h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.7;
}
.store__article h3,.store__article h4,.store__article h5{
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.7;
}
.store__article p{
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.store__article .store__pic figcaption {
	color: #868686;
    font-size: 14px;
    margin-top: 6px;
    text-align: left;
}
.store__article--main {
	margin-bottom: 40px;
}
.store__article--main .store__pic {
	margin-bottom: 10px;
}
.store__article .store__list > li{
	margin: 0 0 30px;
}
.store__article .store__list img{
	max-width: 100%;
	height: auto;
}
.store__article .store__list figcaption{
	font-size: 14px;
	margin: 8px 0 12px;
}
.store__list--sns {
	margin: 0 -4px;
	overflow: hidden;
}
.store__list--sns > li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.store__detail .sns {
	margin: 0 -4px 10px;
	overflow: hidden;
}
.store__detail .sns >li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.store__detail .sns >li img{
	max-width: 100%;
	height: auto;
}
.store__detail .info {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.7;
	padding: 10px 0;
}
.store__detail .info._first {
	border-top: 1px solid #ccc;
}
.store__detail .info >dt {
	font-weight: bold;
	margin-bottom: 4px;
}
.store__detail .info >dd {
}
.store__map {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}
.store__map--zoom a{
	display: inline-block;
	float: right;
	margin-top: 10px;
    padding-right: 18px;
    background: url(https://cdn.artjeuness.net/assets/img/common/icon_zoom.png) no-repeat right top;
    background-size: 14px auto;
}
.store__special {
	border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.7;
}
.store__special > li{
	padding: 0 0 20px;
}
.store__special h2{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.store__special .pickup ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.store__special .pickup ul li{
	margin-bottom: 5px;
}
.store__special .pickup ul li:before{
	display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: #ffd602;
    border-radius: 2.5px;
    vertical-align: 0.25em;
    content: "";
}
.store__special .pickup ul li a{
	color: #0066b3;
}
.store__special .schedule dl dd{
	margin-bottom: 10px;
}
.store__special .schedule dl dd a{
	color: #0066b3;
}
.store__opened {
	padding: 20px 0 30px;
}
.store__opened ul{
}
.store__opened ul li{
	margin-bottom: 10px;
}
.store__opened ul li a{
	border: 1px solid #ccc;
	color: #4d4d4d !important;
	display: block;
	padding: 2px;
}
.store__opened ul li a:hover{
	text-decoration: none !important;
}
.store__opened figure{
	display: inline-block;
	width: 70px;
}
.store__opened img{
	max-width: 100%;
	height: auto;
}
.store__opened .name{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.store__opened .name >span{
	display: block;
	font-size: 10px;
}
.store__blog {
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.7;
	padding: 20px 0 ;
}
.store__blog--outer {
}
.store__blog--txt {
}
.store__blog--txt ul{
	margin-bottom: 16px;
}
.store__blog--txt li{
	margin-bottom: 10px;
}
.store__blog--img {
	text-align: center;
}
.store__blog--img img{
	max-width: 100%;
	height: auto;
}

/* lottery page
---------------------------------------- */
#lottery{
	width: 100%;
}

#lottery .cont_blk{
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

#lottery .cont_inner{
	width: 100%;
	overflow: hidden;
}

#lottery .cont_blk .f_left{
	width: 100%;
	float: none;
}

#lottery .cont_blk .f_right{
	width: 100%;
	float: none;
}

#lottery .cont_blk figure{
	width: 100%;
}

#lottery .cont_blk figcaption{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}
#lottery .cont_blk figure img{
	width: 100%;
}

#lottery .cont_inner .link_btn{
	display: inline-block;
	width: 100%;
	float: none;
}

#lottery .cont_inner .link_btn a{
	display: block;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.8em;
	border: 1px #0066b3 solid;
	font-size: 14px;
	margin: 0 auto;
}

#lottery .bnr_blk{
	width: 100%;
	margin: 10px auto 30px;
}

#lottery .bnr_blk img{
	width: 100%;
}


#lottery #customer .cont_inner .f_container{
	display: block;
	width: 100%;
}

#lottery #customer .cont_inner .f_container li{
	width: 100%;
	margin:40px 0;
}

#lottery #customer .cont_inner .f_container li:first-child{
	margin-top: 0;
}

#lottery #customer .cont_inner .f_container li:last-child{
	margin-bottom: 0;
}

#lottery #customer .cont_inner .f_container li figure{
	width: 60%;
	margin: 0 auto;
}

#lottery #customer .cont_inner .f_container li figure img{
	width: 100%;
}

#lottery #customer .cont_inner .f_container li dl{
	font-size: 14px;
	line-height: 1.7;
	padding: 10px;
}

#lottery #customer .cont_inner .f_container li dl dt{
	font-weight: bold;
	margin-bottom: 8px;
}



/* article page
---------------------------------------- */
.common__article {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    color: #4d4d4d;
    margin: 30px auto;
    padding: 20px;
    max-width: 640px;
}
.common__article a{
	color: #0066b3;
}
.common__article hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:20px 0;
    padding:0;
}
.common__article .sns {
	margin: 0 -4px 20px;
	overflow: hidden;
}
.common__article .sns a:hover{
	opacity: 0.7;
}
.common__article .sns >li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.common__article .sns >li img{
	max-width: 100%;
	height: auto;
}
.common__article h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.7;
}
.common__article h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.7;
}
.common__article h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.7;
}
.common__article h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
    line-height: 1.7;
}
.common__article--txt {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.common__article--img {
	margin: 20px -20px;
}
.common__article--img figcaption{
	color: #868686;
    font-size: 12px;
    margin: 4px 20px;
    text-align: left;
}
.common__article--img img{
	max-width: 100%;
	height: auto;
}
.common__article--list ,
.common__article--description,
.common__article--ordered{
	font-size: 14px;
	line-height: 1.7;
}
.common__article--list ,
.common__article--ordered{
	margin-bottom: 20px;
}
ol .common__article--list ,
ol .common__article--ordered,
ul .common__article--list ,
ul .common__article--ordered{
	margin-bottom: 0;
}

.common__article--list li{
	margin-bottom: 5px;
}
.common__article--list li:before{
	display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: #ffd602;
    border-radius: 2.5px;
    vertical-align: 0.25em;
    content: "";
}
.common__article--description {
	border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    padding: 10px 0;
}
.common__article--description._first {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.common__article--description._last {
	margin-bottom: 20px;
}
.common__article--description >dt{
    font-weight: bold;
    margin-bottom: 4px;
}
.common__article--description >dd{
}
.common__article--ordered{
	list-style: decimal;
	padding-left: 1em;
}
.common__article--ordered li{
	margin-bottom: 5px;
}

/* ------------------------------------------------------------
 info
------------------------------------------------------------ */
.info__title--date{
	font-size: 60%;
	font-weight: normal;
	padding-left: 1em;
}
.info__article--list li:before{
	display: none!important;
}
.info__article--list:last-child{
	margin-bottom: 0;
}
.info__article--list li > ul > li,
.info__article--list li > ol > li{
	margin-left: 1em;
}
.info__article--txt{
	word-break: break-all;
}

/* ------------------------------------------------------------
 btn_box
------------------------------------------------------------ */
.btn_box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn_01{
	display: inline-block;
    width: 160px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background-color: #0066b3;
    font-size: 16px;
    color: #fff;
}


/* ------------------------------------------------------------
 input
------------------------------------------------------------ */
form input[type=text]{
	width: 100%;
}
form textarea{
	width: 100%;
	height: 200px;
}
/* ------------------------------------------------------------
 txtCenter txtLeft txtRigth
------------------------------------------------------------ */
.txtCenter{
	text-align: center;
}
.txtLeft{
	text-align: left;
}
.txtRigth{
	text-align: right;
}
/* ------------------------------------------------------------
 utility
------------------------------------------------------------ */
.util-lh-14{line-height: 1.4!important}
.util-lh-16{line-height: 1.6!important}

.util-list-indent{margin-left: 1em;}
.util-list-indent li{text-indent: -1em;}

/* ------------------------------------------------------------
 clearfix
------------------------------------------------------------ */
[class*="-inner"]:before, [class*="-inner"]:after,
[class*="-block"]:before, [class*="-block"]:after,
.cf:before, .cf:after {
	content: "";
	display: table;
}
[class*="-inner"]:after,
[class*="-block"]:after,
.cf:after { clear: both; }