﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #C8398D;
}

/* 小見出し */
.tips {
    border-color: #F8D4FF;
}

.tips::before {
    color: #B318D5;
}
hr{
	clear: both;
}

.cp_link{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px!important;
	display: block;
}

.cp_link_txt{
	float: left;
}

.cp_link .noticeicon{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 2px;
    background: -moz-linear-gradient( top, #fd6a88 0%, #fd093a);
    background: -webkit-gradient( linear, left top, left bottom, from(#fd6a88), to(#fd093a));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fd093a;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 0px 1px rgb(255 255 255 / 50%);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 0px 1px rgb(255 255 255 / 50%);
    text-shadow: 0px -1px 0px rgb(0 0 0 / 70%), 0px 1px 0px rgb(255 255 255 / 30%);
    width: 40px;
    float: left;
    text-align: center;
	margin-left: 5px!important;
	
}

a {
  color:#004FDB;
}