@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
  overflow-wrap : break-word;
}
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
html,body {
  height:100%;
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color:#2C1200;
}
a:hover, a:active {
	text-decoration:underline;
	color:#ed6300;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img {
	max-width: 100%;
	height: auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#wrapper {
	position:relative;
	margin:0 auto;
	overflow: hidden;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	position: relative;
	margin:0 auto;
	padding-bottom: 10px;
	background:#fff;
}

#seo {
}
#seo h1 {
	width:1055px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
	color:#3A2621;
}
#header .header{
	position:relative;
	width:1055px;
	margin:0 auto;
	line-height:1.5;
}
#header #logo {
	display:inline;
	float:left;
	margin:10px 25px 0 0;
}
#header #h_copy {
	display:inline;
	float:left;
	width:500px;
	margin:10px 0 0;
	line-height:1.5;
}
#header #h_copy #catch a{
	font-size:12px;
}
#header #h_copy #catch a:hover{
}
#header #h_copy #area {
	font-size:10px;
	font-weight:normal;
}
#header #h_tel {
	width: 220px;
	text-align:right;
}
#header #h_tel .contact{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#header #h_tel .tel{
	color: #fe9c26;
	font-size: 24px;
	font-weight: bold;
	background:url(../images/ico_tel.png) no-repeat 8px center;
	padding-right: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
#header #h_tel .acceptance {
	padding: 3px 0;
	font-size:11px;
	text-align:center;
	font-weight: normal;
	color: #fff;
	background: #000;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#navi {
	background: #000;
	padding: 1px 0;
}
#navi #menu {
	position:relative;
	display:table;
	table-layout: fixed;
	width:1055px;
	margin:0 auto;
	border-collapse:collapse;
}
#navi #menu li {
 position: relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #000;
}
#navi #menu li.wid100 {
	width: 100px;
}
#navi #menu li.wid140 {
	width: 140px;
}
#navi #menu li a {
	position:relative;
	display:block;
	color:#fff;
	background: #ed6300;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	height:40px;
	line-height:1.4;
	padding-top:10px;
}
#navi #menu li a span{
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
#navi #menu li a:hover {
	background: #fe9c26;
}
#navi #menu .sub {
 display: none;
 position: absolute;
 z-index: 999;
 top: 50px;
 left: 0;
 width: 100%;
}
#navi #menu .sub li {
 float: none;
 display: block;
}
#navi #menu .sub li a {
 padding-top: 0;
 line-height: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:1055px;
	margin:20px auto 50px;
	background-color:#FFF;
}
.container {
	width: 1055px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	float:right;
	width:766px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:left;
	width:260px;
}
#side a:link, #side a:visited {
}
#side a:hover, #side a:active {
}
#side img {
	max-width: 100%;
	height: auto;
}
#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	position:relative;
	margin-bottom:10px;
	padding-left:10px;
	border-left:9px solid #000;
	background: #fe9c26;
	font-size:15px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}
#side .head::before {
	position:absolute;
	content:'';
	display:block;
	top:50%;
	left:-6px;
	width: 0;
	height: 0;
	margin-top:-5px;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
}
.btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .btn_login a {
	margin:0 20px;
	background: #97C232;
}
#side .btn_regist a {
	color: #fff;
	margin:0 20px 5px;
	background:#ff6600;
}
#side .btn_regist a:hover {/*
	background: #0f94db;*/
}
#side .btn_contact a {
	margin:0 20px 5px;
	background:#000;
	font-size: 16px;
	color: #fff;
}
#side .btn_contact a:hover {
	background: #6b6a6a;
}
#side .bnr {
	margin:0 auto 20px;
	width: 100%;
	height: auto;
}
#side .bnr ul li {
	margin:0 0 10px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
	margin:0 5px 5px;
}
#side .side_content ul li a{
	position: relative;
	display:block;
	padding:4px 0 4px 20px;
	text-decoration:none;
	color:#3a2621; 
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#side .side_content ul li a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #0080c5;
}
#side .side_content ul li a:hover{
	background: #f4f4f4;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #3a2621;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #3a2621;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}
#side .smenu dl dd a:hover {
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#fcf3ec;
	padding:20px;
	color: #333;
}
#side .side_regist .head{
	border:none;
	text-align:center;
	font-size:18px;
	color: #fb2e2e;
	background: url(../images/ico_human.png) no-repeat 30px 3px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist ul {
	margin: 15px 20px 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	margin:0 auto 10px;
}
#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .link .head{
	margin:0 auto 5px;
}
#side .link ul{
	width: 260px;
}
#side .link ul li{
	margin: 0 0 10px;
}
#side .link ul li img{
	max-width:260px;
	vertical-align:top;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 30px;
	line-height:150%;
}
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .upper {
	/*background:#fff url(../images/side_company_top.jpg) no-repeat top;*/
}
#company_info h3 {
	font-size:16px;
	margin:0 10px 5px;
	border-bottom:1px solid #ccc;
}
#company_info h3 a{
}
#company_info .addr {
	margin:0 0 5px;
	padding:0 10px;
}
#company_info img{
	margin:0 0 5px;
}
#company_info .side_tel {
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 20px 10px;
	padding:10px 20px 10px 10px;
	color: #f4a024;	
}
#company_info .side_tel .tel_num {
	font-size: 24px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .fax_num {
	font-size: 18px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
	text-align: center;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
}
#company_info .bottom p {
    margin: 10px 10px 20px;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	margin:0 auto;
	padding:20px 0 0;
	background: #ed6300;
	color: #fff;
	border-top: 4px solid #333;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #333;
	text-decoration:underline;
}
.footer {
	width:1080px;
	margin:0 auto;
}
#footer .f_menu ul li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
#footer2 {
	background: #ed6300;
	padding: 10px 0;
}
#footer2,
#footer2 a{
	color: #fff;
}
#footer2 address {
	text-align: center;
}
#footer2 address a:hover{
	color:#333;
}
#footer2 .right {
	width:40%;
	width: 80%;
}
#footer2 .right ul li {
	display:inline;
	float:right;
	margin:0 0 0 5px;
}
.f_msg{
	text-align: center;
	font-size: 12px;
	color:#fff;
	padding-top: 20px;
	margin-bottom: 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-9．現地待ち合わせ予約
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side #form {
	background: #19015b;
	padding: 13px;
	margin: 0 0 20px;
}
#side #form p.ttl{
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#side #form p.ttl_sub{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px;
	text-align: center;
}
#side #form form .bloc {
	margin: 0 0 5px;
}
#side #form form .bloc input{
	width: 108px;
	height: 35px;
}
#side #form form p {
	margin: 0 0 5px;
}
#side #form form p input{
	width: 230px;
	height: 35px;
}
#side #form form p textarea{
	width: 228px;
	height: 60px;
}
#side #form form button{
	width: 100%;
	font-size: 18px;
	background:#f8ea05;
	border: none;
	line-height: 35px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#c00;
}
.blue {
	color:#36c;
}
/*太字*/
.bold {
	font-weight:bold;
}


/* c-flex
--------------------------------------------------------- */

[class*="c-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-flex--col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.c-flex--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-flex--between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-flex--around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.c-flex--alignCenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.c-flex--alignEnd {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.c-flex--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.c-jus-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.c-jus-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}



.fa{
	margin-right:5px;
}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
 /* 点滅 */
.blinking{
	-webkit-animation:blink .7s ease-in-out infinite alternate;
    -moz-animation:blink .7s ease-in-out infinite alternate;
    animation:blink .7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
