* {
	font-family: Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	color: #0C419A;
}

h2 {
	font-size: 1.5rem;
	font-weight: bold;
}
.bold {
  font-weight: bold;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background: #eee;
	border: solid #ccc 1px;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #eee;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th
{
	vertical-align: middle;
}

table th
{
	text-align: center;
}

table td.net, table td.tv, table td.tel
{
	text-align: center;
}

table.bt td.net, table.bt td.tv, table.bt td.tel {
    text-align: left;
}

.net-state
{
	font-size: 1.5rem;
}

.gpon
{
	font-weight: bold;
	color: red;
}

.eoc
{
	font-weight: bold;
	color: red;
}

.hfc
{
	font-weight: bold;
	color: red;
}
.bulk
{
	font-weight: bold;
	color: red;
}

.form-control
{
	font-size: 16px;
}

a {
    &:active {
        opacity: 1 ;
    }
}

.ui-menu-item
{
	font-size: 18px;
	line-height: 50px;
	vertical-align: middle;
	border-bottom: solid #333 1px;
}

input[type=checkbox] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 1.5 , 1.5 );
}
.pcview { display:block; }
.spview { display:none; }
@media screen and (max-width:640px) and (orientation:portrait) {
.pcview { display:none; }
.spview { display:block; }
}
/** flyer */
div.link-flyer p {
  text-align:right;
}
div#flyer {
  margin-top:30px;
}
div.flyer {
}
div.flyer ul,
div.flyer ul li {
  list-style-type:none;
}
div.flyer ul {
  width:400px;
  min-height:335px;
  margin-right:auto;
  margin-left:auto;
  padding:0;
}
div.flyer ul li {
  display:inline-block;
  text-align:center;
}
div.flyer a.btn {
  display:block;
  border: none;
  color: #ffffff;
  padding: 10px 12px;
  margin:5px;
  font-size: inherit;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  transition: background-color .18s ease-in-out;
  line-height: 1.5;
  font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
div.flyer a.btn:link,
div.flyer a.btn:visited {
  background-color: #15a753;
  border: 1px solid #0d793b;
  border-bottom: 3px solid #0d793b;
}
div.flyer a.btn:hover,
div.flyer a.btn:active {
  text-decoration:none;
  background-color: #0d793b;
  border: 1px solid #15a753;
  border-bottom: 3px solid #15a753;

}
@media screen and (max-width:640px) and (orientation:portrait) {
div.flyer ul {
  width:100%;
}
div.flyer ul li {
  display:block;
}
}
/** tel */
div.tel {
  margin:20px auto;
  width:650px;
  padding:20px;
  border:3px #DADADA solid;
  border-radius:10px;
  text-align:center;
}
@media screen and (max-width:640px) and (orientation:portrait) {
div.tel {
  margin:20px 0;
  width:100%;
}
div.tel img { width:100%; }
}

/*remove*/
body.remove div.container {
  margin-top:10px;
}
