@charset "UTF-8";
/* CSS Document */

/************************************************
 takeover.css
************************************************ */

#takeover {
	padding: 20px;
}
#takeover * {
	box-sizing: border-box;
}
#takeover .intro {
	font-size: 14px;
	line-height: 1.6;
}
#takeover .intro img {
	float: left;
	margin: -10px 20px 0 0;
}
#takeover .corner {
	padding: 0 20px;
}
#takeover .corner h3 {
	margin: 60px 0 15px -20px;
	width: 760px;
	border-top: 1px dotted #999999;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#takeover .corner .fair {
	font-size: 16px;
	margin: 0 0 10px;
	transition: all 2s;
}
#takeover .corner .fair a {
	font-weight: 600;
	color: #cd2e2e;
	
}
#takeover .corner .fair a:hover {
 opacity: 0.6;
}
#takeover .corner h3.exh3 {
	margin-top: 40px;
}
#takeover .corner h3 span {
	display: inline-block;
	position: relative;
	top: -10px;
	background: #fff;
	padding-right: 0.5em;
}
#takeover .corner h3 span:before {
	content: "▼";
	display: inline-block;
	color: #e99217;
	margin-right: 0.5em;
}
#takeover .corner img.judge-mk {
	float: left;
}
#takeover .corner .ex-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
}
#takeover .corner .ex-box:last-child {
	border-bottom: none;
}
#takeover .corner .ex {
	width: 614px;
	float: right;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#takeover .corner .ex-box .ex.last {
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 0;
}
#takeover .corner .ex p {
	width: 259px;
	float: left;
	padding-top: 6px;
	padding-left: 22px;
}
#takeover .corner .ex p.ex-ok {
	background: url(/files/images/unique/takeover/judge_ok_mk.gif) no-repeat left 6px;
}
#takeover .corner .ex p.ex-ng {
	background: url(/files/images/unique/takeover/judge_ng_mk.gif) no-repeat left 6px;
}
#takeover .corner .ex p span {
	font-weight: bold;
}
#takeover .corner .ex p span.order {
	color: #e99217;
}
#takeover .corner .ex p span.hiki {
	color: #91a0af;
}
#takeover .corner .ex img {
	width: 355px;
	height: 61px;
	float: right;
}
#takeover .how-intro {
	line-height: 1.8;
}
#takeover .how-intro span {
	color: #e99217;
	font-weight: bold;
}
#takeover a.btns {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #e99217;
	font-weight: bold;
	font-size: 16px;
	width: 320px; height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#takeover .btns.btn-takeover {
	background-image: url(/files/images/unique/takeover/btnmk_menu.gif);
	padding-left: 44px;
	float: right;
}
#takeover .total-box {
	border: 1px solid #e99217;
	padding: 2px;
	margin: 20px 0;
}
#takeover .total-box h4 {
	background: #f3f3ee;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#takeover .total-box h4 span {
	font-size: 20px;
	color: #e99217;
}
#takeover .total-box .total-intro {
	padding: 19px 19px 0;
}
#takeover .total-box .total-intro span {
	float: right;
}
#takeover .total-box .total-pros {
	padding: 17px;
}
#takeover .total-box .total-pro {
	width: 155px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
#takeover .total-pro.last {
	margin-right: 0;
}
#takeover .total-pro.col2 {
	width: 330px;
}
#takeover .total-pro img {
	margin: 30px auto;
	width: 155px; height: 126px;
}
#takeover .total-pro p.proname {
	background: #f3f3ee;
	line-height: 24px;
}
#takeover .total-pro p.prosize span {
	font-size: 14px;
}
#takeover .total-pro p.procate {
	font-size: 14px;
	color: #e99217;
	border-top: 1px dotted #e99217;
	padding-top: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}
#takeover .total-pro p.procap {
	padding-top: 0.5em;
}
#takeover table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	font-weight: normal;
}
#takeover table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 49.2%;
}
#takeover table.tbl1 {
	float: left;
}
#takeover table.tbl2 {
	float: right;
}
#takeover td,th {
	padding: 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
#takeover th {
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}
#takeover td {
	text-align: right;
}
#takeover th.th1 {
	color: #fff;
	background: #999;
	text-align: center;
}
#takeover th.th-chair { background: #f0d7b7; }
#takeover th.th-table { background: #f2eabe; }
#takeover th.th-tv { background: #dae7ca; }
#takeover th.th-sofa { background: #dae8f5; }
#takeover th.th-bed { background: #e5d6ea; }

#takeover th.th-chair2 { color: #d7721a; background: #f8ebdb;}
#takeover th.th-table2 { color: #ad8b00; background: #f9f5df; }
#takeover th.th-tv2 { color: #6c8a18; background: #edf3e5; }
#takeover th.th-sofa2 { color: #50879b; background: #edf4fa; }

#takeover td.td-chair { background: #f8ebdb; }
#takeover td.td-table { background: #f9f5df; }
#takeover td.td-tv { background: #edf3e5; }
#takeover td.td-sofa { background: #edf4fa; }
#takeover td span.free::before { 
 content: "⇒";
	font-size: 13px;
	padding: 0 3px;
	color: #333333;
}
#takeover td span.free  { 
 color: #cd2e2e;
	font-size: 14px;
	font-weight: 600;
}
#takeover td.td-bed { background: #f2ebf5; }

#takeover .note-block {
	float: right;
	width: 49.2%;
	padding-top: 2em;
}
#takeover .note-block li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.2em;
}
#takeover .notes {
	font-size: 10px;
	font-weight: normal;
	text-indent: -1em;
	margin: .2em 0 0 1em;
	line-height: 1.4;
}
#takeover .notes2 {
	font-size: 10px;
	font-weight: normal;
	margin: .2em 0 0 0;
	line-height: 1.4;
}
#takeover .inquiry-box {
	text-align: center;
}
#takeover .btns.btn-inquiry {
	background-image: url(/files/images/unique/takeover/btnmk_inquiry.gif);
	padding-left: 70px;
	margin: 20px auto 0;
}
@media screen and (max-width: 768px){ /*モバイル*/
h2.title3 {
	margin-top: 20px;
}
#takeover {
	padding: 0;
}
#takeover .intro {
	margin: 20px 0 15px;
	font-size: inherit;
}
#takeover .intro br {
	display: none;
}
#takeover .intro img {
	margin: -0 20px 0 0;
}
#takeover .corner h3.exh3 {
	margin-top: 20px;
}
#takeover .corner {
	padding: 5px;
}
#takeover .corner h3 {
	margin: 30px 0 10px 0px;
	width: auto;
	font-size: 14px;
}
#takeover .corner .fair {
	font-size: 13px;
	margin: 0 0 10px;
}
#takeover .corner .ex-box {
	text-align: center;
}
#takeover .corner img.judge-mk {
	float: none;
	margin: 0 auto 10px;
}
#takeover .corner .ex {
	width: auto;
	float: none;
}
#takeover .corner .ex p {
	width: auto;
	float: none;
	text-align: left;
	margin-bottom: 1em;
}
#takeover .corner .ex p br {
	display: none;
}
#takeover .corner .ex img {
	width: auto;
	height: auto;
	float: none;
}
#takeover .how-intro br {
	display: none;
}
#takeover a.btns {
	width: 100%;
	max-width: 320px;
	float: none;
}
#takeover .btns.btn-takeover {
	float: none;
	margin-bottom: 15px;
}
#takeover .btns.btn-takeover {
	text-align: center;
}
#takeover .total-box .total-intro {
	padding: 10px;
}
#takeover .total-box .total-pros {
  padding: 10px;
}
#takeover .total-box .total-pro {
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
#takeover .total-pro p.procate {
	width: 80%;
	margin: 0.5em auto 0;
}
#takeover .total-pro img {
	margin: 15px auto;
}
#takeover table {
	width: 100%;
}
#takeover table.tbl1,
#takeover table.tbl2 {
	float: none;
}
#takeover table.tbl2 .th1 {
	display: none;
}
.th-table,
.th-tv,
.th-sofa {
	width: 20%;
}
.th-table2,
.th-tv2,
.th-sofa2 {
	width: 23%;
}
#takeover table td {
}
#takeover table td.td-p {
	width: 22%;
	text-align: center;
}
#takeover td span.free::before { 
	content: "⇒";
	position: relative;
 top: -2px;
	font-size: 10px;
	padding: 0 2px;
}
#takeover td span.free  { 
 color: #cc0000;
	font-size: 14px;
	font-weight: 600;
}
#takeover table th {
	font-size: 11px;
}
#takeover .note-block {
	float: none;
	width: auto;
	font-size: 12px;
}
}