@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*==========================

共通設定

==========================*/
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{
    margin:0 auto;
    max-width:640px;
    padding:10px 10px 30px;
    position:relative;
    text-align:left;
    overflow:hidden;
}


/*　breadCrumb
-------------------------------------*/
#breadClumb {
    display: none;
    letter-spacing: -0.40em;
    margin: 0  0 20px;
}
#breadClumb li {
    display: inline-block;
    letter-spacing: 0;
    list-style: none;
    font-size: 10px;
}


/*==========================

下層

==========================*/
#main,#sub {
    margin: 0 15px;
}

/* 大学情報
--------------------------------------------------------------*/
.search_head{
	margin-top:10px;
}
.search_head .japan_univ{
	float:left;
	width:32%;
}

.search_head .abroad_univ{
	float:left;
	width:32%;
	margin-left:5px;
}

.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用 */
}
