/* ####################################################################### */
/* responsive.css を上書きする */

@media only screen and (max-width: 768px) {
	body {
		background: #FFFFFF;
		margin-top: 0 !important;
		/*font-size: 1.1em;*/
		font-size: 16px /*!important*/;
	}
}

/* ####################################################################### */

#base_tbl td{
	vertical-align:top;
}


.comment-form-url {
	display:none;
}


div#container {
	border-right: 0;
	border-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
div#content {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}
div#content .padder {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #fff;
	border: 0px none;
}

#header {
	background: #ffffff;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #000;
	max-height: 300px;
	min-height: 60px;
	margin-bottom: 2px;
	padding-top: 0;
	z-index: 99999;
}




#header #search-bar input[type=text] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/*
#header  div {
	margin: 0;
	padding: 0;
}
*/







#header div#head-button-area {
	background: #fff url('/ext/images/ky/haikei.png') no-repeat;

	float: right;
	width: 260px;
	height: 125px;
	text-align: left;
	margin-top: 15px;
	margin-right: -5px;
}


*:first-child+html #header div#head-custom-login-form{
	max-height: 133px;
	min-height: 133px;
	height: 133px;
}

#header div#head-custom-login-form form#hf24-login-form label.fmid{
	display: inline-block;
	width: 60px;
}

#header div#head-custom-login-form form#hf24-login-form label.fnote{
	display: inline-block;
	margin-top:6px;
}

#header div#head-custom-login-form form#hf24-login-form label.fbtn{
	display: inline-block;
	margin: 2px;
	padding-left: 55px;
}
*:first-child+html #header div#head-custom-login-form form#hf24-login-form label.fbtn{
	padding-left: 45px;
}


#header div#head-custom-login-form p.fimgbtn{
	display: inline-block;
	margin: 2px 20px 5px 10px;
}

#footer-widgets {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#sidebar{
	border-left-width:0px !important;



}

div#sidebar {
	background: #fff;
	width: 197px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	float: left;
	padding-left: 3px;
	border: 0 none;
	margin: 0;
}

pre,
code p {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#nav > li > a {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#nav ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#nav ul li ul,
.commentlist ul.children,
#respond,
.wp-caption,
div.author-box,
form#whats-new-form textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

body.activity-permalink .activity-list li .activity-content,
.activity-list li.load-more,
a.bp-primary-action span,
#reply-title small a span,
div.activity-comments > ul,
div.activity-comments form.ac-form,
div.activity-comments form .ac-textarea,
.standard-form#signup_form div div.error {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div#invite-list {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link {
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #777;
	cursor: pointer;
	font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
	outline: none;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
}

span.activity,
div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
}

div#item-header h2 span.highlight span,
div.item-list-tabs ul li a span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

li span.unread-count,
tr.unread span.unread-count {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#leftSidebar {
	background: #fff;
	width: 165px;
	padding: 0px 0px 20px 5px;
	margin: 0;
	overflow: hidden;
	float:left;
}

#leftSidebar div a{
	line-height: 150%;
	color: #555555;
}
#leftSidebar div a:hover {
	line-height: 150%;
	color: #F00;
}

#leftSidebar div#searchf {
	background: #9cb5c0;
	margin-top: 5px;
	padding: 4px 0 4px 0;
	width: 155px;
	height: 90px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

#leftSidebar #searchf h3{
	font-size:16px;
}



#leftSidebar div#menu-l {
	background: #fff url('/ext/images/ky/left_menu_back.gif') no-repeat;
	background-size:156px 100%;
	margin: 5px 0 5px 0;
	padding: 15px 0 0 5px;
	width: 160px;
	height: 90px;
}
#leftSidebar div#menu-l ul {
	list-style-type: none;
	list-style-position: inline;
	list-style-image: url('/ext/images/ky/lside_icon.gif');
}
#leftSidebar div#menu-l ul li {
	margin-left: 20px;
	margin-bottom: 8px;
	padding-left: 4px;
}


ul.menu-allow li {
	margin-left:15px;
	height:30px;
	list-style-type: none;
	list-style-position: inline;
	list-style-image: url('/ext/images/ky/lside_icon.gif');
}


#leftSidebar div#pj-menu {
	margin-top: 10px;
	padding: 0;
}


#wp-admin-bar div.padder {
	width: 1000px !important;
}

#content div.padder.three {
	background: #fff;
/*	float: left;*/
	margin: 0;
	padding: 0 0 5px 0;
	width: 640px;
	margin: 0 auto;
/*
	margin-left: 5px;
	margin-right: 5px;
*/
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

#content div.padder.two {
	float: left;
	margin: 0;
	padding: 5px;
	width: 820px;
	margin-right: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;

}

#content div.padder {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}

div#sidebar-me {
	padding-top: 20px;
	margin-bottom: 15px;
}
div#sidebar-me img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}
div#sidebar-me h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
}

div#item-buttons a {
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}
div#item-header div.generic-button{
	margin-right: 4px;
}
div.post div.post-content, div.comment-content {
	margin-left: 0px;
}
div.post .entry{
	clear: both;
	overflow-x : hidden;
}

div.hf24-recent {
	height: 20px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
}

div.hf24-recent .avatar  {
	margin-right: 10px;

}

p.hf24-recent > img {
	display: inline;
}


.widget {
	margin-bottom:30px;
}



.hentry{
	border-bottom:1px solid #f0f0f0;
	padding-bottom:2px;
}


.pagetitle{
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:8px;
}





div#footer{
	clear:both;

}


/*** 多分不要でしょう？ ***/
/***
.roundedcornr_box_262632 {
   background: #efe2f4;
   margin-bottom:5px;
}
.roundedcornr_top_262632 div {
   background: url(/ext/images/ky/corner/roundedcornr_262632_tl.png) no-repeat top left;
}
.roundedcornr_top_262632 {
   background: url(/ext/images/ky/corner/roundedcornr_262632_tr.png) no-repeat top right;
}
.roundedcornr_bottom_262632 div {
   background: url(/ext/images/ky/corner/roundedcornr_262632_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_262632 {
   background: url(/ext/images/ky/corner/roundedcornr_262632_br.png) no-repeat bottom right;
}

.roundedcornr_top_262632 div, .roundedcornr_top_262632,
.roundedcornr_bottom_262632 div, .roundedcornr_bottom_262632 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_262632 { margin: 0 15px; }







.roundedcornr_box_900401 {
	background: url(/ext/images/ky/corner/roundedcornr_900401_tl.png) no-repeat top left;
}
.roundedcornr_top_900401 {
	background: url(/ext/images/ky/corner/roundedcornr_900401_tr.png) no-repeat top right;
}
.roundedcornr_bottom_900401 {
	background: url(/ext/images/ky/corner/roundedcornr_900401_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_900401 div {
	background: url(/ext/images/ky/corner/roundedcornr_900401_br.png) no-repeat bottom right;
}
.roundedcornr_content_900401 {
	background: url(/ext/images/ky/corner/roundedcornr_900401_r.png) top right repeat-y;
	min-height:50px;
	padding:8px;
}

.roundedcornr_top_900401 div,.roundedcornr_top_900401,
.roundedcornr_bottom_900401 div, .roundedcornr_bottom_900401 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_900401, .roundedcornr_bottom_900401 {
	margin-top: -19px;
}
.roundedcornr_content_900401 { padding: 0 15px; }
***/


#lostpassword a,a:hover,a:active {
	color: #000000;
}


.movie_time{
     color: #ffffff;
     background-color:#000000;
     filter:alpha(opacity=55);
     -moz-opacity:0.55;
     -khtml-opacity: 0.55;
     opacity:0.55;
     line-height:100%;
}





#head-custom td{
	vertical-align:middle;
}



#top-course-table td{
	padding-bottom:3px;

}

#sns-button {
	height:25px;
}
#sns-button td{
	vertical-align:top;

}


.author-box td{
	vertical-align: top;
}


#bp_member_widget  img.avatar{
	width:30px;
	height:30px;

}
#bp_member_widget  li{
	height:55px;
}



#center_are{
/*
	float: left;
	width: 640px;
*/
	overflow:hidden;
}


#pg-btn-tbl td{
	padding-top:2px;
}




.thum_img {
	width:192px;
	height:108px;
	border: 1px #dddddd solid;

}

.wait_img{
	position:absolute;
	top:150px;
	left:270px;
	z-index:-1;
	width:32px;
	height:32px;
	background-image:url("/ext/images/ky/wait.gif");
}
.trigger{
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	width:192px;
	height:108px;
	background-image:url("/ext/images/ky/play50.png");
	background-size:45px 45px;
	/*background-position:70px 35px;*/
	background-position: center;
	background-repeat: no-repeat;

}





#wpmem_msg, .wpmem_msg {
	width:auto;
	padding: 10px;
	border: 5px double #ff0000;
	background-color:#E6E6E6;
	font-size:18px;
	margin-bottom:10px;
}

#wpmem_reg, #wpmem_login {
/*
	width:630px;
	float:left;
*/
	display: none;
}

#wpmem_reg td, #wpmem_login td {
/*
border: 1px solid #333;
*/
	background-color:#E8E8E8;
	padding: 5px;
}

/* wp-members-deprecated.php で使用 */
#wpmem_reg .text-large {
	font-size:15px;
	font-weight:bold;
}

.amazonlink{
	width: 630px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	border:solid 3px #ffd5d5;
	font-weight: bold;
}

/******************************
 * ヘッダ
 ******************************/
/* 検索ボックス */
#s, #s_sp {
	border:0;
	padding:5px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	max-width:230px;
}
#searchsubmit, #searchsubmitSp {
	border:solid 1px #ccc;
	padding:8px 15px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	background: #e1ddd8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* PC表示 */
@media only screen and (min-width: 768px) {
	/* スマホ用は非表示 */
	#header_sp, #leftSidebarSp {
		display: none;
	}
	#header .header_container .caution {
		color: red;
		margin:3px auto 0 auto;
		width: 100%;
		border: 1px solid #ff0000;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
	}
	#header .header_container .row1 .cell4 .mini_menu2
	{
		margin: 5px 0;
	}
	#header .header_container .row1 .cell4 .mini_menu2 a
	{
		padding: 3px 10px;
		color:inherit;
	}
	#header .header_container .row1 .cell4 .mini_menu2 a + a
	{
		border-left: 2px solid #e1ddd8;
	}
	nav, #header_nav {
		width: 90%;
		min-width: 768px;
		margin: 5px auto;
		overflow: hidden;
	}
	nav li, #header_nav li {
		width: 24%;
		float: left;
		margin: 3px;
		padding: 15px 5px;
		text-align: center;
		box-sizing: border-box;
		/*background: #e1ddd8;*/
		border: 1px solid #e1ddd8;
		font-size: 1.2em;
	}
	nav li:hover, #header_nav li:hover {
		background: #e1ddd8;
	}
	nav li a, #header_nav a li {
		color:#696969;
	}

	#dropmenu_genre_button.on,
	#dropmenu_fix_genre_button.on
	{
		background: #e1ddd8;
	}

	/* ドロップダウンメニュー1 */
	#dropmenu_genre, #dropmenu_fix_genre {
		display: none;
		background: #e1ddd8;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99999;
		overflow-y: scroll;
	}
	#dropmenu_genre .dropmenu_genre_container,
	#dropmenu_fix_genre .dropmenu_genre_container
	{
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#dropmenu_genre .dropmenu_genre_container .cell,
	#dropmenu_fix_genre .dropmenu_genre_container .cell
	{
		display: inline-block;
		padding: 5px;
		vertical-align: top;
	}
	#dropmenu_genre .dropmenu_genre_container .cell div,
	#dropmenu_fix_genre .dropmenu_genre_container .cell div
	{
		width: 250px;
		border: 1px solid #FFFFFF;
		padding: 10px 0;
		text-align: center;
	}
	#dropmenu_genre .dropmenu_genre_container .cell ul li:before,
	#dropmenu_fix_genre .dropmenu_genre_container .cell ul li:before
	{
		content: '＞';
	}
	#dropmenu_genre .dropmenu_genre_container .cell ul li,
	#dropmenu_fix_genre .dropmenu_genre_container .cell ul li
	{
		padding: 5px 10px;
	}
	#dropmenu_genre .dropmenu_genre_container .cell a,
	#dropmenu_fix_genre .dropmenu_genre_container .cell a
	{
		color: #696969;
		font-weight: normal;
	}

	#dropmenu_genre .dropmenu_genre_container .cell a:hover,
	#dropmenu_fix_genre .dropmenu_genre_container .cell a:hover
	{
		text-decoration: underline;
		font-weight: bolder;
	}

	#dropmenu_genre::-webkit-scrollbar {
		width: 5px;
	}
	#dropmenu_genre::-webkit-scrollbar-thumb{
		background: #999;
		border-radius: 5px;
	}
	#dropmenu_genre::-webkit-scrollbar-track-piece {
		background: #efefef;
	}

	/* ドロップダウンメニュー2 */
	#dropmenu_time_button.on,
	#dropmenu_fix_time_button.on
	{
		background: #e1ddd8;
	}
	#dropmenu_time, #dropmenu_fix_time {
		display: none;
		background: #e1ddd8;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99999;
	}
	#dropmenu_time .dropmenu_time_container,
	#dropmenu_fix_time .dropmenu_time_container
	{
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#dropmenu_time .dropmenu_time_container .cell,
	#dropmenu_fix_time .dropmenu_time_container .cell
	{
		display: inline-block;
		padding: 5px;
		vertical-align: top;
	}
	#dropmenu_time .dropmenu_time_container .cell div,
	#dropmenu_fix_time .dropmenu_time_container .cell div
	{
		width: 200px;
		border: 1px solid #FFFFFF;
		padding: 10px 0;
		text-align: center;
	}
	#dropmenu_time .dropmenu_time_container .cell a,
	#dropmenu_fix_time .dropmenu_time_container .cell a
	{
		color: #696969;
		font-weight: normal;
	}
	#dropmenu_time .dropmenu_time_container a:hover,
	#dropmenu_fix_time .dropmenu_time_container a:hover
	{
		text-decoration: underline;
		font-weight: bolder;
	}

	/* ドロップダウンメニュー3 */
	#dropmenu_instructor, #dropmenu_fix_instructor {
		display: none;
		background: #e1ddd8;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99999;
	}
	#dropmenu_instructor .dropmenu_instructor_container,
	#dropmenu_fix_instructor .dropmenu_instructor_container
	{
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell
	{
		display: inline-block;
		padding: 5px;
		vertical-align: top;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell div.midashi,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell div.midashi
	{
		width: 500px;
		border: 1px solid #FFFFFF;
		padding: 10px 0;
		text-align: center;
		color: #696969;
		font-weight: bold;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell div.naiyo,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell div.naiyo
	{
		width: 165px;
		display: inline-block;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell ul li,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell ul li
	{
		padding: 5px 10px;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell a,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell a
	{
		color: #696969;
		font-weight: normal;
	}
	#dropmenu_instructor .dropmenu_instructor_container .cell a:hover,
	#dropmenu_fix_instructor .dropmenu_instructor_container .cell a:hover
	{
		text-decoration: underline;
		font-weight: bolder;
	}

	/* スクロールすると固定で表示される部分 */
	#header {
		width: 100%;
		max-width: 100%;
		position: fixed;
		background: #FFFFFF;
	}
	#header .header_container {
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
	}
	#header .header_container .row1 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#header .header_container .row1 .cell2 {
		/* 2番目の要素を左寄せ */
		margin-left: 10px;
		margin-right: auto;
		/* 中央寄せ */
		padding: 25px 15px 25px 15px;
	}
	@media only screen and (max-width: 900px) {
		#header .header_container .row1 .cell2 {
			display: none;
		}
	}

	/* 3番目の要素を右寄せ */
	#header .header_container .row1 .cell3 {
		margin-left: auto;
		margin-right: 10px;
		/* 中央寄せ */
		padding: 18px 0;
	}
	#header .header_container .row1 .cell4 {
		padding: 10px 0;
	}

	#header .header_container .row1 .cell2 a {
		padding: 3px 10px;
		color: #696969;
	}
}
/* スマホ表示 */
@media only screen and (max-width: 767px) {
	/* PC用は非表示 */
	#header, #header {
		display: none;
	}
	#header_sp {
		width: 100%;
		max-width: initial;
		max-height: initial;
		min-height: initial;
		background: #FFFFFF;
		z-index: 1000000;
		position: fixed;
		top: 0;
	}
	#header_sp .caution {
		color: red;
		margin:3px auto 3px auto;
		width: 100%;
		border: 1px solid #ff0000;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
	}
	#header_sp .row1 {
		position: relative;
		padding: 5px 0;
	}
	#header_sp .row1 .cell1 {
		float: right;
		width: 64px;
		margin-right: 5px;
		margin-top: -5px;
	}
	#header_sp .row1 .cell2 {
		width: 240px;
		margin: 0 auto;
	}
	#sp-btn-close {
		display: none;
	}
	.gray_panel {
		background: #000;
		opacity: 0.5;
		width: 0;
		height: 0;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 10;
	}
	/*************************************************
	 * スマホ用メニュー
	 ************************************************/
	#leftSidebarSp {
		display: none; /* 初期表示時は非表示 */
		background: #ffffff;
/*		width: 640px;*/
		width: 100%;
/*		padding: 10px 0px 20px 5px;*/
		padding-bottom: 5px;
		margin: 0 auto;
		overflow: hidden;
/*
		float:left;
*/
		position: absolute;
		z-index:999999;
/*
		top: 72px;
		left:2px;
*/
	}
	#leftSidebarSp .sidemenu {
		width: 630px;
		margin: 0 auto;
	}
	#leftSidebarSp .sidemenu ul {
		margin: 0;
		padding: 0;
	}
	#leftSidebarSp .sidemenu ul li {
		list-style: none;
		font-weight:bold;
		width: 630px;
	}
	#leftSidebarSp .sidemenu ul li a, #leftSidebarSp .sidemenu ul li span {
		display: table;
		margin-top: 5px;
		padding: 30px 0 30px 50px;
		width: 580px;
		background: #e1ddd8;
		text-decoration: none;
		text-align: left;
		color:#333333;
		font-size: 30px;
		overflow: hidden;
	}
	#leftSidebarSp .sidemenu ul li ul {
		margin: 0;
		padding: 0;
	}
	#leftSidebarSp .sidemenu ul * {
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s;
		-ms-transition: .5s;
		transition: .5s;
	}
	/* サブメニュー */
	#leftSidebarSp .sidemenu ul li a.sub {
		background-color:#ffffff;
		color:#333333;
		border:1px solid #e1ddd8;
		padding-left:48px;
	}
	#leftSidebarSp .sidemenu ul li a.sub1 {
	}
	#leftSidebarSp .sidemenu ul li a.sub2 {
		font-weight: normal;
	}
	/* 検索 */
	#leftSidebarSp div.searchArea {
		width: 630px;
		margin: 10px auto;
	}
/*
	#leftSidebarSp div.searchbox {
		display: inline-block;
		height: 60px;
		padding: 0px;
		border: solid 1px #999;
	}
	#leftSidebarSp input[type="text"].searchbox {
		width: 420px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: none;
		font-size: 28pt;
		vertical-align: top;
	}
	#leftSidebarSp input[type="submit"].searchbox {
		width: 195px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		font-size: 30pt;
		vertical-align: top;
	}
*/
	#s, #s_sp {
		padding: 17px 10px;
		font-size: 2.2em;
		width: 470px;
		max-width: initial;
	}
	#searchsubmit, #searchsubmitSp {
		padding: 20px;
		font-size: 2.0em;
	}
	/* 固定しているヘッダーの高さ分、ダミーを置くことで、ヘッダーより下のコンテンツが隠れるのを防ぐ */
	#dummy_header {
		height: 140px;
	}
}
/******************************
 * フッタメニュー
 ******************************/
#footer {
  width: 100%;
  margin: 0;
}
/* アプリ紹介エリア */
#footer .area1 {
  width: 100%;
  background: #e1ddd8;
  padding: 5px 0;
}
#footer .area1 .area1_container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .area1 .area1_container .table {
  display: table;
}
#footer .area1 .area1_container .table .row {
  display: table-row;
}
#footer .area1 .area1_container .table .row .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
#footer .area1 .area1_container .table .row .cell .pc {
  display: initial;
}
#footer .area1 .area1_container .table .row .cell .sp {
  display: none;
}
#footer .area1 .area1_container .table .row .cell .sub_table {
  display: table;
}
#footer .area1 .area1_container .table .row .cell .sub_table .sub_row {
  display: table-row;
}
#footer .area1 .area1_container .table .row .cell .sub_table .sub_row .sub_cell {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
	#footer .area1 .area1_container table {
		width: auto;
		margin: 0 auto;
	}
	#footer .area1 .area1_container .table {
	  display: block;
	}
	#footer .area1 .area1_container .table .row {
	  display: block;
	}
	#footer .area1 .area1_container .table .row .cell {
	  display: block;
	  text-align: center;
	  padding: 5px;
	}
	#footer .area1 .area1_container .table .row .cell .pc {
	  display: none;
	}
	#footer .area1 .area1_container .table .row .cell .sp {
	  display: initial;
	}
}
/* メニュー、SNSバナーなどのエリア大枠 */
#footer .area2 {
  width: 100%;
  background: #f6f5f3;
  padding: 5px 0;
}
#footer .area2 .area2_container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .area2 .area2_container li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: calc(98%/7);
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
}
#footer .area2 .area2_container li a {
  color:inherit;
}
#footer .area2 .area2_container hr {
  margin: 0;
}
#footer .area2 .area2_container .banner_tv {
	margin: 5px auto;
	width: 360px;
}
#footer .area2 .area2_container .banner_tv img {
	margin: 0 5px;
}
#footer .area2 .area2_container img.img_hf24box {
	width: auto;
	height: 111px;

	border: 1px solid #e7e7e7;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#footer .area2 .area2_container img.img_hikaribox {
	width: auto;
	height: 111px;

	border: 1px solid #e7e7e7;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#footer .area2 .area2_container img.img_bravia {
	width: auto;
	height: 111px;
}
#footer .area2 .area2_container img.img_tv {
	width: auto;
	height: 111px;
}
#footer .area2 .area2_container .banner_sns {
	float: right;
	margin: 30px 5px auto auto;
}
#footer .area2 .area2_container .banner_sns a+a {
	margin-left:20px;
}
#footer .area2 .area2_container .copyright {
  text-align: center;
  padding: 5px;
}
#footer .area2 .area2_container .copyright .leadTxt {
  font-size: 14px;
  padding: 5px 2px;
}
/* スマホ表示 */
@media only screen and (max-width: 1024px) {
	#footer .area2 .area2_container .banner_sns {
		float: none;
		margin: 10px auto;
		width: 230px;
	}
	#footer .area2 .area2_container ul {
		text-align: center;
	}
	#footer .area2 .area2_container li {
		font-size: 20px;
		width: auto;
		padding: 5px 15px;
	}
}
/******************************
 * 小見出し
 ******************************/
/* パターン1 */
.subtitle {
	margin: 5px 0;
	padding: 5px 5px 3px;
	background-color: #808080;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.subtitle a {
	color: #ffffff;
}
/* パターン2 */
.subtitle2 {
  position: relative;
  text-align: center;
  margin: 12px auto 0 auto;
}
.subtitle2:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.subtitle2 span {
  background-color: white;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  font-size: 2.0em;
  padding: 0 20px;
  line-height: 1.1em;
}
.subtitle2_bc_gray {
  background-color: #e1ddd8 !important;
}
.subtitle2-b {
    position: relative;
    text-align: center;
    margin: 0 auto 2px auto;
}
/* パターン3 */
.subtitle3 {
    background-image: linear-gradient(-90deg, #a5a5a5, #dcd1df);
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    margin: 15px auto;
}
/******************************
 * 長めのリンクボタン
 ******************************/
a.btn_long {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	width: 350px;
	padding: 10px 0;
	margin: 5px auto;
	background: #e5e5e5;			/* 背景色 */
	color: #111;					/* 文字色 */
	border: 1px solid #FFF;			/* 線 */
	box-shadow: 2px 2px #a9a9a9;	/* 立体に見せる */
	border-radius: 5px;				/* 角丸 */
	letter-spacing: 0.1em;
}
a:hover.btn_long {
	background: #eeeeee;
	color: #111;
}
/* 矢印アイコン */
a.btn_arrow {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
a.btn_arrow::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #2fbc2f;
	position: absolute;
	top: 50%;							/* 上から半分のところ */
	right: 0;							/* 右端に設置 */
	margin-top: -4px;
}

/******************************
 * 固定ページ 新着情報
 ******************************/
#whatsnew-list {
	background: #eaeaea;
	border: 1px solid #ccc;
	width: 638px;
	height: 130px;
	overflow-y: auto;
}
#whatsnew-list .row {
	display: table-row;
}
#whatsnew-list .cell1 {
	display: table-cell;
	width: 100px;
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}
#whatsnew-list .cell2 {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


/********************************************************************************/
/* メニューアイコン群 */
/********************************************************************************/
.main_container2 {
	width: 100%;
	background: #e1ddd8;
}
.main_container2 .main_container2_sub {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main_container2 .main_container2_sub a {
	margin: 18px;
}

/*************************************************
 * スマホ用メニュー
 ************************************************/
#leftSidebarSp .sidemenu .menu_icon::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover;
	vertical-align: middle;
	margin-right: 15px;
}
.icon_home::before {
	background-image: url("/ext/images/menu/menu_icon_home.svg");
}
.icon_logout::before {
	background-image: url("/ext/images/menu/menu_icon_logout.svg");
}
.icon_smile::before {
	background-image: url("/ext/images/menu/menu_icon_smile.svg");
}
.icon_mypage::before {
	background-image: url("/ext/images/menu/menu_icon_mypage.svg");
}
.icon_login::before {
	background-image: url("/ext/images/menu/menu_icon_login.svg");
}
.icon_price::before {
	background-image: url("/ext/images/menu/menu_icon_price.svg");
}
.icon_heart::before {
	background-image: url("/ext/images/menu/menu_icon_heart.svg");
}
.icon_hf24box::before {
	background-image: url("/ext/images/menu/menu_icon_hf24box.svg");
}
.icon_thumb::before {
	background-image: url("/ext/images/menu/menu_icon_thumb.svg");
}
.icon_instructor::before {
	background-image: url("/ext/images/menu/menu_icon_instructor.svg");
}
.icon_tag::before {
	background-image: url("/ext/images/menu/menu_icon_tag.svg");
}
.icon_email::before {
	background-image: url("/ext/images/menu/menu_icon_email.svg");
}

