@charset "UTF-8";
/* CSS Document */

.sp,.spnavi{
	display:none !important;
}

.cat-item-8,.cat-item-9,.cat-item-10,.cat-item-11,.cat-item-12{
	display: none !important;
}

*{
	margin:0;
	padding:0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

img{
	border:0;
	border-style:none;
}

a{
	color: #3b5996;
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

#about,#feature,#usage{
	display: block;
	width: 100%;
	height: 0;
	float: left;
	clear: both !important;
}
html{
	height:100%;
}

body{
	font-weight: 300;
	min-width: 1160px;
	width:100%;
	height:100%;
	margin:0;
}

header ul {
	list-style:none;
}

#logo a,nav,.totop a,#logo02 a{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

#wrapper{
	display: block;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}
header{
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 auto !important;
	background-color: #fff;
}
.artist_area header{
	display: block;
	width: 100%;
	height: 130px !important;
	margin: 0 auto !important;
	background-color: #fff;
}

main{
	display: block;
	width: 100%;
	min-height: 300px;
	padding: 0 0 0 0;
	margin: 0 auto;
	float: left;
	clear: both;
}
#toppage main section{
	display: block;
	width: 100%;
	margin: 30px auto 50px auto !important;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
#secondary main{
	display: block;
	width: 100%;
	margin: 0 auto 50px auto !important;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}

footer{
	display: block;
	width: 100%;
	padding:0 0 0 0;
	margin: 0;
	background-color: #0099F1;
	float: left;
	clear: both;
}

#logo{
	display: block;
	position: absolute;
	margin: 0 0 0 50px;
	top:55px;
	float: left;
}

.seo{
	display: block;
	position: absolute;
	margin: 0 0 0 50px;
	top:25px;
	float: left;
}
.seo strong{
	font-size:14px;
	font-weight: 400;
}

#logo02{
	display: block;
	position: absolute;
	margin: 0 0 0 50px;
	top:28px;
	float: left;
}
.seo02{
	display: block;
	position: absolute;
	color: #fff;
	margin: 0 0 0 50px;
	top:5px;
	float: left;
}
.seo02 strong{
	font-size:10px;
	font-weight: 400;
}

.copyright{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width:98%;
	text-align:center;
	color: #fff !important;
	font-size:12px;
	padding: 40px 1% !important;
	margin:0 0 0 0 !important;
	float: left;
	clear: both;
}

.totop a{
	display: block;
	position: fixed;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border: solid 4px #0099F1;
	right: 20px;
	bottom:150px;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.2));
	transition-duration: 0.2s;
}
.totop a:hover{
	background-color: #ABE4FF;
	transition-duration: 0.2s;
}
#gnavi{
	display: block;
	width: auto;
	text-align: center !important;
}

#gnavi li{
	display: inline;
}
#gnavi li a{
	display: inline-block;
	height: 20px;
	text-decoration: none;
	padding: 20px 25px 0 25px;
	font-size:16px;
	font-weight: 300;
	text-align: center;
	color: #000;
	margin: 0 auto;
	border-right: solid 1px #666;
	transition-duration: 0.2s;
}
#gnavi li a:hover{
	color: #fff !important;
	background-color: #0099F1;
	transition-duration: 0.2s;
}
.gnavi01 a{
	border-left: solid 1px #666 !important;
}

header nav{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	top:145px;
}
.gnavi06{
	display: block !important;
	position: absolute !important;
	top:-115px;
	right: 30px;
}
.gnavi06 a{
	width: 315px !important;
	height: 22px !important;
	font-size:22px !important;
	color: #fff !important;
	padding: 25px 0 4px 0 !important;
	border: none !important;
	background-color: #0099F1;
	background-image: url("../images/tri.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-radius:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	transition-duration: 0.2s;
}
.gnavi06 a:hover{
	color: #fff !important;
	background-color: #0059b2 !important;
	transition-duration: 0.2s;
}

.header-change{
	display: block;
	position: fixed;
	min-width: 1140px;
	width: 100%;
	height: 80px;
	background-color: #0099F1;
	border-bottom: solid 2px #fff;
	filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
	top: -120px;
	transition: 0.6s;
	z-index: 100;
}
.header-change.show{
    top: 0;
}

.header-change nav{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	top:8px;
}

#gnavi02{
	display: block;
	width: auto;
	color: #fff !important;
	text-align: right!important;
	margin-right: 20px;
}
#gnavi02b{
	display: block;
	width: auto;
	color: #fff !important;
	text-align: right!important;
	margin-right: 20px;
	margin-bottom: 8px;
}

#gnavi02 li,#gnavi02b li{
	display: inline;
}
#gnavi02 li a,#gnavi02b li a{
	display: inline-block;
	height: 12px;
	text-decoration: none;
	padding: 14px 10px 0 10px;
	font-size:14px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border-right: solid 1px #fff;
	transition-duration: 0.2s;
}
#gnavi02 li a:hover{
	color: #0099F1 !important;
	background-color: #fff !important;
	transition-duration: 0.2s;
}
#gnavi02 .gnavi0201 a{
	border-left: solid 1px #fff !important;
}

.gnavi0206b a{
	width: 290px !important;
	height: 14px !important;
	font-size:15px !important;
	color: #0099F1 !important;
	padding: 16px 0 0 0 !important;
	border: none !important;
	background-color: #fff;
	background-image: url("../images/tri03.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-duration: 0.2s;
}
.gnavi0206b a:hover{
	color: #fff !important;
	background-color: #0059b2 !important;
	transition-duration: 0.2s;
}


#topimg{
	display: block;
	width: 100%;
	min-height: 200px;
	background-image: url("../images/topimg_bg.png");
	background-size: cover;
	background-position: top center;
	background-color: #0099F1;
	padding: 40px 0 5px 0;
	float: left;
	clear: both;
}

#topimg .block{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto !important;
}

#title{
	display: block;
	width: 100%;
	min-height: 200px;
	background-color: #0099F1;
	margin: 0 0 10px 0 !important;
	float: left;
	clear: both;
}
.artist_area #title{
	display: block;
	width: 100%;
	min-height: 200px;
	background-color: #0099F1;
	margin: 0 0 0 0 !important;
	float: left;
	clear: both;
}

#title p strong{
	display: block;
	width: 100%;
	font-size: 40px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	margin: 52px 0 0 0;
	clear: both;
}
#title p strong span{
	font-size: 25px !important;
	font-weight: 500 !important;
}
#title .title_jp{
	display: block;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff;
	text-align: center;
	clear: both;
}

.hnavi2{
	margin-top: -50px !important;
}
.hnavi{
	display: block;
	width: 100%;
	height: auto;
	list-style: none;
	text-align: center;
	background-color: #000;
	padding: 50px 0;
	float: left;
	clear: both;
}

.hnavi li{
	display: inline;
	margin: 0 10px;
}
.hnavi img,.hnavi02 img{
	cursor: pointer;
}
.onmouse{
	cursor: pointer;
	text-decoration: underline;
}

.hnavi02{
	display: block;
	width: 710px;
	height: 350px;
	list-style: none;
	text-align: left;
	padding: 70px 0 0 0;
	overflow: visible !important;
	float: left;
	clear: both;
}

.hnavi02 li{
	display: inline;
	padding: 0;
	margin: 0 50px 0 0;
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}

#info_area{
	display: block;
	width: 100%;
	min-height: 300px;
	background-color: #FFFFFF;
	padding: 50px 0 20px 0;
	float: left;
	clear: both;
}
#info_area article{
	display: block;
	width: 800px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}

.topics_ti strong{
	display: block;
	width: 100%;
	height: 60px;
	color: #000;
	font-size:22px;
	font-weight: 500;
}

#info_area dl{
	display: table;
	width: 800px;
	font-size:15px;
	line-height: 160%;
	margin: 0;
	float: left;
	clear: both;
}
#info_area dt{
	display: table-cell;
	width: 220px !important;
	min-height: 30px;
	font-weight: 500;
	margin: 0 0 20px 0;
	float: left !important;
}
#info_area dd{
	display: table-cell;
	width: 580px !important;
	min-height: 30px;
	text-align: justify;
	margin: 0 0 20px 0;
	float: left !important;
}
#info_area dl a{
	color: #000;
}
#info_area dl a:hover{
	text-decoration: none;
}

.to_news_list a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size:12px;
	line-height: 12px !important;
	background-image: url("../images/tri03.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 8px 30px 8px 20px !important;
	margin-top: 30px;
	border: solid 1px #000;
	float: right;
	transition-duration: 0.2s;
}
.to_news_list a:hover{
	background-color: #00A0E8;
	color: #fff;
	transition-duration: 0.2s;
}

#info_area dt span{
	display: inline-block;
	width: 90px;
	height: 11px;
	font-size:11px;
	line-height: 11px;
	text-align: center;
	color: #fff;
	padding: 4px 0 4px 0;
	margin: 3px 22px 8px 0;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
#info_area dt .category2{
	background-color: #FF736F;
}
#info_area dt .category1{
	background-color: #67B3FF;
}
#info_area dt .category4{
	background-color: #AAAAAA;
}
#info_area dt .category3{
	background-color: #80B500;
}


#about_area{
	display: block;
	width: 100%;
	min-height: 300px;
	color: #fff;
	background-image: url("../images/about_area_bg.png");
	background-size: cover;
	background-position: top center;
	background-color: #0099F1;
	padding: 100px 0;
	float: left;
	clear: both;
}
#about_area article{
	display: block;
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}

#feature_area{
	display: block;
	width: 100%;
	min-height: 300px;
	background-color: #fff;
	padding: 50px 0 200px 0;
	float: left;
	clear: both;
}
#feature_area article{
	display: block;
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}

#toppage article h2{
	height: 90px;
	font-size: 35px;
	font-weight: 500;
}

#toppage article p{
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 20px;
}

#about_area article h2{
	margin-top: 80px !important;
}
.phone{
	display: block;
	position: absolute;
	margin: 0 0 0 800px;
	float: right;
}

.usage{
	display: block;
	width: 1200px;
	height: 990px;
	float: left;
	clear: both;
}
.usage li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.usage01{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.usage02{
	margin-bottom: 15px !important;
}
.usage03{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.usage04{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.usage05{
	margin-bottom: 15px !important;
}
.usage06{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.usage07{
	margin-bottom: 15px !important;
}

.manga{
	display: block;
	width: 1200px;
	height: 300px;
	float: left;
	clear: both;
}
.manga li{
	display: block;
	width: 380px;
	height: auto;
	text-align: center;
	color: #fff;
	font-weight: 500;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.manga li a{
	color: #fff;
	text-decoration: underline;
}
.manga li a:hover{
	text-decoration: none;
}
.manga li span img{
	display: block;
	width: 380px;
	height: 220px;
	transition-duration: 0.3s;
}

.manga li span img:hover{
	transform: scale(1.1);
	transition-duration: 0.6s;
}
.manga li span{
	display: block;
	width: 380px;
	height: 220px;
	margin-bottom: 10px !important;
	transition-duration: 0.3s;
	overflow: hidden !important;
}

.manga01{
	margin-right: 30px !important;
}
.manga02{
	margin-right: 30px !important;
}
.manga03{
	margin-right: 0 !important;
}
.manga_list{
	display: block;
	width: 100%;
	background-color: #666;
	padding: 30px 0 0 0;
	float: left;
	clear: both;
}

.manga_list article{
	display: block;
	width: 1200px;
	margin: 0 auto !important;
	float: none;
	clear: both;
}
.manga_list article h2{
	color: #fff;
	font-size:20px !important;
	margin-bottom: 20px !important;
}

.checkin{
	display: block;
	width: 1200px;
	height: 720px;
	float: left;
	clear: both;
}
.checkin li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.checkin01{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.checkin02{
	margin-bottom: 15px !important;
}
.checkin03{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.checkin04{
	margin-bottom: 15px !important;
}

.jizen{
	display: block;
	width: 1200px;
	height: 665px;
	float: left;
	clear: both;
}
.jizen li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.jizen01{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.jizen02{
	margin-bottom: 15px !important;
}
.jizen03{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.jizen04{
	margin-bottom: 15px !important;
}

.tokuten{
	display: block;
	width: 1200px;
	height: 1306px;
	float: left;
	clear: both;
}
.tokuten li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.tokuten01{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.tokuten02{
	margin-bottom: 15px !important;
}
.tokuten03{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.tokuten04{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.tokuten05{
	margin-bottom: 15px !important;
}
.tokuten06{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.tokuten07{
	margin-bottom: 15px !important;
}
.tokuten08{
	margin-right: 24px !important;
	margin-bottom: 15px !important;
}
.tokuten09{
	margin-bottom: 15px !important;
}

#feature_area article h3{
	display: inline-block;
	font-size:28px;
	font-weight: 400;
	color: #fff;
	background-color: #0099F1;
	padding: 4px 35px;
	margin: 80px auto 20px 0;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	clear: both;
}

.blue{
	color: #0099F1;
	font-weight: 400;
}

#news_area{
	display: block;
	width:1200px;
	min-height: 300px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
#news_area article{
	display: block;
	width: 880px;
	word-break: break-all !important;
	min-height: 300px;
	padding: 0 20px 0 0;
	margin: 0 0 100px 0;
	border-right:solid 1px #ccc;
	float: left;
}
#news_area article pre{
	word-break: break-all !important;
}
#news_area aside{
	display: block;
	width: 280px;
	margin: 0 0 100px 0;
	float: right;
}

.listmenu{
	display: block;
	width: 1200px;
	height: 50px;
	font-size:12px;
	margin: 0 auto;
	clear: both;
}
.listmenu a{
	color: #000;
}
.listmenu a:hover{
	text-decoration: none;
}

#faq_area{
	display: block;
	width:1200px;
	min-height: 300px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
#faq_area article{
	display: block;
	width: 1000px;
	min-height: 300px;
	padding: 0 20px 0 0;
	margin: 0 0 100px 100px;
	float: left;
}

#manga_area{
	display: block;
	width:1200px;
	min-height: 300px;
	background-color: #f5f5f5;
	margin: 0 auto;
	padding: 0 0 0 0 !important;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
#manga_area article{
	display: block;
	width: 1000px;
	min-height: 300px;
	padding: 0 20px 0 0;
	margin: 0 0 30px 100px;
	float: left;
}

#error_area{
	display: block;
	width:1200px;
	min-height: 200px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
#error_area article{
	display: block;
	width: 1000px;
	min-height: 200px;
	padding: 0 20px 0 0;
	margin: 0 0 100px 100px;
	float: left;
}

/* メディアファイルレイアウト */
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	font-size:14px;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #0099F1;
	text-decoration: none;
	border:solid 1px #0099F1;
	padding:4px 5px 3px 5px;
	margin:0 1px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pager .current{
	border:solid 1px #0099F1;
	background:#0099F1;
	color:#fff;
}

#news_area article .list_title{
	display: block;
	width: 100%;
	text-align: left;
	font-size:18px !important;
	line-height: 120%;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

#news_area article .search_page_text{
	width: 100%;
	font-size:13px !important;
	line-height: 160% !important;
	letter-spacing: 1px;
	text-align: justify !important;
	font-weight: 200;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
}

#news_area article .date{
	display: block;
	width: 100%;
	height: 25px;
	text-align: left;
	font-size:14px !important;
	line-height: 120%;
	font-weight: 300;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

#news_area article a{
	color: #000;
}
#news_area article a:hover{
	text-decoration: none;
}

#news_area article hr{
	display: block;
	width: 100%;
	height: 1px;
	border: none !important;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#999 40%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#999 40%,transparent 100%);
	margin:  15px 0 45px 0 !important;
	float: left;
	clear: both;
}

#news_area article p{
	text-align: justify;
	font-size:16px;
	line-height: 200%;
	margin-bottom: 25px;
}

#news_area article h2{
	display: flex;
	font-size:22px;
	line-height: 130%;
	padding: 9px 10px 7px 15px;
	margin-bottom: 25px;
	background-color: #f5f5f5;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	clear: both !important;
}

#news_area article .list_ti{
	display: flex;
	font-size:22px;
	line-height: 130%;
	padding: 9px 10px 7px 15px;
	margin-bottom: 25px;
	background-color: #CCF1FF;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	clear: both !important;
}

#news_area article h3{
	display: flex;
	font-size:18px;
	line-height: 130%;
	padding: 9px 10px 7px 15px;
	margin-top:20px !important;
	margin-bottom: 25px;
	background-color: #A9DBFF;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	color: #000;
	clear: both !important;
}

#news_area article h4{
	display: flex;
	font-size:18px;
	line-height: 130%;
	margin-top:20px !important;
	padding: 9px 10px 7px 15px;
	margin-bottom: 25px;
	background-color: #fff;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	color: #000;
	clear: both !important;
}

.widget_title{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #0099F1;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 12px 0;
	float: left;
	clear: both;
}
aside ul{
	display: block;
	list-style: none;
	width: 100%;
	font-size: 15px !important;
	line-height: 150%;
	margin-bottom: 30px !important;
	float: left;
	clear: both;
}
aside ul a{
	color:#000;
}
aside ul a:hover{
	text-decoration: none;
}
aside ul li{
	display: block;
	padding-left: 28px;
	background-image: url("../images/tri03.png");
	background-repeat: no-repeat;
	background-position: 4px 0;
	background-size: 22px auto;
	float: left;
	clear: both;
}
aside ul li a{
	display: block;
	margin-bottom: 10px;
	float: left;
	clear: both;
}


#faq_area article h2{
	display: flex;
	font-size:22px;
	line-height: 130%;
	padding: 9px 10px 7px 15px;
	margin-bottom: 35px;
	background-color: #f5f5f5;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	clear: both !important;
}

#faq_area article h3{
	display: flex;
	font-size:18px;
	line-height: 130%;
	padding: 9px 10px 7px 15px;
	margin-top:20px !important;
	margin-bottom: 25px;
	background-color: #A9DBFF;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	color: #000;
	clear: both !important;
}

#faq_area article h4{
	display: flex;
	font-size:18px;
	line-height: 130%;
	margin-top:20px !important;
	padding: 9px 10px 7px 15px;
	margin-bottom: 25px;
	background-color: #fff;
	border-left: solid 7px #0099F1;
	font-feature-settings: "palt";
	font-weight: 400;
	color: #000;
	clear: both !important;
}

#faq_area article hr{
	display: block;
	width: 100%;
	height: 1px;
	border: none !important;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#999 40%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#999 40%,transparent 100%);
	margin:  5px 0 35px 0 !important;
	float: left;
	clear: both;
}

#faq_area article p{
	text-align: justify;
	font-size:16px;
	line-height: 200%;
	margin-bottom: 25px;
}

#faq_area article .question{
	display: table;
	width: 960px;
	text-align: justify !important;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: solid 1px #ccc;
	background-image: url("../images/question.png");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	clear: both !important;
}
#faq_area article .question{
	font-size: 15px !important;
}
#faq_area article .question a{
	color: #000;
}
#faq_area article .question a:hover{
	text-decoration: none;
}

#faq_area article .answer{
	display: table;
	width: 930px;
	text-align: justify !important;
	padding-left: 70px;
	background-image: url("../images/answer.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#faq_area article .answer p{
	font-size: 14px !important;
}

.fnavi{
	display: block;
	width: 100%;
	color: #fff;
	font-size:13px;
	line-height: 180% !important;
	text-align: center;
	margin: 15px 0 10px 0;
	float: left;
	clear: both;
}

.fnavi a{
	color: #fff;
}
.fnavi a:hover{
	text-decoration: none;
}

.flow_title{
	display: block;
	margin: 0;
	clear: both !important;
}
.flow_title strong{
	display: inline;
	font-size:18px;
	line-height: 140%;
	font-weight: 700;
	color: #00B9E3;
	border-bottom: solid 3px #00B9E3;
	padding-bottom: 2px;
	clear: both !important;
}

.to_list{
	display: block;
	width: 100% !important;
	text-align: center !important;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}

.policy_area h4{
	display: block;
	width: 100%;
	margin-top: 60px !important;
	float: left;
	clear: both !important;
}
.policy_area p{
	font-size: 15px !important;
}

.policy_area blockquote{
	display: block;
	width: 100%;
	font-size: 15px !important;
	line-height: 160% !important;
	padding: 0 0 0 30px !important;
	margin-bottom: 20px !important;
	float: left;
	clear: both !important;
}
.policy_area .right_text{
	display: block;
	width: 100%;
	text-align: right !important;
	float: right !important;
	clear: both;
}
.policy_area p strong{
	font-weight: 500 !important;
}

.nextpage{
	display: block;
	width: 130px;
	font-size:10px;
	color: #fff;
	text-align: center;
	background-color: #0099F0;
	padding: 4px 0 2px 0;
	margin: 0 auto 50px auto!important;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	clear: both;
}

.next_navi{
	display: block;
	width: 300px;
	height: 100px;
	font-size: 10px;
	color: #666;
	margin: 0 340px 0 0;
	float: right;
	clear: both;
}
.prev_caption{
	display: table-cell;
	width: 150px;
	text-align: left !important;
	float: left;
}
.next_caption{
	display: table-cell;
	width: 150px;
	text-align: right !important;
	float: right;
}

.metaslider.ms-theme-architekt .flexslider:not(.filmstrip) ul.flex-direction-nav, .metaslider.ms-theme-architekt div.nivo-directionNav {
    right: 350px !important;
}
.metaslider.ms-theme-architekt .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-architekt ul.rslides_tabs, .metaslider.ms-theme-architekt div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled)  {
   width: 300px !important;
   right: 350px !important;
}

.artist .blocks{
	display: block;
	width: calc(100% - 60px);
	background-color: #fff;
	padding: 25px 30px 20px 30px;
	margin: 10px 0 10px 0;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	float: left;
	clear: both;
}
.artist .blocks p{
	display: block;
	width: 100% !important;
	margin-bottom: 5px !important;
	float: left;
	clear: both !important;
}
.artist .blocks p strong{
	display: block;
	text-align: left;
	font-size:20px;
	font-weight: 600;
	background-color: #0099F0;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 15px 0 !important;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	clear: both !important;
}

.artist_lead{
	min-height: 20px !important;
}
.artist_lead p{
	text-align: justify !important;
	font-size:15px;
	line-height: 170%;
	margin-bottom: 20px !important;
}
.artist_lead h1{
	font-size:30px !important;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 20px !important;
	color: #000;
}
.artist_lead h2{
	font-size:26px !important;
	font-weight: 600;
	margin-top: 50px;
	border-bottom: solid 2px #0099F0;
	margin-bottom: 20px !important;
	color: #0099F0;
}
.artist_lead h3{
	font-size:20px !important;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 20px !important;
	color: #0099F0;
}
.term{
	display: block;
	width: 100%;
	height: auto;
	font-size:18px;
	font-weight: 600;
	text-align: center;
	color: #FEED7E !important;
	background-color: #000;
	padding: 12px 0;
	margin: -20px auto 0 auto !important;
	clear: both;
}

.artist .hnavi{
	background-color: #fff !important;
	padding: 30px 0 !important;
}

.pattern1{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:16px;
	font-weight: 700;
	padding: 5px 15px 3px 15px;
	background-color: #057BFF;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-bottom: 20px;
	clear: both;
}
.pattern2{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:16px;
	font-weight: 700;
	padding: 5px 15px 3px 15px;
	background-color: #E37203;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-bottom: 20px;
	clear: both;
}
.pattern3{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:16px;
	font-weight: 700;
	padding: 5px 15px 3px 15px;
	background-color: #378300;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-bottom: 20px;
	clear: both;
}
.yellow{
	color: #FFF600 !important;
	font-weight: 600 !important;
}

.artist_subtitle{
	display: block;
	width: 1000px;
	text-align: center !important;
	color: #FEE675 !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	background-color: #000;
	padding: 22px 0;
	margin: 30px auto 0 auto !important;
	border-radius:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float: none;
	clear: both;
}
.artist_subtitle .span1{
	display: inline-block;
	text-align: center !important;
	color: #0077BC !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	background-color: #fff;
	padding: 4px 25px !important;
	margin: 3px 0 0 10px !important;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	vertical-align:top;
	clear: none;
}
.artist_subtitle .span2{
	display: inline-block;
	text-align: center !important;
	color: #0077BC !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	background-color: #fff;
	padding: 4px 25px !important;
	margin: 3px 0 0 10px !important;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	vertical-align:top;
	clear: none;
}


.artist_flow3{
	background-color: #86D0FC !important;
	padding: 100px 0 20px 0 !important;
}
.artist_flow{
	display: block;
	width:100%;
	min-height: 300px;
	background-color: #D1EEFF;
	padding: 50px 0 20px 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}
.artist_flow article{
	display: block;
	width: 1000px;
	min-height: 300px;
	padding: 0 20px 0 0;
	margin: 0 auto !important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.blocks02{
	text-align: center;
}
.blocks02 p{
	font-size:18px;
	text-align: center;
	color: #FF0004;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
.blocks02 img{
	border: solid 2px #999;
	margin-bottom: 15px !important;
}

.blocks03 img,.blocks04 img{
	border: solid 2px #999;
	margin: 0 auto 15px auto !important;
}

.blocks03 .img_block{
	display: block;
	width: 235px;
	text-align: center;
	float: left;
}
.blocks04 .img_block{
	display: block;
	width: 310px;
	text-align: center;
	float: left;
}
.blocks04 .img_block2{
	display: block;
	width: 310px;
	text-align: center;
	margin-top: 50px;
	margin-left: 160px;
	float: left;
}
.blocks04 .img_block3{
	display: block;
	width: 310px;
	text-align: center;
	margin-top: 50px;
	float: left;
}

.img_block p{
	display: block;
	text-align: justify !important;
	max-width: 212px !important;
	text-align: left;
	font-size:12px !important;
	margin: 0 auto !important;
	font-feature-settings: "palt";
	float: none !important;
}
.img_block2 p,.img_block3 p{
	display: block;
	text-align: justify !important;
	max-width: 212px !important;
	text-align: left;
	font-size:12px !important;
	margin: 0 auto !important;
	font-feature-settings: "palt";
	float: none !important;
}
.img_block p strong{
	display: block;
	height: 18px !important;
	text-align: left;
	font-size:16px !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	color: #0099F0 !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	clear: both !important;
	font-feature-settings: "palt";
}

.img_block2 p strong,.img_block3 p strong{
	display: block;
	height: 18px !important;
	text-align: left;
	font-size:16px !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	color: #0099F0 !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	clear: both !important;
	font-feature-settings: "palt";
}

.artist_tri,.artist_tri_bk{
	display: block;
	margin: 0 auto;
	clear: both;
}

/* メディアファイルレイアウト */
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

.alignnone{
	display: inline !important;
}

.subnavi{
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
.subnavi li{
	display: inline-block;
	text-align: center;
	font-size:18px;
	font-weight: 700;
	width: 250px;
	margin: 0 15px;
	filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.2));
}

.subnavi li a:hover{
	background-color: #FFF067;
	transition-duration: 0.2s;
}

.subnavi01 a{
	display: block;
	text-decoration: none;
	background-color: #D1EFFF;
	border: solid 4px #99CCE8;
	color: #000;
	padding: 10px 0;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition-duration: 0.2s;
}
.subnavi02 a{
	display: block;
	text-decoration: none;
	background-color: #86D0FC;
	border: solid 4px #60B7EA;
	color: #000;
	padding: 10px 0;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition-duration: 0.2s;
}
#toujitsu,#jizen{
	display: block;
	width: 100% !important;
	float: left;
	clear: both !important;
}

.artist_title{
	width: 90% !important;
	padding: 0 5% 0 5% !important;
}

.artist_title p strong{
	font-size: 30px !important;
	line-height: 125% !important;
	margin-bottom: 15px !important;
}

.hanbai_title strong{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700 !important;
    text-align: center;
    color: #0059F7;
}
.konbini{
    display: block;
    width: calc(100% - 44px);
    min-height: 200px;
    padding: 20px;
    margin: 20px 0 0 0;
    background-color: #f5f5f5;
    border: solid 2px #ccc;
    float: left;
    clear: both;
}
.konbini_title{
    display: block;
    background-color: #777;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 4px 0 2px 0;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}
.checkin_img{
    display: block;
    width: 930px;
    height: auto;
    margin: 0 auto;
    clear: both;
}
.shutoku_title{
    display: block;
    background-color: #0255BB;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 4px 0 2px 0;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}
.shutoku{
    display: block;
    width: calc(100% - 44px);
    min-height: 200px;
    padding: 20px;
    margin: 20px 0 0 0;
    background-color: #E8F8FF;
    border: solid 2px #BEE3F3;
    float: left;
    clear: both;
}
.shutoku p strong{
    background-color: transparent !important;
}
.shutoku .img_block2{
	display: block;
	width: 224px;
	text-align: center;
	margin-top: 20px;
	float: left;
}
.konbini .img_block{
	display: block;
	width: 298px;
	text-align: center;
    margin: 20px 0 0 0;
	float: left;
}

.artist_lead{
    display: block;
    width: 700px;
    text-align: justify;
    margin: 0 auto 30px auto;
    font-size:15px;
    font-weight: 400;;
    line-height: 160%;
    float: none;
    clear: both;
}

.artist_caution{
    display: block;
    width: 700px;
    text-align: justify;
    margin: 0 auto 30px auto;
    font-size:13px;
    line-height: 150%;
    float: none;
    clear: both;
}