@charset "UTF-8";

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

	固定IP丸わかりWEB
	
	skin_top.css
	Recent Edit | 2010.04.30
	
	[1]main_image
	[2]プラン
	[3]フィシャルサイト
	[4]説明
	[5]バナー

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

@import "base.css";
@import "common.css";

/* ●[1]hero -------------------- */
.hero {
	position: relative;
	width: 920px;
	height: 300px;
	margin: 15px auto 40px auto;
	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.hero .hero_copy {
	position: absolute;
	top: 120px;
	left: 50px;
	z-index: 2;
}

.psycle {
	position: absolute;
	width: 920px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}
.psycle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.psycle li {
	display: block;
	font-family: serif;
	text-align: center;
	width: 920px;
	height: 300px;
	margin: 0;
	padding: 0;
	line-height: 300px;
}
.-psycle-clone-element {
	background: #2c2bd3;
}
.psycle a:link,
.psycle a:visited {
	color: #fff;
	text-decoration: none;
}


/* ●[1]main_image -------------------- */
#main_image {
	width: 920px;
	margin: 15px auto 40px auto;
	clear: both;
}

#flash {
	width: 920px;
	height: 300px;
}


/* ●[2]プラン -------------------- */
.top_plan_block {
	width: 628px;
	margin-bottom: 30px;
	clear: both;
}

table.top_plan {
	border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

.top_plan th {
	width: 50%;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 2px;
	vertical-align: top;
	text-align: left;
}

.top_plan td {
	width: 50%;
    padding: 2px;
	vertical-align: top;
}

.top_plan th h3 {
	padding: 7px 5px 7px 23px;
	background: url(../img_top/ttl_bg.gif) left center no-repeat;
	font-size: 93%;
	font-weight: bold;
}

.top_plan_box {
	padding: 10px;
	clear: both;
}

.top_icon {
	width: 64px;
	float: left;
}

.top_link {
	width: 210px;
	float: right;
}

.top_link li {
	padding: 0 0 5px 10px;
	background: url(../img_common/arrow02.gif) 0 3px no-repeat;
	font-size: 93%;
	line-height: 1.4;
}

.top_plan_box li {
	padding: 0 0 5px 10px;
	background: url(../img_common/arrow02.gif) 0 3px no-repeat;
	font-size: 93%;
	line-height: 1.4;
}

/* ●[3]フィシャルサイト -------------------- */
#official_block {
	width: 628px;
	margin-bottom: 15px;
	padding: 0 0 20px 0;
	clear: both;
	border-bottom: #ccc dotted 1px;
}

#official_block ul {
	margin: 0 10px;
}

#official_block li {
	padding: 0 0 5px 15px;
	background: url(../img_common/icon_link01.gif) 0 3px no-repeat;
	font-size: 93%;
	line-height: 1.4;
}

/* ●[4]説明 -------------------- */
#top_text {
	width: 628px;
	margin-bottom: 10px;
	padding: 0 2px 30px 2px;
	border-bottom: #ccc solid 1px;
	font-size: 93%;
	}

/* ●[5]バナー -------------------- */
.banner_block {
	clear: both;
}

.banner_block li {
	margin-right: 7px;
	float: left;
}

/* ●注意書き */
.notice{
	width: 607px;
	margin-bottom: 20px;
}


