@charset "utf-8";

/* basic
-------------------------------------------------------------------------------*/

div#footer {
	padding-top: 3.5em;
}

#primary h4:before {
	color: #316b86;
}

#primary p {
	font-size: 14px;
	text-align: left;
	margin-top: 1em;
}

#primary h2 + div {
	margin-top: 1em;
	position: relative;
}

#primary h2 + div p {
	/*margin: 4em 0 10.2em;*/
	margin: 0;
	z-index: 2;
	position: absolute;
	top: 0;
}

#primary h2 + div a {
	display: block;
	margin: 4em 0 4em 60em;
}
#primary h2 + div a img {
	width: 12em;
	vertical-align: middle;
}
#primary h2 + div a span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: middle;
}

#primary a.btn1 {
	display: block;
	font-size: 14px;
	width: 20em;
	height: 3em;
	line-height: 3;
	overflow: hidden;
	text-align: center;
	margin-top: 1.4em;
}

#primary a.btn1 + a {
	margin-top: 1em;
}

#primary a.btn1.center {
	margin: 1.6em auto 0;
}

#primary a.btn1:after {
	content: "\e607";
	font-family: techoicons;
	position: relative;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1;
	position: relative;
	top: -.05em;
	margin-left: .25em;
}

#primary a[href*="home"] {
	background: #ffff7b;
	border: #fcee21 1px solid;
}

.ie #primary a[href*="home"]:hover {
	background: #ffffbd;
	border: #fdf690 1px solid;
}

/* s01
-------------------------------------------------------------------------------*/

#s01 {
	font-size: 0;
	text-align: center;
}

#s01 p sup {
	vertical-align:top;
	font-weight: bold;
	color: #be1d0e
}

#s01 p span {
	font-size: 12px;
	font-weight: bold;
	color: #be1d0e;
}

#s01 dl {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	vertical-align: top;
	margin: 3em 0 10em;
	width: 21.6em;
}

#s01 dl + dl {
	margin-left: 3.2em;
}

#s01 dd:first-child {
	width: 12.4em;
	margin: 0 auto 1em;
}

#s01 dt {
	font-size: 20px;
	font-weight: bold;
	/*margin: 0 -4em .15em 0;*/
	margin: 0 0 .15em 0;
}

#s01 dt + dd {
	font-size: 13px;
	line-height: 1.62;
	color: #000;
	margin-bottom: .8em;
	letter-spacing: 0;
}

#s01 ul{
	/*margin-right: -5em;*/
	display: inline-block;
}

#s01 li {
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 2;
	height: 2em;
	overflow: hidden;
	padding: 0 .5em;
	vertical-align: top;
	border-style: solid;
	border-width: .14em;
	letter-spacing: 0;
	color: #FFF;
}

#s01 li + li {
	margin-left: .35em;
}

#s01 dt + dd {
	/*margin-right: -2em;*/
}

#s01 dt + dd + dd ul {
	
}

#s01 li.original {
	background: #5b2748;
}
#s01 li.weeks {
	background: #1ecbc8;
}
#s01 li.cousin {
	background: #e94762;
}
#s01 li.planner {
	
	background: #a43d5b;
}

#s01 a.btn4,
#s02 a.btn4 {
	border: #d5e1e6 1px solid;
	background: #eaf0f2;
	font-size: 14px;
	line-height: 3.2;
	height: 3.2em;
	text-align: center;
	margin-top: .71em;
}

#s01 a.btn4:after,
#s02 a.btn4:after {
	font-size: 16px;
	line-height: 1;
	top: -.05em;
	padding-left: .9em;
}

/* s02
-------------------------------------------------------------------------------*/

#s02 {
	margin-bottom: 9.5em;
}

#s02 > dl {
	position: relative;
	min-height: 32.1em;
	padding-left: 52em;
	margin-top: 1em;
}

#s02 > dl + dl {
	margin-top: 5em;
}

#s02 dd:first-child {
	position: absolute;
	top: 1em;
	left: 0;
	width: 44.1em;
}

#s02 dt {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 0.4em;
}

#s02 dt span {
	font-weight: bold;
	font-size: 12px;
}

#s02 ul {
	margin-bottom: 1em;
}

#s02 li {
	line-height: 1.75;
	font-size: 15px;
	padding-left: 2em;
	margin-bottom:0.5em;
	position: relative;
}

#s02 li:before {
	content: " ";
	font-size: 10px;
    width: 2em;
    height: 2em;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 43.8em 2em;
    border-radius: 50%;
}

#s02 li:before {
	background-position: 0 0;
}

#s02 li + li:before {
	background-position: -2.2em;
}

#s02 li + li + li:before {
	background-position: -4.4em 0;
}

#s02 li + li + li + li:before {
	background-position: -6.6em 0;
}

#s02 li + li + li + li + li:before {
	background-position: -8.8em 0;
}

#s02 li + li + li + li + li + li:before {
	background-position: -11em 0;
}

#s02 li + li + li + li + li + li + li:before {
	background-position: -13.2em 0;
}

#s02 dt.original + dd li:before {
    background-image: url("/store/techo/2015/all_about/original/images/num_s.png");
}

#s02 dt.weeks + dd  li:before {
    background-image: url("/store/techo/2015/all_about/weeks/images/num_s.png");
}

#s02 dt.cousin + dd  li:before {
    background-image: url("/store/techo/2015/all_about/cousin/images/num_s.png");
}

#s02 dt.planner + dd  li:before {
    background-image: url("/store/techo/2015/all_about/planner/images/num_s.png");
}

#s02 a {
	font-size: 14px;
}

/* s03
-------------------------------------------------------------------------------*/

#s03 {
	margin-bottom: 12.2em;
}

#s03 dl {
	width: 44em;
	margin-top: 3.3em;
}

#s03 dl + dl + dl {
	margin: 2.3em 0 5.5em;
}

#s03 dt {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #326c87;
	height: 2.1em;
	line-height: 2.1;
	overflow: hidden;
	border: #326c87 1px solid;
	padding: 0 .66em;
}

#s03 dt + dd {
	margin: 1em 0;
}

#s03 dd + dd {
	text-align: center;
	font-size: 14px;
}

#s03 dd + dd strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}




#savec p span {
	font-size: 12px;
	font-weight: bold;
	color: #be1d0e;
}

/* section
-------------------------------------------------------------------------------*/

.section {
	margin-bottom: 10em;
}

.section > img {
	float: right;
	width: 44.1em;
	margin-top: 2em;
}

.section > img[src*="img_04"] {
	width: 44.5em;
}

.section > ul {
	margin-top: 1.3em;
}

.section > ul > li {
	line-height: 2;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

.section div {
	text-align: center;
	padding-top: 11.5em;
}

#primary .section div h5 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 1.9em;
}

.section div ul {
	display: inline-block;
}

.section div li {
	float: left;
}

.section div li + li {
	margin-left: 4em;
}

.section div li a {
	display: block;
	width: 24em;
	height: 4.7em;
	padding-top: 3.7em;
	overflow: hidden;
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-size: 24em 8.4em;
	color: #fff;
	font-weight: bold;
	border-radius: .4em;
}
.section div li a:link,
.section div li a:visited,
.section div li a:hover,
.section div li a:active {
	color:#FFF;
	
}
.ie .section div li a:hover {
	filter: alpha(opacity=50);
	color: #fff;
}

.section div li + li a {
	background-image: url(../images/bg_02.jpg);
}

.section div li + li + li a {
	background-image: url(../images/bg_03.jpg);
}

.section div li a span {
	font-size: 17px;
	line-height: 1;
	display: block;
}

.section div li a span:after {
	content: "\e607";
	font-family: techoicons;
	position: relative;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1;
	margin-left: .25em;
	position: relative;
	top: -.05em;
}

.section li a:link {
	color: #3366CC;
	text-decoration: none;
}
.section li a:visited {
	color: #3366CC;
	text-decoration: none;
}
.section li a:hover {
	color: #99b2e5;
	text-decoration: none;
}
.section li a:active {
	text-decoration: none;
}

/* autoSlide
-------------------------------------------------------------------------------*/

#autoSlide {
	height: 50em;
}
