﻿@charset "utf-8";

/* ---------------------------------------------
 COMMON PARTS STYLE
 --------------------------------------------- */

[class^="pict_out_of_period"]{
  display: block;
  font-size: 11px;
  line-height: 1.3;
  padding: 0 15px;
  border: 1px solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

.pict_out_of_period_c{
  margin:5px 0 0 0;
}

.btn_product_navy{
    display: inline-block;
    width: 150px;
    height: 21px;
    padding-top: 5px;
    background: #191970;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: center;
    opacity: 1;
    transition: opacity .5s;
    border-radius:6px;
}

.fc_navy{
    color: #191970 !important;
}

.underline{
    text-decoration:underline !important;
}

a.downloadBtn01{
    padding: 6px 15px 6px 42px;
    background: #486620 url(../img/c_ic_download02.png) no-repeat left 10px center;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.downloadBtn01:hover{
    opacity: .7;
}

a.downloadBtn02{
    padding: 6px 15px 6px 42px;
    background: #999 url(../img/c_ic_download02.png) no-repeat left 10px center;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.downloadBtn02:hover{
    opacity: .7;
}

.downloadBtn02.w160Btn{
    width: 160px;
    display: inline-block;
}

.commonBtn01{
    padding: 0;
    line-height: 25px;
    color: #3f3f3f !important;
    background: linear-gradient(#fff,#f5f5f5) !important;
    border: none;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    cursor: pointer;
    opacity: 1;
    transition: opacity .5s;
}

.commonBtn01:hover{
    opacity: .7;
}

/* icDownload01 */
a.icDownload01 {
	position: relative;
	padding-left: 27px;
}
a.icDownload01::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 4px;
	width: 17px;
	height: 14px;
	background: url(../img/c_ic_download01.png) no-repeat left top;
}