@charset "UTF-8";
/*---------------------------------------------------------------------------*/
/*-- 基本のテーブル --*/
/* line 6, ../sass/main.scss */
table {
  border-collapse: collapse;
  border: none;
}

/* line 10, ../sass/main.scss */
th {
  border: solid 1px #c1c1c1;
  text-align: left;
  background-color: #f1f1f1;
}

/* line 15, ../sass/main.scss */
td {
  border: solid 1px #c1c1c1;
}

/*-- 基本のリンクボタン --*/
/* line 20, ../sass/main.scss */
input.submit_button {
  margin: 10px;
  padding: 1px 8px;
  color: #333;
  border-top: solid 1px #8DB5A8;
  border-left: solid 1px #8DB5A8;
  border-right: solid 1px #65827A;
  border-bottom: solid 1px #65827A;
  background-color: #AFE0CC;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAFE0CC', endColorstr='#FF8DB5A8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNhZmUwY2MiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGI1YTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #afe0cc), color-stop(100%, #8db5a8));
  background-image: -moz-linear-gradient(top, #afe0cc 70%, #8db5a8 100%);
  background-image: -webkit-linear-gradient(top, #afe0cc 70%, #8db5a8 100%);
  background-image: linear-gradient(to bottom, #afe0cc 70%, #8db5a8 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 34, ../sass/main.scss */
input.submit_button2 {
  margin: 10px;
  padding: 0 0 0 11px;
  border: none;
  background: url(../imgs/allow-red.png) no-repeat left 5px;
  cursor: pointer;
  text-decoration: underline;
  color: #0033FF;
}

/*-- 基本のサブミットボタン --*/
/* line 45, ../sass/main.scss */
input#submit_button {
  margin: 10px;
  padding: 5px 10px;
  color: #333;
  border-top: solid 1px #b4b4b4;
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFE0DFDF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGRmZGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #eeeeee), color-stop(100%, #e0dfdf));
  background-image: -moz-linear-gradient(top, #eeeeee 70%, #e0dfdf 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 70%, #e0dfdf 100%);
  background-image: linear-gradient(to bottom, #eeeeee 70%, #e0dfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

/*---------------------------------------------------------------------------*/
/*-- ヘッダー --*/
/* line 62, ../sass/main.scss */
#header {
  width: 960px;
  height: 60px;
  margin: 3px auto 0;
  position: relative;
  z-index: 9;
}

/* line 69, ../sass/main.scss */
#header_left {
  float: left;
  margin: 0;
  width: 300px;
}

/* line 74, ../sass/main.scss */
#header_right {
  float: right;
  margin: 0;
  width: 660px;
}

/* line 79, ../sass/main.scss */
#main_title {
  clear: both;
  float: left;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 18rem;
  font-weight: bold;
  color: #941100;
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFEDEDED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #ededed 100%);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 93, ../sass/main.scss */
#topnavi {
  float: right;
  margin: 30px 10px 0 0;
  padding-right: 0px;
}
/* line 98, ../sass/main.scss */
#topnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 103, ../sass/main.scss */
#topnavi li {
  float: left;
  font-size: 9px;
  font-size: 11rem;
  padding: 0 20px 0 10px;
  list-style: none;
  background: url("/imgs/allow-gray.png") no-repeat 0px 0.3em;
}
/* line 111, ../sass/main.scss */
#topnavi a {
  color: #666;
  text-decoration: none;
}
/* line 115, ../sass/main.scss */
#topnavi a:hover {
  color: #666;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/*-- リダイレクトフォーム --*/
/* line 123, ../sass/main.scss */
#redirect_form {
  margin: 20px auto;
  width: 300px;
}
/* line 126, ../sass/main.scss */
#redirect_form form {
  margin: 10px auto;
}

/*---------------------------------------------------------------------------*/
/*-- ログインフォーム --*/
/* line 133, ../sass/main.scss */
#login_form {
  margin: 30px auto;
  padding: 0;
}
/* line 137, ../sass/main.scss */
#login_form table {
  width: 360px;
  margin: auto;
  padding: 0;
  border-collapse: collapse;
  border: none;
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFEDEDED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #ededed 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 148, ../sass/main.scss */
#login_form th {
  border: none;
  background: none;
  text-align: right;
}
/* line 153, ../sass/main.scss */
#login_form th.title {
  margin: 0;
  padding: 10px;
  color: #fff;
  background-color: #941100;
  font-size: 14px;
  font-size: 16rem;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  text-align: left;
}
/* line 163, ../sass/main.scss */
#login_form td {
  padding: 10px;
  text-align: left;
  border: none;
}
/* line 169, ../sass/main.scss */
#login_form input#submit_button {
  margin: 10px;
  padding: 10px;
  color: #fff;
  border-style: none;
  background-color: #941100;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  background-image: none;
}

/*---------------------------------------------------------------------------*/
/*-- コンテンツ --*/
/* line 183, ../sass/main.scss */
#content {
  float: left;
  margin: 1px;
  width: 762px;
}

/* line 188, ../sass/main.scss */
#content h2 {
  margin-bottom: 1em;
  font-size: 100%;
  background: url("/imgs/h2_bg_admin.png") left top no-repeat;
  height: 31px;
  line-height: 31px;
  padding-left: 17px;
}

/*---------------------------------------------------------------------------*/
/*-- エラーメッセージ --*/
/* line 199, ../sass/main.scss */
#err_msg_box {
  margin: 5px 15px 10px 0;
  padding: 5px 5px 5px 40px;
  color: #E84445;
  border: solid 1px #E84445;
  background: #FAF0F0 url("/imgs/err.png") 5px 3px no-repeat;
}

/*---------------------------------------------------------------------------*/
/*-- メインメニュー --*/
/* line 210, ../sass/main.scss */
#main_menu .menu_box {
  width: 720px;
  margin: 10px;
  display: table;
  background-color: #f5f5f5;
}
/* line 216, ../sass/main.scss */
#main_menu .menu_box .menu_list_box {
  padding: 10px 5px;
  display: table;
  background-color: #f5f5f5;
}
/* line 221, ../sass/main.scss */
#main_menu .menu_box .menu_list_box ul {
  list-style: none;
}
/* line 224, ../sass/main.scss */
#main_menu .menu_box .menu_list_box li {
  margin: 0.2em 0 0.5em 2em;
  padding: 3px 0 0 2px;
  float: left;
}
/* line 230, ../sass/main.scss */
#main_menu .menu_box .menu_list_box a {
  padding: 0 0 0 10px;
  background: url(../imgs/allow-gray2.png) no-repeat left 3px;
}
/* line 234, ../sass/main.scss */
#main_menu .menu_box .menu_list_box a:hover {
  color: #E84445;
  text-decoration: underline;
  background: url(../imgs/allow-red.png) no-repeat left 3px;
}
/* line 240, ../sass/main.scss */
#main_menu .menu_box .menu_list_box span.tooltip {
  position: relative;
  top: -1px;
  left: 0;
  cursor: pointer;
  color: #fff;
  padding: 0 2px;
  background-color: #c60;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 251, ../sass/main.scss */
#main_menu .menu_box .menu_list_box span.tooltip span {
  display: none;
}
/* line 254, ../sass/main.scss */
#main_menu .menu_box .menu_list_box span.tooltip:hover span {
  display: inline;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  padding: 5px;
  border: solid 1px #2C664E;
  color: #000;
  background: #eef5ee;
  font-size: 12px;
  font-size: 14rem;
  line-height: 1.3em;
  cursor: pointer;
}
/* line 271, ../sass/main.scss */
#main_menu .menu_box p.menu_exp {
  font-size: 11px;
  font-size: 13rem;
  border: solid 1px #fff;
  width: 176px;
  height: 58px;
  margin: 2px 0 0 -8px;
  padding: 4px;
}
/* line 281, ../sass/main.scss */
#main_menu .menu_box p.menu_heading {
  padding: 5px;
  color: #fff;
  background-color: #2C4E66;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF255377', endColorstr='#FF2C4E66');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NTM3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNGU2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #255377), color-stop(100%, #2c4e66));
  background-image: -moz-linear-gradient(top, #255377 0%, #2c4e66 100%);
  background-image: -webkit-linear-gradient(top, #255377 0%, #2c4e66 100%);
  background-image: linear-gradient(to bottom, #255377 0%, #2c4e66 100%);
}

/*---------------------------------------------------------------------------*/
/*-- サイドメニュー --*/
/* line 292, ../sass/main.scss */
#side_menu {
  float: left;
  width: 180px;
  margin: 1px auto;
  padding: 8px;
  border-top: 3px solid #ccc;
}
/* line 299, ../sass/main.scss */
#side_menu li {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
}
/* line 305, ../sass/main.scss */
#side_menu a {
  color: #666;
  display: block;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  background: url(/imgs/circle-gray.png) 3px 13px no-repeat;
  font-size: 12px;
  font-size: 14rem;
}
/* line 314, ../sass/main.scss */
#side_menu a:hover {
  color: #E84445;
  background: url(/imgs/circle-red.png) 3px 13px no-repeat;
}

/*---------------------------------------------------------------------------*/
/*-- 会員情報検索フォーム --*/
/* line 322, ../sass/main.scss */
#search_form {
  margin: 10px auto;
  padding: 0 0 0 20px;
}
/* line 326, ../sass/main.scss */
#search_form th {
  padding: 10px;
  white-space: nowrap;
}
/* line 330, ../sass/main.scss */
#search_form td {
  padding: 10px;
}
/* line 334, ../sass/main.scss */
#search_form #template_check {
  margin: 5px;
  padding: 5px;
  border: solid 1px #f1f1f1;
}
/* line 340, ../sass/main.scss */
#search_form p {
  margin: 5px 0;
}

/*-- 会員情報検索結果 --*/
/* line 346, ../sass/main.scss */
#search_result {
  margin: 10px auto;
  padding: 0 0 0 20px;
}
/* line 350, ../sass/main.scss */
#search_result table {
  margin: 10px 0 20px 0;
}
/* line 353, ../sass/main.scss */
#search_result th {
  padding: 5px;
  border: solid 1px #c1c1c1;
}
/* line 357, ../sass/main.scss */
#search_result td {
  padding: 5px;
}
/* line 361, ../sass/main.scss */
#search_result p {
  margin: 5px 0 15px 0;
}

/*-- 検索条件 --*/
/* line 367, ../sass/main.scss */
#search_conds {
  margin: 5px 10px 0px -5px;
  padding: 5px;
  background-color: #f0f0f5;
}

/*- 表示項目テンプレートセレクト -*/
/* line 373, ../sass/main.scss */
#search_template {
  margin: 5px 0 10px 0;
}

/*-- 会員情報編集フォーム --*/
/* line 378, ../sass/main.scss */
#member_edit {
  margin: 10px auto;
  padding: 0 5px;
}
/* line 382, ../sass/main.scss */
#member_edit table {
  margin: 10px 0 20px 5px;
}
/* line 385, ../sass/main.scss */
#member_edit th {
  padding: 5px;
  white-space: nowrap;
}
/* line 389, ../sass/main.scss */
#member_edit td {
  padding: 5px;
}
/* line 392, ../sass/main.scss */
#member_edit table.no_border td {
  border: none;
  background-color: #f5f5f5;
}
/* line 397, ../sass/main.scss */
#member_edit h3 {
  width: 700px;
  margin-top: 10px;
  padding: 3px 3px 3px 5px;
  background-color: #f1f1f1;
  border-left: solid 5px #A1DAC1;
  font-weight: normal;
}
/* line 404, ../sass/main.scss */
#member_edit h3 a {
  display: block;
  float: right;
  margin-right: 10px;
}
/* line 411, ../sass/main.scss */
#member_edit p.require_txt {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #E84445;
}
/* line 420, ../sass/main.scss */
#member_edit a.link {
  color: #0033FF;
  text-decoration: underline;
  padding: 10px 5px 5px 20px;
  background: url(/imgs/allow-blue.png) 3px 13px no-repeat;
}
/* line 426, ../sass/main.scss */
#member_edit a.link:hover {
  color: #E84445;
  text-decoration: underline;
  background: url(/imgs/allow-red.png) 3px 13px no-repeat;
}
/* line 432, ../sass/main.scss */
#member_edit h4 {
  width: 700px;
  margin: 5px 0 0 5px;
  padding: 0 0 0 4px;
  border-left: solid 5px #A1DAC1;
  border-bottom: solid 1px #A1DAC1;
  font-weight: normal;
}

/*-- 会員情報変更履歴 --*/
/* line 443, ../sass/main.scss */
#change_history {
  margin: 10px auto;
  padding: 0;
}
/* line 447, ../sass/main.scss */
#change_history table {
  margin: 10px 0 20px 0;
}
/* line 450, ../sass/main.scss */
#change_history th {
  padding: 5px;
  font-weight: normal;
}
/* line 454, ../sass/main.scss */
#change_history td {
  padding: 5px;
}
/* line 457, ../sass/main.scss */
#change_history th.change {
  background-color: #ff9999;
}
/* line 460, ../sass/main.scss */
#change_history td.change {
  background-color: #ff9999;
}
/* line 464, ../sass/main.scss */
#change_history td.outside {
  border: none;
}

/*-- 新規会員情報追加 --*/
/* line 470, ../sass/main.scss */
#upload_csv_user {
  margin: 10px auto;
  padding: 0 0 0 20px;
}
/* line 474, ../sass/main.scss */
#upload_csv_user table {
  margin: 10px 0 20px 0;
}
/* line 477, ../sass/main.scss */
#upload_csv_user th {
  padding: 5px;
  border: solid 1px #c1c1c1;
}
/* line 481, ../sass/main.scss */
#upload_csv_user td {
  padding: 5px;
}

/*-- ページング表示 --*/
/* line 487, ../sass/main.scss */
.paging_box {
  text-align: right;
  margin-top: -15px;
}

/*-- 学会・セミナー編集フォーム --*/
/* line 493, ../sass/main.scss */
#seminar_edit {
  margin: 10px auto;
  padding: 0 5px;
}
/* line 497, ../sass/main.scss */
#seminar_edit table {
  margin: 10px 0 20px 5px;
  width: 700px;
}
/* line 501, ../sass/main.scss */
#seminar_edit th {
  padding: 5px;
  white-space: nowrap;
  width: 150px;
}
/* line 506, ../sass/main.scss */
#seminar_edit td {
  padding: 5px;
}
/* line 510, ../sass/main.scss */
#seminar_edit p {
  width: 700px;
  margin-top: 10px;
  padding: 3px 3px 3px 5px;
  background-color: #f1f1f1;
  border-left: solid 5px #A1DAC1;
}
/* line 516, ../sass/main.scss */
#seminar_edit p a {
  display: block;
  float: right;
  margin-right: 10px;
}
/* line 523, ../sass/main.scss */
#seminar_edit p.require_txt {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #E84445;
}
/* line 532, ../sass/main.scss */
#seminar_edit p.add {
  width: auto;
  margin: 2px 0;
  padding: 0;
  background: none;
  border: none;
}
/* line 540, ../sass/main.scss */
#seminar_edit a.link {
  color: #0033FF;
  text-decoration: underline;
  padding: 10px 5px 5px 20px;
  background: url(/imgs/allow-blue.png) 3px 13px no-repeat;
}
/* line 546, ../sass/main.scss */
#seminar_edit a.link:hover {
  color: #E84445;
  text-decoration: underline;
  background: url(/imgs/allow-red.png) 3px 13px no-repeat;
}
/* line 552, ../sass/main.scss */
#seminar_edit ul {
  list-style: none;
}
/* line 555, ../sass/main.scss */
#seminar_edit li.pdf {
  margin: 0;
  padding: 4px 0 3px 18px;
  background: url(../imgs/pdf.png) no-repeat left 5px;
}
/* line 561, ../sass/main.scss */
#seminar_edit input[type="file"] {
  margin-top: 5px;
}
/* line 565, ../sass/main.scss */
#seminar_edit img {
  padding: 3px;
  max-width: 200px;
}
