@charset "utf-8";

body {
	background:url(../images/bg.jpg) top left repeat-x;
	background-color:#f2f2f2;
  min-width: 990px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

p,ul,li,dl,dt,dd {
  /*margin: 0;
  padding: 0;*/
}

.form-wrap .radio {
  padding-top: 0;
}
.form-wrap .radio label {
  line-height: 1.8em;
}

.form-wrap label.checkbox-inline {
    padding-top: 3px;
    line-height: 1.76em;
}

.form-wrap ul li:not(:first-child) {
  margin-top: 0.5em;
}

/*.container {
  width: 970px !important;
}*/


.container {
  width: 990px !important;
  margin: 0 auto;
}

.cnts-container {
  width:990px;
  border:solid 2px #dfdfdf;
  background-color:#fff;
  margin: 30px 0;
  /*全体角丸*/
  border-radius: 5px; /* CSS3草案 */ 
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
  -moz-border-radius: 5px; /* Firefox用 */
  padding: 20px 40px !important;
}

/*header*/
.header-logo {
	padding: 0;
}

.header-right {
  padding: 0;
}

.header-nav-wrap {
	margin: 20px 0 0 0;
  padding: 0;
  text-align: right;
}
.header-nav-wrap ul {
  margin: 0;
}
.header-nav-wrap li {
  padding: 0;
  margin: 0 0 0 5px;
}

.header-user-wrap {
	margin: 5px 0 0 0;
  padding: 0;
  text-align: right;
}
.header-user-wrap ul {
  margin: 0;
}
.header-user-wrap li {
  padding: 0;
  margin: 0 0 0 15px;
}
.header-user-wrap li:not(:first-child) {
  border-left: solid 1px #C0C0C0;
  padding-left: 15px;
}


/*注意事項*/
#attention {
	width:800px;
	margin:20px auto 10px auto;
	padding:10px 10px;
	border:solid 1px #ccc;
/*	max-height:300px; */
	overflow:auto;
	line-height: 140%;
}

.dousakankyo {
 	/*width:700px;*/
	margin: 0px;
}
.dousakankyo div {
 	padding: 0;
}
.dousakankyo ul {
  list-style: none;
  font-size: 11px;
  line-height: 133%;
  padding: 0;
}

.attention-confirmed {
 	width:800px;
  margin: 0 auto;
}


/*見出し*/
.cnts-container h2 {
	/*width:950px;*/
	height:53px;
	background:url(../images/h2_apply_bg.jpg) no-repeat;
	font-size:150%;
  font-weight: bold;
	color:#000;
	padding:15px 0 0 20px;
}

.cnts-container h3 {
	/*width:950px;*/
	height:45px;
	background:url(../images/h3_apply_bg.jpg) no-repeat;
	font-size:125%;
  font-weight: bold;
	color:#000;
	padding:15px 0 0 30px;
	letter-spacing:1px;
}

.cnts-container h3.h3_entry_pattern01 {
  /*width:950px;*/
  height:45px;
  background:url(../images/h3_entry_pattern01_bg.jpg) no-repeat;
  font-weight: bold;
  color:#fff;
  padding:13px 0 0 25px;
  letter-spacing:1px;
}

/*日程*/
.schedule-wrap {
  border-bottom: dotted 1px #BFBFBF;
  width: 880px;
  margin: 0 auto;
  padding: 5px 0;
}

.schedule-txt {
	font-size: 95%;
	line-height: 150%;
}
.schedule-tit {
	font-size: 115%;
	font-weight: bold;
	color: #3550af;
}

.schedule-note {
  padding: 5px;
  background: #F7E3ED;
  color: #B00C30;
  font-size: 75%;
  line-height: 150%;
  border: dotted 1px #C8C8C8;
}

/*募集要項*/
/*アンケート*/
.boshuyoukou-wrap,
.anketo-wrap {
  width: 880px;
  margin: 0 auto;
}

/*pagetopへ*/
.pagetop {
  text-align:right;
  margin:45px 0 0 0;
}

/*footer*/
footer {
	width:100%;
	background:url(../images/footer_bg.jpg) top left repeat-x;
	margin:20px auto 0 auto;
	padding:30px 0 40px 0;
	text-align:center;
	font-size:70%;
	color:#666;
	letter-spacing:0.5px;
}

/*.popover {
    background: #F5B0B2;
    margin: 10px 0 !important;
    padding: 0 !important;
		max-width: 800px !important;
		color: #B31518;
		font-size: 95%;
}
.arrow {
    background: none;
    height: 15px;
    width: 20px;
    display: block;
}*/


/***********************/

/*アンケート*/
#search-area {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #f7f7f7;
}

#search-area .categ-wrap {
  width: 700px;
  margin : 0 auto;
}

#search-area .categ {
  float: left;
  margin : 0 45px 0 0;
}
#search-area .categ:last-child {
  margin : 0;
}

.search-btn-wrap {
  width: 500px;
  margin: 10px auto;
}
.search-btn-wrap p:nth-of-type(2) {
  padding: 13px 0 0 0;
}

/*table*/
.table-results {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #bfbfbf;
}

.table-results th,
.table-results td {
  padding: 3px 10px;
}

.table-results th {
  border-top: solid 3px #924fa9;
  background: #dfd2e3;
  border-right: solid 1px #fff;
  padding: 5px 10px;
}
.table-results th:last-child {
  border-right: solid 1px #bfbfbf;
}

.table-results td {
  border-top: solid 3px #f0ad4e;
  background: #fff;
  border: solid 1px #ccc;
  padding: 2px 10px;
}

.pagination {
  margin: 20px 0 5px 0;
}
.pagination-bottom{
  margin: 10px 0;
}


/***********************/

/*フォーム*/
.form-progress ul {
  list-style: none;
  display: table;
  width: 725px;
  margin: 0 auto;
  padding: 0;
}
.form-progress ul li {
  display: table-cell;
}

.h4-form {
    width: 905px;
    /*margin:0 auto;*/
    /*padding: 7px 15px;*/
    border-bottom:solid 1px #cdcdcd;
    background-color:#e1e1e1;
    /*font-size:97%;*/
    /*font-weight: bold;*/
    padding: 15px 15px 10px 15px;
    margin: 15px auto 0 auto;
    font-size: 120%;
    line-height: 1em;
    color: #2b2b2b;
}

.form-wrap {
	width:905px;
	margin:0 auto;
  padding: 10px 0 10px 0;
	background-color: #f7f7f7;
	font-size:97%;
  border-bottom: dashed 1px #7e7e7e;
  border-top: solid 2px #fff;
  color: #000;
}

.form-wrap .control-label {
    font-weight: normal;
}

.form-help {
  margin: 5px 0 0 5px;
  color: #555;
  font-size:90%;
}
.form-help-important {
  margin: 5px 0 0 5px;
  padding: 5px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  background-color: #B31518;
}

.table-form {
	width:910px;
	margin:0 auto;
	background-color:#f7f7f7;
	border-collapse:collapse;
	line-height:150%;
	font-size:95%;
}
.table-form th {
	width:33%;
	padding:5px 0 5px 10px;
	/*height:55px;*/
	text-align:left;
	border-bottom:solid 1px #fff;
}
.table-form th.t_item_tit {
	width:910px;
	padding:5px 0 5px 10px;
	/*height:55px;*/
	text-align:left;
	border-bottom:solid 1px #cdcdcd;
	background-color:#e1e1e1;
}
.table-form th img {
	vertical-align:middle;
	margin-left:7px;
}
.table-form td {
	width:60%;
	/*height:55px;*/
	padding:5px 10px 5px 15px;
	border-bottom:solid 1px #fff;
	display:table-cell;
	vertical-align: middle;
}

.form-wrap-error {
	background-color: #FDECCC;
  color: #E5481C !important;
}
.form-help-error {
  color: #E5481C !important;
  font-weight: bold;
}

/*error*/
.form-error-txt {
  background-color: #ffdbb8;
  text-align: center;
}
.form-error-txt p {
  color: #E5481C !important;
  font-weight: bold;
  margin: 15px;
}

/*info*/
.form-info-txt {
  background-color: #8ad9f3;
  text-align: center;
}
.form-info-txt p {
  color: #0082ad !important;
  font-weight: bold;
  margin: 15px;
}

/*success*/
.form-success-txt {
  background-color: #a8e096;
  text-align: center;
}
.form-success-txt p {
  color: #238d01 !important;
  font-weight: bold;
  margin: 15px;
}

/*note*/
.form-note-txt {
  padding: 15px 20px 0 20px;
  font-size: 95%;
  background-color: #F5B0B2;
  color: #B31518;
}
.form-note-txt dl dt {
  float: left;
}
.form-note-txt dl dd {
  padding: 0 0 0 40px;
}
.form-note-txt span {
  font-size: 200%;
  vertical-align: text-top;
  padding-right: 10px;
}

.form-info p {
  background-color: #F5B0B2;
  padding: 10px 15px 10px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #B31518;
  text-indent: -8px;
  border: solid 1px #fff;
  font-size: 95%;
}

.form-info02 p { /*アイコンなし*/
  background-color: #F5B0B2;
  padding: 10px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #B31518;
  border: solid 1px #fff;
  font-size: 95%;
}

.form-caution-bg {
	background: #ffffd8;
	line-height: 130%;
	color: #000;
}


/* placeholder 文字色変更 input,textarea共通 */
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form-control::-webkit-input-placeholder {
    color: #ccc; }

/* Firefox 18- */
.form-control:-moz-placeholder {
    color: #ccc; opacity: 1; }

/* Firefox 19+ */
.form-control::-moz-placeholder {
    color: #ccc; opacity: 1; }

/* IE 10+ */
.form-control:-ms-input-placeholder {
    color: #ccc; }




/******************************/

.text-danger {
  color: #a94442 !important;
}

.text-maincolor {
  color: #3550af !important;
}



/*余白調整*/
/*margin*/
.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bttom: 0 !important;}
.mb05 { margin-bttom: 5px !important;}
.mb10 { margin-bttom: 10px !important;}
.mb15 { margin-bttom: 15px !important;}
.mb20 { margin-bttom: 20px !important;}
.mb25 { margin-bttom: 25px !important;}
.mb30 { margin-bttom: 30px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}


/*padding*/
.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}


.label-hint-important {
  font-size: 90%;
  color: #a94442;
}

.form-content .control-label {
  text-align: left;
}

.passed-attention {
    width:800px;
    margin:20px auto 10px auto;
    padding:10px 10px;
    border:solid 1px #ccc;
    /*	max-height:300px; */
    overflow:auto;
    line-height: 140%;
}

.result-table-wrapper .result-table-title {
    text-align: right;
    font-weight: bold;
    color: #1b6aaa;
}

.result-table-wrapper .row {
    margin-bottom: 1em;
}
/* ====================================
   Note Boxes - Visual Distinction
   慶應公式カラー準拠
   ==================================== */

/* 全塾共通の注記 - 慶應ブルー (#001E62) */
.note-university-wide {
    background-color: #f0f6ff;
    border-left: 4px solid #001E62;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 3px;
    line-height: 1.6;
    position: relative;
    font-size: 95%;
}


/* 経済独自枠の注記 - 慶應レッド (#C63527) */
.note-economics-specific {
    background-color: #fff5f4;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 3px;
    line-height: 1.6;
    position: relative;
    font-size: 95%;
}


/* 重要な注記 - 警告色 */
.note-important {
    background-color: #fff8e1;
    border-left: 4px solid #ff9800;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 3px;
    line-height: 1.6;
    position: relative;
    font-size: 95%;
}

.note-important::before {
    content: "⚠️ ";
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

/* 注記内のラベル */
.note-label {
    color: inherit;
    display: inline;
    margin-right: 5px;
    font-size: 120%;
}


