@charset "utf-8";

/* 東京式典株式会社 トップページ用CSS： 20140703
-----------------------------------------------------*/
body{
	background-image: url(./img/top_bg.jpg)!important;

}

#main-visual {
	width: 100%;
	height: 480px;
	text-align: left;
}

#main-visual .text{
	padding-top: 30px;
	padding-left: 20px;
}

#main-visual .today{
	color: #435F96;
	text-align:right;
	padding-top: 10px;
	margin-right: 5px;
}


.contents {
	margin-top: -125px;
	background-color: transparent!important;
}


/* プラン */

.plans a:hover {
	text-decoration: none!important;
}

.plans ul {
	margin-top:-15px;
}

.plans ul li {
	float: left;
}

.plans ul li a img {
	border:1px solid #ddd;
}

.plans ul li.first {
	clear: left;
	margin-right: 30px;
}

.plans ul li .text {
	line-height: 1.0;
	z-index: 100;
	position: relative;
	top:235px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.plans ul li .text .price {
	font-size: 18px;
	color: #A45656;
}

.bnr {
	clear:both;
	margin-left:4px;
	margin-bottom: 20px;
	text-align: center;
}

.bnr h2.hibiya a {
	display: block;
	border: 1px solid #eee;
	width: 688px;
	height: 124px;
	text-indent:-9999px;
	background: url(./img/bnr_hibiyakadan.jpg) no-repeat left top;
}

.bnr h2.hibiya {
	padding-left: 6px;
}

/* 新着情報 */
.whatsnew {
	clear: both;
	margin-left: 4px;
	padding-top: 30px;
	margin-bottom: 30px;
	text-align:center;
}

.whatsnew .textbox {
	width: 684px;
	margin: 0 auto;
	background: url(./img/news_bg.png) top left;
}

.whatsnew .text {
	margin: 0 20px;
	background-color: #fff;
	height: 250px;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:left;
}

.link_news {
	text-align: right;
	margin-right: 20px;
}

.sitemap_bnr {
	clear: both;
	padding-top: 20px
	margin-left: 15px;
	text-align:left;
}
