@charset "utf-8";

#kugf #contents .txt_wrap{
	margin: 0 10px;
	overflow: hidden;
}
#kugf #contents .message{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#kugf #contents .guide_wrap{
	background:url(../../images/common/bg_gray07.png);
	width: 100%;
}
#kugf #contents .guide_wrap p{
	text-align: center;
	padding:10px 0 0;
}
#kugf #contents .guide_wrap ul{
	margin: 15px auto;
	text-align: center;
}
#kugf #contents .guide_wrap ul li{
	display: inline;
	margin: 5px 10px;
}
#kugf #contents .guide_wrap ul li img{
	max-width: 100%;
}
#kugf #contents .kugf01{
	background:url(../../images/common/bg_gray08.png);
	width: 100%;
}
#kugf #contents ul.notindentList{
	list-style: disc;
	margin-left: 2em;
}
#kugf #contents .indentList{
	padding-left: 2em;
	list-style: none;
}
#kugf #contents .indentList li {
	margin-bottom: 10px;
}
#kugf #contents .indentList .uList {
	padding-top: 5px;
	margin-left: 30px;
	text-indent: 0;
}
#kugf #contents .indentList .uList li {
	margin-bottom: 5px;
	list-style: disc;
	
}
#kugf #contents .indentList li p{
	padding-left: 2em;
    text-indent: -1em;
    padding: 0;
}
#kugf #contents .float_left{
	width: 50%;
	float: left;
}
#kugf #contents .float_right{
	width: 50%;
	float: right;
}
#kugf #contents .merit_wrap{
	background:url(../../images/common/bg_black02.png);
	width: 60%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#kugf #contents .merit_box{
	background:url(../../images/common/bg_white02.png);
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#kugf #contents .merit_box ul{
	padding-left: 2em;
}

#kugf .global_img_wrap img{
	width: 100%;
	max-width: 560px;
	height: auto;
}
#kugf ul.disc {
    list-style: disc;
    margin-left: 2em;
}
#kugf .module_type{
	width: 100%;
	/**
	margin: 0 0 20px;
	**/
}
#kugf .module_type td{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	background: #313198;
	box-sizing: border-box;
	color: #fff;
}
#kugf .module_type td img{
	width: 100%;
	height: auto;
}
#kugf .module_type td.module_type_col{
	width: calc(100% / 5);
	min-height: 80px;
	color: #333333;
}
#kugf .module_type td.module_type_col h4{
	background: none;
	padding: 0 0 10px;
}
#kugf .module_type td.module_type_col p{
	font-size: 12px;
	font-size: 1.2rem;
}
#kugf .module_type .module_type_list td{
	vertical-align: top;
}
#kugf .module_type td.tb_pc {
	display: table-cell;
}
#kugf .module_type tr.tb_pc {
	display: table-row;
}
#kugf .module_type td.tb_sp,
#kugf .module_type tr.tb_sp {
	display: none;
}
#kugf .module_type td.mod1{
	background: #5AC49F;
}
#kugf .module_type td.mod2{
	background: #DCB775;
}
#kugf .module_type td.mod3{
	background: #FF9BA8;
}
#kugf .module_type td.mod4{
	background: #698AC6;
}
#kugf .module_type td.mod5{
	background: #9FD25A;
}
#kugf .module_type td.mod6{
	background: #F29658;
}
#kugf .module_type td.mod7{
	background: #FF6C76;
}
#kugf .module_type td.mod8{
	background: #37ADE1;
}
#kugf .module_type td.mod9{
	background: #B889BD;
}


#module .schedule_wrap{
	background:url(../../images/common/bg_black03.png);
}
#module .message{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 10px 0;
	color: #FFF;
	padding: 0;
}
#module .mode_wrap:nth-child(odd){
	background:url(../../images/common/bg_beige06.png);
}
#module .mode_wrap h3{
	font-size: 16px;
	font-size: 1.6rem;
	background: none;
	padding: 0;
}
#module .float_left{
	width: 50%;
	float: left;
}
#module .float_right{
	width: 50%;
	float: right;
}
#module .mod_image_wrap{
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#module .mod_image_wrap img{
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}
#module .mode_wrap ul{
	padding-left: 2em;
    list-style: decimal;
}


#schedule #contents .schedule_wrap{
	background:url(../../images/common/bg_black03.png);
}
#schedule #contents .message{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 10px 0;
	color: #FFF;
	padding: 0;
}
#schedule #contents .schedule_detail_wrap table{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#schedule #contents .schedule_detail_wrap table th{
	background:#e6e6e6;
	border: 1px solid #cdcdcd;
	padding: 0 3px;
	vertical-align: middle;
}
#schedule #contents .schedule_detail_wrap table td{
	border: 1px solid #cdcdcd;
	padding: 0 3px;
	height: 80px;
	vertical-align: middle;
}
#schedule #contents .schedule_detail_wrap table thead th{
	background:url(../../images/common/bg_black04.png);
	color: #FFF;
	height: 30px;
}
#schedule #contents .schedule_detail_wrap table thead th.day{
	width: 220px;
}
#schedule #contents .schedule_detail_wrap table th.break_col{
	background:url(../../images/common/bg_gray09.png);
	height: 50px;
}
#schedule #contents .schedule_detail_wrap table tbody td.cat01 { background: #1b7460; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat02 { background: #9e8a49; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat03 { background: #a64d79; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat04 { background: #567eb3; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat05 { background: #cc6766; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat06 { background: #936f53; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat07 { background: #f6ac3b; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat08 { background: #00979c; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat09 { background: #ed86b3; color:#FFFFFF }
#schedule #contents .schedule_detail_wrap table tbody td.cat10 { background: #a8d06a; color:#FFFFFF }

#schedule #contents #conditions p{
	padding-bottom: 0;
}
#schedule #contents #conditions p.p_list{
	margin-left: 1em;
	padding-left:1em;
	text-indent:-1em;
}

/************  モジュールエリア  ************/
/**
#contents .module_wrap{
	background:url(../../images/common/bg_beige05.png);
	width: 100%;
}

#contents .module_wrap ul{
	padding: 20px 0;
	overflow:hidden;
	width: 100%;
	list-style: none;
}
#contents .module_wrap li{
	float:left;
	width: 20%;
	text-align: center;
}

#contents .module_wrap li img{
	width: 100%;
	max-width: 244px;
}
**/
#contents #youtube_wrap{
	background:url(../../images/common/bg_black01.png);
	padding: 10px 0;
}
#contents #youtube_wrap .youtube_conte{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	height: 315px;
	position: relative;
}
#contents #youtube_wrap .youtube_conte iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (max-width: 619px) {
	#kugf #contents .guide_wrap ul li{
		display: block;
		margin: 10px 0;
	}
	#kugf #contents .float_left, #kugf #contents .float_right{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#kugf #contents .merit_wrap{
		width: 100%;
	}
	#kugf .module_type td.tb_sp {
		display: table-cell;
	}
	#kugf .module_type tr.tb_sp {
		display: table-row;
	}
	#kugf .module_type td.tb_pc,
	#kugf .module_type tr.tb_pc {
		display: none;
	}
	#kugf .module_type td {
		display: block;
		width: 100%!important;
  	}
	#contents .module_wrap li{
		float:none;
		width: 100%;
	}
	#module .float_left, #module #contents .float_right{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#module .mod_image_wrap{
		padding: 0;
	}

	#contents .schedule_detail_wrap .inner{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	}
	#contents.schedule_detail_wrap .inner::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
	}
	#contents .schedule_detail_wrap .inner::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
	}
	#contents .schedule_detail_wrap .inner::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
	}
}