@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
@font-face {
    font-family: 'TAMA-R';
    src: url('../font/texgyreheros-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TAMA-B';
    src: url('../font/texgyreheros-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/css?family=Roboto:900);
/*----------basic----------*/
html, body {
	position: relative;
}
body {
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
body, p, li, td {
	font-family: 'TAMA-R',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
b,strong{
	font-family: 'TAMA-B',"Arial Black", Gadget, sans-serif;
    font-weight: normal;
    font-style: normal;
	}
img {
	border: 0px;
}
.Clear {
	clear: both;
	height: 0px;
}
/* Clearfix hack by Nicolas Gallagher: //nicolasgallagher.com/micro-clearfix-hack/ */
#MainContents:before,#MainContents:after ,
#Footer:before,#Footer:after ,
.wide:before,.wide:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
#MainContents:after ,
#Footer:after,
.wide:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*----------HeaderMenu----------*/


h1#TAMAlogo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1#TAMAlogo a {
	width: 185px;
	height: 60px;
	margin: 0px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/tama_sprites2015.png);
	background-position: 0px -4px;
	padding: 0px;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}
#TAMAlogo:hover > a {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
ul#SubMenu {
	list-style-type: none;
	height: 25px;
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 220px;
	top: 0px;
	z-index: 100;
}
#SubMenu li {
	position: relative;
	float: left;
	margin: 0px;
	display: table-cell;
	line-height: 1;
	padding: 0px;
}
#SubMenu li a {
font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	display: block;
	margin: 0px;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	text-decoration: none;
}
#SubMenu li#m-spport-btn {
	padding-left: 40px;
}
#SubMenu li#m-spport-btn a {
	color: #c60202;
}

#SubMenu li ul {
	width: 150px;
	list-style: none;
	position: absolute;
	top: 30x;
	left: 0;
	margin: 0px;
	padding: 0px;
}
#SubMenu li ul li {
	overflow: hidden;
	height: 0;
	color: #fff;
	padding: 0px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#SubMenu   li ul li a:hover  {
	background: #C00;
}
#SubMenu li ul li a {
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	background-color: #666666;
	line-height: 1em;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#SubMenu li:hover ul li {
	overflow: visible;
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#SubMenu li:hover ul li:last-child {
	border-bottom: 0;
}

.slicknav_menu {
	display:none;
}
/*----------ProductMenu----------*/



ul#ProductMenu {
	clear: both;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 930px;
}
#ProductMenu li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(0,0,0,0.3);
}
#ProductMenu li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.3);
}
#ProductMenu a:link,#ProductMenu a:visited {
	color: #333;
	line-height: 1;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#ProductMenu a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*----------main----------*/
#pageContent {
	clear: both;
	padding: 0px;
	text-align: left;
}
span.New {
	display: block;
	background-image: url(../images/tama_sprites2015.png);
	background-repeat: no-repeat;
	background-position: -963px -268px;
	height: 13px;
	width: 36px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*----------navilink----------*/

#navilink {
	padding-bottom: 0px;
	font-size: 9px;
	margin: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navilink li {
	font-size: 9px;
}
#navilink a:link, #navilink a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 9px;
}
#navilink a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
ol#bcList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ol#bcList li {
	display: inline;
}
ol#bcList li a {
	color: #CCCCCC;
}
ol#bcList li.crumb {
	background-image: url(../images/tama_sprites2015.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px -270px;
}
/*----------page-top----------*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
}
#page-top a {
	background-image: url(../images/tama_sprites2015.png);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#page-top a:link, #page-top a:visited {
	background-position: -801px -159px;
}
#page-top a:hover {
	background-position: -861px -159px;
}

/*for mobile*/
@media screen and (max-width: 767px) {
body {
	font-size:14px;
}#page-top {
	bottom: 40px;
}
}
/*for tablet*/
@media screen and (max-width: 929px) {
	#SpMenu,#ProductMenu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	
#pageContent {
	width: 100%;
	margin: 0px;
}
}
	
/*for tablet & PC*/
@media screen and (min-width:930px) {
#HeaderMenu {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg/header2015.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 126px;
}
#SpMenu {
	padding: 0;
	margin: 0;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
#pageContent {
	width:100%;
	padding: 0;
}
}
@media screen and (min-width:1300px) {
#pageContent {
	width:1300px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

#SpMenu {
	width:1300px;
}
#SubMenu li#m-spport-btn {
	padding-left: 60px;
}
}