@charset "shift_jis";
/* CSS Document */

/*---------------------------------------------
 Common
---------------------------------------------*/
/*コンテンツ*/

h1 {
	width:850px;
	margin:0 auto;
}

/*  ★デフォルトマージン用調整*/
p {
    margin: 0;
}
/*  ★背景を広げる場合に、上部特集の配置調整が必要
	common.cssを使用しない場合にはline-heightの設定も必要　*/
.hdg-1-02 p {
	margin:0 auto;
	line-height:1.4em;
}

/*  ★グレーリンクに対する調整*/
a {
	color:#0086B7;
}

/*  ★グレー文字に対する調整*/
body {
	color:#333333;
}

/*  ★旧css用*/
.alignL {
	text-align:left;
}

.alignR {
	text-align:right;
}

.alignC {
	text-align:center;
}

/*セクション01*/
#contents {
	text-align:left;
	padding:10px 20px;
	margin:0 auto;
}
#section01 {
	margin-bottom:20px;
}
h2 {
	margin-bottom:0px;
}
.inBox {
	padding:0px 5px 5px;
}
.leftBox01 {
	float:left;
}
.leftBox02 {
	float:left;
}

.rightBox01 {
	float:left;
}
p.text03 {
	font-size:90%;
	line-height:1.2;
	padding-top:5px;

}

.btnArea01 {
	background:url(../img/bg_btn.gif) left top repeat;
	padding:26px 0 26px 181px;
}


/*セクション02*/

#section02 {
	/*position:relative;*/
	margin:0 auto 20px;
	width:810px;
}

#section02 .inBox p {
	margin-bottom:20px;
	
}
.stepBox {
	margin-bottom:10px;
}
.stepBox img {
	margin-bottom:5px;
}
.stepBox p {
	width:247px;
	font-size:90%;
}
.step01 {
	float:left;
	width:284px;
}

.step01.last {
	float:left;
	width:240px;
}

.step02 {
	float:left;
	width:169px;
}
.btnArea002 {
	background:url(../img/bg_btnArea01.gif) left top no-repeat;
	margin-bottom:20px;
	position:relative;
	height:108px;
}
.link01 {
	position:absolute;
	top:25px;
	left:30px;
}
.link02 {
	position:absolute;
	top:60px;
	left:30px;
}
.link03 {
	position:absolute;
	top:12px;
	left:286px;
}
/*セクション003*/
#section003 {
	margin-bottom:20px;
	width:782px;
	border:1px solid #ff4444;
	padding:13px;
}
#section003 p {
	margin-top:5px;
	margin-left:5px;
	line-height:1.5;
}
#section003 h3 {
	margin-top:10px;
}

span.red {
	color:#F00;
}

/*セクション004*/
#section004 {
	/*position:relative;*/
	margin:0 auto 20px;
	width:810px;
}

#section004 .inBox {
	
}
p.p_rs01 {
	margin-bottom:10px;
	width:400px;
}
p.p_rs02 {
	margin-bottom:10px;
	width:400px;
	color:#f45353;
	line-height:1.4;
	margin-bottom:20px;
}

.inBoxLeft {
	float:left;
	width:400px;
}
	
.btnArea02 {
	width:380px;
		margin-bottom:10px;
		float:right;
}

#table01 {
	border-collapse:collapse;
	border-left:1px solid #fc8989;
	border-top: 1px solid #fc8989;
	margin-bottom:20px;
}
#table01 th, #table01 td {
	border-right:1px solid #fc8989;
	border-bottom: 1px solid #fc8989;
	padding:8px;
	text-align:center;
}
#table01 .pink01 {
	background:#ffd5d5;
	color:#333;
	font-weight:bold;
	text-align:left;
	width:45%;
}
#table01 .pink02 {
	background:#ffd5d5;
	color:#333;
	font-weight:bold;
	width:25%;
}
#table01 .gray01 {
	/*background:#eee;*/
	color:#333;
	text-align:left;
}
#table01 .red01 {
	background:#f45353;
	color:#FFF;
	font-weight:bold;
	width:30%;
}
#table01 .red02 {
	color:#f45353;
	font-weight:bold;
}
#table01 .bold {
	font-weight:bold;
}
#table01 .none {
	border-right:none;
	border-bottom: none;
}



.btnArea04 {
	background:url(../img/bg_btn.gif) left top repeat;
	padding:10px 0 10px 0px;
	margin-bottom:20px;
	width:810px;
	text-align:center;
	margin:0 auto;
}


/*セクション005*/

#section005 {
	position:relative;
	margin-bottom:20px;
}
p.text04 {
	position:absolute;
	top:230px;
	left:304px;
	font-size:90%;
}
.leftBox03 {
	float:left;
	width:390px;
}

.rightBox03 {
	float:right;
	width:390px;
}
img.pos_center {
	position:absolute;
	top:314px;
	left:395px;
}

.btnArea03 {
	background:url(../img/bg_btn02.gif) left bottom no-repeat;
	text-align:right;
	padding-bottom:12px;
	height:25px;
	width:380px;
	padding-right:10px;
}

/*セクション006*/

#section006 {
	margin-bottom:5px;
	border:1px solid #b3b3b3;
	padding:10px;
	width:788px;
	margin:0 auto;
}
.sec006Btm {
	border-top: 1px solid #b3b3b3;
	padding-top:10px;
}
.sec006btnArea {
	width:543px;
	float:right;
	background:url(../img/bg_sec006btn.gif) right top repeat-y;
	padding-top:9px;
	padding-bottom:7px;
	text-align:center;
	margin-bottom:5px;
}
.sec006btnArea p {
	width:543px;
}
/*HDDエリア*/
#HddArea {
	border:3px solid #d9d9d9;
	width:764px;
	padding:15px;
}
.HddLeft {
	float:left;
}

.HddRight {
	float:right;
	width:320px;
}

.HddRight h3 {
	margin-bottom:5px;
}

.HddRight p {
	margin-bottom:10px;
	line-height:1.5;
}

#btn_area1 {
	float:left;
	width:380px;
}

#btn_area2 {
	float:right;
	margin-top: -3px;
	width: 414px;
}

.box_wrap {
	margin:0 auto 30px;
	width:540px;
}

.box_set {
	width:165px;
	float:left;
	margin-right:15px;
}

.metaData_title {
	margin:0 0 3px 0;	
	font-weight:bold;
	font-size:120%;
	color:#02a6eb;
}

.con-box {
	clear:both;
	padding-top:5px;
	width:100%;
	overflow:hidden;
}
.con-box .btn2clm {
	float:left;
	width:165px;
	padding-right:15px;
}

.box_about {
	background:url(/resources/hikari/pc/cp/start/img/box_bg.gif) repeat-y center;
	width:870px;
	margin-top:50px;
	margin:0 auto;
}


/* clearfix
-------------------------------------------------------------- */
div.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




.clear {
	clear:both;
	}
.warning {
	text-align:center;
	color:#888;
	font-size:11px;
	margin-bottom:10px;
}
