﻿﻿@charset "UTF-8";
/* CSS Document */

.productsimage{
    width: 100%;
    height: 500px;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
    position: relative;

}

.productsimage icon{
    right: 0;

}

.button a img{
        margin-top : 15px;
        opacity: 1; 
        transition: 10s; 
}

.button a:hover{
        opacity: .8; 
}




/*          tooltip  ここから        */



div.tooltip1{
    font-size: 10px;
    text-align: center;
    color: #555;
    display: inline-block;    /* インライン要素化 */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 60px;
    font-size: 12px;
    text-align: left;
    line-height: 22px; 
    color: #002556;
    background-color: #ffffff;
    border-style: solid;
    border-color: #002556;
    border-width: 1px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    width: 254px;
    padding: 8px;
    border-radius:4px;
    z-index:100;
}

div.tooltip1:hover span p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #507EB7;
    line-height: 28px;

}
 
/* フキダシ部分を作成 */
div.tooltip1 span:before, div.tooltip1 span:after{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-20px;  /* 位置*/
    left:15px; /* 位置 */
    border:13px transparent solid; 
    border-left-color: #002556; 
    border-right-width:0; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:150;
}

div.tooltip1 span:after{
  z-index: 150;
  margin-top: 2px;
  border-left-color: #ffffff;
}

.pict .tooltip1 .picttop{
      vertical-align: top;
}


/* tooltip  ここまで */




.productsmain{
      width: 1024px;
      margin: 25px auto;  
      text-align: center; 
      text-align: left;
      background-color: #fff;  
}

.productsmain:after {
  content: "";
  clear: both;
  display: block;
}


.productsblock{
    width: 500px;
    color: black;
    background-color : #fff;
    float: left;
    border: 1px solid #aaa;
    position: relative;
    margin: 5px;
    font-size: 16px;
}



.p-top p{
    width: 100%;
    line-height: 18px;
    position: relative;
    font-size : 14px;
    color : #656565;
    background-color : #fff;
    padding: 15px 30px 0px 30px;
    border-bottom: 1.15px solid #aaa;

}

.p-top strong{
    font-size : 25px;
    text-align : middle;
    color : #656565;
    line-height: 30px;
}

.p-top3 p{
    width: 100%;
    line-height: 16px;
    position: relative;
    font-size : 14px;
    color : #656565;
    background-color : #fff;
    padding: 15px 30px 0px 30px;
    border-bottom: 1.15px solid #aaa;

}

.p-top3 strong{
    font-size : 25px;
    line-height: 32px;
    text-align : middle;
    color : #656565;
}

.p-top img {
    float: right;
    width: 50px;
}


.p-top2{
	width: 100%;
        font-size : 14px;
	color : #656565;
	background-color : #fff;
        padding: 0px 30px 0px 30px;
}



.leftblock{
    display: table-cell;
    vertical-align: middle;
	width: 300px;
	color : #7f7f7f;
	background-color : #ffffff;
        padding: 0px 5px 10px 30px;
}


.leftblock ul{
	font-family: メイリオ;
	font-size: 14px;
        background-color : #f3f3f2;
        padding: 10px 15px 15px 15px;
}

.leftblock a{
	color: #999; 
        text-decoration: none;
	font-family: メイリオ;
	font-size: 12px;
}
.leftblock a:hover{
	color: #999; 
        text-decoration: underline;
	font-family: メイリオ;
	font-size: 12px;
}

#site-main .link {
	padding-top: 30px; 
}

#site-main .link a{
	color: #4169e1; 
        text-decoration: none;
	font-family: メイリオ;
	font-size: 15px;
}

#site-main .link a:hover{
	color: #00b;
        text-decoration: none;
	font-family: メイリオ;
	font-size: 15px;
}









.rightblock{
    display: table-cell;
    vertical-align: middle;
	width: 195px;
        padding-left: 30px;
	color : #ffffff;
	background-color : #454545f;
}
.rightblock img{
	width: 130px;
       margin: auto;

}

.container .productsblock .bottom{
	clear: both;
	width: 500px;
	height: 5px;
	text-align: right;
        padding: 0px 40px 15px 0px;
}

.container .productsblock .bottom a{
	color: #999; 
        text-decoration: none;
	font-family: メイリオ;
	font-size: 12px;
}
.container .productsblock .bottom a:hover{
	color: #999; 
        text-decoration: underline;
	font-family: メイリオ;
	font-size: 12px;
}
