@charset "utf-8";

.right {
    float: right;
}
.left {
    float: left;
}
.photo {
margin-top:15px;
}
.detail-but{
text-align:right;
margin:10px 0 15px 0;
}
.name{
font-weight:800;
color:#000000;
font-size:18px;
text-align:right;
}
.point1{
    background: url("images/point1.jpg") no-repeat scroll 0 0 transparent;
	height:120px;
	padding:70px 10px 10px 194px;
	margin-bottom:6px;
}.point2{
    background: url("images/point2.jpg") no-repeat scroll 0 0 transparent;
	height:120px;
	padding:70px 10px 10px 194px;
	margin-bottom:6px;
}
.point3{
    background: url("images/point3.jpg") no-repeat scroll 0 0 transparent;
	height:120px;
	padding:70px 10px 10px 194px;
	margin-bottom:6px;
}
.point4{
    background: url("images/point4.jpg") no-repeat scroll 0 0 transparent;
	height:120px;
	padding:70px 10px 10px 194px;
	margin-bottom:6px;
}
.point5{
    background: url("images/point5.jpg") no-repeat scroll 0 0 transparent;
	height:120px;
	padding:70px 10px 10px 194px;
	margin-bottom:6px;
}

/*20191008 add*/
.point1,.point2,.point3,.point4,.point5{
  padding:12% 10px 10px 31%;
  background-size: contain;
}
/*20191008 add*/

.typeNews {
    margin: 0 7px 1em 8px;
}
.typeNews dt {
    background: url("images/icon03.gif") no-repeat scroll 0 50% transparent;
    font-weight: bold;
    padding-left: 10px;
    width: 8em;
}
.typeNews dd {
    background: url("images/bgline01.gif") repeat-x scroll left bottom transparent;
    margin: -1.5em 0 5px;
    padding: 0 0 5px 9em;
}
.typeNews dd a:link, a:visited {
    color: #234285;
    text-decoration: underline;
}
.typeNews dd a:hover {
    color: #234285;
    text-decoration: none;
}
table.type01 {
    margin-bottom: 1em;
}
table.type01 th {
    font-weight: normal;
    padding: 8px 10px;
    text-align: left;
    width: 17%;
}
.type01 th, table.type01 td {
    border-bottom: 1px solid #CCCCCC;
}
table.type01 td {
    padding: 5px 0;
}
.type01 th, table.type01 td {
    border-bottom: 1px solid #CCCCCC;
}
.type01 td div {
    border-left: 1px solid #CCCCCC;
    padding: 3px 10px;
}
.price-a{
text-align:center;
font-weight:bold;
background-color:#FFFFCC;
line-height:60px;
border:1px dotted #999999;
}
.price-b{
text-align:center;
font-weight:bold;
line-height:60px;
border-top:1px dotted #999999;
border-bottom:1px dotted #999999;
border-right:1px dotted #999999;
}
.price-c{
padding:6px;
border-top:1px dotted #999999;
border-bottom:1px dotted #999999;
border-right:1px dotted #999999;
}





.whatsnew {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 20px;
}


/*-----------------------------*/
/*タブレット 900px未満　600px以上 */
/*-----------------------------*/
@media (max-width: 899px){
}

/*-----------------------------*/
/*スマホ 600px未満           */
/*-----------------------------*/
@media (max-width: 599px){
  .price-b{
    line-height: normal;
    width: 35%;
  }
  .price-c{
    width: 48%
  }
}