@charset "shift_JIS";

@import url(theme_orange.css);


/* -----------------------------------------------
              Components
   ----------------------------------------------- */

/* ========== featureArea ========== */

#mainVisual
	{
	background-image: url(../img/index_title.png);
	}
	
@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
#mainVisual
	{
	background-image: url(../img/index_title320.png);
	}
}

#mainVisual h1
	{
	margin-top: 40px;
	}

#mainVisual h1 small img
	{
	margin-bottom: 15px;
	}

#mainVisual p.clip
	{
	margin-top: 0;
	position: absolute;
		bottom: 30px;
		left: 345px;
	}

#mainVisual p.btn
	{
	margin-top: 0;
	position: absolute;
		bottom: 17px;
		left: 40px;
	}


/* ========== topInfo ========== */

#topInfo .importantContent
	{
	background-image: url();
	}
