  @charset "utf-8";

/* =======================================
	¥â¥Ð¥¤¥ëÓÃ£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥È£©
======================================= */

@media (max-width: 768px) {

.sp_none {
	display: none;
}


/* -------------------------------
	¥ì¥¤¥¢¥¦¥È£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥ÈÓÃ£©
------------------------------- */

/* indexÓÃ */
#mainL,#columnL {
    display: none;
}

#mainWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
    clear: both;
}

footer {
	font-size: 12px;
}

/* -------------------------------
	»ù±¾•øÊ½£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥ÈÓÃ£©
------------------------------- */

body {
	background-color: #FFF;

}

img {
	max-width : 100% ;
	height : auto ;
	margin: 10px auto;
	display: block;
}

#mainR img {
	width : 90% ;
	height : auto ;
} 



img.clLft {
	float: none;
	text-align: left;
}

img.clCenter {
	float: none;
	text-align: center;
	margin: 0 auto;
}



H1,H2 {
	margin: 0;
	padding: 22px 10px;
	line-height: 1;
	border-radius: 0; 
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
}

H2 {
	text-align: left;
	line-height: 1.4;
}

H3 {
	margin: 20px 10px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

h4 {
	font-size:30px;
	padding: 8px 0;
	border-radius: 0;
	margin:40px 0px 20px 0px; 
	line-height: 1.2;
}

blockquote {
	margin: 1em;
}

blockquote p {
	text-align: left;
}


/* -------------------------------
	¤½¤ÎËû¤Î•øÊ½£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥ÈÓÃ£©
------------------------------- */

.dean {
	margin: 40px 0 0;
}


/* -------------------------------
	¥ê¥¹¥È£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥ÈÓÃ£©
------------------------------- */

ul.L01,ul.L02 {
	margin-left: 2em;
}


/* -------------------------------
	¥Æ©`¥Ö¥ë£¨¥¹¥Þ¥Û?¥¿¥Ö¥ì¥Ã¥ÈÓÃ£©
------------------------------- */

.mbscroll{
overflow: auto;
white-space: nowrap;
}




}/* ¥â¥Ð¥¤¥ëÓÃ¤³¤³¤Þ¤Ç */


/* -------------------------------
	ÉÏ¤Î¥Ð©`ÓÒ¤ÎÓà°×
------------------------------- */

    .hd_bg .hd > .hd_donation {
        position: absolute;
        top: 0;
        right: 80px;
        transition: all 0.3s ease;
    }

