@charset "UTF-8";

html { 
  background: url(../img/yugamon_bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  font-size: 16px;
  line-height: 160%;
  color: #333;
}
p.example2 { font-size: x-large; }
p.example5 { font-size: small; }

/* ボタンのスタイル */
a.btn {
display: block;
float: left;
position: relative;
height: 30px;
width: 120px;
margin: 0 20px 10px 0;
text-decoration: none;
font-weight: bold;
line-height: 30px;
text-align: center;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(PIE.htc);
}
/* ピンク */
a.pink,
a.pink:hover,
a.pink:visited {
color: #913944;
border: 1px solid #ee8090;
border-bottom: 1px solid #cb5462;
text-shadow: 0px 1px 0px #f9a0ad;
background: #f56778;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #f997b0), color-stop(0.5, #f56778));
background: -moz-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: -o-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: -ms-linear-gradient(top, #f997b0 50%,#f56778 50%);
background: linear-gradient(top, #f997b0 50%, #f56778 50%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f997b0 50%', endColorstr='#f56778 50%');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f997b0 50%', endColorstr='#f56778 50%')";
-pie-background: linear-gradient(top, #f997b0 50%, #f56778 50%);
-webkit-box-shadow: 0 1px 0 #fbc1d0 inset;
-moz-box-shadow: 0 1px 0 #fbc1d0 inset;
box-shadow: 0 1px 0 #fbc1d0 inset;
behavior: url(PIE.htc);
}

a.pink:hover {
border: 1px solid #fb96a4;
border-bottom: 1px solid #fc7585;
background: #feb4c7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feb4c7), color-stop(0.5, #ff7a8a));
background: -moz-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: -o-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: -ms-linear-gradient(top, #feb4c7 50%,#ff7a8a 50%);
background: linear-gradient(top, #feb4c7 50%, #ff7a8a 50%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feb4c7 50%', endColorstr='#ff7a8a 50%');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feb4c7 50%', endColorstr='#ff7a8a 50%')";
-pie-background: linear-gradient(top, #feb4c7 50%, #ff7a8a 50%);
-webkit-box-shadow: 0 1px 0 #ffdce5 inset;
-moz-box-shadow: 0 1px 0 #ffdce5 inset;
box-shadow: 0 1px 0 #ffdce5 inset;
behavior: url(PIE.htc);
}

.box{
  float: center;
  width: 300px;
  position: relative;
  margin: 0 0 0 35px;
  padding: 40px 35px;
}

.box01{
  background: #ffffff;
  box-shadow: inset 0 0 30px rgba(227,227,227,1);
}

.box02{
  background: #fff9e7;
  box-shadow: inset 0 0 30px rgba(232,221,189,1);
}

.box:before {
  border-width: 0 28px 28px 0;
  border-style: solid;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box01:before {
  background: #e3e3e3;
  border-color: #a9c5ef #a9c5ef #e3e3e3 #e3e3e3;
}

.box02:before {
  background: #e8ddbd;
  border-color: #a9c5ef #a9c5ef #e8ddbd #e8ddbd;
}
.box p{
  line-height: 1.5;
  color: #666;
}
.fbox {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:3px solid #ff6600;
    margin: 5px 5px 5px 11px;
    border-radius: 7px ;
    box-shadow:1px 1px 7px 0px  #acacac ;
}
.fbox:after, .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox:after {
    top: 9px;
    left: -25px; 
    border: 14px solid transparent;
    border-right: 19px solid #ffffff; /*13px*/
}
.fbox:before {
    top: 12px;
    left: -25px;
    border: 11px solid transparent;
    border-right: 11px solid #ff6600; /*10px*/
}

.fbox2 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:2px solid #666666;
    margin: 5px 5px 5px 11px;
    border-radius: 7px ;
}
.fbox2:after, .fbox2:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox2:after {
    top: 9px;
    left: -24px; 
    border: 13px solid transparent;
    border-right: 18px solid #ffffff; /*13px*/
}
.fbox2:before {
    top: 11px;
    left: -24px;
    border: 11px solid transparent;
    border-right: 11px solid #666666; /*10px*/
}
img.ichi_icon { vertical-align: top; }

.sample-color{ 
background-color: #fff; 
}

.input-submit
    {
    cursor:pointer;
    color:#fff;/* 文字色 */
    background-color:#ff9933;/* 背景色 */
    border-width:1px 1px 1px 1px;/* 枠線の太さ 上右下左 */
    border-color:#ff3300;/* 枠色 */
    border-style:solid solid solid solid;/* 枠線の種類 上右下左 */
/* 
    無し:none        実線:solid        点線:dotted
    粗い点線:dashed  二重線:double     谷線:groove
    山線:ridge       内線:inset        外線:outset
*/
    }

#meta-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#container {
  position: relative;
  padding-bottom: 50px;
}
#ichimon-bn {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}
#ichimon-inner01 {
  width: 750px;
  height: 162px;
  margin: 0 auto;
}
#ichimon-tnx {
  width: 750px;
  margin: 0 auto;
  padding-top: 55px;
}
#ichimon-number {
  width: 651px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
#ichimon-backnumber {
  width: 980px;
  height: 130px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
#ichimon-main {
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#ichimon-innner01 {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#ichimon-innner02 {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#ichimon-innner03 {
  width: 970px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.icon-space {
    margin: 0 10px;
}
#footer {
  background-image: url('../img/footer_bg.png');
  background-repeat: repeat;
  width: 100%;
  height: 200px;
}
#footer-inner {
  width: 340px;
  margin: 0 auto;
  padding-top: 50px;
}