/* リンク関連 */

a.icc.link_color:link {
	color: #0b93b7;
	text-decoration: none;
}
a.icc.link_color:visited {
	color: #0b93b7; 
}
a.icc.link_color:hover {
	color: #3f687f; 
}
a.icc.link_color:active {
	color: #606; 
}

.icc.link_color a:link {
	color: #0b93b7;
	text-decoration: none;
}
.icc.link_color a:visited {
	color: #0b93b7; 
}
.icc.link_color a:hover {
	color: #3f687f; 
}
.icc.link_color a:active {
	color: #606; 
}

.icc.box_link {
	position:relative;
}
.icc.box_link a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.icc.box_link a:hover{
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a:hover img.icc.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/*　ボタン関連 */
.icc.btn_link {
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:10px;
    text-align: center;
}
.icc.btn_link.blue {
    background-color: #003496;
    color: #fff;
}
.icc.btn_link.red {
    background-color: #FE442D;
    color: #fff;
}
.icc.btn_link.green {
    background-color: #05B901;
    color: #fff;
}

/*　文字関連 */

.icc.p_13 {
	font-size: 13px;
}
.icc.strong {
	color: #000;
	font-weight: bold;
}
.icc.small90 {
	font-size: 0.9em;
}
.icc.small80 {
	font-size: 0.8em;
}
.icc.small70 {
	font-size: 0.7em;
}
.icc.small60 {
	font-size: 0.6em;
}
.icc.small50 {
	font-size: 0.5em;
}

/*　見出し関連 */

h2.icc.title {
	font-size: 20px;
	color: #0060c4;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
}
h2.icc.title span {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	text-align: left;
	font-weight: bold;
}
h2.icc.title span::before,
h2.icc.title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #0060c4;
}
h2.icc.title span::before {
	right: 100%;
}
h2.icc.title span::after {
	left: 100%;
}

h3.icc.title {
	font-size: 16px;
	color: #0060c4;
	font-weight: bold;
	padding-bottom: 5px;
}

h4.icc.normal {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 3px;
}


/*　リスト関連 */

.icc.list01 {
	text-indent: -1em;
	padding-left: 1em;
}
.icc.list02 {
	text-indent: -2em;
	padding-left: 2em;
}
.icc.list03 {
	text-indent: -3em;
	padding-left: 3em;
}

ol.icc.normal {
	margin-left: 2em;
}
ol.icc.normal li {
	list-style-type: decimal;
	margin-bottom: 5px;
	font-size: 13px;
}
ul.icc.normal {
	margin-left: 2em;
}
ul.icc.normal li {
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 13px;
}
ul.icc.normal.column02 li {
	float: left;
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
}

.icc_newslist {
	padding-top: 10px;
	padding-bottom: 50px;
}
.icc_newslist dl {
	font-size: 13px;
}
.icc_newslist dt {
	float: left;
	width: 140px;
	margin-top: 3px;
}
.icc_newslist dd {
	float: left;
	width: 65%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.icc.scholarship.icon {
	margin-top: 10px;
	margin-bottom: 10px;
}
.icc.scholarship.icon li  {
	float: left;
	padding: 5px 20px 5px 20px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari、Google Chrome */
	-moz-border-radius: 5px;
}
.icc.scholarship.icon li.koukou  {
	background-color: #FFB500;
}
.icc.scholarship.icon li.daigaku  {
	background-color: #29B8C4;
}
.icc.scholarship.icon li.daigakuin  {
	background-color: #29B8C4;
}
.icc.scholarship.icon li.kenkyu  {
	background-color: #29B8C4;
}
.icc.scholarship.icon li.gogaku  {
	background-color: #999;
}


/*　パンクズ */
.icc.breadcrumb {
	margin-bottom: 20px;
}
.icc.breadcrumb li {
	float: left;
	font-size: 13px;
}
.icc.breadcrumb li a:link {
	color: #0b93b7;
	text-decoration: none;
}
.icc.breadcrumb li a:visited {
	color: #0b93b7; 
}
.icc.breadcrumb li a:hover {
	color: #3f687f; 
}
.icc.breadcrumb li a:active {
	color: #606; 
}


/*　テーブル関連 */

.icc.table_normal th {
	padding: 5px;
	background-color: #ccc;
	font-size: 13px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.icc.table_normal table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.icc.table_normal td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 13px;
}
.icc.table_normal ul {
	margin-left: 2em;
}
.icc.table_normal ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}



/*　カラム関連 */


.icc .staff_image{
	float: left;
	width: 20%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.icc.staff_block {
	float: left;
	margin-bottom: 20px;
}
.icc.staff_block .staff_right .staff_job {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.icc.staff_block .staff_right .staff_name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}

.icc.staff_block .staff_right .staff_roma {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.icc.staff_block .staff_right .staff_title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.icc.staff_block .staff_right .staff_text {
    font-size: 13px;
}

/*　タブ関連 */

.icc.program_tab {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.icc .list_tab {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.icc .list_tab .box {
	margin-bottom: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top-left-radius: 5px;  
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px; 
}
.icc .list_tab img {
	margin-top: 0px;
	padding: 0px;
}

.icc .list_tab .box.all {
	background: #10569f;
}
.icc .list_tab .box.koukou {
	background: #ffb400;
}
.icc .list_tab .box.daigaku {
	background: #34b8c3;
}
.icc .list_tab .box.intern {
	background: #10569f;
}

/* 画像関連　*/

.program-info .right img {
	width: 100%;
}

.privacy_mark {
	float: right;
	background-color: #fff;
	padding: 15px;
	border-radius: 180px;
	-webkit-border-radius: 180px; /* Safari、Google Chrome */
	-moz-border-radius: 180px;
	margin-top: 20px;
}


/* その他　*/

.icc.pc {
	display: block;
}
.icc.mob {
	display: none;
}

/* フッター追加　*/
.icc.mob.footer {
	margin-bottom: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
.icc.mob.footer h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0060c4;
}
.program-box .icc.box_link .thumbnail {
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: relative;
	float: left;
	margin-right: 15px;
}
.icc.mob.footer .program-box {
}
.icc.mob.footer .program-box .icc.box_link {
	font-size: 14px;
	border-bottom: 1px solid #E8E8E8;
	line-height: 150%;
	vertical-align: middle;
}
.icc.mob.footer .program-box .icc.box_link:first-child {
	border-top: 1px solid #E8E8E8;
}
.icc.mob.footer .program-box .icc.box_link strong {
	font-weight: bold;
	color: #000;
}
.program-box .icc.box_link .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}


/* レスポンシプ　*/
@media screen and (max-width:640px){

ul.icc.normal.column02 li {
	float: none;
	width: 95%;
	margin-right: 0%;
	margin-left: 5%;
}

.icc .list_tab .box {
	margin-bottom: -20px;
	font-size: 13px;
}
.icc .list_tab {
	width: auto;
}
.icc .list_tab img {
	width: 20%;
}
.icc.pc {
	display: none;
}

.icc.mob {
	display: block;
}



}