@charset "utf-8";

/* CSS Document */


/* recruitInfo
-----------------------------------------------*/

body#friend #contents #leftBox{
	width: 671px;
	margin: 0 10px 0 0;
	float: left;
}

body#friend #contents #leftBox #pageHeader,
body#friend #contents #leftBox #pageBody{
	width: auto;
	margin: 0;
	padding: 0;
}

body#friend #intro{
	width: 650px;
	height: 400px;
	padding: 25px 0 0 20px;
	background: url(../img/friend/friend_image.jpg) no-repeat right top;
}


body#friend #intro h1{
	height: 100px;
	width: 650px;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	border: none;
}


body#friend #intro p{
	width: 370px;
	margin-left: 0;
}

body#friend #intro p.friend_intro {
	width: 251px;
	height: 57px;
	padding: 0 0 18px 0;
	margin: 0;
}



div#introFriend {
	margin: -100px 0 0 17px;
	padding: 0;
	width: 653px;
	
}

body#friend #fList p.noData{
	margin: 0 20px;
	padding: 20px 10px;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
}

/* 友達リスト */

body#friend #fList {
	padding: 0 21px 18px 11px;
	background: url(../img/friend/friends_bg.gif) repeat-y left top;
	border-top: 2px solid #6cb4e6;
	border-bottom: 2px solid #6cb4e6;
}
body#friend  #fList h2 {
	margin: 20px 0;
	background: url(../img/common/img_dottedline01.gif) repeat-x left 9px;
}


body#friend  #fList p{
	margin: 0 0 20px 0;
	font-size: 0.8em;
}

body#friend  #fList table{
	width: 591px;
	margin: 0 auto;
}

body#friend  #fList th{
	width: auto;
	background: #6bb4e5;
	color: #fff;
}

body#friend  #fList td{
	width: auto;
	background: #fff;
}

body#friend  #fList td.name{
	white-space: nowrap;
}

body#friend  #fList td.status,
body#friend  #fList td.money,
body#friend  #fList td.day{
	text-align: center;
}

body#friend table.htype01{
	margin: 0 auto;
}

table caption{
	display: none;
}


body.intro #pageBody table.htype01{
	font-size: 100%;
}


body.intro #pageBody table.htype01 th{
	text-align: left;
}


body.intro #pageBody table.htype01 td th{
	font-size: 100%;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #fff;
}

body.intro #pageBody table.htype01 td td{
	font-size: 100%;
	border: 1px solid #f0f0f0;
}


body#input table.friendAddress td p{
	padding: 0 3px;
	display: inline;
}



div#friend_contetns {
	width: 654px;
	margin: 3px 0 0 17px;
}

div#shikumi,div#nagare {
	width: 653px;
}
div#shikumi .fig {
	margin: 15px auto;
	text-align: center;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#payflow {
	width: 653px;
}

ul#payflow li {
	width: 653px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#payflow li p {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 15px;
	left: 45px;
	font-size: 80%;
	line-height: 1.3em;
	color: #666;
}
ul#payflow li#flow01 p {
	top: 20px;	
}

ul#payflow li#flow01 {
	height: 125px;
	background: url(../img/friend/payflow01.gif) no-repeat;
}
ul#payflow li#flow02 {
	height: 125px;
	background: url(../img/friend/payflow02.gif) no-repeat;
}
ul#payflow li#flow03 {
	height: 125px;
	background: url(../img/friend/payflow03.gif) no-repeat;
}
ul#payflow li#flow04 {
	height: 125px;
	background: url(../img/friend/payflow04.gif) no-repeat;
}
ul#payflow li#flow05 {
	height: 125px;
	background: url(../img/friend/payflow05.gif) no-repeat;
}

ul#threemonth_after {
	width: 653px;
}

ul#threemonth_after li {
	width: 653px;
	height: 118px;
	margin: 0 0 -2px 0;
	_margin: 0 0 -4px 0;
	padding: 0;
	position: relative;
}


ul#threemonth_after li#pay {
	width: 653px;
	height: 152px;
	background: url(../img/friend/payment.gif) no-repeat;
}

ul#threemonth_after li#pay p {
	width: 210px;
	height: 100px;
	position: absolute;
	top: 70px;
	left: 82px;
	font-size: 75%;
	line-height: 1.3em;
	color: #666;
}

div#attention {
	width: 653px;
	height: 89px;
	margin: 0 0 0 -1px;
	background: url(../img/friend/attention.gif) no-repeat;
	position: relative;
}

div#attention p {
	width: 500px;
	height: 100px;
	font-size: 76%;
	color: #FFF;
	position: absolute;
	top: 28px;
	left: 140px;
}

div.intro_btn {
	width: 654px;
	height: 56px;
	position: relative;
}
div.intro_btn p#friend_intro {
	width: 251px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 200px;
}


