﻿@charset 'utf-8';
/* CSS Document */
* { box-sizing: border-box; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.tra0_3 { -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; }
.tra1 { -webkit-transition: all 1s ease-out 0s; -moz-transition: all 1s ease-out 0s; -ms-transition: all 1s ease-out 0s; -o-transition: all 1s ease-out 0s; transition: all 1s ease-out 0s; }
.cp { cursor: pointer; }
.fb { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.c_333 { color: #333; }
.c_666 { color: #666; }
.c_999 { color: #999; }
.c_w { color: #fff; }
.bg_w { background: #fff; }
.c_b { color: #000; }
.bg_b { background: #000; }
.disnone, .img_d { display: none; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }