/*----------------------------
	base
------------------------------*/
html, body {
	height: 100%;
	margin:0;
	padding: 0;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",'sans-serif';
	font-size: 15px;
	background: #F4F4F4;
	color: #666;
}

img {
	max-width: 100%;
}
a.accordion-toggle {
	color: #666;
}
a:hover,
a:focus {
	color: #888;
	text-decoration: underline;
}
a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
a img:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	color: #777;
}
a p{ color: #999;}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
u {
	text-decoration: underline;
}
u.m {
	font-size: 120%;
}
.breadcrumb li {
	font-size: 13px;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pr0{ padding-right: 0 !important;}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mr10 {
	margin-right: 10px;
}
.mr30 {
	margin-right: 30px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}

.pa10 {
	padding: 10px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.fr {
	float: right;
}
.fl {
	float: left;
}
h1,h2,h3,h4,h5,h6 {

}
i {
	margin-right: 5px;
}
/*----------------------------
	font
------------------------------*/
.red {
	color: #ff0000;
	font-weight:bold;
}
mark,
.yellow-back {
	background-color:#ff0;
	color:#000;
	font-weight:bold;
}
.appeal {
	color: #FF2461;
	font-weight:bold;
}
.u {
	text-decoration: underline;
}
.large {
	font-size: 120%;
}
.l {
	font-size: 16px;
}

.m {
	font-size: 14px;
}
.s {
	font-size: 13px;
}
span.b {
	font-weight: bold;
}
/*----------------------------
	ttl_style
------------------------------*/
#main {
	margin-bottom: 60px;
	overflow: hidden;
}

#main ul.list {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}
#main ul.list li:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	padding: 0.5em;
	color: #333;
}
#main ul.list li {
	line-height: 1.8;
	padding-bottom: 10px;
}

h1.type3 {
	background: #fff;
	color: #1B7DC1;
	font-size: 23px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	border-left: 4px solid #1B7DC1;
	border-bottom: 1px solid #ccc;
}
/*h2:first-child{margin-top:0px;}*/
h2.type1 {
	background: #1B7DC1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
}

h2.type2 {
	background: #00AD9A;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
}
h2.type3 {
	background: #fff;
	color: #1B7DC1;
	font-size: 23px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	border-left: 4px solid #1B7DC1;
	border-bottom: 1px solid #ccc;
}

/*----------------------------
	header
------------------------------*/

#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #1B7DC1;
	/* height: 58px; */
	z-index: 5;
}
#header .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#header h1.logo {
	line-height: 58px;
	color:#fff;
	font-size:18px;
	margin: 0;
	text-align: center;
}
#header .navbar-brand{ color:#fff; padding: 0px 15px;line-height: 58px;}
#header h1.logo img {
	max-height: 34px;
	vertical-align: middle;
	margin: 13px 0;
}
#header ul {
	list-style: none;
	float: right;
	background: #fff;
}
#header p {
	margin: 0;
	padding: 0;
}
#header ul li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 58px;
	font-size: 13px;
	line-height: 58px;
	vertical-align: middle;
}
#header ul a {
	display: inline-block;
	margin: 0;
	padding:0;
}
.curriculum {
	background: #4092CB;
}
.student {
	background: #1B7DC1;
}
.inquiry {
	background: #FFBF00;
}
.logout {
	background: #00AD9A;
}

/*----------------------------
	topCatch
------------------------------*/
#topMargin{ padding: 75px 0 0 0; }
#topCatch {
	/*height: 200px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #6CA3E6;
	box-shadow: 0 5px 5px -3px #ccc;
	margin: 0 0 20px 0;
	padding: 50px 0 0 0;
}
#topCatch h1.type1 {
	color: #222;
	padding: 115px 0 0 0;
	font-size: 36px;
}

#topCatch h1 {
	color: #fff;
	padding: 10px 0 10px 0;
	font-size: 24px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3)
}
#topCatch p {
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3)
}
/*----------------------------
	item
------------------------------*/
.postbox .postInner {
	padding: 0;
}
.item {
	border-bottom: 1px solid #ccc;
	padding: 20px 15px 10px 20px;
}
.item .icon {
	background: #79AFDB;
	margin-right: 16px;
	padding: 10px 10px 10px 15px;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.item .itemTxt {
	float: left;
	max-width: 75%;
	padding-right: 1em;
}
.item h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.item .itemProgress {
	float: right;
	/*width: 23%;*/
	font-size: 13px;
}
.item a:hover p {
	text-decoration: underline;
}
.itemProgress p {
	padding-bottom: 0;
	text-align: center;
}

/*----------------------------
	Contents
------------------------------*/
#contents .row {
}
#contents .row .col-sm-3 {
	float: right;
}
@media (min-width: 768px) {
	#topCatch {
	height: 300px;
	}
	#topCatch h1 {
	padding: 80px 0 10px 0;
	font-size: 32px;
	}
}

.postBox {
	background: #fff;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 3px #aaa;
	margin: 0 0 40px 0;
}
.postBox h2:first-child,#contents h2:first-child{ margin-top:0px; }
.postBox h2.type1 {
	background: #1B7DC1;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	margin-bottom: 0;
}

.postBox h2.typeInfo {
	background: #1B7DC1;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
}
.postBox .inner {
	padding: 20px;
}
.postBox .postMain {
	width: 80%;
	text-align: center;
	margin: 20px auto 60px;
}
.postBox .postMain img {
	padding: 5px;
	border: 1px solid #ddd;
}

/*----------------------------
	postMain
------------------------------*/
.postMainBox {
	background: #fff;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 3px #aaa;
	margin: 0 0 60px 0;
	overflow: hidden;
	line-height: 1.6;
}
.postMainBox .inner {
	padding: 20px 40px 60px;
}
.postMainBox .postMain {
	width: 80%;
	text-align: center;
	margin: 20px auto 60px;
}
.postMainBox .postMain img {
	padding: 5px;
	border: 1px solid #ddd;
}
.postMainBox h1 {
	font-size: 30px;
	margin: 20px 0 10px;
	padding: 0 0 20px 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.postMainBox .status {
	text-align: right;
}
.postMainBox h2 {
	margin: 40px 0 20px;
	background: #1B7DC1;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	padding: 10px 15px 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.postMainBox h3 {
	margin: 40px 0 20px;
	background: #fff;
	color: #666;
	font-size: 18px;
	line-height: 1;
	padding: 10px 10px 10px 5px;
	border-bottom: 3px solid #1B7DC1;
}
.postMainBox h4 {
	font-size: 17px;
	color: #1B7DC1;
	margin: 40px 0 10px;
}
.postMainBox p,
.postMainBox ul,
.postMainBox dd,
.postMainBox div {
	font-size: 16px;
}
.postMainBox .fileBox h4 {
	background: #6CA3E6;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	margin: 0;
}
.fileBox {
	margin: 40px auto;
	border: 1px solid #6CA3E6;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.fileBox .inner {
	padding: 20px;
}
.fileBox a {
	color: #0060BF;
}
.postMainBox dl {
	border: 2px solid #ddd;
	padding: 20px;
	margin: 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.postMainBox dl.bg {
	background: #f6f6f6;
}
.postMainBox dl.notice {
	border: 2px solid #FF2461;
}
.postMainBox dt {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
.postMainBox ul {
}
.postMainBox ul.arrow li {
	padding-bottom: 5px;
	line-height: 1.4;
}
.postMainBox ul.arrow li:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	padding: 0.5em;
	color: #666;
	font-size: 17px;
}

/*----------------------------
	index_container
------------------------------*/
#newsArea {
	margin-bottom: ;
}
#newsArea dl {
	border-bottom: 1px solid #ddd;
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 20px 0px;
}
#newsArea dt {
	float: left;
	font-size: 16px;
	margin-right: 0.8em;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	width: 6em;
}
#newsArea dd {
	font-size: 15px;
	float: left;
	width: 65%;
}
#newsArea dd.icon {
	margin-right: 1.5em;
	line-height: 1;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 6em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#newsArea dd.info {
	background: #999;
}
#newsArea dd.seminar {
	background: #55A6E1;
}
#newsArea dd.other {
	background: #FF9326;
}
#newsArea dl:last-child {
	border-bottom: 0;
	padding: 10px 0px 10px 0px;
}

/*----------------------------
	2nd_container
------------------------------*/
.container .breadcrumb {
	padding: 10px 15px;
	background: none;
	border: 1px solid #DDD;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/*----------------------------
	comment_section
------------------------------*/
#comment_section {
  margin-top: 44px;
}
ol.commentlist {
  list-style-type: none;
  margin: 10px 0 20px 0;
  border: none !important;
  padding:0;
}
ul.children {
	list-style-type: none;
	border: none !important;
	padding:0;
	background: #F9F9F2;
}
.comment{
	border-top: 1px solid #EEE;
	border-left: 3px solid #EEE;
	padding:20px 0 0 20px;
	margin:0px;
}
.comment li{padding-bottom: 10px;padding-right: 10px;}
.comment-comment{
	padding:0px 10px 10px 10px;
}
.comment-author {
  margin-bottom: 12px;
  font-size: 13px;
}
.comment-author img.avatar {
  margin: 0 12px 6px 0 !important;
  border:solid 1px #CCC;
  padding:3px;
}
.comment_author_name {
  position: relative;
  top: 4px;
  font-style: normal;
  font-size: 15px;
}
.comment-meta {
  position: relative;
  top: 8px;
  font-size: small !important;
  color:#BBB;
}
.reply {
  position: relative;
  top: 0;
  text-align: right;
}
.postMainBox .comment div {
	font-size: 15px;
}

.commentlist p {
  font-size: 14px;
  line-height:1.5em;

}
.comment textarea{ height:150px;}
.comment-respond{ background: #F9F9F9; padding-bottom: 20px;}
.btn-warning {
	background-color: #FFBF00;
	border-color: #FFBF00;
}
.label-warning {
	background-color: #FF2461;
}
.btn-info {
	background-color: #4092CB;
	border-color: #4092CB;
	font-weight: bold;
	font-size: 15px;
}
.btn-info:hover {
	background-color: #4092CB;
	border-color: #4092CB;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.btn-block {

}
/*----------------------------
	unitBox
------------------------------*/

.unitBox {
	background: #fff;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 3px #aaa;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.unitBox a:hover p {
	text-decoration: underline;
}
.unitBox a:hover .unitPic p {
	text-decoration: none;
}
.unitBox a p:hover {
	text-decoration: none;
}

.unitBox .unitPic {
	float: left;
	width: 30%;
	margin-right: 3%;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #79AFDB;
	text-align: center;
}
.unitBox .unitPic i{ color:#FFF; font-size:100px; opacity: 0.5; margin: 0 auto 0; line-height: 190px; }
.unitBox .unitTxt {
	float: right;
	width: 67%;
	padding: 20px 20px 20px 0;
}
.unitBox .unitTxt h3 {
	margin-bottom: 10px;
	font-size: 22px;
}
.unitBox .number {
	background: #666;
	width: 38px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	top:0;
	left:0;
}
.unitBox .completion,
.unitBox .incomplete {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.completion {
	line-height: 1;
	padding: 7px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #999;
	width: 80px;
	display: inline-block;
}
.incomplete {
	line-height: 1;
	padding: 7px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFBF00; /*yellow*/
	width: 80px;
	display: inline-block;
}
.doComplete { /* 完了にする */
	line-height: 1;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFBF00;
	width: 100%;
	display: inline-block;
}
.doIncomplete { /* 未完了にする */
	line-height: 1;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFBF00;
	width: 100%;
	display: inline-block;
	opacity: 0.5;
}
.completion:hover,
.incomplete:hover,
.doComplete:hover,
.doIncomplete:hover
 {
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
	color:#eee;
}

/*----------------------------
	login
------------------------------*/
div.login-container {
	max-width:330px;
	margin: 150px auto 0;
}
.login-container .panel {
	background: none;
}
.login-container h3 {
	padding-bottom: 20px;
}
.login-container div.panel-heading {
	border:none;
	padding:30px 30px 40px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.login-container .login-panel {
	border:none;
}
.login-container a {
	color:#999;
}
.login-container #flashMessage{
	padding:15px;
	padding-left:30px;
	margin-bottom:20px;
	background:#D9E9F5;
	color:#1B7DC1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px #fff;
}
.login-container .forget {
	padding: 20px 0 0;
}

.login-user {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#flashMessage {
	background: #f2dede;
	color: #d44950;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#flashMessage:before {
	content: "\f071";
	font-family: 'FontAwesome';
	padding: 0 0.5em 0 0;
	font-size: 18px;
}
.error-message{
	font-size: 85%;
	color:#FFF;
	padding:5px;
	margin-top: .5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFBF00;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.errorMsg {
	background: #D9E9F5;
	color: #1B7DC1;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.errorMsg li {
	list-style: disc;
	line-height: 1.6;
	font-size: 13px;
}
.errorMsg ul {
	list-style-position: inside;
	padding: 10px 10px 0px 20px;
}

@media (max-width: 500px) {
#payment .cardName label {
	width: 100%;
}
}

/*----------------------------
	table
------------------------------*/

/**
 * form
 */
table.type1 {
	width: 100%;
	border-collapse:collapse;
	border:none;
	overflow: auto;
}
table.type1 {
	border: 1px solid #ccc;
}
table.type1 td {
	line-height: 2;
}
table.type1 th,
table.type1 td {
	padding: 15px 20px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}
table.type1 th {
	border: 1px solid #ccc;
	padding-left: 2em;
}
table.type1 td {
	padding-left: 2em;
}

table.type1 th {
	background: #efefef;
}

/**
 * payment form
 */
#PaymentForm tr.input-forms th, #InputForm tr.input-forms th {
    max-width: 300px;
    word-break: break-word;
    white-space: initial;
}

/*----------------------------
	Side_Menu
------------------------------*/
.list-group-item:last-child,
.list-group-item:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* 達成率 */
.panel-info>.panel-heading {
	color: #fff;
	background-color: #1B7DC1;
	border-color: #1B7DC1;
	padding: 12px 15px;
}
.panel-body {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.panel-info {
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
}
.panel li.active {
	background: #efefef;
}
/* green */
.panel-primary {
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #00AD9A;
	border-color: #ddd;
	padding: 12px 15px;
}
/* blue */
.panel-success {
	background-color: #ddd;
	border-color: #ddd;
}
.panel-success>.panel-heading {
	color: #fff;
	background-color: #1B7DC1;
	border-color: #1B7DC1;
	padding: 12px 15px;
}


/*----------------------------
	easy-pie-chart
------------------------------*/
.chart {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  margin: 0 auto;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align :center;
}
.chart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.chart .angular {
  margin-top: 100px;
}
.chart .angular .chart {
  margin-top: 0;
}
.chart input {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.chart .btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chart .btn:hover {
  background: #333333;
  color: #ffffff;
}


/*----------------------------
	footer
------------------------------*/
#footer .footerNav {
	background: #393535;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 10px;
}
#footer .footerNav {
	text-align: right;
}
#footer .footerNav li {
	display: inline-block;
	margin-right: 2em;
}
#footer .footerNav a {
	color: #fff;
	text-decoration: none;
}
#footer .footerNav a:hover {
	color: #ccc;
}
#footer .copyright {
	font-size: 13px;
	vertical-align: meddle;
	text-align: center;
	margin: 10px 0;
}
.navbar {
	margin-bottom: 0;
}
/*----------------------------
	link
------------------------------*/

.link a:hover {
	color: #777;
}
.link a {
	padding: 10px 15px;
	display: inline-block;
}
#pagetop {
	display: block;
	position: fixed;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	transition: .5s;
}


/*----------------------------
	colorChange
------------------------------*/

/*---------- gray ----------*/
#gray .button {
	background-image: url('../img/menu_button_back.png');
}
#gray h2.type3 {
	color: #5C656D;
	border-left: 4px solid #5C656D;
}
#gray #header {
	background: #393535;
	border-bottom: 1px solid #ccc;
}
#gray .curriculum {
	background: #AFBAC9;
}
#gray .student {
	background: #92A0B4;
}
#gray .inquiry {
	background: #6A87A5;
}
#gray .logout {
	background: #333;
}
#gray .item .icon {
	background: #93ACC6;
}

#gray .postBox h2.typeInfo,
#gray h2.type1 {
	background: #758393;
}

#gray .postMainBox h2 {
	background: #758393;
}
#gray .postMainBox h3 {
	border-bottom: 3px solid #758393;
}
#gray .postMainBox h4 {
	color: #5C656D;
}
#gray .postMainBox .fileBox h4 {
	background: #758393;
}
#gray .fileBox {
	border: 1px solid #758393;
}

#gray .unitBox .number {
	background: #5C656D;
}

#gray .panel-info>.panel-heading,
#gray .panel-success>.panel-heading {
	background-color: #758393;
	border-color: #758393;
}

/*---------- black ----------*/
#black h2.type3 {
	color: #fff;
	border-left: 4px solid #AFBAC9;
	background: #333;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 ;
	-moz-border-radius: 3px 3px 0 0;
}
#black #header {
	background: #000;
}
#black .curriculum {
	background: #AFBAC9;
}
#black .student {
	background: #92A0B4;
}
#black .inquiry {
	background: #6A87A5;
}
#black .logout {
	background: #333;
}
#black .item .icon {
	background: #aaa;
}

#black .postBox h2.typeInfo,
#black h2.type1 {
	background: #333;
}

#black .postMainBox h2 {
	background: #333;
}
#black .postMainBox h3 {
	color: #444;
	border-bottom: 3px solid #666;
}
#black .postMainBox h4 {
	color: #fff;
}
#black .postMainBox .fileBox h4 {
	background: #333;
}
#black .fileBox {
	border: 1px solid #333;
}

#black .unitBox .number {
	background: #333;
}

#black .panel-info>.panel-heading,
#black .panel-success>.panel-heading {
	background-color: #333;
	border-color: #333;
}

/*---------- yellow ----------*/
#yellow h2.type3 {
	color: #444;
	border-left: 4px solid #444;
}
#yellow #header {
	background: #FFBF00;
}
#yellow .curriculum {
	background: #AFBAC9;
}
#yellow .student {
	background: #92A0B4;
}
#yellow .inquiry {
	background: #6A87A5;
}
#yellow .logout {
	background: #333;
}
#yellow .item .icon {
	background: #93ACC6;
}

#yellow .postBox h2.typeInfo,
#yellow h2.type1 {
	background: #555;
}

#yellow .postMainBox h2 {
	background: #FFBF00;
}
#yellow .postMainBox h3 {
	border-bottom: 3px solid #FF9326;
}
#yellow .postMainBox h4 {
	color: #333;
}
#yellow .postMainBox .fileBox h4 {
	background: #FFBF00;
}
#yellow .fileBox {
	border: 1px solid #FFBF00;
}

#yellow .unitBox .number {
	background: #666;
}

#yellow .panel-info>.panel-heading,
#yellow .panel-success>.panel-heading {
	background-color: #555;
	border-color: #555;
}

#yellow .postMainBox dl.notice {
	border: 2px solid #FF9326;
}
#yellow .appeal {
	color: #DD0011;
}
#yellow .doIncomplete {
	background: #1B7DC1;
}
#yellow .label-warning {
	background-color: #DD0011;
}
/*----------------------------
	responsive
------------------------------*/
/* 768px以上*/
@media (min-width: 768px) {
.pcNone {
	display: none !important; /*削除 */
	}
}
/* 767px以下 */
@media (max-width: 767px) {
.spNone {
	display: none !important; /*削除*/
}
 /* slidemenu */
.drawer-nav {
	padding-top: 15px;
}
.drawer-hamburger,
.drawer-close .drawer-hamburger {
	background: url(../img/menu_button_back.png) no-repeat 12px 18px;
}
.drawer-open .drawer-hamburger {
	background: url(../img/menu_button_close.png) no-repeat 12px 18px;
}

#gray .drawer-hamburger,
#gray .drawer-close .drawer-hamburger {
	background: url(../img/menu_button_back.png) no-repeat 12px 18px;
}
#gray.drawer-open .drawer-hamburger {
	background: url(../img/menu_button_close.png) no-repeat 12px 18px;
}

#header h1.logo {
	margin-left: 50px;
}
.topMenuNone #header h1.logo {
	margin-left: 15px;
}
.entry #goods-info {
	min-height: 4em;
}
#newsArea dd {
	width: 100%;
}
.postMainBox .postMain {
	width: 100%;
}

.unitBox .unitPic {
	float: none;
	width: auto;
	margin: 0;
}
.unitBox .unitTxt {
	float: none;
	width: 100%;
	padding: 20px;
}
.unitBox {
	padding: 0 0 20px 0;
}

}

/* スマホ用メニュー640px以下 */

@media only screen and (max-width: 640px) {
img {
	max-width: 100%;
	height: auto;
}
.spb {
	margin-bottom: 20px;
}

#main h2 {
	font-size: 110%;
}
#main h2.type1 {
	font-size: 110%;
	line-height: 1.4;
	padding: 10px 15px;
}
#main p,
#main li,
#main dt,
#main dd,
#main h3,
#main h4 {
	font-size: 90%;
}
.second #topCatch h1 {
	font-size: 20px;
}
#main .unitBox .unitTxt h3 {
	font-size: 16px;
}
.postBox h2.typeInfo {
	line-height: 1.4;
	padding: 10px 15px;
}
#main .postMainBox h1 {
	font-size: 18px;
	margin: 0px 0px 10px;
}
.postMainBox .inner {
	padding: 20px;
	margin: 0px 0px 10px;
}
.postMainBox .postMain {
	margin: 0px auto 20px;
}
#main .postMainBox h2,
#main .postMainBox h3,
#main .postMainBox h4 {
	margin: 20px 0px;
	font-size: 16px;
}
#main .postMainBox .fileBox h4 {
	margin: 0px;
}
#newsArea {
	margin-bottom: 10px;
}
#newsArea .col-sm-12 {
	padding: 0;
}
#newsArea dl {
	margin: 0;
}
#newsArea dd.icon {
	font-size: 12px;
	padding: 5px;
}
.item .icon {
	display: none;
}
.item .itemTxt {
	max-width: 100%;
	padding-right: 0;
}
#main .item h3 {
	font-size: 16px;
}
#pagetop {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.mr30 {
	margin-right: 0;
}
}


/* 360px以下*/
@media only screen and (max-width: 360px) {

#footer .footerNav {
	text-align: left;
}
}
