@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .content01 {
	margin-bottom: 95px;
	width: 900px;
}

#main .headLine01 {
	margin-bottom: 24px;
}

#main .content01 h3 {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}

#main .content01 p {
	margin-bottom: 27px;
	line-height: 1.75;
}
	
#main .comTable {
	margin-bottom: 44px;
}

#main .comTable td,
#main .comTable th {
	padding: 13px 14px 13px;
	color: #000;
	line-height: 1.8;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #D1D1D1;
}

#main .comTable th {
	width: 23%;
	border-right: none;
}

#main .comTable td {
	border-left: none;
}

#main .comTable td dl {
	line-height: 1.7;
}

#main .comTable td dd {
	margin: 0 17px 27px;
}

#main .comTable td dd:last-of-type {
	margin: 0 17px;
}

#main .comTable td dd li {
	padding-left: 1em;
	text-indent: -1em;
}

#main .comTable .line {
	padding: 0;
	height: 2px;
	border: none;
	background-color: #FFF;
}

#main .comLink {
	padding: 0;
	background: none;
}

#main .comLink a {
	color: #FFF;
	background-color: #FF9933;
	box-shadow: 3px 4px 0px #DCDCDC;
	-moz-box-shadow: 3px 4px 0px #DCDCDC;
	-webkit-box-shadow: 3px 4px 0px #DCDCDC;
}

#main .comLink a span {
	background-image: url(/img/common/icon/icon12.png);
}

#main .tabs {
	width: 1060px;
	margin: 0 auto;
}

#main .tabs .tab_sales, #main .tabs .tab_teachers {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	border: 1px solid #000000;
	border-bottom: 0;
	color: #FFFFFF;
	background-color: #000000;
}

#main .tabs .tab_sales:hover, #main .tabs .tab_teachers:hover {
	opacity: 0.75;
}

#main .tabs .tab_sales_body, #main .tabs .tab_teachers_body {
	display: none;
}

input[name="tab_sales"], input[name="tab_teachers"] {
	display: none;
}

#main .tabs input:checked + .tab_sales, #main .tabs input:checked + .tab_teachers {
	margin-top: -20px;
	height: 70px;
	line-height: 70px;
	color: #000000;
	background-color: #FFFFFF;
}

#sales:checked ~ #sales_body,
#sales_planning:checked ~ #sales_planning_body,
#teacher_main:checked ~ #main_body,
#teacher_sub:checked ~ #sub_body {
	display: block;
}

#main .content01 .comTable a.links {
	color: #5488d3;
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .content01 {
		margin-bottom: 25px;
		width: auto;
	}
		
	#main .headLine01 {
		margin-bottom: 24px;
	}
	
	#main .content01 h3 {
		margin-bottom: 25px;
		font-size: 18px;
	}

	#main .content01 p {
		margin-bottom: 27px;
	}
	
	#main .comTable {
		margin-bottom: 20px;
	}
	
	#main .comTable td,
	#main .comTable th {
		font-size: 10px;
		border: 1px solid #D1D1D1;
	}
	
	#main .comTable th {
		width: 100%;
		border-right: 1px solid #D1D1D1;
		border-bottom: none;
	}
	
	#main .comTable td {
		border-left: 1px solid #D1D1D1;
		border-bottom: none;
	}

	#main .comTable tr:last-child td {
		border-bottom: 1px solid #D1D1D1;
	}
	
	#main .comTable td dd {
		margin-bottom: 15px;
	}
	
	#main .comTable .line {
		display: none;
	}

	#main .comLink a {
		box-shadow: 1px 2px 0px #DCDCDC;
		-moz-box-shadow: 1px 2px 0px #DCDCDC;
		-webkit-box-shadow: 1px 2px 0px #DCDCDC;
	}

	#main .tabs {
		width: 100%;
		margin: 0 auto;
	}

	#main .tabs input:checked + .tab_sales {
		height: 50px;
		line-height: 50px;
	}

	#main .tabs .tab_sales {
		width: 140px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}



@media screen and (max-width: 600px) {
	#main .tabs .tab_sales {
		width: 115px;
		line-height: 30px;
		font-size: 12px;
	}
}
