﻿.head{
	padding: 11px 0 7px;
	text-align: center;
	background: #fff url('../img/head_bg_001.gif') repeat-x left top;
}

.head2{
	padding: 3px 0 3px;
	text-align: center;
	background: #fff;
}

.foot{
	padding: 7px 5px 12px;
	border-top: 1px solid #2a2a2a;

	background: rgb(59,59,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(59,59,59) 0%, rgb(17,17,17) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(59,59,59)), color-stop(100%,rgb(17,17,17))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(59,59,59) 0%,rgb(17,17,17) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(59,59,59) 0%,rgb(17,17,17) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(59,59,59) 0%,rgb(17,17,17) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(59,59,59) 0%,rgb(17,17,17) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
.foot a{
	color: #fff;
}
.foot-link{
	text-align: right;
}
.foot-copy{
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}

.top-kv{
	background: #fff url('../img/kv_bg_001.gif') repeat-x left top;
	border-bottom: 1px solid #c5edfb;
}
.top-kv-inner{
	padding: 5px 0 5px 5px;
	background: url('../img/kv_ph_001.png') no-repeat right bottom;
}

.top-brand{
	padding: 7px 0 7px;
	text-align: center;
	border-bottom: 1px solid #c5edfb;
}
.top-brand .top-brand-tx{
	padding: 0 0 5px;
	text-align: center;
	line-height:1.3;
}
.top-brand .top-brand-tx span{
	color: #e47d00;
}

.com-bt{
	padding: 30px 0 25px;
	text-align: center;
}
.com-bt a{
	padding: 10px 15px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;

	background: rgb(247,207,207); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(247,207,207) 0%, rgb(251,93,93) 3%, rgb(254,12,12) 95%, rgb(251,93,93) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(247,207,207)), color-stop(3%,rgb(251,93,93)), color-stop(95%,rgb(254,12,12)), color-stop(100%,rgb(251,93,93))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(247,207,207) 0%,rgb(251,93,93) 3%,rgb(254,12,12) 95%,rgb(251,93,93) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(247,207,207) 0%,rgb(251,93,93) 3%,rgb(254,12,12) 95%,rgb(251,93,93) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(247,207,207) 0%,rgb(251,93,93) 3%,rgb(254,12,12) 95%,rgb(251,93,93) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(247,207,207) 0%,rgb(251,93,93) 3%,rgb(254,12,12) 95%,rgb(251,93,93) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cfcf', endColorstr='#fb5d5d',GradientType=0 ); /* IE6-9 */

	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;

	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;

	text-shadow: -1px -1px 0px #9a1c1c;

}
.com-bt span{
	padding: 0 0 0 25px;
	background: url('../img/arrow_001.gif') no-repeat left center;
}
.com-bt em{
	font-size: 14px;
	font-style: normal;
}

.top-kyubo{
	padding: 0 0 25px 0;
	text-align: center;
}

.top-riyu{
	padding: 0 0 20px;
}
.top-riyu-title{
	text-align: center;
	padding: 7px 0;
	background: #04337a;
	color: #fff;
	font-size:14px; 
}
.top-riyu-title span{
	color: #ffcc00;
	font-size: 20px;
}
.top-riyu-inner{
	padding: 10px 5px;
	background: #d4f4ff;
}
.top-riyu-list{
	margin: 0 0 6px;
	padding: 10px 10px;
	font-size: 14px;

	background: #fff url('../img/riyu_bg_001.gif') no-repeat left top;

border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;

box-shadow: 2px 2px 3px #ccc;
-moz-box-shadow: 2px 2px 3px #ccc;
-webkit-box-shadow: 2px 2px 3px #ccc;
}
.top-riyu-list dt{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	color: #fff;
	background: #04337a;
	display: inline;
	float: left;
}
.top-riyu-list dd{
	float: left;
	line-height: 1.3;
}

.top-step{
	padding: 0 0 10px;
}
.top-step-title{
	text-align: center;
	padding: 7px 0;
	background: #04337a;
	color: #fff;
	font-size:14px; 
}
.top-step-title span{
	color: #ffcc00;
	font-size: 20px;
}
.top-step-inner{
	padding: 10px 5px;
	background: #d4f4ff;
}
.top-step-list{
	margin: 0 0 6px;
	background: #fff;
	font-size: 14px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
}
.top-step-list dt{
	padding: 7px 10px;
	color: #fff;
	background: #04337a;

	font-size: 14px;
	font-weight: bold;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.top-step-list dd{
	padding: 10px 10px;
	line-height: 1.3;
}
.top-step-tx{
	padding: 5px 5px 0;
	line-height: 1.3;
}


.red{
	color: #ff0000;
	font-weight: bold;
	padding: 0px 0 17px;
	text-align: center;
}

/* --------------------------------
	clearfix
-------------------------------- */

.top-riyu-list:after{
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
