@charset "UTF-8";
/* CSS Document */


body {
	font-family: Verdana, sans-serif;
}




/* header */
header {
	position: relative;
	width: 100%;
	/*height: 44px;*/
}
#logo-toshiba {
	float: left;
	margin: 0;
}

#logo-toshiba img {
	width: 132px;
	height: 44px;
}


/* global */
#global-menu {
	float: right;
}
#global-nav,
#global-noscript {
	clear: both;
	display: none;
	background: #999;
}
#global-nav ul,
#global-noscript ul {
	list-style: none;
}
#global-nav li,
#global-noscript li,
#global-nav p,
#global-noscript p {
	border-bottom: 1px solid #fff;
}
#global-nav a,
#global-noscript a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0.9375em 0;
}
#global-nav a,
#global-nav a:hover,
#global-noscript a,
#global-noscript a:hover {
	color: #fff;
	text-decoration: none;
}

#global-noscript {
	display: block;
}




/* breadcrumb */
#breadcrumb {
	clear: both;
	width: 100%;
	margin-bottom: 1.25em;
	background: #000;
	text-align: left;
}
#breadcrumb ul {
	width: 90%;
	margin: 0 auto;
	list-style: none;
	padding-top: 1.25em;
	/*padding: 0.9375em 0;*/
}
#breadcrumb li {
	display: inline-block;
	color: #fff;
	padding-bottom: 1.25em;
}
#breadcrumb li a {
	display: inline-block;
	/*padding: 0.9375em 0;*/
	/*background: #FC3;*/
}
#breadcrumb li a,
#breadcrumb li a:hover {
	color: #fff;
}




/* contents */
#contents {	
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.9375em;
}



/* footer */
footer {
	width: 100%;
}
#foot-top,
#foot-bottom {
	width: 90%;
	margin: 0 auto;
}

.to-top {
	/*margin-bottom: 0.9375em;*/
	min-height: 23px;
	text-align: right;
}
.to-top a {
	display: inline-block;
	padding: 0.9375em 40px 0.9375em 0;
	background: /*#ccc*/ url(../img/arrow_icon_top.png) no-repeat right 12px;
	background: /*#ccc*/ url(../img/arrow_icon_top_s.png) no-repeat right 12px\9; /* IE8 less */
	background-size: 30px 23px;
}
.to-top a,
.to-top a:hover {
	color: #000;
	text-decoration: none;
}


#window-note {
	/*margin-bottom: 0.9375em;*/
	padding-left: 35px;
	background: url(../img/window-icon-gray.png) no-repeat;
	background: url(../img/window-icon-gray_s.png) no-repeat\9; /* IE8 less */
	background-size: 24px 21px;
	min-height: 21px;
}


footer nav {
	clear: both;
	margin-bottom: 0.9375em;
	background: #000;
}
footer ul {
	width: 90%;
	margin: 0 auto;
	padding: 0.75em 0;
	/*padding-top: 25px;*/
}
footer ul li {
	display: inline-block;
	margin-right: 2.5em;
	font-size: 0.9375em;
	
}
footer nav a {
	background: /*#CC3*/ url(../img/arrow-icon-gray.png) no-repeat 0 17px;
	background: /*#CC3*/ url(../img/arrow-icon-gray_s.png) no-repeat 0 17px\9; /* IE8 less */
	background-size: 11px;
	display: inline-block;
	padding: 0.75em 0 0.75em 16px;
}

footer nav a,
footer nav a:hover {
	color: #fff;
	text-decoration: none;
}


#logo-carrier,
#copyright {
	margin-bottom: 0.9375em;
	text-align: center;
}
#copyright {
	display: block;
	font-size: 0.75em;
}




/* layout */
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,p {
	margin: 0;
	padding: 0;
}


img {
	vertical-align: middle;
}


p,li,dt,dd,th,td {
	font-size: 0.875em;
	line-height: 1.6;
}
li li,
li dt,
li dd,
li p {
	font-size: 100%;
}


#contents div,
#contents ul,
#contents ol,
#contents dl,
#contents p {
	margin-bottom: 0.9375em;
}



section {
	margin-bottom: 1.5em;
}


h1 {
	border-bottom: 3px solid #3266CC;
	margin-bottom: 0.625em;
	padding-bottom: 0.3125em;
	font-size: 1.625em;
	color: #3266CC;
}

h2 {
	font-size: 1.1125em;
	margin-bottom: 0.625em;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.625em;
}


ul.list {
	margin-left: 20px;
}



table {
	width: 100%;
}
table th,
table td {
	border: 1px solid #3266CC;
	padding: 5px 7px;
	text-align: left;
}
.table-download th {
	width: 30%;
	background: #D6E0F5;
	font-weight: normal;
}
.table-download caption {
	display: none;
}



.note {
	background: url(../img/note-icon.png) no-repeat;
	background: url(../img/note-icon_s.png) no-repeat\9; /* IE8 less */
	background-size: 22px;
	padding-left: 30px;
}
.caution {
	color: #F00;
}


.bg-gray {
	background: #E9E9E9;
	padding: 0.75em;
}



nav.window-bg-blue ul {
	list-style: none;
}
nav.window-bg-blue li {
	margin-bottom: 0.625em;
	background: url(../img/arrow-icon-white-l.png);
	background: #3366CC url(../img/arrow-icon-white-l.png) no-repeat 96% center;
	background: #3366CC url(../img/arrow-icon-white-l_s.png) no-repeat 96% center\9; /* IE8 less */
	background-size: 14px 24px;
}
nav.window-bg-blue a {
	display: block;
	padding: 0.9375em 10% 0.9375em 2.8125em;
	background: url(../img/window-icon-blue.png) no-repeat 0.625em 0.9375em;
	background: url(../img/window-icon-blue_s.png) no-repeat 0.625em 0.9375em\9; /* IE8 less */
	background-size: 24px 21px;
}
nav.window-bg-blue a,
nav.window-bg-blue a:hover {
	color: #fff;
	text-decoration: none;
}


nav.window-gray ul {
	list-style: none;
	margin-left: 20px;
}

nav.window-gray a {
	display: block;
	padding: 0.9375em 0 3px 30px;
	background: /*#ccc*/ url(../img/window-icon-gray.png) no-repeat 0 15px;
	background: /*#ccc*/ url(../img/window-icon-gray_s.png) no-repeat 0 15px\9; /* IE8 less */
	background-size: 24px 21px;
	/*border-bottom: 1px solid #999;*/
	color: #000;
	text-decoration: none;
}
nav.window-gray a:hover {
	text-decoration: underline;
}



a.window-gray {
	display: inline-block;
	padding: 0.9375em 0 0.9375em 30px;
	background: /*#ccc*/ url(../img/window-icon-gray.png) no-repeat 0 15px;
	background: /*#ccc*/ url(../img/window-icon-gray_s.png) no-repeat 0 15px\9; /* IE8 less */
	background-size: 24px 21px;
}



.btn-close {
	text-align: center;
}


/* index */
#index-nav-bottom {
	text-align: center;
}
#index-nav-bottom ul {
	list-style: none;
}
#index-nav-bottom li {
	display: inline-block;
}
#index-nav-bottom li:first-child {
	margin-right: 0.75em;
}


/* license */
.license-list {
	margin-left: 20px;
	margin-bottom: 30px !important;
}
.license-list li {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #999;
}

.license-list ul {
	list-style: none;
	margin-top: 0.75em;
	padding-top: 0.75em;
}
.license-list li li {
	border-bottom: none;
	
}

.license-list dl {
	margin-top: 0.75em;
	margin-bottom: 0;
}
.license-list dt {
	clear: both;
	float: left;
	width: 20px;
	/*background: #9F0;*/
	margin-bottom: 0.75em;
	
}
.license-list dd {
	margin-left: 20px;
	margin-bottom: 0.75em;
	/*background: #ccc;*/
}


/*　products list */
.products {
	padding-bottom: 0.9375em;
	border-bottom: 1px solid #999;
}



/* device */
.device-dl dt {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
}
.device-dl dd {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1em;
	color: #3266CC;
}

/* copyright */

#copyright img {
	max-width:100%;
}








