@charset "utf-8";
body {
	margin: 0;
	padding: 0;
    font-family: "a-otf-jun-pro",sans-serif;
}
a{
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
	color:#333333;
}
h1,h2,h3,h4,h5,h6{
	font-family: "heisei-kaku-gothic-std",sans-serif;
    font-weight: 500;
	}
/*-メインボディ 主に共通する部分の設定---------------------------*/
.main_body h2{
    margin: 0 0 20px 0;
	font-size: 130%;
	background: #EE7800;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	}
.main_body p{
	font-size: 100%;
	line-height: 180%;
	}
    /*-メインボディのレスポンシブ 主に共通する部分の設定---------------------------*/
.res_body {
    width: 100%;
	}

/*-container---------------------------*/
#container{
    width: 100%;
	max-width: 930px;
	margin: 0 auto;
	}
.products {
width:950px;
display:block;
margin:0 auto;
padding:0;
}
.products h1{
	font-size: 130%;
	background: #EE7800;
	padding: 10px 0 10px 15px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.products h2{
	font-size: 110%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
	}
.home {
	vertical-align: top;
	margin-bottom: 5%;
}
.home div{
width:30%;
	margin: 1.48%;
	display: inline-block;
	text-align:left;
}
.home img{
	border: #000000 solid 1px;
	height: auto;
	width: 70%;
	margin:2%;
}
.prosys div{
width:30%;
	margin: 1.48%;
	display: inline-block;
	text-align:left;
}
.prosys img{
	border: #000000 solid 1px;
	width:70%;
	height: auto;
	margin:2%;
}
.prosys p{
	display: block;
	margin: 0 auto;
}
.pdficon{
	font-size:100%;
	background: url(../sp/ctlg/pdf.gif) no-repeat;
	padding:12px 0 12px 60px;
	text-align:left;
	margin:0 auto;
	display:block;
}
.pdficon a:hover{
	color: #FF0031;
	text-decoration: none;
}
.pdficon_mini{
	font-size:100%;
	background: url(../sp/ctlg/pdf3.gif) no-repeat;
	padding:7px 0 12px 35px;
	text-align:left;
	margin:5px auto;
	display:block;
}
.diskicon_mini{
	font-size:100%;
	background:url(../sp/ctlg/hdd2.gif) no-repeat;
	padding:7px 0 12px 35px;
	text-align:left;
	margin:5px auto;
	display:block;
}


.linkhov{
	transition:  all 0.3s ease-out;
-moz-transition: all 0.3s ease-out; /* Firefox 4 */
-webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
-o-transition: all 0.3s ease-out; /* Opera */
	
}
.linkhov:hover{
	-webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -o-transform: translate(10px,0);
    transform: translate(10px,0);
/* box-shadow */
box-shadow:-6px 0px 6px 1px #d6d4d6;
-moz-box-shadow:-6px 0px 6px 1px #d6d4d6;
-webkit-box-shadow:-6px 0px 6px 1px #d6d4d6;
}
/* サポート&ダウンロードのページ*/
.spdl {
width:100%;
max-width: 930px;
display:block;
margin:0 auto;
padding:0;
	text-align: left;
}
.spdl section{
	margin-bottom: 80px;
}
.spdl h1{
	font-size: 130%;
	background: #EE7800;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.spdl h2{
    margin: 0 0 30px 0;
	font-size: 150%;
	padding:0 0 10px 0;
	text-align: left;
	}
.spdl h3{
    margin: 0 0 30px 0;
	font-size: 110%;
	padding:0 0 10px 0;
	text-align: left;
	/*color:;*/
	border-bottom:#EE7800 solid 2px;
	}
.spdl h4{
    font-size: 100%;
	text-align: left;
	margin:35px 0 15px 0;
	padding:0;
	}
.spdl div{
	width: 25.6%;
	text-align: center;
	font-size: 120%;
	display: inline-block;
	background: #EE7800;
	padding:15% 2%;
	margin:5% 0;
	color:#ffffff;
	background:#EE7800;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.spdl div:hover{
	width: 25.6%;
	text-align: center;
	font-size: 120%;
	display: inline-block;
	background: #EE7800;
	padding:15% 2%;
	margin:0;
	color:#ffffff;
	background:#949494;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}

.spdl ul{
	list-style:none;
	margin:0;
	padding:0 0 15px 0;
	text-align: left;
	border-bottom: #666666 dotted 1px;
}
.spdl ul li{
	list-style:none;
	margin:2px 25px 0 0;
	padding:5px 0 10px 35px;
	display: inline-block;
}
.sp_tel {
	width: 95.5%;
    max-width: 930px;
	text-align: left;
	font-size: 120%;
	display: inline-block;
	padding:2% 2%;
	margin:5% 0;
    border: solid 1px #EE7800;
	background:#EE7800;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.sp_tel  img{
	width:60%;
    margin:10px 0;
}
/* TOPページの新製品情報*/
.ctlg_dl{ 
    width:30%;
    max-width: 300px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.ctlg_dl img{ 
    width: 250px;
    margin: 0;
}
.ctlg_dl h4{ 
    margin: 10px;
    text-align: center; 
}
.ctlg_dl p{ 
    margin-top:0px;
}
p.dl_btn {
    width:85%;
    padding:10px 0;
    text-align: center;
    background: rgba(180,180,180,1.00);
    border-radius: 5px;
    margin:30px auto 30px auto;
}
.ctlg_dl a{
    text-decoration: none;
}
p.dl_btn img{
    width: 25px;
    margin-right: 10px;
    vertical-align:middle;
}
p.dl_btn:hover{
	background:#EE7800;
}
/* TOPページの新製品情報*/
#left{ 
    float:left;
	margin: 0;
	padding: 0;
}
.top_newitem {
	width: 650px;
}

/* TOPページのFacebookの囲み*/
#right{ 
    width: 250px; 
    float: right;
	margin: 0;
	padding: 0;
}
/* SHOP PR部分 */
.shop_pr img{
    width: 100%;
	-webkit-border-radius:12px;
	-moz-border-radius:12px; 
	border-radius:12px;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	margin-bottom: 12px;
	
	}
.shop_pr img:hover{
	-webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    transform: translate(0,-5px);
/* box-shadow */
box-shadow:0 6px 6px 1px #d6d4d6;
-moz-box-shadow:0 6px 6px 1px #d6d4d6;
-webkit-box-shadow:0 6px 6px 1px #d6d4d6;
}
.shop_pr p{
	margin-top:15px;
}
/* SHOP PR部分レフトナビ用 */
.shop_pr_left {
	margin-top:20px;
	}
.shop_pr_left img{
	width:200px;
    margin-bottom: 7px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px; 
	border-radius:6px;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	}
.shop_pr_left a img:hover{
	-webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    transform: translate(0,-5px);
/* box-shadow */
box-shadow:0 6px 6px 1px #d6d4d6;
-moz-box-shadow:0 6px 6px 1px #d6d4d6;
-webkit-box-shadow:0 6px 6px 1px #d6d4d6;
}
.shop_pr_left p{
	margin-top:10px;
	line-height: 150%;
	font-size: 12px !important;
}
/* TOPページの修理案内*/

.top_repair {
	max-width: 930px;
	margin: 50px auto 0 auto;
	text-align: left;
}
.top_repair p{
	padding: 10px;
}


#mainbox {
width:950px;
display:block;
font-size: 14px;
text-align: left;
margin:0;
padding:0;
}

#tenjikai {
width:908px;
font-size: 14px;
text-align: left;
margin:30px auto;
padding:10px;;
border:#90C 1px solid;
}

#tenjikai h4{
font-size: 17px;
text-align: left;
color:#909;
margin:0;
padding:0;
}

#tenjikai p{
font-size: 14px;
text-align: left;
margin:10px 0 0 0;
padding:0;
line-height:150%;
}
#tenjikai img{
margin:10px 10px 0 0;
padding:0;
float:left;
}
#tenjikai .clear{
	clear:both;
}

#category {
width:950px;
height:auto;
display:block;
font-size: 14px;
}

#lbox {
width:220px;
height:auto;
margin:10px 0 10px 0;
padding:0;
display:block;
font-size: 14px;
float:left;
border: 1px;
border-style: solid;
border-color: #ff0000
}

#rbox {
width:690px;
height:auto;
margin:10px 0 10px 0;
padding:0;
display:block;
font-size: 14px;
float:right;
border: 1px;
border-style: solid;
border-color: #ff0000
}
#rbox h2 {
width:670px;
display:block;
font-size: 16px;
text-align: left;
padding:3px 0 3px 10px;
border-left:6px;
border-bottom:1px;
border-top:0;
border-right:0;
border-style: solid;
border-color: #ff0000;
float:left;
}

#seihin {
width:328px;
height:170px;
margin:0 0 10px 10px;
display:block;
float:left;
}
#seihin li{
width:328px;
height:170px;
display:block;
font-size: 14px;
background: url(../products/home/home_p/wlbg.gif) no-repeat;
}
#seihin li:hover {
 position: relative;
 top: -5px;
}
#seihin h1 {
font-size:16px;
padding:6px 5px 5px 10px;
line-height: 130%;
}
#seihin img {
margin:0 0 0 5px;
padding:0;
float:left;
}
#seihin h5 {
width:170px;
height:120;
font-size:14px;
font-weight: normal;
margin: 0 25px 5px 125px;
padding:0;
line-height: 130%;
}

#manuallist {
width:930px;
font-weight: normal;
margin:0;
padding:0;
line-height: 130%;
text-align:left;
font-size:16px;
}
#manuallist li{
	display:block;
	margin:20px 0 20px 0;
	padding-left:3px;
	border-bottom:#333 solid 2px;
	font-weight:bold;
	clear:both;
	}
#manuallist p{
list-style:none;
margin:20px 0 0;
padding:0 0 20px 0;
}
#manuallist span{
	min-width:305px;
	list-style:none;
	margin:2px 0 0 5px;
	padding:10px 0 10px 35px;
	background:url(../sp/ctlg/pdf3.gif) no-repeat;
	background-position:inherit;
	display:inline-block;
}

#softlist {
width:930px;
font-weight: normal;
margin:0;
padding:0;
line-height: 130%;
text-align:left;
font-size:16px;
}
#softlist li{
	display:block;
	margin:20px 0 20px 0;
	padding-left:3px;
	border-bottom:#333 solid 2px;
	font-weight:bold;
	clear:both;
	}
#softlist p{
list-style:none;
margin:20px 0 0;
padding:0 0 20px 0;
}
#softlist span{
	width:100%;
	list-style:none;
	margin:2px 0 0 5px;
	padding:10px 0 10px 35px;
	background:url(../sp/ctlg/hdd2.gif) no-repeat;
	background-position:inherit;
	display:inline-block;
}
#owabi{
	width:928px;
	border:#FF0000 1px solid;
	margin:15px auto;
	color:#FF0000;
	padding:8px 0;
	background-color:#FAE1E7;
	
}
#owabi a{
	color:#FF0000;
	text-decoration:none;
}
#owabi a:hover{
	text-decoration:underline;
}
.oshirase{
	width:928px;
	margin: 0 auto;
	padding:0 0 1.5% 0;
	text-align: left;
	border-bottom: #000000 solid 1px;
    
}
.oshirase h4{
	border-bottom: #000000 solid 1px;
	margin-bottom: 1.5%;
}
.oshirase a:link{
	text-decoration: underline;
}
.oshirase a:hover{
	text-decoration: none;
}
.oshirase section{
	margin:0;
	padding-left: 1%;
	line-height: 190%;
    overflow-y: scroll;
    height: 120px;
}
.oshirase span{
	min-width: 115px;
	display: inline-block;
}
/* ~~ 会社概要~~ */
.corp_info {
	max-width:930px;
	margin:0 auto;
	padding:0;
}
.corp_info table{
	width:95%;
	font-size:14px;
	margin:0 0 15px 0;
	line-height:150%;
	margin: 70px auto 100px auto;
}
.corp_info table th{
	border-bottom:#CCCCCC solid 1px;
	padding:10px;
	margin: 0;
	vertical-align:top;
	text-align: left;
}	
.corp_info table td{
	border-bottom:#CCCCCC solid 1px;
	padding:10px;
	margin: 0;
	vertical-align:top;
}	
.corp_info table span{
	width: 40px;
	margin-left: 10px;
	text-align: right;
	display: inline-block;
}
/*-アフターサポートのご案内 ---------------------------*/
.repair_sv h1,h2,h3,h4,h5,h6{
      font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.repair_sv section{
    margin: 40px 0 40px 0;
	padding:0 0 10px 0;
	}
.repair_sv h3{
    margin: 0 0 30px 0;
	font-size: 110%;
	padding:0 0 10px 0;
	text-align: left;
	border-bottom:#EE7800 solid 2px;
	}
.repair_sv h4{
    font-size: 110%;
	text-align: left;
	margin:30px 0 0 0;
	padding:0;
	}
.repair_sv ol li{
	line-height: 250%;
	}
.after_pdf{
    display: block;
    width: 60%;
    text-align: center;
    margin: 60px auto;
	font-size: 1.2rem;
	background: rgba(60,60,60,1.00);
    text-align: center;
    padding: 15px 0;
    border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
    box-shadow:0px 4px 15px -2px #4a4a4a;
     text-decoration: none;
	}
.after_pdf:hover{
	background: rgba(80,80,80,1.00);
	}
.after_pdf div{
    color: rgba(255,255,255,1.00);
    font-family: "heisei-kaku-gothic-std",sans-serif;
    font-weight: 500;
	}
/*-home_p.html 製品一覧 ---------------------------*/
.p_list {
	vertical-align: top;
	margin-bottom: 5%;
	text-align: left;
}
.p_list div{
width:20%;
	margin: 2%;
	display: inline-block;
	text-align:left;
	position: relative;
}
.p_list div.three{
width:30%;
	margin: 1%;
	display: inline-block;
	text-align:left;
	position: relative;
}
.p_list div.two{
width:46%;
	margin: 1.5%;
	display: inline-block;
	text-align:left;
	position: relative;
}
.p_list div:hover{
color: #EE7800;
}
.p_list img{
	height: auto;
	width: 70%;
	margin:2%;
}
.p_list h1{
	font-size: 130%;
	background: #EE7800;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.p_list h2{
	font-size: 110%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
	}
.p_list h3{
	font-size: 110%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
	}
.p_list h5{
	font-size: 100%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
    font-weight: 700;
	}
.p_list h5 span{
	font-weight: 500;
    font-size: 88%;
	}
.p_list h5 small{
	border: rgba(0,0,0,1.00) solid 1px;
	font-size: 0.7rem;
	margin:0 0 1px 6px;
	padding:0 3px;
	vertical-align: middle;
	display: inline-block;
	}
.sales_fin{
	margin-left: 10px;
	color: #EE0003;
	}
/* ラベル部分 左上に表示 */
.triangle {
	font-size:12px;
	line-height: 200%;
    z-index: 1000000;
}
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    content: "NEW";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
}
/*-home_p.html 製品一覧 生産完了 ---------------------------*/
.discon_list {
	vertical-align: top;
	margin-bottom: 5%;
	text-align: left;
}
.discon_list div{
width:20%;
	margin: 2%;
	display: inline-block;
	text-align:left;
	color: #999999;
}
.discon_list div:hover{
	color: #666666;
}
.discon_list img{
	height: auto;
	width: 70%;
	margin:2% 15%;
}
.discon_list h1{
	font-size: 130%;
	background: #cccccc;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#000000;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.discon_list h2{
	font-size: 110%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
	}
.discon_list h3{
	font-size: 110%;
	border-bottom: #000000 solid 1px;
	padding:1%;
	text-align: left;
	}
.discon_list h5{
	font-size: 85%;
	border-bottom: #cccccc solid 1px;
	padding:1%;
	text-align: left;
	}
.discon_list h5 span{
	font-weight: normal;
	}
div.option_info{
	
	}
div.option_info img{
	width: 100%;
	margin-bottom: 15px
	}
div.option_info h5{
	font-size:16px;
	margin: 0 0 5px 0;
	padding: 0;
	}
div.option_info h6{
	font-size:20px;
	margin: 0 0 15px 0;
	padding: 0;
	}
div.option_info p{
	border: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}
div.option_info p span{
	display: inline-block;
	min-width: 50px;
	}
div.option_info ul{
	font-weight:bold;
	font-size: 18px;
	margin: 15px 0;
	}
div.option_info ul li{
	font-weight: normal;
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	display: inline-block;
	width: 48%;
	}
div.option_info ul li span{
	display: inline-block;
	min-width: 200px;
	}
/* IP表示のページ*/
.ipspec {
width:100%;
max-width: 930px;
display:block;
margin:0 auto;
padding:0;
	text-align: left;
}
.ipspec section{
	margin-bottom: 80px;
}
.ipspec h1{
	font-size: 130%;
	background: #EE7800;
	padding: 2%;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.ipspec h2{
    margin: 0 0 30px 0;
	font-size: 150%;
	padding:0 0 10px 0;
	text-align: left;
	font-size: 1.3rem;
	margin: 0;
	}
.ipspec h3{
    margin: 0 0 30px 0;
	font-size: 110%;
	padding:0 0 10px 0;
	text-align: left;
	border-bottom:#EE7800 solid 2px;
	}
.ipspec h4{
    font-size: 100%;
	text-align: left;
	margin:0;
	padding:10px;
	color: #FFFFFF;
	}
.ipspec img{
	width: 90%;
	max-width: 522px;
	margin: 100px auto;
	text-align: center;
	display: block;
	
	}
.ipspec div{
	width: 48%;
	padding:0;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	}
.ipspec ol li{
	line-height:220%;
	}
.ipspec p{
	font-size: 100%;
	line-height: 180%;
	padding: 15px 0;
	margin-top: 0;
	}

@media (max-width: 640px)
{
    /*-メインボディのレスポンシブ 主に共通する部分の設定---------------------------*/
.res_body {
    width: 95%;
	}
.ipspec h2{
	font-size: 1.1rem;
	}
.ipspec div{
	width: 100%;
	display:block;
	margin-bottom: 15px;
	font-size: 0.85rem;
	}
	.ipspec ol{
		padding:0 0 0 9%; 
	}
}