@charset "utf-8";

/* www.hokudai.ac.jp/home2018/
 * Style sheet for the HTML 5
 * Last modify 2018/03/07 15:10
 */


/* Base Style
----------------------------------------------------- */
#contentWrap .wrap {
	padding: 10px;
	background: url("../common/img/bg_box01.png") repeat left top;
}

/* PC */
@media screen and (min-width:641px), print {
#contentWrap {
	margin-bottom: 100px;
}
}

/* !h(n)eading
---------------------------------------------------------- */


/* Link Style
----------------------------------------------------- */


/* List Style
----------------------------------------------------- */
#contentWrap ul {
	padding: 10px 30px 10px 10px;
	background: #fffff2;
}

#contentWrap li {
	margin: 30px 0 0;
	word-break: break-all;
}
#contentWrap li:first-child {
	margin: 0;
}

/* PC */
@media screen and (min-width:641px), print {
#contentWrap ul {
	padding: 30px;
}
}

/*Form Style
----------------------------------------------------- */


/* Line Style
----------------------------------------------------- */


/* Block Style
----------------------------------------------------- */


/* Margin / Padding /Float /Position Style
----------------------------------------------------- */


/* Text Style
----------------------------------------------------- */


/* Image Style
----------------------------------------------------- */


/* Table Style
----------------------------------------------------- */




