@charset "utf-8";
/* = reset css
--------------------------------------------------------------- */

/* Yahoo! CSS Reset (YUI 3)
 
http://developer.yahoo.com/yui/license.html
 
version: 3.2.0
*/
html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, 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;
}
li {
	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;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color: #000;
}
/* = html
--------------------------------------------------------------- */

body {
	font-size: 0.9em;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
	color: #1a75bb;
	text-decoration: none;
}
a:hover {
	color: #59c3ea;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
}
#navi a:hover img {
	opacity: 1.0;
}
h1 {
}
hr {
	border: none;
	height: 1px;
	border-bottom: 1px #a6a8ab solid;
	clear: both;
	margin: 0 0 20px 0;
}
hr.hr-b {
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/common/img-hr-b-back.png);
	height: 2px;
	border-bottom: none;
}
hr.hr-n {
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/common/img-hr-back.png);
	height: 2px;
	border-bottom: none;
	margin: 0 0 10px 0;
}
p {
	margin: 0px 0px 10px 0px;
	font-size: 1.0em;
	line-height: 2.0em;
}
/* = must classes
------------------------------------------------------------ */

.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.img-l {
	float: left;
	margin: 0px 20px 0px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 0px 20px;
}
div.section {
	clear: both;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
div.section-730 {
	clear: both;
	margin: 0px auto 20px auto;
	width: 730px;
}
div.section-mb30 {
	clear: both;
	margin: 0px 0px 30px 0px;
	width: 100%;
	overflow: hidden;
}
div.section-mb40 {
	clear: both;
	margin: 0px 0px 40px 0px;
	width: 100%;
}
div.section:after {
	content: "";
	display: block;
	clear: both;
}
/*
dl {
	margin:0px 0px 10px 0px;
}
*/

dl dt {
	padding: 5px 0px 0 0px;
	color: #403f41;
	font-weight: bold;
}
dl dd {
	padding: 15px 0 0 0;
}
dl dd:after {
	content: "";
	display: block;
	clear: both;
}
dl dd a {
	display: block;
}
dl dd a:hover {
	text-decoration: underline;
}
dl dd.even {
/*background:#f2eee8;	*/
}
