@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #444;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*全体の文字サイズ/行間、フォント*/
	background: #e5e5e5 url(../images/bg.gif);	/*背景色、背景画像の読み込み*/
        -webkit-print-color-adjust: exact; //印刷時に背景色を表示するために必要（参考：http://hacknote.jp/archives/11460/）
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	/*border-collapse:collapse;*/
	font-size: 100%;
	/*border-spacing: 0;*/
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #033776;	/*リンクテキストの色*/
        text-decoration: underline;
}
a:hover {
	color: #033776;			/*マウスオン時の文字色（全体）*/
}
a:visited {
	color: #033776 ;
}

/*非表示
---------------------------------------------------------------------------*/
.nodisp {
        display: none;
}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 966px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*背景色*/
	border-top: 5px solid #0e36ca;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左の線の幅、線種、色*/
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 125px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 4px;	/*ヘッダーブロックに対して上から24pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 14px;
	position: absolute;
	top: 52px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	left: 12px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #666;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}
/*h1見出しタグ設定*/
#header p#login-user {
	font-size: 12px;	/*文字サイズ*/
	line-height: 14px;
	position: absolute;
	top: 98px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	left: 17px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #666;	/*文字色*/
	display: none;   /* ajaxの影響で伸び縮みするので読み込み時は非表示としjsで表示する  */
}

/*ヘッダの連絡先*/
#header div#head-contact {
	width: 284px;
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}
#header div#head-contact p.contact-prefix {
	font-size: 14px;
	margin: 2px 0 0 0;
	text-align: left;
	font-weight: bold;
}
#header div#head-contact p.contact-tel {
	margin-top: 2px;
	margin-bottom: 0;
	font-weight: bold;
	color: #372B99;
	line-height: 130%;
	text-align: right;
}
#header div#head-contact p.contact-tel span.branch {
	display: block;
	width: 51px;
	float: left;
	margin-top: 2px;
	margin-right: 12px;
	clear: both;
}
#header div#head-contact p.contact-tel span.tel-number {
	font: bold 36px/1.1 Arial, Helvetica, sans-serif;
	margin-top: 2px;
	display: block;
	float: right;
}

#header div#head-contact p.contact-suffix {
	font-size: 10px;
	margin: 5px 0 0 0;
	text-align: right;
	clear: both;
}


/*プリローダー
---------------------------------------------------------------------------*/
#preloader {
    text-align: center;
    margin-top: 50px;
}


/*ログインページの左コンテンツ
---------------------------------------------------------------------------*/
#left-pane {
        width: 660px;
        float: left;
        margin-bottom: 100px;
}
#left-pane .search_box {
        border: solid 1px #666666;
        background: url(../images/online/bg_info_head.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        width: 612px;
}

#left-pane .search_box .top_info_title {
        margin-top: 24px;
        text-align: center;
}

#left-pane .search_box .online-form-description {
        text-align: right;
        margin-right: 30px;
        margin-bottom: 30px;
}

#left-pane .online-form {
        width: 446px;
        margin-bottom: 40px;
}

#left-pane .online-form form .row {
        margin-bottom: 20px;
}

#left-pane .online-form form label {
        width: 120px;
}
#left-pane .online-form form input#datepicker,
#left-pane .online-form form input#arap-text {
        width: 240px;
}
#left-pane .online-form form input#deap-text {
        width: 201px;
}

/* datepicker */
.ui-datepicker {
        z-index: 1000 !important;
}

/* submitボタン用のポインタ */
.pointer {
        cursor:pointer;
}


/* 発地着地のドロップダウンメニュー (オンライン予約の"/css/front/base.css"より) */

/* bootstrap dropdown-submenu */
.dropdown-submenu { /* position: relative; */ position: static; cursor: pointer; }
.dropdown-submenu .glyphicon { font-size: 0.5em; margin: 0 0 0 5px; vertical-align: middle; }
.dropdown-submenu > div { font-size: 14px; }
.dropdown-submenu>.dropdown-menu { top: 0; left: 90%; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); /* margin-top: -6px; */ margin-top: -1px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover>.dropdown-menu { /* display: block; */ }
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { /* border-left-color: #fff; */ }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
/* bootstrap dropdown-submenu */
.dropdown-menu .dep-code,
.dropdown-menu .arr-code,
.dropdown-menu .time-code,
.dropdown-menu .type-code { cursor: pointer; }
.dropdown-menu > li > span { clear: both; color: #333; display: block; font-weight: 400; line-height: 1.42857; padding: 3px 20px; white-space: nowrap; }
.dropdown-parent { /z-index: 5; }


/*ログインページの右コンテンツ
---------------------------------------------------------------------------*/
#right-pane {
        width: 270px;
        float: right;
}
p#errorMsg {
	margin: 25px auto 5px auto;
	line-height: 150%;
	color: #dc143c;
	font-size: 120%;
}
#login-title {
        margin: 0 7px 0 0;
        text-align: left;
        border: 1px solid #999;
        padding-left: 10px;
        color: #FFFFFF;
        background-color: #999;
        line-height: 200%;
        height: 29px;
}
#login {
	margin: 0 7px 0 0;
	text-align: center;
	border: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
#login div.login-form-group {
        margin-bottom: 26px;
}
#login div.login-form-group p {
        width: 226px;
        margin: 0 auto 20px auto;
        text-align: left;
        
}
#login div.login-form-group p.login-label {
        margin-bottom: 0;
}
#login div.login-form-group p.login-form {
        margin-top: 5px;
        margin-bottom: 10px;
}

#login div.login-form-group p #user-id,
#login div.login-form-group p #user-pw {
        width: 100%;
        margin-bottom: 10px;
}

#login div.login-form-group p.login-stay {
        text-align: center;
}
#login div.login-form-group p.submit {
        text-align: center;
}
#login p.submit {
	margin-top: 10px;
	margin-bottom: 40px;
}
#login p.submit #login-submit {
	width: 120px;
	height: 32px;
}
p.reissuePw,
p.issueNewPw,
p.newEntry {
	width: 100%;
	text-align: center;
}
p.msg-note {
        font-size: 80%;
}


/*メンテナンス中ページ
---------------------------------------------------------------------------*/
#mainte {
	margin: 0 auto 40px auto;
	text-align: center;
	border: 1px solid #999;
	width: 512px;
	height: 100px;
	padding-bottom: 40px;
}

#mainte p.msg {
	margin-top: 24px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 120%;
}




/*法人認証ページ
---------------------------------------------------------------------------*/
h1.corpAuth {
	width: 760px;
	margin: 20px auto 0 auto;
}
p.corpAuthMsg {
	width: 760px;
	margin: 5px auto 0 auto;
	color: #dc143c;
}
#boxCorpAuth {
	margin: 5px auto 80px auto;
	text-align: center;
	border: 1px solid #999;
	width: 760px;
}
#boxCorpAuth ul.msg {
	margin: 20px 20px 15px 20px;
	line-height: 150%;
	text-align: left;
}
#boxCorpAuth ul.msg li {
	margin-bottom: 5px;
}
#boxCorpAuth table {
	margin: 40px auto;
}
#boxCorpAuth table td {
	padding: 12px;
}
#boxCorpAuth table input#corpNum,
#boxCorpAuth table input#corpPw {
	width: 160px;
	height: 24px;
}
#boxCorpAuth table button#corpAuthSubmit {
	width: 160px;
	height: 32px;
	margin-top: 10px;
	font-size: 120%;
}

/*新規登録画面
---------------------------------------------------------------------------*/
h1.newEntry {
	width: 900px;
	margin: 20px auto 0 auto;
}
span.corpName {
	margin-left: 20px;
	font-size: 64%;
}
p.newEntryMsg {
	width: 900px;
	margin: 0 auto 0 auto;
}
p.newEntryErrorMsg {
	width: 900px;
	margin: 0 auto 0 auto;
	color: #dc143c;
}

table.newEntry {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px auto 10px auto;
	border: 1px solid #999;
	width: 900px;
	padding-bottom: 40px;
}
table.newEntry td,
table.newEntry th {
	border: 1px solid #999;
	height: 50px;
	padding: 10px;
	line-height: 150%;
}
table.newEntry th {
	background-color: #e6e6fa;
	font-weight: bold;
}
table.newEntry td {
	background-color: #FAFAFA;
}
table.newEntry td input#familyName,
table.newEntry td input#firstName,
table.newEntry td input#familyNameKana,
table.newEntry td input#firstNameKana {
	width: 140px;
	height: 24px;
}
table.newEntry td input#phoneNo1,
table.newEntry td input#loginPw1,
table.newEntry td input#loginPw2 {
	width: 240px;
	height: 24px;
}
table.newEntry td input#loginId {
	width: 340px;
	height: 24px;
}
table.newEntry td select {
	border: 2px solid #CCC;
	height: 30px;
	/* background: #FFFDF4; */
	/* border-radius: 5px; */
	/* color: #0C2245; */
	/* font-size: 14px; */
	/* line-height: 30px; */
	/* text-align: left; */
	/* text-indent: 5px; */
	/* vertical-align: middle; */
}
table.newEntry td select#dateOfBirthYear {
	width: 150px;
}
table.newEntry td select#dateOfBirthMonth,
table.newEntry td select#dateOfBirthDay {
	width: 80px;
}




table.newEntry p.sample {
	margin-top: 10px;
}
/* 登録情報確認画面の'p.privacyMsg'に上書きされるので親のidで指定 */
#newEntryForm p.privacyMsg {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: right;
}
p.newEntrySubmit {
	width: 900px;
	margin: 30px auto 40px auto;
	text-align: center;
}
p.newEntrySubmit button#newEntrySubmit {
	width: 160px;
	height: 40px;
	font-size: 120%;
}

/*登録完了画面
---------------------------------------------------------------------------*/
h1.registComp {
	width: 800px;
	margin: 20px auto 0 auto;
}

div#boxRegistComp {
	margin: 5px auto 80px auto;
	border: 1px solid #999;
	width: 800px;
	padding: 20px 0;
}
div#boxRegistComp ul.msg {
	margin: 0 20px 15px 20px;
	line-height: 150%;
	text-align: left;
}
#boxRegistComp ul.msg li {
	margin-bottom: 5px;
}
div#boxRegistComp table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px auto 5px auto;
	width: 700px;
}
div#boxRegistComp table th {
	width: 350px;
	text-align: right;
	font-size: 120%;
	padding: 10px 0;
}
div#boxRegistComp table td {
	width: 350px;
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
}
div#boxRegistComp p.toLogin {
	width: 100%;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 125%;
}

/*登録情報画面と登録情報変更画面
---------------------------------------------------------------------------*/
h1.accountView,
h1.accountEdit {
	width: 800px;
	margin: 20px auto 0 auto;
}
div.accountView,
div.accountEdit {
	width: 800px;
	margin: 20px auto 0 auto;
}
p.accountViewMsg,
p.accountEditMsg {
	font-size: 120%;
	color: #F60;
}

table.loginItems,
table.iddItems {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 0 auto;
	width: 800px;
	border: 1px solid #999;
}
table.loginItems th,
table.iddItems th {
	width: 125px;
	background-color: #e6e6fa;
	font-weight: bold;
	border: 1px solid #999;
	padding: 10px;
}
table.loginItems td,
table.iddItems td {
	background-color: #FAFAFA;
	border: 1px solid #999;
	padding: 10px;
	line-height: 150%;
	height: 40px;
}
table.loginItems td input.long,
table.iddItems td input.long {
	width: 240px;
	height: 24px;
}
table.loginItems td input.short,
table.iddItems td input.short {
	width: 140px;
	height: 24px;
}

table.loginItems td.note,
table.iddItems td.note {
	width: 218px;
}
p.privacyMsg {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: right;
}
button.accountViewSubmit,
button.accountEditSubmit {
	display: block;
	width: 160px;
	height: 40px;
	font-size: 120%;
	margin:20px auto 40px auto;
}
/*PW変更画面
---------------------------------------------------------------------------*/
div.accountPw,
div.cosproOnlinePw {
	width: 900px;
	margin: 20px auto 40px auto;
}
div.accountPw p.msg,
div.cosproOnlinePw p.msg {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
div.accountPw table,
div.cosproOnlinePw table {
	width: 760px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 0 auto;
	border: 1px solid #999;
}
div.accountPw table th,
div.cosproOnlinePw table th {
	width: 160px;
	background-color: #e6e6fa;
	font-weight: bold;
	border: 1px solid #999;
	padding: 10px;
	text-align: left;
}
div.accountPw table td,
div.cosproOnlinePw table td {
	background-color: #FAFAFA;
	border: 1px solid #999;
	padding: 10px;
	line-height: 150%;
	height: 40px;
}
div.accountPw table td input,
div.cosproOnlinePw table td input {
	width: 200px;
	height: 24px;
}
button.accountPwSubmit,
button.cosproOnlinePwSubmit {
	display: block;
	width: 160px;
	height: 40px;
	font-size: 120%;
	margin:20px auto 40px auto;
}
div.accountPw div.space,
div.cosproOnlinePw div.space {
	width: 760px;
	margin: 10px auto 0 auto;
	height: 140px;
}

/*パスワード再発行ページ
---------------------------------------------------------------------------*/
h1.reissuePw {
	width: 760px;
	margin: 20px auto 0 auto;
}
p.reissuePwMsg {
	width: 760px;
	margin: 5px auto 0 auto;
	color: #dc143c;
}
#boxReissuePw {
	margin: 5px auto 100px auto;
	text-align: center;
	border: 1px solid #999;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#boxReissuePw ul.msg {
	margin: 20px 20px 15px 20px;
	line-height: 150%;
	text-align: left;
}
#boxReissuePw ul.msg li {
	margin-bottom: 5px;
}
#boxReissuePw table {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#boxReissuePw table td {
	padding: 5px;
	font-size: 120%;
}
#boxReissuePw table input#loginId {
	width: 280px;
	height: 24px;
}
#boxReissuePw table button#reissuePwSubmit {
	width: 160px;
	height: 32px;
	margin-top: 40px;
	font-size: 120%;
}
#boxReissuePw p.toLogin {
	width: 100%;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 125%;
}


/*エラー画面
---------------------------------------------------------------------------*/
h1.errorView {
	width: 760px;
	margin: 20px auto 0 auto;
}
#errorView {
	margin: 5px auto 100px auto;
	text-align: center;
	border: 1px solid #999;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#errorView p.msg {
	margin: 20px 20px 15px 20px;
	line-height: 150%;
	text-align: left;
	font-size: 125%;
	color: #dc143c;
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
ul#menu {
	height: 46px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
ul#menu li {
	float: left;
	line-height: 32px;
}
ul#menu li.tow-rows {
	line-height: 16px;
}
ul#menu li a {
	font-size: 13px;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 137px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 7px;
	height: 40px;
	border-right: 1px solid #d2d2d2;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*色の付いた飾り文字の設定*/
ul#menu li a span {
	font-size: 9px;			/*飾り文字のサイズ*/
	color: #033776;			/*飾り文字の色*/
	font-weight: normal;	/*飾り文字を太字から標準に*/
}
/*マウスオン時の設定*/
ul#menu li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
	height: 39px;
}
/*ラスト（一番右側）のメニュー設定*/
ul#menu li.last a {
	border-right: none;
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
	height: 39px;
}

/*パンくず
---------------------------------------------------------------------------*/
p.bread {
    margin-top: 4px;
    font-size: 110%;
}


/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	padding-top: 4px;
	padding-bottom: 30px;
}
#main-mypage {
	width: 936px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/* ページ別イメージ */
#main div.page-image{
	margin-bottom: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg_mypage.gif) no-repeat;	/*背景画像の読み込み*/
	margin-top: 30px;
}
/*h2タグ設定*/
#main h2.first,
#main-mypage h2.first,
h2.mypageIndex,
h2.accountView {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg_mypage.gif) no-repeat;	/*背景画像の読み込み*/
	margin-top: 5px;
}
/*h2タグ設定（背景白タイプ）*/
#main h2.midashi2 {
	color: #033776;	/*文字色*/
	background: url(../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み*/
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	/* background: #FFF; */
}

/*メインブロック内のbox1タグ設定
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 674px;
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
}
/*段落タグ共通設定*/
#main .box1 p {
	padding: 0px;
}
/*画像の設定*/
#main .box1 p.img {
	float: left;	/*左側に回り込み*/
}
/*h3タグ設定*/
#main .box1 h3 {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	border-left: 3px solid #0e36ca;		/*左側の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #033776;		/*文字色*/
	padding: 3px 0px 3px 5px;
}
/*説明文設定*/
#main .box1 p.text {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-top: 4px;
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;		/*文字サイズ*/
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background: #eeeeee;	/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #0e36ca;		/*上部の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}
/*subブロック内のbox1タグ設定*/
#sub .box1 {
	padding: 5px;	/*ボックス内の余白*/
	border: 1px solid #0e36ca;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background: #cfd7f4;	/*背景色*/
}

/*subブロック内のbox1内のh3*/
#sub .box1 h3{
	margin-bottom: 5px;
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin-bottom: 1em;
}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #e6ebfa;	/*マウスオン時の背景色*/
	color: #033776;			/*マウスオン時の文字色*/
	border-left: 3px solid #0e36ca;	/*マウスオン時に左側に出る線の幅、線種、色*/
	width: 202px;
}

/*サブコンテンツ内のbox1内にあるサブメニュー設定
---------------------------------------------------------------------------*/
#sub .box1 ul.submenu li a {
	width: 193px;
	background: #FFF;
}
#sub .box1 ul.submenu li a:hover {
	background: #e6ebfa;
	width: 190px;
}

/*サブコンテンツ内の会社情報
---------------------------------------------------------------------------*/
#sub #comp-info {
	border: 1px solid #999;
	padding: 10px;
}
#sub #comp-info p {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
#sub #comp-info p.comp-name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 110%;
}
#sub #comp-info p.branch-info {
	margin-left: 10px;
}
#sub #comp-info p.fax {
	margin-left: 10px;
	margin-top: 5px;
}
#sub #comp-info .contact-tel {
        margin-top: 5px;
}
#sub #comp-info .contact-tel img {
        margin-left: 10px;
        width: 30px;
        vertical-align: top;
}
#sub #comp-info .contact-tel .tel-number {
        font: bold 20px/1.1 Arial, Helvetica, sans-serif;
        margin-top: 2px;
        color: #372B99;
}

#sub #comp-info ul.contact-suffix {
        margin-top: 5px;
        list-style-type: none;
        font-size: 10px;
        padding-left: 51px;
}
#sub #comp-info ul.contact-suffix li p {
        margin-left: -5px;
        line-height: 100%;
        margin-bottom: 6px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 290px;
	width: 966px;
	clear: left;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ
---------------------------------------------------------------------------*/
#main .top-box-left,
#main .top-box-right {
	/* border: 1px solid #666; */
	width: 300px;
	padding-bottom: 30px;
}
#main .top-box-left {
	float: left;
	margin-left: 30px;
}
#main .top-box-right {
	float: right;
	margin-right: 30px;
}
#main .top-box-left div.banner,
#main .top-box-right div.banner{
	margin: 5px auto;
	text-align: center;
}
#main .top-box-left ul.top-box,
#main .top-box-right ul.top-box {
	padding-right: 5px;
	width: 280px;
	padding-bottom: 0;
}
#main .top-box-left div.triangle,
#main .top-box-right div.triangle {
	text-align: center;
	margin: 0 auto 10px auto;
}
#main .top-box-left div.button,
#main .top-box-right div.button {
	text-align: center;
	margin: 5px auto;
}

#main table.campaign {
    margin: 0 auto;
    font-size: 120%;
}
#main table.campaign td {
    padding: 2px 10px 2px 10px;
}
#main table.campaign td.title {
    text-align: center;
    font-weight: bold;
}
#main table.campaign td.fee {
    text-align: center;
    font-size: 130%;
}
#main p.detail {
    text-align: right;
    font-size: 120%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #d2d2d2;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*ご予約方法ページ
---------------------------------------------------------------------------*/
#main div.reserveMethods {
        padding-top: 40px;
}
#main .reserveMethods h3 {
        margin: 0 0 30px 30px;
	font-size: 130%;
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	border-left: 3px solid #0e36ca;		/*左側の幅、線種、色*/
	color: #033776;		/*文字色*/
	padding: 3px 0px 3px 5px;
        overflow: auto;
}
#main div.step {
	float: left;
	margin-right: 20px;
	margin-left: 30px;
	clear: both;
}
#main div.step img {
        display: block;
}
#main div.step-desc {
	float: left;
	width: 550px;
}
#main div.step,
#main div.step-desc {
	margin-bottom: 10px;
}
#main div.step-desc div.step-desc-tel {
	margin-bottom: 20px;
	color: #033776;
}
#main div.step-desc div.step-desc-tel span.branch {
	font: bold 28px/1.1 Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#main div.step-desc div.step-desc-tel span.tel-number {
	font: bold 28px/1.1 Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#main div.step-desc table {
	margin-top: 10px;
	margin-right: 20px;
	width: 250px;
	float: left;
}
#main div.step-desc table caption {
	line-height: 120%;
}
#main img.nice-trip  {
	margin-left: 30px;
}

#main div.faxForm {
        border: 1px dotted #999;
        margin: 5px 20px 20px 20px;
        padding: 10px 10px 10px 20px;
        width: 380px;
}
#main div.faxForm p {
        padding: 2px;
        margin: 5px 0 5px 0;
}
#main div.faxForm p i {
        margin-right: 10px;
        font-size: 150%;
        vertical-align: middle;;
}

#main div.reservationImage {
        padding-left: 16px;
}

#main div.reservationImage img {
        padding: 14px;
        border: 1px dotted #999;
}

/*お支払い方法ページ
---------------------------------------------------------------------------*/
#main ul.bank {
	font-size: 120%;
}

#main ul.bank span  {
	display: block;
	color: #2492A2;
	margin-left: 20px;
}

#main ol.credit-info {
	margin-left: 40px;
}


/*ご利用条件ページ
---------------------------------------------------------------------------*/
#main p.note {
	margin: 0 0 5px 40px;
	padding: 0;
	line-height: 150%;
	clear: both;
}
#main div.cxl-table {
	margin-left: 40px;
	margin-bottom: 10px;
	overflow: auto;
}
#main div.cxl-table p {
	padding: 0;
	font-weight: bold;
}
#main div.cxl-table table {
	margin-right: 20px;
	width: 250px;
	float: left;
	overflow: auto;
}
#main div.kugiri {
	margin: 20px 0 20px 0;
}


/*マイページTOP
---------------------------------------------------------------------------*/

#main .mypageIndexIntro {
    margin-left: 62px;
}

#main .mypageManu {
	clear: both;
	margin-top: 10px;
    margin-left: 100px;
}

#main .mypageManu {
	clear: both;
	margin-top: 10px;
    margin-left: 100px;
}


/*マイページ パスワードなど
---------------------------------------------------------------------------*/
.accountPw .intro,
.cosproOnlinePw .intro {
    width: 760px;
    margin: 0 auto 20px auto;
}


/*マイページ
---------------------------------------------------------------------------*/
/* 取扱区分のラベル */
#main-mypage span.airTicket,
#main-mypage span.hotel,
#main-mypage span.rentalcar,
#main-mypage span.generalArrangement {
        background-color: #FFFFCC;
        color: #666;
}
#main-mypage span.cancel {
        background-color: #FFDDDD;
        color: #666;
}
#main-mypage span.cancelFee {
        background-color: #EECCFF;
        color: #666;
}

/* マイナス金額 */
span.minusPrice {
	color: #EE0000;
}

#main-mypage div.operationMenu {
	margin: 0px 15px 15px 10px;
	overflow: hidden;
}

#main-mypage div.operationMenu div.download {
	float: right;
	overflow: hidden;
}

#main-mypage div.operationMenu div.filterForm input.bookDateStart,
#main-mypage div.operationMenu div.filterForm input.bookDateEnd,
#main-mypage div.operationMenu div.filterForm input.depDateStart,
#main-mypage div.operationMenu div.filterForm input.depDateEnd
 {
	width: 42%;
	text-align: center;
}

#main-mypage div.operationMenu div.filterForm a.clear {
	margin-left: 20px;
}

#main-mypage img.preloader {
        vertical-align: top;
        margin-left: 20px;
}

#main-mypage .paging_above {
	margin-top: 15px;
	margin-bottom: 5px;
}
#main-mypage .paging_below {
	margin-top: 11px;
	margin-bottom: 30px;
}

#main-mypage .total-count {
	float: left;
        width: 400px;
        margin-left: 8px;
        padding-left: 0;
        height: 26px;
}

#main-mypage .total-count .download-link {
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 12px;
}

#main-mypage .total-count .listCount {
        margin-left: 12px;
        margin-right: 0px;
}

#main-mypage .total-count .totalAmount {
        margin-left: 12px;
        margin-right: 0px;
}

#main-mypage .total-count .download {
        margin-left: 0px;
}

#main-mypage .paging {
	float: right;
        width: 500px;
        text-align: right;
        margin-right: 8px;
        padding-right: 0;
        height: 26px;
}

#main-mypage span.page {
	padding: 2px 8px;;
	border: 1px solid #99E;
	margin: 0 2px;
}
#main-mypage span.nowPage {
	padding: 2px 8px;;
	border: 1px solid #999;
	margin: 0 2px;
	background-color: #BBB;
	color: #FFF;
}
#main-mypage span.page-next,
#main-mypage span.page-previous {
	padding: 2px 8px;;
	margin: 0 2px;
}

#main-mypage table {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #99A;
}
#main-mypage table th,
#main-mypage table td {
	border: 1px solid #99A;
	padding: 5px 8px;
        vertical-align: middle;
}
#main-mypage table th {
	font-weight: bold;
	background-color: #e6e6fa;
	text-align: center;
        font-size: 86%;
}
#main-mypage table td {
	font-size: 90%;
}

#main-mypage table td.bookingNumber {
	width : 73px;
	text-align: center;
}
#main-mypage table td.serviceType {
	width : 60px;
	text-align: center;
}
#main-mypage table td.serviceType span {
        border-radius: 0.25em;
        padding: 0.4em 0.5em 0.3em 0.5em;
        font-size: 86%;
        font-weight: bold;
        white-space: nowrap;
}
#main-mypage table td.entryDate {
	width : 88px;
	text-align: center;
}
#main-mypage table td.passengerName span.employeeNumber {
	margin-left: 10px
}
#main-mypage table td.passengerName p.branchName {
	text-align: right;
}
#main-mypage table td.depDate {
	width : 56px;
	text-align: center;
}
#main-mypage table td.flightInfo {
	width : 280px;
}
#main-mypage table td.flightInfo p {
	margin-bottom: 5px;
	margin-top: 5px;
}
#main-mypage table td.flightInfo p.flightInfo2 {
	color: #666;;
}
#main-mypage table td.flightInfo span.flightNumber {
	margin-right: 5px;
}
#main-mypage table td.flightInfo p.flightInfo2 {
	text-align: right;
}
#main-mypage table td.flightInfo p.flightInfo2 span.isChangeable {
	margin-right: 5px;
}
#main-mypage table td.priceUnit {
	width : 90px;
	text-align: right;
}
#main-mypage table td.priceUnit span.price {
	margin-right: 2px;
}

#main-mypage table th.sum_title {
        text-align: right;
}
#main-mypage table td.hanbaiKingaku {
        text-align: right;
}



/* カルテ詳細画面（チケレスシート） */
.header-ticket-sheet {
	height: 150px !important;	/*ヘッダーの高さ*/
}

#header h1.ticket-sheet-intro {
	margin-top: 43px;
	margin-left: 20px;
	font-size: 120%;
	line-height: 150%;
}


#main-mypage p.ticket-sheet-title {
	margin: 10px 0 12px 20px;
	font-size: 200%;
	float: left;
	width: 300px;
}
#main-mypage p.print-button {
	margin: 25px 0 10px 0;
	font-size: 150%;
	float: right;
	width: 103px;
}
#main-mypage p.print-button input {
	width: 80px;
}


/* カルテ詳細画面 */

#main-mypage div#base {
	overflow: auto;
}

#main-mypage div#base table#base {
	float: left;
	width: 320px;
	margin: 0 0 0 20px;
	overflow: auto;
}
#main-mypage div#base table#base td {
	text-align: left; /* リスト表示用のcssの影響を受けるので */
}

#main-mypage div#base table#base td.item {
	width: 100px;
}

#main-mypage div#base table#account {
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
	overflow: auto;
}

#main-mypage div#base table#account td.hanbaiKingaku,
#main-mypage div#base table#account td.nyukinKingaku,
#main-mypage div#base table#account td.nyukinDate,
#main-mypage div#base table#account td.minyukin {
	text-align: right;
	width: 80px;
}
#main-mypage div#base table#party {
	float: left;
	width: 554px;
	margin: 0 0 0 20px;
	overflow: auto;
}
#main-mypage div#base table#party td.number {
	width: 18px;
	text-align: center;
}
#main-mypage div#base table#party td.age {
	width: 32px;
	text-align: center;
}
#main-mypage div#base table#party td.sex {
	width: 32px;
	text-align: center;
}
#main-mypage div#base table#party td.no-participant {
	text-align: center;
}

#main-mypage div#arrangement {
	margin-top: 18px;
	margin-bottom: 40px;
}
#main-mypage div#arrangement table#arrangement {
	margin: 0 20px 0 20px;
	width: 895px;
}
#main-mypage div#arrangement table#arrangement {
	margin: 0 20px 0 20px;
	width: 895px;
}

#main-mypage div#arrangement table#arrangement td.serviceType {
	width: 54px;
	text-align: center;
}
#main-mypage div#arrangement table#arrangement td.serviceType p.serviceCreatedAt {
	margin-bottom: 6px;
}
#main-mypage div#arrangement table#arrangement td.useDate {
	width: 64px;
	text-align: center;
        line-height: 150%;
}
#main-mypage div#arrangement table#arrangement td.arrangements {
	height: 54px;
        width: 370px;
}
#main-mypage div#arrangement table#arrangement td.arrangements p.cxl_reason {
        border: 1px dotted #FFAAAA;
        background-color: #FFEEEE;
        padding: 2px 5px;
        margin-top: 5px;
        color: #666;
}
#main-mypage div#arrangement table#arrangement td.arrangements ul.memo_cust {
        border: 1px dotted #AAAAAA;
        background-color: #EEEEEE;
        padding: 2px 5px 2px 17px;
        margin-top: 5px;
        color: #666;
}
#main-mypage div#arrangement table#arrangement td.arrangements ul.memo_cust li {
  list-style-type: none;
  text-indent: -1.0em;
}
#main-mypage div#arrangement table#arrangement td.arrangements ul.memo_cust li:before {
  display: inline;
  content: "\0203B";
}
#main-mypage div#arrangement table#arrangement td.arrangements hr {
        border-top: dotted 1px #999;
        margin: 6px 0 6px 0;
}
#main-mypage div#arrangement table#arrangement td.arrangements .confirm_number {
        margin-left: 8px;
}
#main-mypage div#arrangement table#arrangement td.reserveNum {
	width: 120px;
}
#main-mypage div#arrangement table#arrangement td.useNum {
	width: 70px;
	text-align: center;
}
#main-mypage div#arrangement table#arrangement td.chargeAmount {
	text-align: right;
	width: 96px;
}
#main-mypage div#arrangement table#arrangement td.chargeUnit p.dash,
#main-mypage div#arrangement table#arrangement td.chargeAmount p.dash {
	text-align: center;
}


#main-mypage div#arrangement table#arrangement td.reserveNum p.reservation,
#main-mypage div#arrangement table#arrangement td.confirmNum p.reservation {
	text-align: center;
        font-size: 120%;
}
#main-mypage div#arrangement table#arrangement td.reserveNum p.dash,
#main-mypage div#arrangement table#arrangement td.confirmNum p.dash {
	text-align: center;
        font-size: 100%;
}
#main-mypage div#arrangement table#arrangement td.confirmNum p.confirm_number_each_passenger {
	text-align: center;
        font-size: 70%;
}
/* 予約内容表示リンクの画面特有の設定 （マイページに影響を与えないための処置）*/

#main-mypage.showItinerary div#arrangement table#arrangement td.useDate {
        width: 50px;
}


/*領収書
---------------------------------------------------------------------------*/
.showReceipt .note-header {
        overflow: auto;
        margin-top: 15px;
        margin-bottom: 15px;
}

.showReceipt .note-header p.print-button {
        float: left;
        margin: 10px auto 0 auto;
        width: 80px;
        text-align: center;
}

.showReceipt .note-header .note-right {
        float: right;
        margin: 10px 0 0 0;
        width: 858px;
        font-size: 14px;
}

.showReceipt .note-header .note-right ul.asterisk {
        padding: 10px 10px 10px 24px;
        background-color: #fffacd;
}

.showReceipt .note-header .note-right ul.asterisk li {
          list-style-type: none;
          text-indent: -1em;
}

.showReceipt .note-header .note-right ul.asterisk li:before {
          display: inline;
          content: "※";
}

.showReceipt p.print-button button {
        width: 60px;
        height: 40px;
        font-size: 18px;
}

.showReceipt .dateOfIssue {
        margin: 20px auto 10px auto;
        width: 830px;
        text-align: right;
        font-size: 14px;
}
.showReceipt .receipt-title {
        text-align: center;
        font-size: 40px;
        margin-bottom: 20px;
}

.showReceipt .receiver-box {
        margin: 10px auto 10px auto;
        width: 830px;
}

.showReceipt .receiver-box input.receiver {
        width: 400px;
        height: 40px;
        font-size: 20px;
        padding: 0 5px 0 5px;
}

.showReceipt .receiver-box .popover.top {
        margin-top: -20px;
        margin-left: -76px;
        background-color: #fffacd;
}

.showReceipt .receiver-box .popover.top .arrow:after {
        border-top-color: #fffacd;
}

.showReceipt .receiver-box span.honorific {
        font-size: 20px;
        margin-left: 5px;
}

.showReceipt .price-box {
        clear: both;
        border: 1px solid #AAA;
        margin: 10px auto 10px auto;
        padding: 15px;
        font-size: 28px;
        text-align: center;
        width: 800px;
        background-color: #FCFCFC;
}

.showReceipt .price-box .bill-total {
    margin: 0;
}

.showReceipt .price-box .bill-tax-info {
    margin: 10px auto 0 auto;
    padding-top : 13px;
    font-size: 14px;
    border-top: 1px dotted #666666;
    width: 80%;
}

.showReceipt .price-box .bill-tax-info .tax-item {
    margin-left: 20px;
    margin-right: 20px;
}

.showReceipt .price-box .bill-tax-info .tax-price {
    margin-left: 0;
    margin-right: 40px;
}

.showReceipt .sender-box {
        margin: 10px auto 10px auto;
        width: 830px;
        overflow: auto;
}

.showReceipt .sender-box .sender-box-left {
        float: left;
}

.showReceipt .sender-box .sender-box-right {
        float: right;
        width: 400px;
}

.showReceipt .sender-box .sender-box-left .proviso {
        font-size: 16px;
}

.showReceipt .sender-box .sender-box-left .statement {
        font-size: 14px;
        margin-bottom: 10px;
}

.showReceipt .sender-box .sender-box-left .bookingNumber {
        margin-top: 14px;
}

.showReceipt .sender-box .sender-box-left .bookingInfo {
        overflow: auto;
}

.showReceipt .sender-box .sender-box-left .bookingInfo .info-title {
        float: left;
        width: 86px;
}

.showReceipt .sender-box .sender-box-left .bookingInfo .info-value {
        float: left;
}

.showReceipt .sender-box .sender-box-right .company {
        font-size: 20px;
        text-align: right;
        margin-bottom: 5px;
}

.showReceipt .sender-box .sender-box-right .address {
        margin-left: 40px;
        text-align: right;
}

.showReceipt .sender-box .sender-box-right .building {
        margin-left: 40px;
        text-align: right;
}

.showReceipt .sender-box .sender-box-right .invoice-num {
        margin-left: 40px;
        text-align: right;
}

.showReceipt .sender-box .sender-box-right .tel {
        margin-left: 40px;
        text-align: right;
}

.showReceipt .sender-box .sender-box-right .fax {
        margin-left: 40px;
        text-align: right;
}

.showReceipt div#arrangement {
        margin-top: 20px;
}


.showReceipt div#arrangement table#arrangement {
        border-collapse: collapse;
        margin: 10px auto 10px auto;
        width: 830px;
}

.showReceipt div#arrangement table#arrangement th,
.showReceipt div#arrangement table#arrangement td {
        border: 1px solid #AAA;
        padding: 5px;
        font-size: 90%;
}

.showReceipt div#arrangement table#arrangement th {
        background-color: #EEEEEE;
        text-align: center;
}

.showReceipt div#arrangement table#arrangement td.useDate,
.showReceipt div#arrangement table#arrangement td.serviceType,
.showReceipt div#arrangement table#arrangement td.useNum {
        text-align: center;
}

.showReceipt div#arrangement table#arrangement td.chargeUnit,
.showReceipt div#arrangement table#arrangement td.chargeAmount {
        text-align: right;
        padding-right: 5px;
}

.showReceipt div#arrangement table#arrangement td.useDate {
        width: 64px;
}

.showReceipt div#arrangement table#arrangement td.serviceType {
        width: 82px;
}

.showReceipt div#arrangement table#arrangement td.arrangements p.cxl_reason {
        border: 1px dotted #AAAAAA;
        background-color: #EEEEEE;
        padding: 2px 5px;
        margin-top: 5px;
        margin-left: 15px;
        margin-bottom: 5px;
        color: #666;
}

.showReceipt div#arrangement table#arrangement td.arrangements ul.memo_cust {
        margin: 5px 5px 5px 15px;
}

.showReceipt div#arrangement table#arrangement td.arrangements ul.memo_cust li {
  list-style-type: none;
}
.showReceipt div#arrangement table#arrangement td.arrangements ul.memo_cust li:before {
  display: inline;
  content: "\0203B";
}

.showReceipt div#arrangement table#arrangement td.arrangements hr {
        border-top: dotted 1px #999;
        margin: 6px 0 6px 0;
}

.showReceipt div#arrangement table#arrangement td.useNum {
        width: 60px;
}

.showReceipt div#arrangement table#arrangement td.chargeUnit {
        width: 80px;
}

.showReceipt div#arrangement table#arrangement td.chargeAmount {
        width: 80px;
}

.showReceipt div#arrangement table#arrangement td.chargeUnit p.noCharge,
.showReceipt div#arrangement table#arrangement td.chargeAmount p.noCharge {
        text-align: center;
}

.showReceipt div#arrangement table#arrangement td.serviceType span {
        background-color: none !important;
}

.showReceipt .note-foot {
        margin: 10px auto 10px auto;
        width: 830px;
        text-align: right;
        font-size: 12px;
}

.showReceipt .finisher {
        margin: 10px auto 40px auto;
        width: 830px;
        text-align: right;
}

.receiver-box-print {
        display: none;
        margin: 10px auto 10px auto;
        width: 830px;
        text-align: left;
}

.receiver-box-print .receiver-print {
        font-size: 24px;
}
.receiver-box-print .honorific-print {
        font-size: 16px;
        margin-left: 5px;
}


/* 劉秀書の印刷時 */

@media print {
        .no-print {
                display: none;
        }
        .receiver-box-print {
                display: block;
        }
}


/*クレジットカード決済画面
---------------------------------------------------------------------------*/
.settlement .error-block {
        border: 1px solid #880000;
        background-color: #FFFAFA;
        width: 760px;
        height: 300px;
        margin: 0 auto 0 auto;
        padding: 20px 40px;
}

.settlement .error-block .error-title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
}

.settlement .dateOfIssue {
        margin: 20px auto 10px auto;
        width: 830px;
        text-align: right;
        font-size: 14px;
}
.settlement .title {
        text-align: center;
        font-size: 40px;
        margin-bottom: 20px;
}

.settlement p.thanks {
        margin-top: 20px;
}

.settlement .description-block {
        overflow: hidden;
        margin: 30px 0 0 54px;
}

.settlement .description-block .description-left {
        float: left;
        width: 300px;
        margin: 0;
        overflow: visible;
}

.settlement .description-block .description-right {
        float: right;
        width: 500px;
        margin: 0 54px 0 0;
        border: 1px solid #AAA;
        padding: 15px;
        font-size: 28px;
        text-align: center;
        background-color: #FCFCFC;
        overflow: auto;
}

.settlement .description-block .description-right .price-box span {
        margin-left: 10px;
}

.settlement .description-block .description-right .msg_for_saison_corp {
        font-size: 14px;
        color: #FF6600;
        text-align: left;
        margin: 15px 18px 0 18px;
}


.settlement .description-block .description-right button.to-settlement,
.settlement .description-block .description-right a.to-reciept {
        width: 280px;
        color: #FFF;
}

.settlement .description-block .description-left .info-box {
        margin-top: 14px;
}

.settlement .description-block .description-left .bookingInfo {
        overflow: visible;
        padding-bottom: 25px;
}

.settlement .description-block .description-left .bookingInfo p {
        float: left;
        margin: 0;
}

.settlement .description-block .description-left .bookingInfo p.info-title {
        width: 110px;
}

.settlement .description-block .description-left .bookingInfo p.info-price,
.settlement .description-block .description-left .bookingInfo p.info-value {
        width: 150px;
}

.settlement .description-block .description-left .company {
        font-size: 16px;
        margin-bottom: 5px;
        margin-left: 0;
}

.settlement .description-block .description-left .corp-info {
        margin: 0 0 0 20px;
        font-size: 12px;
}

.settlement div#arrangement {
        margin-top: 20px;
}


.settlement div#arrangement table#arrangement {
        border-collapse: collapse;
        margin: 10px auto 10px auto;
        width: 830px;
}

.settlement div#arrangement table#arrangement th,
.settlement div#arrangement table#arrangement td {
        border: 1px solid #AAA;
        padding: 5px;
        font-size: 90%;
}

.settlement div#arrangement table#arrangement th {
        background-color: #EEEEEE;
        text-align: center;
}

.settlement div#arrangement table#arrangement td.useDate,
.settlement div#arrangement table#arrangement td.serviceType,
.settlement div#arrangement table#arrangement td.useNum {
        text-align: center;
}

.settlement div#arrangement table#arrangement td.chargeUnit,
.settlement div#arrangement table#arrangement td.chargeAmount {
        text-align: right;
        padding-right: 5px;
}

.settlement div#arrangement table#arrangement td.useDate {
        width: 64px;
}

.settlement div#arrangement table#arrangement td.serviceType {
        width: 82px;
}

.settlement div#arrangement table#arrangement td.arrangements p.cxl_reason {
        border: 1px dotted #AAAAAA;
        background-color: #EEEEEE;
        padding: 2px 5px;
        margin-top: 5px;
        margin-left: 15px;
        margin-bottom: 5px;
        color: #666;
}

.settlement div#arrangement table#arrangement td.arrangements ul.memo_cust {
        margin: 5px 5px 5px 15px;
}

.settlement div#arrangement table#arrangement td.arrangements ul.memo_cust li {
  list-style-type: none;
}
.settlement div#arrangement table#arrangement td.arrangements ul.memo_cust li:before {
  display: inline;
  content: "\0203B";
}

.settlement div#arrangement table#arrangement td.arrangements hr {
        border-top: dotted 1px #999;
        margin: 6px 0 6px 0;
}

.settlement div#arrangement table#arrangement td.useNum {
        width: 60px;
}

.settlement div#arrangement table#arrangement td.chargeUnit {
        width: 80px;
}

.settlement div#arrangement table#arrangement td.chargeUnit .is_saison_corp_price {
        margin: 5px auto 0 auto;
        text-align: center;
}

.settlement div#arrangement table#arrangement td.chargeAmount {
        width: 80px;
}

.settlement div#arrangement table#arrangement td.chargeUnit p.noCharge,
.settlement div#arrangement table#arrangement td.chargeAmount p.noCharge {
        text-align: center;
}

.settlement div#arrangement table#arrangement td.serviceType span {
        background-color: none !important;
}

.settlement .footer {
        text-align: center;
        font-size: 14px;
}

.settlement .footer hr {
        border-top: 1px solid #CCC;
        margin: 40px 0 8px 0;
}

/* ツールチップ （参照：https://copypet.jp/528/）*/

.cp_tooltip {
    position: relative;
    cursor: default;
}
.cp_tooltip .cp_tooltiptext {
    position: absolute;
    z-index: 1;
    top: -17px;
    right: 105%;
    visibility: hidden;
    /*width: auto;*/
    white-space: nowrap;
    padding: 1em;
    transition: opacity 1s;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    border-radius: 6px;
    background-color: #666;
    line-height: 150%;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
    top: 40%;
    left: 104%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-left-color: #666;
}
.cp_tooltip:hover .cp_tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*エラー画面（決済用など）
---------------------------------------------------------------------------*/
.showError table {
        border-collapse: collapse;
        margin: 50px auto 280px auto;
        width: 480px;
}

.showError table th,
.showError table td {
        border: 1px solid #AAA;
        padding: 5px;
        font-size: 90%;
        text-align: center;
}
.showError table th {
        padding: 20px 0 20px 0;
        color: #cc0000;
        font-size: 150%;
}
.showError table td {
        padding: 20px 0 20px 0;
        line-height: 200%;
        color: #ff4500;
}

.showError table th .errorTitle {
        margin: 0 20px 0 20px;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #0e36ca;	/*背景色*/
	overflow: hidden;
	margin: 0 auto;
}

#footer p {
        font-size: 11px;
        line-height: 120%;
}
#footer .corp_name {
        font-size: 125%;
        margin-bottom: 5px;
        margin-top: 10px;
}

#footer .link,
#footer .link_on_login {
        margin-top: 5px;
        margin-bottom: 10px;
}

#footer .link a,
#footer .link_on_login a {
        margin-right: 10px;
}

#footer .link .separator,
#footer .link_on_login .separator {
        margin: 0 5px;
}

#footer .footer-right {
        padding: 40px 10px 0 0;
}
#footer .footer-right a {
        text-decoration: none;
}

#footer-ticket-sheet {
	clear: both;
	width: 895px;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 11px;		/*文字サイズ*/
	color: #333;			/*文字色*/
	border : 1px solid #99A ;	/*背景色*/
	background: #e6e6fa;
	overflow: hidden;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer-ticket-sheet p {
	text-align: right;
	line-height: 120%;
	float: right;
	overflow: hidden;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

#footer-ticket-sheet p.company {
	font-size: 120%;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #d2d2d2;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #cfd7f4;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	line-height: 150%;
}
ul.square {
	padding: 0em 25px 1em;
	list-style: square;
	line-height: 150%;
}
ul.disc li,
ul.square li {
    margin-bottom: 6px;
}
ul.square ul.square {
	padding-bottom: 0;
}

ul.asterisk {
        padding: 0em 25px 1em;
}
ul.asterisk li {
        list-style-type: none;
        text-indent: -1em;
        margin-bottom: 6px;
        font-size: 90%;
}
ul.asterisk li:before {
        display: inline;
        content: "※";
}

ul li ul.asterisk {
        margin-top: 2px;
        padding-bottom: 0;
}
ul li ul.asterisk li {
        margin-bottom: 1px;
}

.color1 {
	color: #033776;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}


/*CosPro概略説明ページ（Overview）
---------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
    font-family: 'Montserrat', sans-serif;
}

.landing-page p {
    margin-top: 0px;
}

.landing-page .navbar-right {
    font-size: 83%;
}

.landing-page .navbar-right a {
    text-decoration: none;
}
.landing-page .navbar-right a:visited {
    color: #FFFFFF;
}

.navbar .navbar-nav > li > a {
    padding: 10px 5px;
}

.filter-gradient.blue:after {
    background: rgba(8, 93, 118, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99085D76,endColorstr=#99085D76);
}

.logo-container {
    margin-top: 8px;
    margin-left: 16px;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 0;
    border: 0;
    width: auto;
}

.aliis-logo {
        margin-top: 8px;
}

.aliis-logo img {
        width: 200px;
}

.landing-page .parallax {
    height: 480px;
}

.landing-page .parallax .parallax-image {
    width: 434px;
    margin: 0 auto;
    padding-top: 210px;
}

.landing-page .parallax .parallax-image img {
    width: 88%;
    height: auto;
}

.landing-page .parallax .description {
    padding-top: 143px;
}

.landing-page #main {
        float: none;
        width: 100%;
        padding: 20px 30px 30px 30px;
}

.landing-page #main h2 {
    font-size: 120%;
    color: #FFFFFF;
    clear: both;
    padding-left: 30px;
    line-height: 40px;
    height: 45px;
    overflow: hidden;
    background: url(../images/midashi_bg1_ov.png) no-repeat;
    margin-top: 30px;
    width: 880px;
}

.landing-page #main h3.image-title {
    font-size: 120%;
    color: #222222;
    text-align: center;
    margin-top: 25px;
}

.landing-page #main h3.image-title-detail {
        margin-top: 50px;
}

.landing-page #main .regist-note {
        border: 1px dotted #880000;
        padding: 5px 15px 0 30px;
        font-size: 88%;
        margin: 0 10px 20px 10px;
        line-height: 150%;
        list-style-type: square;
}
.landing-page #main .regist-note li {
        margin-bottom: 5px;
}
.landing-page #main form.cospro_regist {
        border: 1px solid #EEEEEE;
        padding: 5px 30px 30px 30px;
        background-color: #EEEEEE;
}

/* placeholder */
/* 参考:http://webdev.jp.net/placeholder-css/ */
.landing-page #main form#form_regist input::-webkit-input-placeholder {
    color: #CCC;
    font-weight: normal;
}
.landing-page #main form#form_regist input:-ms-input-placeholder {
    color: #CCC;
    font-weight: normal;
}
.landing-page #main form#form_regist input::-moz-placeholder {
    color: #CCC;
    font-weight: normal;
}

.landing-page #main form h3 {
        font-size: 110%;
        font-weight: bold;
        border-bottom: 1px solid #CCCCCC;
        padding: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
        /*background-color: #CCCCCC;*/
}

.landing-page #main form .note {
        /*border: 1px dotted #CCCCCC;*/
        margin: 0 auto;
        font-size: 100%;
        padding: 5px
}


.landing-page #main form .required {
        margin-left: 4px;
        color: #880000;
        font-weight: bold;
}

.landing-page #main .regist-note li .required {
        margin-left: 0;
        color: #880000;
        font-weight: bold;
}


.landing-page #main form .submit {
        margin-top: 40px;
}

.landing-page #main .contact {
        border: 1px solid #CCCCCC;
        padding: 10px;
}

.landing-page #main .contact p {
        padding: 6px;
}

.landing-page #main .contact p.note-moving {
        font-size: 100%;
}


.landing-page .confirm_note {
        font-size: 100%;
        text-align: left;
        line-height: 175%;
        margin-bottom: 15px;
}

.landing-page #form_confirm th {
        padding-left: 36px;
}

.landing-page #form_confirm th.subtitle {
        padding-left: 0;
}

.landing-page #form_confirm td {
        text-align: left;
}


.landing-page .confirm_error {
        color: #880000;
}

/*CosPro登録依頼フォーム送信後のサンキューページ
---------------------------------------------------------------------------*/
#thank_regist {
        width: 600px;
        margin: 0 auto 40px auto;
        background-color: #EFEFEF;
        padding: 25px;
}
#thank_regist .title {
        text-align: center;
        font-size: 150%;
        margin: 0 auto 20px auto;
}
#thank_regist p {
        font-size: 125%;
        line-height: 150%;
        margin-bottom: 10px;
}
#thank_regist .contact {
        border: 1px solid #999999;
        margin: 20px auto;
        width: 500px;
        padding: 20px;
        text-align: center;
}
#thank_regist .contact .company {
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
}

/* -------------  ページ下部の連絡先 --------------- */
td.contact-bottom .contact-address {
        margin-bottom: 10px;
}

td.contact-bottom .contact-tel img {
        vertical-align: top;
}
td.contact-bottom .contact-tel .tel-number {
        font: bold 36px/1.1 Arial, Helvetica, sans-serif;
        color: #372B99;
}

td.contact-bottom .contact-suffix {
        margin-top: 8px;
        font-size: 12px;
        padding-top: 0;
}

td.contact-bottom .contact-open {
        margin-top: 10px;
}



