@charset "utf-8";
/* CSS Document */

body{

}


/* ---------------------------------
	#block1
---------------------------------- */

#block1{
	background-color: #f2f2f2;
}

#block1 .column {
	width: 100%;
	max-width:1280px;
	margin:0 auto;
}
#mainVisual{
  width: auto;
	background:#cccccc;
  vertical-align: top;
}
#mainVisual #mvInner{
	overflow:hidden;
}
@media screen and (min-width: 768px) and ( max-width: 1200px)  {
  
  #mainVisual #mvInner{
  } 
  #mainVisual #mvInner .proggSlider {

  }
  #mainVisual #mvInner .proggSlider .item img{
    min-width: auto;
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  
}

#sideNavi{
	padding: 8px 20px;
	width: 200px;
}

#sideNavi li{
	margin-bottom: 7px;
}

#sideNavi li.last{
	margin-bottom: 0;
}



/* --- スライダー --- */


/* ---------------------------------
	#block2
---------------------------------- */

#block2{
	width: 100%;
	text-align: center;
	background-color: #e6e6e6;
	padding: 40px 0 30px;
}

.frame_item{
	width:990px;
	position: relative;
	margin:0 auto;
}

/*= 製品5列 =*/

.frame_item{
	width:990px;
	position: relative;
	margin:0 auto;
}


/*= 製品6列 =*/

@media only screen and (min-width: 1288px){
 	.frame_item{
		width:1188px;
	}  
	
	#newsBox{
		width: 940px !important;
	} 
}

/*= 製品7列 =*/
@media only screen and (min-width: 1486px){
 	.frame_item{
		width:1386px;
	} 
	#newsBox{
		width: 1139px !important;
	} 
}

/*= 製品8列 =*/
@media only screen and (min-width: 1684px){
 	.frame_item{
		width:1584px;
	}  
	#newsBox{
		width: 1336px !important;
	} 
}
/*= 製品9列 =*/
@media only screen and (min-width: 1882px){
 	.frame_item{
		width:1782px;
	}  
	#newsBox{
		width: 1534px !important;
	} 
}

#squareNavi ul {
	margin: 0 auto;
}
#squareNavi li{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#squareNavi .text{
	position: absolute;
	display:table;
	bottom: 0;
	left:0;
	right:0;
	margin:0 auto;
	width: 96%;
	font-size: 14px;
	text-align:center;
	color:#06379e;
	font-weight: bold;
	z-index: 1;
}

#squareNavi .text p{
	display:table-cell;
	vertical-align:middle;
	height:4em;	
}
#squareNavi .text p.list{
	display:table-cell;
	vertical-align:top;
	height:9em;	
}
#squareNavi .text span{
	display:inline-block;
	padding:0.45em 0.6em;
}
#squareNavi .text span.white{
	background:#FFF;
}
#squareNavi .text .on{
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
	opacity: 0;
}

#squareNavi li:hover{
	background-color: #00379e;
}

#squareNavi li:hover .text{
	color:#FFF;
}
#squareNavi li:hover .text span.white{
	color:#06379e;
}
#squareNavi li:hover .text .on{
	opacity: 1;
}

.scale {
    width: 188px;
    height: 220px;
    overflow: hidden;
	display: block;
}

.scale .photo,
.scale .on{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;

}
#squareNavi .item:hover .photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* clearfix */
#squareNavi ul { *zoom: 1;}
#squareNavi ul:after { content: ''; display: table; clear: both;}



/* ---------------------------------
	#block3
---------------------------------- */

#block3{
	box-sizing:border-box;
	width: 100%;
	text-align: center;
	background-color: #f2f2f2;
	padding: 40px 5px 30px;
}

#block3 .box{
	background-color: #FFFFFF;
	position: relative;
}

.cont{
	padding: 30px;
	background-color: #FFFFFF;
}

.cont .list{
	font-size: 14px;
}

.cont .link a:link,
.cont .link a:visited{
	color: #0335a4;
}

.cont .link a:hover,
.cont .link a:active{
	text-decoration: none;
}

.cont .list a{
	text-decoration: underline;
	letter-spacing: 1px;
}

@media screen and (max-width: 1012px){
#block3 .frame_item {
		width: 100%;
}
}

/* --- ニュース --- */

#newsBox{
	width: 743px;
	text-align: left;
	float: left;
}

#newsBox .ttl{
	border-bottom: #0335a4 solid 3px;
	margin-bottom: 15px;
}

#newsBox  .ttl p{
	color: #0335a4;
	font-weight: bold;
}

#newsBox  .topic{
	float: left;
}

#newsBox .link{
	float: right;
	padding-right: 10px;
	padding-left: 16px;
	background-image: url("/img/arrow_blue.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}




#newsBox h2{
	background-color: #0032a1;
	padding: 25px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
}


#newsBox .btn{
	position: absolute;
	right: 15px;
	top: 16px;
	background-color: #FFFFFF;
}

#newsBox .btn a{
	display: block;
	line-height: 1px;
}
#newsBox .news:afert{
	content:"";
	clear:both;
	display:table;	
}
#newsBox .news{
	display: table;
	width: 100%;
	margin-bottom:20px;
}
#prerelease .news,
#infomation .news{
	margin-bottom:5px;	
}

#newsBox .news .date{
	display: table-cell;
	width: 90px;
	line-height: 2;
}

#newsBox .news .txt{
	display: table-cell;
	width: 100%;
	padding-left: 15px;
}

@media screen and (max-width: 1012px){
#newsBox {
    width: 738px;
}
}

/* --- 製品に関する重要なお知らせ --- */

#attentionBox{
	width: 237px;
	float: right;
	text-align: left;
}

#attentionBox h2{
	background-color: #cccccc;
	padding:25px 15px 25px 43px;
	font-size: 13px; 
	font-weight: bold;
	color: #000000;
	background-image: url("/img/attentionBox_icon.png");
	background-repeat: no-repeat;
	background-position: 17px center; 
}
#attentionBox h2 a{
	line-height:20px;
}

#attentionBox .cont .list .post{
	margin-bottom:20px;
}
#attentionBox .cont .list .post:afert{
	content:"";
	clear:both;
	display:table;	
}

#attentionBox .cont .list a{
	line-height: 1.5;
}

#attentionBox .cont .list span{
	font-size: 8px;
}

#attentionBox .btn-area{
	background-color: #e6e6e6;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 1012px){
#attentionBox {
	width: 232px;
}
}


/* ---------------------------------
	.topicArea
---------------------------------- */
#information{
	padding: 25px 0;	
	border-top: 1px solid #f2f2f2;	
}

#information .information_item:nth-child(2){
	border-top: 10px solid #f2f2f2;
	padding-top: 25px;	
	margin-top: 25px;	
}


.importantnews{
    display: table;
    padding: 0 5px;
    width: 980px;
	margin: 0 auto;
}

.importantnews h2{
    float: left;
	font-size: 14px;
}

.importantnews h2 span{
	padding: 10px 15px 10px 25px;
	background: url("/img/attentionBox_icon.png") no-repeat left center;
}

.importantnews .rcont{
    float: left;
    padding-left: 15px;
    width: 730px;
}

.importantnews .rcont a{
	text-decoration: underline;
	display: block;
	line-height: 1.6;
}

.topicArea{
	line-height: 1.5em;
	padding: 0 5px 0;
	text-align: center;
}


/* ---------------------------------
	.sp_device
---------------------------------- */

/* --- #block1 --- */

.sp_device .frame,
.sp_device .frame_item,
.sp_device #block1.frame{
	width: 100%;
}

.sp_device #sideNavi{
	display: none;
}

/* --- #block2 --- */

.sp_device #block2{
	box-sizing: border-box;
	padding: 10px;
}

/*= 製品カテゴリーリスト =*/

.sp_device #squareNavi li{
	width: 32%;
	margin-right: 2%;
	margin-left: 0;
}

.sp_device #squareNavi li:nth-child(3n){
	margin-right: 0%;
}

.sp_device .scale {
    width: 100%;
    height: auto;
}

.sp_device #squareNavi .text p{
	height:3em;
	font-size: 12px;
	line-height: 1.2;
}

.sp_device #squareNavi .text p.list{
	height:6em;
	font-size: 12px;
	line-height: 1.2;
}

@media screen and (min-width: 640px) and ( max-width: 768px){
.sp_device #squareNavi .text p{
	font-size: 13px;
}
.sp_device #squareNavi .text p.list{
	font-size: 13px;
}
}

.sp_device #squareNavi .text br{
	display:none;
}
.sp_device #squareNavi .text span{
	padding:0.2em 0.5em !important;
	background:#FFF;
}
.sp_device #squareNavi li:hover .text span{
	color:#06379e;
}

#squareNavi .text .on {
	width: 100%;
}

.sp_device #squareNavi .photo{
	width: 100%;
}
.sp_device .scale .photo,
.sp_device .scale .on{
}
.sp_device #squareNavi .item:hover .photo{
}


/* --- #block3 --- */

.sp_device #block3{
	box-sizing: border-box;
	padding: 10px;
}

/*= ニュース =*/
.sp_device #newsBox .cont{
	padding:10px;	
}
.sp_device #newsBox{
	width: 100%;
	float: none;
}

.sp_device #newsBox h2 .ttl img{
	width: 10%;
}

.sp_device #newsBox h2 .btn img{
	width: 80px;
}

.sp_device #newsBox .link{
	font-size:15px;
}
.sp_device #newsBox .news{
	margin-bottom:15px;
	display:block;
}
.sp_device #newsBox .news .date{
	display: block;
	width: 100%;
	padding-bottom:5px;
	line-height:1.6;
	font-size:13px;
}
.sp_device #newsBox .news .txt{
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-bottom:5px;
}
/* --- 製品に関する重要なお知らせ --- */

.sp_device #attentionBox{
	width: 100%;
	float: none;
	height: auto;
	margin: 1.33% 0 0;
}

.sp_device #attentionBox h2{
	font-size: 18px;
	letter-spacing: 1px;
}

.sp_device #attentionBox h2 img{
	width: 32%;
}

.sp_device #attentionBox .cont{
	padding: 10px;
}

.sp_device #attentionBox .btn-area{
	position: relative;
}

.sp_device #attentionBox .btn-area img{
	width: 80px;
}

/* --- .topicArea --- */

.sp_device #information{
	box-sizing: border-box;
}

.sp_device .information_item{
	width: 100%;
	padding: 0 10px;
	box-sizing:border-box;
}

.sp_device .importantnews h2{
	float: none;
	text-align: center;
}

.sp_device .importantnews h2 span{
	display:inline-block;
	background: url("/img/attentionBox_icon.png") no-repeat left center;
}
	
.sp_device .importantnews .rcont{
	width: 100%;
	padding-left: 0;
	font-size: 14px;
	float: none;
	margin: 5px 0 0;
}

.sp_device .topicArea{
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}





