@charset "UTF-8";
/*
更新履歴

20170921[asakawa] 10年施策のスタイルを別ファイルに移動
20170609[nagatsuka] 回遊リンク用のCSSを追加
20170331[nagatsuka] 母校支援・WHSポータル用のCSSを追加
20160804[nagatsuka] WHSインタビューページ用のCSSを追加
20160629[nagatsuka] ゼロックス2016年度施策 10th-○○用レイアウト追加
20150727[nakamori] ゲーミフィケーション用のCSSを追加
20150727[nagatsuka] 先輩と語ろう2015用のCSSを追加
20150617[nakamori] ゲーミフィケーション用のCSSを追加
20150611[nagatsuka] 早稲田人タイプ別診断用のCSSを追加
20150610[nagatsuka] 稲門会一覧用のCSSを追加
20150217[nagatsuka] 動画ライブラリー用のCSSを追加
20141001[nagatsuka] 早稲田カード用のCSSを追加
20140523[nagatsuka] イベントアーカイブページ用のCSSを追加
20140521[nagatsuka] ワセダ思い出横丁のCSSを追加
20140501[asakawa] 花見会用のレイアウトを追加
20140410[nakamori] FireFox3.6で印刷が切れる問題を再修正
20140402[nagatsuka] WASEDA'S Health StudyのCSSを追加
20140401[nakamori] 事務取扱時間（info.html）のレイアウト崩れを修正
20140327[nakamori] フォームのCSSを調整
20140324[nakamori] WISHのCSSを更新
20140318[nakamori] 新フォームのCSSを追加
20140312[nakamori] ソーシャルボタンの不具合修正
20140311[nakamori] WISHのCSSを追加
20140310[nakamori] フォームのCSSを調整
20140305[nakamori] 固定ページ用CSS追加
20140225[nakamori] フォームのCSSを追加
20140224[nakamori] FireFox3.6で印刷が切れる問題を修正

*/

@import url(reset.css);
@import url(common.css);

.pc-only{display: block !important;}
.sp-only{display: none !important;}

@media (max-width: 480px) {
	.pc-only{display: none !important;}
	.sp-only{display: block !important;}
}


/* ページ全体
------------------------------------------------- */
body{
	text-align:center;
	font-size:80%;
	background-color:#eee;
}

/* サイズ変更
----------------------------------------------- */
#page.font-size-s #col-main{
	font-size: 85%;
}

#page.font-size-m #col-main{
	font-size: 100%;
}

#page.font-size-l #col-main{
	font-size: 116%;
}


/* メインコンテンツ
------------------------------------------------- */
#main{
	margin:0 auto; padding:0;
	width:1010px;
	text-align:left;
	overflow:hidden;
	color:#333;
}

#main-head{
	overflow:hidden;
	margin-bottom:16px;
}
/* ぱんくず */
#main #main-head .topicpath{
	width:650px;
	float:left;
	line-height:120%;
}
#main #main-head .topicpath a{
	color:#556fb5;
	text-decoration:underline;
}

/* ソーシャルボタン */
#main #main-head .social{
	width:280px;
	display:table-cell;
	float:right;
	text-align:right;
}
#main #main-head .social .wp_social_bookmarking_light{
	width:300px; height:23px;
}
#main #main-head .social .wp_social_bookmarking_light .wsbl_facebook_like,
#main #main-head .social .wp_social_bookmarking_light .wsbl_facebook_like span{
	min-width:100px; height:23px;
}

#main #main-head .social .wp_social_bookmarking_light .wsbl_twitter{
	min-width:100px; height:23px;

}
#main #main-head .social .wp_social_bookmarking_light .wsbl_mixi{
	width:60px; height:23px;
}



/* 左メニュー
------------------------------------------------- */
#col-left{
	width:220px;
	float:left;
}

#col-left > dl{
	width:200px;
}
#col-left > dl dt{
	background:url(../images/common/leftmenu-head-bk.png);
	font-size:100%;
	font-weight:bold;
	color:#fff;
	padding:16px 10px;
	border-bottom:solid 1px #333;
}
#col-left > dl dd{
	font-size:100%;
	font-weight:bold;
	color:#fff;
}
#col-left ul.nav > li{
	background-color:#8f0c17;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
}
#col-left ul.nav > li.on{
	background-color:#d56572;
}
#col-left ul.nav > li.on span a{
	color:#fff;
}
#col-left ul.nav > li:hover{
	background-color:#d56572;
}
#col-left ul.nav > li > span,
#col-left ul.nav > li > a{
	display:block;
	background:url(../images/common/ic-list-w.png) 10px 14px no-repeat;
	padding:16px 16px 16px 32px;
	color:#fff;
	text-decoration:none;
}
#col-left ul.nav ul.sub{
	background-color:#fff;
	padding:8px 0 8px 20px;
}
#col-left ul.nav ul.sub li a{
	display:block;
	background:url(../images/common/ic-list2.png) 0px 8px no-repeat;
	padding:8px 0 8px 16px;
}
#col-left ul.nav ul.sub li a:hover{
	color:#8f0c17;
}

/* 本文
------------------------------------------------- */
#col-main{
	width:560px;
	float:left;
}

/* 記事 */
#col-main .article{
	border:solid 1px #aaa;
	box-shadow:0 2px 4px #aaa;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:20px;
}

/* 横ナビ */
.article .navimenu{
	background-color:#f7efe2;
	overflow:hidden;
	padding:20px 20px 10px 20px;
}
.article .navimenu li{
	background:url(../images/common/ic-list.png) left 2px no-repeat;
	padding-left:20px;
	height:20px;
	width:200px;
	float:left;
	list-style-type:none;
	margin-bottom:8px;
}

/* 見出し */
#col-main h2{
	margin-bottom:20px;
}
#col-main h2 img{
	border:solid 1px #aaa;
	box-shadow:0 2px 4px #aaa;
}
#col-main h3{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	box-shadow:0 2px 4px #ccc;
	padding:8px 10px;
	margin:6px 0 20px 0;
}

#col-main h3 span{
	display:block;
	border-left:solid 3px #8f0c17;
	padding:14px 20px;
	font-size:140%;
}

#col-main h4{
	background-color:#efefef;
	border-bottom:solid 2px #8f0c17;
	padding:10px 10px 6px 10px;
	margin:0 20px 16px 20px;
	font-size:120%;
	line-height:120%;
}
#col-main h5{
	color:#8f0c17;
	font-size:110%;
	margin:0 20px 8px 20px;
}

#col-main h6{
	font-size:100%;
	margin: 12px 0 8px 0;
}

/* レイアウト・配置 */
#col-main .box{
	margin:0 20px 20px 20px;
	overflow:hidden;
}

#col-main .box .left-image{
	width:130px;
	float:left;
}

#col-main .box .right-txt{
	width:380px;
	float:right;
}
#col-main .box p{
	margin:0 0 10px 0;
	line-height:160%;
}
#col-main .box .morebtn{
	text-align:right;
}

/* イメージ */
#col-main .box_imgleft,
#col-main .box_imgright {
	overflow: hidden;
	height: auto;
	clear: both;
	font-size: 100%;
	line-height: 160%;
	margin: 0 20px 20px 20px;
}

#col-main .box_imgleft img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#col-main .box_imgright img {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

/* リンク設定
----------------------------------------------- */
#col-main a:link, #col-main a:visited{
	color:#8f0c17;
	text-decoration:underline;
}
#col-main a:hover{
	color:#880412;
	text-decoration:underline;
}
#col-main a:visited{
	color:#8f0c17;
	text-decoration:underline;
}

#col-main ul.link{
	margin-left:10px;
}
#col-main ul.link li,
#col-main ul.link_inner li{
	list-style-type:none;
	background:url(../images/common/ic-list2.png) left 2px no-repeat;
	padding-left:16px;
	margin-bottom:8px;
	font-size:90%;
}
#col-main ul.link li .blank,
#col-main ul.link_inner li .blank{
	background:url(../images/common/ic-blank-r.png) right 2px no-repeat;
	padding-right:20px;
}

#col-main .box .links li{
	list-style-type:none;
	background:url(../images/common/ic-list2.png) 0px 2px no-repeat;
	padding-left:16px;
	float:left;
	width:170px;
	margin-bottom:8px;
	font-size:90%;
}
#col-main .box .links li .blank{
	background:url(../images/common/ic-blank-r.png) right 2px no-repeat;
	padding-right:20px;
}

/* リスト */
#col-main .box li{
	line-height:180%;
}
#col-main .box ul.ind li{
	list-style-type: none;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

#col-main .box ul.disc li{
	list-style-type: disc;
	margin-left: 22px;
}

/* 数字リスト */
#col-main .box ol.bullet_decimal {
	margin: 0;
	padding: 0 0 0 2em;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.8em;
}
.info #col-main .box ol.bullet_decimal{
	padding-left:2.5em;
}

#col-main .box ol.bullet_decimal ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.8em;
}

/* Wordアイコン */
#col-main .box li.word{
	background:url(../images/common/icon_word.gif) top left no-repeat;
	padding-left:20px;
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
}

/* PDFアイコン */
#col-main .box li.pdf{
	background:url(../images/common/pdficon_small.gif) top left no-repeat;
	padding-left:20px;
	float:left;
	margin:0 10px 0 0;
	list-style-type:none;
}

/* acrobat reader */
div#acrobat {
	width: 480px;
	text-align:left;
	background-color:#eee;	
	padding:10px;
	margin:10px auto 20px auto;
	clear: both;
}

div#acrobat img {
	margin: 0 15px 0 0;
	float: left;
}

/* マージン調整 */
.left20{
	margin-left:20px;
}

#col-main .chu{
	font-size:90%;
	line-height:150%;
}
/* お問合わせエリア */
#col-main .info-box {
	width: auto;
	margin: 0 20px 20px;
	padding: 27px 20px 45px;
	background-color: #f0f6ff;
	border: #d9eafc 1px solid;
}

#col-main .info-box h3 {
	font-size: 110%;
	margin:0;
	padding: 0 0 15px 0;
	border-style: none;
	box-shadow: none;
}

#col-main .info-box p {
	margin:0 0 20px 0;
	line-height:160%;
}

#col-main .box.info-box.links li .blank{
	background:url(../images/common/ic-blank-r.png) right 2px no-repeat;
	padding-right:20px;
}

address {
	font-style:normal;
	margin: 0 0 20px;
	line-height: 160%;
}

/* 表組 */

#col-main .box table.base{
	border:1px solid #ccc;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin: 0 0 10px;
	width: 100%;
	line-height: 150%;
}

#col-main .box table.base th {
	padding:1em;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #d5e5fe;
	text-align: center;	
}

#col-main .box table.base td {
	padding:1em;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#col-main .box table.base li{
	list-style-type:none;
}

#col-main .box table.pa4 td{
	padding:4px 0;
}

/* 定義 */

#col-main .box dl.base{
	line-height: 150%;
	margin-bottom:16px;
}
#col-main .box dl.base dt{
	font-weight:bold;
	margin-bottom:10px;
}
#col-main .box dl.base dd{
	margin:0 0 10px 16px;
}

/* ページトップへ */
.pagetop{
	margin-bottom:20px;
	text-align:right;
}


/* ニュース 
------------------------------------------------- */

/* ニュース詳細ページ */
.single-news #col-main h2,
.post-type-archive-news #col-main h2,
.category-news #col-main h2{
	display:none;
}

.single-news #col-main .date{
	text-align:right;
	margin-bottom:20px;
}

/* ニュースアースイブ */
.post-type-archive-news #col-main dl.news{
	margin:18px;
	line-height:200%;
}
.post-type-archive-news #col-main dl.news dt{
	font-family:arial;
	font-weight:bold;
	width:80px;
	float:left;
}
.post-type-archive-news #col-main dl.news dd{
	background:url(../images/common/ic-list.png) 0 5px no-repeat;
	padding-left:18px;
	margin-left:80px;
}
.post-type-archive-news #col-main dl.news dd a:link,
.post-type-archive-news #col-main dl.news dd a:visited{
	color:#000;
}
.post-type-archive-news #col-mai dl.main dd a:hover{
	color:#880412;
}

.post-type-archive-event #col-main dl.news dd.report{
	background:url(../images/common/icon-a.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}
.post-type-archive-event #col-main dl.news dd.notice{
	background:url(../images/common/icon-b.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}
.post-type-archive-event #col-main dl.news dd.news{
	background:url(../images/common/icon-c.png) 0 5px no-repeat;
	padding-left:46px;
	margin-left:80px;
}

/* イベント 
------------------------------------------------- */

/* イベント詳細ページ */
.single-event #col-main h2,
.post-type-archive-event #col-main h2,
.category-event #col-main h2{
	display:none;
}

.single-event #col-main .date{
	text-align:right;
	margin-bottom:20px;
}
.single-event #col-main .more{
	text-align:right;
}

/* ニュースアースイブ */
.post-type-archive-event #col-main dl.news{
	margin:18px;
	line-height:200%;
}
.post-type-archive-event #col-main dl.news dt{
	font-family:arial;
	font-weight:bold;
	width:80px;
	float:left;
}
.post-type-archive-event #col-main dl.news dd{
	background:url(../images/common/ic-list.png) 0 5px no-repeat;
	padding-left:18px;
	margin-left:80px;
}
.post-type-archive-event #col-main dl.news dd a:link,
.post-type-archive-event #col-main dl.news dd a:visited{
	color:#000;
}
.post-type-archive-event #col-mai dl.main dd a:hover{
	color:#880412;
}

.post-type-archive-event #col-main dl.news .top {
	background: none;
	padding-left: 0;
	border-bottom: 1px solid #8F0C17;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}
.post-type-archive-event #col-main dl.news .event-date {
	color: #8F0C17;
}

/* info 
------------------------------------------------- */

/* サイドなし */
div.info #col-main{
	width:780px;
	float:left;
}
div.info #col-main h2{
	display:none;
}

/* 検索
------------------------------------------------- */

/* サイドなし */
.search #col-main{
	width:780px;
	float:left;
}
.search #col-main h2{
	display:none;
}

.search #col-main .article strong{
	color:#8f0c17;
}
.search #col-main .article dt{
	font-size:110%;
}
.search #col-main .article dt a:link,
.search #col-main .article dt a:visited{
	text-decoration:underline;
}
.search #col-main .article dd{
	margin-bottom:20px;
}
.search #col-main .article dd .url{
	color:#006621;
	font-size:90%;
}

/* 法律関係 */
#col-main .box dl.value_law {
	margin: 0;
	padding: 0;
}

#col-main .box dl.value_law dt {
	margin: 8px 0 8px;
	padding: 0;
}

#col-main .box dl.value_law dd {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

/* 早稲田学報
------------------------------------------------- */
/* 早稲田学報内・ページネーション */
ul.pagenavi {
	clear: both;
	float: none;
	width: auto;
	overflow: hidden;
	margin: 15px 0 15px;
	padding: 3px 0;
	list-style: none;
}

ul.pagenavi li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	font-size: 97%;
}

ul.pagenavi a:link {
	float: left;
	width: auto;
	margin: 0 0.5em 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: solid #bfbfbf;
	border-width: 0.1em;
	background-color: #f2f2f2;
}

ul.pagenavi a:visited {
	float: left;
	width: auto;
	margin: 0 0.5em 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: solid #bfbfbf;
	border-width: 0.1em;
	background-color: #f2f2f2;
}

ul.pagenavi a:hover {
	float: left;
	width: auto;
	margin: 0 0.5em 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: solid #bfbfbf;
	border-width: 0.1em;
	background-color: #d9d9d9;
}

ul.pagenavi a:active {
	float: left;
	width: auto;
	margin: 0 0.5em 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: solid #bfbfbf;
	border-width: 0.1em;
	color: #c30;
	background-color: #d9d9d9;
}

#col-main dl.gakuho_article,
#col-main dl.gakuho_article {

	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
	height: auto;	
}

#col-main dl.gakuho_article dt,
#col-main dl.gakuho_article dt {
	width: auto;
	font-size: 109%;
	line-height: 150%;
	font-weight: bold;
	float: none;
}

#col-main dl.gakuho_article dd,
#col-main dl.gakuho_article dd {
	width: auto;
	font-size: 100%;
	line-height: 150%;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	margin: 0 5px 15px 0;
	padding: 0 0 10px;
}

/* gakuho_article_none 幅100% */
#col-main .box dl.gakuho_article_none {
	width: 100%;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
	height: auto;
}

#col-main .box dl.gakuho_article_none dt {
	width: auto;
	font-size: 109%;
	line-height: 130%;
	font-weight: bold;
	float: none;
}

#col-main .box dl.gakuho_article_none dd {
	width: auto;
	font-size: 100%;
	line-height: 150%;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	margin: 0 5px 15px 0;
	padding: 0 0 10px;
}

#col-main .box dl.gakuho_article_none dd.small_lead {
	width: auto;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	margin: 0 5px 2px 0;
	padding: 0;
	border: none;
}

#col-main .box dl#next_issue {
	width: auto;
	margin: 0;
	padding: 15px;
	border: 1px solid #d9d9d9;
	background-color: #f2f2f2;
}

#col-main .box dl#next_issue dt {
	margin: 0 0 10px 10px;
	font-size: 109%;
	padding: 0;
}

#col-main .box dl#next_issue dd {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 137%;
}

#article-banner img {
	border: none;
	float: none !important;
	margin-left: 0 !important;
	width: auto;
}

#col-main a.gakuho-btn {
	background-color: #8f0c17;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}

/* バックナンバーリスト */
dl.titleData {
	float: left;
	width: 160px;
	height: 22em;
	overflow: hidden;
	margin: 0 1em 1em 0;
	font-size: 90%;
}
dl.titleData dt{
	margin-bottom:6px;
}
dl.titleData dd{
	line-height:150%;
}

dl.titleData dd.notavailable {
	font-weight: bold;
	color: #a72c29;
	background-color: inherit;
}

p.notavailable {
	width: 3em;
	border: dotted #999;
	padding: 0.2em;
	border-width: 1px;
	text-align: center;
	font-weight: bold;
	color: #a72c29;
	background-color: #ccc;
}

dd.cornerName {
	margin: 1em 0;
	font-size:110%;
	font-weight: bold;
	background-color: inherit;
}

dt.articleName {
	margin: 0;
	line-height:150%;
	font-weight: bold;
}

dd.character {
	margin: 0em 0 1.11em 1em;
	line-height: 150%;
}

.gakuho .box_imgright img{
	width:160px;
	border:solid 1px #aaa;
}
#col-main.gakuho h6{
	font-size:120%;
}

/* 本文画像配置 */
.imr { float: right; width: auto; margin: 0 1em 1em 1em; }
.iml { float: left; width: auto; margin: 0 1em 1em 2em; }
.imh { float: none; width: auto; margin: 0 0 1em 0; }
.imh img { display: block; margin: 0 auto 0 auto; }

/* パスワード入力欄を幅広く [20141117] */
.box input[name="post_password"] {
	width: 50%;
}


/* 校友会規則
------------------------------------------------- */
#col-main h5.bylaws{
	color:#000;
	font-weight:normal;
	font-size:110%;
	margin:16px;
}
#col-main dl.bylaws {
	line-height:160%;
	margin-bottom:16px;
}
#col-main dl.bylaws dt{
	text-align:right;
	width:4em;
	float:left;
}
#col-main dl.bylaws dd{
	margin-left:4.6em;
}
#col-main ol.bylaws li{
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

/* 証明書の発行
------------------------------------------------- */

/* リンク */
.article dl.cert dt{
	width:12em;
	float:left;
	font-weight:bold;
}
.article dl.cert dd{
	margin-left:13em;
}

.article dl.cert2 dt{
	width:22em;
	float:left;
	margin-bottom:8px;
	line-height:150%;
}
.article dl.cert2 dd{
	margin-left:22em;
	margin-bottom:8px;
	line-height:150%;
}

/* 開閉メニュー */

.article dl.certmenu{
	border-top:solid 1px #8f0c17;
}
.article dl.certmenu > dt{
	border-left:solid 1px #8f0c17;
	border-right:solid 1px #8f0c17;
	border-bottom:solid 1px #8f0c17;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
}
.article dl.certmenu dt .close{
	color:#8f0c17;
}
.article dl.certmenu > dd{
	padding:16px;
	border-bottom:solid 1px #8f0c17;
}

/* サイトマップ */
.article .map{
	float:left;
	text-align:left;
	padding:0 20px 20px 20px;
	min-width:200px;
}

.article .map ul{
	margin-bottom:20px;
}

.article .map li{
	list-style-type:none;
	line-height:160%;
	font-size:96%;
}
.article .map li em{
	background-color:#efefef;
	border-bottom:solid 2px #8f0c17;
	padding:10px 10px 6px 10px;
	font-size:120%;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.article .map li a:link,
.article .map li a:visited{

	text-decoration:underline;
}

.article .blank{
	background:url(../images/common/ic-blank-r.png) top right no-repeat;
	padding-right:22px;
}

/* 注記欄
------------------------------------------------- */
#col-main .caution{
	border:solid 1px #880412;
	margin:0 0 20px 0;
	padding:10px;
}

/* 固定ページ
------------------------------------------------- */
#col-all .article{
	border:solid 1px #aaa;
	box-shadow:0 2px 4px #aaa;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:20px;
}

/* 2カラム用 */
.page-template-page-2column-php #col-main{
	width:780px;
	float:left;
}


/* FF印刷用 20140410修正
------------------------------------------------- */
@media print{
	#gmenu, #main-head, #col-left, #col-right,#footer,
	x:-moz-any-link, x:default{
		float:none;
		clear: both;
		display:none;
    }
    #main, x:-moz-any-link, x:default{
    	height:auto;
    	overflow:visible;
    }
    #col-main, x:-moz-any-link, x:default{
		float:none;
		clear: both;
    }
    #col-main .article, x:-moz-any-link, x:default{
    	height:auto;
    	overflow:visible;
    }
    #col-main .box, x:-moz-any-link, x:default{
    	overflow:visible;
    }
}

/* コンタクトフォーム
------------------------------------------------- */

#col-main dl.form dd{
	margin:0 0 16px 0;
}
#col-main dl.form dd #agreenent{
	margin: 0;
	padding: 1em;
	border: solid 1px #ccc;
	width: 540px;
	height: 100px;
	overflow: auto;
}
#col-main dl.form dt.mds{
	font-size:110%;
	font-weight:bold;
	margin:0 0 16px 0;
}

#col-main dl.form .wpcf7-not-valid-tip{
	padding-top:4px;
}

/* 合同花見会2014
------------------------------------------------- */

.hanami2016 #col-main, .hanami2015 #col-main, .hanami2014 #col-main, .hanami #col-main{
	width:1000px;
}
.hanami2016 #col-main h3, .hanami2015 #col-main h3, .hanami2014 #col-main h3, .hanami #col-main h3{
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.hanami2016 #col-main .left-column, .hanami2015 #col-main .left-column, .hanami2014 #col-main .left-column, .hanami #col-main .left-column{
	width:300px;
	float:left;
}
.hanami2016 #col-main .left-column h5, .hanami2015 #col-main .left-column h5, .hanami2014 #col-main .left-column h5, .hanami #col-main .left-column h5{
	font-size:120%;
	line-height:150%;
	margin-left:0;
}
.hanami2016 #col-main .right-column, .hanami2015 #col-main .right-column, .hanami2014 #col-main .right-column, .hanami #col-main .right-column{
	width:630px;
	margin:0 -10px 0 0;
	float:right;
}
.hanami2016 #col-main .right-column .photo li, .hanami2015 #col-main .right-column .photo li, .hanami2014 #col-main .right-column .photo li, .hanami #col-main .right-column .photo li{
	list-style-type: none;
	width:210px;
	margin-bottom:10px;
	float:left;
}
.hanami2016 #col-main .right-column .photo li.ttl, .hanami2015 #col-main .right-column .photo li.ttl, .hanami2014 #col-main .right-column .photo li.ttl, .hanami #col-main .right-column .photo li.ttl{
	width:410px;
}
.hanami2016 #col-main .right-column .more li, .hanami2015 #col-main .right-column .more li, .hanami2014 #col-main .right-column .more li, .hanami #col-main .right-column .more li{
	list-style-type: none;
	width:315px;
	margin:10px 0;
	float:left;
}
.hanami2016 #col-main ul.menu, .hanami2015 #col-main ul.menu, .hanami2014 #col-main ul.menu, .hanami #col-main ul.menu{
	margin-right:-10px;
}
.hanami2016 #col-main ul.menu li, .hanami2015 #col-main ul.menu li, .hanami2014 #col-main ul.menu li, .hanami #col-main ul.menu li{
	list-style-type: none;
	float:left;
}
.hanami2016 #col-main ul.menu li img:hover, .hanami2015 #col-main ul.menu li img:hover, .hanami2014 #col-main ul.menu li img:hover, .hanami #col-main ul.menu li img:hover{
	cursor:pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.hanami2016 #col-main ul.menu li.menu01,
.hanami2016 #col-main ul.menu li.menu02,
.hanami2016 #col-main ul.menu li.menu03,
.hanami2016 #col-main ul.menu li.menu04,
.hanami2015 #col-main ul.menu li.menu01,
.hanami2015 #col-main ul.menu li.menu02,
.hanami2015 #col-main ul.menu li.menu03,
.hanami2015 #col-main ul.menu li.menu04,
.hanami2014 #col-main ul.menu li.menu01,
.hanami2014 #col-main ul.menu li.menu02,
.hanami2014 #col-main ul.menu li.menu03,
.hanami2014 #col-main ul.menu li.menu04,
.hanami #col-main ul.menu li.menu01,
.hanami #col-main ul.menu li.menu02,
.hanami #col-main ul.menu li.menu03,
.hanami #col-main ul.menu li.menu04{
	width:166px;
}
.hanami2016 #col-main ul.menu li.menu05, .hanami2015 #col-main ul.menu li.menu05, .hanami2014 #col-main ul.menu li.menu05, .hanami #col-main ul.menu li.menu05{
	width:160px;
}
.hanami2016 #col-main ul.menu li.menu06, .hanami2015 #col-main ul.menu li.menu06, .hanami2014 #col-main ul.menu li.menu06, .hanami #col-main ul.menu li.menu06{
	width:130px;
}

.hanami2016 #col-main .gallery, .hanami2015 #col-main .gallery, .hanami2014 #col-main .gallery, .hanami #col-main .gallery{
	margin-right:-10px;
}
.hanami2016 #col-main .gallery li, .hanami2015 #col-main .gallery li, .hanami2014 #col-main .gallery li, .hanami #col-main .gallery li{
	list-style-type: none;
	width:160px; height:140px;
	margin-bottom:16px;
	float:left;
	position:relative; 
}
.hanami2016 #col-main .gallery li div.name, .hanami2015 #col-main .gallery li div.name, .hanami2014 #col-main .gallery li div.name, .hanami #col-main .gallery li div.name{
	background:url(../images/common/g-bk.png);
	width:142px; 
	padding:4px;
	color:#fff;
	position: absolute; bottom:0; z-index: 10;
}
.hanami2016 #col-main .gallery li a:link,
.hanami2016 #col-main .gallery li a:visited,
.hanami2015 #col-main .gallery li a:link,
.hanami2015 #col-main .gallery li a:visited,
.hanami2014 #col-main .gallery li a:link,
.hanami2014 #col-main .gallery li a:visited,
.hanami #col-main .gallery li a:link,
.hanami #col-main .gallery li a:visited{
	color:#fff;
	text-decoration:none;
}
.hanami2016 .hana, .hanami2015 .hana, .hanami2014 .hana, .hanami .hana{
	border: solid 1px #aaa;
	box-shadow: 0 2px 4px #aaa; 
	background-color: #fff; 
	overflow: hidden; 
	margin-bottom: 20px;
}


/* 国際学生寮WISH
------------------------------------------------- */

.wish #col-main{
	width:1000px;
}
.wish #col-main h3{
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.wish #col-main .left-column{
	width:300px;
	float:left;
}
.wish #col-main .left-column h5{
	font-size:120%;
	line-height:150%;
	margin-left:0;
}
.wish #col-main .right-column{
	width:630px;
	margin:0 -10px 0 0;
	float:right;
}
.wish #col-main .right-column .photo li{
	list-style-type: none;
	width:210px;
	margin-bottom:10px;
	float:left;
}
.wish #col-main .right-column .photo li.ttl{
	width:410px;
}

.wish #col-main .right-column .more li{
	list-style-type: none;
	width:315px;
	margin:10px 0;
	float:left;
}
.wish #col-main ul.menu{
	margin-right:-10px;
}
.wish #col-main ul.menu li{
	list-style-type: none;
	float:left;
}
.wish #col-main ul.menu li img:hover{
	cursor:pointer;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
 }
.wish #col-main ul.menu li.menu01,
.wish #col-main ul.menu li.menu02,
.wish #col-main ul.menu li.menu03,
.wish #col-main ul.menu li.menu04{
	width:166px;
}
.wish #col-main ul.menu li.menu05{
	width:160px;
}
.wish #col-main ul.menu li.menu06{
	width:130px;
}

.wish #col-main .gallery{
	margin-right:-10px;
}
.wish #col-main .gallery li{
	list-style-type: none;
	width:160px; height:140px;
	margin-bottom:16px;
	float:left;
	position:relative; 
}
.wish #col-main .gallery li div.name{
	background:url(../images/common/g-bk.png);
	width:142px; 
	padding:4px;
	color:#fff;
	position: absolute; bottom:0; z-index: 10;
}
.wish #col-main .gallery li a:link,
.wish #col-main .gallery li a:visited{
	color:#fff;
	text-decoration:none;
}

/* ワセダメモリー
------------------------------------------------- */

#col-main.wasememo{
	width: 1000px;
}
#col-main.wasememo img{
	vertical-align: bottom;
}
#col-main.wasememo a:hover img{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#col-main.wasememo h2{
	margin-bottom: 0;
}
#col-main.wasememo h2 img{
	box-shadow: none;
	border: none;
}
#col-main.wasememo h3{
	border: 0;
	box-shadow: none;
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}
#col-main.wasememo h4{
	background-color: #e2eaf1;
	border-bottom: none;
	border-left: solid 10px #006ad5;
}
#col-main.wasememo h4.top_title{
	margin-top: 30px;
}
#col-main.wasememo ul.y_menu{
	clear: both;
	overflow: hidden;
	background-color: #9b8473;
}
#col-main.wasememo ul.y_menu li{
	width: 25%;
	float: left;
	text-align: center;
	list-style: none;
	padding: 10px 0;
}
#col-main.wasememo div#waseda_map{
	width: 100%;
	height: 480px;
}
#col-main.wasememo div#waseda_map.mini{
	width: 100%;
	height: 240px;
}
#col-main.wasememo div#waseda_map div.map_box{
	width: 500px;
}
#col-main.wasememo div.new_epi{
	background-color: #F9F9F9;
	width: 257px;
	margin: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: #ddd 0px 0px 2px 1px;
	-webkit-box-shadow: #ddd 0px 0px 2px 1px;
	-moz-box-shadow: #ddd 0px 0px 2px 1px;
}
#col-main.wasememo div.epi_archive{
	background-color: #F9F9F9;
	margin: 10px 10px 20px 10px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: #ddd 0px 0px 2px 1px;
	-webkit-box-shadow: #ddd 0px 0px 2px 1px;
	-moz-box-shadow: #ddd 0px 0px 2px 1px;
}
#col-main.wasememo div.map_epi_img{
	display: inline;
	float: left;
	padding-right: 20px;
}
#col-main.wasememo div.new_epi div.map_epi_img {
	display:block;
	text-align: center;
	float: none;
	padding-right: 0;
	padding-bottom: 10px;
}
#col-main.wasememo div.map_epi_img img{
	border: solid 1px #ccc;
}
#col-main.wasememo dl{
	line-height: 150%;
	overflow: hidden;
}
#col-main.wasememo dt.map_epi_spot{
	color: #933;
	padding-left: 20px;
	background: url(../images/know/wasememo/icon_spot.png) no-repeat left;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
#col-main.wasememo a.map_epi_category_gourmet{
	padding: 2px 4px;
	background-color: #FF8000;
	color: #fff;
	text-decoration: none;
}
#col-main.wasememo a.map_epi_category_seisyun{
	padding: 2px 4px;
	background-color: #2B80D5;
	color: #fff;
	text-decoration: none;
}
#col-main.wasememo a.map_epi_category_yukari{
	padding: 2px 4px;
	background-color: #AA0000;
	color: #fff;
	text-decoration: none;
}
#col-main.wasememo dd{
	margin-top: 5px;
}
#col-main.wasememo dd.map_epi_ttl, #col-main.wasememo dd.map_epi_ttl a{
	color: #963;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}
#col-main.wasememo dd.map_epi_ttl a:hover{
	text-decoration: underline;
}
#col-main.wasememo dd.map_epi_name{
	color: #633;
	padding-left: 20px;
	background: url(../images/know/wasememo/icon_name.png) no-repeat left;
}
#col-main.wasememo dd.map_epi_date{
	color: #633;
	padding-left: 20px;
	background: url(../images/know/wasememo/icon_date.png) no-repeat left;
}
#col-main.wasememo dd.map_epi_social{
	color: #633;
	padding-left: 20px;
	font-size: 90%;
	background: url(../images/know/wasememo/icon_comment.png) no-repeat left;
}
#col-main.wasememo div.box div.box_half_left{
	width: 465px;
	float: left;
	margin: 0 20px 20px 0;
}
#col-main.wasememo div.box div.box_half_left h4{
	margin: 0 0 16px;
}
#col-main.wasememo div.box div.box_half_right{
	width: 465px;
	float: right;
	margin: 0 0 20px;
}
#col-main.wasememo div.box div.box_half_right h4{
	margin: 0 0 16px;
}
#col-main.wasememo div.attention{
	background-color: #f9f9f9;
	border: #ddd 1px solid;
	padding: 20px;
	margin-top: 20px;
}
#col-main.wasememo div.wp-pagenavi{
	text-align: center;
	margin: 40px 0 30px;
}
#col-main.wasememo div.wp-pagenavi a.previouspostslink{
	background-color: #F9F9F9;
	margin-right: 10px;
	border: 1px solid #999;
	padding: 5px;
	text-decoration: none;
}
#col-main.wasememo div.wp-pagenavi a.nextpostslink{
	background-color: #F9F9F9;
	margin-left: 10px;
	border: 1px solid #999;
	padding: 5px;
	text-decoration: none;
}
#col-main.wasememo div#map_form_sp{
	display: none;
}
#col-main.wasememo table.map_form td{
	background-color: #F9F9F9;
}
#col-main.wasememo table.map_form th{
	vertical-align: middle;
	width: 25%;
}
#col-main.wasememo table.map_form div.kiyaku{
	height: 250px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
}
#col-main.wasememo table.map_form div.kiyaku ol li{
	list-style: decimal outside;
}
#col-main.wasememo .submitimg{
	border: none;
	width: 230px;
	height: 40px;
	background: url(../images/know/wasememo/map_submit.png) no-repeat left top;
	text-indent: -9999px;
}
#col-main.wasememo .submitimg:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor: pointer;
}
#col-main.wasememo div.box_quarter{
	width: 25%;
	float: left;
}
#col-main.wasememo div.box_quarter p.howto3{
	padding: 33px 0;
}
#col-main.wasememo div.box_half{
	width: 50%;
	float: left;
	padding-top: 20px;
}
#col-main.wasememo div.attention div.box_half{
	padding-top: 0;
}
#col-main.wasememo dl.spot_description{
	margin-left: 20px;
}
#col-main.wasememo div.article{
	background-color: transparent;
	border: none;
	box-shadow: none;
}
/* WASEDA'S Health Study
------------------------------------------------- */

#col-main.health a{
	color: #3276ad;
}
#col-main.health .navimenu{
	background-color: #f9f9f9;
	margin-bottom: 20px;
}
#col-main.health .navimenu li{
	background: url(../images/value/health/list.gif) no-repeat left;
	float: none;
	width: 100%;
}
#col-main.health li{
	background: url(../images/value/health/list2.png) no-repeat left 4px;
	padding-left: 20px;
}
#col-main.health ul#banners li{
	background: none;
	display: inline-block;
}
#col-main.health h3{
	border: 0;
	box-shadow: none;
	margin: 0 0 0;
	padding: 0;
	text-align: center;
}
#col-main.health h3 img{
	vertical-align: bottom;
}
#col-main.health h4{
	background: url(../images/value/health/h4.gif) no-repeat left;
	padding-left: 15px;
	background-color: #fff;
	border-bottom: none;
}
#col-main.health a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#col-main.health img.page_title{
	margin-bottom: 20px;
}
#col-main.health .blue{
	color: #3276ad;
}
#col-main.health div.health_prof1{
	background: url(../images/value/health/health_photo2.jpg) no-repeat 20px #f9f9f9;
	padding: 10px 10px 10px 170px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#col-main.health div.health_prof2{
	background: url(../images/value/health/health_photo3.jpg) no-repeat 20px #f9f9f9;
	padding: 10px 10px 10px 170px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#col-main.health div.health_prof3{
	background: url(../images/value/health/health_photo4.jpg) no-repeat 20px #f9f9f9;
	padding: 10px 10px 10px 170px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* 新コンタクトフォーム
------------------------------------------------- */

.form #header{
	border-bottom:solid 1px #aaa;
	margin-bottom:20px;
}

.form #col-main{
	width:1000px;
}

.form #col-main dl.form{
	margin-left:20px;
}

.form #col-main dl.form dt{
	margin-bottom:8px;
	font-weight:bold;
	font-size:110%;
}

.form #col-main dl.form dd{
	margin:0 0 20px 20px;
	line-height:150%;
}
.form #col-main dl.form dd #agreenent{
	margin: 0;
	padding: 1em;
	border: solid 1px #ccc;
	width: 540px;
	height: 100px;
	overflow: auto;
}
.form #col-main dl.form dt.mds{
	font-size:110%;
	font-weight:bold;
	margin:0 0 16px 0;
}

.form #col-main .wtn_copyright{
	display:none;
}

.form #col-main dl.form .error{
	color:#8f0c17;
}

/* 早稲田カード
------------------------------------------------- */
body.page-id-2082 h2 {
	margin-top: 16px;
	margin-bottom: 0 !important;
}
body.page-id-2082 h2 img {
	border: none !important;
	box-shadow: none !important;
}
body.page-id-2082 img {
	vertical-align: middle;
}
body.page-id-2082 .pink {
	color: #d24d57 !important;
}
body.page-id-2082 .yellow {
	color: #f7ca18 !important;
}
body.page-id-2082 .chu {
	color: #666;
}
body.page-id-2082 div.article div.three_panels {
	display: table;
	width: 100%;
}
body.page-id-2082 div.article div.three_panels > div {
	display: table-cell;
	width: 33%;
	border-right: 8px solid transparent;
}
body.page-id-2082 div.article div.two_panels > div {
	display: table-cell;
	width: 50%;
	border-right: 8px solid transparent;
}
body.page-id-2082 div.article div.three_panels div:last-child, body.page-id-2082 div.article div.two_panels div:last-child {
	border-right: none;
}
body.page-id-2082 div.article div.three_panels div.bordered {
	border: 1px solid #ddd;
	padding: 16px;
}
body.page-id-2082 div.article div.three_panels div.bordered div.img {
	display: inline-block;
	width: 100%;
	height: 108px;
	text-align: center;
	vertical-align: middle;
}
body.page-id-2082 #col-main a.btn-radius {
	display: inline-block;
	text-align: left;
	padding: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #f4d03f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
body.page-id-2082 #col-main h4 {
	background: url(../../images/wasedacard/h4_bg.png) #eee;
	border-bottom: none;
	margin: 20px;
}
body.page-id-2082 #col-main h4.sp {
	display: none !important;
}
body.page-id-2082 #col-main h4 span {
	border-left: 6px solid #fff;
	padding-left: 6px;
}
body.page-id-2082 #col-main h5.modal_title {
	color: #c67374;
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin: 20px;
}
body.page-id-2082 #col-main h5 {
	color: #666;
	margin: 0 0 16px;
	text-align: center;
	border: none;
}
body.page-id-2082 #col-main div.article div#scholarship_voice {
	position: relative;
	background-color: #f4eaff;
	padding: 16px;
	margin-bottom: 20px;
}
body.page-id-2082 #col-main div.article div#scholarship_voice:after {
	bottom: 100%;
	right: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 234, 255, 0);
	border-bottom-color: #f4eaff;
	border-width: 30px;
	margin-left: -30px;
}
body.page-id-2082 #col-main div.article div#scholarship_voice div.title {
	overflow: hidden;
}
body.page-id-2082 #col-main div.article div#scholarship_voice h5 {
	display: inline;
	float: left;
	margin: 3px 8px 0 0;
}
body.page-id-2082 #col-main div.article div#scholarship_voice div.table, body.page-id-2082 #col-main div.article div#scholarship_movie div.table {
	display: table;
	width: 100%;
}
body.page-id-2082 #col-main div.article div#scholarship_movie div.table h5 {
	text-align: left !important;
}
body.page-id-2082 #col-main div.article div#scholarship_voice div.table > div, body.page-id-2082 #col-main div.article div#scholarship_movie div.table > div {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: top;
}
body.page-id-2082 #col-main div.article div#scholarship_sum {
	color: #fff;
	background-color: #c67374;
	padding: 16px;
	margin-bottom: 16px;
}
body.page-id-2082 #col-main div.article div#scholarship_sum > div {
	vertical-align: middle;
}
body.page-id-2082 #col-main div.article div#scholarship_sum h5 {
	color: #fff;
	font-size: 100%;
	font-weight: normal;
}
body.page-id-2082 #col-main div.article div#scholarship_sum p {
	margin-bottom: 0;
}
body.page-id-2082 #col-main div.article div#scholarship_movie {
	background-color: #f4eaff;
	padding: 16px;
	margin-bottom: 20px;
}
#modal-overlay div.scholarship_box {
	display: block !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
}
body.page-id-2082 #col-main div.article div.scholarship_box {
	margin-bottom: 32px;
	width: 50%;
	margin: 0;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	display: none;
	z-index: 2;
}
body.page-id-2082 #col-main div.article div.scholarship_box div.title {
	background-color: #F4EAFF;
	padding: 16px;
	display: table;
}
body.page-id-2082 #col-main div.article div.scholarship_box div.title * {
	display: table-cell;
	padding: 0 8px;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
#col-main div.article div.scholarship_box .modal-close, body.page-id-2082 #col-main div.article div#scholarship_voice .modal-open {
	color: #8f0c17;
	text-decoration: underline;
	cursor: pointer;
}

/* 動画ライブラリー
------------------------------------------------- */

.movie_library #col-main {
	width: 1000px;
}
.movie_library div#title_bg {
	overflow: hidden;
	background-color: #ffc107;
	line-height: 0;
	display: table;
	width: 100%;
}
.movie_library div#title_bg div#bgvid {
	display: table-cell;
	width: 670px;
	height: 100%;
	text-align: right;
	position: relative;
}
.movie_library div#title_bg p#bgvfilter {
	position: absolute;
	top: 0;
	left: 2px;
	width: 668px;
	height: 100%;
	background: url(/images/fun/movie_library/filter.png);
	z-index: 100;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
@-moz-document url-prefix() {
	.movie_library div#title_bg p#bgvfilter {
		display: none;
	}
}
.movie_library div#title_bg div#bgvid video {
	margin-right: -2px;
	width: 670px;
}
.movie_library div#title_bg h3 {
	display: table-cell;
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.movie_library div.box_wrap {
	width: 100%;
	margin-top: 20px;
}
.movie_library div.movie_box {
	display: inline-block;
	width: 320px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.movie_library div.movie_box > a.html5lightbox > img {
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -180px;
	position: absolute;
}
div.movie_box + div.movie_box {
	margin: 0 20px;
}
.movie_library div.movie_box:last-child {
	margin: 0 0 !important;
}
.movie_library #col-main div.movie_box div.title_wrapper {
	color: #fff;
	background-color: #2196f3;
	padding: 10px;
	width: 300px;
	height: 40px;
	position: absolute;
	bottom: 0;
	z-index: 100;
	/* アニメーション */
	-moz-transition-property: height;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0s;
	-webkit-transition-property: height;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	-o-transition-property: height;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0s;
}
.movie_library #col-main div.movie_box:hover div.title_wrapper {
	height: 240px;
}
.movie_library #col-main div.movie_box div.title_wrapper h4 {
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.movie_library #col-main div.movie_box:hover div.title_wrapper h4 {
	margin-top: 60px;
}
.movie_library #col-main div.movie_box div.title_wrapper p.movie_discription {
	line-height: 1.7em;
	padding-top: 20px;
	display: none;
}
.movie_library #col-main div.movie_box:hover div.title_wrapper p.movie_discription {
	display: block;
}
div.box_wrap:nth-child(2n+1) div.movie_box:nth-child(2n+1) div.title_wrapper {
	background-color: #4caf50 !important;
}
div.box_wrap:nth-child(2n) div.movie_box:nth-child(2n) div.title_wrapper {
	background-color: #4caf50 !important;
}
.movie_library div.movie_box p.dl_btn {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 200;
}
.movie_library #col-main div#dl_box {
	background-color: #673ab7;
}
.movie_library #col-main div#dl_box h4 {
	position: static;
	text-align: center;
	background-color: transparent !important;
	border-bottom: none;
}
.movie_library #col-main div#dl_box ul {
	font-size: 120%;
	line-height: 1.8em;
	list-style: outside none none;
	padding: 0 20px 20px;
}
.movie_library #col-main div#dl_box ul li {
	padding-left: 28px;
	background: url(/images/fun/movie_library/disc.png) left center no-repeat;
}
.movie_library #col-main div#dl_box ul a {
	color: #fff;
}
.movie_library div.pagetop {
	margin-top: 40px;
}
.copyright_dl p#dl-alert {
	color: red;
	display: none;
}

/* 稲門会一覧
------------------------------------------------- */

ul#tomonkai-nav li {
	display: inline-block;
	width: 100px;
	height: 56px;
	vertical-align: top;
	margin-bottom: 4px;
	background-color: #8f0c17;
}
ul#tomonkai-nav li:hover {
	background-color: #d56572;
}
ul#tomonkai-nav li a {
	display: block;
	height: 40px;
	padding: 8px;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.5em;
}
ul.tomon_list li {
	display: inline-block;
	width: 33.333%;
	vertical-align: top;
	background: url("../images/common/ic-list2.png") no-repeat left 6px;
	list-style-type: none;
	margin-bottom: 8px;
	padding: 0 8px 0 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body.tomonkai_list h4 {
	background-color: transparent !important;
	border: 1px solid #8f0c17;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	cursor: pointer;
}
body.tomonkai_list h4::before {
	content: " + ";
	color: #8f0c17;
	font-size: 12px;
	font-weight: normal;
}
body.tomonkai_list h4.active::before {
	content: " - ";
	font-size: 18px;
}
body.tomonkai_list h4.active, body.tomonkai_list h4.last {
	border-bottom: 1px solid #8f0c17 !important;
	margin-bottom: 16px !important;
}
body.tomonkai_list div.list-wrapper {
	display: none;
}

/* 早稲田人タイプ別診断
------------------------------------------------- */

body.type {
	background: url("../images/fun/type/bg.jpg") no-repeat top center #fff000;
	background-size: contain;
}
body.type div#col-main {
	width: 100%;
	float: none;
}
body.type div#col-main > div#modal {
	width: 680px;
	padding: 30px 60px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	display: table;
	display: none;
	z-index: 999;
}
body.type div#col-main > div#modal > div {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
body.type div#col-main > div#modal > div#modal-text {
	line-height: 1.7em;
}
body.type div#col-main > div#modal > div#modal-text p {
	margin-bottom: 30px;
}
body.type div#col-main > div#modal > div#modal-text p#modal-close {
	display: inline-block;
	cursor: pointer;
}
body.type div#col-main > div#modal > div#modal-image{
	text-align: center;
 }
body.type div#col-main > iframe {
	width: 100%;
	margin-top: 400px;
}
body.type div#col-main > div.header, body.type div#col-main > div.header_small {
	height: 558px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -534px;
}
body.type div#col-main > div.header_small {
	display: none;
	margin-left: -522px;
	z-index: -1;
}
body.type div#col-main > div.bg_chara_l, body.type div#col-main > div.bg_chara_r {
	width: 164px;
	background: url("../images/fun/type/bg_chara_l.png") no-repeat top center;
	position: absolute;
	top: 700px;
	left: 50%;
	margin-left: -649px;
	z-index: -1;
}
body.type div#col-main > div.bg_chara_r {
	background: url("../images/fun/type/bg_chara_r.png") no-repeat top center;
	margin-left: 485px;
}

/* ゲーミフィケーション
------------------------------------------------- */

body.h_toru {
	background: url("../images/fun/h_toru/bg.png") no-repeat center 100px #e53b00;
}
body.h_toru div#col-main {
	width: 1000px;
	float: none;
}
body.h_toru #main #main-head .topicpath{
	color:#fff;
}
body.h_toru .head-column{
	overflow: hidden;
	margin-bottom:20px;
}
body.h_toru .head-column .head-left{
	width:500px;
	float:left;
}
body.h_toru .head-column .head-left .how{
	margin:-40px 0 0 30px;
}
body.h_toru .head-column .head-right{
	width:460px;
	float:right;
}
body.h_toru .step1{
	overflow: hidden;
}
body.h_toru .hint li{
	float:left;
	list-style-type: none;
}
body.h_toru .arrow,
body.h_toru .step2,
body.h_toru .form{
	text-align:center;
	margin:20px 0;
}
body.h_toru .arrow{
	margin:20px 0;
}
body.h_toru .form{
	background-image: url(/images/fun/h_toru/form_bk.png);
	background-repeat: no-repeat;
	width:721px; 
	height:720px; 
	margin:0 auto;
	overflow: hidden;
}
body.h_toru .form form{
	margin:350px auto;
	width:600px;
}
body.h_toru .form .answer{
	width:440px;
	height:50px;
	border:0;
	font-size:30px;
	margin:0 10px 0 0;
	background-color: #ffedb6;
}
body.h_toru .form .submit{
	width:80px;
	height:50px;
	font-size:30px;
	background-color: #735804;
	color:#ddc764;
	border-style: none;
}

/* 先輩と語ろう2015
------------------------------------------------- */

body.senpai2015-report, body.senpai2015, body.senpai2016-report, body.senpai2016, body.senpai2017-report, body.senpai2017 {
	background-color: #feeaa2;
}
body.senpai2015 div#main, body.senpai2016 div#main, body.senpai2017 div#main {
	width: 100%;
}
body.senpai2015-report div#main, body.senpai2016-report div#main, body.senpai2017-report div#main {
	margin-top: -30px;
	padding-top: 30px;
	position: relative;
}
body.senpai2016-report div#main, body.senpai2017-report div#main {
	padding-top: 20px;
}
body.senpai2015-report div#main .topicpath, body.senpai2016-report div#main .topicpath, body.senpai2017-report div#main .topicpath {
	color: #fff;
	margin-left: 10px;
}
body.senpai2015 div#main-head, body.senpai2015 div#header_contents, body.senpai2015 div#senpai_contents, body.senpai2016 div#main-head, body.senpai2016 div#header_contents, body.senpai2016 div#senpai_contents, body.senpai2017 div#main-head, body.senpai2017 div#header_contents, body.senpai2017 div#senpai_contents {
	width: 1010px;
	margin: auto;
}
body.senpai2015-report div#senpai_contents, body.senpai2016-report div#senpai_contents, body.senpai2017-report div#senpai_contents {
	margin-top: 500px;
}
body.senpai2015-report div#senpai_sp, body.senpai2015 div#senpai_sp, body.senpai2016-report div#senpai_sp, body.senpai2016 div#senpai_sp, body.senpai2017-report div#senpai_sp, body.senpai2017 div#senpai_sp {
	display: none;
}
body.senpai2015 div#senpai_bg, body.senpai2016 div#senpai_bg, body.senpai2017 div#senpai_bg {
	background: url("../images/event/senpai_bg.jpg") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 151px;
	z-index: -1;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
body.senpai2015 #header_contents > div#ppl_bg, body.senpai2016 #header_contents > div#ppl_bg, body.senpai2017 #header_contents > div#ppl_bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	margin-bottom: -8px;
	margin-left: -500px;
}
body.senpai2015 div#senpai_contents, body.senpai2016 div#senpai_contents, body.senpai2017 div#senpai_contents {
	margin-top: 500px;
}
body.senpai2015-report div.article, body.senpai2015 div.article, body.senpai2016-report div.article, body.senpai2016 div.article, body.senpai2017-report div.article, body.senpai2017 div.article {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
	font-size: 15px;
	line-height: 1.7em;
}
body.senpai2015 h2, body.senpai2016 h2, body.senpai2017 h2 {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
body.senpai2015-report h2, body.senpai2016-report h2, body.senpai2017-report h2 {
	position: absolute;
	top: 0;
	z-index: -1;
}
body.senpai2015-report div#senpai_contents h3, body.senpai2015 div#senpai_contents h3, body.senpai2016-report div#senpai_contents h3, body.senpai2016 div#senpai_contents h3, body.senpai2017-report div#senpai_contents h3, body.senpai2017 div#senpai_contents h3 {
	margin: 20px 0;
}
body.senpai2015-report div#senpai_contents h3, body.senpai2016-report div#senpai_contents h3 {
	color: #000;
	font-size: 24px;
}
body.senpai2015-report div#senpai_contents a, body.senpai2015 div#senpai_contents a, body.senpai2016-report div#senpai_contents a, body.senpai2016 div#senpai_contents a, body.senpai2017-report div#senpai_contents a, body.senpai2017 div#senpai_contents a {
	color: #0082f0;
	font-weight: bold;
	text-decoration: underline;
}
body.senpai2015-report div#senpai_contents a:hover img, body.senpai2015 div#senpai_contents a:hover img, body.senpai2016-report div#senpai_contents a:hover img, body.senpai2016 div#senpai_contents a:hover img, body.senpai2017-report div#senpai_contents a:hover img, body.senpai2017 div#senpai_contents a:hover img {
	opacity: 0.75;
}
body.senpai2015 div#senpai_contents div.senpai_small, body.senpai2016 div#senpai_contents div.senpai_small, body.senpai2017 div#senpai_contents div.senpai_small {
	font-size: 80%;
}
body.senpai2015 div#senpai_contents div.senpai_small div.senpai_right > p, body.senpai2016 div#senpai_contents div.senpai_small div.senpai_right > p, body.senpai2017 div#senpai_contents div.senpai_small div.senpai_right > p {
	width: 245px;
	float: left;
}
body.senpai2015-report div#senpai_contents div#comment, body.senpai2016-report div#senpai_contents div#comment, body.senpai2017-report div#senpai_contents div#comment {
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 20px;
}
body.senpai2015-report div.senpai_row, body.senpai2015 div.senpai_row, body.senpai2016-report div.senpai_row, body.senpai2016 div.senpai_row, body.senpai2017-report div.senpai_row, body.senpai2017 div.senpai_row {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
body.senpai2015-report div.senpai_left, body.senpai2015-report div.senpai_right, body.senpai2015 div.senpai_left, body.senpai2015 div.senpai_right, body.senpai2016-report div.senpai_left, body.senpai2016-report div.senpai_right, body.senpai2016 div.senpai_left, body.senpai2016 div.senpai_right, body.senpai2017-report div.senpai_left, body.senpai2017-report div.senpai_right, body.senpai2017 div.senpai_left, body.senpai2017 div.senpai_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
body.senpai2015-report div.senpai_row.comment > div, body.senpai2016-report div.senpai_row.comment > div, body.senpai2017-report div.senpai_row.comment > div {
	display: table-cell;
	width: 33.333%;
	vertical-align: bottom;
}
body.senpai2015-report div.senpai_row.comment > div > .arrow_box, body.senpai2016-report div.senpai_row.comment > div > .arrow_box, body.senpai2017-report div.senpai_row.comment > div > .arrow_box {
	position: relative;
	background: #ffcf28;
	margin: 10px;
	padding: 20px;
	border-radius: 5px;
}
body.senpai2015-report div.senpai_row.comment > div > .arrow_box:after, body.senpai2016-report div.senpai_row.comment > div > .arrow_box:after, body.senpai2017-report div.senpai_row.comment > div > .arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 207, 40, 0);
	border-top-color: #ffcf28;
	border-width: 20px;
	margin-left: -20px;
}
body.senpai2015-report div.senpai_row.comment > div > .arrow_box .student, body.senpai2015-report div.senpai_row.comment > div > .arrow_box .alumni, body.senpai2016-report div.senpai_row.comment > div > .arrow_box .student, body.senpai2016-report div.senpai_row.comment > div > .arrow_box .alumni, body.senpai2017-report div.senpai_row.comment > div > .arrow_box .student, body.senpai2017-report div.senpai_row.comment > div > .arrow_box .alumni {
	background-color: #0ba6f4;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 10px;
}
body.senpai2015-report div.senpai_row.comment > div > .arrow_box .alumni, body.senpai2016-report div.senpai_row.comment > div > .arrow_box .alumni, body.senpai2017-report div.senpai_row.comment > div > .arrow_box .alumni {
	background-color: #00c659;
}
body.senpai2015-report div.senpai_left p, body.senpai2015-report div.senpai_right p, body.senpai2016-report div.senpai_left p, body.senpai2016-report div.senpai_right p, body.senpai2017-report div.senpai_left p, body.senpai2017-report div.senpai_right p {
	width: 450px;
	margin: 0 auto;
}
body.senpai2015 div.senpai_left, body.senpai2016 div.senpai_left, body.senpai2017 div.senpai_left {
	border-right: 10px solid transparent;
}
body.senpai2015 div.senpai_right, body.senpai2016 div.senpai_right, body.senpai2017 div.senpai_right {
	border-left: 10px solid transparent;
	text-align: right;
}
body.senpai2015 div.senpai_section p, body.senpai2016 div.senpai_section p, body.senpai2017 div.senpai_section p {
	display: table-cell;
}
body.senpai2015 div.senpai_section p:first-child, body.senpai2016 div.senpai_section p:first-child, body.senpai2017 div.senpai_section p:first-child {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffcf28;
	border-right: 16px solid #fff;
}
body.senpai2015 div#senpai_contents table, body.senpai2016 div#senpai_contents table, body.senpai2017 div#senpai_contents table {
	width: 100%;
	margin-bottom: 20px;
}
body.senpai2015 div#senpai_contents table thead, body.senpai2016 div#senpai_contents table thead, body.senpai2017 div#senpai_contents table thead {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.5em;
	color: #fff;
	border-bottom: 4px solid #feeaa2;
}
body.senpai2015 div#senpai_contents table tbody, body.senpai2016 div#senpai_contents table tbody, body.senpai2017 div#senpai_contents table tbody {
	border-bottom: 4px solid #feeaa2;
}
body.senpai2015 div#senpai_contents td, body.senpai2016 div#senpai_contents td, body.senpai2017 div#senpai_contents td {
	background-color: #fff;
}
body.senpai2015 div#senpai_contents th, body.senpai2016 div#senpai_contents th, body.senpai2017 div#senpai_contents th {
	background-color: #fff5d4;
}
body.senpai2015 div#senpai_contents table thead th, body.senpai2016 div#senpai_contents table thead th, body.senpai2017 div#senpai_contents table thead th {
	background-color: #ac9d67;
}
body.senpai2015 div#senpai_contents th, body.senpai2015 div#senpai_contents td, body.senpai2016 div#senpai_contents th, body.senpai2016 div#senpai_contents td, body.senpai2017 div#senpai_contents th, body.senpai2017 div#senpai_contents td {
	padding: 12px 16px;
	font-weight: normal;
}
body.senpai2015 div.pagetop, body.senpai2016 div.pagetop, body.senpai2017 div.pagetop {
	width: 1010px;
	margin: 0 auto 20px;
}
body.senpai2015-report .slide_box, body.senpai2016-report .slide_box, body.senpai2017-report .slide_box {
	box-shadow: none;
	overflow: hidden;
}
body.senpai2015-report .slide_box .prev, body.senpai2015-report .slide_box .next, body.senpai2016-report .slide_box .prev, body.senpai2016-report .slide_box .next, body.senpai2017-report .slide_box .prev, body.senpai2017-report .slide_box .next {
	top: 50%;
	margin-top: -14px;
}
body.senpai2015-report .slide_box .list_carousel li, body.senpai2016-report .slide_box .list_carousel li, body.senpai2017-report .slide_box .list_carousel li {
	width: 150px;
	height: 150px;
	border: none;
	margin: 0 10px 10px 10px;
}
body.senpai2015-report .slide_box .pager, body.senpai2016-report .slide_box .pager, body.senpai2017-report .slide_box .pager {
	 width: 168px;
}
body.senpai2015-report div#senpai_contents .slide_box .pager a, body.senpai2016-report div#senpai_contents .slide_box .pager a, body.senpai2017-report div#senpai_contents .slide_box .pager a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
body.senpai2015-report div#senpai_contents .slide_box .pager a.selected, body.senpai2016-report div#senpai_contents .slide_box .pager a.selected, body.senpai2017-report div#senpai_contents .slide_box .pager a.selected {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

/* リンク集
------------------------------------------------- */

body.obtalk div#col-main {
	float: none;
	width: 1010px;
}
body.obtalk div#col-main .chu {
	font-size: 80%;
}
body.obtalk div#col-main div.article, body.obtalk div#col-main h3 {
	border: 0;
	box-shadow: none;
}
body.obtalk div#col-main h3 {
	margin: 0 0 40px;
	padding: 0;
}
body.obtalk div#col-main div.box {
	font-size: 16px;
	margin: 0 40px 40px;
}
body.obtalk div#col-main div.box.table {
	display: table;
}
body.obtalk div#col-main p.point {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	background: #fff;
	border: 3px solid #ddd;
	border-radius: 5px;
}
body.obtalk p.point:after, body.obtalk p.point:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

body.obtalk p.point:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
body.obtalk p.point:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ddd;
	border-width: 19px;
	margin-left: -19px;
}
body.obtalk div#col-main h4, body.obtalk div#col-main h5 {
	background-color: transparent;
	border: 0;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
}
body.obtalk div#col-main h4 a, body.obtalk div#col-main h5 a {
	color: #2e91da;
}
body.obtalk div#col-main h4 span.cat {
	background-color: #ff5722;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	float: right;
	letter-spacing: 0.07em;
	padding: 5px 10px;
}
body.obtalk div#col-main h4 span.cat.event {
	background-color: #00b16a;
}
body.obtalk div#col-main h4 span.cat.service {
	background-color: #3a539b;
}
body.obtalk div#col-main div.half {
	border-right: 20px solid transparent;
	display: table-cell;
}
body.obtalk div#col-main div.half:nth-child(2) {
	border-right: 0;
	border-left: 20px solid transparent
}
body.obtalk div#col-main div.quarter {
	border: 10px solid transparent;
	display: table-cell;
	font-size: 95%;
	width: 25%;
}
body.obtalk div#col-main div#plus h4 {
	color: #e26a6a;
	font-size: 200%;
	font-weight: normal;
}
body.obtalk div#col-main div#plus div.box.table {
	border: 1px solid #e26a6a;
	padding: 10px;
}

/* 10年危機
------------------------------------------------- */

body.ten {
	background-color: #fff000;
}
body.ten div#col-main {
	float: none;
	width: 1010px;
}
body.ten div#col-main .chu {
	font-size: 80%;
}
body.ten div#col-main div.article {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	font-size: 120%;
}
body.ten div#col-main h3 {
	display: none;
}
body.ten div#col-main h4 {
	background-color: transparent;
	border: 0;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
}
body.ten div#header_box {
	position: relative;
}
body.ten div#header_box p#intro {
	bottom: -20px;
	left: 200px;
	position: absolute;
}
body.ten div#header_box p#intro > span {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 10px;
}
body.ten div.wrapper_box {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 60px;
	padding: 40px 20px;
}
body.ten div#col-main h5 {
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 220%;
	font-weight: normal;
	margin-bottom: 40px;
	padding: 20px;
}
body.ten div#col-main h5 > * {
	vertical-align: bottom;
}
body.ten div#col-main div.wrapper_box > div.box_imgright p {
	margin-bottom: 2em;
}
body.ten div#col-main h6 {
	font-size: 200%;
	font-weight: normal;
	margin-top: 40px;
}
body.ten div#col-main div.box_imgright.inner_box {
	border: 3px solid #666;
	border-radius: 10px;
	color: #666;
	margin: 0 0 10px;
	padding: 30px 40px;
}
body.ten div#col-main h7 {
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
body.ten div#col-main div.box_imgright.inner_box.pink {
	border-color: #ff002a;
	color: #ff002a;
	font-size: 110%;
}
body.ten div#col-main table.fee {
	margin: 40px 0 20px;
}
body.ten div#col-main table.fee th, body.ten div#col-main table.fee td {
	background-color: #fff000;
	padding: 10px;
}

/* WHS LP
------------------------------------------------- */

body.whs-campaign {
	position: relative;
}
body.whs-campaign #col-all a {
	color: #0382e2;
	text-decoration: underline;
}
body.whs-campaign #col-all .article {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
body.whs-campaign h2 {
	margin-bottom: 20px;
}
body.whs-campaign h3 {
	border-left: 8px solid #0382e2;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
	padding-left: 10px;
}
body.whs-campaign h3.big {
	border-left: none;
	padding-left: 0;
}
body.whs-campaign h3.big img {
	margin-right: 10px;
	vertical-align: middle;
}
body.whs-campaign h4 {
	border-bottom: 3px solid #0382e2;
	font-size: 160%;
	font-weight: normal;
	margin: 1em 0;
	padding: 5px;
}
body.whs-campaign h5 {
	font-size: 150%;
	font-weight: normal;
	margin: 2em 0 1em;
}
body.whs-campaign h5::before {
	color: #0382e2;
	content: "■";
	font-size: 0.8em;
	margin-right: 5px;
	vertical-align: middle;
}
body.whs-campaign h6 {
	font-size: 1rem;
	font-weight: normal;
	margin-top: 1em;
}
body.whs-campaign div#bg {
	left: 0;
	position: absolute;
	height: 500px;
	overflow: hidden;
	top: 150px;
	width: 100%;
	z-index: -1;
}
body.whs-campaign div#bg img {
	height: auto;
	width: 100%;
}
body.whs-campaign div#lead p {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
}
body.whs-campaign p {
	font-size: 1rem;
	line-height: 1.7em;
}
body.whs-campaign .small {
	font-size: 0.8rem;
}
body.whs-campaign ul.disc, body.whs-campaign ol.bullet_decimal {
	font-size: 1rem;
	line-height: 1.7em;
	margin: 10px 0 20px 20px;
}
body.whs-campaign .display-table {
	display: table;
	margin-bottom: 40px;
	width: 100%;
}
body.whs-campaign .display-table > div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
body.whs-campaign .display-table > div:first-child {
	border-right: 10px solid transparent;
}
body.whs-campaign .display-table > div:last-child {
	border-left: 10px solid transparent;
}
body.whs-campaign .display-table > div.panel {
	border-color: #eee;
}
body.whs-campaign .panel {
	background-color: #fff;
	margin: 40px 0;
	padding: 40px;
}
body.whs-campaign .article .navimenu {
	background-color: transparent;
	padding: 0;
}
body.whs-campaign .article .navimenu li {
	background: none;
	float: none;
	height: auto;
	padding-left: 0;
	width: auto;
}
body.whs-campaign #col-all .article .navimenu li a {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 180%;
	padding: 20px 0 20px 180px;
	position: relative;
	text-decoration: none;
}
body.whs-campaign .article .navimenu li a span {
	background-color: #fec313;
	color: #fff;
	left: 0;
	padding: 20px;
	position: absolute;
	letter-spacing: 0.1em;
	text-align: center;
	top: 0;
	width: 120px;
}
body.whs-campaign dl {
	font-size: 1rem;
	line-height: 1.7em;
	margin-top: 2em;
}
body.whs-campaign dt {
	background-color: #070b61;
	color: #fff;
	float: left;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	width: 180px;
}
body.whs-campaign dd {
	padding: 5px;
}
body.whs-campaign dd::after {
	clear: both;
	content: " ";
	display: block;
	margin-bottom: 5px;
}
body.whs-interview .article h3 {
	background-color: #c40024;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	margin: 0 40px;
	padding: 10px 20px;
}
body.whs-interview .article .box {
	padding: 40px;
}
body.whs-interview .article .box p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 2em;
}
body.whs-interview .article .box_imgright p {
	font-size: 13px;
	line-height: 1.5em;
}
body.whs-interview .article span.name {
	color: #c40024;
}
body.whs-interview .article .box_imgright {
	overflow: hidden;
	padding: 0 40px 80px;
}
body.whs-interview .article .box_imgright img {
	float: right;
	margin-left: 20px;
}
body.whs-interview .article #katsuryo {
	background-color: #eee;
	margin: 0 40px;
	padding-top: 40px;
}
body.whs-interview .article #display-table {
	display: table;
	width: 848px;
}
body.whs-interview .article #display-table > div {
	display: table-cell;
	width: 33.333%;
}
body.whs-interview .article #display-table > div:first-child {
	border-right: 10px solid transparent;
}
body.whs-interview .article #display-table > div:nth-child(2) {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
body.whs-interview .article #display-table > div:last-child {
	border-left: 10px solid transparent;
}
body.whs-interview .article .arrow-box {
	font-size: 13px;
	line-height: 1.5em;
	padding: 20px;
	position: relative;
	background: #fff;
}
body.whs-interview .article .arrow-box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

/* 母校支援
------------------------------------------------- */
body.category-support .container {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}
body.category-support #gmenu, body.category-support #footer {
	margin-bottom: 0;
	margin-top: 0;
}
body.category-support #main #main-head .topicpath, body.category-support #main #main-head .topicpath a {
	color: #fff;
	text-decoration: none;
}
body.category-support #support-head {
	background: url("../images/support/bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 20px 0 100px;
}
body.category-support #support-content {
	color: #333;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: -50px;
}
body.category-support #support-content h4 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", serif;
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
}
body.category-support #support-content h5 {
	align-items: center;
	display: flex;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 20px;
}
body.category-support #support-content h5 span {
	align-items: center;
	background-color: #8a0614;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	height: 70px;
	margin-right: 20px;
	justify-content: center;
	width: 70px;
}
body.category-support #support-content h6 {
	border-left: 6px solid #8a0614;
	font-weight: normal;
	margin-top: 30px;
	padding-left: 10px;
}
body.category-support #support-content p {
	margin-bottom: 1em;
}
body.category-support #support-content p:last-child {
	margin-bottom: 0;
}
body.category-support #support-content ul {
	margin: 10px 20px;
}
body.category-support .flex-box {
	display: flex;
}
body.category-support .lead {
	font-size: 20px;
	line-height: 1.5em;
}
body.category-support .panel {
	background-color: #fff;
	margin-bottom: 70px;
	padding: 30px;
}
body.category-support #panel-top {
	padding: 0;
}
body.category-support #panel-top > div:first-child {
	align-items: center;
	background-color: #333;
	background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 50%, rgba(68,68,68,1) 100%);
	background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(51,51,51,1) 50%,rgba(68,68,68,1) 100%);
	background: linear-gradient(to bottom, rgba(34,34,34,1) 0%,rgba(51,51,51,1) 50%,rgba(68,68,68,1) 100%);
	color: #c3c3c3;
	display: flex;
	flex-basis: 550px;
	padding: 30px 40px;
}
body.category-support #panel-top span {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #333333;
}
body.category-support #panel-top > div:nth-child(2) {
	align-items: center;
	display: flex;
}
body.category-support #panel-top > div:nth-child(3) {
	padding: 30px;
}
body.category-support .heading {
	align-items: center;
	margin-bottom: 30px;
}
body.category-support .heading > div:first-child {
	flex-shrink: 0;
}
body.category-support .heading > div:nth-child(2) {
	border-left: 1px solid #000;
	padding-left: 20px;
}
body.category-support .three-column {
	justify-content: space-between;
}
body.category-support .three-column > div {
	flex-basis: 32%;
}
body.category-support a.btn {
	background: url("../images/support/arrow.png") no-repeat 22px center #363636;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 12px 40px 12px 70px;
	text-decoration: none;
}
body.category-support #scholarship, body.category-support .comments {
	justify-content: space-between;
	margin: 20px 0;
}
body.category-support #scholarship > div {
	flex-basis: 13%;
	font-size: 12px;
	text-align: center;
}
body.category-support #scholarship a, body.category-support #two-column a {
	color: #880412;
	text-decoration: underline;
}
body.category-support .comments > div {
	align-items: center;
	display: flex;
}
body.category-support .comments div.bubble > p {
	background-color: #c3c3c3;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.7em;
	padding: 10px;
	position: relative;
}
body.category-support .comments div.bubble > p::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent #c3c3c3 transparent transparent;
	margin-top: -7px;
	position: absolute;
	right: 100%;
	top: 50%;
}
body.category-support .comments div.person > p {
	border-radius: 50%;
	line-height: 0;
	margin-right: 10px;
	overflow: hidden;
}
body.category-support #other-support {
	background-color: #262626;
	color: #fff;
	padding: 70px 0;
}
body.category-support .align-center {
	align-items: center;
}
body.category-support .align-center > div:nth-child(2) {
	flex-basis: 50%;
}
body.category-support #two-column {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
body.category-support #two-column > div {
	background-color: #fff;
	flex-basis: calc(49% - 40px);
	margin-bottom: 25px;
	padding: 20px;
}
body.category-support #two-column h5 {
	font-size: 20px;
	font-weight: bold;
	padding-right: 0;
	margin: 20px 0;
}
body.category-support #comments-hidden {
	display: none;
}
body.category-support #comments-show {
	text-align: center;
}

/* WHSポータル
------------------------------------------------- */
body.whs-portal #portal-content {
	color: #333;
	font-size: 16px;
	line-height: 1.7em;
}
body.whs-portal #portal-content a {
	color: #333;
	text-decoration: underline;
}
body.whs-portal .container {
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}
body.whs-portal #gmenu, body.whs-portal #footer {
	margin-bottom: 0;
	margin-top: 0;
}
body.whs-portal #portal-main {
	background-color: #22a7f0;
	min-height: 500px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
body.whs-portal #portal-main h2 {
	bottom: -10px;
	position: absolute;
	z-index: 0;
}
body.whs-portal #portal-nav {
	bottom: 60px;
	list-style: none;
	position: absolute;
	z-index: 99;
}
body.whs-portal #portal-nav li {
	display: inline-block;
	vertical-align: middle;
}
body.whs-portal #portal-nav a {
	align-items: center;
	background-color: #fff;
	box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.2);
	display: flex;
	font-size: 22px;
	font-weight: bold;
	height: 135px;
	justify-content: center;
	line-height: 1.2em;
	margin-right: 30px;
	text-decoration: none;
	width: 140px;
}
body.whs-portal #portal-nav li:first-child a {
	background-color: #f7b32b;
	color: #fff;
}
body.whs-portal #portal-nav li:last-child a {
	border: 5px solid #f7b32b;
	color: #f7b32b;
	height: 125px;
	width: 130px;
}
body.whs-portal a.btn {
	background-color: #f7b32b;
	box-shadow: 2px 2px 0px 2px rgba(0,0,0,0.2);
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	margin-top: 20px;
	max-width: 500px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 100%;
}
body.whs-portal #global {
	background-color: #fff;
}
body.whs-portal #global ul li {
	border-right: 2px solid #eee;
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	text-align: center;
	width: 24.5%;
}
body.whs-portal #global ul li:first-child {
	border-left: 2px solid #eee;
}
body.whs-portal #global a {
	color: #333;
	display: block;
	font-size: 20px;
	padding: 25px;
	text-decoration: none;
}
body.whs-portal .gray {
	padding: 80px 0;
}
body.whs-portal h3 {
	color: #333;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 60px;
	text-align: center;
}
body.whs-portal .two-column {
	display: flex;
	justify-content: space-between;
}
body.whs-portal .two-column > div {
	background-color: #fff;
	box-sizing: border-box;
	flex-basis: 49%;
	padding: 20px;
}
body.whs-portal #news > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 50px 20px;
}
body.whs-portal #news h4 {
	font-size: 24px;
	letter-spacing: 0.05em;
}
body.whs-portal #news #news-wrapper {
	flex-basis: 330px;
	font-size: 14px;
	line-height: 1.7em;
	max-height: 85px;
	overflow: auto;
}
body.whs-portal #news #news-wrapper dt {
	float: left;
}
body.whs-portal #news #news-wrapper dd {
	margin-left: 80px;
}
body.whs-portal #news span.number {
	color: #f7b32b;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px;
}
body.whs-portal #news span.number span {
	font-size: 30px;
}
body.whs-portal .smokey-gray {
	background-color: #ddd;
	padding: 80px 0;
}
body.whs-portal .smokey-gray .two-column > div {
	background-color: transparent;
	padding: 0;
}
body.whs-portal .important {
	background: url("../images/value/health/portal/line.png") repeat-x bottom;
	padding-bottom: 1px;
}
body.whs-portal .three-column {
	display: flex;
	justify-content: space-between;
}
body.whs-portal .three-column > div {
	flex-basis: 32%;
	position: relative;
}
body.whs-portal .three-column a img {
	vertical-align: bottom;
}
body.whs-portal .three-column .title {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	min-height: 155px;
	padding: 20px;
	position: absolute;
	width: 100%;
}
body.whs-portal .three-column .title span {
	background-color: #f7b32b;
	color: #000;
	display: inline-block;
	margin-bottom: 2px;
	padding: 2px 5px;
}
body.whs-portal #voice.two-column {
	flex-wrap: wrap;
	margin-top: 40px;
}
body.whs-portal #voice.two-column > div {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
}
body.whs-portal #voice.two-column > div figure {
	position: relative;
}
body.whs-portal #voice.two-column > div figure figcaption {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	left: 0;
	top: 0;
	padding: 2px 4px;
	position: absolute;
}
body.whs-portal #voice.two-column > div figure img {
	vertical-align: bottom;
}
body.whs-portal #voice.two-column > div .baloon {
	background-color: #0f3e66;
	color: #fff;
	flex-basis: 210px;
	font-size: 14px;
	line-height: 1.7em;
	padding: 10px;
	position: relative;
}
body.whs-portal #voice.two-column > div .baloon::before {
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #0f3e66 transparent transparent;
	content: "";
	width: 0;
	height: 0;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	right: 100%;
}
body.whs-portal #join {
	margin-bottom: 40px;
}
body.whs-portal #join.three-column > div {
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 20px 50px;
}
body.whs-portal #join h4 {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}
body.whs-portal .for-sp {
	display: none;
}

/* 回遊リンク
------------------------------------------------- */
#articles-rec {
	background-color: #fff;
	color: #333;
	font-size: 100%;
	line-height: 1.3em;
	margin: 40px 0;
}
#articles-rec > h3 {
	background-color: #8f0c17;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 15px 20px;
}
#articles-rec h4 {
	background-color: transparent;
	border: none;
	cursor: auto;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	font-size: 120% !important;
	margin: 10px 0 !important;
	padding: 0;
	text-align: left !important;
}
#articles-rec h4 a {
	color: #8f0c17;
	font-weight: bold;
	text-decoration: underline;
}
#articles-rec h4::before {
	content: none;
}
#articles-rec .rec-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
#articles-rec .rec-wrapper > div {
	flex-basis: 31%;
	flex-basis: calc(33.333% - 20px);
	position: relative;
}
#articles-rec .rec-wrapper > div::before {
	background-color: #ddd;
	content: "";
	height: 100%;
	left: 100%;
	margin-left: 10px;
	position: absolute;
	top: 0;
	width: 1px;
}
#articles-rec .rec-wrapper > div:last-child::before {
	content: none;
}
#articles-rec .rec-flex {
	display: flex;
}
#articles-rec .rec-flex figure {
	flex-basis: 150px;
	flex-shrink: 0;
	margin-right: 10px;
}
#articles-rec .rec-flex figure img {
	height: auto;
	width: 100%;
}
#articles-rec .rec-flex h4 {
	margin-top: 0 !important;
}