﻿﻿@charset "UTF-8";

/* common
------------------------------------------------------------ */

.titleDotLine{
	background: url(../img/dotline.gif) repeat-x bottom;
}

.titleUnderLine{
	border-bottom: 1px solid #330000;
}

.titleTopDotLine{
	border-top: 1px dot #330000;
}

.titleTopBtmLine{
	border-bottom: 1px solid #330000;
    border-top: 1px solid #330000;
    padding: 0.4em;
}

/* ドットライン枠 */
div.dotLineBlock{
	border: 1px #330000 dotted;
    padding: 20px;
}

/* divの幅を指定 */
div.waku100{width:100px;}
div.waku150{width:150px;}
div.waku450{width:450px;}
div.waku460{width:460px;}
div.waku480{width:480px;}
div.waku490{width:490px;}
div.waku520{width:520px;}
div.waku600{width:600px;}
div.waku650{width:650px;}
div.waku940{width:938px;}

/* 枠ボタン用 */
div.wakuBtnBlock{
    position:relative;
    margin-top:25px;
    margin-bottom:20px;
}

/* 枠なしボタン用 */
div.btnBlock{
    position:relative;
    margin:25px 20px 20px 0;
}


/* 枠なしボタン用 右側余白0*/
div.btnBlock2{
    position:relative;
    margin:25px 0 5px 0;
}


.dispNum{
	height: 28px;
	background: url(../img/dotline.gif) repeat-x bottom;
	margin-top: 15px;
	text-align: right;
}

/* for h2
------------------------------------------------------------ */
h2{
	padding-top: 15px;
}
/*下線あり*/
h2.condTtl{
	padding-bottom: 5px;
	border-bottom: 1px solid #330000;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #411111;
	letter-spacing: 0.1em;
}

h2.condTtl a:link{
	color: #411111;
	text-decoration: none;
}

/*下線なし*/
h2.detailTtl{
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #411111;
}



/*下線なし 「新規作成」等で使用するのタイトル*/
h2.spaceTtl{
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #411111;
}

h2.spaceTtl2{
    letter-spacing: 3px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #411111;
	display:inline;
	vertical-align: 50%;
}

/* for h3
------------------------------------------------------------ */
h3{
	margin-top: 20px;
}
h3.inquiry{
	margin-top: 30px;
}
/*「〇〇書」タイトル*/
h3.paperTitle{
	margin:0 auto;
    font-size:40px;
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
}

h3.brownTitle{
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}


h3.brownTitle a:link{
	color: #411111;
	text-decoration: none;
}

h3.brownTitle2{
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align:center;
	margin-bottom:10px;
}

h3.brownTitle3{
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align:right;
}

h3.blueTitle{
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}


h3.blueTitle img{
    margin-right:5px;
}

h3.redTitle{
	/*color:#660033;*/
    color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

h3.detailTtl{
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 0.1em;
	color: #411111;
}

h3.detailTtl a:link{
	color: #411111;
	text-decoration: none;
}

/* h3用titleUnderLine */
h3.titleDotLine{
	background: url(../img/dotline.gif) repeat-x bottom;
    padding-bottom:7px;
}

/* for h4
------------------------------------------------------------ */
h4.btnTitle{
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

/* for textarea
------------------------------------------------------------ */
textarea.textareaAnimated {
	vertical-align: top;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
}
.w_max textarea{width: 100%;}
.w90per textarea{width: 98%;}
textarea{
	width: 98%;
	border: 1px solid #b18c8f;
}

textarea.w195{
	width: 195px;
}

/* for input & select
------------------------------------------------------------ */
/* テキストフォームの幅を指定 */
.w50 input {width:50px;}
.w70 input {width:70px;}
.w85 input {width:85px;}
.w100 input{width:100px;}
.w120 input{width: 120px;}
.w240 input{width: 240px;}
.w280 input{width: 280px;}
.w320 input{width: 320px;}
.w350 input{width: 350px;}
.w470 input{width: 470px;}
.w740 input{width: 740px;}
.w900 input{width: 896px;}
.w90per input{width: 90%;}
.w_max input{width: 100%;}

/* 高さを指定 */
.ht50 input{height: 50px;}
.ht60 input{height: 56px;}
.ht100 input{height: 100px;}

/* セレクトフォームの幅を指定 */
.sw740 select{width: 740px;}
.sw220 select{width: 220px;}
.sw300 select{width: 300px;}
.sw600 select{width: 600px;}
.sw100 select{width: 100px;}
.sw110 select{width: 110px;}
.sw150 select{width: 150px;}
.sw90 select{width: 90px;}
.sw60 select{width: 60px;}
.sw90per select{width: 90%;}
.sw_max select{width: 100%;}

select,input[type="text"]{
	border: 1px solid #b18c8f;
}

/* for button
------------------------------------------------------------ */
.condBtn{
	margin-top: 20px;
	text-align: right;
}

.condBtnModal{
	margin-top: 20px;
    padding-right:10px;
	text-align: right;
}
.condBtnModal input{
	margin-left: 30px;
}

.condBtn2{
	margin-top: 80px;
	text-align: right;
}

.condBtn3{
	margin-top: 20px;
	text-align: left;
}

.condBtnSideOutPut{
	margin-top: 20px;
	text-align: right;
}

.condBtn input{
	margin-left: 20px !important;
}
.condBtn img{
	margin-left: 20px !important;
}

.condBtn2 input{
	margin-left: 30px;
}

.condBtn3 input{
	margin-right: 30px;
}

.condBtn3 img{
	margin-right: 30px;
}

.condBtnSideOutPut input{
	margin-right: 5px;
}


.hSideBtn{
	right: 0;
	margin-top:-30px;
}

.wakuBtn {
    position:absolute;
    right:0;
    top:-10px;
}

.wakuBtn input{
	margin-left: 30px;
}

.wakuBtnMdl {
    position:absolute;
    left:150px;
    top:0;
}

.wakuBtn2 {
    position:absolute;
    right:188px;
    top:-10px;
}

.btnRight img{
    margin-top:10px;
    margin-bottom:20px;
    float:right;
}

.btnRight2 img{
    margin-top:0px;
    margin-bottom:40px;
    float:right;
}

/* 商品プラン・マスタ用 */
.inTableBlock{
    float:right;
    width:240px;
    margin-right:-10px;
}

.inTableSeq{
    right:200px;
    float:left;
    margin-right:10px;
}

.inTableBtnTop{
    right:0px;
}

.inTableBtnBtm{
    float:right;
    margin-left:10px;
}

/*モーダル用ボタン*/

.keepBtn img{ margin-left:20px; }

/* [AREA] okError
------------------------------------------------------------ */

.okError .okMsg {
    font-size:14px;
    color:#2A5870;
    padding:50px 0;
}

.okError .okMsg td {font-size:14px;}


.okError .mark {
    padding-right:20px;
}


/* [AREA] agentInfo
------------------------------------------------------------ */
.agentInfo table{
	width:980px;
	margin-bottom: 5px;
}

.agentInfo table th.th1{ width: 84px;}
.agentInfo table th.th2{ width: 40px;}
.agentInfo table th.th3{ width: 25px;}
.agentInfo table th.th4{ width: 25px;}
.agentInfo table td.td1{ width: 240px}
.agentInfo table td.td2{ width: 160px;}
.agentInfo table td.td3{ width: 110px;}
.agentInfo table td.td4{ width: 110px;}

/* [AREA] agentInfoModal
------------------------------------------------------------ */
.agentInfoModal table{
	width: 945px;
}
.agentInfoModal table th.th1{ width: 80px;}
.agentInfoModal table th.th2{ width: 60px;}
.agentInfoModal table th.th3{ width: 50px;}
.agentInfoModal table th.th4{ width: 50px;}
.agentInfoModal table td.td1{ width: 242px;}
.agentInfoModal table td.td2{ width: 223px;}
.agentInfoModal table td.td3{ width: 121px;}
.agentInfoModal table td.td4{ width: 122px;}

/* [AREA] customerInfo
------------------------------------------------------------ */
.customerInfo{
	position: relative;
	margin-top: 5px;
}
.customerInfo table.table1{
	width:980px;
	margin-top: 5px;
}
.customerInfo table.table2{
	width:980px;
	margin-top: 5px;
}
.customerInfo table.table3{
	width:100%;
	margin-top: 5px;
}
.customerInfo .btnBlue1{
	position: absolute;
	top: 35px;
	right: 0;
}

.customerInfo th.th1{ width: 85px;}
.customerInfo th.th2{ width: 50px;}
.customerInfo td.td1{ width: 96px;}
.customerInfo td.td2{ width: 286px;}
.customerInfo td.td3{ width: 474px;}
.customerInfo td.td4{ }
.customerInfo th.td5{ width: 55px;}
.customerInfo td.td6{ width: 170px;}
.customerInfo td.td7{ width: 200px;}
.customerInfo th.th8{ width: 85px;}

/* [AREA] customerInfoModal
------------------------------------------------------------ */
.customerInfoModal{
	position: relative;
}
.customerInfoModal table.table1{
	width:945px;
	margin-bottom: 5px;
}
.customerInfoModal table.table2{
	width:945px;
}
.customerInfoModal table.table3{
	width:100%;
	margin-top: 5px;
}
.customerInfoModal .btnBlue1{
	position: absolute;
	top: 35px;
	right: 0;
}

.customerInfoModal th.th1{ width: 85px;}
.customerInfoModal th.th2{ width: 50px;}
.customerInfoModal td.td1{ width: 96px;}
.customerInfoModal td.td2{ width: 271px;}
.customerInfoModal td.td3{ width: 463px;}
.customerInfoModal td.td4{ width: 246px;}
.customerInfoModal th.td5{ width: 55px;}
.customerInfoModal td.td6{ width: 189px;}
.customerInfoModal td.td7{ width: 233px;}
.customerInfoModal th.th8{ width: 87px;}

/* [AREA] new
------------------------------------------------------------ */
.new{
	height: 100%;
    padding-top:10px;
}
.new h2{
	padding: 0px
}
.new .btn{
	margin-bottom:10px;
	margin-top:-5px;
}


/* [AREA] condition
------------------------------------------------------------ */
.condition table{
	width: 100%;
	margin-top: 15px;
}

.condition input{
	margin-left: 3px;
	margin-right: 3px;
}

.condition select{
	margin-left: 3px;
	margin-right: 3px;
}

.condition textarea{
	margin-left: 3px;
	margin-right: 3px;
}


/*テーブル全体の幅を指定*/
.condition table.tblW250{ width: 250px;}
.condition table.tblW560{ width: 560px;}

/*テーブル全体の高さを指定*/
.condition table.tblH100{ height: 100px;}
.condition table.tblH250{ height: 250px;}
.condition table.tblH300{ height: 350px;}


.condition th{
	width: 120px;
}

.condition td{
	font-size: 12px;
}

/* 列の幅を指定 */
.condition td.halfWidth{width: 328px;}
.condition td.halfWidthModal{width: 300px;}

.condition th.col3, td.col3{width: 398px;}

.condition th.colw30, td.colw30{width: 30px;}
.condition th.colw50, td.colw50{width: 50px;}
.condition th.colw65, td.colw65{width: 65px;}
.condition th.colw80, td.colw80{width: 80px;}
.condition th.colw100, td.colw100{width: 100px;}
.condition th.colw115, td.colw115{width: 115px;}
.condition th.colw120, td.colw120{width: 120px;}
.condition th.colw130, td.colw130{width: 130px;}
.condition th.colw150, td.colw150{width: 150px;}
.condition th.colw155, td.colw155{width: 155px;}
.condition th.colw200, td.colw200{width: 200px;}
.condition th.colw260, td.colw260{width: 260px;}
.condition th.colw290, td.colw290{width: 290px;}
.condition th.colw300, td.colw300{width: 302px;}
.condition th.colw320, td.colw320{width: 320px;}
.condition th.colw380, td.colw380{width: 380px;}
.condition th.colw500, td.colw500{width: 500px;}
.condition th.colw600, td.colw600{width: 590px;}
.condition th.colw_auto, td.colw_auto{width: auto;}


/* 列の高さを指定 */
.condition th.rowh22, td.rowh22{height:22px;}
.condition th.rowh50, td.rowh50{height:50px;}
.condition th.rowh100, td.rowh100{height:100px;}
.condition tr.blank{height:35px;}

.condition tr.blank th{
	height:0px; padding-bottom:0; border-bottom:none;
}
.condition tr.blank td{
	height:0px; padding-bottom:0;
}
.condition th.noBorderBottom{
	border-bottom:none;
}

.condition label{
	padding-right: 10px;
}

.condition .left{
	width: 60px; height:20px; float:left;
}
.condition .right{
	width: 60px; height:20px; float:left; text-align:right;
}

.condition .rightBtn{
	width: 60px; height:20px; float:left; text-align:right;
}
.condition .rightBtn .img{
	position: relative;
}
.condition .rightBtn .imgtxt{
	position: absolute; top: 4px; left: 5px;
	color: #ffffff;
	font-size:80%;
	font-weight:normal;
	letter-spacing: 0.1em;
}

/*請求書明細情報のご請求金額欄*/
.condition .chargeBlock{
	position: relative;
}

.condition .chargeBlock .chargeBills{
	float:right;
    padding:0px;
    margin-left:10px;
}

.condition .chargeBills p{
    padding:10px 15px;
}

.condition .chargeBlock .bank{
	float:right;
	top:-40px;
    right:0px;
    padding-left:10px;
}
.condition .chargeBlock .chargeAmountTtl{
	float:right;
	margin-top:38px;

}

.doubleLine{
	border-bottom: 3px double #666666;
}

.condition .chargeBlock2{
	position: relative;
}

.condition .chargeBlock2 .chargeBills2{
    position:absolute;
    top: -27px;
    left:130px;
    padding:0px;
}

.condition .chargeBlock2 .chargeBills2 p{
    padding:10px 5px;
}

.condition .chargeBlock2 .bank2{
    position:absolute;
    top:-40px;
    right:0px;
}

.condition .chargeBlock2 .chargeInfo{
    position:absolute;
    top:-40px;
    left:225px;
	width:275px;
}

.condition .chargeBlock2 .chargeInfo p{
    float:left;
    margin-left:0px;
}


.condition .checkAllCheck{
	width:120px; height:20px; float:left;
}
.condition .checkAllGroup{
	width:800px; height:20px;
}

.condition .checkAllCheck2{
	width:120px; height:40px; float:left;
}
.condition .checkAllGroup2{
	width:600px; height:40px;
}
/* 3列リスト */
.condition .listFloat3 li{
	float:left; width:250px;
}

.condition button{
	padding:3px 5px;
}


/*テーブルが２つ横並び 980幅 二つのテーブル間60px*/
.condition div.twoBlock980 {
	width: 460px;
	margin-right: 60px;
	float: left;
}

/*テーブルが２つ横並び 980幅 二つのテーブル間20px*/
.condition div.twoBlock980b {
	width: 480px;
	margin-right: 20px;
	float: left;
}

/*テーブルが２つ横並び 180幅*/
.condition div.twoBlock180 {
	width: 180px;
}

/*テーブルが２つ横並び 380幅*/
.condition div.twoBlock360 {
	width: 380px;
}
/* 日程表専用スタイル */
.condition div.program_area table {
	margin-top:0;
}

.condition div.program_area td.program textarea {
	height:1023px;
	font-size: 8pt;
}
.condition div.program_area div.innerTitle {
	float: left;
}
.condition div.program_area div.innerButton {
	margin-top: -3px;
	text-align: right;
	height: 18px;
}

.condition div.program_area div.right_area td.message {
	border-right-width:0;
	padding-right:0;
}
.condition div.program_area div.right_area td.message textarea {
	width:390px;
	height:70px;
	font-size: 7pt;
}
.condition div.program_area div.right_area td.templ_read {
	border-left-width:0;
	border-right-width:0;
	padding-left:0;
	padding-right:0;
	text-align: right;
}
.condition div.program_area div.right_area td.up_down_btn {
	border-left-width:0;
	padding-left:5;
	padding-right:5px;
}
.condition div.program_area div.right_area td.up_down_btn a {
	display:block;
	text-align:center;
	border:1px solid #999999;
	padding:4px 5px 4px 5px;
	text-decoration:none;
}


/* [AREA] Transfer info
------------------------------------------------------------ */
.transferInfo th { text-align:center;}

.transferInfo th.th1{ width: 75px;}
.transferInfo th.th2{ width: 75px;}
.transferInfo th.th3{ width: 325px;}
.transferInfo th.th4{ width: 80px;}
.transferInfo th.th5{ width: 325px;}


/* [AREA] result
------------------------------------------------------------ */

.result td a:link{
	color: #29bfe0;
	text-decoration: underline;
}
.result td a:visited{
	color: #29bfe0;
	text-decoration: none;
}
.result td a:hover{
	background: none;
	color: #333333;
	text-decoration: underline;
}

.result table{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.result h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #330000;
	margin-bottom: 13px;
}
/*メッセージ、リクエスト、アラート件数表示*/
.result p.mesRecAlart{
    color: #330000;
    margin-bottom: 10px;
    padding-bottom:0px;
    padding-left:15px;
}

.result .paging{
	position: relative;
	color: #330000;
	line-height: 1;
	background: url(../img/dotline.gif) repeat-x bottom;
	text-align: center;
	height: 26px;
}

.result .pagingBtm{
	background: url(../img/dotline.gif) repeat-x top;
	padding-top: 14px;
}

.result .paging p{
	position: absolute;
	left: 0;
    top:0;
}


.result .paging span{
	font-size: 15px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 8px;
}
.result .paging span.current{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 10px 7px;
}

.result .paging a{
	position: relative;
	color: #330000;
	text-decoration: none;
	padding: 10px 7px;
}
.result .paging a:hover{
	color: #29bfe0;
}

.csvEx{
    position:relative;
    width:980px;
}

.csvEx .csvtxt{
	position: absolute;
	right: 70px;
    top:-26px;
}
.csvEx .csvbtn{
	position: absolute;
	right: 0px;
    top:-30px;
}

/*チェックボックスON/OFF*/
.result .allCheckBlock, .result .allCheckBlock2{
	padding-top: 10px;
}

.result .allCheckBlock2 input, .result .allCheckBlock input{
	margin-right: 5px;
}

.result th{
	text-align: center;
	padding: 0;
	line-height: 1.2;
	background: url(../img/arrow_th_off.gif) no-repeat;
	background-position: center 42px;
	height: 50px;
	cursor: pointer;
	text-decoration: underline;
    font-size: 10px;
}

.result th.rows2{
	background-position: center 92px;
	height: 100px;
}

.result th.current{
	background-image: url(../img/arrow_th_on.gif);
}

/* 表のthが降順のアイコン */
.result th.down{
	background-image: url(../img/arrow_th_on.gif);
}

/* 表のthが昇順のアイコン */
.result th.up{
	background-image: url(../img/arrow_th_on02.gif);
}


/* 表のthにアイコンをつけない */
.result th.noBg{
	background-image: none;
	text-decoration: none;
	cursor: auto;
}

/* 表のthの背景をグレーに */
.result th.grayBg{
	background-color:#999;
}

/* 表のthの背景を白に */
.result th.whiteBg,.result td.whiteBg{
	background-color:#fff;
    color:#333333;
    font-weight:normal;
    text-align:right;
    padding: 0px 5px;
}

/* 表のthの高さを30px */
.result th.h30{
	height:30px;
}


.result td{
	text-align: left;
	background-color: #f4f4f4;
	padding: 7px 5px;
    font-size: 11px;
}
.result tr.odd td{
	background-color: #FFFFFF;
}


/* [AREA] total
------------------------------------------------------------ */
.total{
	margin-top: 30px;
	padding: 10px 30px 0 0;
	border: 1px solid #e0e0e0;
	background-color: #f4f4f4;
	font-size: 13px;
}
*:first-child+html .total{
	padding-bottom: 15px;
}
.total h4{
	clear: both;
	float: left;
	padding-left: 456px;
	padding-top: 20px;
	_padding-bottom: 48px;
}
.total h4 img{
	margin-right: 5px;
}
.total h4 span{
    color: #411111;
	font-weight: bold;
}
*:first-child+html .total h4{
	padding-bottom: 48px;
}
.total h4.last{
	padding-left: 453px;
}
*:first-child+html .total h4.last{
	padding-bottom: 0;
}
.total dl{
	float: right;
	width: 260px;
	padding-top: 20px;
	font-weight: bold;
}

.total dl.last{
    margin-bottom: 20px; /* override common.css */
}

.total dl.wideDl{
    width: 330px;
}

.total dt{
	clear: both;
	width: 130px;
	float: left;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.total dt.wide{
	width: 200px;
}

.total dd{
	float: right;
	width: 130px;
	text-align: right;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	_padding-top: 2px;
}

.total dl.double dt,
.total dl.double dd{
	border-bottom: 3px double #666666;
}

/* [AREA] relation
------------------------------------------------------------ */
.relationBtnTitle{
	width:340px;
    text-align:left;
}


/* [AREA] paperBlock （請求書・見積書情報画面）
------------------------------------------------------------ */
/*申込履歴NO.*/
div.logNoBlock {
	position:relative;
}
div.logNo {
	position:absolute;
    top:-45px;
    right:0;
}

.paperBlock{
	border: 1px #b18c8f solid;
    width: 940px;
    padding: 20px;
}

/*四角枠線 青*/
div.cmntWakuBlock{
	border: 1px solid #b18c8f;
    margin-top:15px;
    padding:20px;

}

div.cmntWakuBlock p{
    padding-top:30px;
    padding-left:10px;
}

div.nameWakuBlock{
	border: 1px solid #b18c8f;
    margin-top:15px;
    padding: 20px 0;
}

/*テーブルが２つ横並び 940幅*/
div.twoBlock {
    width:440px;
	margin-right: 60px;
	float: left;
}
/*テーブルが２つ横並び 980幅*/
div.twoBlock460 {
    width:460px;
	margin-right: 60px;
	float: left;
}
/*テーブルが２つ横並び 940幅*/
div.twoBlock460mr20 {
    width:460px;
	margin-right: 20px;
	float: left;
}

div.twoBlock460mr20 th.pr0{
    width:90px;
}

.pwd50{ width:50px;}
.pwd65{ width:65px;}
.pwd80{ width:80px;}
.pwd100{ width:100px;}
.pwd220{ width:220px;}
.pwd240{ width:240px;}
.pwd280{ width:280px;}
.pwd400{ width:400px;}
.pwd440{ width:440px;}
.pwd450{ width:450px;}
.pwd480{ width:480px;}
.pwd490{ width:490px;}
.pwd550{ width:550px;}
.pwd590{ width:590px;}
.pwd615{ width:615px;}
.pwd900{ width:900px;}
.pwd950{ width:950px;}

.pht15 { height:15px;}
.pht30 { height:33px;}
.pht60 { height:60px;}
.pht160 { min-height:160px;}
.pht270 { min-height:270px;}

td.td150 { width:150px;}

.paperBlock .noneTable th {
    padding-left:0;
    padding-top:10px;
}

.companystamp{
	position:absolute;
	top:50px;
	left:300px;
}
.ceremonyCompanyStamp{
    position: relative;
    top:120px;
    left:270px;
}

.paperBlock .paperBlockMemoTtl{
    padding-top:0px;
    padding-left:0px;
    padding-bottom:5px;
    margin-left:-15px;
    margin-top:-18px;
}

/* [AREA] weddingInfo
------------------------------------------------------------ */
.weddingInfo{
	position: relative;
	margin-top:5px;
}
.weddingInfo table{
	width: 100%;
}
.weddingInfo .btnBlue1{
	position: absolute;
	top: 35px;
	right: 0;
}
.weddingInfo table{
	width: 100%;
}
.weddingInfo th{ width: 85px;}



/* [AREA] itemListInfo
------------------------------------------------------------ */
.itemListInfo{
	float: right;
	width: 767px;
}
.itemListInfo h2{
	margin-bottom: 20px;
}
.itemListInfo .menuImg img{
	display: block;
}
.itemListInfo .menuImg a{
	float: left;
	margin: 0 0 10px 0;
}
.itemListInfo .btnBlock{
	right: 0;
	bottom: 0;
}
.itemListInfo .btnBlock img{
	margin-bottom: 10px;
}


/* 追加　end */

/* search.html
------------------------------------------------------------ */
/*.result td.rTd1{width: 26px; text-align: center;}
.result td.rTd2{width: 67px; text-align:center;}
.result td.rTd3{width: 105px;}
.result td.rTd4{width: 72px;}
.result td.rTd5{width: 77px;}
.result td.rTd6{width: 95px;}
.result td.rTd7{width: 69px;}
.result td.rTd8{width: 61px;}
.result td.rTd9{width: 65px; text-align: right;}
.result td.rTd10{width: 74px;}
.result td.rTd11{width: 57px;}
*/

/* GT02010.html   ★
------------------------------------------------------------ */
.result .GT02010 td.rTd1{width: 20px; text-align: center; color:red;}
.result .GT02010 td.rTd2{width: 60px;}
.result .GT02010 td.rTd2 div.tpl{width:60px;}
.result .GT02010 td.rTd3{width: 75px; text-align: center;}
.result .GT02010 td.rTd4{text-align: center;}
.result .GT02010 td.rTd5{width: 100px;}
.result .GT02010 td.rTd5 div.tpl{width: 100px;}
.result .GT02010 td.rTd6{width: 75px; text-align: center;}
.result .GT02010 td.rTd7{width: 50px; text-align: center;}
.result .GT02010 td.rTd8{width: 110px;}
.result .GT02010 td.rTd8 div.tpl{width:110px;}
.result .GT02010 td.rTd9{width: 60px;}
.result .GT02010 td.rTd9 div.tpl{width:60px;}
.result .GT02010 td.rTd10{width: 75px; text-align: center;}
.result .GT02010 td.rTd11{width: 55px; text-align: center;}
.result .GT02010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* GT03020_1.html　　
------------------------------------------------------------ */
.result .GT03020_1 td.rTd1{width: 25px; text-align: center;}
.result .GT03020_1 td.rTd2{}
.result .GT03020_1 td.rTd3{width: 300px;}
.result .GT03020_1 td.rTd4{width: 80px; text-align: center;}
.result .GT03020_1 td.rTd5{width: 80px; text-align: center;}
.result .GT03020_1 td.rTd6{width: 80px; text-align: center;}
.result .GT03020_1 td.rTd7{width: 30px;  text-align: center;}
.result .GT03020_1 td.rTd8{width: 80px; text-align: center;}
.result .GT03020_1 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT03020_2.html　　
------------------------------------------------------------ */
.result .GT03020_2 td.rTd1{width: 25px; text-align: center;}
.result .GT03020_2 td.rTd2{width: 150px; text-align: center;}
.result .GT03020_2 td.rTd3{width: 300px;}
.result .GT03020_2 td.rTd4{width: 100px;}
.result .GT03020_2 td.rTd5{width: 100px;}
.result .GT03020_2 td.rTd6{width: 100px; text-align: center;}
.result .GT03020_2 td.rTd7{width: 30px;  text-align: center;}
.result .GT03020_2 td.rTd8{width: 150px; text-align: center;}
.result .GT03020_2 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* GT03020.html　　
------------------------------------------------------------ */
.result .GT03020 td.rTd1{width: 35px; text-align: center;}
.result .GT03020 td.rTd2{width: 150px;}
.result .GT03020 td.rTd3{width: 200px;}
.result .GT03020 td.rTd4{width: 80px; text-align: center;}
.result .GT03020 td.rTd5{width: 80px; text-align: center;}
.result .GT03020 td.rTd6{width: 80px; text-align: center;}
.result .GT03020 td.rTd7{width: 30px; text-align: center;}
.result .GT03020 td.rTd8{width: 80px; text-align: center;}
.result .GT03020 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT06010.html　　　★
------------------------------------------------------------ */
.result .GT06010 td.rTd1{width: 25px;text-align: center;}
.result .GT06010 td.rTd2{width: 75px;text-align: center;}
.result .GT06010 td.rTd3{width: 75px;text-align: center;}
.result .GT06010 td.rTd4{width: 75px;}
.result .GT06010 td.rTd4 div.tpl{width: 75px;}
.result .GT06010 td.rTd5{width: 75px;text-align: center;}
.result .GT06010 td.rTd6{}
.result .GT06010 td.rTd6 div.tpl{width:150px;}
.result .GT06010 td.rTd7{width: 80px; text-align:center;}
.result .GT06010 td.rTd8{width: 75px; text-align:center;}
.result .GT06010 td.rTd9{width: 95px; text-align: right;}
.result .GT06010 td.rTd10{width: 150px;}
.result .GT06010 td.rTd10 div.tpl{width:150px;}
.result .GT06010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT07010.html　  ★　　
------------------------------------------------------------ */
.result .GT07010 td.rTd1{width: 75px; text-align:center;}
.result .GT07010 td.rTd2{width: 75px; text-align:center;}
.result .GT07010 td.rTd3{width: 75px;}
.result .GT07010 td.rTd3 div.tpl{width:75px;}
.result .GT07010 td.rTd4{width: 75px; text-align:center;}
.result .GT07010 td.rTd5{width: 110px;}
.result .GT07010 td.rTd5 div.tpl{width:110px;}
.result .GT07010 td.rTd6{}
.result .GT07010 td.rTd7{width: 75px; text-align:center;}
.result .GT07010 td.rTd8{width: 80px; text-align:right;}

/*販売店表示用ココカラ*/
.result .GT07010 td.rTd9_2{width: 160px;}
.result .GT07010 td.rTd9_2 div.tpl{width:160px;}
/*販売店表示用ココマデ*/
.result .GT07010 td.rTd9{width: 80px;}
.result .GT07010 td.rTd9 div.tpl{width:80px;}

.result .GT07010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT07020.html  上
------------------------------------------------------------ */
.itemList .GT07020top td.rTd1{width: 350px;}
.itemList .GT07020top td.rTd2{width: 70px; text-align: right;}
.itemList .GT07020top td.rTd3{width: 130px;}
.itemList .GT07020top td.rTd4{width: 36px;}
.itemList .GT07020top td.rTd5{width: 36px;}
.itemList .GT07020top td.rTd6{width: 18px;}

/* GT07050.html  上　  ★
------------------------------------------------------------ */
.result .GT07050top td.rTd1{width: 45px; text-align: center;}
.result .GT07050top td.rTd2{width: 70px; text-align: center;}
.result .GT07050top td.rTd3{width: 100px;}
.result .GT07050top td.rTd3 div.tpl{width:100px;}
.result .GT07050top td.rTd4{width: 70px; text-align: center;}
.result .GT07050top td.rTd5{}
.result .GT07050top td.rTd6{width: 80px; text-align: right;}
.result .GT07050top td.rTd7{width: 70px;}
.result .GT07050top td.rTd7 div.tpl{width:70px;}
.result .GT07050top td.rTd8{width: 150px;}
.result .GT07050top td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* GT07050.html  下のテーブル分　　★
------------------------------------------------------------ */
.result .GT07050btm td.rTd1{width: 50px; text-align: center;}
.result .GT07050btm td.rTd2{width: 90px;}
.result .GT07050btm td.rTd3{width: 120px;}
.result .GT07050btm td.rTd3 div.tpl{width:120px;}
.result .GT07050btm td.rTd4{width: 90px;}
.result .GT07050btm td.rTd5{}
.result .GT07050btm td.rTd6{width: 80px; text-align: right;}
.result .GT07050btm td.rTd7{width: 80px;}
.result .GT07050btm td.rTd7 div.tpl{width:80px;}
.result .GT07050btm td.rTd8{width: 40px; text-align: center;}
.result .GT07050btm td.rTd9{width: 150px;}
.result .GT07050btm td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .result .GT07050btm td.rTd6 div.tpl{
        width:65px;
    }

/* GT07060.html
------------------------------------------------------------ */
.result .GT07060 td.rTd1{width: 25px; text-align: center;}
.result .GT07060 td.rTd2{width: 270px;}
.result .GT07060 td.rTd3{width: 25px; text-align: center;}
.result .GT07060 td.rTd4{width: 65px; text-align: center;}
.result .GT07060 td.rTd5{width: 45px; text-align: center;}
.result .GT07060 td.rTd6{width: 55px; text-align: center;}
.result .GT07060 td.rTd7{width: 250px;}
.result .GT07060 td.rTd8{width: 230px;}
.result .GT07060 td.rTd9{width: 25px; text-align: center;}
.result .GT07060 td.rTd10{width: 55px; text-align: center;}

/* GT07070.html  ★
------------------------------------------------------------ */
.result .GT07070 td.rTd0{width: 25px; text-align:center;}
.result .GT07070 td.rTd1{}
.result .GT07070 td.rTd2{width: 25px; text-align: center;}
.result .GT07070 td.rTd3{width: 60px; text-align: right;}
.result .GT07070 td.rTd4{width: 60px; text-align: right;}
.result .GT07070 td.rTd5{width: 60px; text-align: right;}
.result .GT07070 td.rTd6{width: 60px; text-align: right;}
.result .GT07070 td.rTd7{width: 190px;}


/* GT07080.html  上　  ★
------------------------------------------------------------ */
.result .GT07080top td.rTd1{width: 100px; text-align: center;}
.result .GT07080top td.rTd2{width: 70px; text-align: center;}
.result .GT07080top td.rTd3{width: 120px;}
.result .GT07080top td.rTd3 div.tpl{width:120px;}
.result .GT07080top td.rTd4{width: 70px; text-align: center;}
.result .GT07080top td.rTd5{}
.result .GT07080top td.rTd6{width: 90px; text-align: right;}
.result .GT07080top td.rTd7{width: 80px;}
.result .GT07080top td.rTd7 div.tpl{width:80px;}
.result .GT07080top td.rTd8{width: 80px;}
.result .GT07080top td.rTd8 div.tpl{width:80px;}
.result .GT07080top td.rTd9{width: 50px; text-align:center;}
.result .GT07080top td.rTd10{width: 50px; text-align:center;}
.result .GT07080top td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT07090.html  ★
------------------------------------------------------------ */
.result .GT07090 td.rTd0{width: 25px; text-align:center;}
.result .GT07090 td.rTd1{}
.result .GT07090 td.rTd2{width: 25px; text-align: center;}
.result .GT07090 td.rTd3{width: 60px; text-align: right;}
.result .GT07090 td.rTd4{width: 60px; text-align: right;}
.result .GT07090 td.rTd5{width: 60px; text-align: right;}
.result .GT07090 td.rTd6{width: 60px; text-align: right;}
.result .GT07090 td.rTd7{width: 190px;}

/* GT12010.html   ★
------------------------------------------------------------ */
.result .GT12010 td.rTd1{width: 100px; text-align:center;}
.result .GT12010 td.rTd2{width: 50px; text-align:center;}
.result .GT12010 td.rTd3{width: 75px;}
.result .GT12010 td.rTd3 div.tpl{width:75px;}
.result .GT12010 td.rTd4{width: 110px;}
.result .GT12010 td.rTd4 div.tpl{width:110px;}
.result .GT12010 td.rTd5{}
.result .GT12010 td.rTd6{width: 75px; text-align:right;}
.result .GT12010 td.rTd7{width: 75px; text-align:center;}
.result .GT12010 td.rTd8{width: 70px;}
.result .GT12010 td.rTd8 div.tpl{width:70px;}
.result .GT12010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT12020.html
------------------------------------------------------------ */
.result .GT12020 td.rTd1{width: 30px; text-align: center;}
.result .GT12020 td.rTd2{}
.result .GT12020 td.rTd3{width: 30px; text-align: center;}
.result .GT12020 td.rTd4{width: 100px; text-align:right;}
.result .GT12020 td.rTd5{width: 105px; text-align:right;}
.result .GT12020 td.rTd6{width: 115px;}
.result .GT12020 td.rTd7{width: 15px; border-right:none; text-align: center;}
.result .GT12020 td.rTd8{width: 15px; text-align: center;}

/* GT12030.html
------------------------------------------------------------ */
.result .GT12030 td.rTd1{width: 30px; text-align: center;}
.result .GT12030 td.rTd2{}
.result .GT12030 td.rTd3{width: 30px; text-align: center;}
.result .GT12030 td.rTd4{width: 100px; text-align:right;}
.result .GT12030 td.rTd5{width: 105px; text-align:right;}
.result .GT12030 td.rTd6{width: 115px;}
.result .GT12030 td.rTd7{width: 15px; text-align: center;}

/* GT13010.html　　　★
------------------------------------------------------------ */
.result .GT13010 td.rTd1{width: 20px; text-align: center;}
.result .GT13010 td.rTd2{width: 50px; text-align:center;}
.result .GT13010 td.rTd3{width: 100px; text-align:center;}
.result .GT13010 td.rTd4{width: 110px;}
.result .GT13010 td.rTd4 div.tpl{width:110px;}
.result .GT13010 td.rTd5{width: 75px; text-align:center;}
.result .GT13010 td.rTd6{width: 70px; text-align: right;}
.result .GT13010 td.rTd7{width: 80px; text-align: center;}
.result .GT13010 td.rTd8{width: 75px; text-align: center;}
.result .GT13010 td.rTd9{}
.result .GT13010 td.rTd10{width:60px;}
.result .GT13010 td.rTd10 div.tpl{width:60px;}
.result .GT13010 td.rTd11{width: 70px; text-align: center;}
.result .GT13010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT13020_1.html  GT13020_2.html
------------------------------------------------------------ */
.result .GT130201 td.rTd1{width: 30px; text-align: center;}
.result .GT130201 td.rTd2{}
.result .GT130201 td.rTd3{width: 30px; text-align: center;}
.result .GT130201 td.rTd4{width: 70px; text-align: right;}
.result .GT130201 td.rTd5{width: 70px; text-align: right;}
.result .GT130201 td.rTd6{width: 140px;}

/* GT13020_3.html
------------------------------------------------------------ */
.result .GT130203 td.rTd1{width: 30px; text-align: center;}
.result .GT130203 td.rTd2{}
.result .GT130203 td.rTd3{width: 30px; text-align: center;}
.result .GT130203 td.rTd4{width: 70px; text-align: right;}
.result .GT130203 td.rTd5{width: 70px; text-align: right;}
.result .GT130203 td.rTd6{width: 70px; text-align: right;}
.result .GT130203 td.rTd7{width: 60px; text-align: right;}

/* GT13030.html
------------------------------------------------------------ */
.result .GT13030 td.rTd1{width: 30px; text-align: center;}
.result .GT13030 td.rTd2{width: 30px; text-align: center;}
.result .GT13030 td.rTd3{}
.result .GT13030 td.rTd4{width: 30px; text-align: center;}
.result .GT13030 td.rTd5{width: 80px; text-align: right;}
.result .GT13030 td.rTd6{width: 80px; text-align: right;}
.result .GT13030 td.rTd7{width: 150px;}
.result .GT13030 td.rTd8{width: 30px; text-align: center;}
.result .GT13030 td.rTd9{width: 30px; text-align: center;}

/* GT14010.html　　　★
------------------------------------------------------------ */
.result .GT14010 td.rTd1{width: 110px; text-align: center;}
.result .GT14010 td.rTd2{width: 60px; text-align: center;}
.result .GT14010 td.rTd3{}
.result .GT14010 td.rTd3 div.tpl{width:265px;}
.result .GT14010 td.rTd4{width: 90px; text-align: right;}
.result .GT14010 td.rTd5{width: 70px; text-align: center;}
.result .GT14010 td.rTd6{width: 70px; text-align: center;}
.result .GT14010 td.rTd7{width: 70px; text-align: center;}
.result .GT14010 td.rTd8{width: 90px;}
.result .GT14010 td.rTd9{width: 70px; text-align: center;}
.result .GT14010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT14020_1.html　　
------------------------------------------------------------ */
.result .GT14020_1 th{height:30px;}
.result .GT14020_1 td.rTd1{}
.result .GT14020_1 td.rTd2{width: 70px;}
.result .GT14020_1 td.rTd3{width: 70px; text-align:right;}
.result .GT14020_1 td.rTd4{width: 120px; text-align:right;}
.result .GT14020_1 td.rTd5{width: 120px; text-align:right;}
.result .GT14020_1 th.rTd5{width: 120px;}

/* GT14020_2.html　　
------------------------------------------------------------ */
.result .GT14020_2 th{height:25px;}
.result .GT14020_2 td.rTd1{width: 75px; text-align:center;}
.result .GT14020_2 td.rTd2{width: 100px;}
.result .GT14020_2 td.rTd2 div.tpl{width:100px;}
.result .GT14020_2 td.rTd3{width: 100px;}
.result .GT14020_2 td.rTd3 div.tpl{width:100px;}
.result .GT14020_2 td.rTd4{}
.result .GT14020_2 td.rTd5{width: 80px; text-align:right;}
.result .GT14020_2 td.rTd6{width: 20px; text-align:center;}
.result .GT14020_2 td.rTd7{width: 80px; text-align:right;}
.result .GT14020_2 td.rTd8{width: 80px; text-align:right;}
.result .GT14020_2 td.rTd9{width: 80px; text-align:right;}
.result .GT14020_2 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT14020_3.html　　
------------------------------------------------------------ */
.result .GT14020_3 th{height:30px;}
.result .GT14020_3 td.rTd1{width: 90px; text-align:center;}
.result .GT14020_3 td.rTd2{width: 75px; text-align:center;}
.result .GT14020_3 td.rTd3{width: 100px;}
.result .GT14020_3 td.rTd3 div.tpl{width:100px;}
.result .GT14020_3 td.rTd4{width: 100px;}
.result .GT14020_3 td.rTd4 div.tpl{width:100px;}
.result .GT14020_3 td.rTd5{width: 50px; text-align:center;}
.result .GT14020_3 td.rTd6{}
.result .GT14020_3 td.rTd7{width: 20px; text-align:center;}
.result .GT14020_3 td.rTd8{width: 75px; text-align:right;}
.result .GT14020_3 td.rTd9{width: 20px;}
.result .GT14020_3 td.rTd10{width: 75px; text-align:right;}
.result .GT14020_3 tr.row_blue td{background-color:#fff8dc;}
.result .GT14020_3 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* GT14021_1.html　　
------------------------------------------------------------ */
.result .GT14021_1 td.rTd1{width: 25px; text-align: center;}
.result .GT14021_1 td.rTd2{width: 30px; text-align: center;}
.result .GT14021_1 td.rTd3{width: 55px;}
.result .GT14021_1 td.rTd4{width: 40px;}
.result .GT14021_1 td.rTd4 div.tpl{width: 40px;}
.result .GT14021_1 td.rTd5{width: 40px;}
.result .GT14021_1 td.rTd6{width: 40px;}
.result .GT14021_1 td.rTd6 div.tpl{width: 40px;}
.result .GT14021_1 td.rTd7{width: 40px;}
.result .GT14021_1 td.rTd8{width: 30px; text-align: right;}
.result .GT14021_1 td.rTd9{width: 15px; text-align: center;}
.result .GT14021_1 td.rTd10{width: 45px; text-align: right;}
.result .GT14021_1 td.rTd11{width: 45px; text-align: right;}
.result .GT14021_1 td.rTd12{width: 45px; text-align: right;}
.result .GT14021_1 td.rTd13{width: 60px; text-align: right;}


.result .GT14021_1 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* GT14021_2.html　　
------------------------------------------------------------ */
.result .GT14021_2 td.rTd1{width: 25px; text-align:center;}
.result .GT14021_2 td.rTd2{}
.result .GT14021_2 td.rTd3{width: 25px; text-align:center;}
.result .GT14021_2 td.rTd4{width: 70px; text-align:right;}
.result .GT14021_2 td.rTd5{width: 70px; text-align:right;}
.result .GT14021_2 td.rTd6{width: 70px; text-align:right;}
.result .GT14021_2 td.rTd7{width: 70px; text-align:right;}
.result .GT14021_2 td.rTd8{width: 70px; text-align:right;}

/* GT14022.html　　
------------------------------------------------------------ */
.result .GT14022 td.rTd1{width: 65px; text-align: center;}
.result .GT14022 td.rTd2{width: 55px;}
.result .GT14022 td.rTd3{width: 40px; text-align: center;}
.result .GT14022 td.rTd4{width: 50px;}
.result .GT14022 td.rTd4 div.tpl{width:50px;}
.result .GT14022 td.rTd5{width: 85px;}
.result .GT14022 td.rTd6{width: 85px;}
.result .GT14022 td.rTd7{width: 55px;}
.result .GT14022 td.rTd7 div.tpl{width:55px;}
.result .GT14022 td.rTd8{}
.result .GT14022 td.rTd9{width: 20px; text-align: center;}
.result .GT14022 td.rTd10{width: 70px; text-align: right;}
.result .GT14022 td.rTd11{width: 70px; text-align: right;}
.result .GT14022 td.rTd12{width: 30px; text-align: right;}
.result .GT14022 td.rTd13{width: 70px; text-align: right;}
.result .GT14022 td.rTd14{width: 80px; text-align: right;}
.result .GT14022 td.rTd15{width: 30px; text-align: right;}
.result .GT14022 td.rTd16{width: 70px; text-align: right;}
.result .GT14022 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT14022.html　　ページ下のテーブル
------------------------------------------------------------ */
.result .GT14022b td.rTd1{width: 60px; text-align: center;}
.result .GT14022b td.rTd2{width: 60px;}
.result .GT14022b td.rTd3{width: 60px; text-align: center;}
.result .GT14022b td.rTd4{width: 190px;}
.result .GT14022b td.rTd4 div.tpl{width:190px;}
.result .GT14022b td.rTd5{width: 80px; text-align: center;}
.result .GT14022b td.rTd6{width: 80px; text-align: center;}
.result .GT14022b td.rTd7{width: 120px;}
.result .GT14022b td.rTd7 div.tpl{width:120px;}
.result .GT14022b td.rTd8{width: 120px; text-align: right;}
.result .GT14022b td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* GT16010.html　　
------------------------------------------------------------ */
.result .GT16010 td.rTd1{width: 30px; text-align: center;}
.result .GT16010 td.rTd2{width: 50px;}
.result .GT16010 td.rTd2 div.tpl{width:50px;}
.result .GT16010 td.rTd3{width: 70px;}
.result .GT16010 td.rTd4{width: 50px;}
.result .GT16010 td.rTd5{}
.result .GT16010 td.rTd5 div.tpl{width:155px;}
.result .GT16010 td.rTd6{width: 90px;}
.result .GT16010 td.rTd6 div.tpl{width:90px;}
.result .GT16010 td.rTd7{width: 28px; text-align: center;}
.result .GT16010 td.rTd8{width: 28px; text-align: center;}
.result .GT16010 td.rTd9{width: 28px; text-align: center;}
.result .GT16010 td.rTd10{width: 28px; text-align: center;}
.result .GT16010 td.rTd11{width: 28px; text-align: center;}
.result .GT16010 td.rTd12{width: 28px; text-align: center;}
.result .GT16010 td.rTd13{width: 28px; text-align: center;}
.result .GT16010 td.rTd14{width: 28px; text-align: center;}
.result .GT16010 td.rTd15{width: 28px; text-align: center;}
.result .GT16010 td.rTd16{width: 28px; text-align: center;}
.result .GT16010 td.rTd17{width: 28px; text-align: center;}
.result .GT16010 td.rTd18{width: 43px; text-align: center;}
.result .GT16010 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT16020.html　　
------------------------------------------------------------ */

/**.result {position:absolute; }**/

.result .GT16020 th div.borderTop{
	border-top:1px dotted #ffffff;
	padding-top:3px;
}

.result .GT16020 td div.borderTop{
	border-top:1px dotted #333333;
	padding-top:4px;
}

.result .GT16020 .rTd10 div.borderTop{
	width:35px;
}

.result .GT16020 td img{
	margin-bottom:3px;
	text-align:center;
}

.result .chkall {margin-top:15px;margin-bottom:-10px;}
.result .GT16020 th.rTd1{width: 20px; text-align: center;}
.result .GT16020 th.rTd2{width: 30px;}
.result .GT16020 th.rTd3{width: 66px;}
.result .GT16020 th.rTd4{width: 48px;}
.result .GT16020 th.rTd5{width: 80px;}
.result .GT16020 th.rTd6{width: 215px;}
.result .GT16020 th.rTd7{width: 24px; text-align: center;}
.result .GT16020 th.rTd8{width: 41px; text-align: center;}
.result .GT16020 th.rTd9{width: 45px; text-align: center;}
.result .GT16020 th.rTd10{width: 92px;}
.result .GT16020 th.rTd11{width: 42px; text-align: center;}
.result .GT16020 th.rTd12{width: 40px; text-align: center;}
.result .GT16020 th.rTd13{width: 40px; text-align: center;}
.result .GT16020 th.rTd14{width: 43px; text-align: center;}
.result .GT16020 th.rTd15{width: 46px; text-align: center;}

.result .GT16020 td.rTd1{width: 15px; text-align: center;}
.result .GT16020 td.rTd2{width: 30px;}
.result .GT16020 td.rTd2 div.tpl{width:30px;}
.result .GT16020 td.rTd3{width: 70px;}
.result .GT16020 td.rTd4{width: 55px;}
.result .GT16020 td.rTd5{width: 90px;}
.result .GT16020 td.rTd5 div.tpl{width:90px;}
.result .GT16020 td.rTd6{width: 260px;}
.result .GT16020 td.rTd7{width: 20px; text-align: center;}
.result .GT16020 td.rTd8{width: 40px; text-align: center;}
.result .GT16020 td.rTd9{width: 45px; text-align: center;}
.result .GT16020 td.rTd10{width: 105px;}
.result .GT16020 td.rTd11{width: 42px; text-align: center;}
.result .GT16020 td.rTd12{width: 40px; text-align: center;}
.result .GT16020 td.rTd13{width: 40px; text-align: center; vertical-align: middle;}
.result .GT16020 td.rTd14{width: 43px; text-align: center; vertical-align: middle;}
.result .GT16020 td.rTd15{width: 46px; text-align: center; vertical-align: middle;}
.result .GT16020 td div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result .GT16020 div.r select{
  text-align:center;
}

.result .GT16020 div.r select{
  width: 65px;
}

/*ステータス回答ボタンがテーブル下部*/
.result div.GT16020LastWrap {
  margin-top:-10px;
  margin-bottom:15px;
  width: 100%;
}
.result div.GT16020LastWrap div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.result div.GT16020LastWrap div.c0 {
  width: 680px;
}
.result div.GT16020LastWrap div.c10 {
  width: 118px;
}
.result div.GT16020LastWrap div.c11,
.result div.GT16020LastWrap div.c12,
.result div.GT16020LastWrap div.c13 {
  width: 50px;
}

.result div.GT16020LastWrap div.c11 img,
.result div.GT16020LastWrap div.c12 img,
.result div.GT16020LastWrap div.c13 img {
  padding-right:3px;
}




/* GT17010.html
------------------------------------------------------------ */
.result .GT17010 td.rTd1{width: 25px; text-align: center;}
.result .GT17010 td.rTd2{width: 80px; text-align: center;}
.result .GT17010 td.rTd3{}
.result .GT17010 td.rTd4{width: 100px;}
.result .GT17010 td.rTd5{width: 100px; text-align: right;}
.result .GT17010 td.rTd6{width: 100px; text-align: right;}
.result .GT17010 td.rTd7{width: 100px; text-align: right;}


/* GT17020.html　　
------------------------------------------------------------ */
.result .GT17020 td.rTd1{width: 15px; text-align: center;}
.result .GT17020 td.rTd2{width: 15px; text-align: center;}
.result .GT17020 td.rTd3{width: 15px; text-align: center;}
.result .GT17020 td.rTd4{width: 70px; text-align: center;}
.result .GT17020 td.rTd5{width: 45px;}
.result .GT17020 td.rTd5 div.tpl{width:45px;}
.result .GT17020 td.rTd6{width: 55px; text-align: center;}
.result .GT17020 td.rTd7{width: 75px;}
.result .GT17020 td.rTd7 div.tpl{width:75px;}
.result .GT17020 td.rTd8{}
.result .GT17020 td.rTd9{width: 25px; text-align: center;}
.result .GT17020 td.rTd10{width: 15px; text-align: center;}
.result .GT17020 td.rTd11{width: 65px; text-align: right;}
.result .GT17020 td.rTd12{width: 65px; text-align: right;}
.result .GT17020 td.rTd13{width: 65px; text-align: right;}
.result .GT17020 td.rTd14{width: 65px; text-align: right;}
.result .GT17020 td.rTd15{width: 55px; text-align: center;}
.result .GT17020 td.rTd16{width: 55px; text-align: center;}
.result .GT17020 td.sum1{width: 120px; height:30px; text-align: right;}
.result .GT17020 td.sum2{width: 120px; height:30px; text-align: right;}
.result .GT17020 div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* GT18020.html　　
------------------------------------------------------------ */
.result .GT18020 .rTd1{
	width: 25px;  text-align: center;
}
.result .GT18020 .rTd2{width: 60px;  text-align: center;}
.result .GT18020 .rTd3{width: 100px; text-align: center;}
.result .GT18020 .rTd4{width: 80px;}
.result .GT18020 .rTd4 div.tpl{width:80px;}
.result .GT18020 .rTd5{width: 100px; text-align: center;}
.result .GT18020 .rTd6{}
.result .GT18020 .rTd6 div.tpl{width:120px;}
.result .GT18020 .rTd7{width: 100px; text-align: center;}
.result .GT18020 .rTd8{width: 100px; text-align: center;}
.result .GT18020 .rTd9{width: 120px;}
.result .GT18020 .rTd9 div.tpl{width:120px;}
.result .GT18020  div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* エリア・会場用 */
._w120{width: 120px;}
._w300{width: 300px;}



/* GM15010.html
------------------------------------------------------------ */
.result table.GM15010{margin-bottom:7px;}
.result table.GM15010 table{
margin-bottom:7px;
background-color:#ffffff;
}
.result .GM15010 .rTd1{width: 35px; text-align: center;}
.result .GM15010 .rTd2{width: 60px;}
.result .GM15010 .rTd3{}
.result .GM15010 .rTd4{width: 80px;}
.result .GM15010 .rTd5{width: 95px;}
.result .GM15010 .rTd5 table td.inTd1{width: 80px;}
.result .GM15010 .rTd5 table td{background-color:#ffffff;}
.result .GM15010 .rTd6{width: 100px;}
.result .GM15010 .rTd7{width: 95px;}
.result .GM15010 .rTd7 table td.inTd1{width: 80px;}
.result .GM15010 .rTd7 table td{background-color:#ffffff;}
.result .GM15010 .rTd8{width: 100px;}
.result .GM15010 .rTd9{width: 60px; text-align: center;}

/* GM13030_1.html
------------------------------------------------------------ */
.result .GM13030_1 .rTd1{width: 95px; text-align:center;}
.result .GM13030_1 th.rTd2{text-align:center;}
.result .GM13030_1 td.rTd2{text-align:left;}
.result .GM13030_1 .rTd3{width: 30px; text-align:center;}
.result .GM13030_1 .rTd4{width: 30px; text-align:center;}
.result .GM13030_1 .rTd5{width: 30px; text-align:center;}
.result .GM13030_1 .rTd6{width: 30px; text-align:center;}
.result .GM13030_1 .rTd7{width: 30px; text-align:center;}
.result .GM13030_1 .rTd8{width: 30px; text-align:center;}
.result .GM13030_1 .rTd9{width: 30px; text-align:center;}
.result .GM13030_1 .rTd10{width: 30px; text-align:center;}
.result .GM13030_1 .rTd11{width: 30px; text-align:center;}
.result .GM13030_1 .rTd12{width: 30px; text-align:center;}
.result .GM13030_1 .rTd13{width: 65px; text-align:center;}
.result .GM13030_1 .rTd14{width: 65px; text-align:center;}

/* GM13030_2.html
------------------------------------------------------------ */
.result .GM13030_2 .rTd1{width: 20px; text-align:center;}
.result .GM13030_2 .rTd2{width: 45px; text-align:center;}
.result .GM13030_2 .rTd3{width: 45px; text-align:center;}
.result .GM13030_2 .rTd4{width: 45px; text-align:center;}
.result .GM13030_2 .rTd5{width: 120px;  text-align:center;}
.result .GM13030_2 .rTd6{text-align:center;}
.result .GM13030_2 td.rTd7{width: 120px;text-align:left;}
.result .GM13030_2 th.rTd7{width: 120px;text-align:center;}
.result .GM13030_2 .rTd7 div.tpl{width:120px;}
.result .GM13030_2 div.tpl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* queue詳細画面
------------------------------------------------------------ */
.queueTable .rtd1{width:150px;}
.queueTable .rtd2{width:300px;}
.queueTable img.btn{cursor: pointer;}

/* mastar Block
------------------------------------------------------------ */
div.mstBtnBlock{
    position:relative;
    width:380px;
    padding-left:11px;
    float:left;
}

div.mstFileChoice{
    position:relative;
    width:400px;
    float:left;
}

div.venueBlockMstMsg{
	position:absolute;
    width: 400px;
    top:110px;
    left:150px;
}

div.mstFileChoiceForms{
    position:absolute;
    width:400px;
    top:150px;
    left:200px;
}

div.mstFileChoiceForms input{
    margin-left:10px;
    margin-right:10px;
}

div.mstNewDataForms{
    position:absolute;
    top:60px;
    left:200px;
}

div.blueTable table td.noRightBorder{
    border-right:0;
}

div.blueTable table th.noRightBorder{
    border-right:0;
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .th60Center {
	width:60px;
	text-align: center;
}
div.blueTable .th50 {
	width:50px;
}
/* 見積書、請求書情報の宛先表示部 */
div.blueTable .th100Center {
	width:100px;
	height:5px;
}
/* 見積書、請求書情報の宛先表示部 */
div.blueTable .halfBlock {
	width: 120px;
	display: inline-block;
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .fs15  {
	font-size: 15px;
}


/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea0  {
	height: 20px;
	border-bottom: 0px;
	padding-bottom:0px;"
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea1  {
	border-bottom: 0px;
	padding-top: 0px;
	height: 100px;
	vertical-align: top;"
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea2  {
	text-align: center;
	height: 30px
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea3  {
	border-right: 0px;
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea5  {
	border-bottom: 0px;
	padding-bottom:0px;
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea6  {
	height: 30px;
	border-right: 0px;
	padding-right:0px;
}

/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea7  {
	border-left: 0px;
	padding-left:0px;
}
/* 見積書、請求書情報の宛先表示部 */
div.blueTable .blockDispArea8  {
	height: 5px;
}

/* arrivedBlock
------------------------------------------------------------ */
.arrivedBlock{
    float:right;
    margin-top:20px;
}

.sendDoc{
    position: relative;
    float:left;
	padding: 50px 0 20px 0px;
}

.sendDoc h4{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.pdf{
	position: relative;
    float:left;
	padding: 50px 0 20px 0px;
    margin-left:30px;
    width:110px;
}

.pdf h4{
	position: absolute;
    float:left;
	left: 12px;
	top: 0px;
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.pdf div{
	position: absolute;
	left: 0px;
	top: 24px;
    font-size:x-small;
}

.pdf img{
	margin-left:30px;
}

.csv{
	position: relative;
    float:left;
	padding: 50px 0 20px 0px;
    margin-left:30px;
}
.csv h4{
	position: absolute;
	left: 12px;
	top: 0px;
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
.csv div{
	position: absolute;
	left: 12px;
	top: 24px;
    font-size:x-small;
}
.csv a{
	margin: 0;
	padding: 0;
}

/* 手配書　ここから*/
.order{
	position: relative;
    float:left;
	padding: 30px 0 20px 0px;
    margin-left:30px;
}
.order h4{
	position: absolute;
    float:left;
	left: 0px;
	top: 0px;
	color:#411111;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 3px;
}

.btnForPartner{
	position: relative;
    float:left;
	padding: 30px 0 20px 0px;
    margin-left:30px;
}

.btnForPartner h4{
	position: absolute;
    float:left;
	left: 0px;
	top: 0px;
	color:#411111;
	font-size:16px;
	font-weight:bold;
}

/*手配書検索・一覧画面下部のボタンを中央寄せにする為に個々にサイズを設定*/
.orderWidthCls{ width: 60px; letter-spacing: 1px;}
.orderWidthClsEn{ width: 110px; letter-spacing: 0px;}
.FINALorderWidthCls{ width: 120px; letter-spacing: 1px; margin-left:70px;}
.FINALorderWidthClsEn{ width: 160px; letter-spacing: 0px;}

.btnForPartner img{	cursor: pointer; }

.orderWidthCls img{ margin-left: 10px;}
.orderWidthClsEn img{ margin-left: 33px;}
.FINALorderWidthCls img{ margin-left: 40px;}
.FINALorderWidthClsEn img{ margin-left: 54px;}

/* showImgPageBtn
------------------------------------------------------------ */
#showImg {
    margin: 10px;
}

#showImg .showImgPageBtn{
	margin-top: 30px;
	margin-bottom: 30px;
    margin-left:30px;
}

/* 見積書作成
------------------------------------------------------------ */
.estimateTitle {
	color: #411111;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/clumNaviBg.gif) repeat;
	width:100%;
	height:100%;
	border-bottom: 1px solid #ddd7c7;
	border-top: 1px solid #ddd7c7;
	margin-bottom: 0px;
	margin-top: 0;

	text-align:center;
}


.estimateInfo {
	display: inline-block;
	color:Red;
	font-size: 14px;
	font-weight: normal;
    margin-left: 20px;
}



/* 資料登録（REF)partyTxt
------------------------------------------------------------ */


div.DocumentDotLineBlock{
	border: 1px #330000 dotted;
    padding: 20px;
}

.txtOnbtnTtl h2.spaceTtl{
    padding-bottom: 5px;
	border-bottom: 1px solid #330000;
	margin-top:5px;
	margin-bottom: 10px;
	margin-left:15px;
	width:905px;
	font-size: 16px;
	font-weight: bold;
	color: #411111;
	letter-spacing: 0.1em;
}


.wakuBtn6 {
    float:left;
    margin-left:-5px;
}

.txtOnBtn {
    float:left;
    margin-left:20px;
    margin-bottom:10px;
    position:relative;
    width:165px;
    height:40px;
}

/* 新郎新婦関連画面：パーティ会場
------------------------------------------------------------ */

div.partyReqArea{
	margin-bottom:4px;
	width:100%;
}

div.partyReqArea div.partyTxt{
	color:#ff0000;
	float:left;
	margin-top:2px;
}

div.partyReqArea div.partyReqBtn{
	float:right;
	margin-bottom:4px;
}

div.partyReqArea div.partyTxt2{
	color:#ff0000;
	float:left;
	margin-top:22px;
}

div.partyReqArea div.partyReqBtn2{
	float:right;
	margin-top:20px;
}

/** 請求書のVOIDの行の背景色を変更 */
.result tr#rTrBg td{
	background-color: #CCCCCC;
	color: #FFFFFF;
}
