@charset "utf-8";
/* = Original: 共通のstyle.cssに追加するために読み込む
--------------------------------------------------------------- */

/* = html
--------------------------------------------------------------- */

strong {
	font-weight: bold;
}
strong.fc-g {
	color: #00a69c;
}
strong.fc-b {
	color: #895d3b;
	font-size: 1.05em;
}
.bg-y {
	background: #fff29d;
}
.bg-b {
	background: #cff2ff;
}
hr.dotted {
	border-bottom: 1px dotted #a6a8ab;
	height: auto;
	margin: 0 0 45px 0;
}
.mb-10 {
	margin: 0 0 10px 0;
}
h4 {
	margin: 0 0 40px 0;
}
h5 {
	margin: 0 0 30px 0;
}
.fc-purple {
	color: #00002b;
}
.fs-large {
	font-size: 1.2em;
}
.fs-small {
	font-size: 0.8em;
}
.first {
	border: none !important;
}
.last {
	margin-right: 0px !important;
}
/* = 共通
--------------------------------------------------------------- */

body {
	border: 10px solid #ffa4c5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/common/img-wrapper-back.jpg);
	padding: 20px 0 0 0;
}
#content {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
/* = 共通(下層)
--------------------------------------------------------------- */
#main-content h2 {
	margin: 0 0 40px 0;
}
#main-content p.inner {
	width: 860px;
	margin: 0 auto;
}
#main-content .page-content {
	width: 960px;
	background: #FFF;
	padding: 50px 0 50px 0;
	margin: 50px 0 50px 0;
	overflow: hidden;
}
#main-content .page-content h3 {
	width: 860px;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 40px 0;
}
#main-content .page-content .inner {
	width: 860px;
	margin: 0 auto;
}
/* = ヘッダー
--------------------------------------------------------------- */

#header {
	position: relative;
	height: 199px;
	margin: 0 0 20px 0;
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/common/img-header-back.png) no-repeat;
}
#header p.link-mech {
	position: absolute;
	right: 0;
	top: -30px;
}
#header h1 {
	padding: 50px 0 0 0;
}
#navi {
	clear: both;
	width: 961px;
	height: 60px;
	margin: 0 auto 20px auto;
}
#navi ul li {
	float: left;
}
#breadcrumb {
	width: 960px;
	height: 28px;
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/common/img-bread-back.png) no-repeat;
	font-size: 0.8em;
	margin: 0px auto 50px auto;
	padding: 5px 0 0 12px;
}
#breadcrumb ul li {
	float: left;
	padding-right: 5px;
	margin: 0 0 15px 0;
}
#main-content {
	width: 960px;
	margin: 0 0 20px 0;
}
/* = フッター
--------------------------------------------------------------- */



#footer {
	clear: both;
	font-size: 0.95em;
	text-align: center;
	color: #754c27;
	margin: 10px 0 0 0;
}
#footer .footer-p-01 {
	font-size: 1.3em;
	margin: 0;
}
#footer .footer-p-02 {
	margin: 0;
}
#footer .footer-p-03 {
	font-size: 1.3em;
}
#footer #footer-nav {
	margin: 0px 0px 15px 0px;
}
#footer #footer-nav ul {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 5px 0 5px 0;
}
#footer #footer-nav ul li {
	display: inline;
	padding: 0px 5px 0px 7px;
	border-left: 1px #5A5A5A solid;
}
#footer-bottom {
	width: 100%;
	background: #ffa4c5;
}
#copyright {
	font-size: 0.9em;
	text-align: center;
	vertical-align: bottom;
	padding: 15px 0 5px 0;
	margin: 0;
	color: #403f41;
}
.ico-mark {
	padding: 0 15px 0 0;
	background: url(https://ds.cc.yamaguchi-u.ac.jp/~mech/wp-content/themes/mech_yu/images-girl/ico/ico-mark.jpg) no-repeat right center;
	margin-right: 15px;
}
/* = recommend
--------------------------------------------------------------- */

.idea-wrapper {
	width: 600px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}
.idea-wrapper ul li {
	float: left;
	width: 160px;
	margin-right: 60px;
	font-size: 1.1em;
}
/* = about
--------------------------------------------------------------- */

table, table th, table td {
	border: 1px solid #a6a8ab;
	padding: 5px;
	line-height: 2.0em;
}
table th, .support table td {
	text-align: center;
}
table th {
	width: 85px;
}
/* = message
--------------------------------------------------------------- */

#message .inner .float-l {
	width: 220px;
}
#message .inner .float-r {
	width: 590px;
}
/* = support
--------------------------------------------------------------- */

.support table, .support table th, .support table td {
	border: 1px solid #a6a8ab;
	padding: 5px;
}
.support table th, .support table td {
	width: 158px;
	text-align: center;
}
