/* ===============================================
+ リニューアル前のガワパーツ
----------------------------------------------- */
/* 背景
----------------------------------------------- */
.oldBg{
	background:#fff;
	padding:20px 0;
}

/* ページタイトル
----------------------------------------------- */
.oldPt{
	font-size:4.8rem;
	font-weight:500;
	text-align:center;
	background:#fff;
	line-height:1;
	padding:30px 0 20px;
	margin:-20px 0 20px;
}

/* キャッチ
----------------------------------------------- */
.oldCatch{
	margin:-20px 0 20px;
	padding:10px 0 10px;
	text-align:center;
	background:#f5f5f5;
	border-bottom:solid 1px #aeaeae;
	border-top:solid 1px #aeaeae;
	font-size:1.8rem;
}

/* コンテナ
----------------------------------------------- */
.oldContainer{
	background:#fff;
	margin:0 auto 10px;
	border-radius:5px;
	width:980px;
}
.oldContainer > .gotop{
	padding:0 10px 10px 0;
}

/* ===============================================
+ リニューアル前の中面パーツ：ユニーク系
----------------------------------------------- */
/* デザイン満彩3の特長
----------------------------------------------- */
.oldFeature{
	padding:0 0 20px;
	text-align:center;
}
.oldFeature_hd{
	font-size:4.8rem;
	font-weight:500;
	padding:40px 0 0;
	line-height:1;
}
.oldFeature_txt{
	font-size:2.3rem;
	font-weight:500;
	margin:42px 0 0;
}
.oldFeature_img{
	margin:10px 0 0;
}

/* デザイン満彩3を始めるには
----------------------------------------------- */
.oldStart{
	text-align:center;
	border-bottom:solid 1px #666;
	padding:0 0 20px;
}
.oldStart_hd{
	font-size:2.3rem;
	font-weight:500;
	padding:40px 0 30px;
}
.oldStart_plugin{
	margin:20px 0 40px;
}
.oldStart_img{
	margin:20px 0 0;
}

/* 使い方
----------------------------------------------- */
.oldGuide{
	text-align:center;
}
.oldGuide_hd{
	font-size:2.3rem;
	font-weight:500;
	padding:40px 0 30px;
}
.oldGuide_link{
	list-style-type:none;
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
.oldGuide_link > li{
	float:left;
}
.oldGuide_link > li:nth-child(2){
	margin-left:12px;
}
.oldGuide_link > li:nth-child(3){
	margin-left:8px;
}
.oldGuide_movie{
	margin:30px auto 0;
	width:960px;
	text-align:left;
	display:grid;
	grid-template-columns:493px 467px;
	grid-template-rows:auto auto;
	display:-ms-grid;
	-ms-grid-columns:493px 467px;
	-ms-grid-rows:auto auto;
}
.oldGuide_movie dt{
	grid-row:1 / 2;
	-ms-grid-row:1;
	padding-bottom:5px;
}
.oldGuide_movie dd{
	grid-row:2 / 3;
	-ms-grid-row:2;
}
.oldGuide_movie dt:nth-child(1),
.oldGuide_movie dd:nth-child(2){
	grid-column:1 / 2;
	-ms-grid-column:1;
}
.oldGuide_movie dt:nth-child(3),
.oldGuide_movie dd:nth-child(4){
	grid-column:2 / 3;
	-ms-grid-column:2;
}

/* ラベルラボへ
----------------------------------------------- */
.oldLabellab{
	padding:60px 0 80px;
	text-align:center;
}
.oldLabellab_hd{
	font-size:2.3rem;
	font-weight:500;
	padding:0 0 60px;
}
.oldLabellab_bnr{
	
}
.oldLabellab_bnr > a:hover{
	opacity:0.6;
}

/* 用紙品番
----------------------------------------------- */
.oldPaper{
	padding:0 0 20px;
	text-align:center;
}
.oldPaper_hd{
	font-size:4.8rem;
	font-weight:500;
	padding:30px 0 0;
	line-height:1;
}
.oldPaper_skip{
	text-align:center;
	margin:20px 0 0;
}
.oldPaper_skip_hd{
	display:inline-block;
	font-size:1.6rem;
	font-weight:400;
	margin-right:1rem;
}
.oldPaper_skip_hd:after{
	content:"≫";
}
.oldPaper_skip > ul{
	display:inline-block;
}
.oldPaper_skip > ul > li{
	display:inline-block;
}
.oldPaper_skip > ul > li + li{
	margin-left:0.8em;
}
.oldPaper_img{
	margin:0 0 10px;
}
.oldPaper_labellab{
	margin:40px 0 0;
}
.oldPaper_labellab_hd{
	font-weight:400;
}
.oldPaper_tbl{
	margin:40px 0 0;
	border-top:solid 1px #666;
	padding:20px 0 0;
	background:linear-gradient(to bottom, #e2e2e2, #fff 50px, #fff);
}
.oldPaper_tbl > table{
	border-collapse:collapse;
	border:solid 2px #666;
	box-sizing:border-box;
	width:940px;
	margin:0 auto;
}
.oldPaper_tbl > table th,
.oldPaper_tbl > table td{
	border:solid 1px #666;
	text-align:left;
	vertical-align:top;
	padding:5px 10px;
	width:25%;
	box-sizing:border-box;
	font-weight:400;
}
.oldPaper_tbl > table th{
	background:#ccc;
}
.oldPaper_tbl_list{
	list-style-type:none;
}

/* パッケージから選ぶ
----------------------------------------------- */
.oldPackage{
	text-align:center;
}
.oldPackage_hd{
	font-size:4.8rem;
	font-weight:500;
	padding:30px 0 0;
	line-height:1;
}
.oldPackage_skip{
	margin:20px 0;
	list-style-type:none;
}
.oldPackage_skip > ul > li{
	display:inline-block;
	line-height:1;
	white-space:nowrap;
}
.oldPackage_skip > ul > li + li{
	margin-left:1em;
	padding-left:1em;
	border-left:solid 1px #666;
}
.oldPackage_product{
	text-align:left;
	overflow:hidden;
}
.oldPackage_product_hd{
	background:linear-gradient(to bottom, #e2e2e2, #fff 50px, #fff);
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:20px;
	font-size:1.8rem;
	font-weight:400;
}
/* IEだけ調整 */
@media all and (-ms-high-contrast:none){
	.oldPackage_product_hd{
		padding:23px 20px 17px;
	}
}
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){
	.oldPackage_product_hd{
		padding:20px;
	}
}
.oldPackage_product_hd > a{
	display:inline-block;
	background:#0080ff;
	border-radius:10px;
	color:#fff;
	vertical-align:middle;
	padding:8px 10px;
	text-decoration:none;
	line-height:1;
	font-size:1.3rem;
	white-space:nowrap;
	margin-left:20px;
}
/* IEだけ調整 */
@media all and (-ms-high-contrast:none){
	.oldPackage_product_hd > a{
		padding:10px 10px 6px;
	}
}
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){
	.oldPackage_product_hd > a{
		padding:8px 10px;
	}
}
.oldPackage_product_hd > a:after{
	content:"＞＞";
}
.oldPackage_product_hd > a:hover{
	background:#0032ff;
}
.end_of_sale{
	color:#fff;
	background-color:#da0a0a;
	padding:3px 10px;
	margin-right:10px;
	border-radius:10px;
}

.oldPackage_product_set01,
.oldPackage_product_set02{
	float:left;
	box-sizing:border-box;
	padding:10px 15px;
	border-right:solid 1px #666;
	overflow:hidden;
}
.oldPackage_product_set01{
	width:328px;
	height:275px;
}
.oldPackage_product_set01_img{
	float:left;
	width:156px;
}
.oldPackage_product_set01_txt{
	float:right;
	width:127px;
}
.oldPackage_product_set02{
	width:165px;
	height:303px;
}
.oldPackage_product_set02_txt01{
	height:63px;
}
.oldPackage_product_set02_txt02{
	height:60px;
	padding-top:10px;
}
.oldPackage_product_set02_img{
	height:128px;
}
.oldPackage_product_design{
	float:left;
	overflow:hidden;
	list-style-type:none;
}
.oldPackage_product_design > li{
	float:left;
	width:163px;
	box-sizing:border-box;
	height:275px;
	padding:10px;
	border-right:solid 1px #666;
}
.oldPackage_product_set02 + .oldPackage_product_design > li{
	height:303px;
}
.oldPackage_product_design > li:nth-child(4){
	border-right:0;
}
.oldPackage_product_set02 + .oldPackage_product_design > li:nth-child(4){
	border-right:solid 1px #666;
}
.oldPackage_product_set02 + .oldPackage_product_design > li:nth-child(5){
	border-right:0;
}
.oldPackage_product_design_txt{
	height:80px;
}
.oldPackage_product_design_img{
	text-align:center;
	padding:10px 0;
}
.oldPackage_product_design_btn > a{
	background:#007eff;
	color:#fff;
	text-decoration:none;
	font-size:1.3rem;
	width:143px;
	text-align:center;
	display:block;
	border-radius:5px;
	line-height:1;
	padding:4px 0;
}
/* IEだけ調整 */
@media all and (-ms-high-contrast:none){
	.oldPackage_product_design_btn > a{
		padding:7px 0 2px;
	}
}
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){
	.oldPackage_product_design_btn > a{
		padding:4px 0;
	}
}
.oldPackage_product_design_btn > a:hover{
	background:#002eff;
}

/* テンプレートの使い方
----------------------------------------------- */
.oldUsage{
	width:980px;
	margin:0 auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.oldUsage > .oldContainer{
	width:483px;
	margin:0;
	padding:0 0 10px;
}
.oldUsage_hd{
	text-align:center;
	border-bottom:solid 1px #666;
	padding:20px 0 10px;
	font-size:1.8rem;
	font-weight:500;
}
.oldUsage_contents{
	height:300px;
	overflow:auto;
	box-sizing:border-box;
	padding:10px;
}
ol + .oldUsage_txt{
	margin-top:20px;
}
.oldUsage_txt_note{
	display:table;
}
.oldUsage_txt_note > span{
	display:table-cell;
}

/* ソフトのダウンロード
----------------------------------------------- */
.oldDownload{
	text-align:center;
	margin:-28px 0 0;
}
.oldDownload_hd{
	font-size:4.8rem;
	font-weight:500;
	line-height:1;
}
.oldDownload_skip{
	margin:20px 0;
	list-style-type:none;
}
.oldDownload_skip > ul > li{
	display:inline-block;
	line-height:1;
	white-space:nowrap;
}
.oldDownload_skip > ul > li + li{
	margin-left:1em;
	padding-left:1em;
	border-left:solid 1px #666;
}
.oldDownload_contents{
	background:linear-gradient(to bottom, #e2e2e2, #fff 50px, #fff);
	border-top:solid 1px #666;
	text-align:left;
	padding-bottom:20px;
}
.oldDownload_contents > .help:first-child{
	margin-top:20px;
}
.oldDownload_contents .help_data > dt{
	font-size:1.9rem;
	font-weight:500;
}
.oldDownload_contents .help_data > dt ~ dt{
	margin-top:20px;
}

/* Airのダウンロードボタン関連
----------------------------------------------- */
#AIRDownloadMessageTable {
	width: 217px;
	height: 180px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#AIRDownloadMessageRuntime {
	font-size: 12px;
	color: #666;
}

/* タブレット版
----------------------------------------------- */
.oldTablet{
	padding:30px 20px 20px;
}
.oldTablet_outline{
	width:250px;
	float:left;
}
.oldTablet_outline_img{
	text-align:center;
}
.oldTablet_outline_tbl{
	border-collapse:collapse;
	border:solid 1px #666;
}
.oldTablet_outline_tbl th,
.oldTablet_outline_tbl td{
	vertical-align:top;
	text-align:left;
	font-weight:400;
	border:solid 1px #666;
	padding:3px 5px;
	box-sizing:border-box;
}
.oldTablet_outline_tbl th{
	width:80px;
}
.oldTablet_outline_tbl td small{
	font-size:1.3rem;
}
.oldTablet_intro{
	float:right;
	width:650px;
}
.oldTablet_intro p + p{
	margin-top:20px;
}
.oldTablet_intro_mv{
	margin-bottom:30px;
}
.oldTablet_intro_link{
	list-style-type:none;
	margin-top:30px;
	overflow:hidden;
	padding-bottom:60px;
}
.oldTablet_intro_link > li{
	float:left;
	margin-right:40px;
}
.oldTablet_intro_link > li > a > img{
	height:40px;
	width:auto;
}
.oldTablet_sct{
	clear:both;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.oldTablet_sct > section{
	width:455px;
}
.oldTablet_sct_hd{
	background:#666;
	color:#fff;
	text-align:center;
}
.oldTablet_sct_list{
	padding:20px 0 0 1.5em;
}
.oldTablet_sct_list > li{
	padding:0 0 30px;
}
.oldTablet_sct_list > li > b{
	color:#0080ff;
	font-weight:600;
}
.oldTablet_sct_printer{
	margin:0 0 30px;
	padding:30px 20px;
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
}
.oldTablet_sct_printer > ul + p{
	margin-top:30px;
}
.oldTablet_sct_fig{
	padding:0 0 10px;
}
.oldTablet_sct_fig_cap{
	font-weight:600;
	padding:20px 0 10px;
}

/* カインズ特設ページ
----------------------------------------------- */
.oldCainz p{
	margin-bottom:20px;
	text-align:center;
}
.oldCainz_mv{
	padding:40px 40px 0;
}
.oldCainz_design{
	overflow:hidden;
	list-style-type:none;
	border-top:solid 1px #666;
}
.oldCainz_design > li{
	float:left;
	width:196px;
	box-sizing:border-box;
	height:245px;
	padding:10px;
	border-right:solid 1px #666;
	text-align:center;
}
.oldCainz_set02 + .oldCainz_design > li{
	height:303px;
}
.oldCainz_design > li:nth-child(5),
.oldCainz_design > li:nth-child(10){
	border-right:0;
}
.oldCainz_design > li:nth-child(n+6){
	border-top:solid 1px #666;
}
.oldCainz_design_txt{
	height:50px;
}
.oldCainz_design_img{
	text-align:center;
	padding:10px 0;
}
.oldCainz_design_btn > a{
	background:#007eff;
	color:#fff;
	text-decoration:none;
	font-size:1.3rem;
	width:143px;
	text-align:center;
	display:block;
	border-radius:5px;
	margin:0 auto;
	line-height:1;
	padding:3px 0;
}
/* IEだけ調整 */
@media all and (-ms-high-contrast:none){
	.oldCainz_design_btn > a{
		padding:6px 0 0;
	}
}
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){
	.oldCainz_design_btn > a{
		padding:3px 0;
	}
}
.oldCainz_design_btn > a:hover{
	background:#002eff;
}

/* ピックアップ
----------------------------------------------- */
.oldPickup{}
.oldPickup_mv > .oldContainer{
	padding:40px;
	box-sizing:border-box;
}
.oldPickup_design{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	width:980px;
	margin:0 auto;
}
.oldPickup_design_col{
	width:483px;
}
.oldPickup_design_col > .oldContainer{
	width:483px;
}
.oldPickup_design_col:nth-child(1) .oldContainer{
	height:594px;
}
.oldPickup_design_col:nth-child(2) .oldContainer{
	height:291px;
	position:relative;
}
.oldPickup_design_hd{
	text-align:center;
	border-bottom:solid 1px #666;
	padding:20px 0 10px;
	font-size:1.8rem;
	font-weight:500;
}
.oldPickup_design_outline{
	overflow:hidden;
	padding:15px;
}
.oldPickup_design_outline_img{
	width:250px;
	float:left;
}
.oldPickup_design_outline_txt{
	width:185px;
	float:right;
}
.oldPickup_design_outline_btn{
	padding:20px 0 0;
}
.oldPickup_design_outline_btn > b{
	display:block;
	text-align:left;
	font-weight:500;
}
.oldPickup_design_outline_btn > a{
	background:#007eff;
	color:#fff;
	text-decoration:none;
	font-size:1.3rem;
	width:150px;
	text-align:center;
	display:block;
	border-radius:5px;
	margin:0 0 0 auto;
	line-height:1;
	padding:5px 0;
	white-space:nowrap;
}
/* IEだけ調整 */
@media all and (-ms-high-contrast:none){
	.oldPickup_design_outline_btn > a{
		padding:6px 0 2px;
	}
	.oldPickup_design_col:nth-child(2) .oldPickup_design_outline_btn > a{
		padding:7px 0 1px;
	}
}
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){
	.oldPickup_design_outline_btn > a{
		padding:5px 0;
	}
}
.oldPickup_design_outline_btn > a:hover{
	background:#002eff;
}
.oldPickup_design_col:nth-child(2) .oldPickup_design_outline_btn{
	/*position:absolute;
	right:15px;
	bottom:15px;*/
}

div.oldPickup_design_outline_txt p { min-height: 168px; }

.oldPickup_illust{
	text-align:center;
	padding:40px 40px 15px;
}
.oldPickup_illust_hd{
	font-size:4.8rem;
	font-weight:500;
	line-height:1;
	padding:0 0 10px;
}
.oldPickup_illust_txt{
	font-size:1.8rem;
	padding:0 0 20px;
}
.oldPickup_illust_img + .oldPickup_illust_img{
	margin-top:40px;
}

/* 使用許諾条件
----------------------------------------------- */
.oldAgreement{
	margin:-10px 0;
}
.oldAgreement > .oldContainer{
	width:680px;
}
.oldAgreement_hd{
	padding:20px 0 0;
	height:50px;
	text-align:center;
	font-size:2.3rem;
	border-bottom:solid 1px #666;
}
.oldAgreement_contents{
	overflow:auto;
	height:325px;
	box-sizing:border-box;
	padding:20px 20px 0;
}
.oldAgreement_list{
	list-style-type:disc;
	padding:0 0 20px 1.5em;
}
.oldAgreement_list > li > b{
	display:block;
	margin-top:20px;
}
.oldAgreement_list > li > ul{
	list-style-type:circle;
	padding-left:1.5em;
	margin-bottom:20px;
}
.oldAgreement_btn{
	box-sizing:border-box;
	height:65px;
	padding:20px 0 0;
	border-top:solid 1px #666;
}
.oldAgreement_btn > a{
	background:#007eff;
	color:#fff;
	text-decoration:none;
	font-size:1.3rem;
	width:150px;
	text-align:center;
	display:block;
	border-radius:5px;
	margin:0 auto;
}
.oldAgreement_btn > a:hover{
	background:#002eff;
}
.text_red_center{
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}