﻿@charset "utf-8";

@import url("nivo-slider.css");

/*****************************************************/
/** トップページ用 **/
/*****************************************************/

/***************** メイン画像 *****************/
/* slide */
#TopMain {
	width: 100%;
	/*background: #ffffff;*/
}

#top_slide {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#top_slide img {
	text-align: center;
	display:none;
}

.slide_copy {
	width: 96%;
	max-width: 620px;
	display: block;
	margin: 5px auto;
	text-align: right;
	font-size: 1.8rem;
}


/***************** コーナー *****************/
#TopInformation {
	margin: 2% 0 5% 0;
	font-size: 2.2rem;
	font-weight: bold;
}

#TopInformation .wrapper {
	background: url("../images/sp/top_bk_information.png") no-repeat bottom right;
	background-size: 50%;
}

#TopInformation h2 img {
	margin: 5% 0 2% 0;
}

#TopInformation ul li {
	line-height: 1.5;
	margin: 0 0 1% 0;
}

#TopBanner img {
	margin: 0 0 2% 0;
}
