@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:14px "Times New Roman",Georgia,serif;line-height:1.75;letter-spacing:.05em}

.ja body{font:14px "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;line-height:1.75;letter-spacing:.05em}

/* Basic
-------------------------------------------------------------------------------*/

a {
    text-decoration:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:link {
    color: #7070cb;
    text-decoration:underline;
}

a:visited {
    color: #535398;
    text-decoration:underline;
}

a:hover {
    color: #ff8000;
    text-decoration:none;
}

a:active {
    
}

a:focus {
    outline:0;
}

a img {
    vertical-align:top;
}

a.sold {
    cursor: default;
}

.opc a:link,
.opc a:visited {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.opc a:hover,
.opc input[type="image"]:hover {
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}

.opc .current > a:hover,
.opc a.sold:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.opcI a:link img,
.opcI a:visited img {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.opcI a:hover img {
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}

.opcI .current > a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.current > a {
    cursor:default;
    pointer-events: none;
}

.sprite {
    position:relative;
    display:block;
    overflow:hidden;
}

.sprite:hover {
    /zoom:1;
}

.sprite img {
    position:absolute;
}

.normal {
    font-weight:normal!important;
}

.bold {
    font-weight:bold;
}

.fltL {
    float:left!important;
}

.fltR {
    float:right!important;
}

.clrml {
    margin-left:0!important;
}

.clrmr {
    margin-right:0!important;
}

.clrmb {
    margin-bottom:0!important;
}

.clrmt {
    margin-top:0!important;
}

.clrbt {
    clear:both!important;
}

.clrL {
    clear:left!important;
}

.clrR {
    clear:right!important;
}

.clrbd {
    border:none!important;
}

.alnR {
    text-align:right;
}

.block {
    display:block;
}

.whitespace {
    white-space:pre;
    white-space:pre-wrap;
    white-space:pre-line;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-hp-pre-wrap;
    word-wrap:break-word;
}

.clrfx:before,
.clrfx:after {
    content:"";display:table;
}

.clrfx:after {
    clear:both;
}

.clrfx {
    zoom:1;
}

/* Layout
-------------------------------------------------------------------------------*/

#wrapper {
    width: 960px;
    margin: 10px auto 48px;
}

/* header
-------------------------------------------------------------------------------*/

#header img {
    display: block;
}

.ie8 #header a {
    display: inline-block;
}

#header > a {
    float: left;
}

#header > a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

#header > a + ul {
    float: right;
}

#header li {
    float: left;
    margin-left: 20px;
}

/* footer
-------------------------------------------------------------------------------*/

#footer {
    clear: both;
}

.ie8 #footer a {
    display: inline-block;
}

#footer ul {
    border-top: #ccc 1px solid;
}

#footer ul:first-child {
	padding: 6px 9px 9px;
}

#footer ul:first-child li {
    float: left;
}

#footer ul:first-child li + li {
    margin-left: 25px;
}

.ja #footer ul:first-child {
    text-align: center;
    padding: 6px 131px 9px;
}

.ja #footer ul:first-child li {
	display: inline-block;
}

.ja #footer ul:first-child li:first-child {
	float: left;
}

.ja #footer ul:first-child li + li {
    margin-left: 0;
}

.ja #footer ul li + li {
	float: right;
}

.ja #footer ul:first-child li:first-child + li {
	float: none;
}

#footer ul + ul {
    padding-top: 14px;
}

#footer ul+ ul li {
    float: right;
    margin-left: 23px;
}

#footer ul + ul li:first-child {
    float: left;
    margin: 0 23px 0 0;
}

#footer ul + ul li:first-child + li {
    float: left;
    margin: 0;
}

#footer ul + ul div.fb-like {
    margin-top: 3px;
}

#footer address {
    padding-top: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 2.2;
    font-weight: bold;
}

/* dearcustomer
-------------------------------------------------------------------------------*/
#dearcustomer {
	float: none!important;
	margin-bottom: 10px!important;
}
#dearcustomer a {
	padding-left: 18px;
	background: url(/store/techo/2014/planner/images/arrow.png) no-repeat left center;
	font-size: 13px;
}
#dearcustomer a:hover {
	opacity: .5;
	-moz-opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	text-decoration: none;
	color: #7070cb;
}
.dearcustomer {
	width: 600px;
	padding: 40px;
	font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 0.075em;
	line-height: 1.75em;
}
.dearcustomer_en {
	font-family:"Times New Roman",Georgia,serif !important;
}
.dearcustomer h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.dearcustomer h1 span {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
}
.dearcustomer p {
	font-size: 14px;
	margin: 1.75em auto;
}
.dearcustomer .close {
	display: block;
	text-align: center;
}
.dearcustomer a.arrow {
	padding-left: 18px;
	background: url(/store/techo/2014/images/index/lineup_arrow.gif) no-repeat left center;
}
.dearcustomer a.arrow_en {
	padding-left: 18px;
	background: url(/store/techo/2014/planner/images/arrow.png) no-repeat left center;
}
.dearcustomer a.arrow:hover,
.dearcustomer a.arrow_en:hover {
	opacity: .5;
	-moz-opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	text-decoration: none;
	color: #7070cb;
}
.dearcustomer .hobo {
	font-weight: bold;
}

/* breadcrumbs
-------------------------------------------------------------------------------*/

#breadcrumbs li {
    float: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

#breadcrumbs li + li {
    background: url(/store/techo/2014/images/icon_breadcrumb.png) no-repeat 11px center;
    padding-left: 28px;
}

#breadcrumbs a {
    text-decoration: none;
}

/* local
-------------------------------------------------------------------------------*/

#local {
    float: right;
    border-bottom: #ccc 1px solid;
    margin-top: -3px;
}

#local li {
    border-top: #ccc 1px solid;
}

#local li:first-child {
    margin-top: 60px;
}

.ja #local li:first-child {
    text-align: right;
    height: 15px;
    overflow: hidden;
    padding-bottom: 45px;
    margin-top: 0;
    border-top: none;
}

/* about
-------------------------------------------------------------------------------*/

.about {
    padding: 25px 50px;
    width: 500px;
    position: relative;
}

.about h1 {
    margin: 25px 0;
}

.about h2 {
    margin: 50px 0 25px;
}

.about p {
    margin-bottom: 1em;
}

.about a[href="#close"] {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* none
-------------------------------------------------------------------------------*/

#header li:first-child,
#detail_cover #secondary > ul li a[href*="/faq/"],
#demerit li:first-child/*,*/
/*#primary .collection,*/
/*#footer .collection*/ {
    display: none!important;
}