/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトロゴ */
/* ナビゲーション */
/* ヘッダーイメージ */
/* チャプター */
/* 記事タイトル */
/* 目録 */
/* 基本構造 */
/* 段組み */
/* 2段組みブロックスタイル */
/* 4段組みブロックスタイル */
/* フッター */
/* 背景色 */
/* 文字・書式 */
/* ボタン */
/* 画像 */
/* テーブル */
/* フォーム */
/* レイアウト汎用 */
/* 掲示板 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@charset "UTF-8";

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #333;
	background-color: #1E223C;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトロゴ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logo h1 {
	margin: 0;
	line-height: 1;
}

.logo h1 a {
	text-decoration: none;
}

.logo span {
	width: 180px;
	height: 39px;
	background-image: url(../img/logo.png);
	background-size: 100% 100%;
	display: inline-block;
	text-indent: -9999px;
	margin-top: 12px;
}

@media (max-width: 500px) {
	

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ナビゲーション */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nav-txt {
	display: block;
	padding: 1em;
	margin-top: 5px;
	margin-right: 5px;
}

.nav-txt:last-child {
	margin-right: 0px;
}

.nav-txt:active {
	background-color: #1E223C;
	color: #FFF;
}

/* ページ内リンク */

a.anchor {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダーイメージ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* index */

.header-img {
	width: 100%;
	height: 512px;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center;
}

@media (min-width: 501px) and (max-width: 960px) {
	
.header-img {
	height: 400px;
	background-image: url(../img/header-m.jpg);
	background-size: contain;
	background-position: top;
}

}

@media (max-width: 500px) {
	
.header-img {
	height: 400px;
	background-image: url(../img/header-s.png);
	background-position: bottom;
}

}

/* produce */

.produce-header-img {
	width: 100%;
	height: 360px;
	background-image: url(../produce/img/produce-header.jpg);
	background-size: cover;
	background-position: center;
}

@media (min-width: 501px) and (max-width: 800px) {
	
.produce-header-img {
	height: 360px;
	background-image: url(../produce/img/produce-header-m.jpg);
	background-position: top;
}

}

@media (max-width: 500px) {
	
.produce-header-img {
	height: 320px;
	background-image: url(../produce/img/produce-header-s.jpg);
	background-position: top;
}

}

/* info */

.info-header-img {
	width: 100%;
	height: 360px;
	background-image: url(../information/img/info-header.jpg);
	background-size: cover;
	background-position: center;
}

@media (min-width: 501px) and (max-width: 800px) {
	
.info-header-img {
	height: 360px;
	background-image: url(../information/img/info-header-m.jpg);
	background-position: top;
}

}

@media (max-width: 500px) {
	
.info-header-img {
	height: 256px;
	background-image: url(../information/img/info-header-s.jpg);
	background-position: top;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* チャプター */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.chapter {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #1E223C;
}

.chapter-main::before {
    background: #FFF;
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    width: 120px;
}

.chapter-main {
	font-family: 'Unna', serif;
	font-size: 3rem;
	color: #FFF;
	margin-top: 0;

	position: relative;
	padding-top: 0.5em;
	line-height: 1.25em;
}

.chapter-sub {
	margin: 0;
	font-size: 1rem;
	color: #FFF;
	line-height: 1.3em;
}

@media (max-width: 767px) {

.chapter-main {
	font-size: 2.5rem;
}

.chapter-sub {
	font-size: 1rem;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 記事タイトル */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ttl {
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 目録 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.catalogue {
	background-image: url(../img/CONTENTS.png);
	background-repeat: no-repeat;
	padding-top: 10%;
	background-position: left top;
	background-size: 100%;
	padding-left: 1rem;
	border: 1px solid #333;
	padding-right: 1rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本構造 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.row .col:first-child {
	margin-left: 0;
}

.row:after	{
	content: "";
	display: block;
	clear: both;
}

.container {
	max-width: 1296px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 48px;
	padding-right: 48px;
}

article, .article {
	padding-top: 60px;
	background-color: #FFF;
	padding-bottom: 60px;
}

@media (max-width: 500px) {
	
.container {
	padding-left: 1rem;
	padding-right: 1rem;
}

}

.col {
	padding-top: 32px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 段組み */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 960px) {

/* フッター2段組み SCRN大 */
.footer .col {
	float: right;
}

.footer .col + .col	{
	float: left;
}

/* コンテンツ4段組み SCRN大 */
.contents-4 .col {
	float: left;
	width: 23.05%;
	margin-left: 2.6%;
}

/* コンテンツ2段組み SCRN大 */
.contents-2 .col {
	float: left;
	width: 58.2%;
	margin-left: 3.6%;
}

.contents-2 .col + .col	{
	width: 38.2%;
}

}

@media (min-width: 768px) and (max-width: 1024px) {

/* コンテンツ4段組み SCRN中 */
.contents-4 .col {
	float: left;
	width: 48%;
	margin-left: 4%;
}

.contents-4 .col:first-child + .col + .col {
	clear: both;
	margin-left: 0;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 2段組みブロックスタイル */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.contents-2 a {
	display: inline-block;
	color: #4010e0;
	text-decoration: none;
}

.contents-2 a:hover	{
	text-decoration: underline;
}

.contents-2 img {
	margin-bottom: 0.5rem;
}

.contents-2 h2::before {
    background: #333;
    border-radius: 3px;
    content: '';
    height: 3px;
    position: absolute;
    top: 0;
    width: 120px;
}

.contents-2 h2 {
	margin-top: 0;
	margin-bottom: 1.8em;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-top: 1em;
	line-height: 1.25em;
}

.contents-2 h3 {
	margin-top: 0;
	margin-bottom: 1.8em;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.25em;
}

@media (max-width: 500px) {
	
.contents-2 h2, .contents-2 h3 {
	font-size: 1.125rem;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4段組みブロックスタイル */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.contents-4 p {
	line-height: 1.6em;
	font-size: 0.875rem;
}

.contents-4 a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.contents-4 a:hover	{
	opacity: 0.8;
}

.contents-4 img {
	margin-bottom: 0.75rem;
}

.contents-4 h2 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.25em;
	text-align: left;
}

@media (max-width: 767px) {
	
.contents-4 h2 {
	margin-bottom: 8px;
}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* フッター */
.footer	{
	padding-bottom: 64px;
	background-color: #1E223C;
}

.footer p {
	margin: 0;
	color: #FFF;
	font-size: 0.875rem !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 背景色 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bcgd-01 {
	background-color: #333;
}

.bcgd-02 {
	background-color: #E6E9EC;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 文字・書式 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 本文基本 */

p, blockquote {
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.8em;
	text-align: left;
}

@media (max-width: 500px) {
	
p, blockquote, ul li {
	font-size: 1rem !important;
	line-height: 1.6em;
}

.boten {
	background-image: url(../img/boten_sp.svg) !important;
	background:url(background:url(../img/boten_sp.svg) top repeat-x; 
	background-size: auto;
}

}

/* 強調 */

strong {
	font-weight: normal;
}

.em-word {
}

.em-word::before {
	content: '〈';
}

.em-word::after {
	content: '〉';
}

.wquote {
}

.wquote::before {
	content: ' " ';
}

.wquote::after {
	content: ' " ';
}

/* 大見出し */

.headline {
	font-size: 2rem;
	line-height: 1.25em;
	font-weight: bolder;
}

.headline::before {
	content:"";
	display:inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/pen_icon.png) no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 500px) {
	
.headline {
	font-size: 1.5rem;
}

}

/* リード */

.lead {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1.25em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	line-height: 1.6em;
}

/* 段落 */

.paragraph {
	margin-bottom: 1.8em;
}

.paragraph-end {
	padding-bottom: 2em;
}

.paragraph-end::after {
	content: '';
	display: inline-block;
	background-image: url(../img/pen_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	float: right;
}

/* リスト */

.list li {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.125em;
	line-height: 1.8em;
	position: relative;
	padding: 0 0 0 1.25em;
	margin: 0;
}

.list li::before {
	font-family: "fontello";
	position: absolute;
	left: 0;
	content: '\f192';
	padding-top: 0.1em;
}

/* 注釈・脚注 */

.note {
	font-size: 0.875rem;
	line-height: 1.6em;
	display: inline-block;
}

.smallest {
	font-size: 0.75rem;
	line-height: 1.6em;
	display: inline-block;
}

/* 引用 */

blockquote,
.highlight {
	padding: 2em;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	position: relative;
	background-color: #F0F8FF;
	display: block;
	border: 1px solid #66696C;
}

blockquote::before {
	content: '"';
	left: 0.15em;
	top: 0.33em;
	position: absolute;
	font-size: 2.5rem;
	color: #66696C;
}

blockquote::after {
	content: '"';
	right: 0.2em;
	bottom: -0.25em;
	position: absolute;
	font-size: 2.5rem;
	color: #66696C;
}

q {
}

q::before {
	content: ' " ';
}

q::after {
	content: ' " ';
}

/* 作品のタイトル */

cite {
	font-style: normal;
}

/* 修飾 */

.divider {
  display: flex;
  align-items: center;
}
.divider::before,
.divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.divider::before {
  margin-right: 1rem;
}
.divider::after {
  margin-left: 1rem;
}


.caution {
	color: #E60000;
}

.outline {
	color: #FFF;
}

.marker {
	background: linear-gradient(transparent 70% , PowderBlue 70%);
}

.ink {
	background-image: url(../img/ink.jpg);
	background-position: left bottom;
	background-size: auto;
	width: 2em;
	height: 1em;
	display: inline-block;
	line-height: 1.8em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	margin-bottom: -0.15em;
}

.boten {
	background-image: url(../img/boten.svg);
	background:url(background:url(../img/boten.svg) top repeat-x; 
	background-size: auto;
}

.bold {
	font-weight: bold;
}

.ob {
	font-style: oblique;
}

.num {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	line-height: 1.5em;
}

.jst-L {
	text-align: left !important;
}

/* ルビ */

rt{
	margin-bottom: -0.6em;
}

/* 文字サイズ */

.txt-S {
	font-size: 75% !important;
}

.txt-L {
	font-size: 150% !important;
}

.txt-XL {
	font-size: 225% !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ボタン */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.btn-1 a {
	background: rgb(85,17,255);
	background: linear-gradient(135deg, rgba(85,17,255,1) 0%, rgba(64,16,224,1) 100%);
	color: #FFF;
	text-decoration: none;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 1rem;
	padding-left: 1rem;
	font-weight: bold;
	margin-bottom: 0px !important;
	line-height: 1.25rem;
	font-size: 1rem;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	border-radius: 4px 4px 4px 4px;
	display: block;
}

.btn-1 a::before {
	content: '〉';
}

.btn-1 a, .btn-1:active {
	color: #FFF;
}

.btn-1 a:hover {
	background: rgb(117,18,255);
	background: linear-gradient(135deg, rgba(117,18,255,1) 0%, rgba(80,17,247,1) 100%);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HR-NAV */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.hr-nav {
}

.hr-nav ul,
.hr-nav ol {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.4;
	list-style: none;
}

.hr-nav li {
	display: table-cell;
	text-align: center;
	*float: left;
}

.hr-nav li a	{
	display: block;
	padding: 10px 5px 10px 5px;
	color: #c9c9cc;
	text-decoration: none;
	border: 1px solid #c9c9cc;
	margin-left: 6px;
}

.hr-nav li a[href] {
	color: #4010e0;
	border: 1px solid #4010e0;
}

.hr-nav li a:hover {
	background-color: #ece8fc;
	text-decoration: none;
}

.hr-nav li a:active {
	background-color: #4010e0;
	color: #FFF;
}
.hr-nav li:first-child {
	margin-left: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画像 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
figure img {
	width: 100%;
	display: block;
}

.reduce-75 {
	width: 75% !important;
	height: auto !important;
	display: block;
}

.reduce-50 {
	width: 50% !important;
	height: auto !important;
	display: block;
}

.reduce-33 {
	width: 33.3% !important;
	height: auto !important;
	display: block;
}

.product-img {
	text-align: center;
	width: 100% !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* テーブル */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.table-container td {
	font-size: 1rem;
	line-height: 1.6em;
}

table {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFF;
}

table, th, td {
	border: 1px solid #9f9fab;
}

th, td {
	text-align: left !important;
	vertical-align: top;
	text-align: center;
	padding-top: 0.7em !important;
	padding-right: 1em !important;
	padding-bottom: 0.7em !important;
	padding-left: 1em !important;
	line-height: 1.3em;
}

th {
	background-color: #999999;
	color: #FFF;
}

tr > :first-child {
	width: 40%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

tbody > tr:nth-child(odd) > td {
}

tbody > tr:nth-child(even) > td	{
	background-color: #f5f5f5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* フォーム */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   
form {
	padding-right: 8px;
	padding-left: 8px;
}

form p {
	margin: 0 0 20px 0;
}

label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.875rem;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	padding: 8px;
	border: solid 1px #CCC;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	font-size: 0.875rem;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.5 );
	color: #666;
}

textarea {
	height: 120px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: solid 1px #0cf;
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #0cf;
	box-shadow: 0 0 5px 0 #0cf;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	border: none;
	border-radius: 0;
	background-color: #4010e0;
	background-image: none;
	color: #FFF;
	font-family: inherit;
	font-size: 0.875rem;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: 32px;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	border-radius: 32px;
}

input[type="submit"]:hover,
input[type="reset"]:hover, 
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: none;
	background-color: #6e49e7;
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* レイアウト汎用 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* マージン */

.mt-08 {
	margin-top: 8px;
}

.mr-08 {
	margin-right: 8px;
}

.mb-08 {
	margin-bottom: 8px;
}

.ml-08 {
	margin-left: 8px;
}

.mt-16 {
	margin-top: 16px;
}

.mr-16 {
	margin-right: 16px;
}

.mb-16 {
	margin-bottom: 16px;
}

.ml-16 {
	margin-left: 16px;
}

.mt-32 {
	margin-top: 32px;
}

.mr-32 {
	margin-right: 32px;
}

.mb-32 {
	margin-bottom: 32px;
}

.ml-32 {
	margin-left: 32px;
}

.mt-64 {
	margin-top: 64px;
}

.mr-64 {
	margin-right: 64px;
}

.mb-64 {
	margin-bottom: 64px;
}

.ml-64 {
	margin-left: 64px;
}

.mt-96 {
	margin-top: 96px;
}

.mr-96 {
	margin-right: 96px;
}

.mb-96 {
	margin-bottom: 96px;
}

.ml-96 {
	margin-left: 96px;
}

/* パディング */

.pt-08 {
	padding-top: 08px;
}

.pr-08 {
	padding-right: 08px;
}

.pb-08 {
	padding-bottom: 08px;
}

.pl-08 {
	padding-left: 08px;
}

.pt-16 {
	padding-top: 16px;
}

.pr-16 {
	padding-right: 16px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pl-16 {
	padding-left: 16px;
}

.pt-32 {
	padding-top: 32px;
}

.pr-32 {
	padding-right: 32px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pl-32 {
	padding-left: 32px;
}

.pt-64 {
	padding-top: 64px;
}

.pr-64 {
	padding-right: 64px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pl-64 {
	padding-left: 64px;
}

.pt-128 {
	padding-top: 128px;
}

.pr-128 {
	padding-right: 128px;
}

.pb-128 {
	padding-bottom: 128px;
}

.pl-128 {
	padding-left: 128px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.centering {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}




/* == ▼ 掲示板 == */

.b-board {
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
}
.b-b-scrn {
	background: #FFF;
	overflow-x: hidden;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
.b-b-txt {
	padding: 0.3em;
	margin: 0;
	color: #333;
	position: relative;
	-webkit-animation: scroll 16s linear infinite;
	-moz-animation: scroll 16s linear infinite;
	-ms-animation: scroll 16s linear infinite;
	animation: scroll 16s linear infinite;
	text-align: left;
}
@-moz-keyframes scroll {
  from {
    left: 100%;
  }
  to {
    left: -32%;
  }
}
@-webkit-keyframes scroll {
  from {
    left: 100%;
  }
  to {
    left: -32%;
  }
}
@-o-keyframes scroll {
  from {
    left: 100%;
  }
  to {
    left: -32%;
  }
}
@keyframes scroll {
  from {
    left: 100%;
  }
  to {
    left: -32%;
  }
}

/* == △ b-board == */

} /* @media */
