* { padding:0; margin:0;
	-webkit-margin-before: 0; -webkit-margin-after: 0;
	-webkit-margin-start: 0; -webkit-margin-end: 0;
	-webkit-padding-before: 0; -webkit-padding-after: 0;
	-webkit-padding-start: 0; -webkit-padding-end: 0;
}
html { overflow:auto; overflow:initial; height:auto; }
@media only screen and (max-width: 970px) {
	body, html {
		overflow-x: visible;
	}
}
body {
	background: #f7f2ec;
	min-height:100vh;
	width: 100%;
	overflow: auto; overflow:initial;
	margin: 0;
	padding: 0;
	line-height: 140%;
	position: relative;
}
body::-webkit-scrollbar-track {
	background-color: #fff;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-thumb {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #CCD2D2;
}

/* 見出し */
#main h2, #main h3 { font-size:16px; }
#main h4 { font-size: 14px; }
h3 a.edit_icon:hover { text-decoration: none; }
h3.hint { margin: 0 0 5px; }
small { font-size: 80%; }

/* リンク */
a:hover { color: #78CFC7; }
span a:hover, .user_name:hover a,
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
a:hover p, a:hover h3, a:hover h4, a:hover h5,
ul.menu a:hover { text-decoration:underline; }
a img {
	zoom: 1;
	filter: alpha(opacity=100); opacity:1;
	-webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translateX(0); -webkit-filter: blur(0);
	transform: translateX(0); filter: blur(0);
}
a:hover img {
	zoom: 1;
	filter: alpha(opacity=80); opacity: 0.8;
	-webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translateX(0); -webkit-filter: blur(0);
	transform: translateX(0); filter: blur(0);
}
.toggle_more .show, .toggle_more .hide { cursor:pointer; }

/* ボタン */
.buttons { text-align: center; }
button.btn, .buttons .btn { max-width:270px; }
.btn:hover {
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.btn:active {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-moz-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn_flat:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.btn_green:hover,
.btn.btn_green:active {
	color: #676663;
}
.btn_support:hover {
	color: #55605f;
	background: #f5f5f5;
	opacity: 1;
	filter: alpha(opacity=1); /* For IE8 and earlier */
}
.action_icon a i:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.action_icon a.delete_icon:hover {
	color: #CCD2D2;
}

/* 新規登録ボタン */
.btn_register {
	display: inline-block; position: relative;
	min-width: 186px; min-height: 40px;
	margin: 10px auto; padding: 0px 20px 0 45px;
	line-height: 40px; text-align: center;
	background: #FFE651; color: #55605f;
	border: 2px solid #A5AFAE;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 2px 2px 0 #FFF; -webkit-box-shadow: inset 2px 2px 0 #FFF;
	box-shadow: inset 2px 2px 0 #FFF;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.btn_register img {
	width: 18px; margin: auto;
	position: absolute;
	top: 0; bottom: 0; left: 20px;
}
ul.radio_twins, ul.radio_triplet {
	width: 70%;
	margin:10px auto;
}

.action_icon a i:hover,
#header_notice,
button, select, label, input[type=checkbox],
.toggle, .chat .details a:hover,
.chat_actions a:hover {
	cursor:pointer;
}
form button.btn {
	display:block;
	margin:0 auto;
}
form .container {
	padding:10px 50px;
}

ul.tab_links li{
	border-bottom: 2px solid #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
ul.tab_links li:hover{
	border-bottom: 2px solid #78CFC7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
ul.tab_links li a:hover {
	color: #656767;
}
ul.tab_links li.active {
	border-bottom: 2px solid #78CFC7;
}

ul.menu li a:after {
	display:none;
	content:" ";
}
ul.menu li a { padding: 13px 10px; }
ul.chara_list.link_list li .buttons { width: 100%; }

textarea {
	resize: vertical;
	padding:5px;
	height: 230px;
}
.switch { width: 70px; }
.switch-inner:before, .switch-inner:after {
	height: 26px;
	line-height: 28px;
}
.switch-inner:before {
	padding-left: 8px;
}
.switch-inner:after {
	padding-right: 8px;
}
.switch-switch {
	width: 30.5px;
	right: 43px;
}
.switch_small-inner:before, .switch_small-inner:after {
	line-height: 22px;
}

#header {
	height:60px;
	padding:0;
	-moz-box-shadow: 0 1.5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1.5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1.5px 0 rgba(0, 0, 0, 0.2);
}
#header_spacer {
	height:111px;
}
#header #logo {
	display:inline-block;
	text-align:left;
	margin:0 10px;
}
#header #user_info {
	height:40px;
	max-width:220px;
	position:relative;
	display:inline-block;
	float:right;
	padding:10px 0;
	margin:0 10px 0 0;
	text-align: right;
	cursor:pointer;
}
#header #user_info .user_icon {
	position: relative;
	display: inline-block;
	clear: both;
}
#header #user_info .user_icon .label_premium {
	position: absolute;
	top: -2px;
	right: -3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fbd53c;
	text-align: center;
}
#header #user_info .user_icon .label_premium img {
	width: 12px;
	display: block;
	margin: auto;
	padding: 2px 0;
}
#header #user_info img {
	width: 40px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#header #user_info .user_name {
	display:inline-block;
	max-width: 160px;
	color: #78CFC7;
	float: right; /* Safari PCで崩れ防止 */
	margin-left: 5px;
	clear: both;
}
#header #user_info .user_name p {
	margin:0;
	padding:0;
	line-height:40px;
}
#header #header_link {
	height: 40px;
	display: inline-block;
	float: right;
	padding: 10px 0;
	line-height: 40px;
	margin-right: 15px;
}
#header #header_link a:hover {
	text-decoration: underline;
}

#wrapper {
	min-height:50%;
	min-height:calc(100vh - 292px);
	width:700px;
	padding:0 0 100px;
	margin:0 auto;
	position: relative;
}

@media only screen and (max-width: 1380px) {
	#wrapper {
		width:650px;
		margin-left:340px;
		padding-right:50px;
		position: relative;
	}
}
@media only screen and (max-width: 1030px) {
	#wrapper {
		min-height:90vh;
		min-height:calc(100vh - 260px);
	}
}
#wrapper.wrap_wide {
	width: 768px;
}
#main,
#main_help {
	background: #fff;
	width: 100%;
	padding:20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 2px #dad1c6;
}

/* ???r?[ */
#main.lobby {
	overflow:hidden;
}
#main.lobby h2 {
	height:auto;
	line-height:20px;
	text-align:left;
	margin:0 0 10px;
	border:none;
}
#main.lobby h2 a {
	font-weight:normal;
	font-size:14px;
}
#main.lobby #news ul li:last-child {
	border:none;
}

ul.features {
	width:600px;
}
ul.features li:first-child,
ul.features li {
	width:15%;
	margin:0 8px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.features li:last-child{
	margin:0;
}
ul.features li i {
	font-size: 30px;
	line-height: 30px;
}
ul.features li.pickup i {
	font-size: 40px;
	line-height: 40px;
}
ul.features li.pickup i.fa-mobile {
	font-size: 50px;
}

ul.features .note > a,
ul.features .note > div {
	padding: 15px 0;
}
ul.features .note:after {
	border-width: 12px;
	border-color: transparent #f7f2ec #f7f2ec transparent;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}
ul.features li span.line-fix {
	line-height:2em;
}
.note:hover {
	background: #f5f5f5;
}
.note a:hover {
	color: #8E8F91;
}

ul.features.lobby {
  width: 98%;
  margin: 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
ul.features.lobby li {
	display:inline-block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 100%;
	float: none;
	vertical-align:top;
	width:105px;
	min-height:110px;
	margin: 5px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.features.lobby li:first-child {
    width: 100%;
}
ul.features.lobby li.pickup {
	width: 47%;
}

#main.lobby.analysis p.strong {
	color: #8E8F91;
}
#main.lobby.analysis .access_count h5 {
	margin:0 0 10px;
}
.lobby_analysis_day,
.lobby_analysis_month {
	display:inline-block;
	width:49%;
	float:left;
}
.lobby_analysis_month {
	float:right;
}


/* ???[?U?[???? */
ul#user_links {
	z-index: 100;
	height: 0px;
	width:220px;
	position: absolute;
	top: 60px;
	right: 0;
	opacity: 0;
	visibility:hidden;
	overflow-y: hidden;
	text-align: left;
	margin: 0;
	padding: 0 8px;
	background: #FFF;
	border: 1px solid #78CFC7;
	border-top: 1px solid #FFF;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
}
ul#notice_links {
	opacity: 0;
	-moz-box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1.5px 0 rgba(0, 0, 0, 0.2);
}
ul#notice_links.active {
	opacity: 1;
}
ul#user_links.active {
	height:250px;
	opacity: 1;
	visibility:visible;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
ul#user_links.premium_user_links.active {
	height:290px;
}
ul#notice_links a:hover,
ul#user_links a:hover {
	color: #78CFC7;
}
ul#user_links li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	color: #838383;
	text-decoration:none;
	outline:none;
}
ul#user_links li i {
	font-size:120%;
	color: #FFE651;
	margin:0 10px 0 0;
}
ul#user_links li span {
	color: #78CFC7;
}
#header #user_info .plus_icon img {
	width: 15px;
	margin: 0 12px 0 3px;
	vertical-align: text-top;
}
ul#user_links li:nth-child(3) {
	margin:0 0 5px;
}
ul#user_links li:nth-child(3) a{
	border-bottom:1px solid #CCD2D2;
}
ul#user_links li:last-child {
	margin:5px 0 0;
}
ul#user_links li:last-child a {
	border-top:1px solid #CCD2D2;
}
ul#user_links li:last-child i {
	margin:0;
	color: #CCD2D2;
}

/* サイドバー */
#sidebar {
	position:fixed;
	top:60px;
	left:0;
	width:300px;
	height:100%;
	height:100vh;
	height:calc(100vh - 60px);
	padding:0;
	background: #fff;
	border-right:solid 8px #78CFC7;
	margin:0 0 0 -300px;
	transition: margin 0.5s ease;
	z-index:2;
}
#sidebar .spacer {
	height:150px;
}
#sidebar.active {
	margin:0;
	transition: margin 0.5s ease;
}
#sidebar.active #sidebar_scroll {
	height:100%;
	height:calc(100vh - 60px);
	overflow:hidden;
	overflow-y:auto;
}
#sidebar_scroll::-webkit-scrollbar-track {
	background-color: #fff;
}
#sidebar_scroll::-webkit-scrollbar {
	width: 8px;
}
#sidebar_scroll::-webkit-scrollbar-thumb {
	border-right:2px solid #fff;
	background-color: #CCD2D2;
}
#toggle_sidebar_wrap {
	position:relative;
	width: 100%;
	height:1px;
}
.toggle_sidebar {
	position: absolute;
	top:0px;
	right:-40px;
	height:40px;
	width:40px;
	background: #78CFC7;
	text-align: center;
	color: #fff;
	cursor:pointer;
	line-height:40px;
	border-radius: 0 8px 8px 0;
}
#sidebar.active .toggle_sidebar i{
	transform: rotate(180deg);
}
#sidebar .btn_register {
	display: block;
	margin-top: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar hr {
	margin:0 auto;
}
#sidebar ul.features {
	display:block;
	width:96%;
	margin:0 auto;
}
#sidebar ul.features .note:after {
	border-color: transparent #fff #fff transparent;
}
#sidebar ul.features li {
	display:block;
	width: 100%;
	margin:5px 0 ;
	text-align:left;
	line-height:30px;
	font-size:16px;
}
#sidebar ul.features li:first-child {
	margin-top: 10px;
}
#sidebar ul.features li:last-child {
	margin-bottom: 10px;
}
#sidebar ul.features li i {
	font-size:25px;
	line-height: 25px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
#sidebar ul.features li i.fa-mobile {
	font-size: 35px;
}
#sidebar ul.features li.pickup {
	text-align: center;
	font-size:16px;
	margin-top: 10px;
	width: 48%;
	vertical-align: top;
}
#sidebar ul.features li.pickup a{
	padding: 20px 0;
}
#sidebar ul.features li.pickup i {
	margin: 0;
}
#sidebar ul.features li.pickup:first-child {
	margin-right: 10px
}
#sidebar ul.features li a {
	padding:10px;
	line-height:30px;
}
#sidebar ul.features li.write {
    text-align: center;
    font-size: 16px;
}
#sidebar ul.menu li {
	border: none;
	margin:0;
}
#sidebar ul.menu li:first-child {
	margin-top:10px;
}
#sidebar ul.menu li:last-child {
	margin-bottom:10px;
}
#sidebar ul.menu li a {
	padding: 8px;
}
#sidebar ul.menu li a:hover {
	color: #78CFC7;
	text-decoration:none;
}
#sidebar ul.menu li.sub_menu {
	color: #8D9391;
	padding: 8px;
}
#sidebar ul.menu li.sub_menu ul {
	padding: 0 0 0 8px;
}


ul.check_list.pc li {
	padding:10px 0;
	position:relative;
}
ul.check_list.pc li h5 {
	display:inline-block;
	float:left;
	width:75%;
	padding: 8px 10px;
}
ul.check_list.pc .icons {
	clear:none;
	display:inline-block;
	position: absolute;
	top:0;
	bottom: 0;
	right:10px;
	width:18%;
	height:35px;
	margin:auto 0;
}

/* テーマ検索 */
ul.theme_list {
	text-align: center;
	padding: 0;
}
ul.theme_list > li {
	display: inline-block;
	padding: 15px 8px;
	vertical-align: top;
	width: 32%;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
ul.theme_list > li:nth-child(odd){
	margin: 0 1% 0 0;
}
ul.theme_list > li img {
	width: 100%;
}
ul.theme_list h5, ul.theme_list p {
	width: 100%;
	display: block;
}
ul.theme_list p {
	min-height: 3em;
	margin-bottom: 10px;
	font-size: 85%;
}
ul.theme_list a:hover h5,
ul.theme_list a:hover p {
	text-decoration: none;
}
ul.theme_list a:hover div .underline {
	text-decoration: underline;
}
ul.theme_list button.btn.btn_green {
	width: 100%;
}

/*ポップアップ*/
.popup {
	text-align:left;
	display:none;
	width:450px;
	max-height:390px;
	max-height:80vh;
	overflow:auto;
	position: fixed;
	top:100px;
	left: 0;
	right: 0;
	margin:auto;
	padding:0;
	z-index:50;
	background: #FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.popup .popup_close {
	cursor: pointer;
}

.popup_nobg {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.34);
    overflow: hidden;
    text-align: center;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.popup.popup_nobg .btn {
    border: none;
    box-shadow: none;
    width: 200px;
    display: block;
    margin: auto;
}

.popup_nobg .question_banner img{
	padding-top:80px;
	height:280px;
	width:336px;
}

ul.chara_box li dt .avatar span.edit {
	width: 25px;
	height: 25px;
	line-height: 27px;
	bottom: -1px;
}
ul.chara_box li dt .avatar span.edit i {
	font-size: 16px;
}
.wrapper.narikiri {
	margin-left:auto;
	padding-right:0;
}
#narikiri_header {
	height:60px;
}
#narikiri_header h2 {
	line-height:60px;
	font-size: 16px;
}
#narikiri_header i {
	font-size:25px;
}
#narikiri_header .refresh {
	right: 15px;
}
#narikiri_header .arrow,
#narikiri_header .navi_icon {
	left: 15px;
}
#narikiri_header ul#navi {
	top: 60px;
	left: 15px;
}
.narikiri_log_search {
	top:60px;
}
.narikiri_log_search,
.narikiri_log_search ul.input_row li {
	text-align: center;
}
.narikiri_log_search ul.input_row li h5 {
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	width: auto;
}
.narikiri_log_search  form select {
	display: inline-block;
	width: 400px;
	margin: 20px 0 10px;
}
.narikiri_log_search ul.input_row li input {
	display: inline-block;
	float: none;
	width: 400px;
}
#narikiri_header_spacer {
	height:80px;
}
@media only screen and (max-width: 1280px) {
	.chat_pc #wrapper {
		width:600px;
		margin-left: auto;
		padding-right: 0;
	}
}
.chat p.bubble {
	max-width: 65%;
	padding: 5px 10px;
}
.chat p small,
.chat_image small  {
	position: absolute;
	bottom: 2px;
	right: -45px;
}
.chat .chat_self p small,
.chat_self .chat_image small {
	right: auto;
	left: -45px;
}

.chat_send {
	padding: 10px 20px;
}
.chat_send .chat_send_icon {
	width: 65px;
}
.chat_actions,
.chat_send_form {
	width: 83%;
	width: calc(100% - 80px);
}
.chat_actions a {
	line-height: 30px;
}
.icon_select {
	width: 450px;
}
ul.select_chat_icon li {
	display: inline-block;
	width: 45%;
}
.chat_icon_slider > div {
	width: 450px;
}
ul.select_chat_icon li {
	margin: 0 5px 15px 5px;
}
@media only screen and (min-width: 768px) {
	.chat_send {
		padding: 10px 20%;
	}
	.chat_send_form textarea {
		width: 89%;
	}
	.chat_send_form button {
		width: 10%;
	}
	.chat_send_form textarea:focus {
		height:6em;
	}
}
.chat_send_spacer {
	height:63px;
}
#post_image_preview img {
	max-height:240px !important;
}
label#check_position {
	display: inline-block;
	padding: 3px 10px 3px 7px;
	vertical-align: top;
	border: 1px solid #ccd2d2;
	border-radius: 5px;
	margin-left: 5px;
}
#popup_send_image label#check_position {
	margin: 0;
}
input.check_position:checked + label#check_position {
	border-color: #78CFC7;
}

.theme_navi_type img {
	width:345px;
}

ul.pager {
	padding:0 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#footer_main{
	clear:both;
	position:relative;
	width: 100%;
	height:70px;
	background: #fff;
	margin:0;
	padding:10px 0 0;
	text-align: center;
	border-top:1px solid #A9B2B1;
	z-index:7;
}
#footer_main> ul {
	width:600px;
	margin:0 auto 10px;
	display: -webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;				 /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;			/* TWEENER - IE 10 */
	display: -webkit-flex;		 /* NEW - Chrome */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer_main> ul li {
	font-size:11px;
	text-align: center;
	-ms-flex-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right:1px solid #A9B2B1;
	margin-right:2px;
	padding-right:2px;
}
#footer_main> ul li a {
	display:block;
	padding:3px 0;
	color: #8D9391;
}
#footer_main> ul li a:hover {
	text-decoration:underline;
}
#footer_main> ul li:last-child {
	border:none;
	margin:0;
	padding:0;
}
#footer_main small {
	font-size:11px;
	display:block;
	line-height:14px;
	margin:10px auto;
}
#footer_main small span {
	font-size:14px;
}

#footer_main.footer_reader {
	display:inline-block;
	position: absolute;
	width:140px;
	bottom:81px;
	right:20px;
	font-size:12px;
	background: #fff;
	border:1px solid #A9B2B1;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
}
#footer_main.footer_reader a {
	display:block;
	padding:8px;
	color: #78CFC7;
}
#footer_main.footer_reader a:hover {
	text-decoration: underline;
}

ul.faq_list li {
	position:relative;
	margin:40px 40px 0;
}

.height100 #header_spacer {
	height: 50px;
}
.height100 .prelogin_page #header_spacer {
	height: 101px;
}

/* お知らせ用 */
a.js__hide_link,
a.js__hide_link3 {
	bottom: -6px;
}
a.js__hide_link3 {
	bottom: -13px;
}
a.js__hide_link2,
a.js__hide_link4 {
	bottom: -16px;
}
a.js__hide_link img,
a.js__hide_link2 img,
a.js__hide_link3 img,
a.js__hide_link4 img {
	width: 80%;
}

#main.js__hide_content2,
#main.js__hide_content4 {
	overflow: visible;
}
.js__hide_content,
.js__hide_content3 {
	margin-bottom: 10px;
}
.js__hide_content2,
.js__hide_content4 {
	background: #fff;
	margin: 0 0 25px;
}

/* キーワード検索 */
form.search {
	width: 500px;
}
form.search button:hover {
	background: #f5f5f5;
}
.search_site h4.no-bg {
	text-align: center;
	margin: 0 0 10px;
}
.search_site form.search {
	margin:0 auto 20px;
	width: 95%;
}
ul.keyword_list {
	margin:0 auto;
	padding:10px 15px 15px;
	max-width:800px;
}
ul.keyword_list li {
	float:none;
}
ul.keyword_list li a:hover {
	color: #bde4e3;
}
.search_site ul.keyword_list {
	width: 100%;
	max-width: 100%;
	padding:0;
	box-sizing: border-box;
}

/* ヘルプ */
ul.list_faq_search li {
	padding:10px 15px;
}
.help{
	border: 1px solid #a9b2b1;
	padding:5px;
}
.help ul li{
	font-size: 85%;
}
.help p{
	font-size: 85%;
	margin-top: 0;
}

/* エラーページ */
.mochiri_hyakka .left {
	position: absolute;
	bottom: 0; left: 0;
	width: 65%;
	height: auto;
}
.mochiri_hyakka .right {
	float: right;
	width: 35%;
}
.mochiri_hyakka .left h4 {
	padding: 0;
}
.mochiri_hyakka .right .image {
	text-align: right;
}
.mochiri_hyakka .image img {
	max-height: 180px;
}
/* テキストエディター ochiai201802 */
.texed-header .texed-colorpicker ul li:first-child button::after {
	line-height: 13px;
}
.texed-header .texed-colorpicker {
	display: inline;
}
.texed-header .texed-colorpicker ul {
	top: -4px;
}

/* フォレスト＋ニュース */
ul.list_article li .img_cover {
	width: 23%;
}
.press ul.sns_icons li {
	width: 30px;
}
.press .entry_books .image_box {
	width: 21%;
	width: calc(25% - 15px);
}
.press .entry_books .image_box_wrap .image_box:nth-child(2n+1) {
	clear: none;
	margin-left: 4px;
}
.press .entry_books .image_box_wrap .image_box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.review_talk_icon {
	width: 80px;
}
.review_talk_content {
	width: 70%;
	min-height: 80px;
	margin: 0 15% 0 0;
	padding: 20px;
}
.review_talk.right .review_talk_content {
	margin: 0 0 0 15%;
}

/* プレミアム会員 ochiai201803 */
.btn_premium {
	min-width:330px;
}
ul.premium_list li img {
	width: 75px;
	margin-right: 15px;
}
ul.premium_list li h5 {
	font-size: 18px;
	padding-bottom: 15px;
	width: auto;
	float: none;
}
ul.premium_list li h5 .underline {
	font-size: 22px;
}
ul.premium_list li p {
	width: auto;
	float: none;
}
.howto ul.premium_list {
	padding: 20px;
}
.howto ul.premium_list li {
	padding: 25px 20px;
	margin-bottom: 28px;
}
.howto ul.premium_list li h5,
.howto ul.premium_list li h5 .underline {
	font-size: 26px;
}
.howto ul.premium_list li p {
	font-size: 115%;
}
.howto ul.premium_list li:last-child {
    margin-bottom: 0;
}
table.premium_table {
	font-size: 100%;
}
table.premium_table tbody th {
	width: 40%;
}
table.premium_table tbody td strong {
	font-size: 140%;
}

table.payment_info_table th,
table.payment_info_table td {
	min-height: 50px;
}
table.payment_info_table th {
	min-width: 100px;
}
ul.credit_select li {
	width: 31%;
}

ul.credit_select li:nth-child(2n) {
	margin-right: 10px;
}
ul.credit_select li:last-child {
	margin-right: 0;
}

.sitelock_alert {
	padding: 20px;
	margin: 0 auto 15px;
	border: 3px solid #fe9582;
	border-radius: 15px;
}


/* オーバーレイ広告 ochiai201803 */
body.ad_overlay {
	/* margin-bottom: 90px!important; */
}
body.ad_overlay::after {
	content: ""; display: block;
	position: absolute;
	bottom: 0;
	height: 90px; width: 100%;
	background: #fff;
}
.ad_overlay #wrapper {
	padding-bottom: 20px;
}
.ad_overlay #sidebar .spacer {
	height: 200px;
}
.ad_overlay .Astaadsfncstx_normal.base div {
	background: #f5f5f5;
}
.ad_block .inline-block {
	margin: 0 10px;
}
.ad_block .Astaadsfncstx_normal.base div {
	background: transparent;
}
.comment_ad .Astaadsfncstx_normal.base div {
	background: transparent;
}

/* CSSカルーセル */
.popup.popup_tutorial {
	width: 450px;
	height: auto;
}
.css-carousel-wrap{
	height: 600px;
}
.carousel-item > div {
	width: 330px;
}
.popup.popup_tutorial .popup_close {
	right: 5px;
	top: 15px;
}
.css-carousel-wrap .arrow {
	width: 120px;
	bottom: 13px;
}
.css-carousel-wrap .arrow-next {
	right: 22px;
}
.css-carousel-wrap .arrow-prev {
	left: 22px;
}

/* 新規登録誘導 */
#signup_form {
	position: absolute;
	top: -100px;
}
#signup_pr {
	width: 940px;
	margin: 50px auto 0;
	padding: 0;
	text-align: center;
}
#signup_pr h3 {
	max-width: 400px;
	margin: 0 auto 1.6em;
}
#signup_pr h4 {
	font-size: 1.2em;
	margin: 0 auto 1.6em;
}
#signup_pr img {
	margin: 0 20px;
}
#signup_pr .btn_register img {
	margin: auto;
}
ul.signup_pr_list {
	text-align: left;
}
ul.signup_pr_list li {
	width: 48%;
	height: 120px;
	display: inline-block;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
ul.signup_pr_list li:nth-child(2n) {
	float: right;
}
ul.signup_pr_list li h5 span:before {
	height: 45px;
	width: 45px;
}
#signup_overlay_pc {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(30, 40, 39, 0.65);
	text-align: center;
	z-index: 2;
}
#signup_overlay_pc .btn_register {
	margin: 15px auto;
}





/* 新年メッセージ */
#newyear_message {
	width: 405px; height: 90px;
	margin: 0 15px 15px;
	clear: both; float: right;
	cursor: pointer; position: relative;
	background: url(../img/kikaku/newyear/button.png) no-repeat top right;
}
#newyear_message:before {
	content: ""; display: block;
	width: 100%; height: 90px;
	position: absolute; top: 0; left: 0;
	z-index: 1;
	background: url(../img/kikaku/newyear/button.png) no-repeat bottom right;
	filter: alpha(opacity=0); opacity:0;
	-webkit-transition: opacity .1s ease-in; -moz-transition: opacity .1s ease-in;
	-ms-transition: opacity .1s ease-in; -o-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
}
#newyear_message:hover::before {
	filter: alpha(opacity=100);
	opacity:1;
	-webkit-transition: opacity .1s ease-in; -moz-transition: opacity .1s ease-in;
	-ms-transition: opacity .1s ease-in; -o-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
}
#newyear_message:after { content: ""; display: table; clear: both; }
#newyear_message a {
	position: relative; z-index: 10;
	display: block;
	width: 100%; height: 90px;
}
.popup.popup_newyear { cursor: pointer; }
.popup.popup_newyear > div { margin: 50px auto 0; }
