@charset "utf-8";

html{
	width:320px;
	overflow-x: hidden;

}


table {

margin-top:200px;
margin-left:10px;

font-size:13px;
line-height:22px;

  border: 1px solid $table-border-color;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: $line-height-computed;
  max-width: 290px;
  width: 290px;
  // Cells
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 1px solid $table-border-color;
        line-height: $line-height-base;
        padding: $table-cell-padding;
        vertical-align: top;
      }
    }
  }
  > thead > tr > th {
    background: #444;
    color: #fff;
    font-weight: normal;
    vertical-align: bottom;
  }
 
  th {
    text-align: left;

  }
}

// All block elements
table {
  &,
  thead,
  tbody,
  tfoot {
    &,
    tr {
      &,
      th,
      td {
        display: block;
      }
    }
  }
}

// Horizontal
table {
  > thead {
    float: left;
  }
  > tbody {
    > tr {
      display: inline-block;
      vertical-align: top;
    }
  }
}

iframe{

	width:310px;
	height:240px;
	margin-left:5px;
	margin-top:50px;
	margin-bottom:40px;
}

li{

	list-style: none;
}

.hhh1{
	position: absolute;
	width:320px;

	top:0px;
	text-align: center;
	height:38px;
	background-image:url(../images/common/Unknown.jpg);
	color:#fff;
	font-size: 24px;
	font-family: "ryo-gothic-plusn";
	padding-top: 14px;
}


.logo{
	position: absolute;
	width:100px;
	margin-left:110px;
	margin-top:-130px;
}

#info{

}

#info h2{
}

#info h3{

}


/*///////*/
.entry{
	width:310px;
	margin-left:10px;
}

.entry h2{
	width:310px;
	text-align: center;
	margin-bottom:20px;
}

.entry h3{
	font-size:15px;
	width:300px;
	text-align: center;
	margin-bottom:10px;
}

.entry p{
	font-size:13px;
	line-height:20px;
}

.oubo {
	margin-top:20px;
	width:300px;
}
.oubo img{
	width:145px;

}

.RR{
	margin-right:10px;
}

.oubo h3{
	font-size:20px;
}

footer{
	width:320px;
	height:60px;
	background-color:#fff;
	z-index:99999;
}

footer img{
	float: left;
	margin:3px 0 0 10px;
}

.g_navi{
	position: absolute;
	min-width: 250px;
	float: left;
	left:40px;
	margin-top: 14px;
	font-size:10px;
	font-family: "heisei-maru-gothic-std";
}


.sns{

}

.sns li{
		margin: 7px 3px 0 7px;
}

footer ul li{
	list-style: none;
	float:left;
}

.g_navi li{
	width:50px;
	text-align: center;
	padding-bottom:  10px;
}


.g_navi li.li_pr {
	width: 10em!important;
	margin-left: 2em;
}

.g_navi a{
	color:#000;
	text-decoration: none;
}

.g_navi a:hover{
	color:#999;
	text-decoration: none;
}

footer p{
	width:310px;
	text-align:center;
	font-size:10px;
	padding-top:58px;
	font-family: "proxima-nova";

}