@charset "utf-8";




/* PC向けレイアウトの指定：961px以上では固定レイアウト */
.miniimage { display: none; }  /* miniを非表示 */
.bigimage  { display: block; 
line-height: 0px;} /* bigを表示 */
	
@media only screen and (max-width: 768px) {
.miniimage {
	display: block;
	line-height: 0px;
} /* miniを表示 */
.bigimage  { display: none; }   /* bigを非表示 */
}


/* -----------------------------------------*/

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
.miniminiimage { display: none; }  /* miniminiを非表示 */
.bigbigimage  { display: block; 
line-height: 0px;} /* bigを表示 */

@media screen and (max-width:540px){
.miniminiimage {
	display: block;
	line-height: 0px;
} /* miniminiを表示 */
	.bigbigimage  { display: none; }   /* bigを非表示 */
}



.kage{-moz-box-shadow: 3px 3px 6px #333;
	-webkit-box-shadow: 3px 3px 6px #333;
	box-shadow: 3px 3px 6px #333;}




.txt70per{
	font-size: 70%;
}

.txt80per{
	font-size: 80%;
}

.txt90per{
	font-size: 90%;
}

.txt110per{
	font-size: 110%;
}

.txt120per{
	font-size: 120%;
}

.txt130per{
	font-size: 130%;
}


.txt140per{
	font-size: 140%;
}


.txt30{
	font-size: 30px;
}

.txt26{
	font-size: 26px;
}

.txt24{
	font-size: 24px;
}

.txt22{
	font-size: 22px;
}

.txt20{
	font-size: 20px;
}
.txt18{
	font-size: 18px;
}

.txt16 {
	font-size: 16px;
	}
	
.txt15 {
	font-size: 15px;
	}

.txt13 {
	font-size: 13px;
	}
	
	.txt12 {
	font-size: 12px;
	}

.txt11 {
	font-size: 11px;
}

.txt10 {
	font-size: 10px;
}

.line11{
	line-height: 11px;
}

.line15{
	line-height: 15px;
}

.line20{
	line-height: 20px;
}


.line1ten4{
line-height:1.4;}


.line1ten2{
line-height:1.2;}

/*-----------------------*/
.left_img {
	float: left;
}

.left_img_15_0 {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

.left_img_10_0 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.left_img_15_15 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.left_img_15_30 {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}


.right_img{
	float: right;
	
}



.right_img_15_15 {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.right_img_15_0 {
	float: right;
	margin-left: 15px;
}

.mgn_btm0 {
	margin-bottom: 0px;
}

.mgn_btm3 {
	margin-bottom: 3px;
}

.mgn_btm5 {
	margin-bottom: 5px;
}


.mgn_btm10 {
	margin-bottom: 10px;
}

.mgn_btm15 {
	margin-bottom: 15px;
}

.mgn_btm16 {
	margin-bottom: 16px;
}


.mgn_btm20 {
	margin-bottom: 20px;
}

.mgn_btm24 {
	margin-bottom: 24px;
}

.mgn_btm30 {
	margin-bottom: 30px;
}

.mgn_btm40 {
	margin-bottom: 40px;
}

.mgn_btm50 {
	margin-bottom: 50px;
}

.mgn_btm60 {
	margin-bottom: 60px;
}

.mgn_btm70 {
	margin-bottom: 70px;
}

.mgn_btm80 {
	margin-bottom: 80px;
}

.mgn_top15 {
	margin-top: 15px;
}

.mgn_top30 {
	margin-top: 30px;
}


.mgn_r30 {
	margin-right: 30px;
}

.mgn_r20 {
	margin-right: 20px;
}

.mgn_r22 {
	margin-right: 22px;
}




.mgn_r18 {
	margin-right: 18px;
}

.mgn_r16 {
	margin-right: 16px;
}

.mgn_r15 {
	margin-right: 15px;
}

.mgn_r11 {
	margin-right: 11px;
}

.mgn_r10 {
	margin-right: 10px;
}

.mgn_r9 {
	margin-right: 9px;
}
.mgn_r8 {
	margin-right: 8px;
}
.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.txt_left{text-align: left!important;}

.pad_top30{
	padding-top: 30px;
}




.highlighter {
	/*background: linear-gradient(transparent 40%, #ffff66 40%);*/
	background-color: #ff0;
	padding: 3px;
}




