/*デフォルト & 極小デバイス（縦向きモバイル, 1000px 未満）*/

	body{
	line-height:2em;
	}

	}
	p.caption{
	font-size:0.8em;
	line-height:1.5em;
	padding:0 5px;
	}
.clear{
	clear:both;
}
a:link { color: #FF6600; text-decoration:none; }
a:visited { color: #FF6600; text-decoration:none; }
a:hover { color: #FF3300; text-decoration:none; }
a:active { color: #FF6600; text-decoration:none; }

#topline {
	margin: 0;
    background-color: #ff4013;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
ul.topsubmenu{
	width:625px;
	margin:30px auto 0;
    text-align: right;
	padding:0;
}
@media (min-width: 1000px) {
ul.topsubmenu{
	width:960px;
	margin-top:0;
	}
}

ul.topsubmenu li {
	display:inline-block;
	list-style-type:none; 
}
ul.topsubmenu li a {
    font-size: 12px;
	padding-left: 15px;
    margin-left: 15px;
    background-image: url(/wp-content/uploads/2022/09/bgimg_upperlinkarea.png);
	background-position: center left;
	background-repeat: no-repeat;
    color: #cc0000;
}
ul.topsubmenu li a:hover {
	text-decoration:none;
    background-image: url(/wp-content/uploads/2022/09/bgimg_upperlinkarea_on.png);
	color: #ff4013;
}

#headerarea{
	width:665px;
	padding:0 20px;
	margin: 0 auto;
}
@media (min-width: 1000px) {
	#headerarea{
		width:1000px;
}
}
/*トップタイトル*/
div.toptitle{
	display:block;
	float:none;
	margin-top:10px;
}
@media (min-width: 1000px) {
	div.toptitle{
	display:block;
	float:left;
}
}

/*トップタイトルサブエリア*/
div.topsubarea{
	display:block;
	float:none;
	text-align:right;
	margin-top:20px;
}
@media (min-width: 1000px) {
	div.topsubarea{
	display:block;
	float:right;
}
}
div.linetomodachi,
div.banner_tell{
	display:inline-block;
}
div.linetomodachi a img {
	height:40px;
}
/*SP用トップメニュー(ハンバーガー)*/
div.spnavToggle {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 42px;
	height: 51px;
	z-index: 999;
	background-color: #000;
	color:#fff;
	text-align: center;
	}
div.spnavToggle span{
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
	}
	div.spnavToggle span:nth-child(1) {
	top: 9px;
	}
	 
	div.spnavToggle span:nth-child(2) {
	top: 18px;
	}
	 
	div.spnavToggle span:nth-child(3) {
	top: 27px;
	}

/*ハンバーガーアニメーション*/
/* 最初のspanをマイナス45度に */
	div.spnavToggle.spnavactive span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
/* 2番目と3番目のspanを45度に */
	div.spnavToggle.spnavactive span:nth-child(2),
	div.spnavToggle.spnavactive span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	div.spnavToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 10px;
	top: 22px;
	}

/*SP用トップメニュー成型*/
	.topmenu_sp_wrapper{
	position:fixed;
	width:250px;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	z-index:998;
	transform: translateY(-100%);
	transition: all 0.6s;
	padding-bottom:500px;
	}
	.topmenu_sp_wrapper.spnavactive{
	transform: translateY(0%);
	}
	ul.topmenu_sp{
	max-width:250px;
	margin-top:50px;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;

	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:30px;
	list-style-type: none;
	}
	.topmenu_sp li a.nav-link{
	text-align:left;
	color:#fff;
	}
	a.child{
	margin-left:30px;
	font-size:0.8em;
	}

/*PC用トップメニューを隠す*/
	div.topmenu_pc_wrapper{
	display:none;
	}

		@media (min-width: 1000px) {

		/*PC用トップメニューを表示*/
			div.topmenu_pc_wrapper{
			display:block;
			z-index:10;
			}
		/*スマホ用トップメニューを隠す*/
			div.spnavToggle,
			div.topmenu_sp_wrapper{
			display:none;
			}

		/*PC用トップメニュー成型*/

			div.topmenu_pc_wrapper {
			width:100%;
				font-size:0;
			}

			ul.topmenu_pc{
				list-style: none;
				margin:20px 0 10px;
				padding:0;
			}
			ul.topmenu_pc li{
				display:inline-block;
				width:160px;
				height:50px;
				margin:0;
				padding:0;
			}
			ul.topmenu_pc li a{
				width:160px;
				height:50px;
				margin:0;
				padding:0;
				text-indent:-9999px;
				background-repeat:none;
			}
			ul.topmenu_pc li a.mainmenu1{background-image:url(/wp-content/uploads/2022/09/button_annai.jpg);}
			ul.topmenu_pc li a.mainmenu1:hover{background-image:url(/wp-content/uploads/2022/09/button_annai_on.jpg);}
			ul.topmenu_pc li a.mainmenu2{background-image:url(/wp-content/uploads/2022/09/button_system.jpg);}
			ul.topmenu_pc li a.mainmenu2:hover{background-image:url(/wp-content/uploads/2022/09/button_system_on.jpg);}
			ul.topmenu_pc li a.mainmenu3{background-image:url(/wp-content/uploads/2022/09/button_nyuko.jpg);}
			ul.topmenu_pc li a.mainmenu3:hover{background-image:url(/wp-content/uploads/2022/09/button_nyuko_on.jpg);}
			ul.topmenu_pc li a.mainmenu4{background-image:url(/wp-content/uploads/2022/09/button_program.jpg);}
			ul.topmenu_pc li a.mainmenu4:hover{background-image:url(/wp-content/uploads/2022/09/button_program_on.jpg);}
			ul.topmenu_pc li a.mainmenu5{background-image:url(/wp-content/uploads/2022/09/button_faq.jpg);}
			ul.topmenu_pc li a.mainmenu5:hover{background-image:url(/wp-content/uploads/2022/09/button_faq_on.jpg);}
			ul.topmenu_pc li a.mainmenu6{background-image:url(/wp-content/uploads/2022/09/button_mikeiken.jpg);}
			ul.topmenu_pc li a.mainmenu6:hover{background-image:url(/wp-content/uploads/2022/09/button_mikeiken_on.jpg);}

			ul.topmenu_pc li a:hover{
			}
		}




.toppagesocialbuttons{
	width:625px;
	padding:0 !important;
	margin: 0 auto!important;
	border-bottom:5px solid #ff4013!important;
}
@media (min-width: 1000px) {
	.toppagesocialbuttons{
		width:960px;
}
}

.container{
	max-width:655px;
}
@media (min-width: 1000px) {
.container{
	max-width:1000px;
}
}
.row{
	display:block;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
.col-md{
	display:block;
	width:625px;
	flex-basis:auto;
	flex-grow:0;
	padding-left:0;
}
@media (min-width: 1000px) {
	.col-md{
		width:660px;
		padding-right:35px;
		float:left;
	}
}
.col-md-4{
	display:block;
	width:625px;
	padding-left:0;
	padding-right:0;
}
@media (max-width: 1000px) {
.widget_block{
	width:625px;
	}}

@media (min-width: 1000px) {
.col-md-4{
	width:300px;
	float:right;
}
}
.sidebar_left{
	display:block;
	width:300px;
	float:left;
}
	@media (min-width: 1000px) {
	.sidebar_left{
	float:none;
		}
}
.sidebar_right{
	display:block;
	width:300px;
	float:right;
}
	@media (min-width: 1000px) {
		.sidebar_right{
	float:none;
		}
}

/*トップページ*/
.programwaku {
    border: 1px solid #c0c0c0;
    background-color: #ebebeb;
	padding: 15px;
}

/*トップページのブロックタイトル*/
	h2.toppage-blocktitle{
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	}
/*ブロックフレーム*/
	div.blockframe{
	background-color:#eee;
	padding:20px 0 10px;
	margin-top:100px;
	margin-bottom:80px;
	}



/*投稿ページ*/


/*フッター*/

#wrapper-footer{
		border-bottom:5px solid #ff4013;
		margin-bottom:0;
		padding-bottom:0;
}

h3.footermenu_title{
	font-size:12px;
	font-weight:bold;
}

ul.footermenu{
	display:block;
	font-size:10px;
	border:1px solid #777;
	width:625px;
	padding:10px;
}
ul.footermenu li {
	display:inline-block;
	width:140px;
	list-style-type:none;
	margin:0;
}
ul.footermenu li a {
	color:#000;
	margin:0;
	padding:0 0 5px 10px;
	line-height:1.2em;
}
ul.footermenu li a:hover {
	color:#ff4013;
}

/*ContactForm成型*/
h2.formtitle{
	font-size:16px;
	font-weight:bold;
	margin-bottom:50px;
	text-align:center;
}
table.contactform{
		width:100%;
		font-size:0.8em;
    border-collapse: separate;
    border-spacing: 3px;
}
table.contactform th{
	background-color:#eee;
	width:170px;
}
table.contactform th.submitarea{
	background-color:#fff;
	width:100%;
}
span.title-contactform7{
	padding-left:10px;
}
span.hissu{
	color:#f00;
}
.form-control,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-validation-errors{
	font-size:0.9em!important;
}
.shortitem{
	display:inline-block!important;
	width:120px!important;
}
.middleitem{
	display:inline-block!important;
	width:200px!important;
}

/*contactform確認ページ*/
div#wpcf7cpcnf{
	left:100px;
}
#wpcf7cpcnf table{
	width:100%;
	font-size:0.8em;
    border-collapse: separate;
    border-spacing: 3px;
}
#wpcf7cpcnf table th{
	background-color:#eee;
	padding:10px;
	width:170px;
}
#wpcf7cpcnf table td p{
	width:350px;
	word-wrap: break-word;
}
/*contactform-placefolder色*/
	::-webkit-input-placeholder { /* WebKit browsers */
	color: #ccc !important;
	font-size:0.6em;
	opacity: 1;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc !important;
	font-size:0.6em;
	opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc !important;
	font-size:0.6em;
	opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ccc !important;
	font-size:0.6em;
	opacity: 1;
	}



/*slider 成型*/
div.topslider_wrapper{
	width:625px;
	margin:0 auto;
	height:420px;
	overflow:hidden;
	margin-top:15px;
	}
@media (min-width: 1000px) {
div.topslider_wrapper{
	width:960px;
	height:580px;
	margin-top:0;
	}
}

/*インストラクター紹介ページ*/
.instractorprofile-button {}
.instractorprofile-button:hover {
cursor: pointer;
}
.instractorprofile-content {}
.instractorprofile-detail{}
hr.grayborder {
    height: 1px;
    border: none;
    border-top: 1px #ccc solid;
    margin: 20px 0;
}

/*レッスンリストページ*/
table.genresearch{
    width: 100%;
    border: 1px solid #c0c0c0;
    background-color: #ebebeb;
	margin-bottom:10px;
}
table.genresearch td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
}
table.genresearch td img{
	width:115px;
	height:auto;
}
table.genresearch td.lessondescription{
	width:500px;
}
table.lessonsearch {
    text-align: center;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}
table.lessonsearch th {
    text-align: center;
    font-size: 14px;
    background-color: #eee;
    font-weight: bold;
    padding: 10px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
table.lessonsearch th.dayofweekcolumn {
    width: 65px;
}
table.lessonsearch th.lessontimecolumn {
    width: 140px;
}
table.lessonsearch th.instractorcolumn {
    width: 140px;
}
table.lessonsearch td {
    background-color: #fff;
    padding: 20px 10px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    word-break: break-all;
}

/*インストラクター一覧ページ*/
table.instractorprofile-button {
	width:100%;
	border-bottom:1px solid #eee;
}

table.instractorprofile-button td.photo {
	vertical-align: top;
	width: 150px;
    padding-right: 20px;
	padding-bottom:20px;
    word-break: break-all;
}
table.instractorprofile-button td.name{
	word-break: break-all;
    border-bottom: 1px solid #777;
}
table.instractorprofile-button td.lesson p{
	margin:0 0 20px;
}
table.instractorprofile-button td.button{
	vertical-align:bottom;
	width:130px;
}
table.instractorprofile-button td.button p{
	display:block;
	width:130px;
	height:28px;
	margin:0 0 20px;
	padding:0;
	text-indent:-9999px;
	background-repeat:none;
	background-image:url(/wp-content/uploads/button_moreprofile.png);
}
table.selected td.button p{
	background-image:url(/wp-content/uploads/button_closeprofile.png);
}
table.instractor_profile02{
	margin-top:20px;
	width:100%;
}
table.instractor_profile02 th{
	width:150px;
	vertical-align:top;
	text-align:center;
	background-color:#fafafa;
	border-bottom:2px solid #fff;
}
table.instractor_profile02 td{
	padding-left:10px;
}

/*よくある質問ページ*/
.faq-button{
	display: block;
    width: 609px;
    padding: 10px 7px;
    border: 1px solid #ffa231;
    background-color: #fffdf5;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.answer {
    padding-left: 30px;
	padding-right:30px;
	margin-bottom: 20px;
}

/*会則ページ*/
.contenttitlegray {
    padding: 5px 20px;
    font-size: 16px;
    background-color: #fcfcfc;
    border: 1px solid #c0c0c0;
    color: #333;
    font-weight: bold;
}

/*レッスン検索ページ*/
h2.lessonkensaku_title{
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
}

/*固定ページ共通*/
.contenttitle {
    padding: 5px 20px;
	margin-top:20px;
    font-size: 16px;
    background-color: #d90a00;
    color: #fff;
    font-weight: bold;
}
table.tbnoborder td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    word-break: break-all;
}

/* トップページのタブ設定 */

div.toppagetab .responsive-tabs .responsive-tabs__heading {
	display: none;
}

div.toppagetab .responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

div.toppagetab .responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

div.toppagetab .responsive-tabs-wrapper:before,
div.toppagetab .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

div.toppagetab .responsive-tabs-wrapper:after {
	clear: both;
}

div.toppagetab .responsive-tabs .responsive-tabs__heading:focus,
div.toppagetab .responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

div.toppagetab .responsive-tabs .responsive-tabs__heading--active:focus,
div.toppagetab .responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

div.toppagetab .responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
}

div.toppagetab .responsive-tabs .responsive-tabs__list__item {
	width:48%;
	text-align:center;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.toppagetab .responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

div.toppagetab .responsive-tabs .responsive-tabs__list__item:hover {
	color: #333;
	background-color: #faa;
}

div.toppagetab .responsive-tabs .responsive-tabs__list__item--active,
div.toppagetab .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #777;
	border-color: #ddd;
	color: #fff;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

div.toppagetab .responsive-tabs .responsive-tabs__panel {
	background: #fff;
	/*border: 1px solid #ddd;*/
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

div.toppagetab .responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 768px) {

	div.toppagetab .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	div.toppagetab .responsive-tabs .responsive-tabs__list {
		display: none;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	div.toppagetab .responsive-tabs-wrapper {
		border-top: 1px solid #ccc;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #777;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	div.toppagetab .responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading:hover {
		background: #eee;
		color: #777;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #777;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading--active,
	div.toppagetab .responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ccc;
		color: #fff;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__heading--active:after,
	div.toppagetab .responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	div.toppagetab .responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}


/* レッスンスケジュールページのタブ設定 */

div.programpagetab .responsive-tabs .responsive-tabs__heading {
	display: none;
}

div.programpagetab .responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

div.programpagetab .responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

div.programpagetab .responsive-tabs-wrapper:before,
div.programpagetab .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

div.programpagetab .responsive-tabs-wrapper:after {
	clear: both;
}

div.programpagetab .responsive-tabs .responsive-tabs__heading:focus,
div.programpagetab .responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

div.programpagetab .responsive-tabs .responsive-tabs__heading--active:focus,
div.programpagetab .responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

div.programpagetab .responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
}

div.programpagetab .responsive-tabs .responsive-tabs__list__item {
	width:31%;
	text-align:center;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.programpagetab .responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

div.programpagetab .responsive-tabs .responsive-tabs__list__item:hover {
	color: #333;
	background-color: #faa;
}

div.programpagetab .responsive-tabs .responsive-tabs__list__item--active,
div.programpagetab .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #777;
	border-color: #ddd;
	color: #fff;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

div.programpagetab .responsive-tabs .responsive-tabs__panel {
	background: #fff;
	/*border: 1px solid #ddd;*/
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 0 0;
	word-wrap: break-word;
}

div.programpagetab .responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 768px) {

	div.programpagetab .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	div.programpagetab .responsive-tabs .responsive-tabs__list {
		display: none;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	div.programpagetab .responsive-tabs-wrapper {
		border-top: 1px solid #ccc;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #777;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	div.programpagetab .responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading:hover {
		background: #eee;
		color: #777;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #777;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading--active,
	div.programpagetab .responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ccc;
		color: #fff;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__heading--active:after,
	div.programpagetab .responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	div.programpagetab .responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

/*カテゴリ一覧ページ設定*/

h2.entry-title,
h3.contentlisttitle {
	font-size:18px;
	font-weight:bold;
}
h2.entry-title a,
h3.contentlisttitle a,
h2.entry-title a:visited,
h3.contentlisttitle a:visited {
	color:#000;
}

a.understrap-read-more-link{
	display:block;
	width:150px;
	margin-right:0;
	margin-left:auto;
	border-color:#f60;
	background-color:#fff;
}
a.understrap-read-more-link:hover{
	border-color:#f60;
	background-color:#ffc7a1;
}
hr.contentlistbottom{
	margin:20px 0;
	  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/*休講・代行ページ*/
div.classschedulechange_wrapper{
	display:block;
	width:350px;
	margin:0 auto 20px;
}
p.classschedulechange_title{
	color:#fff;
	background-color:#f60;
	padding-left:10px;
}
p.classschedulechange_daytime,
p.classschedulechange_content{
	margin-bottom:0;
	padding-left:10px;
}


/*投稿ページ共通*/
h1.entry-title{
	font-size:2em;
}
.entry-footer{
	display:none;
}

/*デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {

}

/*大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
	
}