@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 エレメント
--------------------------------------------------------------------------------------- */

/* hx ------------------------------ */

#contents .main h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebeb;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
}
#contents .main h2.noLine {
	border-bottom: none;
}
#contents .main h2 .txtS {
	font-size: 50%;
}

#contents .main h3 {
	margin-top: 30px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
}

#contents .main h4 {
	margin-top: 20px;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.4;
}

#contents .main h5 {
	margin-top: 20px;
	font-size: 117%;
	line-height: 1.4;
}

/* text ------------------------------ */

#contents .main p {
	margin-top: 5px;
	font-size: 117%;
	line-height: 1.6;
}
#contents .main .noSpc {
	margin-top: 30px;
}

#contents .main .ind01 {
	display: block;
	padding-left: 1em;
}
#contents .main .ind01 .mark {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#contents .main .lineTitle {
	padding: 7px;
	border: 1px solid #0191d8;
	text-align: center;
	color: #0191d8;
	font-size: 125%;
}

#contents .alignC {
	display: block;
	text-align: center;
}
#contents .alignR {
	text-align: right;
}

#contents .bold {
	font-weight: bold;
}

#contents .notes {
	color: #666666;
}

/* list ------------------------------ */

#contents .main ul {
	margin-top: 4px;
	font-size: 117%;
	line-height: 2.0;
}
#contents .main ol {
	margin-top: 4px;
	padding-left: 1.5em;
	font-size: 117%;
	line-height: 2.0;
}
#contents .main ul .mark {
	display: inline-block;
	width: 1em;
	padding-right: 0.1em;
	text-align: center;
}

#contents .main .markList01 {
	padding-left: 1.1em;
}
#contents .main .markList01 .mark {
	margin-left: -1.1em;
}

#contents .main .numList01 {
	padding-left: 1.5em;
}
#contents .main .numList01 li .num {
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

#contents .main .numList02 {
	padding-left: 2em;
}
#contents .main .numList02 li .num {
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}

#contents .main .noteList01 {
	padding-left: 3em;
}
#contents .main .noteList01 li .note {
	display: inline-block;
	width: 3em;
	margin-left: -3em;
}

#contents .main .ancList {
	margin: -10px 0 40px -10px;
}
#contents .main .ancList li {
	float: left;
	margin: 10px 0 0 10px;
}
#contents .main .ancList li a {
	display: block;
	padding: 6px 20px 6px 46px;
	background: #f1f1f1 url(/shared/img/ico_arw_03.png) no-repeat 20px 15px;
}
#contents .main .ancList li a:hover {
	background: #d4eaf4 url(/shared/img/ico_arw_03.png) no-repeat 20px 15px;
	text-decoration: none;
}

/* icon ------------------------------ */

#contents .pdf {
	position: relative;
	top: -1px;
	display: inline-block;
	padding: 1px 12px 0;
	background: #0191d8;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
}
#contents .blank{
	margin-right: 2px;
	padding-right: 20px;
	background: url(/shared/img/ico_link_01.png) no-repeat right center;
}

/* image ------------------------------ */

#contents .main .imgSpc {
	margin: 10px 0;
}
#contents .main .imgLeft {
	float: left;
	margin: 0 20px 0 0;
	margin-right: 20px;
}
#contents .main .imgRight {
	float: right;
	margin: 0 0 0 20px;
}

#contents .widePage .main .imgLeft {
	margin-right: 30px;
}
#contents .widePage .main .imgRight {
	margin-left: 30px;
}

#contents .main .imgLine {
	border: 1px solid #dbdbdb
}

#contents .main .imgOv a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* table ------------------------------ */

#contents .main table {
	width: 100%;
	margin-top: 14px;
}
#contents .main caption {
	font-size: 117%;
	line-height: 1.6;
}
#contents .main table th,
#contents .main table td {
	padding: 4px 12px;
	border: 1px solid #ebebeb;
	text-align: left;
	vertical-align: middle;
	font-size: 117%;
	line-height: 1.7;
}
#contents .main table th {
	background: #f9f9f9;
	font-weight: bold;
}
#contents .main table.col2 td,
#contents .main table.col2 th {
	width: 50%;
}
#contents .main table.col3 td,
#contents .main table.col3 th {
	width: 33.33%;
}
#contents .main table.col4 td,
#contents .main table.col4 th {
	width: 25%;
}
#contents .main table .per20 {
	width: 20%;
}
#contents .main table .per25 {
	width: 25%;
}
#contents .main table .per35 {
	width: 35%;
}
#contents .main table .per45 {
	width: 45%;
}
#contents .main table.txtS th,
#contents .main table.txtS td {
	font-size: 100%;
}
#contents .main table.txtMiddle th,
#contents .main table.txtMiddle td {
	vertical-align: middle;
}
#contents .main table.txtMiddle .txtTop {
	vertical-align: top;
}
#contents .main table .txtC {
	text-align: center;
}
#contents .main table td.alignR {
	text-align: right;
}
#contents .main table td.img {
	padding: 10px 0;
	text-align: center;
}

#contents .main .mathTbl {
	width: auto;
	margin: 14px auto 0;
	border: 1px solid #ebebeb;
}
#contents .main .mathTbl th,
#contents .main .mathTbl td {
	padding: 5px 10px;
	border: none;
}

/* btn ------------------------------ */

#contents .main ul.btn {
	margin-top: 20px;
	font-size: 117%;
	line-height: 1.6;
}
#contents .main .btn li {
	float: left;
	margin-right: 20px;
}

#contents .main .btn a {
	display: inline-block;
	padding: 9px 50px;
	background: #f1f1f1;
	vertical-align: top;
}
#contents .main .btn a:hover {
	background: #d4eaf4;
	text-decoration: none;
}

#contents .close {
	text-align: center;
	font-size: 125%;
}
#contents .close a {
	display: inline-block;
	padding: 9px 60px;
	background: #f1f1f1;
	vertical-align: top;
	color: #333333;
}
#contents .close a span {
	padding-left: 18px;
	background: url(/shared/img/ico_close_01.png) no-repeat left center;
}
#contents .close a:hover {
	background: #d4eaf4;
	text-decoration: none;
	color: #333333;
}

/* box ------------------------------ */

#contents .main .ctBox {
	margin-bottom: 30px;
}
#contents .main .ctBox:last-child {
	margin-bottom: 0;
}

#contents .lineBox {
	margin-top: 22px;
	padding: 2px 30px 22px;
	border: 1px solid #dbdbdb
}

#contents .bgBox {
	margin-top: 20px;
	padding: 24px 29px;
	border: 1px solid #ebebeb;
	background: #f9f9f9;
}
#contents .bgBox p:first-child,
#contents .bgBox h3:first-child,
#contents .bgBox h4:first-child,
#contents .bgBox ul:first-child {
	margin-top: 0;
}

#contents .main .column2Wrap {
	margin-left: -30px;
}
#contents .main .column2Wrap .box {
	float: left;
	width: 348px;
	margin-left: 30px;
}

#contents .main .column3Wrap {
	margin-left: -30px;
}
#contents .main .column3Wrap .box {
	float: left;
	width: 222px;
	margin-left: 30px;
}

#contents .contactBox {
	margin-top: 38px;
	padding: 0 21px;
	text-align: center;
}
#contents .contactBox h3 {
	margin-top: 0;
}
#contents .contactBox .tel {
	float: left;
	width: 334px;
}
#contents .contactBox .tel .num {
	height: 40px;
	margin-top: 4px;
	padding: 13px 50px 0;
	border: 1px solid #cacaca;
	font-size: 166%;
	font-weight: bold;
}
#contents .contactBox .form {
	float: right;
	width: 334px;
}
#contents .contactBox .form .btn {
	margin-top: 4px;
	font-size: 133%;
}
#contents .contactBox .form a {
	display: block;
	padding: 15px 50px;
	background: #86c83b;
	color: #ffffff;
	font-weight: bold;
}
#contents .contactBox .form a:hover {
	background: #9ed362;
	text-decoration: none;
}

#contents .hideBox {
	margin-bottom: 20px;
}
#contents .hideWrap .title {
	margin: 20px 0 30px;
	padding: 10px 20px;
	background: #d4eaf4 url(/shared/img/ico_arw_04.png) no-repeat 690px 15px;
	color: #0785c3;
	font-size: 125%;
	cursor: pointer;
}
#contents .hideWrap .hide {
	background: #f1f1f1 url(/shared/img/ico_arw_03.png) no-repeat 690px 15px;
}
#contents .hideWrap h4 {
	margin-top: 20px;
	font-size: 133%;
	font-weight: bold;
	line-height: 1.4;
}
#contents .hideWrap .close {
	display: none;
	padding-bottom: 20px;
}
#contents .hideWrap .hideBox table:first-child {
	margin-top: 0;
}

/* tab ------------------------------ */

#contents .main .tabMenu {
	margin-bottom: 20px; 
}
#contents .main .tabMenu li {
	float: left;
	width: 242px;
	text-align: center;
}
#contents .main .tabMenu li a {
	display: table-cell;
	width: 242px;
	height: 40px;
	padding-bottom: 9px;
	vertical-align: middle;
	background: url(/shared/img/tab_bg01.gif) no-repeat;
}
#contents .main .tabMenu li a:hover,
#contents .main .tabMenu li.act a {
	background: url(/shared/img/tab_bg02.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#contents .main .tabMenuL {
	margin-bottom: 40px;
	font-size: 125%;
	line-height: 1.3;
}
#contents .main .tabMenuL li {
	float: left;
	width: 242px;
	text-align: center;
}
#contents .main .tabMenuL li a {
	display: table-cell;
	width: 242px;
	height: 62px;
	padding-bottom: 12px;
	vertical-align: middle;
	background: url(/shared/img/tab_bg03.gif) no-repeat;
}
#contents .main .tabMenuL li a:hover,
#contents .main .tabMenuL li.act a {
	background: url(/shared/img/tab_bg04.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#contents .main .tabMenuSub {
	margin: -40px 0 40px -18px;
}
#contents .main .tabMenuSub li {
	float: left;
	width: 230px;
	margin: 20px 0 0 18px;
	text-align: center;
}
#contents .main .tabMenuSub li a {
	display: block;
	padding: 10px 0;
	background: #f1f1f1;
}
#contents .main .tabMenuSub li a span {
	display: block;
	padding-right: 5px;
	border-left: 5px solid #0191d8;
	line-height: 1.3;
}
#contents .main .tabMenuSub li a:hover,
#contents .main .tabMenuSub li.act a {
	background: #d4eaf4;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */

#contents .indexList01 {
	margin: -30px 0 60px -30px;
	letter-spacing: -0.4em;
}
#contents .indexList01 .box {
	display: inline-block;
	width: 346px;
	margin: 30px 0 0 30px;
	padding-bottom: 8px;
	border: 1px solid #dbdbdb;
	vertical-align: top;
	letter-spacing: 0;
}
#contents .indexList01 .box h2 {
	margin-bottom: 0;
	padding: 15px 20px;
	border-bottom: none;
	font-size: 200%;
}
#contents .indexList01 .box p {
	margin: 16px 20px;
}
#contents .indexList01 .box p.fix2 {
	min-height: 3.2em;
}
#contents .indexList01 .box .img {
	margin: 0;
}

#contents .indexList02 {
	margin: -10px 0 0 -30px;
	letter-spacing: -0.4em;
}
#contents .indexList02 .box {
	display: inline-block;
	width: 155px;
	margin: 5px 0 0 30px;
	vertical-align: top;
	letter-spacing: 0;
}
#contents .indexList02 .box h2 {
	margin-bottom: 0;
	font-size: 166%;
}
#contents .indexList02 .box h3 {
	margin-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}
#contents .indexList02 .box p {
	margin-top: 16px;
}

/* --------------------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------------------- */

#contents .faqBlock {
	margin-bottom: 40px;
}
#contents .faqBlock ul {
	margin-top: -4px;
}
#contents .faqBlock .faqList {
	padding-bottom: 8px;
}
#contents .faqBlock .faqList li {
	padding-left: 3em;
}
#contents .faqBlock .faqList .q {
	display: inline-block;
	width: 3em;
	margin-left: -3em;
	vertical-align: top;
}
#contents .faqBlock .back {
	margin: 30px 0;
}
#contents .faqBlock .back a {
	display: inline-block;
	padding: 9px 42px;
	background: #f1f1f1 url(/shared/img/ico_arw_02.png) no-repeat 23px 14px;
	vertical-align: top;
}
#contents .faqBlock .back a:hover {
	background: #d4eaf4 url(/shared/img/ico_arw_02.png) no-repeat 23px 14px;
}
#contents .faqBlock .faqTbl {
	width: 100%;
}
#contents .faqBlock .faqTbl th:first-child {
	width: 200px;
}
#contents .faqBlock .contactBox {
	margin-top: 30px;
	padding: 27px 20px 30px;
	border: 1px solid #dbdbdb;
	text-align: center;
}
#contents .faqBlock .contactBox p {
	margin-top: 5px;
}
#contents .faqBlock .otherList {
	padding: 24px 170px 0 0;
}
#contents .faqBlock .otherList li {
	float: left;
	width: 200px;
	margin-right: 30px;
}


/* --------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------- */

#contents .newsinfoList li {
	padding: 12px 0 10px;
	border-bottom: 1px solid #ebebeb;
}
#contents .newsinfoList li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#contents .newsinfoList li { display:inline-block; }
/*\*/
* html #contents .newsinfoList li { height:1%; }
#contents .newsinfoList li { display:block; }
/**/
#contents .newsinfoList li:first-child {
	margin-top: -4px;
	padding-top: 0;
}
#contents .newsinfoList p {
	margin: 0;
	font-size: 100%;
}
#contents .newsinfoList p.date {
	float: left;
	width: 5.5em;
}
#contents .newsinfoList p.date {
	float: left;
	width: 106px;
}
#contents .newsinfoList p.category {
	float: left;
	width: 80px;
	line-height: 21px;
	background: #b1b1b1;
	text-align: center;
	color: #ffffff;
}
#contents .newsinfoList p.text {
	padding: 0 40px 0 206px;
	color: #0785c3;
}
#contents .newsinfoList p.text .pdf {
	margin: 0 4px 0 8px;
}


/* --------------------------------------------------------------------------------------
 product
--------------------------------------------------------------------------------------- */

#contents .main .productHead {
	margin-top: -10px;
}

#contents .main .productHead .btnList {
	margin-bottom: 30px;
	text-align: right;
	letter-spacing: -0.4em;
	font-size: 125%;
	line-height: 1.6;
}
#contents .main .productHead .btnList li {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0;
	vertical-align: top;
}
#contents .main .productHead .btnList li a {
	display: block;
	padding: 8px 20px;
	background: #0092d7;
	color: #ffffff;
}
#contents .main .productHead .btnList li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
#contents .main .productHead .btnList li a:visited {
	color: #ffffff;
}
#contents .main .productHead .btnList li.contact a {
	padding: 8px 12px;
	background: #86c83b;
}
#contents .main .productHead .btnList li.contact a:hover {
	background: #9ed362;
	text-decoration: none;
}

#contents .main .productHead .newsBlock {
	float: right;
	width: 384px;
	padding: 1px;
	background: #f0f0f0;
	font-size: 108%;
}
#contents .main .productHead .newsBlock dt {
	float: left;
	width: 70px;
	padding: 9px 0;
	text-align: center;
	color: #0092d7;
}
#contents .main .productHead .newsBlock dd {
	float: left;
	width: 282px;
	padding: 9px 16px;
	background: #ffffff;
}
#contents .main .productHead .newsBlock dd a {
	display: inline-block;
	padding-left: 24px;
	background: url(/shared/img/ico_arw_01.png) no-repeat 0 .15em;
	vertical-align: top;
}

#contents .main .contactBtn {
	margin: 0 0 13px;
	text-align: right;
	font-size: 125%;
}
#contents .main .contactBtn a {
	display: inline-block;
	padding: 9px 13px;
	background: #86c83b;
	color: #ffffff;
	vertical-align: top;
}
#contents .main .contactBtn a:hover {
	background: #9ed362;
	text-decoration: none;
}

#contents .productBlock {
	margin-bottom: 50px;
}
#contents .productBlock:last-child {
	margin-bottom: 0;
}
#contents .productBlock:last-child .productList {
	padding-bottom: 0;
}
#contents .productBlock h2 {
	color: #0092d7;
	border-bottom: 1px solid #0092d7;
}

#contents .productBlock .productList {
	width: 746px;
	margin: -16px 0 0 -20px;
	padding-bottom: 10px;
	letter-spacing: -0.4em;
	font-size: 100%;
}
#contents .productBlock .productList li {
	position: relative;
	display: inline-block;
	width: 351px;
	margin: 20px 0 0 20px;
	border: 1px solid #e9e9e9;
	background: #f0f0f0;
	vertical-align: top;
	letter-spacing: 0;
}
#contents .productBlock .productList li .img {
	height: 182px;
	margin-top: 0;
	padding-top: 8px;
	background: #ffffff;
	text-align: center;
}
#contents .productBlock .productList li .img img {
	width: 170px;
	height: 170px;
}
#contents .productBlock .productList li .download {
	position: absolute;
	top: 157px;
	right: 20px;
	width: 88px;
	text-align: center;
}
#contents .productBlock .productList li .download p {
	margin: 0 0 6px;
	font-size: 84%;
	color: #000000;
}
#contents .productBlock .productList li .download p.ico01 a {
	display: block;
	padding-left: 36px;
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-align: left;
	color: #ffffff;
	line-height: 21px;
}
#contents .productBlock .productList li .download p.ico01 a:hover {
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .productBlock .productList li .detail {
	min-height: 154px;
	padding: 18px 28px;
}
#contents .productBlock .productList li .detail p {
	margin-top: 18px;
	color: #555555;
	font-size: 100%;
	line-height: 1.7;
}
#contents .productBlock .productList li .detail .name {
	margin: 0 0 -8px;
	color: #0191d8;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
}
#contents .productBlock .productList li .detail .bold {
	color: #000000;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.4;
}

#contents .productBlock .productListWide {
	width: 1000px;
	margin: -16px 0 0 -20px;
	padding-bottom: 10px;
	letter-spacing: -0.4em;
	font-size: 100%;
}
#contents .productBlock .productListWide li {
	position: relative;
	display: inline-block;
	width: 478px;
	margin: 20px 0 0 20px;
	border: 1px solid #e9e9e9;
	background: url(/shared/img/list_bg_01.gif) repeat-y center top;
	vertical-align: top;
	letter-spacing: 0;
	overflow: hidden;
}
#contents .productBlock .productListWide li .img {
	float: left;
	width: 239px;
	min-height: 221px;
	margin-top: 0;
	padding-top: 7px;
	background: #ffffff;
	text-align: center;
}
#contents .productBlock .productListWide li .img img {
	width: 170px;
	height: 170px;
}
#contents .productBlock .productListWide li .download {
	position: absolute;
	top: 187px;
	left: 0;
	width: 239px;
	text-align: center;
}
#contents .productBlock .productListWide li .download p {
	width: 88px;
	margin: 0 auto 6px;
	font-size: 84%;
	color: #000000;
}
#contents .productBlock .productListWide li .download ul {
	margin: 0 0 6px;
	font-size: 84%;
	color: #000000;
	line-height: 1.6;
}
#contents .productBlock .productListWide li .download ul {
	text-align: center;
	letter-spacing: -0.4em;
	vertical-align: top;
}
#contents .productBlock .productListWide li .download ul li {
	display: inline-block;
	width: 88px;
	margin: 0 2px;
	border: none;
}
#contents .productBlock .productListWide li .download .ico01 a {
	display: block;
	padding-left: 36px;
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-align: left;
	color: #ffffff;
	line-height: 21px;
}
#contents .productBlock .productListWide li .download .ico01 a:hover {
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .productBlock .productListWide li .download .ico02 a {
	display: block;
	padding-left: 36px;
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-align: left;
	color: #ffffff;
	line-height: 21px;
}
#contents .productBlock .productListWide li .download .ico02 a:hover {
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .productBlock .productListWide li .detail {
	min-height: 192px;
	padding: 18px 18px;
	background: #f0f0f0;
	overflow: hidden;
}
#contents .productBlock .productListWide li .detail p {
	margin-top: 14px;
	color: #555555;
	font-size: 100%;
	line-height: 1.7;
}
#contents .productBlock .productListWide li .detail .name {
	margin: 0 0 -8px;
	color: #0191d8;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
}
#contents .productBlock .productListWide li .detail .bold {
	color: #000000;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.4;
}
#contents .productBlock .productListWide li .detail .brFix {
	word-break: break-all;
}

#contents .productInfo {
}

#contents .productInfo .eventBox {
	float: left;
	width: 480px;
}
#contents .productInfo .eventBox h2 {
	margin-top: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #282828;
	font-size: 133%;
	font-weight: bold;
	line-height: 1.4;
}
#contents .productInfo .eventBox dl {
	margin-top: -10px;
	padding-bottom: 1px;
	color: #000000;
	font-size: 117%;
}
#contents .productInfo .eventBox dt .ico{
	position: relative;
	top: -1px;
	display:inline-block;
	width: 48px;
	margin-right: 10px;
	background: #01d843;
	text-align: center;
	color: #ffffff;
	font-size: 71%;
}
#contents .productInfo .eventBox dd {
	margin: 7px 0 21px;
}

#contents .productInfo .linkList {
	float: right;
	width: 480px;
	padding-top: 38px;
}
#contents .productInfo .linkList li {
	margin-top: 10px;
	background: #f1f1f1;
	overflow: hidden;
}
#contents .productInfo .linkList li p {
	margin: 0 0 -8px;
	padding: 16px 8px 0;
	font-size: 100%;
	overflow: hidden;
}
#contents .productInfo .linkList li p.img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#contents .productBlock .productTbl01 {
	margin-top: 14px;
}
#contents .productBlock .productTbl01 th {
	font-weight: normal;
}
#contents .productBlock .productTbl01 th:first-child {
	width: 200px;
}
#contents .productBlock table .bg01 {
	background: #dcf8e2;
}
#contents .productBlock table .bg02 {
	background: #f5f8dc;
}
#contents .productBlock table .bg03 {
	background: #dcf5f8;
}
#contents .productBlock + h2 {
	margin-top: 60px;
}

#contents .productBlock .productTbl02 {
	margin-top: 14px;
}
#contents .productBlock .productTbl02 th,
#contents .productBlock .productTbl02 td {
	padding: 10px 10px;
	font-size: 100%;
}
#contents .productBlock .productTbl02 th {
	font-weight: normal;
}
#contents .productBlock .productTbl02 th:first-child {
	width: 90px;
}

#contents .productBlock .catalogList {
	width: 746px;
	margin: -21px 0 0 -20px;
	padding-bottom: 10px;
	letter-spacing: -0.4em;
	font-size: 100%;
}
#contents .productBlock .catalogList li {
	position: relative;
	display: inline-block;
	width: 351px;
	min-height: 314px;
	margin: 25px 0 0 20px;
	padding: 20px 0 14px;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0;
}
#contents .productBlock .catalogList li .img {
	margin-top: 0;
	background: #ffffff;
}
#contents .productBlock .catalogList li .name {
	margin: 18px 16px 16px;
	color: #0191d8;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
}
#contents .productBlock .catalogList li .download p {
	margin: 2px 0 0;
	font-size: 84%;
	color: #000000;
}
#contents .productBlock .catalogList li .download p.ico01 a {
	display: inline-block;
	min-width: 52px;
	padding-left: 36px;
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 12px 3px;
	text-align: left;
	color: #ffffff;
	line-height: 21px;
}

#contents .productsVisual .link {
	position: absolute;
	top: 314px;
	right: 30px;
	font-size: 100%;
	line-height: 26px;
}
#contents .productsVisual .link li {
	float: left;
	width: 121px;
	margin-left: 8px;
}
#contents .productsVisual .link li a {
	display: block;
	color: #ffffff;
}
#contents .productsVisual .link li.ico01 a {
	padding-left: 39px;
	background: #0191d8 url(/shared/img/ico_btn_01.gif) no-repeat 10px 6px;
}
#contents .productsVisual .link li.ico02 a {
	padding-left: 50px;
	background: #0191d8 url(/shared/img/ico_btn_02.gif) no-repeat 29px 6px;
}
#contents .productsVisual .link li.ico03 a {
	padding-left: 50px;
	background: #0191d8 url(/shared/img/ico_btn_03.gif) no-repeat 29px 6px;
}
#contents .productsVisual .link li.ico01 a:hover,
#contents .productsVisual .link li.ico02 a:hover,
#contents .productsVisual .link li.ico03 a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* --------------------------------------------------------------------------------------
 popup
--------------------------------------------------------------------------------------- */

#contents .popup .main {
	float: none;
	margin: 0 auto;
	text-align: left;
}

#contents .popup .main h1 {
	margin-bottom: 26px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebeb;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.3;
}

#contents .popup .main h2 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 133%;
	font-weight: bold;
	line-height: 1.4;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	z-index:20;
}
#popupWrap{
	display:none;
	position:absolute;
	top:-150px;
	left:0;
	width:100%;
	z-index:30;
}
#popupWrap .popupInner{
	position:relative;
	background:#fff;
	width:830px;
	margin:0 auto;
	padding:40px 0;
	text-align:left;
}
#popupWrap .popupInner iframe{
	width: 830px;
	border: none !important;
}

#popupWrap .popupInner iframe.welbee_app {
	height: 1100px;
}
