﻿@charset "utf-8";



/* 留学検索検索ページ */
#kaigaiSearch nav ul li{
	display: inline-block;
	margin: 0 4px 2px 0;
}
#kaigaiSearch #searchBox{
    box-shadow: 0 0 0 1px #f2d5ae inset, 0 0 0 2px #fff inset;
	padding: 20px 30px 0;
	background: #fff8ea url("/daigaku/kokunai-kaigai/common/images/kaigaiSearch_bk.png") no-repeat center center;
}
#kaigaiSearch #searchBox h3{
	text-align: center;
	margin-bottom: 10px;
}
#kaigaiSearch #searchBox #from{
	float: left;
	clear: none;
	width: 366px; 
	padding: 0;
}
#kaigaiSearch #searchBox #from h4{
	margin-bottom: 14px;
}
#kaigaiSearch #searchBox #from dl dt{
	clear: both;
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
}
#kaigaiSearch #searchBox #from dl dd{
	float: left;
	margin: 0 10px 20px 0;
	font-size: 90%;
}
#kaigaiSearch #searchBox #from #all{
	clear: both;
	font-weight: bold;
}
#kaigaiSearch #searchBox #to{
	float: left;
	clear: none;
	border-left: 1px dotted #d3b587;
	width: 258px;
	padding: 0 0 0 20px;
	height: 434px;
}
#kaigaiSearch #searchBox #to h4{

}
#kaigaiSearch #searchBox #to dl dt{
	margin-top: 14px;
	margin-bottom: 0;
}
#kaigaiSearch #searchBox #to dl dd{
	position: relative;
}
#kaigaiSearch #searchBox #to dl dd p{
	padding-bottom: 0;
}
#kaigaiSearch #searchBox #to dl dd p:hover{
	cursor: pointer;
}
#kaigaiSearch #searchBox #to dl dd ul{
	background: #FFF;
	width: 240px;
	border: 1px solid #c5cbcd;
	border-radius: 3px;
	position: absolute;
	display: none;
	z-index: 2;
}
#kaigaiSearch #searchBox #to dl dd ul li a{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 4px 10px;
}
#kaigaiSearch #searchBox #to dl dd ul li a:hover{
	background: #ededed;
}
#kaigaiSearch #searchBox #to #cancelArea{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
}


/* 留学検索結果一覧ページ */
#kaigai_result .hTxt{
	margin-bottom: 0px;
}
#kaigai_result #result{
	background-color: #f6f8fa;
	border-bottom: 1px solid #d0d3d6;
	margin-bottom: 20px;
	padding: 4px 6px;
}
#kaigai_result #result .count{
	float: left;
	padding-bottom: 0;
}
#kaigai_result #result .count span{
	color: #e54b3b;
	font-weight: bold;
}
#kaigai_result #result .back{
	float: right;
	padding-bottom: 0;
	font-size: 90%;
}
#kaigai_result .resultBoxOuter{
	background: #FFFFFF;
	border: 0px;
}
#kaigai_result .resultBoxOuter .boxHeaderTtl{
	float: left;
}
#kaigai_result .resultBoxOuter .resultNmbr{
	color: #333;
	margin-right: 0;
}
#kaigai_result .resultBoxOuter .resultNmbr .number{
	font-weight:  bold;
}
#kaigai_result .resultBoxOuter .resultNmbr .on{
	font-weight:  bold;
}
#kaigai_result .resultBoxOuter .resultNmbr .no{
	margin-left: 4px;
	display: inline-block;
}
#kaigai_result .resultBoxOuter .resultNmbr .total{
	display:  inline-block;
	margin-right: 20px;
}
#kaigai_result .resultBoxOuter #adInfo{
 	width: 665px !important;
 	border: 20px solid #ecf1f6;
 	margin-bottom: 16px;
}
#kaigai_result .resultBoxOuter #adInfo header{
 	padding: 4px 0;
 	background: #ecf1f6;
 	padding-bottom: 20px;
 }
#kaigai_result .resultBoxOuter #adInfo header .hgroup{
	border-left: 4px solid #0073c3;
	float: left;
	padding-left: 10px;
}
#kaigai_result .resultBoxOuter #adInfo header .hgroup h4{
  	font-size: 133%;
  	font-weight: normal;
}
#kaigai_result .resultBoxOuter #adInfo header .hgroup p{
	padding-bottom: 0;
}
#kaigai_result .resultBoxOuter #adInfo header ul{
	float: right;
}
#kaigai_result .resultBoxOuter #adInfo header ul li{
	display: inline-block;
	margin-left: 8px;
}
#kaigai_result .resultBoxOuter #adInfo > h4 {
	margin: 20px 20px 10px;
	padding-left: 10px;
	border-left: 4px solid #0073c3;
	font-weight: bold;
}
#kaigai_result .resultBoxOuter #adInfo > .list_image{
	padding: 0 0 20px 36px;
}
#kaigai_result .resultBoxOuter #adInfo > .list_image li{
	margin-bottom: 4px;
}
#kaigai_result .resultBoxOuter #adInfo > table{
	border: 2px solid #cfcfcf;
	width: 626px;
	border-collapse: collapse;
	margin: -30px 0 20px 20px;
}
#kaigai_result .resultBoxOuter #adInfo > table caption{
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
}
#kaigai_result .resultBoxOuter #adInfo > table th{
	background: #fff7e5;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px dotted #e7e7e7;
	padding-left: 20px;
	width: 180px;
	text-align: left;
}
#kaigai_result .resultBoxOuter #adInfo > table td{
	border-bottom: 1px dotted #e7e7e7;
	padding: 20px;
}
#kaigai_result .resultBoxOuter #adInfo > table td dt{
	float: left;
}	
#kaigai_result .resultBoxOuter #adInfo > table td dt:after{
	content: ":";
}	
#kaigai_result .resultBoxOuter #adInfo > table td dd{
	float: left;
	margin: 0 12px 0 0; 
}
#kaigai_result .resultBoxOuter #hsInfo{
	border-bottom: 1px solid #ecf1f6;
	margin-bottom: 8px;
	padding: 10px 0;
}
#kaigai_result .resultBoxOuter #hsInfo .hgroup{
	padding: 4px 0 0 20px; 
	border-left: 4px solid #0073c3;
	float: left;
}
#kaigai_result .resultBoxOuter #hsInfo .hgroup h4{
  	font-size: 133%;
  	font-weight: normal;
}
#kaigai_result .resultBoxOuter #hsInfo .hgroup p{
	padding: 0;
}
#kaigai_result .resultBoxOuter #hsInfo ul{
	float: right;
	margin-top: 10px;
}
#kaigai_result .resultBoxOuter #hsInfo ul li{
	display: inline-block;
	margin-left: 8px;
}

aside #kaigaiBannerArea li{
	margin-bottom: 10px;
}

.tagArea{
	display: none;
}
.tagList .tagBox{
	display: inline-block;
	width: 335px;
	margin: 0 0 10px 10px;
	text-decoration: none;
	border: 1px solid #ddd;
}
.tagList .pic{
	width: 130px;
	display: block;
	float: left;
	margin: 5px 10px 5px 5px;
}
.tagList .txtArea{
	display: block;
}
.tagList .ttl{
	font-size: 12.6px;
	height: 50px;
	margin:5px 5px 0 0 ;
	overflow: hidden;
}
.tagList .name{
	padding-bottom: 5px !important;
	color: #0091d7;
	font-size: 12px;
	font-weight: bold;
}

#contents{
	width:705px;
}
#breadClumb {
	width:705px;
}

#kaigai_result .resultBoxOuter #adInfo header ul li.entryBtn.shibouList ,
#kaigai_result .resultBoxOuter #adInfo header ul li.entryBtn.myPageEntry{
    //display: none;
    position: relative;
}

#kaigai_result .resultBoxOuter #adInfo header ul li.entryBtn.shibouList a,
#kaigai_result .resultBoxOuter #adInfo header ul li.entryBtn.myPageEntry a{
    color: #0095F8 !important;
    text-decoration: none;
    font-size: 0.7rem;
    background: #fff;
    text-decoration: none;
    padding: 3px 20px 3px 5px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    font-weight: bold;
}
#kaigai_result .resultBoxOuter #adInfo header ul li.entryBtn:after{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-radius: 0px;
    border-top: solid 2px #0095F8;
    border-right: solid 2px #0095F8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
