@charset "shift_jis";

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

	Style Info: トップページ

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

h1 {
	width:100%;
	background-image:url(../image/title-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	padding:25px 0 20px 0;
	text-align:center;
	}

/*----------------------------------------------
   nav
----------------------------------------------*/

.nav li:last-child {
	border-bottom:none !important;
	}


/*----------------------------------------------
   最新情報
----------------------------------------------*/

a.new {
	background-image:url(../image/lbox-bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	-moz-background-size:100% auto;
	background-size:100% auto;
	border-bottom:1px solid #a3a3a3;
	display:block;

	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	}

.new.touchstyle { background-image:url(../image/lbox-bg_on.png) !important; }
.new.notouchstyle { background-image:url(../image/lbox-bg.png); }

.new-photo {
	width:100px;
	float:left;
	}

.new-dt {
	margin-left:115px;
	padding-right:25px;
	}


/*----------------------------------------------
   footer
----------------------------------------------*/

.up {
	border-bottom:4px solid #8fc31f;
	}

