/*
Theme Name: original
Theme URI: http://example.com/
Description: original_theme
Version: 1.0
Author: Yourname
Author URI: http://example.com/
*/
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

body {
	font-family: Helvetica,Arial;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	overflow-x: hidden;
}

#navigation {
	width: 100%;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

#breadcrumbDiv #breadcrumb {
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
	width: 940px;
	height: 100%;
}

#breadcrumbDiv #breadcrumb li {
	float: left;
	padding: 0 18px 0 10px;
	height: 100%;
	text-align: center;
}

#breadcrumbDiv #breadcrumb li:first-child {
	border-left: 1px solid #001428;
}

#breadcrumbDiv #breadcrumb li:first-child img {
	vertical-align: middle;
}

#breadcrumbDiv #breadcrumb li.current a {
	color: white;
}

#breadcrumbDiv #breadcrumb li a {
	color: #51beff;
	font-weight: bold;
	font-size: 85.71429%;
}

#side {
	font-weight: bold;
}

#side li {
	border-bottom: 1px solid #e6ebf0;
}

#side li:first-child {
	border-top: 1px solid #e6ebf0;
}

#side li > a {
	display: block;
}

#side li > a:hover {
	background-color: #F0F5FA;
	color: #1876bb;
	transition: background-color .5s, color .5s ease-in-out;
}

#side li > a.current {
	background-color: #1876bb;
	color: white;
}

#side li > a.parent_current {
	background-color: #E6EBF0;
}

#side li > ul {
	display: none;
	background-color: #e6ebf0;
}

#side li > ul > li {
	border-bottom: none;
}

#side li > ul > li a {
	display: block;
	padding-left: 30px;
	background: url("images/common/icon02.png") no-repeat;
	background-position: 15px center;
	font-size: 85.71429%;
}

#side li > ul > li a:hover {
	background-color: #d2d7dc;
}

#side li > ul > li a.current {
	background-color: #1876bb;
	color: white;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

#sign { /*JB apply these sign styles to all devices */
	color: #7f8c96;
	font-size: 12px!important;
	line-height: 140%!important;
}

  .pc {
	display: block;
	/*width: 100%;*/
}

#products .pc {
	max-width: 100%!important; /*JB prevents thumbnails for M&B and SS&HT breaking out of parent div */
}

  .sp,
  .tab {
	display: none;
}

  body {
	background-color: #D7E6F0;
}

  #wrap {
  	width: 1440px;
  	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	background-color: #fff;
	position: relative;
}

  #global {
	overflow: hidden;
	*zoom: 1;
	-webkit-box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	position: relative;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eeffffff, endcolorstr=#eeffffff, gradienttype=0);
}

  #global .inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

  #global div.header_left {
	float: left;
	margin-top: 35px;
}

  #global div.header_left #logo {
	margin-top: -10px;
}

  #global div.header_left #menuBtn {
	display: none;
}

  #global div.header_right {
	float: right;
	text-align: right;
}

  #global div.header_right ul {
	overflow: hidden;
	*zoom: 1;
}

  #global div.header_right ul li {
	float: left;
}

  #global div.header_right ul#globalNavi {
	margin-top: 30px;
	border-left: 1px solid #dce1e6;
}

  #global div.header_right ul#globalNavi li {
	border-right: 1px solid #dce1e6;
}

  #global div.header_right ul#globalNavi li a {
	display: block;
	padding: 0 13px;
	height: 40px;
	font-weight: bold;
	font-size: 100%;
	line-height: 40px;
}

  #global div.header_right ul#globalNavi li:hover a {
	background-color: #F0F5FA;
	color: #1876bb;
	transition: background-color .5s, color .5s ease-in-out;
}

  #global div.header_right ul#globalNavi li.current a {
	background-color: #1876bb;
	color: white;
}

  #global div.header_right ul#language {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
}

  #global div.header_right ul#language li {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 15px;
}

  #global div.header_right ul#language li:first-child {
	margin-left: 0;
}

  #global div.header_right ul#language li a {
	color: #1876bb;
	font-size: 85.71429%;
}

  #global div.header_right ul#language li a:hover {
	text-decoration: underline;
}

  #navigation {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	background: url("images/common/pc/breadcrumb_bg.png") repeat-x;
}

  #navigation .inner {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(100, 100, 100, 0.4) inset, 0px 5px 5px -3px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: 0px 5px 5px -3px rgba(100, 100, 100, 0.4) inset, 0px 5px 5px -3px rgba(100, 100, 100, 0.4);
	box-shadow: 0px 5px 5px -3px rgba(100, 100, 100, 0.4) inset, 0px 5px 5px -3px rgba(100, 100, 100, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #navigation #categoryMenu {
	width: 940px;
	margin: 0 auto;
	background: url("images/common/pc/category_menu_bg.png") no-repeat bottom left;
}

  #navigation #categoryMenu > li {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 235px;
	background: url("images/common/pc/category_menu_bg.png") no-repeat bottom right;
	color: white;
}

  #navigation #categoryMenu > li > a {
	display: block;
	height: 35px;
	padding: 10px 0 0 10px;
	color: #3c4650;
	background: url("images/common/pc/icon_arrow_common.png") no-repeat;
	background-position: 200px 23px;
}

  #navigation #categoryMenu > li > a span {
	display: block;
}

  #navigation #categoryMenu > li > a br.br01 {
	display: none;
}

  #navigation #categoryMenu > li.current,
  #navigation #categoryMenu > li.open {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #navigation #categoryMenu > li#categoryMenu01 {
	border-top: 5px solid #008ecf;
}

  #navigation #categoryMenu > li#categoryMenu01 ul {
	background-color: #BFE3F3;
}

  #navigation #categoryMenu > li#categoryMenu01 > a span {
	background: url("images/common/icon_cate01.png") no-repeat;
	background-position: left center;
}

  #navigation #categoryMenu > li#categoryMenu01.current > a,
  #navigation #categoryMenu > li#categoryMenu01.open > a {
	color: #008ECF;
	background: url("images/common/pc/icon_arrow_c01.png") no-repeat;
	background-position: 200px 23px;
	background-color: #BFE3F3;
}

  #navigation #categoryMenu > li#categoryMenu02 {
	border-top: 5px solid #e35178;
}

  #navigation #categoryMenu > li#categoryMenu02 ul {
	background-color: #F8D3DD;
}

  #navigation #categoryMenu > li#categoryMenu02 > a span {
	background: url("images/common/icon_cate02.png") no-repeat;
	background-position: left center;
}

  #navigation #categoryMenu > li#categoryMenu02.current > a,
  #navigation #categoryMenu > li#categoryMenu02.open > a {
	color: #E35178;
	background: url("images/common/pc/icon_arrow_c02.png") no-repeat;
	background-position: 200px 23px;
	background-color: #F8D3DD;
}

  #navigation #categoryMenu > li#categoryMenu03 {
	border-top: 5px solid #46b446;
}

  #navigation #categoryMenu > li#categoryMenu03 ul {
	background-color: #D1ECD1;
}

  #navigation #categoryMenu > li#categoryMenu03 > a span {
	background: url("images/common/icon_cate03.png") no-repeat;
	background-position: left center;
}

  #navigation #categoryMenu > li#categoryMenu03.current > a,
  #navigation #categoryMenu > li#categoryMenu03.open > a {
	color: #46B446;
	background: url("images/common/pc/icon_arrow_c03.png") no-repeat;
	background-position: 200px 23px;
	background-color: #D1ECD1;
}

  #navigation #categoryMenu > li#categoryMenu04 {
	border-top: 5px solid #eea100;
}

  #navigation #categoryMenu > li#categoryMenu04 ul {
	background-color: #FBE7BF;
}

  #navigation #categoryMenu > li#categoryMenu04 > a span {
	background: url("images/common/icon_cate04.png") no-repeat;
	background-position: left center;
}

  #navigation #categoryMenu > li#categoryMenu04.current > a,
  #navigation #categoryMenu > li#categoryMenu04.open > a {
	color: #EEA100;
	background: url("images/common/pc/icon_arrow_c04.png") no-repeat;
	background-position: 200px 23px;
	background-color: #FBE7BF;
}

  #navigation #categoryMenu > li ul {
	display: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	padding: 0 5px 5px;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 225px;
}

  #navigation #categoryMenu > li ul li {
	width: 225px;
	background-color: #fff;
	height: 80px;
	border-top: 1px solid #e6ebf0;
	text-align: center;
}

  #navigation #categoryMenu > li ul li:first-child {
	border-top: none;
}

  #navigation #categoryMenu > li ul li a {
	display: block;
	width: 100%;
	height: 80px;
}

  #breadcrumbDiv {
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	position: absolute;
	z-index: 100;
	top: 70px;
	left: 0px;
	width: 100%;
	max-width: 1440px;
	height: 30px;
	background: url("images/common/pc/breadcrumb_bg.png") repeat-x;
}

  #breadcrumb {
	position: relative;
	z-index: 100;
	height: 30px;
}

  #breadcrumb li {
	height: 30px;
	background: url("images/common/pc/icon_arrow_breadcrumb.png") no-repeat;
	background-position: right top;
	line-height: 30px;
}

  #breadcrumb li:first-child {
	line-height: 26px;
}

  #breadcrumb li.before_current {
	background: url("images/common/pc/icon_arrow_breadcrumb_before_current.png") no-repeat;
	background-position: right top;
}

  #breadcrumb li.current {
	background: url("images/common/pc/icon_arrow_breadcrumb_current.png") no-repeat;
	background-color: #002e50;
	background-position: right top;
	color: #fff;
	font-weight: bold;
	font-size: 85.71429%;
}

  .content_wrap {
	margin: 30px auto 0;
	padding: 34px 10px 100px;
	width: 940px;
}

  .content_wrap#company,
  .content_wrap#globalnetworkDetail,
  .content_wrap#globalnetwork {
	padding-top: 0px;
}

  .content_wrap#contactus,
  .content_wrap#news,
  .content_wrap#newsDetail {
	padding-top: 60px;
}

  .content {
	overflow: hidden;
	*zoom: 1;
}

  .content.noclear {
	overflow: visible;
}

  .content.multi .column {
	float: left;
}

  .content.multi.c25_4_b_full .column {
	width: 220px;
	margin-left: 20px;
}

  .content.multi.c25_4_b_full .column:first-child {
	margin-left: 0px;
}

  .content.multi.c5050_a_full .column,
  .content.multi.c5050_b_full .column {
	width: 460px;
	margin-left: 20px;
}

  .content.multi.c5050_a_full .column:first-child,
  .content.multi.c5050_b_full .column:first-child {
	margin-left: 0px;
}

  .content.multi.c7525_a_full .column {
	width: 220px;
	margin-left: 20px;
}

  .content.multi.c7525_a_full .column:first-child {
	width: 700px;
	margin-left: 0px;
}

  .content.multi.c2575_a_full .column {
	width: 700px;
	margin-left: 20px;
}

  .content.multi.c2575_a_full .column:first-child {
	width: 220px;
	margin-left: 0px;
}

  .content.multi.c33_3_b_full .column {
	width: 300px;
	margin-left: 20px;
}

  .content.multi.c33_3_b_full .column:first-child {
	margin-left: 0px;
}

  #main {
	float: left;
	width: 700px;
}

  #side {
	float: right;
	width: 220px;
}

  #side li > a {
	font-size: 85.71429%;
	padding: 15px 0 15px 10px;
	line-height: 120%;
}

  #side li ul li a {
	font-size: 79%;
}

  footer {
	padding-top: 35px;
	width: 100%;
	text-align: left;
	border-bottom: 5px solid #00467d;
	background-color: #e6ebf0;
	position: relative;
	z-index: 100;
}

  footer #footerInner {
	margin: 0 auto;
	padding: 0 10px 0;
	width: 940px;
}

  footer #footerInner #footerTop {
	overflow: hidden;
	*zoom: 1;
}

  footer #footerInner #footerTop .footer_box {
	float: left;
	margin-right: 20px;
	width: 172px;
}

  footer #footerInner #footerTop .footer_box#f_contactUs {
	margin-right: 0px;
}

  footer #footerInner #footerTop .footer_box p.footer_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #b8cddb;
	color: #006eb0;
	font-weight: bold;
	font-size: 100%;
}

  footer #footerInner #footerTop .footer_box p.footer_title#f_news {
	margin-top: 30px;
}

  footer #footerInner #footerTop .footer_box p.footer_title a:hover {
	text-decoration: underline;
}

  footer #footerInner #footerTop .footer_box ul {
	margin-top: 15px;
	width: 170px;
}

  footer #footerInner #footerTop .footer_box ul li {
	margin-top: 15px;
}

  footer #footerInner #footerTop .footer_box ul li a {
	font-size: 85.71429%;
}

  footer #footerInner #footerTop .footer_box ul li a:hover {
	text-decoration: underline;
}

  footer #footerInner #footerBtm {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	margin-top: 25px;
	height: 35px;
}

  footer #footerInner #footerBtm p:first-child {
	float: left;
	height: 100%;
	color: #9faab2;
	font-size: 85.71429%;
	line-height: 35px;
}

  footer #footerInner #footerBtm p#toTop {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

  footer #footerInner #footerBtm p#toTop a {
	display: block;
	padding-top: 15px;
	width: 40px;
	height: 20px;
	background-color: #00467d;
	text-align: center;
	line-height: 0px;
}

  footer #footerInner #footerBtm ul {
	overflow: hidden;
	*zoom: 1;
	float: right;
	height: 100%;
	margin-right: 60px;
}

  footer #footerInner #footerBtm ul li {
	float: left;
	margin-left: 20px;
	height: 100%;
	line-height: 35px;
}

  footer #footerInner #footerBtm ul li a {
	font-size: 85.71429%;
}

  footer #footerInner #footerBtm ul li a:hover {
	text-decoration: underline;
}
body {
	font-size: 14px;
	width: 100%;
	text-align: center;
}

a {
	text-decoration: none;
	color: #1876bb;
	outline: none;
}

#newsDetailContents strong {
	font-weight: bold;
}

#newsDetailContents a {
	border-bottom: 1px solid;
}

#newsDetailContents a:hover {
	border: none;
}

#newsDetailContents em {
	font-style: italic;
}

#newsDetailContents #newsDetail sup {
	font-size: 85.71429%;
	vertical-align: super;
}

#newsDetailContents sup {
	font-size: 85.71429%;
	vertical-align: super;
}

#newsDetailContents ul {
	margin-top: 20px;
}

#newsDetailContents ul li {
	line-height: 160%;
	margin-top: 10px;
	background: url("images/common/icon03.png") no-repeat;
	background-position: 0 10px;
	padding-left: 16px;
}

.content {
	color: #3c4650;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content .read_text {
	font-family: OceanSansMTPro-Book;
}

.content h1 {
	color: #646c78;
}

.content h2,
.content h3 {
	color: #00467d;
}

.content h4 {
	color: #3c4650;
}

.content .read_text {
	color: #00467d;
}

.content .cap_text {
	color: #7f8c96;
}

.content sup {
	font-size: 85.71429%;
	vertical-align: super;
}

.content sup.h1 {
	font-size: 60%;
}

.content ul.normal {
	margin-top: 20px;
}

.content ul.normal li {
	line-height: 140%;
	margin-top: 10px;
	background: url("images/common/icon03.png") no-repeat;
	background-position: 0 10px;
	padding-left: 16px;
}

.content ul.normal li:first-child {
	margin-top: 0px;
}

.content ol.normal {
	list-style-type: decimal;
	list-style-position: inside;
}

.content ol.normal li {
	line-height: 140%;
	margin-top: 10px;
	text-indent: -1em;
	margin-left: 1em;
}

.content ol.normal li:first-child {
	margin-top: 0px;
}

.content ol.normal li > ol {
	list-style-type: upper-latin;
	list-style-position: inside;
	margin-top: 10px;
}

.content ol.normal li > ol li {
	text-indent: -1em;
	margin-left: 1em;
}

.content ol.normal li > ol li > ol {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-top: 10px;
}

.content ol.normal li > ol li > ol li {
	text-indent: -1em;
	margin-left: 1em;
}

.content dl.normal {
	margin-top: 20px;
}

.content dl.normal dt {
	font-weight: bold;
	line-height: 140%;
}

.content dl.normal dd {
	line-height: 140%;
}

.content a.external {
	background: url("images/common/icon04.png") no-repeat;
	background-position: right center;
	padding-right: 18px;
}

.content a.download {
	background: url("images/common/icon05.png") no-repeat;
	background-position: right center;
	padding-right: 19px;
}

.branch_btn {
	margin-top: 10px; /*JB*/
	margin-bottom: 0!important; /*JB override the default 1em margin bottom on p tags */
	padding-bottom: 5px;
	min-height: 40px;
}

.branch_btn a {
	position: static; /*JB was absolute. removed to allow buttons to be 100% wide on mobile */
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 15px 45px 15px 15px!important;
	max-width: 240px;
	background-image: url("images/common/icon04.png") !important;
	background-position: 90% center!important;
	background-repeat: no-repeat!important;
	background-color: #f5f7f9!important;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #1876bb;
}

#globalnetworkDetail .branch_btn a, #contact .branch_btn a {
	display: inline-block!important; /*JB prevents "view website" buttons from getting big on PC */
}

.branch_btn a span {
	font-weight:normal!important;
}

.branch_btn a:hover {
	background-color: #ECEEF1!important;
}

  .content .full {
	width: 100% !important;
	float: none !important;
}

  .content h1 {
	font-size: 171.42857%;
	line-height: 120%;
	margin-bottom: 10px;
}

  .content h2 {
	font-size: 171.42857%;
	line-height: 120%;
}

  .content h3 {
	font-size: 128.57143%;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px solid #d2d7dc;
}

  .content h4 {
	font-weight: bold;
	font-size: 128.57143%;
	line-height: 120%;
}

  .content p {
	font-size: 114.28571%;
	line-height: 160%;
}

  .content p.read_text {
	font-size: 257.14286%;
	line-height: 120%;
}

  .content p.btn {
	margin-top: 20px;
	padding-bottom: 20px;
	min-height: 40px;
}

  .content p.btn a {
	position: absolute;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 12px 45px 12px 20px;
	max-width: 300px;
	background: url("images/common/icon09.png") no-repeat right 20px center #f5f7f9 !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #1876bb;
}

  .content p.btn a:hover {
	background-color: #ECEEF1!important;
}

  .content p.page_top {
	text-align: right;
	background: url("images/common/sp/icon01.png") no-repeat;
	background-position: right center;
	padding-right: 20px;
}

  .content p.caption {
	font-size: 85.71429%;
	color: #7F8C96;
}

  .content .multi {
	overflow: hidden;
	*zoom: 1;
	width: 100%;
}

  .content .multi .column {
	float: left;
}

  .content .multi.c7525_a .column {
	width: 160px;
}

  .content .multi.c7525_a .column:first-child {
	margin: 0 20px 0 0;
	width: 520px;
}

  .content .multi.c2575_a .column {
	width: 520px;
}

  .content .multi.c2575_a .column:first-child {
	margin: 0 20px 0 0;
	width: 160px;
}


  .content .multi.c5050_a .column,
  .content .multi.c5050_b .column {
	width: 340px;
	margin-left: 20px;
}

  .content .multi.c5050_a .column:first-child,
  .content .multi.c5050_b .column:first-child {
	margin-left: 0px;
}

  .content .box {
	width: 100%;
	margin-top: 20px;
}

  .content ul li {
	font-size: 114.28571%;
}

  .content ul#tab {
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	padding: 5px 0;
}

  .content ul#tab li {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	float: left;
	height: 40px;
	background-color: #F5F7F9;
}

  .content ul#tab li a {
	display: block;
	width: 100%;
	height: 100%;
}

  .content ul#tab li.current {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(85, 85, 85, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(85, 85, 85, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(85, 85, 85, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	background-color: #6E7882;
}

  .content ul#tab li.current a {
	color: #fff;
}

  .content ul#tab li:hover {
	background-color: #ECEEF1;
}

  .content ul#tab li.current:hover {
	background-color: #6E7882;
}

  .content ol li {
	font-size: 114.28571%;
}

  .content dl dt {
	font-size: 114.28571%;
}

  .content .box_text {
	margin-top: 20px;
	width: 660px;
	padding: 5px 20px 20px 20px;
	background-color: #e6ebf0;
	line-height: 160%;
	font-size: 100%;
}

  .content .box_text .title {
	margin: 15px 0 5px 0;
}

  .content .cap_text {
	display: block;
	margin-top: 10px;
	font-size: 85.71429%;
	line-height: 140%;
}

  .content a.normal {
	font-size: 90%;
	text-decoration: underline;
}

  .content a.normal:hover {
	text-decoration: none;
}

  .content a.small {
	font-size: 80%;
	text-decoration: underline;
}

  .content a.small:hover {
	text-decoration: none;
}

  .content a.external {
	font-size: 90%;
	text-decoration: underline;
}

  .content a.external:hover {
	text-decoration: none;
}

  .content a.download {
	font-size: 90%;
	text-decoration: underline;
}

  .content a.download:hover {
	text-decoration: none;
}

  .content a.anchor {
	display: block;
	width: 320px;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #dce1e6;
	border-bottom: 1px solid #dce1e6;
	padding-left: 20px;
	margin-top: -1px;
	background: url("images/common/icon06.png") no-repeat;
	background-position: 312px center;
}

  .content a.anchor:hover {
	background-color: #F0F5FA;
}

  .mt0 {
	margin-top: 0px !important;
}

  .mt10 {
	margin-top: 10px !important;
}

  .mt20 {
	margin-top: 20px !important;
}

  .mt30 {
	margin-top: 30px !important;
}

  .mt40 {
	margin-top: 40px !important;
}

  .mt50 {
	margin-top: 50px !important;
}

  .mt60 {
	margin-top: 60px !important;
}

  .mb0 {
	margin-bottom: 0px !important;
}

  .mb10 {
	margin-bottom: 10px !important;
}

  .mb20 {
	margin-bottom: 20px !important;
}

  .mbpc20 {
	margin-bottom: 20px !important;
}

  .mb30 {
	margin-bottom: 30px !important;
}

  .mb40 {
	margin-bottom: 40px !important;
}

  .mb50 {
	margin-bottom: 50px !important;
}

  .mt60 {
	margin-top: 60px !important;
}

  .ml0 {
	margin-left: 0px !important;
}

  .ml10 {
	margin-left: 10px !important;
}

  .ml20 {
	margin-left: 20px !important;
}

  .ml30 {
	margin-left: 30px !important;
}

  .ml40 {
	margin-left: 40px !important;
}

  .ml50 {
	margin-left: 50px !important;
}

  .ml60 {
	margin-left: 60px !important;
}

  .layer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #0A1432;
	opacity: 0.04;
	z-index: 100;
}

  .layer:hover {
	cursor: pointer;
}

  #top {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0;
}

  #top .content {
	overflow: visible;
}

  #top #main {
	position: relative;
	height: 550px;
}

  #top #main .flex-direction-nav {
	display: none;
	width: 100%;
	z-index: 110;
	position: absolute;
}

  #top #main .flex-direction-nav li {
	position: absolute;
	top: 225px;
	margin-top: -30px;
}

  #top #main .flex-direction-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

  #top #main .flex-direction-nav li:nth-of-type(1) {
	left: 0px;
	width: 40px;
	height: 80px;
	background: url("images/top/btn-slide-pagination.png") no-repeat 0 0;
}

  #top #main .flex-direction-nav li:nth-of-type(1):hover {
	background-position: 0 -80px;
}

  #top #main .flex-direction-nav li:nth-of-type(2) {
	right: 0px;
	width: 40px;
	height: 80px;
	background: url("images/top/btn-slide-pagination.png") no-repeat -40px 0;
}

  #top #main .flex-direction-nav li:nth-of-type(2) img {
	width: 60px;
}

  #top #main .flex-direction-nav li:nth-of-type(2):hover {
	background-position: -40px -80px;
}

  #top #main .flex-direction-nav li:nth-of-type(2) a {
	color: transparent;
}

  #top #main .flex-direction-nav li:hover {
	cursor: pointer;
}

  #top #main #loading1 {
	position: absolute;
	z-index: 3000;
	top: 50%;
	left: 50%;
}

  #top #main .shadow {
	width: 1440px;
	height: 10px;
	position: absolute;
	top: -12px;
	z-index: 100;
	left: 50%;
	margin-left: -720px;
	-webkit-box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	box-shadow: 0px 0px 2px 3px rgba(100, 100, 100, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #top #mv {
	width: 1440px;
	height: 620px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -70px;
	margin-left: -720px;
}

  #top #mv ul {
	position: absolute;
	width: 1440px;
	top: 0;
}

  #top #mv ul .sliderimg {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

  #top #mv ul li {
	position: relative;
}

  #top #mv ul li .slider_text {
	display: none;
	position: absolute;
	width: 940px;
	top: 45%;
	left: 50%;
	margin-left: -470px;
}

  #top #mv ul li .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	display: none;
	width: 100px;
	height: 100px;
	background: url("images/top/btn-slide-play.png") no-repeat 0 0;
}

  #top #mv ul li .play:hover {
	background-position: -100px 0;
}

  #top #mv .flex-viewport {
	height: 620px;
}

  #top #mv .flex-control-nav {
  	bottom: 14px;
  }

  #top #newsArea {
	position: relative;
	z-index: 100;
	width: 100%;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	background: url("images/top/bg04.png") repeat-x top center #00587c !important;
}

  #top #newsArea #headline-news {
	height: 50px;
	overflow: hidden;
}

  #top #newsArea #headline-news .news-btn {
	top: -1px;
}

  #top #newsArea #headline-news .news-btn:hover {
	cursor: pointer;
}

  #top #newsArea #headline-news .news-close {
	display: none;
}

  #top #newsArea #headline-news .headline-contents {
	position: relative;
	width: 755px;
	height: 50px;
	overflow: hidden;
}

  #top #newsArea #headline-news .headline-contents .inner {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

  #top #newsArea #headline-news .headline-contents .inner a {
	color: #CCDFE7;
}

  #top #newsArea #headline-news .headline-contents .inner a:hover {
	text-decoration: underline;
}

  #top #newsArea #headline-listnews {
	display: none;
}

  #top #newsArea #headline-listnews ul li {
	height: 48px;
	border-top: 1px solid #1a6a8b;
	background: url("images/top/icon01.png") no-repeat 98% center;
}

  #top #newsArea #headline-listnews ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #CCDFE7;
	line-height: 48px;
	font-size: 14px;
}

  #top #newsArea #headline-listnews ul li a:hover {
	text-decoration: underline;
}

  #top #newsArea #headline-listnews ul li.last {
	text-align: right;
	padding-right: 40px;
}

  #top #newsArea #headline-listnews ul li.last a {
	font-size: 12px;
}

  #top #newsArea #headline-bignews {
	padding: 20px 0;
	border-bottom: 1px solid #1a6a8b;
}

  #top #newsArea #headline-bignews .thumbnail {
	float: left;
	margin-right: 20px;
}

  #top #newsArea #headline-bignews .right {
	float: left;
	width: 685px;
}

  #top #newsArea #headline-bignews .right p {
	color: #fff;
}

  #top #newsArea #headline-bignews .right p.title {
	font-size: 171.42857%;
}

  #top #newsArea #headline-bignews .right p.title a {
	color: #fff;
}

  #top #newsArea #headline-bignews .right p.desc {
	font-size: 100%;
	margin-top: 10px;
	color: #CCDFE7;
}

  #top #newsArea #headline-bignews .headline-contents {
	border-top: 1px solid #1a6a8b;
	margin-top: 20px;
}

  #top #newsArea .headline {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

  #top #newsArea .headline .headline-contents {
	color: #fff;
	font-size: 100%;
	line-height: 50px!important;
}

  #top #newsArea .headline .news-btn {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

  #top #newsArea .headline .news-btn img {
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -17px;
	padding-top: 0;
	vertical-align: middle;
}

  #top #newsArea .headline .news-index {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 135px;
	height: 50px;
}

  #top #newsArea .headline .news-index img {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -60px;
}

  #top #movieArea {
	position: relative;
	z-index: 100;
	background-color: #fff;
	width: 100%;
	margin: 0 auto 0;
	padding-bottom: 25px;
}

  #top #movieArea #movieThumbnailArea {
	background-color: #fff;
}

  #top #movieArea #movieThumbnailArea .inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	border-bottom: 1px solid #eaeaeb;
}

  #top #movieArea #movieThumbnailArea .bxslider {
	width: 100%;
}

  #top #movieArea #movieThumbnailArea .bxslider li {
	position: relative;
	width: 220px!important;
}

  #top #movieArea #movieThumbnailArea .bxslider li .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: url("images/top/movie_btn.png") no-repeat -50px 0px;
}

  #top #movieArea #movieThumbnailArea .bxslider li .play.current {
	display: none;
}

  #top #movieArea #movieThumbnailArea .bxslider li .currentLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 220px;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

  #top #movieArea #movieThumbnailArea .bxslider li:hover {
	cursor: pointer;
}

  #top #movieArea #movieThumbnailArea .movie-left {
	position: absolute;
	top: 130px;
	left: -50px;
	width: 18px;
	height: 32px;
	background: url("images/top/movie_left.png") no-repeat;
}

  #top #movieArea #movieThumbnailArea .movie-left.disabled {
	background: url("images/top/movie_left_dis.png") no-repeat;
}

  #top #movieArea #movieThumbnailArea .movie-left.disabled:hover {
	cursor: default;
}

  #top #movieArea #movieThumbnailArea .movie-left:hover {
	cursor: pointer;
}

  #top #movieArea #movieThumbnailArea .movie-right {
	position: absolute;
	top: 130px;
	right: -50px;
	width: 18px;
	height: 32px;
	background: url("images/top/movie_right.png") no-repeat;
}

  #top #movieArea #movieThumbnailArea .movie-right.disabled {
	background: url("images/top/movie_right_dis.png") no-repeat;
}

  #top #movieArea #movieThumbnailArea .movie-right.disabled:hover {
	cursor: default;
}

  #top #movieArea #movieThumbnailArea .movie-right:hover {
	cursor: pointer;
}

  #top #productsArea {
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	position: relative;
	z-index: 600;
	background-color: #fff;
}

  #top #productsArea > .inner {
	position: relative;
	width: 940px;
	height: 470px!important;
	margin: 0 auto;
}

  #top #productsArea #tab {
	position: relative;
	z-index: 500;
}

  #top #productsArea #tab li {
	width: 235px;
	height: auto;
	padding: 12px 0 12px;
	background-color: #F5F7F9;
}

  #top #productsArea #tab li span {
	display: block;
	color: #3C4650;
	font-size: 14px;
	padding-left: 15px;
}

  #top #productsArea #tab li.current {
	box-shadow: none;
}

  #top #productsArea #tab li:hover {
	cursor: pointer;
	background-color: #ECEEF1;
}

  #top #productsArea #tab li.category01 {
	border-top: 5px solid #008ecf;
}

  #top #productsArea #tab li.category01 span {
	background: url("images/common/icon_cate01.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category02 {
	border-top: 5px solid #e35178;
}

  #top #productsArea #tab li.category02 span {
	background: url("images/common/icon_cate02.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category03 {
	border-top: 5px solid #46b446;
}

  #top #productsArea #tab li.category03 span {
	background: url("images/common/icon_cate03.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category04 {
	border-top: 5px solid #eea100;
}

  #top #productsArea #tab li.category04 span {
	background: url("images/common/icon_cate04.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category01.current {
	background-color: #BFE3F3;
}

  #top #productsArea #tab li.category01.current span {
	color: #008ECF;
	background: url("images/common/icon_cate01_cur.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category02.current {
	background-color: #F8D3DD;
}

  #top #productsArea #tab li.category02.current span {
	color: #E35178;
	background: url("images/common/icon_cate02_cur.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category03.current {
	background-color: #D1ECD1;
}

  #top #productsArea #tab li.category03.current span {
	color: #46B446;
	background: url("images/common/icon_cate03_cur.png") no-repeat 15px center;
}

  #top #productsArea #tab li.category04.current {
	background-color: #FBE7BF;
}

  #top #productsArea #tab li.category04.current span {
	color: #EEA100;
	background: url("images/common/icon_cate04_cur.png") no-repeat 15px center;
}

  #top #productsArea .productsContentsBox {
	display: none;
	width: 940px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 940px;
	padding: 122px 0 0 10px;
}

  #top #productsArea .productsContentsBox .thumbnail {
	width: 470px;
	position: absolute;
	top: 0px;
	right: 0px;
}

  #top #productsArea .productsContentsBox .thumbnail img {
	position: absolute;
}

  #top #productsArea .productsContentsBox .desc {
	font-size: 14px;
	width: 470px;
}

  #top #productsArea .productsContentsBox .products-logo li {
	float: left;
	margin-right: 20px;
  }

  #top #productsArea .productsContentsBox .btn {
	margin-top: 40px;
}

  #top #productsArea .productsContentsBox .btn a {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 0 30px 0 10px;
	width: 100px;
	height: 50px;
	background-position: 110px center;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	margin: 0 auto;
}

  #top #productsArea .productsContentsBox#productsContents01 {
	display: block;
}

  #top #productsArea .productsContentsBox#productsContents01 h2 {
	font-size: 36px;
	font-family: OceanSansMTPro-Book;
	color: #008ECF;
}

  #top #productsArea .productsContentsBox#productsContents01 .btn a {
	color: #fff;
	background: url("images/top/icon01.png")!important;
	background-repeat: no-repeat!important;
	background-position: right 10% center!important;
	background-color: #008ecf!important;
}

  #top #productsArea .productsContentsBox#productsContents01 .btn a:hover {
	background-color: #0089C9!important;
}

  #top #productsArea .productsContentsBox#productsContents01 .thumbnail img {
 z-index: -10;
	top: 103px;
	right: -28px;
}

  #top #productsArea .productsContentsBox#productsContents02 h2 {
	font-size: 36px;
	font-family: OceanSansMTPro-Book;
	color: #E35178;
}

  #top #productsArea .productsContentsBox#productsContents02 .btn a {
	color: #fff;
	background: url("images/top/icon01.png") no-repeat!important;
	background-position: right 10% center!important;
	background-color: #e35178!important;
}

  #top #productsArea .productsContentsBox#productsContents02 .btn a:hover {
	background-color: #DA4F75!important;
}

  #top #productsArea .productsContentsBox#productsContents02 .thumbnail img {
 z-index: -10;
	top: 103px;
	right: 0px;
}

  #top #productsArea .productsContentsBox#productsContents03 h2 {
	font-size: 36px;
	font-family: OceanSansMTPro-Book;
	color: #46B446;
}

  #top #productsArea .productsContentsBox#productsContents03 .btn a {
	color: #fff;
	background: url("images/top/icon01.png") no-repeat!important;
	background-position: right 10% center!important;
	background-color: #46b446!important;
}

  #top #productsArea .productsContentsBox#productsContents03 .btn a:hover {
	background-color: #44AE45!important;
}

  #top #productsArea .productsContentsBox#productsContents03 .thumbnail img {
 z-index: -10;
	top: 103px;
	right: 0px;
}

  #top #productsArea .productsContentsBox#productsContents04 h2 {
	font-size: 36px;
	font-family: OceanSansMTPro-Book;
	color: #EEA100;
}

  #top #productsArea .productsContentsBox#productsContents04 .btn a {
	color: #fff;
	background: url("images/top/icon01.png") no-repeat!important;
	background-position: right 10% center!important;
	background-color: #eea100!important;
}

  #top #productsArea .productsContentsBox#productsContents04 .btn a:hover {
	background-color: #E59B02!important;
}

  #top #productsArea .productsContentsBox#productsContents04 .thumbnail img {
 z-index: -10;
	top: 150px;
	right: -58px;
}

  #top #globalArea {
	position: relative;
	z-index: 500;
	width: 100%;
	background: url("images/top/bg02.jpg") repeat-x bottom center white;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #top #globalArea .inner {
	position: relative;
	width: 100%;
	height: 647px!important;
	margin: 0 auto;
}

  #top #globalArea .inner .title {
	font-size: 36px;
	color: #005585;
	font-family: OceanSansMTPro-Book;
	text-align: center;
	padding: 40px 0 10px 0;
}

  #top #globalArea .inner .bg {
	position: absolute;
	left: 50%;
	margin-left: -720px;
}

  #top #globalArea .inner .bg img {
	margin: 0 auto;
}

  #top #globalArea .inner .btn_grp {
	position: absolute;
	top: 495px;
	left: 50%;
	margin-left: -190px;
	padding: 20px 20px 20px 30px;
	background-color: rgba(0, 82, 133, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc005285, endcolorstr=#cc005285, gradienttype=0);
}

  #top #globalArea .inner .btn_grp ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 10px 0 5px;
}

  #top #globalArea .inner .btn_grp ul li:first-child {
	margin-left: 0px;
}

  #top #globalArea .inner .btn_grp ul li a {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 18px 0 18px 0px;
	min-width: 150px;
	color: #1876bb;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: white !important;
}



  #top #globalArea .inner .btn_grp ul li a:hover {
	background-color: #ECEEF1!important;
}

  #quizArea {
	position: relative;
	z-index: 100;
	background-color: #fff;
	width: 100%;
	padding: 40px 0 50px;
	background: url("images/top/bg05.png");
}

  #quiz {
	width: 940px;
	margin: 0 auto;
	font-family: "Architects Daughter", cursive;
}

  #quiz p {
	line-height: 160%;
}

  #quiz #quizTop {
	width: 940px;
	height: 15px;
	background: url("images/quiz/pc_bg_top.png") no-repeat;
	background-position: top center;
}

  #quiz #quizMid {
	z-index: 100;
	width: 910px;
	padding: 0 15px;
	background: url("images/quiz/pc_bg_mid.png") repeat-y;
	background-position: top center;
}

  #quiz #quizBtm {
	width: 940px;
	height: 15px;
	background: url("images/quiz/pc_bg_btm.png") no-repeat;
	background-position: bottom center;
}

  #quiz .quizMidInner {
	overflow: hidden;
	position: relative;
	width: 904px;
	min-height: 150px;
	border: 1px solid #f8d3dd;
}

  #quiz .quizMidInner #loading2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

  #quiz .quizMidInner2 {
	position: relative;
	padding-bottom: 20px;
}

  #quiz .quizMidInner2 .inner {
	width: 100%;
	margin: 0;
	position: relative;
}

  #quiz .quizMidInner2 .inner#firstDisp {
	top: 0px;
	left: 0px;
}

  #quiz .quizMidInner2 .inner#secondDisp {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	top: 0px;
	left: 930px;
}

  #quiz .quizMidInner2 .left {
	float: left;
	margin-right: 30px;
}

  #quiz .quizMidInner2 .right {
	float: left;
	padding-top: 20px;
}

  #quiz .quizMidInner2 p#logo {
	margin: 3px 0 0 10px;
	display: none;
}

  #quiz .quizMidInner2 p#question {
	display: none;
	margin-bottom: 20px;
	font-size: 24px;
	color: #3C4650;
}

  #quiz .quizMidInner2 p#question span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #quiz .quizMidInner2 p#question .q_icon {
	font-size: 40px;
	margin-right: 10px;
}

  #quiz .quizMidInner2 p#question .q_text {
	width: 500px;
}

  #quiz .quizMidInner2 p#true,
  #quiz .quizMidInner2 p#false {
	display: none;
	float: left;
	color: #008ECF;
	font-size: 24px;
	background: url("images/quiz/choice_non_hover.png") no-repeat;
	padding: 20px 0 0 20px;
}

  #quiz .quizMidInner2 p#true:hover,
  #quiz .quizMidInner2 p#false:hover {
	cursor: pointer;
	background: url("images/quiz/choice_hover.png") no-repeat;
}

  #quiz .quizMidInner2 p#true {
	margin-left: 60px;
	width: 196px;
	height: 66px;
}

  #quiz .quizMidInner2 p#false {
	margin-left: 30px;
	width: 146px;
	height: 66px;
}

  #quiz .quizMidInner2 p#result {
	display: block;
	margin: 20px 0 0 10px;
}

  #quiz .quizMidInner2 p#answer {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 160%;
	color: #FF7F00;
}

  #quiz .quizMidInner2 p#answer span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #quiz .quizMidInner2 p#answer .a_icon {
	font-size: 40px;
	margin-right: 10px;
}

  #quiz .quizMidInner2 p#answer .a_text {
	width: 590px;
}

  #quiz .quizMidInner2 .resultArea {
	width: 630px;
}

  #quiz .quizMidInner2 .resultArea#r {
	background-color: #23B4E6;
	-webkit-box-shadow: 4px 4px 0 0 #cacaca;
	-moz-box-shadow: 4px 4px 0 0 #cacaca;
	box-shadow: 4px 4px 0 0 #cacaca;
}

  #quiz .quizMidInner2 .resultArea#w {
	background-color: #0096D2;
}

  #quiz .quizMidInner2 .resultArea .left img {
	margin: -5px 0 0 10px;
}

  #quiz .quizMidInner2 .resultArea .right {
	padding: 10px 0 0 10px;
}

  #quiz .quizMidInner2 .resultArea #resultText {
	font-size: 18px;
	color: #fff;
	width: 500px;
	margin-bottom: 15px;
}

  #quiz .quizMidInner2 .resultArea #link a {
	color: #FFFF26;
	font-size: 18px;
}

  #lifewithsunstar {
	width: 100%;
	padding: 0;
}

  #lifewithsunstar .content {
	overflow: visible;
	position: relative;
	z-index: 10;
}

  #lifewithsunstar #content-inner {
	position: relative;
	z-index: 100;
	background-color: #fff;
	padding-bottom: 60px;
}

  #lifewithsunstar #main {
	position: relative;
	height: 480px;
}

  #lifewithsunstar #main #mv {
	width: 1440px;
	margin: 0 auto;
	position: absolute;
	right: 50%;
	top: 0;
}

  #lifewithsunstar #main #mv .pc {
	position: absolute;
	left: 50%;
	top: 0;
}

  #lifewithsunstar #main .inner1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(1, 73, 121, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ee014979A, endcolorstr=#ee014979, gradienttype=0);
}

  #lifewithsunstar #main .inner1 h1 {
	margin-top: 20px;
}

  #lifewithsunstar #main .inner1.es {
	height: 140px;
	margin-top: 20px;
}

  #lifewithsunstar #main .inner2 {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

  #lifewithsunstar #main h1,
  #lifewithsunstar #main .read_text {
	color: #fff;
	margin: 0;
	line-height: 100%;
	text-align: center;
}

  #lifewithsunstar .movie {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
}

  #lifewithsunstar .movie .column {
	float: left;
	width: 220px;
	margin-left: 15px;
}

  #lifewithsunstar .movie .column.left {
	margin-left: 0;
}

  #lifewithsunstar .movie .thumbnail-area {
	position: relative;
}

  #lifewithsunstar .movie .thumbnail-area .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: url("images/top/movie_btn.png") no-repeat -50px 0px;
}

  #lifewithsunstar .movie .thumbnail-area .play.current {
	display: none;
}

  #lifewithsunstar .movie .desc {
	margin: 5px 0 0 0px;
	font-size: 14px;
 line-height: 140%;
}

  #lifewithsunstar .movie .movie-link {
	margin: 18px 0 0 0px;
	font-size: 13px;
}

  #lifewithsunstar .movie .thumbnail {
	width: 100%;
}

  #lifewithsunstar .movie .thumbnail img {
	width: 100%;
}

  #lifewithsunstar .movie .thumbnail:hover {
	cursor: pointer;
}

  #contactus h1 {
	color: #00467d;
	font-size: 36px;
	margin: 0 0 20px 0;
}

  #sitemap h1 {
	color: #00467d;
	font-size: 36px;
	margin: 25px 0 20px 0;
}

  #termsofuse h1 {
	color: #00467d;
	font-size: 36px;
	margin: 25px 0 20px 0;
}

  #news h1 {
	color: #00467d;
	font-size: 36px;
	margin: 0 0 20px 0;
}

  #news .column_1 {
	margin-top: -1px;
	padding: 25px 0;
	border-bottom: 1px solid #e6ebf0;
	border-top: 1px solid #e6ebf0;
	background: url("images/news/arrow.png") no-repeat;
	background-position: 98% center;
}

  #news .column_1:hover {
	background-color: #F0F5FA;
	cursor: pointer;
}

  #news .column_1 > p,
  #news .column_1 > div {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #news .column_1 > p {
	line-height: 0;
}

  #news .column_1 > p img {
	padding-left: 15px;
}

  #news .column_1 .news_date {
	font-size: 14px;
	color: #6C7881;
	line-height: 90%;
}

  #news .column_1 > div {
	margin: 0 12px;
	width: 720px;
}

  #news .column_1 > div h2 {
	margin-top: 5px;
}

  #news .column_1 > div .news_caption {
	color: #3C4650;
}

  #news .wp-pagenavi {
	overflow: hidden;
	*zoom: 1;
	margin: 50px auto 0;
	width: 300px;
	text-align: center;
}

  #news .wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 32px;
	border-right: 1px solid #dce1e6;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}

  #news .wp-pagenavi span.current {
	background-color: #1876bb;
	color: white;
}

  #news .wp-pagenavi a {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 32px;
	border-right: 1px solid #dce1e6;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}

  #news .wp-pagenavi a:hover {
	background-color: #F0F5FA;
	color: #3A3A38;
}

  #news .wp-pagenavi a.nextpostslink {
	background: url("images/news/arrow_right_off.png") no-repeat center center;
	border-right: none;
}

  #news .wp-pagenavi a.nextpostslink:hover {
	background: url("images/news/arrow_right_on.png") no-repeat center center;
	background-color: #F0F5FA;
}

  #news .wp-pagenavi a.previouspostslink {
	background: url("images/news/arrow_left_off.png") no-repeat center center;
	border-right: 1px solid #dce1e6;
}

  #news .wp-pagenavi a.previouspostslink:hover {
	background: url("images/news/arrow_left_on.png") no-repeat center center;
	background-color: #F0F5FA;
}

  #news #pager {
	margin-top: 50px;
	text-align: center;
}

  #news #pager p,
  #news #pager ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

  #news #pager ul {
	overflow: hidden;
	*zoom: 1;
	margin: 0 40px;
	border-left: 1px solid #dce1e6;
}

  #news #pager ul li {
	float: left;
}

  #news #pager ul li a {
	display: block;
	width: 48px;
	height: 32px;
	border-right: 1px solid #dce1e6;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}

  #news #pager ul li a:hover {
	background-color: #F0F5FA;
	color: #3A3A38;
}

  #news #pager ul li.current a {
	background-color: #1876bb;
	color: white;
}

  #newsDetail h1 {
	font-size: 36px;
	line-height: 120%;
	color: #00467d;
}

  #newsDetail .read_text {
	font-size: 24px;
	color: #646c78;
}

  #newsDetail .news_date {
  	margin-top: 0!important;
	color: #6C7881;
	font-size: 14px;
}

  #newsDetail #main > p {
	margin-top: 24px;
}

  #newsDetail #main > p.read_text {
	margin-top: 0px;
}

  #newsDetail #pager {
	position: relative;
	margin-top: 50px;
	text-align: center;
}

  #newsDetail #pager p {
	position: absolute;
	top: 4px;
	left: 0px;
	padding-left: 15px;
	background: url("images/news/arrow_left_s_off.png") no-repeat;
	background-position: left center;
}

  #newsDetail #pager p a {
	color: #1876bb;
}

  #newsDetail #pager p a:hover {
	text-decoration: underline;
}

  #newsDetail #pager ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	*zoom: 1;
}

  #newsDetail #pager ul li {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

  #newsDetail #pager ul li:first-child {
	border-right: 1px solid #dce1e6;
}

  #newsDetail #pager ul li a:hover {
	background-color: #F0F5FA;
}

  #newsDetail #pager ul li a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dce1e6;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

  #newsDetail #pager ul li a:hover {
	background-color: #F0F5FA;
	color: #3A3A38;
}

  #newsDetail #pager ul li a.nextpostslink {
	background: url("images/news/arrow_right_off.png") no-repeat center center;
	border-right: none;
}

  #newsDetail #pager ul li a.nextpostslink:hover {
	background: url("images/news/arrow_right_on.png") no-repeat center center;
	background-color: #F0F5FA;
}

  #newsDetail #pager ul li a.previouspostslink {
	background: url("images/news/arrow_left_off.png") no-repeat center center;
	border-right: 1px solid #dce1e6;
}

  #newsDetail #pager ul li a.previouspostslink:hover {
	background: url("images/news/arrow_left_on.png") no-repeat center center;
	background-color: #F0F5FA;
}

  #newsDetail #side li {
	padding: 10px 0 10px 15px;
	position: relative;
}

  #newsDetail #side li a:hover {
 text-decoration: underline;
}

  #newsDetail #side .news_date {
	position: absolute;
	top: 10px;
	margin: 0;
	color: #3C4650;
	font-weight: normal;
	font-size: 12px;
}

  #newsDetail #side .news_thumb,
  #newsDetail #side .news_caption {
	margin-top: 29px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #newsDetail #side .news_thumb {
	margin-right: 5px;
}

  #newsDetail #side .news_caption {
	line-height: 95%;
	margin-top: 22px;
}

  #newsDetail #side .news_caption a {
	font-size: 12px;
	display: block;
}

  #globalnetwork {
	width: 100%;
	background: url("images/globalnetwork/bg.jpg") repeat-x;
	height: 880px;
	padding: 34px 0 100px;
}

  #globalnetwork #content01 {
	padding-top: 60px;
}

  #globalnetwork #content01 .read_text {
	text-align: center;
}

  #globalnetwork #content01 .mv {
	position: relative;
	margin-top: 30px;
	position: relative;
	height: 755px;
}

  #globalnetwork #content01 .mv img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -720px;
}

  #globalnetwork #content01 .mv .btn-grp {
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: -238px;
	width: 450px!important;
	padding: 20px;
	background-color: rgba(0, 82, 133, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc005285, endcolorstr=#cc005285, gradienttype=0);
}

  #globalnetwork #content01 .mv .btn-grp ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-left: 15px;
}

  #globalnetwork #content01 .mv .btn-grp ul li:first-child {
	margin-left: 0px;
}

  #globalnetwork #content01 .mv .btn-grp ul li a {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 18px 0 18px 0;
	width: 140px;
	color: #1876bb;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: white !important;
}

  #globalnetwork #content01 .mv .btn-grp ul li a:hover {
	background-color: #ECEEF1!important;
}

  #globalnetwork .multi {
	width: 940px;
	margin: -200px auto 0;
	position: relative;
	z-index: 10;
}

  #globalnetwork .column {
	width: 450px;
	margin-left: 40px;
}

  #globalnetwork .column:first-child {
	margin-left: 0;
}

  #globalnetwork .column p {
	text-align: justify;
}

  #globalnetworkDetail #side {
	margin-top: 40px;
}

  #globalnetworkDetail #main {
	padding-top: 35px;
}

  #globalnetworkDetail .read_text + .column_1 {
	border-top: none;
}

  #globalnetworkDetail .column_1 {
	border-top: 1px solid #e6ebf0;
	padding-bottom: 20px;
}

  #globalnetworkDetail .box {
	padding-bottom: 40px;
	border-bottom: 1px solid #e6ebf0;
}

  #globalnetworkDetail h2 {
	padding-bottom: 15px;
}

  #globalnetworkDetail .product span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding-left: 17px;
	font-size: 12px;
}

  #globalnetworkDetail .product span:first-child {
	margin-right: 20px;
}

  #globalnetworkDetail .product .category01 {
	background: url("images/globalnetwork/icon_cate01.png") left 3px no-repeat !important;
	color: #008ecf;
}

  #globalnetworkDetail .product .category02 {
	background: url("images/globalnetwork/icon_cate02.png") left 3px no-repeat !important;
	color: #e35178;
}

  #globalnetworkDetail .product .category03 {
	background: url("images/globalnetwork/icon_cate03.png") left 3px no-repeat !important;
	color: #46b446;
}

  #globalnetworkDetail .product .category04 {
	background: url("images/globalnetwork/icon_cate04.png") left 3px no-repeat !important;
	color: #eea100;
}

  #globalnetworkDetail .product .category05 {
	background: url("images/globalnetwork/icon_cate05.png") left 3px no-repeat !important;
	background-position: left 5px;
	color: #000000;
}

  #globalnetworkDetail .branch_pict,
  #globalnetworkDetail .branch_info {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #globalnetworkDetail .branch_pict {
	margin-right: 20px;
}

  #globalnetworkDetail .branch_info {
	width: 330px;
}

  #globalnetworkDetail .branch_info .branch_info_box {
	margin-top: 30px;
}

  #globalnetworkDetail .branch_info .branch_info_box:first-child {
	margin-top: 0px;
}

  #globalnetworkDetail .branch_info .branch_info_box span {
	display: block;
	color: #444444;
	font-size: 14px;
}

  #globalnetworkDetail .branch_info .branch_info_box span:first-child {
	margin-top: 0px;
}

  #globalnetworkDetail .branch_info .branch_info_box span.title {
	font-weight: bold;
}

  #globalnetworkDetail .branch_info .branch_info_box span.phone {
	padding-left: 17px;
	background: url("images/globalnetwork/icon_phone.png") no-repeat left top 5px !important;
	font-weight: bold;
}

  #company.content_wrap {
	padding-bottom: 50px;
	width: 100%;
	padding: 0;
}

  #company .content {
	overflow: visible;
}

  #company #mv {
	position: relative;
	background: url('images/company/company-bg.jpg') repeat-x;
}

  #company h1 {
	color: #00467d;
	font-size: 36px;
	width: 940px;
	padding-top: 50px;
	margin: 0 auto;
}

  #company #chairman {
	width: 100%;
	height: 363px;
}

  #company #chairman .inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

  #company #chairman .inner h2 {
	color: #646c78;
}

  #company #chairman .inner .img {
	position: absolute;
	top: -77px;
	right: 30px;
}

  #company #chairman .inner .img img {
	vertical-align: bottom;
}

  #company #chairman .inner .text {
	margin-top: 20px;
	font-size: 16px;
	width: 470px;
	font-weight: lighter;
}

  #company #chairman .inner #findOut {
	margin-top: 30px;
}

  #company #chairman .inner #findOut a {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	padding: 0 30px 0 10px;
 color: #ffffff;
	width: 120px;
	height: 50px;
	background-position: 110px center;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	background: url("images/top/icon01.png") no-repeat 90% center #00467d;
}

  #company #chairman .inner #findOut a:hover {
	background-color: #033766;
}

  #company #companyContentsList {
	width: 940px;
	margin: 30px auto 40px;
}

  #company #companyContentsList #companyContentsList01 .block {
	width: 460px;
	margin-left: 16px;
}

  #company #companyContentsList #companyContentsList02 {
	margin-top: 20px;
}

  #company #companyContentsList #companyContentsList02 .block {
	width: 220px;
	margin-left: 16px;
}

  #company #companyContentsList .block {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

  #company #companyContentsList .block.left {
	margin-left: 0px!important;
}

  #company #companyContentsList .block .thumbnail img {
	vertical-align: bottom;
}

  #company #companyContentsList .block .block_contents {
	height: 65px;
	padding: 20px 15px;
	background-color: #F5F7F9;
}

  #company #companyContentsList .block .block_contents p {
	font-size: 12px;
	line-height: 135%;
}

  #company #companyContentsList .block .block_contents .title {
	font-size: 16px;
	color: #008ECF;
	margin-bottom: 5px;
}

  #companyDetail .multi.type01 {
	margin-top: 54px;
	padding-bottom: 10px;
}

  #companyDetail .multi.type01 .column:first-child {
	float: right;
	width: 222px;
}

  #companyDetail .multi.type01 .column:first-child p {
	margin-top: 0;
}

  #companyDetail .multi.type01 .column:first-child p img {
	border: 1px solid #dddddd;
}

  #companyDetail .multi.type01 .column {
	width: 460px;
}

  #companyDetail .multi.type01 .column h2 {
	margin-top: 0;
}

  #companyDetail #groupoutline #tab {
	width: 100%;
}

  #companyDetail #groupoutline #tab li {
	width: 16.6%;
	text-align: center;
	word-wrap: break-word;
	position: relative;
}

  #companyDetail #groupoutline #tab li a {
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	display: inline;
	height: auto;
}

  #companyDetail #groupoutline .desc {
	margin-top: 10px;
	font-size: 12px;
}

  #companyDetail #groupoutline .desc .blue {
	font-size: 18px;
	font-weight: bold;
	color: #00447F;
}

  #companyDetail #groupoutline .data_block {
	margin-top: 30px;
	overflow: hidden;
	*zoom: 1;
}

  #companyDetail #groupoutline .data_block div.block {
	margin-top: 30px;
	float: right;
}

  #companyDetail #groupoutline .data_block div.block.left {
	float: left;
}

  #companyDetail #groupoutline img {
	width: 100%;
}

  #companyDetail #groupoutline .img span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #6D7882;
}

  #companyDetail #history h1 {
	height: 262px;
	background: url("images/company/history/image01.png") no-repeat;
	background-position: right center;
}

  #companyDetail #history h1 span {
	display: block;
	color: #00467D;
	font-weight: bold;
}

  #companyDetail #history h1 span.h1_1 {
	font-size: 24px;
	font-family: Helvetica, Arial;
	margin: 0 0 0 8px;
}

  #companyDetail #history h1 span.h1_2 {
	font-size: 120px;
	font-family: Helvetica, Arial;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	line-height: 85%;
}

  #companyDetail #history h1 span.h1_3 {
	font-size: 50px;
	font-family: Helvetica, Arial;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	line-height: 82%;
}

  #companyDetail #history .read_text {
	width: 350px;
	font-size: 28px;
	font-family: Helvetica, Arial;
	font-weight: lighter;
	border-top: 1px solid #00467c;
	margin-top: -135px;
}

  #companyDetail #history #tab {
	width: 100%;
	margin-top: 40px;
}

  #companyDetail #history #tab li {
	position: relative;
	width: 16.6%;
	text-align: left;
	line-height: 40px;
}

  #companyDetail #history #tab li a {
	padding-left: 10px;
	background: url("images/common/icon08.png") no-repeat;
	background-position: 80% center;
}

  #companyDetail #history .history_block {
	margin-top: 100px;
}

  #companyDetail #history .history_block .multi.img p {
	width: 49%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: bottom;
	text-align: center;
}

  #companyDetail #history .history_block .column {
	width: 49%;
	float: right;
}

  #companyDetail #history .history_block .column.right {
	float: right;
}

  #companyDetail #history .history_block .column.left {
	float: left;
}

  #companyDetail #history .history_block .multi.img p span,
  #companyDetail #history .history_block .column .img span {
	display: block;
	font-size: 13px;
	line-height: 135%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 20px, 0;
	width: 75%;
	color: #6D7882;
}

  #companyDetail #history .history_block p.anchor {
	color: #99B5CB;
	margin-top: 0;
	width: 290px;
	font-size: 40px;
	border-bottom: 1px solid #99b5cb;
}

  #companyDetail #history .history_block p.year {
	color: #004679;
	margin-top: 0;
	margin-top: 10px;
	font-size: 18px;
}

  #companyDetail #history .history_block h2 {
	margin-top: 0px;
}

  #companyDetail #contact h3 {
  	margin-top: 40px;
  }

  #companyDetail #contact h4 {
  	margin: 30px 0 20px 0;
  }

  #companyDetail #contact .column p {
	margin-top: 10px!important;
}

  #companyDetail #contact .block {
  	margin-top: 10px;
  	background-color: #E6EBEF;
  	padding: 30px 30px 0 30px;
  }

  #companyDetail #contact .multi {
  	background-color: #E6EBEF;
  	padding: 0 30px 30px 30px;
  	width: 640px;
  }

  #companyDetail #contact .multi .column {
  	width: 310px;
  }

  #companyDetail #contact .block h3 {
  	border: none;
  	margin: 0;
  }

  #companyDetail #contact .products {
	margin-top: 10px;
}

  #companyDetail #contact .products span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 5px 0;
	padding-left: 17px;
	font-size: 12px;
}

  #companyDetail #csr #tab {
	width: 100%;
	margin-top: 40px;
}

  #companyDetail #csr #tab li {
	position: relative;
	width: 50%;
	text-align: left;
	line-height: 40px;
	border-bottom: #e6ebf0 1px solid;
}

  #companyDetail #csr #tab li a {
	padding-left: 10px;
	background: url("images/common/icon08.png") no-repeat;
	background-position: 90% center;
}

  #companyDetail #csr h3 {
	margin-top: 30px!important;
}

  #companyDetail #contact .products span {
	margin: 0px;
}

  #companyDetail #contact .products span:first-child {
	margin-right: 20px;
}

  #companyDetail #contact .products .category01 {
	background: url("images/globalnetwork/icon_cate01.png") no-repeat;
	background-position: left 3px;
	color: #008ecf;
}

  #companyDetail #contact .products .category02 {
	background: url("images/globalnetwork/icon_cate02.png") no-repeat;
	background-position: left 3px;
	color: #e35178;
}

  #companyDetail #contact .products .category03 {
	background: url("images/globalnetwork/icon_cate03.png") no-repeat;
	background-position: left 3px;
	color: #46b446;
}

  #companyDetail #contact .products .category04 {
	background: url("images/globalnetwork/icon_cate04.png") no-repeat;
	background-position: left 3px;
	color: #eea100;
}

  #products {
	padding-top: 130px;
}

  #products.products_top {
	width: 100% !important;
	padding: 0 !important;
}

  #products.products_top #linkArea {
	margin: 0 auto !important;
}

  #products.products_top .inner {
	left: 50%!important;
}

  #products.products_category_top {
	width: 100% !important;
	padding: 50px 0 0 0 !important;
}

  #products #main {
	position: relative;
}

  #products #main.category {
	height: 550px;
}

  #products #main.top {
	height: 936px;
}

  #products #main #mv {
	width: 1440px;
	margin: 0 auto;
	position: fixed;
	z-index: 0;
	right: 50%;
	top: 0px;
}

  #products #main #mv p {
	position: fixed;
	width: 1440px;
	z-index: 0;
	right: 50%;
	top: 0px;
}

  #products #main #mv .pc {
	position: absolute;
	left: 50%;
	top: 0;
}

  #products #main.top h1,
  #products #main.top .read_text,
  #products #main.category h1,
  #products #main.category .read_text {
	position: absolute;
}

  #products #main.top .inner,
  #products #main.category .inner {
	position: absolute;
	width: 940px;
	top: 0px;
	left: 100%;
	margin-left: -470px;
}

  #products #main.top .inner2,
  #products #main.top .inner3,
  #products #main.category .inner2,
  #products #main.category .inner3 {
	position: absolute;
	width: 940px;
	top: 0px;
	left: 50%;
	margin-left: -470px;
}

  #products #main.top h1 {
	left: 20%;
	top: 60px;
	font-size: 36px;
	color: #00375B;
}

  #products #main.category.category01 h1,
  #products #main.category.category01 .read_text {
	color: #3A504B;
}

  #products #main.category.category01 h1 {
	top: 110px;
}

  #products #main.category.category01 .read_text {
	top: 145px;
}

  #products #main.category.category01 #readMore {
	top: 255px;
}

  #products #main.category.category02 h1,
  #products #main.category.category02 .read_text {
	color: #fff;
}

  #products #main.category.category02 h1 {
	top: 105px;
}

  #products #main.category.category02 .read_text {
	top: 140px;
}

  #products #main.category.category02 #readMore {
	top: 285px;
}

  #products #main.category.category03 h1,
  #products #main.category.category03 .read_text {
	color: #fff;
}

  #products #main.category.category03 h1 {
	top: 110px;
}

  #products #main.category.category03 .read_text {
	top: 145px;
}

  #products #main.category.category03 #readMore {
	top: 255px;
}

  #products #main.category.category04 h1 {
	top: 110px;
	color: #463C39;
}

  #products #main.category.category04 .read_text {
	top: 145px;
	color: #463C39;
}

  #products #main.category.category04 #readMore {
	top: 290px;
}

  #products #main.category.category04 #readMoreBox p {
	color: #463C39;
}

  #products #main.category #readMoreBox {
	display: none;
	width: 430px;
	padding: 30px 30px;
	position: absolute;
	top: 70px;
	right: 0px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	background-color: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#ffffffff, gradienttype=0);
 z-index: 100;
}

  #products #main.category #readMoreBox.category01 .close {
	background: url("images/products/mb/close_btn.png") 0 0 no-repeat;
}

  #products #main.category #readMoreBox.category01 .close:hover {
	background: url("images/products/mb/close_btn.png") -40px 0 no-repeat;
}

  #products #main.category #readMoreBox.category02 .close {
	background: url("images/products/hb/close_btn.png") 0 0 no-repeat;
}

  #products #main.category #readMoreBox.category02 .close:hover {
	background: url("images/products/hb/close_btn.png") -40px 0 no-repeat;
}

  #products #main.category #readMoreBox.category03 .close {
	background: url("images/products/hle/close_btn.png") 0 0 no-repeat;
}

  #products #main.category #readMoreBox.category03 .close:hover {
	background: url("images/products/hle/close_btn.png") -40px 0 no-repeat;
}

  #products #main.category #readMoreBox.category04 .close {
	background: url("images/products/ssht/close_btn.png") 0 0 no-repeat;
}

  #products #main.category #readMoreBox.category04 .close:hover {
	background: url("images/products/ssht/close_btn.png") -40px 0 no-repeat;
}

  #products #main.category #readMoreBox .close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 0;
}

  #products #main.category #readMoreBox .close:hover {
	cursor: pointer;
}

  #products #main.category #readMoreBox p {
	color: #3C4650;
	margin-top: 20px;
	font-size: 14px;
}

  #products #main.category #readMore {
	position: absolute;
}

  #products #main.category #readMore a {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	display: block;
	width: 122px;
	padding: 12px 0 12px 10px;
	font-size: 14px;
	font-weight: bold;
	background-position: 90% center;
}

  #products #main.category #readMore.category01 a {
	color: #008ECF;
	background: url("images/products/icon05_1.png") no-repeat 90% center !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
	background-color: #fff;
}

  #products #main.category #readMore.category01 a:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

  #products #main.category #readMore.category02 a {
	color: #E35178;
	background: url("images/products/icon05_2.png") no-repeat 90% center !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
}

  #products #main.category #readMore.category02 a:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

  #products #main.category #readMore.category03 a {
	color: #46B446;
	background: url("images/products/icon05_3.png") no-repeat 90% center !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
}

  #products #main.category #readMore.category03 a:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

  #products #main.category #readMore.category04 a {
	color: #EEA100;
	background: url("images/products/icon05_4.png") no-repeat 90% center !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
}

  #products #main.category #readMore.category04 a:hover {
	background-color: rgba(255,255,255,0.7) !important;
}

  #products #main.category .link_box.category03 {
	text-align: center;
}

  #products .column.half {
	width: 450px;
}

  #products #linkBlock {
	margin-top: -625px;
	margin-bottom: 49px;
}

  #products #linkArea {
	width: 940px;
	margin: -35px auto 0;
	padding-bottom: 30px;
}


  #products #linkArea.category .introdution {
	font-size: 12px !important;
	margin-top: 0 !important;
}

  #products #linkArea.category .link_box {
	background-color: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#ffffffff, gradienttype=0);
}

  #products .link_box {
	background-color: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#ffffffff, gradienttype=0);
	position: relative;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	border-top: 5px solid black;
	margin: 0 0 30px 20px;
	width: 300px;
	min-height: 270px;
}

  #products .link_box.left {
	margin-left: 0px;
}

  #products .link_box.category01 {
	width: 220px;
	border-color: #008ECF;
}

  #products .link_box.category01 .category_name {
	color: #008ECF;
}

  #products .link_box.category02 {
	border-color: #E35178;
}

  #products .link_box.category02 .category_name {
	color: #E35178;
}

  #products .link_box.category03 {
	width: 460px;
	border-color: #46B446;
}

  #products .link_box.category03 .category_name {
	color: #46B446;
}

  #products .link_box.category03 .introduction {
	text-align: center;
}

  #products .link_box.category04 {
	width: 220px;
	border-color: #EEA100;
}

  #products .link_box.category04 .category_name {
	color: #EEA100;
}

  #products .link_box.top {
	width: 220px;
}

  #products .link_box.top.es {
	height: 275px;
}

  #products .link_box .icon {
	display: none;
}

  #products .link_box .thumbnail {
	padding-top: 0px!important;
}


  #products .link_box .category_name {
	margin-top: 25px;
	font-size: 21px;
	line-height: 120%;
}

  #products .introduction {
	padding: 10px 20px 5px 20px;
	text-align: center;
	line-height: 140%;
	font-size: 12px;
}

  #products .category03 .introduction {
	padding: 15px 20px 15px 20px;
	text-align: center;
	line-height: 140%;
	font-size: 12px;
}

  #products #itemLink {
	margin-top: 50px;
	width: 920px;
	padding: 15px 10px 0 10px;
	background-color: #E6EBF0;
	border-top: 5px solid black;
}

  #products #itemLink.category01 {
	border-color: #008ECF;
}

  #products #itemLink.category02 {
	border-color: #E35178;
}

  #products #itemLink.category03 {
	border-color: #46B446;
}

  #products #itemLink.category04 {
	border-color: #EEA100;
}

  #products #itemLink .title {
	font-size: 20px;
	color: #757584;
	padding-left: 30px;
}

  #products #itemLink .title.category01 {
	background: url("images/products/icon_category01.png") no-repeat left center;
}

  #products #itemLink .title.category02 {
	background: url("images/products/icon_category02.png") no-repeat left 4px;
}

  #products #itemLink .title.category03 {
	background: url("images/products/icon_category03.png") no-repeat left 2px;
}

  #products #itemLink .title.category04 {
	background: url("images/products/icon_category04.png") no-repeat left 3px;
}

  #products #itemLink .title a {
	display: inline;
	background: url("images/products/icon07.png") no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #757584;
}

  #products #itemLink ul {
	margin-top: 10px;
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 10px;
}

  #products #itemLink ul li {
	position: relative;
	float: left;
}

  #products #itemLink ul li a {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #products #itemLink ul li a:hover {
	background-color: #F0F5FA;
}

  #products #rd {
	width: 460px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	position: relative;
	display: block;
	height: 110px;
	background: url("images/products/rd.png") no-repeat #f5f7f9 left center;
}

  #products #rd .txt {
	position: absolute;
	top: 10px;
	left: 250px;
	font-size: 12px;
	color: #3C4650;
	line-height: 140%;
}

  #products #rd .txt .txt01 {
	font-size: 18px;
	color: #008ECF;
	line-height: 120%;
}

  #products #rd .txt .txt02 {
	margin-top: 8px;
	display: block;
}

  #products #gumContent01 {
	width: 940px;
	margin: 0 auto;
}

  #products #gumContent02 {
	background-color: #F7F9FA;
	width: 100%;
	margin-top: 90px;
	padding-top: 50px;
	border-top: 1px solid #c7c7c7;
	-webkit-box-shadow: 0px 1px 3px rgba(85, 85, 85, 0.5) inset;
	-moz-box-shadow: 0px 1px 3px rgba(85, 85, 85, 0.5) inset;
	box-shadow: 0px 1px 3px rgba(85, 85, 85, 0.5) inset;
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
}

  #products #gumContent02 .inner {
	width: 940px;
	margin: 0 auto;
}

  #products #gumContent02 .title {
	text-align: center;
	margin-bottom: 45px;
}

  #products #gumContent02 .title span {
	font-size: 32px;
	color: #00467D;
	text-align: center;
	background: url("images/products/mb/icon01.png") no-repeat;
	background-position: left center;
	padding-left: 32px;
}

  #products #gumContent02 .block {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 220px;
}

  #products #gumContent02 .block .country {
	color: #00467D;
	font-size: 16px;
	border-bottom: 2px solid #95b3c9;
	font-weight: bold;
}

  #products #gumContent02 .block .name,
  #products #gumContent02 .block .name a {
	font-size: 14px;
	color: #00467D;
}

  #products #gumContent02 .block .name {
	border-bottom: 1px solid #c7dae4;
	padding: 8px 0 5px 5px;
}

  #products #gumContent02 .block .name a {
	text-decoration: underline;
}

  #products #gumContent02 .block#block01 {
	width: 450px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

  #products #gumContent02 .block#block01 .name {
	float: right;
	width: 215px;
}

  #products #gumContent02 .block#block01 .name.left {
	float: left;
}

  #products #gumContent02 .block#block01 .name.last {
	float: right;
}

  #products #gumContent02 .block#block02 {
	width: 450px;
	float: right;
	margin-right: 0px;
	margin-bottom: 30px;
}

  #products #gumContent02 .block#block02 .name {
	float: right;
	width: 215px;
}

  #products #gumContent02 .block#block02 .name.left {
	float: left;
}

  #products #gumContent02 .block#block02 .name.last {
	float: right;
}

  #products #gumContent02 .block#block02,
  #products #gumContent02 .block#block04 {
	margin-right: 20px;
}

  #products #gumContent02 .block#block04,
  #products #gumContent02 .block#block05 {
	margin-top: 46px;
}

  #contactus .strong {
	margin-top: 20px;
	font-size: 16px;
	color: #3C4650;
	font-weight: bold;
}

  #contactus .tel,
  #contactus .mail {
	margin-top: 10px;
	font-size: 14px;
	color: #3C4650;
	font-weight: bold;
	padding-left: 15px;
}

  #contactus .tel {
	background: url("images/contactus/icon01.png") no-repeat left center;
}

  #contactus .mail {
	background: url("images/contactus/icon02.png") no-repeat left center;
}

  #contactus .frame {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	width: 940px;
	height: 150px;
	background: url("images/contactus/pict01.png") no-repeat right center #f5f7f9 !important;
}

  #contactus .frame_es {
	position: relative;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	-moz-box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(70, 70, 70, 0.7);
	behavior: url("/wp/wp-content/themes/original/htc/PIE.htc");
	width: 940px;
	height: 150px;
	background: url("images/contactus/pict01_es.png") no-repeat right center #f5f7f9 !important;
}

  #contactus .frame .title,
  #contactus .frame_es .title {
	font-size: 28px;
	color: #008ECF;
	padding: 30px 0 0 38px;
}

  #contactus .frame .desc,
  #contactus .frame_es .desc {
	font-size: 14px;
	padding-left: 38px;
}

  .page h1,
  #newsDetailContents h1 {
	font-size: 171.42857%;
	line-height: 120%;
}

  .page h2,
  #newsDetailContents h2 {
	margin-top: 50px;
	font-size: 24px;
	line-height: 120%;
}

  .page h3,
  #newsDetailContents h3 {
	margin-top: 60px;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d7dc;
}

  .page h4,
  #newsDetailContents h4 {
	margin-top: 60px;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
}

  .page p,
  #newsDetailContents p {
	margin-top: 16px;
	line-height: 160%;
	font-size: 16px;
}

  .page p.read_text,
  #newsDetailContents p.read_text {
	margin: 0;
	font-size: 36px;
	line-height: 120%;
}