@charset "UTF-8";

/*
 *
 *  koshigayan web site
 *
 */


/
/*=========================================================

* .banner_900

==========================================================*/
.banner_900{
	position:relative;
	max-width: 900px;
	}

	.banner_900 a{
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:block;
		margin:2% 0;
		}

	.banner_900 a:hover{
		background-color:#ffffff;
		opacity: 0.25;
		filter: alpha(opacity=25);
			-moz-opacity: 0.25;
	}

	/*  FOR responsive========================================================*/
	
	@media only screen and (max-width: 767px) {
		img {
			width: 100%;
			height: auto;
		}
	}

	.banner_900 {
    max-width: 900px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/happinessbaner.gif);
    background-size: contain;
    width: auto;
    display: block;
    margin: 3% auto;
    float: none;
	}

	.banner_900 img {
    display: none;
    text-align: center;
	}
	
	@media only screen and (max-width: 767px) {
		.banner_900 {
			width: 100%;
			width: auto;
			height: auto;
			background: none;
		}

		.banner_900 img{
			display: block;
		}
	}

	/*==========================================================*/




/*=========================================================

* flyer_thumb

==========================================================*/
ul#flyer_thumb{
	width:100%;
	max-width :880px;
	margin: 0 auto 5%;
	}

ul#flyer_thumb li{
	float:left;
	display:block;
	width:48%;
	margin:1%;
	}

ul#flyer_thumb img{
	width:100%;
	overflow: hidden;
	height:auto;
	}
