@charset "UTF-8";

/* LAYOUT 
--------------------------------------------------------------*/
body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0;
    color: #333;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    *font-size: small;
    *font: x-small;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    word-break: break-all;
    max-width: 100%;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    color: #333;
    transition: 0.2s ease-in-out;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #0091d7;
}

a img {
    transition: 0.2s ease-in-out;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

figure figcaption {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.42;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}
#wrapper {
    text-align: left;
}
#contents{
	width:1030px;/zoom:1;overflow:hidden;
	margin:0 auto;
	position:relative;
	min-height:100%;
	text-align:left;
    padding: 15px 0 70px;
}
* html body #container{
	height:99.9%;
}

#contents:after{
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#contents{
	display:inline-table;
	min-height:1%;
}
/* \*/
html #contents{
	* height:1%;
}
#contents{
	display:block;
}
/* */

/* １カラム */
#contents.col1 article{
	width:1030px;
}

/* ２カラム */
#contents.col2 article,
#contents.col2 aside{
	display:inline-block;/display:inline;/zoom:1;vertical-align:top;
}
#contents.col2 article{
	width:705px;
}
#contents.col2 aside.right{
	width:300px;margin-left:20px;
}

/* ３カラム */
#contents.col3{
	clear:both;
}
#contents.col3 article,
#contents.col3 aside{
	float:left;
}
#contents.col3 article{
	width:510px;margin-left:195px;
}
#contents.col3 aside.left{
	width:180px;
	margin-left:-705px;/zoom:1;
}
#contents.col3 aside.right{
	width:300px;float:right;
}


/* #breadClumb ---------------------------------------------------------------*/

#breadClumb {
    letter-spacing: -0.40em;
    margin: 0 auto 30px;
    width: 1030px;
}
#breadClumb li {
    display: inline-block;
    letter-spacing: 0;
    list-style: none;
    font-size: 10px;
}
#breadClumb li:last-child:after {
    display: none;
}

/* //#breadClumb ---------------------------------------------------------------*/


/* 大学情報
--------------------------------------------------------------*/
.search_head{
	height:auto;
	margin-bottom:10px;
}

.search_head .japan_univ{
	float:left;
}

.search_head .abroad_univ{
	float:left;
	margin-left:10px;
	padding-bottom:10px;
}

.search_head .abroad_univ a{
}

.search_head .abroad_univ:hover{
	filter:alpha(opacity=60);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=60)"; /* IE8用 */
	-moz-opacity:0.6; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.6;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.6; /* Firefox 1.5以上, Opera, Safari用 */
}

.search_head_clear{
	clear:both;
}