@charset "UTF-8";

/**
 * 早稲田大学GSAPS
 *
 * index.css
 * @updated  2013.11.27
 */



/* --------------------------------
	トップページ
-------------------------------- */

/* メインビジュアル */
#cover { position: relative; width: 100%; min-width: 950px; height: 494px; overflow: hidden;}
#cover-title { position:relative; width: 1150px; height: 494px; margin: 0 auto 0 auto;}
#cover-title h1 { position: absolute; top: 255px; left: 146px; z-index:2;}
#cover-slide-wrapper { position: absolute; top: 0; left: 0; width: 5000px; z-index:1;}
#cover-slide-container { position: absolute; top: 0; left: 0; width: 5000px;}
#cover-slide-container .slide { position: relative; float: left; overflow: hidden; width: 1150px; height: 494px;}
#cover-slide-mask-left { position: absolute; top: 0; left: 0; width: 1150px; height: 494px; background: rgba(1,26,26,0.7);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99001a1a,EndColorStr=#99001a1a); /* IE8 and below */
}
#cover-slide-mask-left:not(:target) { filter: none;} /* IE9 */
#cover-slide-mask-right { position: absolute; top: 0; left: 2300px; width: 1150px; height: 494px; background: rgba(1,26,26,0.7);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99001a1a,EndColorStr=#99001a1a); /* IE8 and below */
}
#cover-slide-mask-right:not(:target) { filter: none;} /* IE9 */

#body > .container { padding-bottom: 20px;}

/* インデックス */
#index-area { margin-right: -10px; padding: 30px 0 0;}
#index-news { float: left; width: 460px; height: 460px; border: 5px solid #fff; margin: 0 10px 10px 0; overflow: hidden;}
#index-news header { position: relative; height: 55px;}
#index-news header p.btn-more { position: absolute; top: 0; right: 0;}
#index-news .viewport { height: 405px; overflow: auto;}
#index-news .article-container { padding: 5px 0 5px 19px;}
#index-news article { width: 422px; padding: 15px 0;}
#index-news article + article { border-top: 1px solid #fff;}
#index-news article p.ico { float: left; line-height: 0;}
#index-news article p.date { padding: 0 0 0 56px; font-weight: bold; line-height: 1.2;}
#index-news article p.lead { padding: 3px 0 0 56px;}
#index-news article a { color: #001a1a;}
#index-news article.notice a { color: #b51504;}
#index-news article a:hover { text-decoration: none;}
#index-news article a:hover p.lead { text-decoration: underline;}
#index-area .index-box { position: relative; float: left; width: 220px; height: 220px; border: 5px solid #fff; margin: 0 10px 10px 0; overflow: hidden;}
#index-area .index-box header { position: absolute; bottom: 0; left: 0; width: 220px; background: rgba(0,26,26,0.5);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99001a1a,EndColorStr=#99001a1a)\9; /* IE8 and below */
}
#index-area .index-box header:not(:target) { filter: none;} /* IE9 */
#index-area .index-box header h1 { padding: 6px 0; color: #fff; font-weight: bold; text-align: center;}

/* スマートフォンサイトを見る */
#viewmode-btn {}
#viewmode-btn p {}
#viewmode-btn p a { display: block; width: 100%; height: 106px; border: 3px solid #fff; background: #22acac url(../../img/index/viewmode_btn.png) no-repeat 50% 50%; font-size: 1px; text-indent: -9999px;}
