@charset "UTF-8";


/***********************************************
	BaseStyle
************************************************/

/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1.5}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:middle;background:transparent;}
a:active,a:hover,button {outline: 0;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
img {vertical-align:middle;border:0;}
ul,ol {list-style: none;}

/* 禁則処理 */
p,li,dt,dd,th,td,pre {
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* anchor */
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.8;
}

/* body */

html {
	font-size: 14px;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}




/***********************************************
	nav
************************************************/

.active {
	border-bottom: solid 5px #4d7cb0;
}
#gnav {
	width: 100%;
	background: #f7f7f7;
	font-family: sans-serif;
}
#gnav ul li {
	float: left;
	width: 191px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnav ul li a {
	display: block;
	width: 137px;
	height: 50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnav ul li a:hover {
	border-bottom: solid 5px #4d7cb0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gnav ul li.gnav-home:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "HOME";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-ts a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "TS CAP";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-dictionary a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "DICTIONARY";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-ec a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "STORE";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-press a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "PRESS RELEASE";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-company a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "COMPANY";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}
#gnav ul li.gnav-contact a:after {
	display: block;
	width: 100px;
	margin: -26px auto 0;
	content: "CONTACT";
	color: #4d7cb0;
	font-size: 8px;
	font-weight: bold;
}




/***********************************************
	footer
************************************************/

footer .inner {
	background: #f7f7f7;
}
footer p {
	line-height: 30px;
	margin-bottom: 40px;
	font-size: 12px;
}
footer img {
	margin-bottom:20px;
}
footer #copyright {
	background: #000;
}
footer #copyright .inner small {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
