@charset "UTF-8";
/*========================================================*/
/*　共通スタイルシート（使用頻度の高いもの）　　　　　　　*/
/*========================================================*/
/*以下は基本的に変更なし*/
body {
  margin: 0;
  padding: 0;
  text-decoration: none;
  scrollbar-face-color: #ffffff;
  /*スクロールバーの色変更（IEのみ）*/
  scrollbar-arrow-color: #11678b;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #11678b;
  scrollbar-hightlight-color: #ffffff;
  scrollbar-3dlight-color: #11678b;
  scrollbar-track-color: #50c0e1;
  background-color: #ffffff;
  font-family: "メイリオ", meiryo, sans-serif;
}

html {
  scrollbar-face-color: #ffffff;
  /*スクロールバーの色変更（IEのみ）*/
  scrollbar-arrow-color: #11678b;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #11678b;
  scrollbar-hightlight-color: #ffffff;
  scrollbar-3dlight-color: #11678b;
  scrollbar-track-color: #50c0e1;
}

img {
  margin: 0;
  padding: 0;
  border-style: none;
}

p {
  margin: 0px;
  padding: 0px;
}

br {
  letter-spacing: normal;
}

/*基本的なテキストリンクのスタイル*/
a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
}

a:link {
  color: #1e90ff;
}

a:visited {
  color: #6090ef;
}

a:hover {
  color: #ff69b4;
}

a:active {
  color: #90ee90;
}

* {
  zoom: 1;
}

/*基本的なリンクバナーのスタイル*/
.hover:hover {
  opacity: 0.7;
}

/*========================================================*/
/*　もじゃべあ関係ページ　　　　　　　　　　　　　　　　　*/
/*========================================================*/
/*　もじゃべあ関係の全ページに()内の背景画像を指定　*/
#team {
  background: url(../images/team/team-haikei.gif) repeat fixed;
}

/*　トップページ　　　　　　　　　　　　　　　　　　　　　*/
/*========================================================*/
/*　トップページのメイン枠　*/
#team-main {
  border: 1px solid #11678b;
  margin: 10px auto 10px auto;
  width: 720px;
  position: relative;
  background-color: #ffffff;
}

/*　スライダーNEWアイコン　*/
.newicon {
  margin-top: -90px;
  z-index: 100;
  left: 53px;
  top: 0;
  position: absolute;
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
          animation: bounce 1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    top: 2px;
  }
  100% {
    top: 5px;
  }
}

@keyframes bounce {
  0% {
    top: 2px;
  }
  100% {
    top: 5px;
  }
}
/*　更新履歴部分　*/
#box {
  top: 0px;
  width: 357px;
  height: 200px;
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  margin: 5px 15px 5px 0px;
}

.nwsh {
  border-bottom: 3px double #b5e8ff;
  font-size: 18px;
  font-weight: bold;
  color: #5fbdfc;
  padding: 3px 10px;
  margin: 5px 5px 0px 5px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.nws {
  text-align: left;
  color: #555;
  font-size: 12px;
  line-height: 140%;
}

.nws p {
  text-indent: -1em;
  border-bottom: 1px dashed #aaa;
  padding: 5px 0px 5px 1em;
}

.nws p:last-child {
  text-indent: -1em;
  border-bottom: 0px dashed #aaa;
  padding: 5px 0px 5px 1em;
}

.nws p:first-line {
  color: #ef4a79;
}

.twitter-timeline {
  margin: 10px 10px 10px 0px;
  width: 390px !important;
  height: 350px !important;
}

/*　トップ・コンテンツ部分　*/
.t_r {
  display: block;
  background: url(../images/prdct.jpg);
  background-color: #efefef;
  border: 1px solid #333;
  width: 450px;
  height: 100px;
  color: #fff;
  text-align: left;
  line-height: 130%;
  position: relative;
}

.t_rh {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 3px 0px;
  padding: 5px 5px;
}

.t_r_l {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  transition: height 0.2s linear, background-color 0.2s linear;
  -moz-transition: height 0.2s linear, background-color 0.2s linear;
  -webkit-transition: height 0.2s linear, background-color 0.2s linear;
  -ms-transition: height 0.2s linear, background-color 0.2s linear;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 2px #000;
  z-index: 10;
  overflow: hidden;
}

.t_r:hover .t_r_l {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

.t_rtxt {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0px 10px;
  border-top: 1px solid #fff;
  overflow: hidden;
  z-index: 100;
}

.t_r:hover .t_rtxt {
  display: block;
}

/*　トップ以外全ページのメイン枠　*/
#team-main2 {
  border: 1px solid #11678b;
  margin: 10px auto 10px auto;
  width: 720px;
  background: url(../images/team/haikei.gif) no-repeat;
  background-color: #ffffff;
}

/*　回り込み解除　*/
.clear {
  clear: both;
}

.clear hr {
  display: none;
  line-height: 0px;
}

/*　もじゃべあ関係テキスト部分（グレー文字、背景20%透け）　*/
.team-text {
  font-size: 80%;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*　もじゃべあ関係見出し１　*/
h1.team {
  background-color: #d6f9ff;
  border: 3px double #50c0e1;
  color: #26699a;
  font-weight: bold;
  font-size: 100%;
  line-height: 160%;
  margin: 10px 40px 0px 40px;
  text-indent: 1em;
}

/*　もじゃべあ関係見出し２　*/
h2.team {
  background-color: #d6f9ff;
  border-bottom: 1px solid #50c0e1;
  color: #26699a;
  font-weight: bold;
  font-size: 100%;
  line-height: 160%;
  margin: 0;
  text-indent: 1em;
}

/*　もじゃべあ関係見出し３　*/
h3.team {
  background-color: #d6f9ff;
  color: #ee6666;
  font-weight: bold;
  font-size: 80%;
  line-height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-indent: 3em;
}

/*　もじゃべあ関係ナビゲーション（「>>トップページに戻る」などのリンク）部分　*/
.team-navi {
  font-size: 80%;
  font-weight: bold;
  margin: 10px auto 10px auto;
  text-align: center;
}

.team-navi a:link {
  color: #1e90ff;
}

.team-navi a:visited {
  color: #6090ef;
}

.team-navi a:hover {
  color: #ff69b4;
}

.team-navi a:active {
  color: #90ee90;
}

/*　フッター（著作権表示）部分　*/
#footer {
  color: #888888;
  font-size: 70%;
  margin: 15px 0px 3px 0px;
  padding: 0px;
  text-align: center;
}

/*　フォームスタイル部分（お問い合わせ、Ｑ＆Ａのフォームで使用）　*/
input {
  color: #666666;
}

/*　テキスト入力部分（一行）の文字色指定　*/
textarea {
  color: #666666;
}

/*　テキスト入力部分（複数行）の文字色指定　*/
#button {
  /*　「送信」ボタン部分のスタイル指定　*/
  border: 3px double #50c0e1;
  background-color: #e8fbff;
  color: #333333;
  width: 6em;
}

/*　詳細更新履歴スタイル設定　*/
.newsmoretext {
  font-size: 80%;
  background: url(../images/team/news-heart.gif) no-repeat 20px 2px;
  color: #006699;
  text-indent: 47px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  text-align: left;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.newsmoretext2 {
  font-size: 80%;
  background: url(../images/team/news-heart2.gif) no-repeat 20px 2px;
  color: #006699;
  text-indent: 47px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  text-align: left;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
