@media screen and (min-width: 1000px){

.pc_hid{
    display: none;
}

.spLineDot{
    display: none;
}

#header {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
}

#headerBg {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
	height: auto;
	position: relative;
	background-color: #4583b4;
}

#headerLine {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 4px;
	position: relative;
	background-color: #224A9D;
}

.headerLogo {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.headerRight {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Futura-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#footer {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Futura-Book;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	overflow: hidden;
}
#footerLogo {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footerNaviTxt {
	float: left;
	height: auto;
	width: auto;
	color: #000000;
}
.footText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
}

/*メニュー*/

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
	z-index:100;
}
ul#menu li{
	float: left;
	position: relative;
	width: auto;
	background-color: #e4972a;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	padding-bottom: 6px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: purloin;
}

#menu li:hover {
	color: #000000;
	background-color: #a39ec5;
}
ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
	color: #fff;
}
.child li:hover {
	color: #036eff;
	background: #cccccc;
}
ul.child li a{
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
   
}
li a:hover{
	background-color: #a39ec5;
}
	
.tate {
	color: #000000;
}
	
/*メニューのバック*/

#naviBg {
	background-color: #e4972a;
	height: 32px;
	width: 100%;
	padding-top: 0px;
}

.naviBox {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainVisual {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}
#topPicture {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	 animation-name: fadein;
    animation-duration: 1s; /* 出てくるまでの時間 */
    animation-iteration-count: 1;　	/* 繰り返す回数 */
}

#contents {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}

.topCoursePh {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.topCourseLeft {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	animation-name: fadeup;
	animation-duration: 1s;   /* アニメーション時間 */
	animation-iteration-count: 1;　/* 繰り返す回数 */
}

.topCourseRight {
	float: left;
	height: auto;
	width: 400px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	animation-name: fadeup;
    animation-duration: 1s;   /* アニメーション時間 */
    animation-iteration-count: 1;　/* 繰り返す回数 */
}

.courseCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	color: #000000;
	margin-bottom: 15px;
}

#topMainArea {
	float: left;
	height: auto;
	width: 70%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}

#subArea {
	float: right;
	height: auto;
	width: 28%;
	margin-top: 15px;
}

.bannerFullSize {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.twitter {
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.instagram {
	height: 100%;
	width: 336px;
	margin-bottom: 20px;
}

#mainArea {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	overflow: hidden;
}

/*デザイン指定*/

.courseBox {
	height: auto;
	width: 1200px;
	margin-bottom: 50px;
	overflow: hidden;
}

.courseName {
	font-family: shingo-r, Osaka, sans-serif;
	font-size: 24px;
	line-height: 28px;
	height: auto;
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.courseCopyBox {
	float: left;
	height: auto;
	width: 800px;
	margin-right: 50px;
}
.coursePhBox {
	float: left;
	height: auto;
	width: 350px;
}

.summarybox {
	height: auto;
	width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.summary_title {
	float: left;
	height: 100%;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
}
.summary_contents {
	float: left;
	height: 100%;
	width: 980px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
	display: table-cell;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.summarybox_end {
	height: auto;
	width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#subArea {
	float: right;
	height: auto;
	width: 28%;
	margin-top: 15px;
}

.categoryTitleSub {
	height: 45px;
	width: 1180px;
	padding-bottom: 20px;
	overflow: hidden;
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #483D8B;
	border-left-color: #483D8B;
}

.listBox100 {
	margin: 0px;
	height: auto;
	width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.listBoxFoot {
	height: auto;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
	clear: both;
}
.listLead100 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
	float: left;
	height: auto;
	width: 250px;
}

.listDetail100 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	float: left;
	height: auto;
	width: 900px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	color: #000000;
	margin: 0px;
}

.listBoxTop {
	margin: 0px;
	height: auto;
	width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
