/* CSS Document */

a.a:hover {
position: relative;
top: 2px;
left: 2px;
text-decoration: none;
}
h1 {
	font-weight: normal;
	color: #666;
	margin: 10px 10px 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 1.8em;
}
/*
		h1 {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;}
	}
*/
h2 {
	font-weight: normal;
	c0olor: #069;
	margin: 10px 10px 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 1.8em;
	}
p.p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../../img/common/blue_btn_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-right: 0px;
}
p.g {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../../img/common/grey_btn_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-right: 0px;
}


.table {
	border: 1px solid #999;
	padding: 20px;
	margin: 0px;
	width: 545px;
}
.t {
	border: 1px solid #999;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 500px;
}h3 {
	font-weight: bold;
	color: #069;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 1.3em;
}
.small {
	font-size: 10px;
	color: #666;
}
.small-r {
	font-size: 10px;
	color: #900;
}
.price{
	margin: 10px 0;
	text-align: left;
	}
.price strong:first-child {
	font-size: 15px;
	font-weight: bold;
	color: #cc3300;
	margin-top: 15px;
}
.price span {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}
		.btn-newdicupY{
    width:200px;
    height:50px;
    line-height:50px;
}
.btn-newdicupY a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#ECC445;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
	text-shadow:1px 1px 4px #828282 ;
	border-radius: 10px;
}
.btn-newdicupY a:hover{
    background:#f95230;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

.area {
  width: 590px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
	padding: 10px 0;
}
 
.tab_class {
  width: calc(100%/3);
  height: 50px;
  background-color: darkgrey;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  	background: #1aafaf; /* Old browsers */
background: -moz-linear-gradient(top,  #1aafaf 0%, #08338f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1aafaf 0%,#08338f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1aafaf 0%,#08338f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      text-shadow: 2px 1px 3px #000;
      -moz-text-shadow: 2px 1px 3px #000;
      -webkit-text-shadow: 2px 1px 3px #000;
  color: aliceblue;
}
 
.content_class {
  display: none;
  width: 100%;
	margin: 10px;
}
 
input:checked + .tab_class + .content_class {
  display: block;
}