@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}


/* ---------------------------------------- #page-top */
#page-top{
	position: fixed;
	bottom: 30px;
	right: 10px;
	font-size: 77%;
}
#page-top a{
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover{
	text-decoration: none;
	background: #999;
}
table.price{
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 15px;
}
table.price th,
table.price td{
    padding: 10px;
}
table.price th{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 10px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
}
 
table.price th.c1{
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2{
    background: rgb(237,73,147); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,20,69,1) 1%, rgba(182,17,61,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,20,69,1)), color-stop(100%,rgba(182,17,61,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c3{
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,63,140,1) 1%, rgba(15,56,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,63,140,1)), color-stop(100%,rgba(15,56,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
 
table.price th:after{
    top: 69px;
    left: 5px;
    content: &quot;&quot;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 78px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    table.price th::after {
        padding: 0;
        top: 60px;
        left: 0;
        content: &quot;&quot;;
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 50px solid transparent;
        border-top: #B7D567 15px solid;
    }
}
table.price th.c1:after{
    border-top: #E7D1BB 15px solid;
}
table.price th.c2:after{
    border-top: #E3C49F 15px solid;
}
table.price th.c3:after{
    border-top: #D3B08A 15px solid;
}
 
table.price td{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 15px;
    border: none;
    height: 10px;
}
 
table.price tr:nth-child(2n+1) td.c1{
    background: #F1E1D0;
}
table.price tr:nth-child(2n+0) td.c1{
    background: #FCF3E8;
}
 
table.price tr:nth-child(2n+1) td.c2{
    background: #EFD8BD;
}
table.price tr:nth-child(2n+0) td.c2{
    background: #F1E1D0;
}
 
table.price tr:nth-child(2n+1) td.c3{
    background: #DCBE9D;
}
table.price tr:nth-child(2n+0) td.c3{
    background: #EFD8BD;
}
 
 
table.price tr:last-child td{
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
 
table.price tr:last-child td button{
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffaa22;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:inline-block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
}
table.price tr:last-child td button:hover{
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}
table.price tr:last-child td button{
    position:relative;
    top:1px;
}
.table-ul {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 960px;
  background-color: #ffffff;
    margin: 0 auto;

}
.table-ul li {
  display: table-cell;
 vertical-align:top;
  	    padding: 2px 1px 2px 1px;
}
.table-ul2 {
  display: table;
  table-layout: fixed;
text-align: center;
  width: 960px;
    margin: 0 auto;
	 align:center;
}
.table-ul2 li {
  display: table-cell;
  vertical-align: middle;
      margin: 0 auto;

}
.table-ul3 {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 960px;
    margin: 0 auto;

}
.table-ul3 li {
  display: table-cell;
  vertical-align: middle;
  	    padding: 2px 1px 2px 1px;
}

.table-ul4 {
	list-style-type: none;
	padding-left: 0;
	text-align: center;

}
.table-ul4 li {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 5px;
	display: inline;
}

.part2{
  width:980px;
  height:60px;
  background:#84B5FF;
  color:#efece6;
  padding:10px;
  -webkit-transition:background-color 1s linear, width 1s linear , height 2s linear ;
  -moz-transition:background-color 1s linear, width 1s linear , height 2s linear ;
  transition:background-color 1s linear, width 1s linear , height 2s linear ;
  overflow:hidden;
  margin: 0 auto;
}
.part2:hover{
  background-color:#e6ffea;
  color:#665e53;
  width:980px;
  height:480px;
}

.left-box-1{
      float : left ;

      width : 660px ;
      height : 100% ;
	    text-align: left;

      }
.left-box-2{
      float : left ;
      width : 320px ;
      height : 100% ;

      }
.clr-block{
      clear : both ;

      padding : 5px ;
      }

table.cafe {

    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
	table-layout: auto;    
}
 
table.cafe th,
table.cafe td 
{
	    padding: 10px;
	text-align: left;
}

table.cafe td#linea
{
    background: #FFD5AA;
	    padding: 10px;
	text-align: left;

}
table.cafe td#lineb
{
    background: #FCC78F;
	    padding: 10px;
	text-align: left;

}
 
table.cafe th {
    background: #D96F02;
    vertical-align: middle;
    text-align: left;

    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
table.cafe th.mg {
min-width:100px;

    text-align: right;
}
 
table.cafe th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D96F02;
    border-width: 10px;
    margin-top: -10px;
}

table.company {
  font-size: 1.21em;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
	table-layout: auto;    
}
 
table.company th,
table.company td 
{
    padding: 10px;
	text-align: left;

}
 
table.company th {
    background: #7B96D5;
    vertical-align: middle;
    text-align: left;

    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
table.company th.mg {
min-width:100px;

    text-align: right;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #7B96D5;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;

    padding-left: 20px;
}

table.company td.mg1 {
    background: #f8f8f8;
	text-align: center;
		    padding: 15px;
}
table.company td.mg2 {
    background: #E9E7E7;
	text-align: center;
	    padding: 15px;
}


