/* CSS Document */

#wrapper {
 width:760px;
 margin:0 auto;
 border: 1px solid #CCCCCC;
 border-top:none;
}

header{
	background-color: #ffffff;
	/*border-bottom:3px solid #DEE9F4;*/
}

header h1 {
/*	margin:0;	*/
	margin:5px 0 5px 15px;
}

header h1 img{
	/* about 90% */
	max-width:530px;

/* 20220422 add */
	width: 265px;
	padding: 20px 0;
}

.headLogoRight {
	width: 180px;
	float:right;
	margin-right: 30px;

}
/* 20220422 add end */

/* steps
----------------------------------*/

#step {
	margin-bottom: 20px;
}

.steps li {
	display:block;
	width:216px;
	float:left;
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 19px 0;
	border-radius:5px 5px;
	text-align: center;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	margin-right: 30px;
}

.steps li.last {
	margin-right: 0;
}

.steps li span {
	display: block;
	position: relative;
}
.steps li span strong {
	font-size: 75%;
}

.steps li span:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 230px;
	z-index: 1;
	border-top: 15px solid transparent;
	border-left: 10px solid #ccc;
	border-bottom: 15px solid transparent;
}

.steps li.last span:after {
	display: none;
}

.steps li.steps_hit {
	background-color: #BDD9B8;
	color: #333333;
	border: 2px solid #BDD9B8;
}


/* error1
----------------------------------*/

#error1 {
	border: 2px solid #C00;
	background: #FFE6F2;
	padding: 10px 15px;
}

.mark1 {
	background: #c00;
	border-radius: 24px;
	padding: 4px 3px 2px;
	line-height: 1.0 !important;
	font-size: 140%;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

#error1 p {
	float: left;
	margin-left: 15px;
	line-height: 1.6;
}

#error1 p strong {
	color: #c00;
	font-weight: bold;
}

/* error2
----------------------------------*/

p.error2 {
	color: #c00;
	font-weight: bold;
}

.mark2 {
	background: #c00;
	border-radius: 16px;
	padding: 4px 3px 2px;
	line-height: 1.0 !important;
	font-size: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

input.error2 {
	border: 2px solid #c00;
	background: #FFE6F2;
}

select.error2 {
	border: 2px solid #c00;
	background: #FFE6F2;
}

/*カスタマイズ
-----------------------------------*/

::-webkit-input-placeholder {
  color: #B0B0B0;
}
::-moz-placeholder {
  color: #B0B0B0; opacity: 1;
}
:-ms-input-placeholder {
  color: #B0B0B0;
}

input, button, textarea, select {
  border:0;
  padding:6px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  border:solid 1px #666666;
  margin:0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* textarea common 20170201 tazoe */
textarea {
	width: 93%;
	height: 60px;
	resize:none;
	overflow:auto;

}

input:focus,textarea:focus,select:focus {
   border: 2px solid #004080;
   background: #FFFFFF;
}


/* main
----------------------------------*/

#main{
 margin: 0 20px 20px 20px; 
}

.main_title {
  padding-left:20px;
  color: #FFFFFF;
  background: #00664B;
  font-weight:bold;
  font-size:125%;
  line-height:2.4;
  margin-bottom: 20px;
}

.sub_title {
/*
    border-bottom: 1px solid #333333;
    border-left: 8px solid #333333;
    color: #333333;
*/
    border-bottom: 1px solid #017340;
    border-left:   8px solid #017340;
    color: #333333;
/*    color: #017340;*/
    font-size: 110%;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear:both;
}

.required{
 color:#CC0000;
 float:right;
}

table.tab01 {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.tab01 th,
table.tab01 td {
	padding: 7px 0;
	border-collapse: collapse;
	font-size: 80%;
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px;
}

table.tab01 th {
	background: #e7e7e7;
	font-weight: bold;
	width: 22%;
}


table.tab02 {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.tab02 th,
table.tab02 td {
	padding: 7px 0;
	border-collapse: collapse;
	font-size: 80%;
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px;
}

table.tab02 th {
	background: #e7e7e7;
	font-weight: bold;
	width: 5%;
}

table.tab03 {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

table.tab03 th,
table.tab03 td {
	padding: 1px 0;
	border-collapse: collapse;
	font-size: 100%;
	border: 0px;
	text-align: left;
	padding: 3px;
}

table.tab04 {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

table.tab04 th,
table.tab04 td {
	padding: 1px 0;
	border-collapse: collapse;
	font-size: 100%;
	border: 0px;
	text-align: center;
	padding: 3px;
}

.ks_title {
    border-top: 1px dotted;
    margin-top: 10px;
    padding-top: 10px;
}

.ks_title_s {
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    margin: 10px 0;
    padding: 10px 0;
}

ul.keep input {
  display: block;
  float: left;
}
 
ul.keep span {
  display: block;
  overflow: hidden; /* モダンブラウザ用 */
  padding: 0 10px;
}

.price {
	margin-top:5px;
}
.price li {
	float:left;
	margin-right: 10px;
}

.price li:first-child {
	width:120px;
}
.price li:last-child {
}

.cnt {
/*	visibility:hidden;*/
	display:none;
}

#donation-info-add {
	margin:10px 0;
	text-align:center;
}


#btn-submit {
	margin:15px 0;
	text-align:center;
}

#btn-login {
	margin: 15px 0;
	text-align:center;
}

/*
===================================================
 Form Style
===================================================
*/

.formtext {
	width:70%;
}
.formtext20 {
    padding: 8px;
	width:20%;
}


/* col2
----------------------------------*/
.col2:after {
    clear: both;
    content: "";
    display: block;
}
.col2 li {
    float: left;
    width: 49%;
}
.col2 input {
    padding: 8px;
	width:88%;
}

/* tel
----------------------------------*/
.tel:after {
    clear: both;
    content: "";
    display: block;
}
.tel01 {
    float: left;
    width: 20%;
}
.tel02 {
    float: left;
    width: 35%;
}
.teltext {
	float:left;
    line-height: 250%;
    padding-right: 4px;
}
.text{
    display: block;
    overflow: hidden;
}


/* btn-donation-info-add
------------------------------------------------ */
.btn-donation-info-add{
 border:1px solid #26759e;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
 padding: 8px 30px;
 font-weight:bold;
 text-align: center;
 color: #FFFFFF !important;
 background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(top, #3093c7, #1c5a85);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 text-decoration: none !important;
 box-shadow: 2px 2px 2px #ccc;
 display: inline-block;
}


.btn-donation-info-add:hover{
 border:1px solid #26759e; background-color: #26759e;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(top, #26759e, #133d5b);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

/* btn-donation-info-sub
------------------------------------------------ */
.btn-donation-info-sub{
 border:1px solid #ffa32a;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
 padding: 8px 30px;
 margin-left: 15px;
 font-weight:bold;
 text-align: center;
 text-decoration: none !important;
 color: #FFFFFF !important;
 background-color: #FFC476;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC476), color-stop(100%, #dd7d00));
 background-image: -webkit-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -moz-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -ms-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -o-linear-gradient(top, #FFC476, #dd7d00);
 background-image: linear-gradient(top, #FFC476, #dd7d00);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFC476, endColorstr=#dd7d00);
 box-shadow: 2px 2px 2px #ccc;
 display: inline-block;
}

.btn-donation-info-sub:hover{
 border:1px solid #c46f00; background-color: #c46f00;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c46f00), color-stop(100%, #aa6000));
 background-image: -webkit-linear-gradient(top, #c46f00, #aa6000);
 background-image: -moz-linear-gradient(top, #c46f00, #aa6000);
 background-image: -ms-linear-gradient(top, #c46f00, #aa6000);
 background-image: -o-linear-gradient(top, #c46f00, #aa6000);
 background-image: linear-gradient(top, #c46f00, #aa6000);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c46f00, endColorstr=#aa6000);
}


/* btn-donation-info-del
------------------------------------------------ */
.btn-donation-info-del{
 border:1px solid #aaa;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
 padding: 8px 30px;
 font-weight:bold;
 text-align: center;
 color: #000 !important;
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 56%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(56%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 56%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 56%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 56%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 56%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
text-decoration: none !important;
box-shadow: 2px 2px 2px #ccc;
display: inline-block;
}


.btn-donation-info-del:hover{
background: #d0d8d4; /* Old browsers */
background: -moz-linear-gradient(top,  #d0d8d4 0%, #b7bfb3 48%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d8d4), color-stop(48%,#b7bfb3), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d0d8d4 0%,#b7bfb3 48%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d0d8d4 0%,#b7bfb3 48%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d0d8d4 0%,#b7bfb3 48%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d0d8d4 0%,#b7bfb3 48%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d8d4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

/* btn-submit
------------------------------------------------ */
.btn-submit{
 border:1px solid #ffa32a;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
 padding: 7px 20px;
 font-weight:bold;
 text-align: center;
 text-decoration: none !important;
 color: #FFFFFF !important;
 background-color: #FFC476;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC476), color-stop(100%, #dd7d00));
 background-image: -webkit-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -moz-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -ms-linear-gradient(top, #FFC476, #dd7d00);
 background-image: -o-linear-gradient(top, #FFC476, #dd7d00);
 background-image: linear-gradient(top, #FFC476, #dd7d00);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFC476, endColorstr=#dd7d00);
 box-shadow: 2px 2px 2px #ccc;
 display: inline-block;
}

.btn-submit:hover{
 border:1px solid #c46f00; background-color: #c46f00;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c46f00), color-stop(100%, #aa6000));
 background-image: -webkit-linear-gradient(top, #c46f00, #aa6000);
 background-image: -moz-linear-gradient(top, #c46f00, #aa6000);
 background-image: -ms-linear-gradient(top, #c46f00, #aa6000);
 background-image: -o-linear-gradient(top, #c46f00, #aa6000);
 background-image: linear-gradient(top, #c46f00, #aa6000);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c46f00, endColorstr=#aa6000);
}

/* adress
----------------------------------*/
.btnsearch {
	-webkit-border-radius: 4px;
	border:1px solid #CCC;
	padding:6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cccccc), color-stop(0.00, #eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	margin:10px 0;
}



/* 
----------------------------------
explanation.htm
----------------------------------*/

.attention {
	text-align:center;
    color: #BB0000;
    font-weight: bold;
}

/* how
----------------------------------*/

#extype1 {
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

#extype1 dt {
	clear: left;
	float: left;
	width:24px;
	border: medium none;
}
#extype1 dd {
	margin-left: 24px;
	border: medium none;
	clear:none;
}

/* attention
----------------------------------*/
#extype2 {
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}


#extype2 dt {
	border: medium none;
	width:680px;
	clear:none;
}
#extype2 .num {
	float: left;
	border: medium none;
	width:24px;
}
#extype2 dd {
	clear: left;
	border: medium none;
	margin:0;
}

/* itCard
----------------------------------*/

#ltCard {
	margin-bottom: 20px;
	padding-left: 20px;
}

.ltCardBox {
	border: 1px solid #26759e;
	margin: 5px 0 0;
	padding: 10px;
}

.ltCardBox .cardimg {
	float: left;
	margin-right: 20px;		
}

.ltCardBox .cardsum {
	float: left;
	height: 34px;
	padding-top: 16px;	
}

.ltCardBox .cardsum span {
	float: left;
	margin-right: 20px;		
}

.ltCardBox .cardsum span.num {
	margin-right: 120px;
}
 


/* tabMenu
----------------------------------*/
#tabMenu {
/*	display: none;	*/
}

#tabMenu li{
	float:left;
}

#tabMenu li a{
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    cursor: pointer;
    border:1px solid #666;
	/*border-radius: 8px ;*/
	height: 58px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
/*
#tabMenu li a span{
	position: absolute;
}
*/
#tabMenu li a.active {
	color: #000;
	border-radius: 8px 8px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#tabBoxes {	
	margin: -1px 0 20px;
}

#tabBox1,
#tabBox2,
#tabBox3,
#tabBox4,
#tabBox5,
#tabBox6,
#tabBox7,
#tabBox8,
#tabBox9
{
/*	width: 678px;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
	display:none;*/
	font-size:14px;
	padding-top: 20px;
}


.lt-ie9 #tabBoxes #tabBox1,
.lt-ie9 #tabBoxes #tabBox2,
.lt-ie9 #tabBoxes #tabBox3,
.lt-ie9 #tabBoxes #tabBox4,
.lt-ie9 #tabBoxes #tabBox5,
.lt-ie9 #tabBoxes #tabBox6,
.lt-ie9 #tabBoxes #tabBox7,
.lt-ie9 #tabBoxes #tabBox8,
.lt-ie9 #tabBoxes #tabBox9
{
	width: 678px;
}

#tabBoxes #tabBox1 p,
#tabBoxes #tabBox2 p,
#tabBoxes #tabBox3 p,
#tabBoxes #tabBox4 p,
#tabBoxes #tabBox5 p,
#tabBoxes #tabBox6 p,
#tabBoxes #tabBox7 p,
#tabBoxes #tabBox8 p,
#tabBoxes #tabBox9 p
{
	line-height: 1.6;
}

.item{
	font-weight:bold;
	margin:20px 0 10px 0;
	border-bottom:1px solid #3093C7;
/*	border-left:8px double #3093C7;
	padding:0 0 0 10px;*/
}

#tabBox3 .item {
	margin-top: 0;
}

.btnplane-item {
    margin: 10px 0 5px;
    text-align:right;
}

.bank{
	text-align:center;
	margin:10px;
}

.bank li{
	width:200px;
	float:left;
	margin:7px 0 0 0;
	text-align:left;
	padding:0 0 0 10px;
}

p.selectbank {
	color: #3300CC;
	font-weight:bold;
	background: #FFFFFF;
}

.atm img{
	float:left;
	margin:0 20px 0 0;
}

.atm_midashi{
	margin:0 0 10px 0;
}

.small{
	font-size:12px;
}

.confirm{
	margin:15px 0;
}

.netBankTypes{
	vertical-align:baseline;
}



/* footer
----------------------------------*/

footer {
	border-top:3px solid #00664B;
	font-size:70%;
	margin-top:30px;
        background: #00664B;
	padding-bottom: 20px;
	color: #fff;
}

#footer-inner a {
	color: #fff;
}

#footer-inner{
	float:left;
	margin-left:10px;	
	margin-top:10px;
}

#footer-copyright{
	float:right;
	margin-right:10px;
	margin-top:10px;
}

footer:after{
	clear:both;
    content: "";
    display: block;
}

/* style
----------------------------------*/

.optional {
	display: none;
}

.mg01 {
	margin-bottom: 10px !important;
}

.mg02 {
	margin-bottom: 5px !important;
}

.mg03 {
	margin-bottom: 20px !important;
}

.mg04 {
	margin-left: 100px;
	margin-bottom: 5px !important;
}

.w01 {
	width: 2.5em;
	display: inline-block;
}

.w02 {
	margin-left: 5px;
}

.w03 {
	width: 8em;
	display: inline-block;
}

.w04 {
	margin: 0 5px;
}

.w05 {
	margin-right: 5px;
}


.type01 {
	width: 8em;
}

.type02 ,
.type02-2 {
	width: 4em;
}

.type03 {
	width: 20em;
}

.type035 {
	width: 16em;
}

.type00 ,
.type04 {
	vertical-align: -1px;
}

.type05 {
	width: 35em;
	height: 5em;
}

.type06 {
	display: inline-block;
	background: #306BCF;
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.type07 {
	padding: 2px 0;
}

.type08 {
	width: 8em;
text-align: right;
}

.type09 {
	width: 30em;
}

/*★★カスタマイズ（追加） */
.type10 {
	display: inline-block;
	background: #ea314d;
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	float:right;
}

.alC {
	text-align: center !important;
}

p.notes {
	padding-top: 10px;
	font-size: 12px;	
}

/**/

#tabMenu {
	position: relative;
}

#tabMenu li {
	position: absolute;	
}
.resp_kessai_ttl {
    font-weight: bold;
    font-size: 13px;
	height: 35px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #E7E7E7 ;
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none ;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%) ;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) ;
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) ;
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) ;
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%) ;
	border-radius: 8px 8px 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ) ;*/
}
.resp_kessai_ttl span {
	display: block;	
	padding:10px 0 0 0;
}


ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline;
    list-style: none;
    float: left;
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    cursor: pointer;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none !important;
	height: 58px;
/*	padding: 0 10px;*/
	padding: 0 0px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: rgb(181,189,200);
	background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)),color-stop(100%,rgba(40,52,59,1))); 
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); 
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); 
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); 

}

.resp-tab-active {
	color: #000 !important;
	border-radius: 8px 8px 0 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none !important;
	background: #e5e5e5 !important;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)) !important;
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) !important;
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) !important;
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%) !important;
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ) !important;
}

.resp-tabs-list li span {
	display: block;	
}


.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none ;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #cccccc;
    border-top: 0px solid #cccccc;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #cccccc !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #cccccc !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #cccccc;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #cccccc;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #cccccc;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #cccccc;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #cccccc !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #cccccc !important;
}

.optional {
	text-align: center;	
}

span.notes {
	display: none;	
}

.doui_kakunin{
	text-align:center;
}
.uketuke_info{
	margin:30px 25px 10px;
}
.uketuke_info:after{
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.uketuke_num{
	font-weight:bold;
	text-align:center;
}
.uketuke_name{
	float:left;
	font-weight:bold;
}
.kanryou_txt{
	margin:30px 25px 10px;
}
.kanryou_txt p,
.kanryou_li li,
.kanryou_tb
{
	font-size:0.8em;
	line-height:1.5em;
}
.otoiawase{
	margin:10px 25px 10px;
}
.otoiawase p{
/*	font-size:0.8em;*/
	line-height:1.5em;
}
.otoiawase1{
	font-size:1em !important;
	font-weight:bold;
	color:#666;
}
.tojiru{
	text-align:center;
}

/*　検索アクションボタン　*/
a.linkbox:link {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#FFFFFF repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}

a.linkbox:hover {
 color:#cc0000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#FFFFFF repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}

a.linkbox:visited {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#EBEBEB repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}

/*　検索アクションボタン2　*/
a.linkbox2:link {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#FFFFFF repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}

a.linkbox2:hover {
 color:#cc0000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#FFFFFF repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}

a.linkbox2:visited {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#FFFFFF repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:78%;
}


/*　寄附入力 インターネットバンキング金融機関選択　*/
a.linkbox4:link {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#EBEBEB repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:100%;
}

a.linkbox4:hover {
 color:#cc0000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#EBEBEB repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:100%;
}

a.linkbox4:visited {
 color:#000000;
 text-decoration:none;
 display: block;
 padding-left:10px;
 background:#EBEBEB repeat-x left top;
 border:1px solid #BBBBBB;
 padding:5px;
 text-align:center;
 font-size:100%;
}

/*　決済方法のご説明　*/
.kanryou_li {
	margin-bottom:10px;
}
.kanryou_li li {
    padding: 0 0 0 1.5em;
    position: relative;
}

.kanryou_li li .marker {
    left: 0;
    position: absolute;
    top: 0;
}
.kanryou_tb ,
.kanryou_tb tr,
.kanryou_tb th,
.kanryou_tb td {
	margin-left:10px;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    padding: 5px;
}

.shokuin {
	margin-top:10px;
	font-size:95%;
}
.attn {
	color:red;
}


.cls_isNarrow {
	display:none;
}

.cls_isWide {
	display:inline;
}

.money {
	ime-mode:disable;
	text-align:right;
	width:8em;
}

table.tab05 {
    width: 100%;
    border: 2px solid #017340;
    border-collapse: collapse;
    background-color: #F8FFF8;
}

/* 紹介ページへ戻るボタン */
/* ------------------------------------------------------- */
.btn-intro-back{
 border:1px solid #aaa;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
 padding: 8px 30px;
 font-weight:bold;
 text-align: center;
 color: #000 !important;
background: #ede9dc; /* Old browsers */
background: -moz-linear-gradient(top,  #ede9dc 0%, #d2c9aa 56%, #ad9d62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede9dc), color-stop(56%,#d2c9aa), color-stop(100%,#ad9d62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ede9dc 0%,#d2c9aa 56%,#ad9d62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ede9dc 0%,#d2c9aa 56%,#ad9d62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ede9dc 0%,#d2c9aa 56%,#ad9d62 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ede9dc 0%,#d2c9aa 56%,#ad9d62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9dc', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
text-decoration: none !important;
box-shadow: 2px 2px 2px #ccc;
display: inline-block;
}

.btn-intro-back:hover{
background: #cbc09c; /* Old browsers */
background: -moz-linear-gradient(top,  #cbc09c 0%, #bcae7e 48%, #ad9d62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbc09c), color-stop(48%,#bcae7e), color-stop(100%,#ad9d62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbc09c 0%,#bcae7e 48%,#ad9d62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbc09c 0%,#bcae7e 48%,#ad9d62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbc09c 0%,#bcae7e 48%,#ad9d62 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cbc09c 0%,#bcae7e 48%,#ad9d62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc09c', endColorstr='#ad9d62',GradientType=0 ); /* IE6-9 */
}
