/* クリア */
.clear { clear: both;}

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

/* レスポンシブ */
.responsive {
	text-align: center;
}
.responsive img {
	width: 100%;
}

/* ページ間リンク調整 */
.mtpt {
	margin-top: -80px;
	padding-top: 80px;
}

/* 背景色 */
.yellow_bg {
	background: #ffe600 !important;
}

/* 点滅 */
.blinking1 {
	-webkit-animation:blink_a 1.5s ease-in-out infinite alternate;
    -moz-animation:blink_a 1.5s ease-in-out infinite alternate;
    animation:blink_a 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_a {
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink_a {
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@keyframes blink_a {
    0% {opacity:0.1;}
    100% {opacity:1;}
}

/* ズーム */
p.zoom1 {
    overflow: hidden;
}
p.zoom1 img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
p.zoom1:hover img {
    transform: scale(1.03);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

/* フロート */
.fl	{float:left;}
.fr	{float:right;}

/* テキスト */
.ali_center	{ text-align: center !important; }
.ali_left	{ text-align: left !important; }
.ali_right	{ text-align: right !important; }

.ali_center_left {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.ali_center_left .text {
	text-align: left;
	display: inline-block;
}

.fl			{float: left;}
.fr			{float: right;}
.hide		{display: none;}

.red	{ color: #ff3300; }
.black	{ color: #222222; }

/* フォント */
.fb {font-weight: bold;}
.fn {font-weight: normal;}

.fz11 {font-size: 11px;}
.fz12 {font-size: 12px;}
.fz13 {font-size: 13px;}
.fz14 {font-size: 14px;}
.fz15 {font-size: 15px;}
.fz16 {font-size: 16px;}
.fz17 {font-size: 17px;}
.fz18 {font-size: 18px;}
.fz19 {font-size: 19px;}
.fz20 {font-size: 20px;}
.fz21 {font-size: 21px;}
.fz22 {font-size: 22px;}
.fz23 {font-size: 23px;}
.fz24 {font-size: 24px;}
.fz26 {font-size: 26px;}
.fz27 {font-size: 27px;}
.fz30 {font-size: 30px;}
.fz36 {font-size: 36px;}
.fz40 {font-size: 40px;}

.lh10 {line-height: 1em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}
.lh13 {line-height: 1.3em;}
.lh14 {line-height: 1.4em;}
.lh15 {line-height: 1.5em;}
.lh16 {line-height: 1.6em;}
.lh17 {line-height: 1.7em;}
.lh18 {line-height: 1.8em;}
.lh19 {line-height: 1.9em;}
.lh20 {line-height: 2.0em;}

/* マージン */
.mt1 { margin-top: 1px;}
.mt3 { margin-top: 3px;}
.mt5 { margin-top: 5px;}
.mt8 { margin-top: 8px;}
.mt10 { margin-top: 10px;}
.mt11 { margin-top: 11px;}
.mt12 { margin-top: 12px;}
.mt13 { margin-top: 13px;}
.mt14 { margin-top: 14px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.mt110 { margin-top: 110px;}
.mt120 { margin-top: 120px;}
.mt130 { margin-top: 130px;}
.mt140 { margin-top: 140px;}
.mt150 { margin-top: 150px;}

.mb-20 { margin-bottom: -20px !important;}

.mb5  { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.ml5  { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml13 { margin-left: 13px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}

.mr5  { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}

/* パディング */
.pt3 { padding-top: 3px;}
.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}
.pt45 { padding-top: 45px;}
.pt50 { padding-top: 50px;}
.pt60 { padding-top: 60px;}
.pt65 { padding-top: 65px;}
.pt70 { padding-top: 70px;}
.pt80 { padding-top: 80px;}

.pb10 { padding-bottom: 10px;}
.pb20 { padding-bottom: 20px;}

/*幅*/
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }



/* スマホ用 */
.SP_on {
	display: none;
}
.nowrap { white-space: nowrap; }
@media only screen and (max-width: 767px) {
	.SP_none { display: none; }
	.SP_on { display: inline; }
	.SP_ali_center { text-align: center !important; }
	.SP_ali_left { text-align: left !important; }
	.nowrap { white-space: normal; }

	.SP_fz9 { font-size: 9px; }
	.SP_fz10 { font-size: 10px; }
	.SP_fz11 { font-size: 11px; }
	.SP_fz12 { font-size: 12px; }
	.SP_fz13 { font-size: 13px; }
	.SP_fz14 { font-size: 14px; }
	.SP_fz15 { font-size: 15px; }
	.SP_fz16 { font-size: 16px; }
	.SP_fz17 { font-size: 17px; }

	.SP_w10 { width: 10%; }
	.SP_w20 { width: 20%; }
	.SP_w30 { width: 30%; }
	.SP_w40 { width: 40%; }
	.SP_w50 { width: 50%; }
	.SP_w60 { width: 60%; }
	.SP_w70 { width: 70%; }
	.SP_w80 { width: 80%; }
	.SP_w90 { width: 90%; }
	.SP_w100 { width: 100%; }

	.SP_center { margin-left: auto; margin-right: auto; }
	.SP_fl { float: left; }
	.SP_fr { float: right; }
	.SP_clear { clear: both; }

	.SP_mt0 { margin-top: 0 !important; }
	.SP_mt5 { margin-top: 5px !important; }
	.SP_mt10 { margin-top: 10px !important; }
	.SP_mt15 { margin-top: 15px !important; }
	.SP_mt20 { margin-top: 20px !important; }
	.SP_mt30 { margin-top: 30px !important; }
	.SP_mt40 { margin-top: 40px !important; }
	.SP_mt50 { margin-top: 50px !important; }

	.SP_mb5 { margin-bottom: 5px !important; }
	.SP_mb10 { margin-bottom: 10px !important; }
	.SP_mb15 { margin-bottom: 15px !important; }
	.SP_mb20 { margin-bottom: 20px !important; }

	.SP_mt-50 { margin-top: -50px !important; }
	.SP_mb-50 { margin-bottom: -50px !important; }

	.SP_wmax { width: 100%; }
}










