/* CSS Document */

* {
   margin: 0;
   padding: 0; 
}

body {
    margin: 0px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    letter-spacing: 0.2em;
}

a:hover	{
    color: #f24576;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
}

div#wrapper {
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 10px;
    line-height:12pt
}

/*table*/

.table {
    border-collapse: collapse;
    width: 1050px;
}

.table tr {
    margin: 0;
}
.table td {
    border: 1px solid #666666;
    table-layout: fixed;
    text-align: left;
    width: 348px;
    padding: 5px 4px;
}

.title-info {
    background-color: #cdcdcd;
    border-radius: 6px 6px 0 0;
    padding-top:5px;
    padding-bottom:5px;
    margin: 5px 0;
}

.title-info p {
    font-weight: bolder;
    color: #666666;
/*
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),
                -1px -1px 1px rgba(255, 255, 255, 0.5);
*/
}

.text01 {
    font-size: 12pt;
    text-align: center;
    letter-spacing: 5px;
    padding: 5px 0 2px 0;
}

.text02 {
    font-size: 16pt;
    padding: 12px 0 3px 10px;
    background-color: #666666;
    border-radius: 6px 6px 0 0;
    font-weight: bolder;
    color: #FFFFFF;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),
                -1px -1px 1px rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.text03 {
    font-size: 10pt;
    text-align: center;
    letter-spacing: 5px;
    padding: 5px 0 2px 0;
}

.mini-title {
    height: 18px;
    width: 330px;
    background-color: #fae7e7;
    padding-top: 3px;
    border: dashed 1px #c93737;
    border-radius: 10px;
    margin: 3px 4px;
}

.mini-title p {
    font-size: 10pt;
    letter-spacing: 2px;
    font-weight: 700;
    color: #663333;
    text-align: center;
}

.mini-title2 {
    height: 538px;
    width: 336px;
    background-color: #fae7e7;
    padding-top: 3px;
    border: dashed 1px #c93737;
    border-radius: 10px;
    margin:0;
    font-size: 8pt;
    padding:0;
    padding-left:4px;
    padding-top:8px;
    margin-top:10px;
}

.button {
  background: #feae31 ;
  background: -moz-linear-gradient(top, #efe457, #feae31);
  background: -webkit-gradient(linear,
    left top,
    left bottom,
    from(#efe457),
    to(#feae31));
  border: 1px solid #d58200;
  border-radius: 28px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 0 1px #fff;
  color: #59493f;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  /*text-shadow: 0 -1px 1px #487606;*/
  width: 330px;
  margin-top: 3px;
  margin-left: 3px;
  font-weight: 900;
  letter-spacing: 1px;
}

.button_inner {
  display: block;
  height: 35px;
  line-height: 35px;
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button.hover .button_inner,
.button:hover .button_inner{
  opacity: 1;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #663333;
  font-weight: 900;
}

.bottom_link {
  width: 1050px;
  text-align: center;
  text-decoration: none;
  font-size: 14pt;
  font-weight: 900;
  margin: 10px 0 20px 0;
  color: #666666;
}

.bottom_link a {
  color: #666666;
}

.bottom_link a:hover {
  color: #ffb3b3;
}
