@charset "UTF-8";
/* CSS Document */ 


/****************************************

          General Setting

*****************************************/

html, body {
	margin:0;
	padding:0;
}

body {
    color: #333;
	font-size: 11pt;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
}


h1,h2,h3,h4,ul,p,dl{
	margin:0;
	padding:0;
}

ul{
	list-style: none;
}

img{
  max-width: 100%;
}




/****************************************

          common

*****************************************/


/* リンク関連 */

a{
	color:#29438E;
	text-decoration:none;
}

a:hover {
	color:#29438E;
	text-decoration:underline;
}

a img{
	border:none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a.link{
	background: url(../images/common/link_bl.png) no-repeat left center;	
	padding-left: 15px;
	
}

a.link_btn{
	border:1px solid #aaa;
	padding:3px 6px;
	background:url(../images/common/link_bl.png)  no-repeat 7px center #fff;
	color:#333;
	padding-left:23px;
}

a.link_btn:hover{
	background:url(../images/common/link_wh.png)  no-repeat 7px center #FF8A01;
	text-decoration:none;
	color:#fff;
}

span.disable{
	border:1px solid #ccc !important;
	padding:3px 6px !important;
	background:#ccc !important;
	color:#fff !important;
  float: none !important;
  display: inline !important;
}


a.link_btn_blue{
	background:url(../images/common/link_arw_white.png)  no-repeat right 7px center #181E67;
	border: 1px solid #181E67;
	color: #fff;
	padding: 10px 40px 10px 20px;
}

a.link_btn_white{
	background:url(../images/common/link_arw_blue.png)  no-repeat right 7px center #fff;
	border: 1px solid #181E67;
	padding: 10px 40px 10px 20px;
}

a.link_btn_gray{
	background:url(../images/common/link_arw_gray.png)  no-repeat right 7px center #fff;
	border: 1px solid #aaa;
	padding: 10px 40px 10px 20px;
}


a.link_btn_blue:hover,
a.link_btn_white:hover,
a.link_btn_gray:hover{
	background: url(../images/common/link_arw_on.png)  no-repeat right 7px center #FF8A01;
	text-decoration: none;
	border: 1px solid #FF8A01;
	color: #fff;
}

.NewWin{
	background: url(../images/common/new_window_white.png) no-repeat right;
	padding-right: 17px;
}

.NewWin_blue{
	background: url(../images/common/new_window.png) no-repeat right;
	padding-right: 17px;
}

.face_shield_link{
 border: 5px solid #181E67;
 text-align: center;
 margin: 0 0 40px 0;
 padding: 30px;
 font-size: 16pt;
 position: relative; 
 font-weight: bold;
 color: #181E67;
}

.face_shield_link p.face_shield_title{
 font-size: 20pt;
 margin: 0 0 20px 0;
}

.face_shield_link .col_area{
 width: 700px;
 margin: 30px auto;
}

.face_shield_link span{
 display: block;
 width: 200px;
 padding: 10px;
 background: url("../images/common/link_arw_white.png") no-repeat right 10px center #181E67;
 color: #fff;
 margin: 10px auto 0 auto;
 font-size: 12pt;
}

.face_shield_link a{
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

.face_shield_link:hover span{
 background: url("../images/common/link_arw_white_on.png") no-repeat right 10px center #0086c1;
 color: #fff;
 text-decoration: none;
}


/* テキスト関連 */

.font18{
	font-size: 18pt;
	line-height:1.5em;
}

.font14{
	font-size: 14pt;
	line-height:1.5em;
}

.red{
	color: #E00000;
}

.bold{
	font-weight: bold;
}

.txtCenter{
	text-align: center !important;
}

.txtLeft{
	text-align: left !important;
}

.txtRight{
	text-align: right !important;
}

sup{
	font-weight: normal;
	font-size: 0.6em;
}

/* 背景色 */

.bgGray{
	background: #eee;
}


/* レイアウト関連 */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.fl_left{
	float:left;
}

.fl_right{
	float:right;
}

.marginT80{
	margin-top: 80px !important;
}

.marginT60{
	margin-top: 60px !important;
}

.marginT40{
	margin-top: 40px !important;
}

.marginT30{
	margin-top: 30px !important;
}

.marginT20{
	margin-top: 20px !important;
}

.marginT10{
	margin-top: 10px !important;
}

.marginT5{
	margin-top: 5px !important;
}

.marginB40{
	margin-bottom: 40px !important;
}

.marginB30{
	margin-bottom: 20px !important;
}

.marginB20{
	margin-bottom: 20px !important;
}

.marginB10{
	margin-bottom: 10px !important;
}

.paddingLR20{
	padding: 0 20px;
}

.indent-2{
padding-left:2em;
text-indent:-2em;
}

.indent-2 span {
    display: inline-block;
    width: 2em;
    text-indent: 0;
}

/* パーツ */

hr{
	border: 0;
	height: 3px;
    background: #aaa;
	clear:both;
}

ul.disc{
	list-style:disc;
	margin-left:1.5em;
}

ul.caution li{
	list-style:none;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

ul.caution li:before {
	content:"※ ";
}

.BorderBox{
	border:1px solid #aaa;
}


/****************************************

      見出し

*****************************************/
.blue_text_L{
	color: #323264;
	font-size: 20px;
	margin:0 0 20px 0;
	line-height:30px;	
}

.title_rectangle{
	border-left: 7px solid #181E67;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 10px;
}


.title_GrayBG{
	background: #eee;
	padding: 5px 10px;
}

.title_BlueBG{
	background: #181E67;
	color: #fff;
	padding: 10px 15px;
	font-weight: normal;
	border-left: 10px solid #7E81B4;
	font-size: 16pt;
	letter-spacing: 1px;
}

.title_RedBG{
	background: #D00000;
	color: #fff;
	padding: 10px 15px;
	font-weight: normal;
	border-left: 10px solid #7E81B4;
	font-size: 16pt;
	letter-spacing: 1px;
}

/****************************************

          Layout
		  
*****************************************/

#wrapper{
	width:100%;
	overflow:hidden;
}

@media print {
#wrapper{width:1000px;}
}


header{
	width:950px;
	margin:0 auto;
	height:85px;
}

.contents{
	width:950px;
	margin:0 auto;
	clear:both;
}

.inner{
	width: 850px;
	margin:0 auto;
}

.col_area_frex{
	display: table;
	width: calc(100% + 60px);
	margin-left: -30px;
	border-spacing: 30px 0;
}


.col_area{
	display: table;
	width: calc(100% + 60px);
	margin-left: -30px;
	table-layout: fixed;
	table-layout: fixed;
	border-spacing: 30px 0;
}

.col_item{
	display: table-cell;
	vertical-align: top;
}

footer{
	width:100%
}





/****************************************

          header
		  
*****************************************/

header h1{
	margin:25px 0 0 0;
	padding:0;
	float:left;
}

header .header_right{
	float:right;
}

header .header_right ul{
	font-size: 10pt;
	margin:0;	
	background: #e9e9f6;
	border: 1px solid #181E67;
	border-top: none;
	padding:7px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	color:#181E67;
}

header .header_right ul li{
	float:left;
	margin-left:15px;
}

header .header_right ul li .link_btn{
	border: 1px solid #ccc;
}


header a.shop{
	background: url(../images/common/cart.png) no-repeat left;
	padding-left: 30px;
	height: 20px;
	display: block;
	width: 120px;
	float: right;
	margin-top: 15px;
}

header a.amazon{
	display: block;
	float: right;
	margin: 5px 10px 0 0;
}

header a.amazon img{
 width: 190px;
}


/****************************************

          Navi
		  
*****************************************/

.GlobalNavi{
	background: #181E67;
	color: #fff;
	letter-spacing: 1px;
	line-height: 60px;
	height: 60px;
	clear: both;
	position: relative;
}

.GlobalNavi_contents{
	width: 950px;
	margin: 0 auto;
}

.GlobalNavi h1{
	float: left;
	font-size: 18pt;
	font-weight: normal;	
}

.GlobalNavi h1 a{
	color: #fff;
}

.GlobalNavi h1 a:hover{
	text-decoration: none;
	color: #D1D3DF;
}

.menu {
	float: right;
}
.menu > li {
 float: left;
 height: 60px;
 line-height: 60px;
}

.menu > li a {
 display: block;
 color: #fff;
	text-decoration: none;
	padding: 0 15px;
}

.menu_second-level {
 visibility: hidden;
 opacity: 0;
 z-index: 99999;
}
.menu > li:hover {
 background: rgba(255,255,255,0.2);
	text-decoration: none;
}

.menu > li.menu_mega:hover {
 background: url("../images/common/GlobalNavi_on.png") no-repeat bottom center rgba(252,252,255,0.2);
}

/* プルダウン後 */

li.menu_mega .menu_second-level{
	line-height: 2em;
}

li.menu_mega .menu_second-level {
 position: absolute;
 top: 60px;
 left: 0;
 box-sizing: border-box;
 width: 100%;
 padding: 40px 0 60px 0;
 background: #e9e9f6;
 text-align: left;
 box-shadow: 0px 10px 16px -6px rgba(0, 0, 0, 0.6);
}
li.menu_mega:hover .menu_second-level {
 visibility: visible;
 opacity: 1;
}
li.menu_mega .menu_second-level h2{
	color: #171B69;
	font-size: 14pt;
	border-bottom: 3px solid #171B69;	
	padding: 10px;
}


li.menu_mega .menu_second-level ul li a{
	display: block;
 color: #171B69;
	padding: 10px;
	border-bottom: 1px solid #B9BCCC;
}

li.menu_mega .menu_second-level ul li a:hover {
  border-bottom: 1px solid #171B69;	
	background: rgba(255,255,255,0.5);
}

	
/****************************************

         footer
		  
*****************************************/	

footer{
	background: #181E67;
	color:#fff;
	padding:30px 0 30px 0;
}

footer .footer_link{
	width:950px;
	margin:0 auto;
}

footer .footer_link ul li {
	font-size:12px;
    float: left ;
    margin-right: 20px;
}

footer .footer_link p.foot_tit{
	font-size:14pt;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

footer hr{
	margin: 20px 0;
	height: 1px;
}

footer .nogun img{
	float: left;
}

footer .nogun p{
	float: right;
	font-size:12px;	
	width: 860px;
	margin-top: 5px;
}

footer ul.ThisSite{
	font-size:12px;
}

footer ul.ThisSite li{
	display: inline-block;
	margin: 0 10px 0 0;
}


footer .copy{
	
	font-size:10px;
	padding-bottom:20px;	
}

footer a{
	text-decoration:none;
	color:#fff;
}

footer a:hover {
	color:#FF8A01;
	text-decoration:none;
}

/****************************************

         TOPへ
		  
*****************************************/	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
}


/****************************************

         トップページ スライド画像
		  
*****************************************/

#image-bloc {
	margin-top:10px;
	height: 420px;
}
 
.bx-viewport {
  overflow: visible!important;
  width: 960px!important;
  
}
 
.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.slider li {
  width: 950px!important;
  margin: 0;
  padding: 0;

}

.slider li img{
	border: 1px solid #ccc;
}

.slider li a:hover img{
	opacity: 01;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/****************************************

         サプライ品 スライド画像
		  
*****************************************/

 
.slider_supply_area .bx-viewport {
  overflow: hidden!important;
  width: 285px!important;
  
}
 
.slider_supply {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.slider_supply li {
  width: 285px!important;
  margin: 0;
  padding: 0;

}



/****************************************

         トップページ Products
		  
*****************************************/



#TopPage .products{
	padding: 40px 0;
}

#TopPage #others{
	background: #eee;
}

#TopPage .products h2{
	background: #181E67;
	color: #fff;
	padding: 10px 15px;
	font-weight: normal;
	border-left: 10px solid #7E81B4;
	font-size: 16pt;
	letter-spacing: 1px;
}
#TopPage .products ul{
	display: table;
	width: calc(100% + 60px);
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 30px 0;
	margin-left: -30px;
}

#TopPage .products ul li{
	display: table-cell;
	background: #fff;	
	padding: 20px;
	border: 1px solid #aaa;
	text-align: center;
}

#TopPage .products ul li.noLine{
	border: none;
	background: none;
}

#TopPage .products ul li img{
	width: 200px;
}

#TopPage .products .maker{
	color: #fff;
	padding: 5px;
	letter-spacing: 1px;
}

#TopPage .products .hp{
	background: rgba(0,150,214,1.00);
}

#TopPage .products .ThreeDS{
	background: #000;
}

#TopPage .products .MUTOH{
	background: #181E67;
}

#TopPage .products h3{
	font-size: 11pt;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}

#TopPage .products dl{
	border-bottom: 1px dotted#aaa;
	
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#TopPage .products dl dd{
	width: 190px;
}

#TopPage .products dl dt,
#TopPage .products dl dd{
	display: table-cell;
	text-align: left;
	padding: 0 5px;
}

#TopPage .products a.detail{
	background: url(../images/common/link_arw_gray.png) no-repeat right 10px center;
	background-color: #eee;
	display: block;
	margin-top: 10px;
	padding: 5px 0;
	color: #333;
}

#TopPage .products a.detail:hover{
	background-color: #ddd;
	text-decoration: none;
}

#TopPage .products .btn{
	display: table;
	width: calc(100% + 20px);
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 10px -10px 0 -10px;
}

#TopPage .products .btn p{
	display: table-cell;
}
#TopPage .products .btn p a{
	background-color: #D4E6ED;
	display: block;
	padding: 5px 0;
	color: #333;
}
#TopPage .products .btn p a:hover{
	background-color: #AEDCEF;
	text-decoration: none;
}

#TopPage .products .magix_utility .login{
	float: right;
	display: table;
	background: #eee;
	border-collapse: separate;
	border-spacing: 10px 7px;
}

#TopPage .products .magix_utility .login p{
	display: table-cell;
	
}

#TopPage .products .magix_utility .login p a{
	display: block;
	width: 90px;
	background: #181E67;
	color: #fff;
	text-align: center;
}

#TopPage .products .magix_utility .login p a:hover{
	background: #FF8A01;
	text-decoration: none;
}


#TopPage .products .software_download a{
	float: left;
	width: 220px;
	display:block;
	background:url(../images/common/download.png) no-repeat left 20px center #F38402;	
	background-size: 14px;
	padding: 7px 0 7px 25px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 5px 5px 5px 5px;	
	margin: 0 auto;
}

#TopPage .products .software_download a:hover{
	background:url(../images/common/download.png) no-repeat left 20px center #F89A2C;
	background-size: 14px;
	text-decoration: none;
}
}

/****************************************

         トップページ PICKUP
		  
*****************************************/	

#TopPage #pickup ul li img{
	width: auto !important;
}

#TopPage #pickup h2{
	background: #F38402; !important;
	border-left: 10px solid #FFC179 !important;
}

/****************************************

トップページ カスタマーセンター、カタログダウンロード
		  
*****************************************/

#TopPage #support{
	background: #171B69;
	padding: 50px 0;

}

#TopPage #support .col_item{
	background: #fff;
	padding: 36px;
	text-align: center;
}

#TopPage #support .col_item h2{
	color: #171B69;
border-bottom: 3px solid #171B69;
	padding-bottom: 15px;
	font-size: 15pt;
	margin-bottom: 30px;
}

#TopPage #support .col_item h3{
	border-left: 7px solid #16176B;
	padding-left: 10px;
}

#TopPage #support .col_item .freedial span{
	font-size: 24pt;
	margin-top: 14px;
	display: block;
	font-weight: bold;
}

#TopPage #support .col_item .freedial span::before{
	content: url("../images/common/freedial.jpg");
	margin-right: 10px;
}

#TopPage #support .col_item.catalog ul li{
	display: inline-block;
	margin: 0 20px;
	width: 144px;
}

#TopPage #support  .col_item.catalog img{
	height: 110px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

/****************************************

        NEWS
		  
*****************************************/	
.news{
	padding: 40px 0;
	background: #eee;
}

.news h3{
	color: #fff;
	padding:  0 5px 10px 5px;
	font-size: 15pt;
	color: #181E67;
	border-bottom: 5px solid #181E67;
}


.news ul li{
	padding: 20px 15px;
	border: 1px solid #D5D5D5;
	border-top: none;
	clear:both;
	background: #fff;
}

.news ul li dt{
	float:left;
	margin-left: 5px;
}

.news ul dd{
	margin-left:150px;
	}

a.allnews{
	float: right;
	font-weight: normal;
	color:#333;
	background: url(../images/common/link_bl.png) no-repeat right center;
	padding-right: 15px;
}


/****************************************

         フォーム
		  
*****************************************/	

table.form{
	border-top:1px solid #aaa;
	width:100%;
	
}	

table.form th{
	border-bottom:1px solid #aaa;
	padding:15px;
	background:#eee;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	background:#F7F7F7;
	vertical-align: top;
	width: 200px;
}

table.form td{
	border-bottom:1px solid #aaa;
	padding:15px;
	text-align:left;
	vertical-align: top;
}

table.form span.require{
	background:#E40003;
	color:#fff;
	padding:0px 3px;
	font-size:11px;
	float:right;
}

table.form ul.radio li{
	float:left;
	list-style:none;
	margin-right:10px;
}

table.form p.ver_tit{
	border-top:2px solid #eee;
	padding:5px;
	margin:10px 0 0 0;
	font-weight:bold;
}
table.form .small{
	color: #999;
	font-size: 11px;
}

#contact .btn_area{
	background:#eee; 
	padding:20px; 
	text-align: center;
}
#contact input.w100,
#contact textarea.w100{
	width: 100%;
}

#contact input.w30{
	width: 30%;
}

	