@charset "utf-8";


/* ---- Content Block ---- */

div#content{
	background:url(/common/images/bg_content.gif) top repeat-x #f4f4f4;
	min-width: 980px;
}

div#content div.section{
	background:#fcfdf2;
	border-bottom:4px solid #ddd8a7;
	margin-bottom:40px;
	padding:20px 20px 40px;
	position:relative;
}

div#content div.aside,
div#content div.article{
	margin-top:20px;
}

div#content.index div.substance div.section{
	padding-top:0;
}

div#content div.aside.fitting{
	position:fixed;
	top:0;
	margin-left:740px;
    z-index: 100;
}

div#content div.aside.fitend{
	position:absolute;
	right:20px;
	bottom:0;
}

div#content.col2 div.article{
	width:720px;
	float:left;
}

div#content.col2_1 div.article{
	width:780px;
	float:left;
}

div#content.col3 div.article{
	width:560px;
	float:left;
}

div#content div.board{
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
	margin-top:20px;
}
div#content div.board.round{
	border-radius:3px;
}
div#content div.article div.board.first-child{
	margin-top:0;
}
div#content div.board > p:first-child{
	margin-top:0;
}

div#content p{
	margin-top:1em;
}

div#content p.nmt{
	margin-top:0;
}

div#content p.lead{
	font-size:1.6em;
	font-size:1.6rem;
}
div#content p.example{
	font-weight:bold;
	font-style:normal;
	margin-top:55px;
}

div#content p,li,address,dt,dd,th,td{
	font-size:1.4em;
	font-size:1.4rem;
	line-height:1.25em;
}

div#content li li,
div#content table td address{
	font-size:1.0em;
	font-size:1.4rem;
}

a.outer{
	padding-right:15px;
	background:url(/common/images/icon_link_openwindow.gif) right no-repeat;
}

a.textlink{
	padding-left:12px;
	background:url(/common/images/icon_triangle_textlink.png) left no-repeat;
}

div#content ol li{
	padding-left:1.3em;
	text-indent:-1.3em;
}

div#content p.docnumber{
	text-align:right;
	clear:both;
	position:relative;
	top:-20px;
	padding-bottom:20px;
	font-size:1.2em;
	font-size:1.2rem;
}


div#content div.article div.board.certainlycheck{
	border:2px solid #f60;
	position:relative;
	padding-top:67px;
}
div#content div.article div.board.certainlycheck em{
	color:#eb6100;
}
div#content div.article div.board.certainlycheck img.pic{
	margin-top:20px;
}
div#content div.article div.board.certainlycheck h2{
	background:url(/common/images/confirmation_title.gif) top no-repeat;
	height:47px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent:-9999px;
}

div#content div.article div.board.certainlycheck.-ver2 h2{
	background:url(/common/images/confirmation_title2.gif) top no-repeat;
}

div#content div.article div.board.certainlycheck.-ver3 h2{
	background:url(/common/images/confirmation_title3.gif) top no-repeat;
}


div#content div.article div.board.certainlycheck strong{
	color:#f00;
}
div#content div.article div.board.certainlycheck p.idt{
	text-indent:-1em;
	padding-left:1em;
}


/* ---- 3columns Local Navigation ---- */

div#content.col3 div.section:first-child,
div#content.col2_1 div.section:first-child{
	background:#fcfdf2 url(/common/images/bg_3col_localnavigation.gif) left repeat-y;
	padding-top:0;
}

div#content.col3 div.local,
div#content.col2_1 div.local{
	float:left;
	position:relative;
	left:-20px;
	width:160px;
}
div#content.col3 div.local ul{
}
div#content.col3 div.local ul li,
div#content.col2_1 div.local ul li{
	margin:0;
	padding:0;
	text-indent:0;
}

div#content.col3 div.local ul li.parent,
div#content.col2_1 div.local ul li.parent{
	font-size:1.6em;
	font-size:1.6rem;
	font-weight:bold;
}
div#content.col3 div.local ul li.parent a,
div#content.col3 div.local ul li.parent a:hover,
div#content.col2_1 div.local ul li.parent a,
div#content.col2_1 div.local ul li.parent a:hover{
	min-height:60px;
}

div#content.col3 div.local ul li.active,
div#content.col2_1 div.local ul li.active{
	padding:10px 20px;
	background:#e97aa1;
	color:#fff;
	font-weight:bold;
}
div#content.col3 div.local ul li a,
div#content.col2_1 div.local ul li a{
	padding:10px 20px;
	display:block;
	background:#f2edcf;
	border-bottom:1px solid #fff;
	color:#333;
}
div#content.col3 div.local ul li a:hover,
div#content.col2_1 div.local ul li a:hover{
	background:#f4bdd0;
	border-bottom:1px solid #f4bdd0;
}
div#content.col3 div.local + h1,
div#content.col3 div.section > h1:first-child,
div#content.col2_1 div.local + h1,
div#content.col2_1 div.section > h1:first-child{
	width:780px;
	float:right;
	margin-top:20px;
}



/* ---- Article Block ---- */


div#content div.article h1{
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	padding:0 0 7px;
}

div#content div.article h1 img{
	background:url(/common/images/bg_content_title.gif) left top no-repeat;
	padding:9px 20px 7px;
}

/* ---- Aside Block ---- */

div#content div.aside{
	width:200px;
	float:right;
	padding-bottom:20px;
}

div#content div.aside p{
	font-size:1.2em;
	font-size:1.2rem;
}

div#content div.aside ul.banner{
	padding-bottom:6px;
}
div#content div.aside ul.banner li{
	margin-bottom:10px;
	padding-bottom:0;
}
div#content div.aside ul.banner li.last-child{
	margin:0;
}

div#content div.aside p.flow{
	text-align:center;
	margin-bottom:20px;
	margin-top:0;
}
div#content div.aside p.flow a{
	display:inline-block;
	padding-left:1em;
	background:url(/common/images/icon_triangle_textlink.png) left no-repeat;
}


/* ---- Require Block ---- */

div#content div.substance div.section.require{
	padding:20px;
}

div#content div.section.require div.apply img.inquiry{
	float:left;
	padding-bottom:5px;
}
div#content div.section.require div.apply img.simulation{
	float:right;
	padding-bottom:5px;
}
div#content div.section.require div.apply p{
	clear:both;
	text-align:right;
	margin:0;
	font-size:1.2em;
	font-size:1.2rem;
}
div#content div.section.require div.apply p a{
	padding-left:16px;
	padding-left:1em;
	background:url(/common/images/icon_triangle_textlink.png) left no-repeat;
}


/* ---- Contact Block ---- */

div#content div.section.require div.contact{
	margin:20px 0 0;
}

div#content div.section.require div.contact div.tel{
	float:left;
	width:520px;
	border-right:2px solid #ccc;
}
div#content div.section.require div.contact div.tel p{
	background:url(/common/images/contact_tel_title.gif) no-repeat;
	text-indent:-9999px;
	height:16px;
	margin:0;
}
div#content div.section.require div.contact div.tel address.number{
	background:url(/common/images/contact_tel_number.gif) no-repeat;
	text-indent:-9999px;
	height:34px;
	margin-top:10px;
}
div#content div.section.require div.contact div.tel address.time{
	background:url(/common/images/contact_tel_time.gif) no-repeat;
	text-indent:-9999px;
	height:23px;
	margin-top:10px;
}
div#content div.section.require div.contact div.tel p.procedure{
	background:url(/common/images/contact_procedure_title.gif) no-repeat;
	height:16px;
	margin:15px 0 5px;
}
div#content div.section.require div.contact div.tel p.procedure + p{
	background:none;
	text-indent:0;
	height:auto;
	font-size:1.2em;
	font-size:1.2rem;
}
div#content div.section.require div.contact div.tel p.procedure + p a{
	padding-left:12px;
	background:url(/common/images/icon_triangle_textlink.png) left no-repeat;
}

div#content div.section.require div.contact div.tel_02{
	float:left;
	width:520px;
	border-right:2px solid #ccc;
}
div#content div.section.require div.contact div.tel_02 p{
	background:url(/common/images/contact_tel_title_02.gif) no-repeat;
	text-indent:-9999px;
	height:16px;
	margin:0;
}
div#content div.section.require div.contact div.tel_02 address.number{
	background:url(/common/images/contact_tel_number_02.gif) no-repeat;
	text-indent:-9999px;
	height:34px;
	margin-top:10px;
}
div#content div.section.require div.contact div.tel_02 address.time{
	background:url(/common/images/contact_tel_time.gif) no-repeat;
	text-indent:-9999px;
	height:23px;
	margin-top:10px;
}
div#content div.section.require div.contact div.tel_02 p.procedure{
	background:url(/common/images/contact_procedure_title.gif) no-repeat;
	height:16px;
	margin:15px 0 5px;
}
div#content div.section.require div.contact div.tel_02 p.procedure + p{
	background:none;
	text-indent:0;
	height:auto;
	font-size:1.2em;
	font-size:1.2rem;
}
div#content div.section.require div.contact div.tel_02 p.procedure + p a{
	padding-left:12px;
	background:url(/common/images/icon_triangle_textlink.png) left no-repeat;
}





















div#content div.section.require div.contact div.web{
	float:right;
	width:360px;
	text-align:center;
}
div#content div.section.require div.contact div.web p.caption{
	background:url(/common/images/contact_web_title.gif) top no-repeat;
	height:34px;
	text-indent:-9999px;
	margin:10px 0 0;
}
div#content div.section.require div.contact div.web img{
	margin:10px 0 8px;
}
div#content div.section.require div.contact div.web p.time{
	background:url(/common/images/contact_web_time.gif) top no-repeat;
	height:26px;
	text-indent:-9999px;
	margin:0;
}


/* ---- Faq Block ---- */

div#content div.section.require div.faq{
	width:500px;
	float:left;
}
div#content div.section ul li{
	padding-bottom:10px;
	font-size:1.4em;
	font-size:1.4rem;
	line-height:1.25em;
}

div#content div.section.require div.faq ul li{
}
div#content div.section.require div.faq ul li:last-child{
	padding-bottom:0;
}
div#content div.section.require div.faq ul li a{
	background:url(/common/images/faq_listitem.gif) left top no-repeat;
	padding-left:25px;
	display:inline-block;
}
div#content div.section.require div.download{
	border-left:2px solid #ccc
}
div#content div.section.require div.faq p{
	margin:0 0 20px;
}
div#content div.section.require div.download p{
	margin:0 0 10px;
}
div#content div.section.require div.download ul li{
	font-size:1.2em;
	font-size:1.2rem;
	margin-bottom:5px;
}

div#content div.section.require div.download{
	width:370px;
	float:right;
	padding-left:6px;
}
div#content div.section.require div.download > div{
	padding:10px 0;
	margin-left:10px;
	clear:both;
}
div#content div.section.require div.download div.confirmation{
	border-top:1px solid #ccc;
	padding-bottom:0;
}
div#content div.section.require div.download span.imgbox{
	display:block;
	width:105px;
	height:80px;
	float:left;
	text-align:center;
}
div#content div.section.require div.download span.imgbox img.icon{
	margin-top:15px;
}
div#content div.section.require div.download ul{
	width:255px;
	padding:0;
	float:right;
}
div#content div.section.require div.download li{
	text-indent:-1em;
	padding:0 0 0 1em;
}


/* ---- Utility Class ---- */

div#content p.pagetop{
	text-align:right;
	font-size:1.2em;
	font-size:1.2rem;
	margin:0;
	padding:5px 0 0;
}
div#content p.pagetop a{
	display:inline-block;
	padding-left:12px;
	background:url(/common/images/icon_triangle_pagetop.png) left no-repeat;
}

div#content p.notes{
	font-size:1.2em;
	font-size:1.2rem;
	padding-left:1em;
	text-indent:-1em;
}

div#content p.annotation{
	font-size:1.2em;
	font-size:1.2rem;
	padding-left:2.6em;
	text-indent:-2.6em;
}

div#content ul.notes-list > li,
div#content ul.annotation-list > li{
	padding: 0;
	display: table;
}

div#content ul.notes-list > li > .notes-marker,
div#content ul.notes-list > li  > .notes-content,
div#content ul.annotation-list > li > .annotation-marker,
div#content ul.annotation-list > li  > .annotation-content {
	display: table-cell;
	vertical-align: top;
}

div#content ul.notes-list > li > .notes-marker,
div#content ul.annotation-list > li > .annotation-marker {
	padding-right: 3px;
	white-space: nowrap;
}

div#content ul.annotation-list > li > .annotation-content {
	padding-left: 10px;
}


div#content ul.annotation-list > li.-rt {
margin-top: -1rem;
}

div#content ul.notes-list > li.-rt > .notes-marker,
div#content ul.notes-list > li.-rt > .notes-content,
div#content ul.annotation-list > li.-rt > .annotation-marker,
div#content ul.annotation-list > li.-rt > .annotation-content {
	vertical-align: baseline;
}

div#content ul.notes-list.-w-05em > li > .notes-marker,
div#content ul.annotation-list.-w-05em > li > .annotation-marker {
	padding-right: 0;
}

div#content ul.annotation-list.-w-05em > li > .annotation-content {
	padding-left: 0.5em;
}

div#content ul.bullet-list {
	margin-top: 20px;
}
div#content ul.bullet-list li {
	position: relative;
	padding-left: 1rem;
}
div#content ul.bullet-list li:before {
	position: absolute;
	top: .7rem;
	left: 0;
	width: 3px;
	height: 3px;
	background-color:#222222;
	border-radius: 50%;
	content: '';
}

div#content p.caption{
	font-size:1.2em;
	font-size:1.2rem;
}

div#content div.articlelink{
	padding:50px 0  40px;
	text-align:center;
}
div#content div.articlelink img{
	padding:0 2px;
}

div#content div.idt{
	margin-left:25px;
}

a.tips{
	background:url(/common/images/tips_icon.gif) left top no-repeat;
	padding-left:20px;
}
.tipsbody{
	display:none;
}
.tooltips{
	position:absolute;
	z-index:10;
	border:2px solid #f60;
	border-radius:2px;
	padding:15px;
	background:#fff;
	text-align:left;
	max-width: 500px;
}
.tooltips p.title{
	font-size:1.6em;
	font-size:1.6rem;
	margin-bottom:10px;
}
.tooltips p{
	font-size:1.4em;
	font-size:1.4rem;
}
.tooltips p.notes{
	font-size:1.2em;
	font-size:1.2rem;
}
.tooltips .graph p.notes.data{
	font-size:0.9em;
	font-size:0.9rem;
}
.tooltips strong{
	font-weight:bold;
}
.tooltips .close{
	position:absolute;
	right:-2px;
	top:-20px;
	height:20px;
	width:74px;
	background:url(/common/images/tips_close.gif) no-repeat;
	text-indent:-9999px;
}
.tooltips img.point{
	position:absolute;
	bottom:-16px;
	left:20px;
}
.tooltips ul{
	margin-top:1.5em;
}
.tooltips li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
}
.tooltips .graph{
	width:350px;
}
.tooltips .graph img{
	margin:10px 0;
}
.tooltips .mb10{
	margin-bottom:10px;
}
.tooltips .mb20{
	margin-bottom:20px;
}


/* ---- Title Class ---- */

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6{
	position:relative;
}
div#content h1:after,
div#content h2:after,
div#content h3:after,
div#content h4:after{
  content:"";
  display:block;
  clear:both;
}

div#content h2,
div#content h3,
div#content h4,
div#content h5{
	font-size:1.8em;
	font-size:1.8rem;
	margin-bottom:10px;
	line-height:1.25em;
}

div#content h2 noteffg{
	position: relative;
}

div#content h2.noteffg span{
	font-size:0.6em;
	position: absolute; right: 0;
}

div#content h6{
	font-size:1.4em;
	font-size:1.4rem;
}

div#content h3 sup,
div#content h4 sup,
div#content h5 sup{
	font-size:0.7em;
	font-size:1.0rem;
	vertical-align:text-top;
}

div#content .ltitle{
	padding:0 20px;
	margin-bottom:25px;
}

div#content .ntitle{
	margin:15px 0 5px;
}
div#content .ntitle + p{
	margin-top:0;
}

div#content .mtitle{
	padding:0 5px;
}

div#content .bicon{
	margin:16px 0 8px 0;
	border-left:6px solid #fc9b03;
	padding-left:10px;
}
div#content .bicon:first-child{
	margin-top:0;
}
div#content .bicon > img{
	padding-left:10px;
}
div#content .tborder{
	margin-top:20px;
	padding:8px 0 0 6px;
	border-top:1px solid #ccc;
}

div#content .bicon.tborder{
	border-top:none;
	padding:0 0 0 10px;
	margin:26px 0 10px 0;
}
div#content .bicon.tborder:before{
	content:"";
	display:block;
	border-top:1px solid #ccc;
	width:100%;
	padding:0 6px 0 0;
	margin-left:0;
	background:#333;
	position:absolute;
	left:-6px;
	top:-8px;
}

div#content .fbicon{
	border-left:10px solid #fc9b03;
	padding:4px 10px 4px;
	margin:30px 0 10px;
}
div#content div.board > .fbicon:first-child{
	margin-top:0;
}

div#content .fbicon-a{
	margin:30px 0 10px;
	color:#cc0000;
}

div#content .subtitle{
	font-size:1.4em;
	font-size:1.4rem;
}


/* ---- Image Class ---- */

div#content img.idt{
	margin-left:25px;
}
div#content img.pic{
	margin-top:10px;
}
div#content img.lpic{
	margin-top:10px;
	margin-left:0;
}


/* ---- Error Page Class ---- */

div#content.error{
	padding-top:1px;
}
div#content.error div.section{
	margin-top:20px;
	padding-top:0;
	padding-bottom:20px;
}
div#content.error div.section div.article h1{
	margin:0 0 10px;
	padding:0;
	font-size:1.8em;
	font-size:1.8rem;
	border:none;
	position:relative;
}

div#content.error div.section div.article a.link{
	background:url(/common/images/icon_triangle_listitem.png) left no-repeat;
	padding-left:12px;
}

div#content.error div.section div.aside{
	padding-bottom:0;
}

/* ---- Adjust Class ---- */
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}

.aleft{
	text-align:left !important;
}
.acenter{
	text-align:center !important;
}
.aright{
	text-align:right !important;
}

.no-border {
	border:none !important;
}

/* ---- Animation Banner ---- */


#animbanner,
#animbanner02 {
    position: relative;
    -webkit-animation-name: none;
    animation-name: none;
    min-height: 178px;
}

#animbanner .anim,
#animbanner02 .anim {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

#animbanner img.anim,
#animbanner02 img.anim {
    z-index: 50;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
}

#animbanner .morebanner,
#animbanner02 .morebanner {
    z-index: 20;
    overflow: hidden;
    height: 178px;
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes hinge {
    0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
    10%, 30% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
    20% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
    40% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
    100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
    0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
    10%, 30% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
    20% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
    40% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
    100% { transform: translateY(700px); opacity: 0; }
}


/* ---- Switching Button ---- */


.btn_02_wrapper {
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    width: 977px;
    overflow: hidden;
}
.btn_02 {
    display: block;
    background-color: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e8e8e8', GradientType=0);
    background-size: 100%;
    padding: 29px 0 22px 81px;
    color: #333 !important;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.btn_02.type_01 .content {
    position: relative;
}

.btn_02.type_01 .content:before {
    content: '';
    width: 32px;
    height: 52px;
    background: url('/common/images/icon_btn2_type01.png') no-repeat;
    display: block;
    position: absolute;
    top: -6px;
    left: -53px;
}
.btn_02:hover,
.btn_02:active,
.btn_02:focus {
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#fefefe', GradientType=0);
}


/* ---- Movie ---- */
#content.smbc-movie .video-wrapper {
text-align: center;
}

#content.smbc-movie .video-wrapper video {
width: 700px;
height: 400px;
}

/* ---- Table ---- */
#content .tbl-a {
	width: 100%;
	border-collapse: collapse;
}

#content .tbl-a thead th,
#content .tbl-a thead td {
	background: #F4F4F4;
	padding: 10px;
	border:1px solid #ccc;
	font-size: 13px;
	font-weight: normal;
}

#content .tbl-a tbody td {
	background: #fff;
	padding: 20px;
	border:1px solid #ccc;
	font-size: 13px;
}

#content .tbl-a tbody td .cell-wrap {
	display: table;
	width: 100%;
}

#content .tbl-a tbody td .cell {
	display: table-cell;
	vertical-align: middle;

}

#content .tbl-a tbody td .cell.name {
	width: 11em;
	text-align: left;
	padding-left: 20px;
}

#content .tbl-a tbody td .cell.thumb {
	text-align: right;
	padding-right: 40px;
}

/* ---- Icon ---- */
#content .icn-a {
	vertical-align: middle;
	display: inline-block;
	margin: -1px 4px 0;
}

#content .label-a {
	background: #cc0000 none repeat scroll 0 0;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	color:#fff;
	margin-bottom: 6px;
	margin-right:4px;
	margin-top: 0;
	padding: 4px 10px 2px;
}
