@charset "shift_jis";

/* ****************************************************************************

	standard.css　- pc
	
******************************************************************************* */


#contenar h1 {
	background: url(../../_img/pc/icon_pwd.png) 12px center no-repeat;
}


/* ----------------------------------

contents-box

---------------------------------- */

.contents-box {
	min-height: 294px;
	*height: 294px;
}


.contents-box.illust-img {
	background-image: url(../../_img/pc/pwd_img_01.png);
	background-position: 105px 46px;
	background-repeat: no-repeat;
}


ul.btn-list,
ul.link-list {
	margin-left: 373px;
}


/* btn-list */
ul.btn-list li a {
	width:328px;
	display:block;
	height:70px;
	line-height:72px;
	padding-left:25px;
	margin-bottom:10px;
	font-size:22px;
	color:#444444;
	background: url(/common/_img/pc/bg_button_353.png) left top no-repeat;
}

ul.btn-list li a:hover {
	text-decoration: none !important;
}



/* link-list */
ul.link-list {
	margin-top: 30px;
}
ul.link-list li {
	margin-bottom: 14px;
	font-size: 20px;
}

ul.link-list li a {
	background: url(/common/_img/pc/icon_arrow_or.png) left center no-repeat;
	font-weight: bold;
	padding-left: 8px;
}


/* pc-pagetop */
.pc-pagetop {
	padding-top: 70px !important;
}
