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

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


/*小見出し*/
.tips {
    border-bottom: solid 3px #fcdcdc;
	font-size: 17px!important;
}

.tips::before {
    color: #ad1f1f;
}

/****/
.btn_wrap{
	width: 100%;
	clear: both;
}

.return_btn{
	display: block;
	margin: 0 0 16px 0;
	padding: 5px 0;
	float: right;
	width: 23.3%;
	text-align: center!important;
	clear: both;
}

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}


.return_btn a {
	color: #070970;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px 3px;
	margin: 0 auto;
	border-radius: 10px;
    background-image: linear-gradient(#dddbd2  0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.return_btn a:hover {
	color:#740001;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

/*****table***/
.bg_cp_tb_col{
	background-color: #EBFFF5;
}
.bg_cp_tb_col_02{
	background-color: #FFFCEB;
}

.bg_cp_tb_col_03{
	background-color: #FAF0FF;
}
.bg_cp_tb_col_04{
	background-color: #FFEEE4;
}


.pdd_regulation_none_cp table th {
	color: #fff;
	padding: 8px 8px!important;
	background: no-repeat 2% center, rgb(2,41,88); /* Old browsers */
	background: no-repeat 2% center, -moz-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* FF3.6+ */
	background: no-repeat 2% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2,41,88,1)), color-stop(87%, rgba(9,77,157,1)), color-stop(100%, rgba(9,77,157,1))); /*  Chrome,Safari4+ */
	background: no-repeat 2% center, -webkit-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: no-repeat 2% center, -o-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* Opera 11.10+ */
	background: no-repeat 2% center, -ms-linear-gradient(top, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* IE10+ */
	background: no-repeat 2% center, linear-gradient(to bottom, rgba(2,41,88,1) 0%, rgba(9,77,157,1) 87%, rgba(9,77,157,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022958', endColorstr='#094d9d', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 4px #000000;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.pdd_regulation_none_cp table tr td {
	padding: 7px 7px!important;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}





hr{
	clear: both;
}
