
/* ===================================================================
CSS information
 style info :TOPページ
=================================================================== */
div#sp-v {
	display: none;
}

p.sp {
	display: none;
}

/* 大枠
---------------------------------------------- */
#container {
	width: 984px;
}

/* JavaScript無効メッセージ
---------------------------------------------- */
#top-js-alert {
	margin: 0px 0px 18px 0px;
	padding: 10px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
}

/* パンくず */
#topic-path {
	display: none;
}

/* TOPバナーギャラリー
---------------------------------------------- */
#top-banner-gallery {
	position: relative;
  width: 980px;
  height: 271px;
  margin: 0px 0px 10px 0px;
  overflow:hidden;
}

/* 年賀バナー
---------------------------------------------- */
#nenga-banner {
  display: none;
	position: absolute;
	top: -1px;
	z-index: 100;
}

#nenga-banner .skip-btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
}

.sp-view {
	display: none;
}

/* 通常バナーギャラリー
---------------------------------------------- */
.bx-wrapper {
  width: 980px;
  height: 275px;
  margin: 0 auto;
  position: relative;
}

.bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 100;
}

.bx-wrapper ul li {
	/*display:none;*/
}

.bx-prev {
  left: 0px;
}

.bx-wrapper .bx-next {
  right: 0px;
}

.bx-pager a {
  background: #ADADAD;
  text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 7px;
  -moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
  -webkit-border-radius: 5px;/*角丸指定*/
  border-radius: 5px;/*角丸指定*/
  outline:none;
  text-decoration:none;
}

.bx-pager a:hover,
.bx-pager a.active {
    background: #F10500;
}

.bx-prev {
	top:90px;
	left:0px;
  background: url(../images/head_new_1509/banner_nav_l.png) no-repeat;/*prev用画像*/
  display:none;
}

.bx-next {
	top:90px;
	right:0px;
  background: url(../images/head_new_1509/banner_nav_r.png) no-repeat;/*next用画像*/
  display:none;
}

.bx-controls-direction a {
	position: absolute;
  margin:0;
  width: 52px;/*使用画像に応じて指定*/
  height: 59px;/*使用画像に応じて指定*/
  text-indent: -9999px;/*画像置換のためテキストを押しやる*/
  z-index: 100;
  outline:none;
}

/* 3カラム エリア枠
---------------------------------------------- */
/* 中央カラム */
#column-m {
	display: inline;
	float: left;
	width: 660px;
	margin: 0;
}

.no-link {
	color: #1c64b3;
}

/* 右カラム */
#column-r {
	display: inline;
	float: right;
	width: 280px;
	padding: 0px 4px 0px 0px;
	/* background-color: #CCFF66; */
}

/* スマートフォン用リンクバナー */
div.smartphone-link {
		display:block;
		margin-top:20px;
		padding:0px;
		width:990px;
		height:100px;
		background:url(../images_m/smartphone_title_back.jpg) no-repeat top left;
				-webkit-background-size:990px 100px;
				-webkit-background-origin:border;
}
div.smartphone-link .smartphone-link-left {
		float:left;
		margin-left:20px;
}
div.smartphone-link .smartphone-link-right {
		float:right;
}

#column-m .area_title {
	padding:0 0 5px 0;
	border-bottom:1px solid #A6A6A6;
}

#column-m h2 {
	padding:0 0 0 5px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3;
}

#column-m h2.left {
	float:left;
}

#column-m .area_title p {
	float:right;
	margin: 0 10px 0 0;
}
#column-m .area_title p.right {
	margin:0 5px 0 0;
}

/*** おすすめコンテンツ ***/
#column-m #osusume-area {
	margin:45px 0 0 0;
}

#column-m #osusume-area ul.osusume-contents  {
	margin:0 0 0 -8px;
	list-style: outside none none;
}

#column-m #osusume-area ul.osusume-contents li {
	list-style: outside none none;
	float:left;
	margin:15px 0 0 8px;
}

#column-m #osusume-area ul.osusume-contents li img {
	width: 159px;
	height: 106px;
}

img { -ms-interpolation-mode: bicubic; }

/*** ニュースリリース ***/
#news-area {
	margin: 60px 0 0 0;
}

/*** 人気製品 ***/
#popular-area {
	margin: 60px 0 0 0;
}

#column-m #popular-area ul.popular-contents  {
	margin:0 0 0 15px;
	list-style: outside none none;
}

#column-m #popular-area ul.popular-contents li {
	list-style: outside none none;
	float:left;
	margin:32px 15px 0 0;
	width:200px;
}

#column-m #popular-area ul.popular-contents li span {
	display:block;
	margin:7px 0 0 3px;
	font-size:0.8em;
	line-height:1.3;
}

/*** サイドメニュー ***/
#column-r div.mtb,
#column-r p.mtb {
	margin: 15px 0 5px;
}

#column-r h3 {
	background-color:#014da1;
	font-size:0.9em;
	line-height:1.3;
	color:#FFFFFF;
	padding:7px 0 5px 10px;
}

#column-r h3.blue {
	background-color:#014DA1;
}

#column-r ul {
	list-style: outside none none;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#column-r ul li {
	list-style: outside none none;
	height:60px;
 	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#column-r ul li.pickup {
	list-style: outside none none;
	height:100%;
 	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2% 1%;
}

#column-r ul li img {
	margin:0;
	width:60px;
	height:60px;
}

#column-r ul li.pickup img {
	margin: 0;
	width: 22%;
	height: 24%;
}

#column-r ul li img.old {
	margin:0;
	width:68px;
	height:60px;
}

#column-r ul li span img {
	margin:0;
	width:29px;
	height:11px;
	vertical-align: middle;
	color: #FFFFFF;
}

#column-r ul li#ico-ipad-iphone-ipod {

}

#column-r ul li#ico-ipad-iphone-ipod img{
	width:54px;
	padding:0 7px;
}


#column-r ul li img.subwidth {
	margin:0 6px 0 0;
	width:60px;
	height:60px;
}

#column-r ul li img.new {
	margin:0 0 0 5px;
	width:29px;
	height:11px;
	vertical-align:middle;
}

#column-r ul li a {
	height:60px;
	width:280px;
	display:block;
	color:#333333;
}

#column-r ul li.pickup a {
	height:60px;
	width:280px;
	display:inline;
	color:#174EAF;
	font-size: 0.85em;
}

#column-r ul li a:hover,
#column-r ul li a:active {
  color: #ff0000;
  text-decoration: underline;
}

#column-r ul li span {
	display:inline-block;
	margin:0 0 20px 0px;
	font-size:0.9em;
	line-height:1.3;
}

#column-r ul li span.brbr {
	display:inline-block;
	margin:0 0 0 0px;
}

#column-r ul li span.two {
	margin:0 0 13px 0px;
}


#column-r ul li span.small {
	margin:0;
	font-size:0.9em;
}

#column-r p.normal {
	font-size:0.85em;
}

#column-r p.left {
	float:left;
	font-size:0.85em;
}

#column-r p.right {
	float:right;
	font-size:0.7em;
}

#column-r p.right a {
	padding:0 0 0 10px;
	background: url(../images/head_new_1509/yajirushi_bl.jpg) no-repeat left center;
}

#column-r #taiou_area_typeB {
	margin:30px 0 0 0;
}

#column-r #product_area {
	margin:30px 0 0 0;
}

#column-r #product_area_typeB {
	margin:0px 0 0 0;
}

#column-r #support_area {
	margin:30px 0 0 0;
}

#column-r #support_area .support_inner {
	border:1px solid #CCCCCC;
	border-top:none;
	
}

#column-r #support_area .left_fig {
	float:left;
}

#column-r #support_area .right_txt {
	float:left;
}

#column-r #support_area ul {
	list-style: outside none none;
	width:210px;
	border:none;
}

#column-r #support_area ul li {
	list-style: outside none none;
	width:210px;
	border:none;
	height:auto;
	margin:14px 0;
	font-size:0.9em;
}

#column-r #support_area ul li a {
	padding:0 0 0 12px;
	background: url(../images/head_new_1509/sankaku_bl.gif) no-repeat left center;
	width:198px;
	height:auto;
}

#column-r #pickup_area {
	margin:30px 0 0 0;
}

.sns_area {
	background-color:#F1FCFF;
	margin:40px 10px 30px 10px;
	padding:15px;
	width:930px;
	height:210px;
	font-size:0;
}

.sns_area .sns_icon {
	display:inline-block;
	margin:0 0 0 11px;
	font-size:0;
}
.sns_area .sns_icon:first-child {
	margin:0;
}


.sns_area .sns_icon.sub {
	display:inline-block;
	margin:0 0 0 1px;
	font-size:0;
}

.sns_area .sns_icon2 {
	display:inline-block;
	margin:0 0 0 9px;
	font-size:0;
}

.sns_area .sns_icon img {
	border:1px solid #CCCCCC;
}

.sns_area .sns_icon.sub img {
	border:none;
}

/* 最新情報 エリア
---------------------------------------------- */
#latestinfo-area {
	margin: 0;
	padding: 0;
}

#latestinfo-area .latestinfo-contents {
	margin:23px 0 0 0;
	padding: 0px 10px 0px 10px;
}

#latestinfo-area  {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 9px 0px 2px 0px;
}

#latestinfo-area :first-child {
	background: none;
}

#latestinfo-area  .news-img,
#latestinfo-area  .info-img {
	position: absolute;
	top: 0;
	left: 0;
}

#latestinfo-area  dl {
	position: relative;
	height: auto !important;
}

/* 20131118追加 2行目用*/
#latestinfo-area 2 dl {
	background: url(../images/dot_line1.gif) repeat-x left top;
}

#latestinfo-area  dt {
	font-size: 0.8em;
	letter-spacing: 1px;
}

#latestinfo-area  dd {
	font-size: 0.85em;
	line-height: 1.4;
}

#latestinfo-area dd a {
	color:#333333;
}

#latestinfo-area dd a:hover,
#latestinfo-area dd a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* お知らせの場合 */
#latestinfo-area  dl+dl {
	margin:10px 0 0 0;
}

#latestinfo-area  dl {
	min-height: 40px;
	height: 40px;
}
#latestinfo-area dt {
	margin: 0px 0px 0px 96px;
}
#latestinfo-area dd {
	margin: 2px 0px 0px 96px;
}
#latestinfo-area  .no-border {
	border: none;
}
#latestinfo-area  p.memo {
	position: relative;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 15px 0px 0px 68px;
	font-size: 0.8em;
	line-height: 1.4em;
}



/* ニュースリリース エリア
---------------------------------------------- */
#news-area {

}

#news-area .news-contents {
	margin:15px 0 0 0;
	padding: 0px 0px 0px 5px;

}

#news-area  {
	margin: 65px 0 0 0;
	padding: 0;
}

#news-area .over {
	background-color: #FCFCFC;
}

#news-area  dl {
	position: relative;
	min-height: 58px;
	height: auto !important;
	height: 58px;
}

#news-area  dl+dl {
	margin:25px 0 0 0;
}

#news-area dt {
	margin: 0px 0px 0px 70px;
	font-size: 0.8em;
	line-height: 1.5;
	letter-spacing: 1px;
	color:#F4671F;
}

#news-area dd {
	margin: 2px 0px 0px 70px;
	font-size: 0.85em;
	line-height: 1.5;
}

#news-area dd a {
	color:#333333;
}

#news-area dd a:hover,
#news-area dd a:active {
  color: #ff0000;
  text-decoration: underline;
}

#news-area  .news-img {
/*	float: left;
	margin: -1em 0px 0px 0px;*/
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #CCCCCC;
	width:58px;
	height:58px;
}

/* お知らせ エリア
---------------------------------------------- */
#information-area {
	position: relative;
	margin: 0px 0px 5px 0px;
}

#information-area .information-contents {
	padding: 5px 20px 15px 20px;
	background: url(../images/waku_bg2_bottom.png) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#information-area .info-item {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 10px 8px 2px 0px;
	background: url(../images/dot_line1.gif) repeat-x left top;
}

#information-area .info-item:first-child {
	background: none;
}

#information-area .info-item dl {
	position: relative;
	min-height: 44px;
	height: auto !important;
	height: 44px;
	letter-spacing: 1px;
	line-height: 1.4;
}

#information-area .info-item dt {
	margin: 0px 0px 0px 68px;
	font-size: 0.8em;
	letter-spacing: 1px;
}

#information-area .info-item dd {
	margin: 2px 0px 0px 68px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#information-area .info-item .info-img {
/*	float: left;
	margin: -1em 0px 0px 0px;*/
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #CCCCCC;
}
#information-area .info-item .no-border {
	border: none;
}

#information-area .info-item p {
	position: relative;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 15px 0px 0px 68px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#information-area .btn {
	position: absolute;
	top: 16px;
	right: 20px;
}

#information-area .btn p {
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden; /* clearfix for modern browser */
	zoom: 1; /* clearfix for IE6 */
}

/* おすすめコンテンツ */


#slider_wrap {
  margin: 20px auto;
  width: 618px;  /* 変更 */
  height: 280px;
  padding: 20px;
  background: #EFEFEF;
  position: relative;
  border: 1px solid #CCC;
}
#slider_prev {
  position: absolute;
  top: 65px;
  left: -10px;  /* 変更 */
  cursor: pointer;
}
#slider_next {
  position: absolute;
  top: 65px;
  right: -10px;  /* 変更 */
  cursor: pointer;
}
#slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photo_list {
  /*width: 640px;  幅は指定しない*/
  height: 300px;
  padding: 20px 10px;  /* 変更 */
  list-style-type: none;
  float: left;
  width: 900px;
}
#photo_list li {
  float: left;
  margin: 0 10px;  /* 変更 */
  display: inline;
}
#photo_list li a {
  display: block;
  margin-bottom: 10px;
}
 
#photo_list img {
  border: none;
}
#stop {
  cursor: pointer;
  background: #666;
  color: #FFF;
  border: 1px solid #999;
  width: 50px;
  height: 2em;
  text-align: center;
  line-height: 2em;
  margin-left: 40px;
}



/* 動画製品説明 エリア
---------------------------------------------- */
#movie-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#movie-area .inner {
	padding: 6px 15px 13px 15px;
}

#movie-area .player {
	border-top: 8px solid #333333;
	border-bottom: 8px solid #333333;
}

#movie-area .date {
	margin: 7px 0px 0px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
}

#movie-area .text {
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
}

#movie-area .btn {
	margin: 7px 0px 0px 0px;
	text-align: right;
}


/* サポート エリア
---------------------------------------------- */
#support-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#support-area .inner {
	padding: 5px 15px 12px 15px;
}

#support-area li {
	margin: 0px 0px 3px 0px;
}


/* リンク集 エリア
---------------------------------------------- */
#link-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#link-area .inner {
	padding: 5px 15px 9px 15px;
}

#link-area li {
	margin: 0px 0px 7px 0px;
}


/* 注目キーワード エリア
---------------------------------------------- */
#tagcloud-area {
	margin: 0px 0px 10px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#tagcloud-area ul {
	padding: 10px 10px 20px 15px;
}

#tagcloud-area ul li {
	display: inline;
	padding: 0 3px 3px 0;
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 0.8em;
}

#tagcloud-area ul li.size1 {
	font-weight: bold;
	font-size: 1em;
}
#tagcloud-area ul li.size2 {
	font-weight: bold;
	font-size: 1.5em;
}


/* 左エリア バナー1 
---------------------------------------------- */
#column-l .banner01-area {
	margin: 0px 0px 5px 0px;
}


/* 左エリア バナー2
---------------------------------------------- */
#column-l .banner02-area {
	padding: 0px 5px 0px 5px;
}


/* 対応表 エリア
---------------------------------------------- */
#comp-area {
	margin: 5px 0px 15px 0px;
	background: url(../images/comp_bg_bottom.png) no-repeat left bottom;
}

#comp-area .inner {
	background: url(../images/comp_bg_top.png) no-repeat left top;
	padding: 7px 7px 4px 7px;
}

#comp-area .comp-contents {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#comp-area .comp-contents dl {
	padding: 10px 0px 5px 0px;
}

#comp-area .comp-contents img.separete {
	display: block;
	margin: 0 auto;
}

#comp-area .comp-contents dl:first-child {
	background: none;
}

#comp-area .comp-contents dl.last {
	padding: 10px 0px 10px 0px;
}

#comp-area .comp-contents dt {
	margin: 0px 0px 2px 0px;
}

#comp-area .comp-contents dd {
	padding: 0px 0px 0px 9px;
	background: url(../images/list_mark_maru.gif) no-repeat left center;
	font-size: 0.8em;
	line-height: 1.5;
	margin-left: 10px;
}

#comp-area .comp-contents dd.list {
	padding: 0px 6px 0px 9px;
	background: none;
	font-size: 0.8em;
	line-height: 1.4;
	margin: 7px 0 0 10px;
	text-align: right;
}

body.mac #comp-area .comp-contents dd.list {
	padding: 0px 6px 5px 9px;
	background: none;
	font-size: 0.8em;
	line-height: 1.4;
	margin: 7px 0 0 10px;
	text-align: right;
}

#comp-area .comp-contents dd img {
	margin: 0px 0px 0px 5px;
	vertical-align: -1px;
}

#comp-area .comp-contents dd a:link,
#comp-area .comp-contents dd a:visited {
	color: #666666;
}

#comp-area .comp-contents dd a:hover,
#comp-area .comp-contents dd a:active {
	color: #FF0000;
}

#comp-area .banner {
	margin: 3px 0px 0px -2px;
}

#comp-area .banner img {
	vertical-align: bottom;
}


/* 右エリア法人ボタン */

div#biz-link {
	 margin-bottom: 12px;
}

div#new-link {
	 margin-bottom: 25px;
}

/* 右エリア バナー1
---------------------------------------------- */
#column-r .fbbanner {
	margin: 4px 0 10px 0;
}

#column-r .fbbanner_bnb {
	margin: 4px 0 0px 0;
}

#column-r .fbbanner_bnt {
	margin: 0px 0 10px 0;
}

#column-r .banner01-area {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#column-r .banner01-area p {
	margin: 0px 0px 5px 0px;
}

/* ピックアップコンテンツ エリア
---------------------------------------------- */
#pickup-area {
	margin: 0px 0px 25px 0px;
}

#pickup-area li {
	margin: 5px 0px 0px 0px;
}

#pickup-area .more {
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: url(../images/dot_line2.gif) no-repeat left top;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: right;
}

#pickup-area .more a {
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow_right.gif) no-repeat left 2px;
}


/* ピックアップコンテンツ エリア
---------------------------------------------- */
#sns {
	background: url(../images/bg.png) no-repeat 0 0;
	padding: 7px 5px;
}

/* 右カラムABテスト用（20160108） */

#column-r ul.new_product_top {
	margin-bottom: 15px;
}

#column-r ul.new_product_top li a {
	display: block;
	background: url(/images/head_new_1509/banner_new.png) no-repeat 0 0;
	padding: 23px 0 10px 60px;
	height: 27px;
	width: 220px;
}


#column-r ul.new_product_top {
	border-left: none;
	border-top: none;
	margin-bottom: 15px;
}


#column-r ul.new_product_top li {
	border-bottom: none;
	border-right: none;
}

.taiou_title {
	background-color: #EDEDED;
	padding: 10px 8px 8px 8px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 0.95em;
}

#column-r ul.taiou_bd_none {
	border-top: none;
}

#column-r ul li.dot {
	border-bottom: 1px dotted #CCCCCC;
}

/* ページトップへ戻る
---------------------------------------------- */
.gotop {
	margin: 5px 10px 0px 0px;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: right;
}

.gotop a {
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow_top.gif) no-repeat left 2px;
}