@charset "Shift_JIS";

/*===================================================
recet
===================================================*/

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}

hr{
	display:none;
}



/*===================================================
internship
===================================================*/
div#suntory_contents {
	text-align: center;
}
div#internship {
	width: 890px;
	margin: 20px auto;
	padding-bottom: 30px;
	text-align: left;
	font-size: 80%;
	color: #3d3d3d;
	line-height: 1.4;
}

/*
header
----------------------------------------*/
/* h1 */
div#internship h1 {
	margin-bottom: 20px;
}


/* topicPath */
div#internship  ol#topicPath {
	overflow: hidden;
 margin-bottom: 15px;
	text-align: left;
}
* html div#internship ol#topicPath {
	height: 1%;
}

div#internship ol#topicPath li {
	display: inline-block;
	float: left ;
	margin-right: 8px;	
}
div#internship ol#topicPath li img {
	display: inline-block;
	margin: 0 0 0 8px;
}
div#internship ol#topicPath li em {
	font-weight: bold;
}


/*===================================================
text decoration
===================================================*/

/* normalList */
dl.normalList{
	overflow: hidden;
}
dl.normalList dt{
	font-weight: bold;
}
dl.normalList dd{
}


/* list01 */
ul.list01{
	text-indent: -1.2em;
	padding-left: 1.2em;
}


.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
	font-weight: bold;
		font-size:120%;
}
.mt30 {
	margin-top: 30px;
}


/*
link
----------------------------------------*/

a:link{
	color: #4268b5;
}
a:visited{
	color: #4268b5;
}
a:hover{
	color: #2a4376;
	text-decoration:none;
}
a:active{
	color: #2a4376;
}
