@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F8F8F8;
	margin-top: 70px;
}
th {
	background-color: #F5F5F5;
}
/*-------------------------------------
 * bootstrap 定義のoverride
 *-------------------------------------*/
 .btn-default{
 	background-color:#ccc;
 }

label.btn-warning{
	color:#333;
	background-color:#fff;
	border-color:#ccc;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 70%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 70%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 70%,#f3f3f3 100%);
}

label.btn-warning:hover{
	color:#000;
	border-color:#ccc;
	background:#c8c8c8;

}

.btn-dummy {
	cursor: default;
}

.has-error.form-control{
   border: 1px solid #ff0000 !important;
}
label.has-error  {
   color: #ff0000 !important;
}

.form-control{
	color: #000;
}

.modal-title{
	font-size: 20px;
	//font-weight:bold;
}
/*-------------------------------------
 * List style
 *-------------------------------------*/
.kome li {
	list-style:none;
	margin-left:1em;
}
.kome li:before{
	content:"※";
	margin-left:-1em;
}
.chui li {
	list-style:none;
	margin-left:3em;
}
.chui li:before{
	content:"注意）";
	margin-left:-3em;
}
/*-------------------------------------
 * Guide Button
 *-------------------------------------*/
.cs-btn {
	display:table;
	width:100%;
	margin: 10px 5px 10px;
}
.cs-btn p{
	display:table-cell;
	margin:0 auto;
	padding:0 5px
}
.cs-btn p a.btn{
	display:block
}
.cs-btn p a.btn small{
	color:#FFF;font-size:12px !important
}
.cs-btn-large {
	width:200px;
	font-size:20px;
	padding:10px;
}
/*-------------------------------------
 * Guide Header Footer
 *-------------------------------------*/
.hdr {
	padding: 0;
}
.ftr {
	margin: 30px 0 0 0;
	padding: 20px 0 20px  0;
	background-color: #1a242f;
	opacity: 0.9;
	color: #FFF;
	text-align: center;
}
.ftr a {
	color: #FFF;
}
.ftr ul {
	font-size: 12px;
}
.ftr ul.nav-pills {
	margin: 0;
	padding: 0;
	display: block;
}

.top-unit {
	padding: 5px;
	font-size:16px;

}

.top-unit .title {
	font-size: 28px;
	font-weight: bold;
	padding: 20px;
	background-color: #2c3e50;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 8px;
}


.base {
	padding: 20px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 1px rgba(200,200,200,0.5);
	margin-top: 1px;
}
.base h1, .base h2, .base h3, .base h4, .base h5 {
	margin: 20px 0 10px;
	padding: 0;
	line-height: 140%;
}
.base p, .base li, .base dd {
	margin: 0;
	padding: 0;
	line-height: 146%;
}
.base h1, h1 {
	font-size: 30px;
	margin: 18px 0 8px 0;
	color: #333;
	font-weight: bold;
}
.base h1 small {
	font-size: 20px;
}
.base h2, h2 {
	font-size: 28px;
	font-weight: bold;
}
.base h3, h3 {
	font-size: 24px;
	font-weight:bold;
	color: #000;
	line-height:110%;
	padding:14px 8px 12px 16px;
	margin-top: 50px;
	margin-bottom:10px;
	background-color: #d9edf7;
	border-left: 10px solid #2980B9;
	border-bottom: 3px solid #2980B9;
}

.base .step /* step */ {
	font-size: 20px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif !important;
	line-height: 20px;
	background-color: #FFB03B;
	padding:0px 5px 2px;
	margin-right: 5px;
	border-radius: 4px;
	text-shadow:none;
}
.base h4, h4 {
	font-size: 18px;
	margin-top: 20px;
	padding-left: 10px;
	border-left: 8px solid #2980B9;
	border-bottom: 2px solid #2980B9;
	font-weight: bold;
}
.base h5, h5 {
	font-size: 14px;
}
.base p, .base li, .base dd {
	font-size: 14px;
}
.base p {
	margin: 0 auto 12px;
}
/* パネルヘッダー */
.base .panel-heading {
	font-size: 20px;
	font-weight:bold;
}

.alert p {
	margin: 0;
	padding: 0;
}
.base a.anchor {
	padding-top: 20px;
}
.table-medium {
	font-size: inherit;
}
.table-small {
	font-size: 12px;
}
table {
	width: 100%;
}
table td {
	vertical-align: middle !important;
}

.univcontact {
	padding:10px;
	background-color: #F2F2E6;
	margin-top: 15px;
}
.univcontact p {
	font-size: 14px !important;
	line-height: 160%;
	margin-bottom: 8px;
}


.step-unit {
	padding: 10px 20px 0px;
	border: 3px double #91AA9D;
	color: #000;
	background-color: #F2F2E6;
	margin-bottom: 0px;
}
.step-unit .title {
	font-size: 20px;
	font-weight:bold;
}

/*-------------------------------------
 * Guide Guidebook
 *-------------------------------------*/
.dlfile {
	margin-bottom: 8px;
	clear: both;
	display: block;
}
.dlfile li {
	display: block;
	float: left;
	margin-right: 10px;
}
.dlfile li.size, .dlfile li.date {
	padding-top: 2px;
	font-size: 12px;
	color: #666;
}
.dl-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 2px;
	margin-right: 6px;
	vertical-align: text-top;
	background-image: url(../img/icon-16.png);
	background-repeat: no-repeat;
	opacity: 0.9;
}
.dlfile .pdf {
	background-position: 0 0;
}
.dlfile .msword {
	background-position: -16px 0;
}
.dlfile .mp3 {
	background-position: -112px 0;
}
.dlfile .doctxt {
	background-position: -128px 0;
}

/*-------------------------------------
 * Guide GlobalNavi
 *-------------------------------------*/
.navbar-default {
  background-color: #2c3e50;
  border-color: transparent;

}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #18bc9c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-default .navbar-collapse {
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #18bc9c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1a242f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #1a242f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1a242f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1a242f;
  color: #ffffff;
}

.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #18bc9c;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #18bc9c;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}


/*-------------------------------------
 * Guide FAQ
 *-------------------------------------*/
.qa-q {

	padding-top:30px;
	}

.qa-q p {
	color: #333;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 8px 8px 50px;
	background-color: #F0EDE6;
	background-image: url(../img/bg-q.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
}
.qa-a {
	padding-top: 10px;
	padding-bottom: 10px;
	//background-color: #FAF8F5;
	background-color: #FFFFFF;
	color: #000;
}

.notes {
	font-size: 12px;
	color: #333;
	background-color: #EFEFEF;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #F7F7F7;
	padding: 0 3px;
	margin: 2px 4px;
	display: inline-block;
	border-radius: 2px;
}
/*-------------------------------------
 * エントリーフォーム
 *-------------------------------------*/
.p-box-top {
	display: table;
	text-align: center;
	width:100%;
	margin-bottom:20px;
}
.p-box {
    font-size:12px;
	width : 150px ;
    height : 80px ;
	margin: 0px auto;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    border : 1px solid #B4B4B4;
	color: #B4B4B4;
}
.p-box-blank {
    width : 15px ;
	height : 80px ;
	margin: 0px auto;
	text-align: center;
	display: table-cell;
    vertical-align: middle;

}

.p-box.active {
	background-color: #2c3e50;;
	color: #fff;
	border : 2px solid #B4B4B4;
}
.p-box.done {
	background-color: #E6F2F7;
	color: #888;
}
.p-box-price-title {
	font-size: 16px;
	margin: 0px auto;
	padding: 1em;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    border : 2px solid #FF0000;
	color: #FFF;
	background-color: #FF0000;
}
.p-box-price {
	font-size: 20px;
	margin: 0px auto;
	padding-left:3em;
	padding-right:3em;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    border : 2px solid #FF0000;
	color: #FF0000;
}
.p-box-price-blank {
	margin: 0px auto;
}

.p-box-price-title-small {
	margin: 0px auto;
	padding: 0.5em;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    border : 2px solid #FF0000;
	color: #FFF;
	background-color: #FF0000;
}
.p-box-price-small {
	font-size: 18px;
	margin: 0px auto;
	padding-left:2em;
	padding-right:2em;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    border : 2px solid #FF0000;
	color: #FF0000;
}


/* アラートメッセージボックス */
.alert-box {
	width : 100% ;
	text-align: center;
    border : 2px solid #FF0000;
	font-size: 18px;
	padding:1em;
	margin-bottom:20px;
	color:#FF0000;
}

/* 必須マーク */
span.required{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;   /* Safari,Google Chrome */
    -moz-border-radius: 6px;      /* Firefox12まで */
    border-radius: 6px;           /* Firefox13以降 */
    background-color: #ff3957;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
}
/* 任意マーク */
span.option{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;   /* Safari,Google Chrome */
    -moz-border-radius: 6px;      /* Firefox12まで */
    border-radius: 6px;           /* Firefox13以降 */
    background-color: #fff;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
}
/* フォームラベル */
label.head.control-label{
    padding: 0.5em;
    text-align: left;
	/*width: 12em; */
}
/* 写真プレビュー */
.imagePreview {
    width: 300px;
    height: 300px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
/* インラインフォームのマージン削除 */
.form-group.form-inline.no-margin{
   margin-bottom: 0;
}
/* 入力確認画面の文字 */
.cs-blue-font {
	color:#0000ff;
	padding-top:7px;
}
/* タイトル行 */
.cs-title {
	font-size: 24px;
	font-weight:bold;
	color: #000;
	line-height:110%;
	padding:14px 8px 12px 16px;
	margin-top: 10px;
	margin-bottom:10px;
	background-color: #d9edf7;
	border-left: 10px solid #2980B9;
	border-bottom: 3px solid #2980B9;
}

/*-------------------------------------
 * モーダル関連
 *-------------------------------------*/
.cs-modal-msg {
	font-size: 16px;
	padding: 30px 15px 30px;

}

#append-msg {
	width : 100% ;
	text-align: center;
    border : 1px solid #FF0000;
	font-size: 18px;
	padding:1em;
	margin-bottom:50px;
	color:#FF0000;
}
/*-------------------------------------
 * TOPへ戻るボタン
 *-------------------------------------*/
#page-top {
    position: fixed;
	top: 70px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    background: #FF3F00;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.6;
}
#page-top a:hover {
    text-decoration: none;
    background: #FF8F6A;
}

/*-------------------------------------
 * 出願手続きを始めるボタン
 *-------------------------------------*/
 #entry_start_btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
 	width: 250px;

}

/*-------------------------------------
 * 医療科学部向け説明用リンク
 *-------------------------------------*/
.cs-splink {
	font-size:16px;
	color:#0000FF;

}

/*-------------------------------------
 * Media
 *-------------------------------------*/
/*
@media(max-width:767px){
	.hdr .container,
	.ftr .container {
		padding:0 12px 12px;
	}
	.ftr{
		border-radius: 8px 8px 0 0;
	}
	.base h3{
		margin-top:30px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
   		 color: #ffffff;
  	}
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #18bc9c;
   		background-color: transparent;
  	}
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
   	 	color: #ffffff;
   	 	background-color: #1a242f;
  	}
  	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
   	 	color: #cccccc;
    	background-color: transparent;
  	}
}
*/
/*
@media only screen and (max-width: 780px) {
	#table .overflow {
	display: block;
    border-radius: 4px;
    margin-bottom: 20px;
    border:3px solid #DDD !important;
	}

	#table .overflow .table {
		display: block;
	    overflow-x: auto !important;
	}
	#table .overflow .table table {
		width:100%;
		table-layout: auto;
	}
	#table .overflow .table table tr th,
	#table .overflow .table table tr td,
	#table .overflow .table table tr th:first-child,
	#table .overflow .table table tr td:first-child{
		white-space: nowrap !important;
	}
}

#table .overflow {
	display: block;
    border-radius: 4px;
    margin-bottom: 20px;
    border:1px solid #DDD;
    border-width:1px 1px 1px 0;
    }
#table .overflow .table {
	margin-bottom: 0;
}
#table .overflow .table-bordered {
	border:none;
}
#table .overflow .table-bordered table {
    border-collapse: separate;
    border-radius: 4px;
}
*/
@media only screen and (min-width: 0px) and (max-width: 415px) {

	.base h3, h3 {
		font-size: 16px;
	}
	.base h4, h4 {
		font-size: 14px;
	}

	.top-unit {
		padding: 0px;
	}

	.top-unit .title {
		font-size: 18px;
		border-radius: 0px;
	}

	.step-unit .title {
		font-size: 16px;
	}

	.qa-q p {
		font-size: 14px;
	}
	.p-box-price-title {
		font-size: 14px;
	}
	.p-box-price {
		font-size: 14px;
		padding-left:1em;
		padding-right:1em;
	}
	.p-box-price-title-small {
		font-size: 14px;
	}
	.p-box-price-small {
		font-size: 14px;
		padding-left:1em;
		padding-right:1em;
	}
}
@media only screen and (min-width: 416 px) and (max-width: 530px) {

	.base h3, h3 {
		font-size: 20px;
	}
	.base h4, h4 {
		font-size: 16px;
	}
	.top-unit {
		padding: 0px;
	}

	.top-unit .title {
		font-size: 20px;
		border-radius: 0px;
	}

	.step-unit .title {
		font-size: 18px;
	}
	.qa-q p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 780px) {
	#table .overflow{
		position:relative;
		}
	#table .overflow::before{
		content:' 左右にスライドしてご確認ください';
		display:block;
		border-radius:2px 0 0 2px;
		background-color:#2c3e50;
		text-align:center;
		top:1px;
		right:1px;
		color:white;
		/*color:#855D9D;*/
		font-size:11px;
		font-weight:bold;
		padding:5px;
	}

}

@media only screen and (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	.btn-lg {
		width: 230px;
	}

	#print_this_page
	{display:none;}

}

@media print {
	body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt; font-family: "メイリオ", sans-serif; color: #000; background: none; font-size: 8pt; }

	/*Headings */
	h1,h2,h3,h4,h5,h6 { font-family: "メイリオ", sans-serif; }
	h1{font-size:16pt;}
	h2{font-size:14pt;}
	h3{font-size:10pt;}
	h4,h5,h6{font-size:8pt;}
	legend{font-size:10pt;}

	code { font: 8pt Courier, monospace; }
	blockquote { margin: 1.3em; padding: 1em;  font-size: 8pt; }
	hr {
	page-break-after: always;
	background-color: #ff0000;
	border: none;
	color: #ff0000;
	}

	/* Images */
	//img { float: left; margin: 1em 1.5em 1.5em 0; }
	a img { border: none; }

	/* Links */
	a[href]:after { content: none !important;}
	//a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
	//a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
	//a[href^="http://"] {color:#000; }

	/* Table */
	table { margin: 1px; text-align:left; }
	//th { border-bottom: 1px solid #333;  font-weight: bold; }
	//td { border-bottom: 1px solid #333; }
	th,td { padding: 4px 10px 4px 0; }
	tfoot { font-style: italic; }
	caption { background: #fff; margin-bottom:2em; text-align:left; }
	thead {display: table-header-group;}
	tr {page-break-inside: avoid;}

	/*hide various parts from the site */

	#header, #footer, #navigation, #rightSideBar, #leftSideBar ,#globalMenu, #globalHeader, #globalFooter, #universalSupport
	{display:none;}

	.hdr
	{display:none;}


	input, select, textarea {
	font-size: 8pt !important;
	}

	/* open collapse */
	.collapse {
		display: block !important;
		height: auto !important;
	}


}

@media only screen and (min-width: 780px) {
	.p-box-blank span:after{
		content:"⇒";
		color: #B4B4B4;
		font-weight: bold;
	}
}
