@charset "utf-8";
/* CSS Document */

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




.slider img{
	display: none;
}






#top-contents{
	width:1024px;
	margin:17px auto;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


#top-contents-left{
	width:330px; margin-right:17px; float:left;
}

#top-contents-right{
	width:330px; float:left;
}



/*▼▼▼▼▼▼▼▼▼▼メインコンテンツ　関連▼▼▼▼▼▼▼▼▼▼*/




.blue,.blue-button {
	border-top:#3fa5dd 4px solid;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;	
	width:328px;
	margin-bottom:17px;
	display:block;
	text-decoration:none;	
}




.sentence {
	width:310px;
	margin:0 9px 9px 9px;
	font-size:14px;
	color:#000;
	text-decoration:none;


}




.icon{
	width:40px;
	padding:10px 0;
	vertical-align:middle;
	float:left;
	display:block;
	padding-left:10px;
}
.icon2{
	width:20px;
	padding:22px 0;
	vertical-align:middle;
	text-align:right;
	float:left;
	display:block;
	padding-right:10px;
}
.button-title{
	line-height:60px; 
	width:248px; 
	text-align:center; 
	float:left;
	font-size:16px;
	text-decoration:none;
}

.blue .button-title{
	/*color:#009420;*/
	color:#000;
}

.blue-button .button-title {
	/*color: #0084cc;*/
	color:#000;
}
.blue-button:hover {
	background-color: rgba( 142, 195, 212, 0.1 );
		/* この２行がCSS3 */
  transition-property: all;
  transition: 0.2s linear;		
  
}


.blue-button:hover .sentence img{
	opacity:0.6;
  transition: 0.5s linear;		
}


.blue-button_saiyou {
	border-top:#3fa5dd 4px solid;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	/*
	border-bottom:#CCC 1px solid;
	margin-bottom:17px;
	*/
	padding-bottom:9px;
	width:328px;
	display:block;
	text-decoration:none;	
	background-color: rgba( 0, 185, 239, 0.1);
}
.blue-button_saiyou .sentence{
	margin-bottom:0;
}

.blue-button_saiyou2 {
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	margin-bottom:17px;
	width:328px;
	display:block;
	text-decoration:none;	
	background-color: rgba( 0, 185, 239, 0.1);
}
.blue-button_saiyou2 p{
}

.blue-button_saiyou .button-title {
	/*color: #0084cc;*/
	color:#0f70b7;
	font-size:20px;
	font-weight:bold;
}
/*
.blue-button_saiyou:hover {
	background-color: rgba( 142, 195, 212, 0.1 );
  transition-property: all;
  transition: 0.2s linear;		
  
}
*/
.blue-button_saiyou:hover .sentence img{
	opacity:0.6;
  transition: 0.5s linear;		
}

.blue-button_saiyou2 p{
	background-color:rgba(255,255,255,0.9);
	margin:0 auto;
	margin-bottom:9px;
	padding:9px;
	box-sizing:border-box;
}

.blue-button_saiyou2 p a{
	display:block;
	background-color:#0f70b7;
	color:#fff;
	line-height:35px;
	text-align:center;
	width:80%;
	margin:auto;
	margin-top:9px;
	border-radius:20px;
	text-decoration:none;
}

.blue-button_saiyou2 p a:hover{
	opacity:0.7;
}


.blue-button_saiyou2 p span{
	/*
	margin-left:10px;
	*/
	display:block;
	color:#3fa5dd;
	font-weight:bold;
}


/* 2020/2/15_追加 */
.blue-button_saiyou3 {
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	margin-bottom:0px;
	width:328px;
	display:block;
	text-decoration:none;	
	background-color: rgba( 0, 185, 239, 0.1);
}
.blue-button_saiyou3 p{
	background-color:rgba(255,255,255,0.9);
	margin:0 auto;
	margin-bottom:9px;
	padding:9px;
	box-sizing:border-box;
}
.blue-button_saiyou3 p span{
	/*
	margin-left:10px;
	*/
	display:block;
	color:#3fa5dd;
	font-weight:bold;
}


/*▼▼▼▼▼▼▼▼▼▼メインコンテンツ　関連▼▼▼▼▼▼▼▼▼▼*/
/*▼▼▼▼▼新製品一覧　関連▼▼▼▼▼*/

.np{
	color:#0072bc;
	font-size:14px;
	margin:0;
	clear:left;
	text-decoration:none;
	display:block;
	border-bottom:#dfdfdf dotted 1px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.np:hover{
	color:#0072bc;
	font-size:14px;
	margin:0;
	clear:left;
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
}

.np:last-child{
	border-bottom:none;
	margin:0;
	padding:0;
	
}

.new{
	border:#e84ea9 solid 1px; 
	font-size:10px; 
	background:#e84ea9; 
	color:#FFF; 
	padding:0px 5px;
	margin:1px 0 3px 10px;
	display:inline-block;
	line-height:16px;
	height:16px;
	float:left;
	/*margin-top:20px;*/
}

.date{
	color:#000;
	display:inline-block;
	font-size:14px;
	line-height:20px;
	height:20px;
	float:left;
	/*margin-top:20px;*/
}




/*▼▼▼▼▼▼▼▼▼▼メインコンテンツ　関連▼▼▼▼▼▼▼▼▼▼*/
/*▼▼▼▼▼箇条書き　関連▼▼▼▼▼*/
.link-list a{
	line-height:16px;
	font-size:14px;
	display:block;
	padding-left:15px;
	position:relative;
	text-decoration: none;
	color:#000;
	border-bottom:#dfdfdf dotted 1px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.link-list a:before{
	content:url(../img/arrow_blue.png);
	display:block;
	position:absolute;
	top:0;
	left:0px;
}

.link-list a:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.link-list a:visited {
	text-decoration: none;
	color:#000;
}

.link-list a:hover{
	color:#0084cc;
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
		/* この２行がCSS3 */
  transition-property: all;
  transition: 0.2s linear;		

}


.ya-blue {
	width:13px;
	height:13px;
	float:left;
	padding:1px 2px 2px 0px;
	float:left;
	display:block;
}
.ya-next {
	line-height:16px;
	font-size:14px; 
	float:left;
	width:295px;

}
.blue-li a:active {
	text-decoration: none;
	color:#000;
}		
.blue-li a:link {
	text-decoration:none;
	color:#000;
}
.blue-li a:visited {
	text-decoration: none;
	color:#000;
}

.blue-li a:hover {
	color:#0084cc;
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
		/* この２行がCSS3 */
  transition-property: all;
  transition: 0.2s linear;		

}


/*▼▼▼▼▼▼▼▼▼▼メインコンテンツ　関連▼▼▼▼▼▼▼▼▼▼*/
/*▼▼▼▼▼実演サービスコーナー　関連▼▼▼▼▼*/
.jitsuen-img{
	text-align:center;
	display:block;
	float:left;
}

.demo-kind{
	font-size:12px;
	text-align:left;
/+	line-height:40px;*/
}
.moyori {
	color:#09C;
	font-size: 14px;
}

.moyori a:active {
	text-decoration: underline;
}
.moyori a:link {
	text-decoration: underline;
	color:#09C;
}

.moyori a:visited {
	text-decoration:underline;
	color: #09C;
}
.moyori a:hover {
	text-decoration: underline;
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
		/* この２行がCSS3 */
  transition-property: all;
  transition: 0.2s linear;		

}
/*▼▼▼▼▼▼▼▼▼▼マルゼングループ　関連▼▼▼▼▼▼▼▼▼▼

#maruzen-group{
	width:1024px; margin:auto; text-align:center;
}
#maruzen-group a:hover {
		opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  transition-property: all;
  transition: 0.2s linear;		
}


#m-group{
	width:1024px;
	margin:auto;
}

#m-group a{
	color:#000;
	text-decoration:none;
	display:block;
	border:#CCC solid 1px; 
	float:left; 
	width:24.25%; 
	box-sizing:border-box; 
	margin-right:1%;
	box-sizing:border-box;
	padding:7px 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	text-align:right;
background: rgb(249,249,249);
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(248,248,248,1) 18%, rgba(246,246,246,1) 35%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(248,248,248,1) 18%,rgba(246,246,246,1) 35%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(248,248,248,1) 18%,rgba(246,246,246,1) 35%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); 
}


#m-group a:hover{
background: rgb(245,245,245);
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(243,243,243,1) 50%, rgba(239,239,239,1) 51%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(243,243,243,1) 50%,rgba(239,239,239,1) 51%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(243,243,243,1) 50%,rgba(239,239,239,1) 51%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}


#m-group a img{
	max-width:100%;
	height:25px;
	width:auto;
	display:block;
	margin-bottom:5px;
}

#m-group a.mr-none{
	margin-right:0;
}*/


/*▼▼▼▼▼▼▼▼▼▼新着情報　関連▼▼▼▼▼▼▼▼▼▼*/
#new-info-blue-back{
	/*background-color: #f1f6f8;*/
	background:rgba(210,237,248,0.5);
	width:100%;
	padding:30px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#new-info-white-back{
	width: 964px;
	margin:auto;
	padding: 30px;
	background-color:#FFF;
	}
	
#new-info-white-back .title{
	margin-bottom:30px;
}
	
	
#new-info-white-back .title h2{	
	float:left; 
	display:block;
	margin:0; 
	line-height:32px;
	display:block;
	}
	
#frame-text{
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
	}


#new-info-white-back .list{
	height:184px; overflow:hidden;
}
	

.backnumber{
	background-color:#eca3a0; 
	color:#FFF; 
	font-size:12px; 
	height:12px; 
	line-height:12px; 
	padding:10px; 
	float:right; 
	display:block;
	text-decoration:none;
	}
.backnumber:hover{
	background-color:#E37C77; 
	color:#FFF; 
	font-size:12px; 
	height:12px; 
	line-height:12px; 
	padding:10px; 
	float:right; 
	display:block;
	text-decoration:none;
	}

