@charset "utf-8";
/* CSS Document */

/* font */
/* --------------------------------------------------------------------------- */
.bold{
	font-family :'Anton';
	font-weight:normal;
}


/* 画像ホバーで大きくなる */
/* --------------------------------------------------------------------------- */
.imgUp {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	background-color:#000;
}
.imgUp img {
	display: block;
	transition-duration: 0.2s;	/*変化に掛かる時間*/
}
.imgUp img:hover {
	transform: scale(1.04);	/*画像の拡大率*/
	opacity: 0.8;
	transition-duration: 0.2s;	/*変化に掛かる時間*/
}


/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: block;
}
/* bgImg */
/* --------------------------------------------------------------------------- */
.bgImg {
	display:block;
	text-align:left;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	outline:none;/* FF蟇ｾ遲・*/
}
/* img */
/* --------------------------------------------------------------------------- */
img {
	display: block;
}
img {
    -webkit-backface-visibility: hidden;
}
/* nowrap */
/* --------------------------------------------------------------------------- */
.nowrap {
	white-space:nowrap;
}
/* a */
/* --------------------------------------------------------------------------- */
a {
	color: #383838;
	text-decoration: none;
	outline:none;/* FF蟇ｾ遲・*/
}
a:hover {
	text-decoration: underline;
}

.op :hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
    -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.eOp {
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.eOp:hover {
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.eTr:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* font */
/* --------------------------------------------------------------------------- */
/* font-weight */
.b {
	font-weight: bold !important;
}
/* font-family */
.ffMin {
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取・譛・ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "・ｭ・ｳ ・ｰ譏取悃", "・ｭ・ｳ 譏取悃", serif;
}
/* font-size */
.fs10 {
	font-size: 63% !important;
}
.fs11 {
	font-size: 69% !important;
}
.fs12 {
	font-size: 75% !important;
}
.fs13 {
	font-size: 82% !important;
}
.fs14 {
	font-size: 88% !important;
}
.fs15 {
	font-size: 94% !important;
}
.fs16 {
	font-size: 100% !important;
}
.fs17 {
	font-size: 107% !important;
}
.fs18 {
	font-size: 113% !important;
}
.fs19 {
	font-size: 119% !important;
}
.fs20 {
	font-size: 125% !important;
}
.fs21 {
	font-size: 132% !important;
}
.fs22 {
	font-size: 138% !important;
}
.fs23 {
	font-size: 144% !important;
}
.fs24 {
	font-size: 150% !important;
}
.fs25 {
	font-size: 157% !important;
}
.fs26 {
	font-size: 163% !important;
}

/* list-style-type */
/* --------------------------------------------------------------------------- */
ul.listDisc {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
ul.listDecimal {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}


@media print, screen and (min-width: 768px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:block !important;
}
.forSp {
	display:none !important;
}
}
/* min-width: 768px */
@media screen and (max-width: 767px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:none !important;
}
.forSp {
	display:block !important;
}
img{
	width:100%;
}
}
/* min-width: 768px */