@charset "UTF-8";
/******************************/
/* CSS Reset                  */
/******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
span.alert, p.alert {
	color: #D80000;
}
.bigFont150 {
	font-size: 150%;
}
.smallFont75 {
	font-size: 75% !important;
}
.margin_tb30 {
	margin: 30px 0px;
}
.margin_tb15 {
	margin: 15px 0px;
}
.simpleFloatL {
	display: inline;
	float: left;
	margin-right: 20px !important;
}
.simpleFloatR {
	display: inline;
	float: left;
}
.pointArea {
	background: #E9F1FC;
	padding: 15px;
}
.pointArea2 {
	border: 3px solid #e1e1e1;
	padding: 15px;
}
table.cmsTBL {
	font-family: sans-serif !important;
	font-size: 100% !important;
}
table.cmsTBL ul {
	list-style-type: disc !important;
}
table.cmsTBL strong {
	font-weight: bold !important;
}
table.cmsTBL em {
	font-style: italic !important;
}
/******************************/
/* a                          */
/******************************/
a {
	overflow: hidden;
	outline: none;
	-webkit-transition: all 0.2s ease;
}
a:link {
	color: #00aaff;
	text-decoration: none;
}
a:visited {
	color: #00aaff;
	text-decoration: none;
}
a:hover {
	color: #00aaff;
	text-decoration: underline;
}
a:active {
	color: #00aaff;
	text-decoration: underline;
}
a:link img, a:visited img {
	border: none;
}
a:hover img, a:active img {
	border: none;
	opacity: 0.8;
}
/******************************/
/* clearfix                   */
/******************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/******************************/
/* Base layout                */
/******************************/
body {
	color: #444444;
	/*background: url(../images/bg/bg_body.png) repeat;*/
	background-color: #FAFAFA;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-attachment: fixed;
}
#page {
	clear: both;
	width: 984px;
	background-color: #FFF;
	height: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #EEE;
	box-shadow: 0px 2px 8px 4px rgba(204, 204, 204, 0.4);
	-moz-box-shadow: 0px 2px 8px 4px rgba(204, 204, 204, 0.4);
　/* Firefox用 */  
 -webkit-box-shadow: 0px 2px 8px 4px rgba(204, 204, 204, 0.4);
　/* Safari,Google Chrome用 */
}
#page #wrapper {
	clear: both;
	width: 944px;
	height: 100%;
	margin: 0 auto 50px auto;
	padding: 0;/*border-bottom: 1px solid #EEE;*/
}
#page #wrapper_b {
	/* toppage ONLY */
	clear: both;
	width: 944px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
/* header */
#header {
	margin: 0 auto;
	width: 944px;
	/*height: 134px;*/
	position: relative;
	z-index: 50;
}
#header p {
	font-size: 70%;
	margin: 0;
	color: #999;
	text-align: right;
	padding: 5px 0 0 0;
}
#header h1 {
	width: 176px;
	height: 36px;
	margin: 0 0 10px 0;
	float: left;
}
#header h1 a {
	width: 176px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg/header_logo.png) no-repeat;
}
#header h1 a#portalLogo {
	width: 290px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg/header_logoportal.gif) no-repeat;
}
#header .icon_60th {
	width: 105px;
	height: 38px;
	float: left;
	margin: 0 0 0 10px;
}
#header .headSearch {
	width: 250px;
	float: right;
	margin-top: 1%;
	text-align: right;
	font-size: 80%;
}
#header .headSearch .headSearchTxt {
	width: 150px;
}

.flex_parent_none_pc {
	display: none;
}

.parent_order2 {
	display: none;
}
.parent_order5 {
	display: none;
}
@media screen and (max-width: 760px) {
#header {
	margin: 0 auto;
	width: 100%/*height: 134px;*/
}
#header .icon_60th {
	width: 105px;
	height: 38px;
	float: left;
	margin: 10px 0 0 10px;
}
#header .headSearch {
	display: none;
}
.flex_parent_none {
	display: none;
}
.flex_parent_none_pc {
	display: block;
}

.parent_order2 {
	display: block;
}
.parent_order5 {
	display: block;
}

}
/* titleBox */
#wrapper #titleBox {
	clear: both;
	margin: 10px 0 0 0;
}
#wrapper #titleBox h2 {
	width: 944px;
	height: 34px;
	text-indent: -9999px;
	margin: 0;
	clear: both;
	padding: 0;
}
#wrapper #titleBox h2#h2_top {
	background: url(../images/bg/h2_top.png) no-repeat;
}
#wrapper #titleBox h2#h2_catalog {
	background: url(../images/bg/h2_catalog.png) no-repeat;
}
#wrapper #titleBox h2#h2_catalog_bknum {
	background: url(../images/bg/h2_catalog_bknum.png) no-repeat;
}
#wrapper #titleBox h2#h2_catalog_backnum {
	background: url(../images/bg/h2_catalog_backnum.png) no-repeat;
}
#wrapper #titleBox h2#h2_series {
	background: url(../images/bg/h2_series.png) no-repeat;
}
#wrapper #titleBox h2#h2_f_lamp {
	background: url(../images/bg/h2_f_lamp.png) no-repeat;
}
#wrapper #titleBox h2#h2_showcase {
	background: url(../images/bg/h2_showcase.png) no-repeat;
}
#wrapper #titleBox h2#h2_search {
	background: url(../images/bg/h2_search.png) no-repeat;
}
#wrapper #titleBox h2#h2_err {
	background: url(../images/bg/h2_err.png) no-repeat;
}
#wrapper ul.anchor {
	width: 904px;
	height: 34px;
	background: url(../images/bg/h2_search.png) no-repeat;
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
}
#wrapper ul.anchor {
	width: 944px;
	height: 32px;
	background: url(../images/bg/h2Bottom_ul.png) no-repeat;
}
#wrapper ul.anchor2 {
	width: 710px;
	height: 32px;
	background: url(../images/bg/h2Bottom_ul_s.png) no-repeat;
	margin-left: 0px;
	padding-left: 8px;
}
#wrapper ul.anchor li, #wrapper ul.anchor2 li {
	display: block;
	margin: 0 20px 0 0;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-size: 90%;
	float: left;
	color: #00aaff;
	cursor: pointer;
}
#wrapper ul.anchor li.select {
	font-weight: bold;
	color: #00aaff;
	;
}
/* breadcrumbs */
#wrapper #breadcrumbs, #wrapper_b #breadcrumbs {
	clear: both;
	display: block;
	/*height: 20px;*/
	line-height: 26px;
	vertical-align: middle;
	padding: 3px 0;
}
#wrapper #breadcrumbs p, #wrapper_b #breadcrumbs p {
	color: #CCC;
	font-size: 84%;
	margin: 0px;
}
/* sidebar */
#wrapper #sidebar {
	float: left;
	width: 220px;
	height: 100%;
	margin-bottom: 20px;
}
#wrapper #sidebar #searchBox {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #999;
}
#wrapper #sidebar h3, #wrapper #sidebar h4 {
	width: 200px;
	height: 30px;
	line-height: 40px;
	vertical-align: middle;
	background: #3D7BC9;
	color: #FFF;
	font-size: 95%;
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	margin: 0px;
	padding: 0px 10px;
}
#wrapper #sidebar ul {
	width: 220px;
	border-top: 3px solid #3D7BC9;
}
#wrapper #sidebar ul li {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #c5c5c5;
}
#wrapper #sidebar ul li a:link, #wrapper #sidebar ul li a:visited {
	display: block;
	padding: 0 0 0 28px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background: url("../images/bg/li_icon_sidebar.png") no-repeat scroll 5px center #dbdbdb;
	color: #226592;
	font-size: 90%;
	font-weight: bold;
}
#wrapper #sidebar ul li a:hover, #wrapper #sidebar ul li a:active {
	display: block;
	padding: 0 0 0 28px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-decoration: none;
	background: url("../images/bg/li_icon_sidebar_o.png") no-repeat scroll 5px center #dbdbdb;
}
#wrapper #sidebar ul li a.active {
	color: #333;
	background: #D9E6EF url("../images/bg/li_icon_sidebar_o.png") no-repeat scroll 5px center;
}
#wrapper #sidebar ul li.sub {
	border: 0px;
	height: 35px;
}
#wrapper #sidebar ul li.sub a {
	background: #eee;
	margin: 0px 1px;
	padding-left: 10px;
	height: 34px;
	border-bottom: 1px dotted #bbb;
	font-weight: normal;
}
#wrapper #sidebar ul li.sub a.active {
	font-weight: bold;
}
#wrapper #sidebar ul li.sub2 {
	border: 0px;
	height: 35px;
	font-size: 90%;
}
#wrapper #sidebar ul li.sub2 a {
	background: #f8f8f8;
	margin: 0px 1px;
	padding-left: 17px;
	height: 34px;
	border-bottom: 1px dotted #bbb;
	font-weight: normal;
}
#wrapper #sidebar ul li.sub2 a.active {
	font-weight: bold;
}
#wrapper #sidebar form input.search {
	width: 160px;
}
#wrapper #sidebar form label {
	font-size: 90%;
}
#wrapper #sidebar ul li.ad_nolink {
	display: none;
}
#wrapper #sidebar div.secureSeal a {
	float: left;
	margin: 25px 0px 30px 0px;
	font-size: 80%;
}
#wrapper #sidebar div.secureSeal object#s_l {
	display: block;
	width: 135px;
	float: left;
}
/* content */
#wrapper .content {
	float: right;
	width: 710px;
	min-height: 600px;
	margin: 0 0 20px 0;
}
#wrapper .content_page {
	min-height: inherit;
}
/* contentSingle */
#wrapper .contentSingle {
	width: 944px;
	margin: 0 auto;
	min-height: 600px;
}
/* breadcrumbsBtm */
#wrapper #breadcrumbsBtm {
	clear: both;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 10px 0 5px 0;
}
#wrapper #breadcrumbsBtm p {
	color: #CCC;
	font-size: 84%;
}
.inner {
	padding: 15px;
}
.inner2 {/* p.inner2 ha product/list/ de sudeni tukatteiru */
	padding: 20px;
}
/* footer */
#footer {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin: 0 auto;
	background: #eee;
	padding: 15px 0px;
}
#footer #footerContent {
	margin: 0 auto 0 auto;
	width: 95%;
}
#footer #footerContent h5 {
	margin: 0;
	font-size: 90%;
	font-weight: bold;
	color: #226592;
}
#footer #footerContent ul {
	font-size: 80%;
	margin: 10px 0 10px 0;
	padding: 0;
}
#footer #footerContent ul li {
	padding: 0 0 5px 0;
	line-height: 1.2em;
	font-size: 90%;
}
#footer #footerContent ul li a {
	color: #999;
}
#footer #footerContent a:link {
	color: #999;
	text-decoration: none;
}
#footer #footerContent a:visited {
	color: #999;
	text-decoration: none;
}
#footer #footerContent a:hover {
	color: #999;
	/*color: #00aaff;*/
	text-decoration: underline;
}
#footer #footerContent a:active {
	color: #999;
	text-decoration: underline;
}
#footer #footerContent p {
	margin: 0 0 5px 0;
}
#footerBtm {
	width: 944px;
	clear: both;
	background: #FFF;
	margin: 0 auto;
}
#footerBtm #footerBtmContent {
	margin: 20px auto 20px auto;
	clear: both;
	width: 944px;
	height: 40px;
	background : #FFF;
}
#footerBtm p.logo {
	/*width: 185px;*/
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg/footer_logoc.gif) no-repeat;
	margin: 0;
}
#footerBtm p.copy {
	height: 21px;
	line-height: 21px;
	vertical-align: bottom;
	font-size: 84%;
	color: #999;
	margin: 0;
	width: 100%;
}
#wrapper #titleBox h2#h2_series_all {
	background: url(../images/bg/h2_series_all.png) no-repeat;
	margin-bottom: 20px;
}
#wrapper ul.anchor_all {
	width: 904px;
	height: 34px;
	background: url(../images/bg/h2_search.png) no-repeat;
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
}
#wrapper ul.anchor_all {
	float: left;
	width: 742px;
	height: 32px;
	background: url(../images/bg/h2Bottom_ul_all.png) no-repeat;
}
#wrapper ul.anchor_all li {
	display: block;
	margin: 0 15px 0 0;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-size: 90%;
	float: left;
	color: #00aaff;
	cursor: pointer;
}
#wrapper ul._all li.select {
	font-weight: bold;
	color: #00aaff;
	;
}
#wrapper ul.anchor_all_discon {
	float: right;
	width: 150px;
	height: 30px;
	background-color: #dbdbdb;
	border: 1px #c5c5c5 solid;
	margin: 0 0 0 10px;
	border-radius: 3px;
}
#wrapper ul.anchor_all_discon li {
	display: block;
	margin: 0 0 0 0;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-size: 90%;
	text-align: center;
	color: #00aaff;
	cursor: pointer;
}
#wrapper ul.anchor_all_discon li a {
	color: #666;
}
#wrapper ul._all_discon li.select {
	font-weight: bold;
	color: #00aaff;
	;
}
 @media print, screen and (max-width: 760px) {
#footer, #footerBtm, #footer #footerContent, #footerBtm #footerBtmContent {
	width: 96%;
}
#footer {
	padding: 5% 2% 2% 2%;
}
#footer #footerContent h5 {
	margin: 1% 0 0 0;
}
}
/******************************/
/* Base parts                 */
/******************************/
/* h2 h3 h4 h5 */
.content h2 {
	background: url(../images/bg/h2_Base1.png) no-repeat left top;
	height: 34px;
	line-height: 31px;
	width: 100%;
	/*border-left: none;
	border-bottom: 1px solid #3498db;	
	vertical-align: middle;*/
	margin: 0;
	padding: 3px 0px 0px 10px;
	font-size: 145%;
	font-weight: normal;
	color: #fff;
	clear: both;
	text-shadow: 2px 1px #226592;
	letter-spacing: 2px;
}
@media print, screen and (max-width: 760px) {
.content h2 {
	width: 96.8%;
}
}
.contentSingle h2 {
	background-image: none;
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	width: 100%;
	border-left: none;
	border-bottom: 1px solid #3498db;
	vertical-align: middle;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	font-size: 160%;
	font-weight: normal;
	color: #666;
	clear: both;
	text-shadow: 0 -1px #FFF;
	letter-spacing: -1px;
}
.content h3 {
	margin: 0 0 0 0;
	color: #226592;
	font-size: 140%;
	font-weight: normal;
	clear: both;
	letter-spacing: -1px;
	line-height: 42px;
	vertical-align: middle;
}
.contentSingle h3 {
	margin: 0 0 20px 20px;
	color: #226592;
	font-size: 160%;
	font-weight: normal;
	clear: both;
	letter-spacing: -1px;
	height: 42px;
	line-height: 42px;
	width: 100%;
	vertical-align: middle;
	background: url(../images/bg/h3_bg.png) no-repeat;
}
.content h4 {
	margin: 0 0 0 0;
}
.contentSingle h4 {
	color: #666;
	font-size: 100%;
	/*font-weight: bold;*/
	clear: both;
	margin: 0 0 10px 20px;
}
.content h5, .contentSingle h5 {
	color: #666;
	font-size: 100%;
	font-weight: normal;
	clear: both;
}
/* p */
.content p {
	line-height: 1.4em;
	font-size: 90%;/*margin:0px;*/
}
.contentSingle p {
	line-height: 1.4em;
	font-size: 90%;/*margin:0 20px 0 20px;*/
}
.content p.alert, .contentSingle p.alert {
	font-size: 90%;
	font-weight: bold;
	color: #d80000;
	padding: 10px;
	background-color: #F9F9F9;
	border: 1px solid #d80000;
	text-align: center;
	margin: 0 0 20px 0;
}
#page .content p.gotop, #page .contentSingle p.gotop {
	padding: 10px 20px 0 0;
	margin: 40px 0 0 0;
	text-align: right;
	clear: both;
	font-size: 84%;
}
#page .content p.gotop a, #page .contentSingle p.gotop a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 88%;
	font-weight: bold;
}
.content p.focus, .contentSingle p.focus {
	border: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	padding: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px 1px 2px 0px #EEE;
	-webkit-box-shadow: inset 0px 1px 2px 0px #EEE;
	-moz-box-shadow: inset 0px 1px 2px 0px #EEE;
}
.content p.focusForm, .contentSingle p.focusForm {
	font-size: 100%;
	border: 2px solid #EA005A;
	border-bottom: 1px solid ##EA005A;
	padding: 12px;
}
.content p.clear, .contentSingle p.clear {
	clear: both;
	width: 100%;
}
/* ul */
.content ul, .contentSingle ul {
	font-size: 100%;
	line-height: 1.4em;
	list-style: none;
	color: #1c1c1c;
	margin: 0 0 0 0;
}
.content ul li, .contentSingle ul li {
	margin: 0 0 5px 0;
	font-size: 90%;
}
/* dl */
.content dl, .contentSingle dl {
	font-size: 100%;
	line-height: 1.4em;
	list-style: none;
	color: #1c1c1c;
	margin: 0 0 10px 20px;
}
.content dl dt, .contentSingle dl dt {
	margin: 0 0 5px 0;
	font-size: 110%;
}
.content dl dd, .contentSingle dl dd {
	margin: 0 0 5px 0;
	font-size: 90%;
}
/* table */
.content table, .contentSingle table {
	border: 1px solid #C7D3E8;
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	line-height: 1.2em;
}
.content table tr.en, .contentSingle table tr.en {
	background: #F5F5F5;
}
.content table tr th, .contentSingle table tr th {
	background-color: #E5E5E5;
	border: 1px solid #C7D3E8;
	white-space: nowrap;
	padding: 5px;
	vertical-align: middle;
}
.content table tr td, .contentSingle table tr td {
	border: 1px solid #C7D3E8;
	font-weight: normal;
	padding: 5px;
}
.content table tr td.value, .contentSingle table tr td.value {
	text-align: center;
}
.content table tr td.text, .contentSingle table tr td.text {
	font-size: 80%;
}
.content table tr td span.sup_attention, .contentSingle table tr td span.sup_attention {
	font-weight: bold;
	color: #d80000;
}
.content table tr td span.discontinued, .contentSingle table tr td span.discontinued {
	color: #d80000;
}
.content ul li span.discontinued, .contentSingle ul li span.discontinued {
	color: #d80000;
}
/* form */
.content input.text, .contentSingle input.text {
	width: 80%;
}
.content textarea, .contentSingle textarea {
	width: 80%;
	height: 80px;
}
.content table tr th.necessary:after, .contentSingle table tr th.necessary:after {
	content: "必須";
	margin-left: 5px;
	font-size: 80%;
	color: #FFF;
	vertical-align: middle;
	background-color: #d80000;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.content .formBtn, .contentSingle .formBtn {
	text-align: center;
	background: #eee;
	padding: 15px;
	margin: 0 0 20px 0;
}
.content .formBtn input, .contentSingle .formBtn input {
	text-align: center;
	padding: 8px 25px;
}
.contentSingle .formBtn input.delete {
	background: #febbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #febbbb 50%, #fe9090 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #febbbb), color-stop(100%, #fe9090)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #febbbb 50%, #fe9090 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #febbbb 50%, #fe9090 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #febbbb 50%, #fe9090 100%); /* IE10+ */
	background: linear-gradient(to bottom, #febbbb 50%, #fe9090 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#fe9090', GradientType=0 ); /* IE6-9 */
}
.contentSingle .formBtn input.regist {
	background: #f8ffe8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8ffe8), color-stop(33%, #e3f5ab), color-stop(100%, #b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d', GradientType=0 ); /* IE6-9 */
}
input.txtbox80 {
	width: 80px;
}
input.txtbox250 {
	width: 250px;
}
input.txtbox400 {
	width: 400px;
}
/* etc... */
.content p.itemSup, .contentSingle p.itemSup {
	text-align: right;
	margin: 0 10px 0 0;
}
.content span.type1, .contentSingle span.type1 {
	margin: 0 6px 0 0;
	padding: 3px;
	font-size: 74%;
	background-color: #3498db;
	color: #FFF;/*border: 1px solid #CCC;
	border-radius: 5px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px 1px 2px 0px #EEE;
	-webkit-box-shadow: inset 0px 1px 2px 0px #EEE;
	-moz-box-shadow: inset 0px 1px 2px 0px #EEE;*/
}
.content span.type2, .contentSingle span.type2 {
	margin: 0 6px 0 0;
	padding: 3px;
	font-size: 74%;
	background-color: #2ecc71;
	color: #FFF;/*border: 1px solid #CCC;
	border-radius: 5px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px 1px 2px 0px #EEE;
	-webkit-box-shadow: inset 0px 1px 2px 0px #EEE;
	-moz-box-shadow: inset 0px 1px 2px 0px #EEE;*/
}
.content span.type3, .contentSingle span.type3 {
	margin: 0 6px 0 0;
	padding: 3px;
	font-size: 74%;
	background-color: #e85141;
	color: #FFF;/*border: 1px solid #CCC;
	border-radius: 5px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px 1px 2px 0px #EEE;
	-webkit-box-shadow: inset 0px 1px 2px 0px #EEE;
	-moz-box-shadow: inset 0px 1px 2px 0px #EEE;*/
}
.imgCenter {
	text-align: center;
	margin: 15px 0px !important;
}
span.icon-pub, span.icon-press, span.icon-product, span.icon-news, span.icon-exhibit {
	text-align: center;
	display: inline-block;
	/*width: 71px;*/
	/*background: #61A553;*/
	font-size: 56%;
	/*padding: 0px 2px;*/
	/*color: #FFF;*/
	margin: 0px 5px;
	/*border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
	float: right;
	text-indent: -9999px;
	width: 57px;
}
span.icon-pub {
	/*background-color: #209CD9;*/
	background: url(../images/topics/topics_publish.gif) no-repeat left -5px;
}
span.icon-press {
	/*background-color: #133A6A;*/
	background: url(../images/topics/topics_press.gif) no-repeat left -5px;
}
span.icon-product {
	/*background-color: #F32727;*/
	background: url(../images/topics/topics_product.gif) no-repeat left -5px;
}
span.icon-news {
	/*background-color: #2EAB89;*/
	background: url(../images/topics/topics_news.gif) no-repeat left -5px;
}
span.icon-exhibit {
	/*background-color: #EF950E;*/
	background: url(../images/topics/topics_exhibit.gif) no-repeat left -5px;
}
/* to-top */
body {
/*	width:100%;
	height:5000px;
	padding:1em 0;
*/
}
/* ここまでデモページ用のコード */
#page-top {
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3b3b3b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#page-top p:hover {
	background: #8b8b8b;
}
#move-page-top {
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.index_search {
	font-size: 80%;
}
.supportBox h4 {
	font-weight: bold;
}
.index_search .serchTxt1_index {
	width: 90%;
	margin-bottom: 10px;
}
.index_search .sp_form_input {
	width: 96%;
	margin-bottom: 10px;
}
