/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}
.material-icons{
	font-feature-settings: 'liga';
}
.mdl-layout__header{
  background: #ffffff!important;/*ヘッダーのカラー*/
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1)!important;/*ヘッダーのシャドウ*/
	min-height: 50px;
}
.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
  height: 64px;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}
.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 32px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 32px;
  line-height: 32px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab .is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 48px;
}
.mdl-demo .mdl-card {
  height: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-card01{
	background: url(images/card-top01.png) no-repeat left top;
}
.mdl-card02{
	background: url(images/card-top02.png) no-repeat left top;
}
.mdl-card03{
	background: url(images/card-top03.png) no-repeat left top;
}
.mdl-card04{
	background: url(images/card-top04.png) no-repeat left top;
}
.mdl-card05{
	background: url(images/card-top05.png) no-repeat left top;
}
.mdl-card06{
	background: url(images/card-top06.png) no-repeat left top;
}
.mdl-card07{
	background: url(images/card-top07.png) no-repeat left top;
}
.mdl-card08{
	background: url(images/card-top08.png) no-repeat left top;
}
.mdl-card09{
	background: url(images/card-top09.png) no-repeat left top;
}
.mdl-card10{
	background: url(images/card-top10.png) no-repeat left top;
}
.mdl-card11{
	background: url(images/card-top11.png) no-repeat left top;
}
.mdl-card12{
	background: url(images/card-top12.png) no-repeat left top;
}
.mdl-card13{
	background: url(images/card-top13.png) no-repeat left top;
}
.mdl-card14{
	background: url(images/card-top14.png) no-repeat left top;
}
.mdl-card15{
	background: url(images/card-top15.png) no-repeat left top;
}
.mdl-card16{
	background: url(images/card-top16.png) no-repeat left top;
}
.mdl-card17{
	background: url(images/card-top17.png) no-repeat left top;
}
.mdl-card18{
	background: url(images/card-top18.png) no-repeat left top;
}
.mdl-card19{
	background: url(images/card-top19.png) no-repeat left top;
}
.mdl-card20{
	background: url(images/card-top20.png) no-repeat left top;
}
.mdl-card21{
	background: url(images/card-top21.png) no-repeat left top;
}
.mdl-card22{
	background: url(images/card-top22.png) no-repeat left top;
}
.mdl-card23{
	background: url(images/card-top23.png) no-repeat left top;
}
.mdl-card24{
	background: url(images/card-top24.png) no-repeat left top;
}
.mdl-card25{
	background: url(images/card-top25.png) no-repeat left top;
}
.mdl-card26{
	background: url(images/card-top26.png) no-repeat left top;
}
.mdl-card27{
	background: url(images/card-top27.png) no-repeat left top;
}
.mdl-card28{
	background: url(images/card-top28.png) no-repeat left top;
}
.mdl-card29{
	background: url(images/card-top29.png) no-repeat left top;
}
.mdl-card30{
	background: url(images/card-top30.png) no-repeat left top;
}
.mdl-demo .mdl-card .mdl-card-sites{
  width: 300px;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
	margin: 20px 20px 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
/*  width: calc(100% - 80px);*/
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 10px;
  color: inherit;
  background: url(images/cream_pixels.png);
}
.mdl-demo .mdl-card__actions a {
  color: #00BCD4;
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.wrap{
	margin: 0 auto;
	width: 960px;
	margin-bottom: 50px;
}
.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 860px;
}
.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header{
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 24px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}
.mdl-textfield__input{
	/*border: none;*/
}
.card-container{
	padding:10px;
  float: left;
}
.material-icons {
    cursor: pointer;
}
.table_container {
    min-height: 200px;
    margin-top: 20px;
}
.card-site-name {
    font-size: 20px;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.card-domain-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
	z-index: 9999;
}

/*見出し*/
h1{
	font-size: 34px;
}

/*ホバーアクション*/
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #ff4081;
}
.mdl-data-table tbody tr.is-selected{
	background: #fafafa;
}

/*テーブル*/
.mdl-data-table{
	width: 100%;
}
th .mdl-data-table__cell--non-numeric{
	background: rgba(88,148,239,1.00)!important;
}
.th mdl-data-table__cell--non-numeric{
	vertical-align: middle !important;
}
select .mdl-textfield__input{
	border: 1px solid #ccc !important;
}

/*ログインページ*/
.login-page{
/*	background: url(images/login-bg.png) no-repeat center center fixed; */
	background: #ffffff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-box{
	width: 300px;
	margin: 0 auto;
	margin-top: 100px;
}
.login-logo{
	width: 240px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.form-box{
	width: 260px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 30px;
	background: #fff;
	background-color: rgba(255,255,255,0.75);
}
.form-box label{
	font-size: 14px;
	color: #555;
	text-align: left;
}
.form-box input{
	width: 238px;
	padding: 10px;
	font-size: 16px;
}
table input{
	width: 693px;
	padding: 10px;
	font-size: 16px;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
input::-moz-placeholder {
    color: #ccc;
}
.form-btn{
	font-size: 16px;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,167,60,1.00);
	color: #fff;
	border: 1px solid rgba(0,167,60,1.00);
	border-radius: 5px;
}
.form-btn:hover{
	background: rgba(0,167,60,0.8);
	border: 1px solid rgba(0,167,60,1.);
	cursor: pointer;
	cursor: hand;
}
.register{
	text-align: center;
}

/*間隔*/
.pd0{
	padding: 0!important;
}
.mg0{
	margin: 0;
}
.pdmg0{
	padding: 0;
	margin: 0;
}
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb12{
	margin-bottom: 12px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.pb0{
	padding-bottom: 0;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb12{
	padding-bottom: 12px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pb25{
	padding-bottom: 25px;
}
.pb30{
	padding-bottom: 30px;
}
.mr10{
	margin-right: 10px;
}

/*文字サイズ*/
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs40{
	font-size: 40px;
}

/*ページャー*/
.pager{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.back_first{
	background: #555;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
.next_last{
	background: #555;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
.back a{
	background: #ccc;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
.back a:hover{
	background: rgba(88,148,239,1.00);
}
.next a{
	background: #ccc;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
.next a:hover{
	background: rgba(88,148,239,1.00);
}
.page-arrow{
	color: #ccc;
}
.page-arrow:hover{
	color: rgba(88,148,239,1.00);
}

/*カードデザイン変更*/
.mdl-card__supporting-text ul{
	padding-left: 0;
}
.mdl-card__supporting-text ul li{
	width: 180px;
}
sesction header{
	width: 240px;
}
h4{
	font-size: 16px;
	word-wrap:break-word;
  	overflow:auto;
}
.mdl-textfield{
	width: 180px;
}
.mdl-card__supporting-text ul li{
	font-size: 12px;
	margin-bottom: 0;
}


/*テーブル*/
thead{
	background: #eee;
}
th .mdl-checkbox__box-outline{
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    z-index: 2;
}

/*テーブルをdivに修正*/
.table{
	width: 100%;
}
.table-head{
	background: rgba(88,148,239,1.00)!important;
	color: #fff;
}
.t-contents{
	float: left;
	padding: 15px;
}
.t-contents_b{
	flex: left;
	padding-top: 10px;
}
.table-body{
	border: 1px solid #ccc;
}


/*フォントカラー変更*/
.clWhite{
	color:#fff;
}

/*背景色、ボーダー*/
.bgBlue{
	background: rgba(88,148,239,1.00)!important;
}
.bgGray{
	background: #ddd;
	border-bottom: 1px solid #fff;
}
.bglightGray{
	background: #eee;
	border-bottom: 1px solid #fff;
}
.bgGray02{
	background: #ddd;
}
.no-border{
	border: none;
}

/*幅指定*/
.width40{
	width: 40%;
}

/*セレクトボタン*/
select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 1em;
	background: url(images/down.png) no-repeat right center !important;
	background-color: #fff !important;
	background-size:20px 10px;
	background-position: right center;
	line-height: 30px;
	font-size: 15px;
	vertical-align: middle;
	border:1px solid #CCC;
	padding-left: 10px !important;
	margin-bottom:5px;
	-moz-appearance: none;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
}
.mdl-data-table{
	border-collapse: separate;
}

html:not([lang*=""]) .mdl-data-table th {	/* Firefox用ハック */
	border-collapse: separate;
}

.mdl-data-table th{
	border-bottom:1px solid #fff!important;
}
/* ファイル選択がうまく出ないので消す tanamachi
.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .5em;
  border: 1px solid #999;
  background-color: #eee;
}

.file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
*/


/* ==========================================================================
    Dashboard
    ========================================================================== */

.centered {
  text-align: center;
  margin: 0 auto;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box.box-success {
    border-top-color: #00a65a;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-title {
    display: inline-block;
    font-size: 18px!important;
    margin: 0;
    line-height: 1;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.youtube iframe {
  width: 100%;
}

.box-body > .youtube {
    width: 100%;
}

.box .nav {
    display: table;
    width: 100%;
    background: #FFF;
}

.box .nav__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.box .nav__item + .nav__item {
    border-left: 1px solid #CCC;
}

.box .nav__item a {
    display: block;
    padding: 15px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
/* 順位グラフ部分のスタイル */
.ranking_chart{
	display: none;
	position: absolute;
	top: 0px;
	left: -1000px;
	width: 300px;
	height: 100px;
	overflow: hidden;
	z-index: 0;
}
