/* CSS Document */

@charset "Shift_JIS";

/* 全体構造 
------------------------------------------------ */

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

html {
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

textarea,
input,
select {
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.itemlist textarea {
	max-width: 500px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #999999;
	background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="button"],
input[type="submit"],
select:focus {
	outline: none;
	border-radius: 0;
	border: 1px solid #0a385b;
	background-color: #ffffff
}

select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
	background-color: #ececec;
	cursor: not-allowed;
}

input[type="text"] {
	padding: 4px 0.4em;
	line-height: 18px;
}

select {
	padding: 3px;
	padding-left: 0.4em;
	border-radius: 0;
	border: 1px solid #999999;
	background-color: #ffffff;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

#confirm-btn,
#forward-btn,
#register-btn {
	padding: 15px;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 2px 0 rgba(0,0,0,0.2);
	background-color: #155483;
	background-position: 98% center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	min-width: 200px;
}

#confirm-btn:hover,
#forward-btn:hover,
#register-btn:hover {
	background-color: #0A385B;
}

#confirm-btn:disabled,
#forward-btn:disabled,
#register-btn:disabled,
input[type="button"]:disabled,
#confirm-btn:disabled:hover,
#forward-btn:disabled:hover,
#register-btn:disabled:hover,
input[type="button"]:disabled:hover {
	background-color: #999999;
	cursor: not-allowed;
}

input[type="button"] {
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 0 rgba(0,0,0,0.2);
	background: #f8f8f8;
	color: #333333;
	font-size: 15px;
	text-align: center;
	min-width: 100px;
}

input[type="button"]:hover {
	background: #f0f0f0;
	text-decoration: none;
}

#back-btn {
	padding: 10px;
	border: 1px solid #d6d6d6;
	background: #ececec;
}

#back-btn:hover {
	background: #f8f8f8;
	text-decoration: none;
}

/* 体裁
------------------------------------------------ */
#container {
	margin: 0 auto;
	padding: 0 20px 5px;
	width: 750px;
	background-color: #ffffff;
}

.blockAdjust1 {
	margin: 0 0 10px 0;
}

/* ヘッダ 全ページ統一
------------------------------------------------ */
.headerimg, .headertext {
	margin: 0;
	padding: 5px 0 0 0;
}

.headerimg h1 {
	margin: 0;
/*
	padding: 5px;
*/
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.headertext h1 {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 200%;
	color: #0793C6;
	background: #FFFFFF;
}

p {
	margin: 2px 0;
	padding: 0 0 0 5px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* 購読部数 */
.koudokubusu{
	text-align: center;
	margin: 10px 0 0 0;
}

.koudokubusuTable {
	padding: 0;
	width: 748px;
	border-collapse: collapse;
	font-size: 80%;
	font-weight: normal;
}

.koudokubusu1{
	margin: 0;
	padding: 2px;
	width: 200px;
	border-top: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	background: url("../img/BoxBackImg.aspx?bw=750&hw=200&hc=F1F1F1&cc=ffffff&lc=D9D9D9&bbw=1");
}
.koudokubusu2{
	margin: 0;
	padding: 2px;
	border-top: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	background: #ffffff;
}
.koudokubusu_err{
	text-align:left;
}

/* セミナー */
.seminar table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 750px;
	text-align: left;
	border-collapse: collapse;
}

/* セミナー(ヘッダ) */
.seminar th {
	margin: 0;
	padding: 10px;
	border: solid 1px #D9D9D9;
	background: #F1F1F1;
}

/* セミナー(カラム) */
.seminar td {
	margin: 0;
	padding: 10px;
	border: solid 1px #D9D9D9;
	background: #ffffff;
}

.seminar td.checkbox {
	text-align: center;
	width: 60px;
}

.seminar td.col1 {
	width: 170px;
}


/* ラジオチェック複合型 */
#complex table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 750px;
	text-align: left;
	border-collapse: collapse;
}

/* ラジオチェック複合型(ヘッダ) */
#complex th {
	margin: 0;
	padding: 5px;
	border: solid 1px #D9D9D9;
	background: #F1F1F1;
	text-align: center;
}

/* ラジオチェック複合型(ヘッダータイトル部) */
#complex th#complexTitle {
	text-align: left;
}

/* ラジオチェック複合型(カラム) */
#complex td {
	margin: 0;
	padding: 5px;
	border: solid 1px #D9D9D9;
	background: #ffffff;
}

#complex td.checkbox {
	text-align: center;
	width: 80px;
}

#complex td.col1 {
	width: 170px;
}

#complex p {
	text-align: left;
}

/* ボックス（横タイプ） */

.boxClosswise {
	border: solid 1px #D9D9D9;
	width: 748px;
	margin: 0;
	padding: 5px 0;
	border-top: none;
	/* 背景画像 */
	background: url("../img/BoxBackImg.aspx?bw=750&hw=200&hc=F1F1F1&cc=ffffff&lc=D9D9D9&bbw=1");
	clear: both;
}

.ClossboxTop {
	margin: 10px 0 0 0;
	border: solid 1px #D9D9D9;
}

.boxClosswise .header {
	margin: auto;
	padding:10px;
	width: 180px;
	float: left;
/*	background: #F1F1F1;*/
}
.boxClosswise .header .itemname {
	text-align: right;
}

.boxClosswise .content {
	margin: 0;
	padding: 5px 5px 10px 5px;
	width: 537px;
	text-align: left;
	font-weight: normal;
	float: right;
	background: #ffffff;
}

.boxClosswise .confcontent {
	margin: 0;
	padding: 10px 5px 5px 5px;
	width: 537px;
	text-align: left;
	font-weight: normal;
	float: right;
	background: #ffffff;
}

/* ボックス（縦タイプ） */

.boxLengthwise {
	border: solid 1px #D9D9D9;
	width: 748px;
	margin: 0;
	padding: 0;
	border-top: none;
}

.LengthboxTop {
	margin: 10px 0 0 0;
	border: solid 1px #D9D9D9;
}

.boxLengthwise .header {
	text-align: left;
	margin: 0;
	padding: 10px;
	border-bottom: none 1px #D9D9D9;
	background: #F1F1F1;
}

.boxLengthwise .content {
	margin: 0;
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-weight: normal;
	background: #ffffff;
}

.boxLengthwise .confcontent {
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	background: #ffffff;
}

.noborder {
	border-bottom: none;
}

.content .center {
	text-align: center;
}

#container .left {
	text-align: left;
}

#container .right {
	text-align: right;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* 複数列（２列用）*/
.line2 {
	width: 40%;
	float: left;
}

/* 複数列（３列用）*/
.line3 {
	width: 33%;
	float: left;
}

/* 複数列（４列用）*/
.line4 {
	width: 25%;
	float: left;
}
.line {
	height: 99%;
}


/* 文字 - 見出し */
.midashi {
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 130%;
	color: #333333;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
}

/* 文字 - 小見出し */
.komidashi {
	margin: 10px 0 5px 0;
	padding: 5px;
	font-size: 90%;
	color: #FFFFFF;
	background: #747474;
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目名・設問 */
.itemname {
	text-align: left;
	font-size: 90%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - リスト */
.itemlist {
	text-align: left;
	vertical-align: middle;
	font-size: 90%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

.itemlist label {
	padding: 5px;
	line-height: 2em;
}

.itemlist input[type="text"]{
	margin: 0 2px;
	padding: 4px 0.4em;
	line-height: 15px;
}

/* 文字 - 項目ラベル */
.itemlabel {
	text-align: left;
	font-size: 90%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目補足説明 */
.assist {
	text-align: left;
	font-size: 85%;
	color: #888888;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目入力例・注記 */
.example {
	text-align: left;
	font-size: 85%;
	color: #0793C6;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 説明文 */
.writing {
	text-align: left;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin: 20px 0;
	line-height: 1.3em;
}

/* 文字 - 必須 */
.necessary {
	font-weight: bold;
	font-size: 90%;
	color: #FC6565;
}

/* 文字 - 確認画面（先頭末尾） */
.confirm {
	font-weight: normal;
	font-size: 100%;
	color: #334433;
	margin: 10px 0 0 0;
}

/* 文字 - 確認画面（入力内容） */
.confcontent p {
	font-weight: normal;
	font-size: 100%;
	color: #334433;
}

/* 文字 - 完了画面 */
.complete {
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	color: #334433;
}

/* 文字 - 期間外画面 */
.overtime {
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	color: #334433;
}

/* 文字 - カスタム１ */
.custom1 {
	text-align: right;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム２ */
.custom2 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム３ */
.custom3 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム４ */
.custom4 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム５ */
.custom5 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* セミナータイトル */
.seminarTitle {
/*	width: 658px; */
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 5px;
	font-weight: bold;
	color: #006CB5;
}

.seminarTitleBig {
	font-size: 150%;
}

.seminarTitleSmall {
	font-size: 90%;
}
/* 確認画面
------------------------------------------------ */

#confirmtext{
	margin: 10px 0 0 0;
}

/* 受付完了
------------------------------------------------ */
#completeBox {
	margin: 20px 0;
	padding: 10px;
}

/* 画面メッセージ
------------------------------------------------ */
#messageBox {
	margin: 50px 0;
	padding: 10px;
}


/* 登録
------------------------------------------------ */
#submitBox {
	margin: 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	background: #ffffff;
}

.submit-btn {
	font-size: 90%;
	width: 100px;
}

.back-btn {
	font-size: 90%;
	width: 100px;
}

.close-btn {
	font-size: 90%;
	width: 100px;
}

/* ご利用規約
------------------------------------------------ */
#agreement {
/* 幅、高さ */
	width: 500px;
	height: 150px;
	overflow: auto;
	margin: 15px auto 5px auto;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	background: #FFF;
	border: solid 1px #CCC;
}

#agreementBox .header {
	margin: 15px 0 5px 0;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	background: #cccFFF;
}

#agreementBox .boxLengthwise {
	border: none;
}

#agreementBox textarea {
	font-weight: normal;
	font-size: 100%;
}

#agreementBox .center {
	text-align: center;
}

#agreementBox p {
	color: #000;
}

#agreement {
	font-weight: normal;
	font-size: 80%;
}

/* フッタ
------------------------------------------------ */
#footer {
	margin: 0;
	padding: 0;
	background: #0A385B;
}

#footer p {
	margin: 0;
	padding: 16px 0;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

/* 画面上部エラーメッセージ */
.headererror {
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #d75655;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

.error {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
	background: #d75655;
	color: #ffffff;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 80%;
}

.error:before {
	content: "";
	display: block;
	position: absolute;
	border: 5px solid transparent;
	-webkit-transform: scaleX(.6);
	transform: scaleX(.6);
	top: -10px;
	left: 12px;
	border-bottom-color: #d75655;
}

/* メッセージ画面用文言 */
.message {
	font-weight: normal;
	font-style: normal;
	color: #000;
}

/* 拡張定義 */


/* CSS clearfix Hack
------------------------------------------------ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

span.default_on{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	position:absolute;
	padding:.4em 3px .1em;
	color:#666;
}
span.default_off{
	display:none;
}
td.explanation{
	border-width: thin; border-style: outset;
}


/* プレゼント */
.present table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 85%;
	text-align: left;
	border-collapse: collapse;
}

/* プレゼント(ヘッダ) */
.present th {
	width: 20%;
	margin: 0;
	padding: 5px;
	border: solid 1px #D9D9D9;
	background: url("../img/BoxBackImg.aspx?bw=750&hw=200&hc=F1F1F1&cc=ffffff&lc=D9D9D9&bbw=1");
	font-weight: normal;
	font-size: 80%;
	color: #334433;
}

/* プレゼント(カラム) */
.present td {
	margin: 0;
	padding: 5px;
	border: solid 1px #D9D9D9;
	background: #ffffff;
	font-weight: normal;
	font-size: 80%;
	color: #334433;
}

/* ReadOnly用スタイル */
.readOnly {
	background-color: #E3E3E3;
	color: #404040;
}

.payMethod_top {
	text-align:left;
	padding:5px 0;
	margin:10px 0 0 0;
	color:#333333;
}

.payMethod_midashi {
	text-align:left;
	border-top:1px solid #0a385b;
	border-bottom:1px dotted #d6d6d6;
	padding:5px 0;
	margin:25px 0 15px 0;
	color:#333333;
}

/*=4946header
------------------------------------------*/
.n4-head-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #DDDDDD;
}
.n4-head-area {
	position: relative;
	height: 70px;
}
.n4-head-wrap .n4-inner {
	width: 998px;
	margin: 0 auto;
}
.n4-head-area .head-logo {
	margin: 0 0 0 20px;
	padding-top: 10px;
}
.n4-head-area .head-logo a {
	display: block;
	width: 260px;
	height: 48px;
}
.n4-head-area .head-logo a img {
	width: 100%;
}
.n4-head-area .head-nk {
	position: absolute;
	bottom: 9px;
	right: 0;
	margin-right: 20px;
	width: 190px;
}
.n4-head-area .head-nk img {
	width: 100%;
}

/*=4946footer
------------------------------------------*/
.n4-foot-wrap {
	display:block;
	margin:0;
	padding:0;
	font-size: 10px;
	line-height: 1.4;
	color: #333;
	text-align: left;
}
.n4-foot-wrap * {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.n4-foot-wrap a:link {
	color: #0066B7;
	text-decoration: none;
}
.n4-foot-wrap a:visited {
	color: #0066B7;
	text-decoration: none;
}
.n4-foot-wrap a:active,a:hover {
	color: #0080E4;
	text-decoration: underline;
}
.n4-base-footer  {
	margin: 0;
	padding: 0 0 32px;
	min-width: 998px;
	border-top: 2px solid #DDDDDD;
	background: #F9F9F9;
}
.n4-base-footer .n4-inner {
	width: 998px;
	margin: 0 auto;
}
.n4-base-footer .n4-inner small {
	font-size: 100%;
}
.n4-base-footer .n4-inner dl,
.n4-base-footer .n4-inner dt,
.n4-base-footer .n4-inner dd,
.n4-base-footer .n4-inner ul,
.n4-base-footer .n4-inner li {
	margin: 1.4em 0 .6em;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap: break-word;
}
.n4-base-footer .n4-inner dt em,
.n4-base-footer .n4-inner .n4-foot-co em {
	font-style:normal;
	font-weight: bold;
}
.n4-base-footer .n4-inner .n4-foot-co i {
	font-style:normal;
}
.n4-base-footer .n4-inner dl {
	margin: 20px 20px 10px;
}
.n4-base-footer .n4-inner dt {
	display: block;
	margin: 0;
	padding: 0 0 5px;
	color: #555555;
	font-size: 12px;
}
.n4-base-footer .n4-inner dt em {
	font-size: 14px;
}
.n4-base-footer .n4-inner dd {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.n4-base-footer .n4-inner dd a {
	color: #202025;
}
.n4-base-footer .n4-inner dd ul.n4-linelist {
	list-style:none;
	margin:0;
	padding:0;
	letter-spacing:-0.4em;
}
.n4-base-footer .n4-inner dd ul.n4-linelist li {
	margin:0;
	word-spacing:normal;
	letter-spacing:normal;
	line-height: 1;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 6px;
	border-left: 1px solid #202025;
}
.n4-base-footer .n4-inner dd .n4-linelist li:first-child {
	border: none;
	padding-left: 0;
}
.n4-base-footer .n4-inner .n4-foot-co {
	display: block;
	margin: 32px  auto 0;
	text-align: center;
}
.n4-base-footer .n4-inner .n4-foot-co em {
	display: inline-block;
	width: 80px;
	height: 15px;
}
.n4-base-footer .n4-inner .n4-foot-co em img {
	width: 100%;
}

/* modal */
/************************************************************************************/
.overlay-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	overflow: auto;
}
.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120%;
	background: url("../img/modal_bg.png")\9;
	background: rgba(0,0,0,.5);
	z-index: 120;
}
.modal-base {
	position: absolute;
	margin: auto;
	padding: 20px 4%;
	width: 570px;
	max-width: 620px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 35%;
	font-size: 14px;
	box-sizing: border-box;
	height: 320px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.modal-box {
	display: none;
	min-height: 80px;
}
.modal-box.disp {
	display: block;
}
a.close-btn {
	display: block;
	margin: 0 auto;
	width: 55%;
	line-height: 34px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	color: #333333;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
a.close-btn:hover {
	background: #f0f0f0;
}
a.close-btn i:before {
	content: "×";
	margin-right: 0.5em;
}
.close-btn2 {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	cursor: pointer;
}
.close-btn2 img {
	width: 100%;
}
html.ovlay-ie {
	overflow-y: hidden;
}
.ovlay-ie body {
	width: 100%;
	overflow-y: hidden;
}
.ovlay-ie .wrap-all {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
.ovlay body {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}
.ovlay .wrap-all {
	overflow-y: scroll;
}
.ovlay-sp {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
.ovlay-sp body {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
.ovlay-sp .wrap-all {
	position: fixed;
	left: 0;
	width: 100%;
}
html.ovlay-ad {
	overflow-y: hidden;
}
.ovlay-ad body {
	overflow-y: hidden;
}
.ovlay-ad .wrap-all {
	overflow-y: scroll;
}
.try-modal-ttl {
	text-align: left;
	display: block;
	margin-bottom: .3em;
	line-height: 1.4;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: bold;
}
.laybox-foot {
	width: 100%;
	padding: 32px 0 0px 0;
	text-align: center;
}
.laybox-foot a {
	display: block;
}
.laybox-foot a.ssb-btn-m1 {
	display: block;
	margin: 0 auto;
	width: 55%;
}
.modal-box .ssb-form-search {
	border: none;
}
.modal-box .ssb-form-search label.lbcol {
	display: table;
	width: 100%;
}
.modal-box .ssb-form-search label {
	padding: 6px 0;
	vertical-align: middle;
}
.modal-box .ssb-form-search label span.lb {
	display: table-cell;
	padding-right: 0.5em;
	width: 4.5em;
	vertical-align: middle;
	text-align: right;
	line-height: 1.2;
}
.modal-box .ssb-form-search label span.lb+span {
	display: table-cell;
	vertical-align: middle;
}
.modal-box .ssb-form-search select {
	min-width: 100%;
}
.modal-box {
	height: 200px;
}