@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500italic,500,700,700italic);
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/body_bg.png)
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden
}
#wrap {
	background: url(../images/wrap_bg.png) repeat-x
}
#hd {
	height: 138px;
	position: relative;
	background: url(../images/hd_bg.png) no-repeat left bottom;
}
#hd h1, #hd #logo  {
	position: absolute;
	top: 40px;
	left: 0px
}
#hd .hd_text {
	position: absolute;
	right:0;
	top:65px;
	font-size:12px;
	line-height: 1.5em
}

#nav {
	padding:12px 0;
	background: url(../images/nav_bg.png) no-repeat left center;
}
#nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
#nav img {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#nav img:hover, #nav img.current {
	opacity: 0
}
#con {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#main {
	width: 720px
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px 30px;
}
#main table th, #main table td {
	padding: 5px
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	height:70px;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	padding:0.9em 0.7em 0.7em 3em;
	margin: 0 0 25px 0;
	background: url(../images/h1_bg.png) left center no-repeat;

}
#main h1 span {
	margin-left:0.3em;
	font-size: 0.8em;
	font-weight: normal;
	color: #006DD9;
}
#main h2 {
	width:720px;
	height:45px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.4em 0 0.4em 0.6em;
	margin: 24px 0 14px 0;
	color:#fff;
	background: url(../images/h2_bg.png) left center no-repeat;
}
#main .h2_02 {
	width:720px;
	height:60px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.4em 0 0.4em 0.6em;
	margin: 24px 0 14px 0;
	color:#fff;
	background: url(../images/h2_bg02.png) left center no-repeat;
}
#main h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	margin: 12px 0 8px 0;
	border-left: 10px solid #006dd9;
}
#main h4 {
	font-size: 1.1em;
	font-weight: bold;
	color:#006dd9;
}
#side {
	width: 220px
}
#sidenav {
	width: 100%;
	padding-bottom:5px;
	background-color:#f5f5f5;
	border: 1px solid #cccccc;
	border-radius:3px 3px 0 0;
}
#sidenav h2{
	width: 100%;
	padding: 10px 6px 10px 23px;
	font-size: 18px;
	color: #ffffff;
	border-radius:2px 2px 0 0;
	background-color:  #006dd9;
}
#sidenav a {
	width: 100%;
	padding: 8px 6px 8px 30px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #cccccc;
	background:url(../images/common/sidenav_01.png) no-repeat 10px center;
}
#bnr {
	width: 100%;
	margin-top:20px;
}
#bnr li {
	margin-bottom: 4px;
}
#bnr li a {
	display:block;
	padding:10px 10px 10px 60px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #cccccc;
	color:#000;
	text-decoration:none;
	background:url(../images/common/bnr_bg01.png) no-repeat 10px center,url(../images/common/bnr_bg02.png) repeat-y 0px center ;
	background-color:#f5f5f5;
}

#i_contact {
	font-size: 1.0em;
	border:1px solid #d1cFcF;
	border-radius:3px;
	padding: 5px 5px 5px 5px;
	margin: 40px 0 0 0;
	background-color:#f5f5f5;
}
#i_contact .i_contact_name{
	font-size: 1.2em;
}
#i_contact .i_contact_info{
	font-size: 1.0em;
}
#i_contact a{
	word-break: break-all;
}
#i_contact img{
	margin:-35px auto 0;
	display:block;
}

#center {
	width: 20px;
}
#ft {
	border-top:8px solid #006dd9;
	margin-top: 20px;
	padding: 68px 0 20px 0;
	text-align: center;
	background: url(../images/ft_bg.png) no-repeat center 18px #ecf1f2;
}

#i_img {
	margin-top: 20px
}
#i_news {
	height: 300px;
	overflow: auto
}
#i_news table {
	width: 100%
}
#i_news table tr {
	border-bottom: 1px dotted #cccccc
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px
}
#i_news table td:first-child {
	width: 140px;
	padding-left: 15px
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
	background: #006DD9;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px
}
.achievement_name{
	text-decoration:underline;
}
.achievement_character{
	color:#ff0000;
}

.prof_bio table{
	width:100%;
}

.prof_bio tr {

	border-bottom: 1px dotted #8bd5fc;
}
.prof_bio th {
	width:20%;
	vertical-align:top;

	font-weight:normal;
}
.prof_bio td{
	padding:10px;
}

.prof_info img{
	float:left;
	margin-right:20px;
}

.prof_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prof_link li {
	width: 48%;
	list-style: none;
	margin: 0!important;
}

.news_info img{
	float:right;
	margin-left:15px;
	margin-top:10px;
}

.buntousage74 {
    padding-left: 7.4em!important;
    text-indent: -7.4em!important;
}
#i_news a {
	display: block;
}

#i_news .a_block_inline a, #i_news .a_block_inline {
	display: inline!important;
}
