@charset "utf-8";

#soldoutInfo {
	margin-left: 480px;
	margin-top: 20px;
	font-size: 14px;
	padding: 30px;
	border: 2px solid #E60000;
	color: #E60000;
}

/* layout
-------------------------------------------------------------------------------*/

.small {
	font-size: 12px;
	color: #808080;
}

#s01 h1 {
	margin: 53px 0 23px;
}

#s01 ul {
	width: 144px;
	position: relative;
	padding-top: 192px;
	height: 477px;
	margin-top: 40px;
}

#s01 ul:after {
	content: url(/store/techo/2014/place/images/figure_place.jpg);
	position: absolute;
	left: 144px;
	top: 0;
}

#s01 ul li {
	float: left;
}

#s01 ul li a {
	text-decoration: none;
}

#s01 ol {
	margin: 60px 0 30px;
}


#s01 ol li {
	position: relative;
	padding-left: 1em;
}

#s01 ol li:before {
	content: "●";
	position: absolute;
	left: 0;
}

#s01 ol li + li {
	margin-top: 30px;
}

#s01 ol li img {
	float: right;
}

#s02 {
	padding: 25px 0 80px;
	z-index: 10;
	background: #fff;
	width: 960px;
	overflow: hidden;
}

#s02 ul {
	border-left: #ff8000 1px solid;
	border-right: #ff8000 1px solid;
	margin-top: 17px;
}

#s02 ul + p {
	text-align: right;
	margin-top: 36px;
}

#s02 li {
	float: left;
}

#s02 li + li {
	border-left: #ff8000 1px solid;
}

#s02 ol {
	margin-top: 20px;
	text-align: right;
}
#s02 ol li {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	float:none;
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
#s02 ol li + li {
	border-left: #CCC 1px solid;
}
#s02 ol li:last-child {
	margin-right: 0;
}

#s03 table {
	width: 100%;
	margin-bottom: 40px;
}

#s03 table th,
#s03 table td {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	letter-spacing: 0;
}

#s03 table thead th,
#s03 table thead td {
	background: #E6E6E6;
}

#s03 table th,
#s03 table td {
	text-align: center;
	vertical-align: middle;
}

#s03 table tbody td {
	width: 40px;
}

#s03 table tbody th,
#s03 table tbody td {
	padding: 3px 5px;
}

#s03 table tbody th,
#s03 table tbody th + td,
#s03 table td:first-child {
	text-align: left;
	vertical-align: top;
	width: auto;
}

#s03 table td img[src*="/icons/"] {
	margin-right: -30px;
}

#s03 table td img + img {
	margin-top: 3px;
}

#s03 table td a,
#s03 table td span {
	margin-left: 35px;
	display: inline-block;
	vertical-align: top;
}

#s03 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 0 50px;
	border-top: #808080 1px solid;
}

#s03 > p {
	color: #4D4D4D;
	font-size: 12px;
	padding-left: 1em;
	position: relative;
}

#s03 > p:before {
	content: "※";
	position: absolute; 
	left: 0;
}

#s03 > p.opc:before {
	display: none;
}

#s03 > p.opc {
	margin-top: 40px;
	margin-bottom: 80px;
	text-align: right;
	padding-left: 0;
}

#s03 > p.opc a:before {
	content: url("/store/techo/2014/images/icon_arrow_t.png");
	margin-right: 8px;
}

#s03 > p.opc a {
	color: #7070CB;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#s03 > p + p {
}

#popup h3 {
	padding-bottom: 30px;
	margin-left: -10px;
}

#popup {
	width: 680px;
	padding: 45px 60px;
	position: relative;
}

#popup > p + p {
	margin-top: 25px;
}

#popup a[href*="#close"] {
	position: absolute;
	top: 40px;
	right: 30px;
}

#popup a[href*="#close"] + a {
	position: absolute;
	bottom: 40px;
	right: 30px;
	top: inherit;
}

#popup > img {
	display: block;
	margin: 40px auto;
}



/* loft list
-------------------------------------------------------------------------------*/
#list {
	margin-top: 40px;
}
#list .region {
	margin-bottom: 40px;
	letter-spacing: -0.4em;
}
#list h4,
#list h5,
#list dl {
	margin: 5px;
}
#list h4 {
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FDD100;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
}
#list h5 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1em;
}
#list dl {
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	
	width: 208px;
	border: 1px solid #FDD100;
	letter-spacing: 0.075em;
}
#list dt,
#list dd {
	line-height: 1.25em;
}
#list dt {
	display: table-cell;
	
	border-right: 1px solid #FDD100;
	width: 162px;
	height: 40px;
	padding-left: 5px;
	vertical-align: middle;
}
#list dd {
	/* inline-block */
	display: table-cell;
	
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#list dt a {
	display: block;
}

/* loft list2
-------------------------------------------------------------------------------*/
#list2 {
	margin-top: 40px;
}
#list2 .region {
	margin-bottom: 40px;
}
#list2 h4,
#list2 h5,
#list2 ul {
	margin: 0;
	padding: 0;
}
#list2 h4 {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FDD100;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
}
#list2 h5 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1em;
}
#list2 ul {
	margin: 10px 0 0;
	border-left: 1px solid #FDD100;
}
#list2 li {
	display: table-cell;
	
	border: 1px solid #FDD100;
	border-left: 0 none;
	height: 40px;
	padding: 0 20px;
	margin-left: 10px;
	vertical-align: middle;

	text-align: center;
	font-weight: bold;
	line-height: 1.25em;
}
#list2 li:first-child {
}
#list2 li a {
	display: block;
}

