@charset "utf-8";


/*============================== general ==============================*/
#important a,
#important a:link,
#important a:visited,
#user-switch a,
#user-switch a:link,
#user-switch a:visited,
#contents a,
#contents a:link,
#contents a:visited {
	text-decoration: none;
}

#important a:hover,
#user-switch a:hover,
#contents a:hover {
	text-decoration: underline;
}


/*============================== header ==============================*/
h1 {
	position: absolute;
	top: 24px;
	font-size: 12px;
}


/*============================== footer ==============================*/

body {
	background: #f9fafb url(/mobile/set/data/top/img/p/fig_top-sprite04.gif) repeat-x left bottom;
}

/*============================== layout ==============================*/
div#body-lv1 div#layout {
	padding: 0 0 50px;
	background-image: none;
	background: #ffffff;
}


/*============================== important ==============================*/

#important {
	clear: both;
	margin: 0;
	overflow: hidden;
	background: #cdd5d5;
}

/* === dengon === */
#important .dengon {
	height: 41px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 950px;
}

#important .last-data {
	padding: 0;
}

#important .dengon dd {
	height: 41px;
	line-height: 41px;
	background: #eaedf0;
}

#important .dengon dt {
	display: inline;
	height: 41px;
	position: relative;
	z-index: 1;
	left: 10px;
}

#important .dengon dt p {
	height: 21px;
	position: relative;
	top: 10px;
	z-index: 1;
}

#important .icon-dengon {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -861px -99px;
}

#important .icon-onsei {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -962px -99px;
}

#important .dengon dd {
	position: relative;
}

#important .dengon dd span {
	padding: 0 0 0 15px;
}

#important .dengon dd a {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	height: 41px;
	padding: 0 20px 0 0;
}

/* === com-failure and important-info === */
#important .com-failure,
#important .important-info {
	position: relative;
	padding: 0px 0 0px 120px;
	background-position: 9px 4px;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 auto;
	width: 830px;
}
#important .com-failure.first-data,
#important .important-info.first-data {
	padding: 10px 0 0 120px;
}

#important .com-failure.last-data,
#important .important-info.last-data {
	padding: 0px 0 6px 120px;
}

#important .com-failure{
	padding: 0px 0 0 120px;
	background-position: 9px 14px;
}

#important .com-failure dt,
#important .important-info dt {
	position: absolute;
}

#important .com-failure dt span,
#important .important-info dt span {
	position: absolute;
	left: -111px;
	top: 0px;
	display: block;
	width: 102px;
	height: 19px;
}
#important .important-info dt span {
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -655px -101px;
}
#important .com-failure dt span {
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -758px -101px;
}

#important .com-failure dd,
#important .important-info dd {
	padding: 0 0 4px 8em;
	/*border-bottom: #b6b6b6 dotted 1px;*/
}
#important .important-info.no_date dd {
	padding: 0 0 4px 0;
}

#important .first-data {
	margin-top: 12px;
}

#important .last-data {
	/*margin-bottom: 12px;*/
}

#important .last-data dd {
	border: none;
}


/*============================== TOP MAIN ==============================*/

#top-main {
	padding: 20px 0 0 0;
	background: #eaedf0;
	border-bottom: #d0d5d9 solid 1px;
}


/*============================== user-switch ==============================*/
#user-switch {
	position: relative;
	top: 1px;
	z-index: 1;
	/*width: 960px; MLC*/
	width:950px;
	height: 30px;
	margin: 0px auto 0;
	text-align: left;
	overflow: hidden;
}

#user-switch li,
#user-switch li a {
	width: 260px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#user-switch li {
	float: left;
	margin: 0 2px 0 0;
}

#user-switch li a {
	display: block;
}

#user-switch #user-newly a,
#user-switch #user-customer,
#user-switch #user-info a {
	text-indent: -9999px;
	background-image: url(/mobile/set/common/p/img/v13a/header/sprite_header.gif);
	background-repeat: no-repeat;
}

#user-switch #user-newly a {
	background-position: 0px -280px;
}
#user-switch #user-newly a:hover {
	background-position: 0px -249px;
}

#user-switch #user-customer {
	background-position: -262px -249px;
}

#user-switch #user-info a {
	background-position: -524px -280px;
}
#user-switch #user-info a:hover {
	background-position: -524px -249px;
}


/*============================== contents  ==============================*/
#layout #contents {
    margin: 0 auto;
    padding: 0;
	width: 950px;
}


/*============================== mainMenuArea ==============================*/

#layout #contents a:active {
}

#layout #contents #mainMenuArea {
	width           : 950px;
}

#layout #contents #mainMenuArea ul {
	list-style: none;
	margin: 0;
}


/* --------------- menuContents --------------- */

#layout #contents #menuContents {
	margin: 29px 0 0 0;
}


/* ---------------  mainMenu  --------------- */

#layout #contents #mainMenu {
	float           : left;
	width           : 710px;
	margin          : 0;
}


/*============================== infoArea  ==============================*/

/* ---------------  infoArea  --------------- */
#layout #contents #infoArea {
	margin          : 0;
	width           : 710px;
	font-size       : 86%;
}

/* ---------------  part-info  --------------- */
#layout #contents #important-info-area .h2_wrap{
	margin-top: 30px;
}
#layout #contents  #important-info-area{
	padding-bottom: 10px;
}
#layout #contents #important-info li {
    margin-top:10px;
}
#layout #contents #important-info span{
    display:block;
    float:left;
}
#layout #contents #important-info span.date{ width:100px; }
#layout #contents #important-info span.no-link { padding: 0 0 0 16px; }

#layout #contents #infoArea .h2_wrap h2{
	display: block;
    position: relative;
    /*margin: 0 0 0 -15px; 2012/3/26まで MLC*/
	margin: 0 0 0 -38px;/**/
    padding: 4px 0 3px 11px;
    font-size: 18px;
    line-height: 1;
    border-left: 4px solid #84919d;
    font-weight: bold;
}
#layout #contents #infoArea .flt_l{
	float:left;
}
#layout #contents #infoArea .flt_r{
	float:right;
}
#layout #contents #infoArea .link-list_navy {
    background: url(/mobile/set/common/p/img/v11a/bullet/icn_arrow_navy.gif) no-repeat 0 0.3em;
}
#layout #contents #infoArea .link-list_navy, #layout #contents #infoArea .link-list_navy li {
    padding: 0 0 0 16px;
}
#layout #contents #infoArea ul#info-area-tab-menu{
	margin-bottom:0px;
}
#layout #contents #infoArea .link-list_navy_rgt {
    background: none;
    text-align: right;
}
#layout #contents #infoArea .link-list_navy_rgt a {
    padding: 0 0 0 16px;
}
#layout #contents #infoArea .link-list_navy_rgt a {
    background: url(/mobile/set/common/p/img/v11a/bullet/icn_arrow_navy.gif) no-repeat 0 0.25em;
}

#layout #contents #infoArea #part-products,
#layout #contents #infoArea #part-campaign {
	width: 340px;
}

#layout #contents .h2_wrap ul {
	position: relative;
	top: 5px;
}

#layout #contents #part-info .h2_wrap img{
	position: relative;
	top: 1px;
}

:root #layout #contents #part-info .h2_wrap img{
	top: -2px;
}

#part-press-release .h3_wrap {
	position: relative;
	width: 680px;
}

#part-press-release .h3_wrap ul {
	position: absolute;
	right: 0px;
	top: 2px;
}

.pickup-scroll {
	position: relative;
}

.pickup-scroll div {
	position: relative;
	width: 310px;
	overflow: hidden;
}

.pickup-scroll ul {
	position: relative;
}

.pickup-scroll li {
	float: left;
	width: 140px;
	padding: 0 8px 0 7px;
	line-height: 1.2;
}

.pickup-scroll li a {
	display: block;
}

.pickup-scroll li img {
	display: block;
	padding: 0 0 8px;
}

.pickup-scroll li strong {
	display: block;
	width: 140px;
	height: 140px;
	padding: 0;
	margin: 0 0 8px;
	text-indent: -9999px;
	background: url(
/mobile/set/data/top/img/carousel/products/fig_top-product-squares_sprite20130606.png) no-repeat;
}

.pickup-scroll li .new-window-link span {
	color: red;
}

.pickup-scroll-prev,
.pickup-scroll-next {
	position: absolute;
	top: 49px;
	width: 20px;
	height: 44px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat;
	display: none;
}

.pickup-scroll-prev {
	background-position: -400px -10px;
	left: -20px;
}
.pickup-scroll-next {
	background-position: -400px -65px;
	right: -20px;
}
.pickup-scroll-prev-on {
	background-position: -421px -10px;
}
.pickup-scroll-next-on {
	background-position: -421px -65px;
}
.pickup-scroll-prev-off {
	background-position: -442px -10px;
	cursor: default;
}
.pickup-scroll-next-off {
	background-position: -442px -65px;
	cursor: default;
}

#purpose {
}

#purpose .section {
	margin: 0;
}

#purpose dl {
	float: left;
	width: 216px;
	margin: 0;
	padding: 0 0 7px 15px;
	zoom: 1;
}

#purpose dt {
	height: 47px;
	background: url(/mobile/set/data/top/img/p/customer/txt_purpose_20121031.png) no-repeat;
	text-indent: -9999px;
}

#purpose dt#purpose_price {background-position:0 0px}
#purpose dt#purpose_change {background-position:0 -50px}
#purpose dt#purpose_campaign {background-position:0 -100px}
#purpose dt#purpose_servicearea {background-position:0 -150px}
#purpose dt#purpose_trouble {background-position:0 -200px}
#purpose dt#purpose_useful {background-position:0 -250px}

#purpose dd {
	width: 215px;
	margin: 5px 0 0 0;
	padding:0 0 8px 6px;
}

#purpose dd a {
	display: block;
	padding: 0px 0 0px 0;
	font-size: 100%;
	display: inline-block;
	line-height: 1.1;
}

#purpose dd img {
	vertical-align: baseline;
}


#part-press-release dt {
	float: left;
	clear: both;	
	width: 7.5em;
}

#part-press-release dd {
	margin: 0 0 13px 7.5em;
	padding: 0 0 0 16px;
	text-indent: -16px;
}

#part-press-release dd a {
}

#part-press-release dd a img.new-icon{
	position: relative;
	top: -3px;
	padding: 0 4px;
}


#often{
	margin: 20px 15px 0;
	border: #d0d0d0 1px solid;
	padding: 10px;
}
#often dt{
	padding-top: 0.7em;
	font-weight: bold;
	float: left;
	width: 12em;
}
#often dd{
	margin: 0 0 0 12em;
	padding: 0 0 0 0;
}
#often dd a{
	white-space: nowrap;
}

/*============================== subMenu ==============================*/

#layout #contents #subMenu {
	width: 210px;
	overflow: hidden;
	margin: 0 0 0 auto;
	padding: 1px 0 0 10px;
	font-size: 86%;
}

#layout #contents #subMenu h2 em {
	display: block;
	padding-right: 49px;
}

#layout #contents #subMenu h2 {
	position: relative;
	padding: 0 0 3px;
	margin: 0 0 10px;
	border-bottom: #b7bbbe solid 3px;
	font-weight: bold;
}

#layout #contents #subMenu h2 a {
	position: absolute;
	right: 0px;
	top: -3px;
	display: block;
	width: 49px;
	height: 21px;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1169px -77px;
	text-indent: -9999px;
}

#layout #contents #subMenu h2 a:hover {
	background-position: -1169px -99px;
}

#layout #contents #subMenu .link-list_navy {
	margin: 0 0 5px;
}
#layout #contents #subMenu .link-list_navy a {
	display: block;
	padding-left: 16px;
	line-height: 1.4;
	background: url(/mobile/set/common/p/img/v09b/bullet/icn_arrow_navy.gif) 0 0.4em no-repeat;
}

#layout #contents #subMenu .flt_l {
	float: left;
}

#layout #contents #subMenu .flt_r {
	float: right;
}

#sub-mysb {
	padding: 14px 0 12px;
	text-align: center;
	background: #f0f9fb;
	border: #c9d5d7 solid 1px;
}

#sub-mysb p {
	text-align: left;
	margin: 0 7px;
}

#sub-mysb .sub-mysb-btn {
}

#sub-mysb .sub-mysb-btn a {
	display: block;
	width: 194px;
	height: 49px;
	margin: 5px auto 0;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -10px -10px;
	text-indent: -9999px
}

#sub-mysb .sub-mysb-btn a:hover {
	background-position: -10px -61px;
}

#layout #contents #subMenu #sub-mysb ul {
	margin: 0 0 0 14px;
	padding: 5px 0 0 0;
	text-align: left;
}

#sub-mysb li {
	margin: 5px 0 0 0;
	padding: 0;
}

#sub-mysb li a {
}

#sub-banner a {
	display: block;
	width: 210px;
	text-indent: -9999px;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite03-20130507.png) no-repeat;
}

#sub-banner #sub-banner01 a {
	height: 60px;
	background-position: -673px -66px;
}
#sub-banner #sub-banner02 a {
	height: 60px;
	background-position: -894px -66px;
}
#sub-banner #sub-banner03 a {
	height: 50px;
	background-position: -10px -66px;
}
#sub-banner #sub-banner04 a {
	height: 50px;
	background-position: -231px -66px;
}
#sub-banner #sub-banner05 a {
	height: 50px;
	background-position: -452px -66px;
}
#sub-banner #sub-banner06 a {
	height: 60px;
	background-position: -894px -127px;
}
#sub-banner #sub-banner07 a {
	height: 50px;
	background-position: -894px -188px;
}

#sub-sns {
	margin-bottom: 30px;
}

#sub-sns-banner {
	width: 210px;
	height: 78px;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1453px -9px;
}

#rss_software {
}

#rss_software li {
	margin-top: 0px;
}

#rss_software li span.link-list_navy {
	display: inline;
	width: auto;
}

#rss_software li .date {
	display: none;
}

#rss_software span {
	display: block;
	float: none;
	padding-left: 16px;
	text-indent: -16px!important;
}


/*============================== part-fmenu ==============================*/
#part-fmenu{
	clear: both;
	margin : 0px 0 0 0;
	text-align: center;
	border-top: #e4e6e7 solid 1px;
	min-width: 950px;
}

#part-fmenu .inner {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	padding: 30px 0 0 0;
	overflow: hidden;
}

#category-list {
	width: 980px;
}

#category-list ul {
	padding: 0 0 26px 0;
}

#category-list li {
	float: left;
	width: 225px;
	padding: 0 20px 0 0;
}

#category-list a,
#category-list a:hover,
#category-list a:visited {
	color: #555555;
	font-size: 12px;
}

#category-list h3 {
	padding: 0 0 6px;
	border-bottom: #d5d5d5 solid 1px;
}

#category-list h3 a,
#category-list h3 span {
	font-weight: bold;
}

#category-list li ul {
	border-top: #ffffff solid 1px;
	padding: 5px 5px 0 10px;
}

#category-list li ul li {
	float: none;
	width: auto;
	margin: 0 0 4px 0;
}

#category-list li.keyword{
	zoom: 1;
	margin-left: -10px;
	width: 235px;
}
#category-list li.keyword div{
	border: #e4e4e4 solid 1px;
	padding: 9px;
	margin-top: -10px;
	background: #fff;
	position:relative;
}


#part-fmenu ul.part-bnr {
	margin			: 0;
}
#part-fmenu ul.part-bnr li {
	float           : left;
	margin	        : 0;
	padding         : 0 0 8px 10px;
	list-style		: none;
}
#part-fmenu ul.part-bnr li.first {
	float           : left;
	margin	        : 0;
	padding         : 0 0 8px 0;
	list-style		: none;
}
#part-fmenu ul.part-bnr li a {
	display: block;
	width: 230px;
	height: 55px;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite03-20130507.png) no-repeat;
	text-indent: -9999px;
}
#part-fmenu ul.part-bnr li#footer-bnr01 a {
	background-position: -10px -10px;
}
#part-fmenu ul.part-bnr li#footer-bnr02 a {
	background-position: -241px -10px;
}
#part-fmenu ul.part-bnr li#footer-bnr03 a {
	background-position: -472px -10px;
}
#part-fmenu ul.part-bnr li#footer-bnr04 a {
	background-position: -703px -10px;
}


/*============================== ul.anno-txt ==============================*/
ul.anno-iphone,
#layout ul.anno-txt {
	color           : #666666;
	list-style      : none;
	margin          : 10px 0 0 0;
}
#layout .accent {
	color: #ff0000;
	font-weight: bold;
}
.new-window-link {
	padding-right: 14px;
	background: url(/mobile/set/common/p/img/v09b/general/icon_new_window.gif) no-repeat right;
}
ul.anno-iphone {
	font-size: 86%;
}


/* roll-over */
.roll-over a {
	display: block!important;
}
.roll-over a:hover {
	height: inherit!important;
	background-color:transparent!important;
}
.roll-over a:hover img {
	visibility: hidden!important;
}


/** Clearfix */
/**************************************/
#layout #contents #mainMenuArea:after,
#layout #contents #globalNavi:after,
#layout #contents #supportArea-btm:after,
#layout #contents #linkArea:after,
#layout #contents #linkArea-bg:after,
#layout #contents #linkArea-btm:after,
#layout #contents #infoArea:after,
#layout #contents #infoArea #part-trouble:after,
#layout #contents #infoArea #part-wti:after,
#layout #contents #infoArea #part-info:after,
#layout #contents #infoArea #part-news:after,
#layout #contents #infoArea #part-software:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}

#layout #contents #mainMenuArea,
#layout #contents #globalNavi,
#layout #contents #supportArea-btm,
#layout #contents #linkArea,
#layout #contents #linkArea-bg,
#layout #contents #linkArea-btm,
#layout #contents #infoArea,
#layout #contents #infoArea #part-trouble,
#layout #contents #infoArea #part-wti,
#layout #contents #infoArea #part-info,
#layout #contents #infoArea #part-news,
#layout #contents #infoArea #part-software {
	display        : inline-block;
}

/*\*/
* html #layout #contents #mainMenuArea,
* html #layout #contents #globalNavi,
* html #layout #contents #supportArea-btm,
* html #layout #contents #linkArea,
* html #layout #contents #linkArea-bg,
* html #layout #contents #linkArea-btm,
* html #layout #contents #infoArea,
* html #layout #contents #infoArea #part-trouble,
* html #layout #contents #infoArea #part-wti,
* html #layout #contents #infoArea #part-info,
* html #layout #contents #infoArea #part-news,
* html #layout #contents #infoArea #part-software {
	height         : 1%;
}

#layout #contents #mainMenuArea,
#layout #contents #globalNavi,
#layout #contents #supportArea-btm,
#layout #contents #linkArea,
#layout #contents #linkArea-bg,
#layout #contents #linkArea-btm,
#layout #contents #infoArea,
#layout #contents #infoArea #part-trouble,
#layout #contents #infoArea #part-wti,
#layout #contents #infoArea #part-info,
#layout #contents #infoArea #part-news,
#layout #contents #infoArea #part-software {
	display        : block;
}


/* ========== treadmark ========== */
#overlay-trademark ul {
	width: 950px;
	margin:0 auto;
}
#overlay-trademark li {
	float: left;
}
#overlay-trademark li a {
	padding: 0 0 0 0;
	font-size: 12px;
}
#overlay-trademark .new-win-icn_inline img {
	margin: 0 0 0 0.5em;
	padding: 2px 0 0 0;
	vertical-align: baseline;
}


/* ========== PC/iPhone Switch ========== */
#switch {
	text-align: center;
	padding: 10px 0 14px;
	background: #717c85;
}
#switch dl {
	width: 588px;
	margin: 0 auto;
	padding: 0 196px;
}
#switch dt,
#switch dd {
	float: left;
}
#switch dt {
	text-align: center;
	width: 139px;
	color: #ffffff;
	font-size: 24px;
	line-height: 45px;
}
#switch dd {
	text-align: center;
	width: 417px;	
}
#switch dd ul {
	list-style: none;
}
#switch dd ul li,
#switch dd ul li a {
	-webkit-border-radius: 5px;
}
#switch dd ul li {
	float: left;
	width: 198px;
	margin-left: 6px;
	font-size: 18px;
	line-height: 43px;
	background: #ffffff;
	-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 1.0 );
	border: 1px solid #565656;
}
#switch dd ul li.current {
	color: #999999;
	border: 1px solid #a8b6c1;
}

#switch dd ul li a {
	display: block;
	text-align: center;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e9eff4));
}
#switch dd ul li a span {
	text-decoration: underline;
	color: #006699;
}
#switch dl:after,
#switch dd ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}


/* ---------------  index3  --------------- */

#layout #contents #pickupindex3 {
	height: 163px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 10px 1px;
	list-style: none;
	border: #edf1f2 solid 1px;
	background: url(/mobile/set/data/top/img/p/bg_pickup.gif) repeat-x 0 0;
	position: relative;
}

#layout #contents #pickupindex3 li {
	float: left;
	position: relative;
	width: 227px;
	padding: 0 0 0 8px;
}

#layout #contents #pickupindex3 li a,
#layout #contents #pickupindex3 li span {
	display: block;
}

#layout #contents #pickupindex3 li span a {
	height: 17px!important;
	padding: 3px 0 0 8px;
	background: #78838b url(/mobile/set/data/top/img/p/bg_pickup_link.gif) no-repeat;
	text-decoration: none;
}
#layout #contents #pickupindex3 li span a:hover {
	background-color: #ffffff!important;
	text-decoration: none;
}

#layout #contents #pickupindex3 li span a strong {
	font-size: 11px;
	padding-left: 14px;
	letter-spacing: -1px;
	color: #ffffff;
}
#layout #contents #pickupindex3 li span a:hover strong {
	color: #333333;
}
#layout #contents #pickupindex3 li#pickup-2 span a strong {
	background: url(/mobile/set/common/p/img/v09b/bullet/icn_arrow_navy.gif) no-repeat;
}

#layout #contents #pickupindex3 li#pickup-3{
	float: none;
	position: absolute;
	left: 470px;
	top: 10px;
}
#layout #contents #pickupindex3 li#pickup-3 p {
	margin: 0;
	padding: 0;
    width: 227px;
    height: 176px;
	/*position: absolute;
	left: 8px;
	top: 0px;
	display: none;*/
}

#layout #contents #pickupindex3 li#pickup-3 span a {
	width: 219px;
}

#layout #contents #pickupindex3 li#pickup-3 span a strong {
	background: url(/mobile/set/common/p/img/v09b/bullet/icn_arrow_pink.gif) no-repeat;
}

/* ---------------------------------------- *
 for mac
 ---------------------------------------- */
body.os_Mac * {
	letter-spacing: -1px;
}

/* disablePrint */
#main-visual .rome {
	background:url(/mobile/set/data/top/img/p/mainvisual/shro_blbd20120601a.png) no-repeat;
}
.disablePrint.pantone5{
	background:url(/mobile/set/data/top/img/p/ptcp_stlw20120618a.png) no-repeat;
}
.disablePrint.smap{
	background:url(/mobile/set/data/top/img/p/smsp_stlw20120725a.png) no-repeat;
}


/* ===== F1 image ===== */

.atom-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 0 0 0;
	text-indent: -9999px;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1156px -108px;
}

.h3_wrap {
	position: relative;
}

.h3_wrap h3 {
	background: transparent;
}

.h3_wrap pre {
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1145px -110px;
}

div#frm-F-main div#frm-F-pagetop a {
	position: relative;
	background-image: none;
}

div#frm-F-pagetop a pre {
	position: absolute;
	right: 0px;
	top: 12px;
	display: block;
	width: 11px;
	height: 9px;
	margin: 0;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1125px -96px;
}

#frm-F-main .frm-F-nav a {
	height: 21px;
	padding-top: 11px;
	line-height: 1.2;
}

.icon-pdf-sprite {
	float: none!important;
	vertical-align: middle!important;
	display: inline-block!important;
	width: 17px!important;
	height:17px!important;
	margin: 0 3px 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1141px -77px!important;
}

.icon-nw-sprite {
	float: none!important;
	vertical-align: middle!important;
	display: inline-block!important;
	width: 11px!important;
	height:9px!important;
	margin: 0px 3px 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1137px -96px!important;
}

.icon-new-sprite {
	float: none!important;
	vertical-align: middle!important;
	display: inline-block!important;
	width: 31px!important;
	height:11px!important;
	margin: 0px 3px 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1113px -109px!important;
}

.icon-link-sprite {
	float: none!important;
	vertical-align: middle!important;
	display: inline-block!important;
	width: 11px!important;
	height:9px!important;
	margin: -2px 3px 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: url(/mobile/set/data/top/img/p/fig_top-sprite01-20130522.gif) no-repeat -1113px -96px!important;
}

#news .link-list_navy {
	text-indent: -16px;
	background: none!important
}

.with-splite-icon {
	padding-left: 16px;
	text-indent: -16px;
}




/*2013/3/26リリース分追加 MLC*/
.h2_wrap {
    border-bottom: 1px solid #C4C5C5;
    margin: 40px 0 20px 15px;
    padding-bottom: 8px;
    position: relative;
	background:none;
}
.h2_wrap:before,
.h2_wrap:after{
	width:0;
	display:none;
}

#layout #contents #infoArea .psabslt_r{
	position:absolute;
	right:0;
}
div#layout {
    text-align: left;
}

#overlay-trademark {
	background:none !important;
}












