@charset "shift_jis";

/* ****************************************************************************

	standard.css　- for PC
	
*/


#contenar h1 {
	background: url(../../_img/pc/icon_tickets_shinkansen.png) 12px center no-repeat;
}





/* ----------------------------------

　main-contents

---------------------------------- */

.main-contents {
	margin-bottom: 20px;
}





/* ----------------------------------

　contents-box

---------------------------------- */
.main-contents .contents-box {
	background-color: #FFFFFF;
	border-radius:6px;
	padding:15px 10px 20px;
	margin-top:10px;
}



/* ----------------------------------

　list

---------------------------------- */
	
.list li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.list li.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.list li dt {
	padding-left: 9px;
	margin-bottom: 5px;
}

.list li dt a {
	background: url(/common/_img/pc/icon_arrow_or.png) left center no-repeat;
	padding-left: 10px;
	font-weight: bold;
}

.list li dd {
	padding-left: 20px;
}


/* ----------------------------------

　notice

---------------------------------- */
	    
.notice {
	padding-top: 18px;
}

.notice ul {
	padding-left: 20px;
	padding-right: 15px;
}

.notice li {
	text-indent: -1em;
	padding-left: 1em;
}