@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500italic,500,700,700italic);
@media screen and (min-width: 769px) {
body {
	font-family:Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}
.layout {
	width:960px;
	margin:0 auto;
	overflow:hidden
}
#hd {
	height:90px;
	position:relative
}
#hd h1, #hd #logo {
	position:absolute;
	top:15px;
	left:0px
}
#nav {
	background:-webkit-linear-gradient(#575757, #333);
	background:linear-gradient(#575757, #333)
}
#nav ul {
	width:960px;
	height:5em;
	margin:0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
#nav ul li {
	border-right:1px solid #fff;
	width:calc(100% / 7);
	height:100%;
}
#nav ul li:first-child {
	border-left:1px solid #fff
}
#nav ul li a {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	height:100%;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:100%;
	background:-webkit-linear-gradient(#575757, #333);
	background:linear-gradient(#575757, #333);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
	
}
#nav .nav_style{
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	width:100%;
	background:-webkit-linear-gradient(#575757, #333);
	background:linear-gradient(#575757, #333);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
	}
#nav ul li a:hover, #nav ul li.current_page_item a {
	background:-webkit-linear-gradient(#6F6F6F, #4C4C4C);
	background:linear-gradient(#6F6F6F, #4C4C4C)
}
#con {
	margin-top:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#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
}
#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 {
	font-size:2.2em;
	font-weight:normal;
	color:#fff;
	padding:1.0em;
	margin:0 0 25px 0;
	border:1px solid #222;
	background:-webkit-radial-gradient(1% 48%, circle, #222, #666);
	background:radial-gradient(1% 48%, circle, #222, #666);
	position:relative;
	text-shadow:4px 4px 4px #000
}
#main h1:after {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid rgba(255,255,255,0.7);
	width:calc(100% - 2px);
	height:calc(100% - 2px)
}
#main h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding:0.9em 0 0.8em 1.1em;
	margin:24px 0 14px 0;
	border-radius:5px;
	background:url(../images/h2_bg.png) 8px center no-repeat, linear-gradient(#666, #000)
}
#main h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:1px 0 1px 10px;
	margin:12px 0 8px 0;
	border-left:4px solid #000000
}
#side {
	width:220px
}
#side h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0 0 6px 0;
	background:#333
}
#sidenav {
	width:100%
}
#sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/common/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000000;
	border-bottom:dotted 1px #cccccc
}
#bnr {
	width:100%
}
#bnr li {
	margin-bottom:4px
}
#bnr li a {
	width:100%;
	padding:16px 16px 16px 42px;
	border:1px solid #000000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/common/bnr_bg.png) no-repeat 16px center;
	font-size:12px;
	color:#000000
}
#center {
	width:10px;
	margin:0 10px 0 0;
	border-right:1px solid #dddddd
}
#ft {
	margin-top:20px;
	padding-top:35px;
	padding-bottom:25px;
	color:#fff;
	text-align:center;
	background:url(../images/ft_bg.png) repeat-x
}
#i_img {
	margin-top:20px
}
#i_news {
	height:200px;
	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:100px;
	background:url(../images/common/news_icon.png) 5px 18px no-repeat;
	padding-left:20px
}
.i_greeting {
	margin-top:20px
}
.i_greeting01{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.i_greeting02{
	width:48%;
	height:230px;
	overflow:auto;
	margin:5px auto;
	padding:10px;
	border:1px solid #eee;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}	
.i_greeting02 ul{
	padding:0 20px;
}
.i_greeting02 ul li{
	list-style-type: disc;
}
.i_greeting01 h2 {
	color:#333333;
	font-size:1.3em;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px solid #666;
	background:url(../images/h3_bg.png) bottom right no-repeat;
	font-weight:bold
}
#i_side {
	width:220px
}
#i_side h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0 0 0 0;
	background:#333
}
#i_side .i_contact {
	padding:15px;
	border:1px solid #333
}
#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:0.9em;
	background:#666;
	text-decoration:none;
	color:#ffffff;
	padding:20px;
	text-align:center;
	display:block;
	border-radius:5px
}

.prof_01{
	display:flex;
	flex-flow:row-reverse;

}
.prof_02{
	margin:5px auto;
	text-align:left;
	margin-left:0;
	}
.album_i ul li{
	margin:0 5px 0 0;
	list-style:none;
	display:inline-block;
}
.publication_con{
	display:flex;
}
.publication_con ul li {
	list-style:none;
}

}
@media screen and (max-width: 769px) {
body {
	font-family:Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width:calc(100% - 4px);
	margin:0 auto
}
.layout {
	width:100%;
	margin:0 auto;
	overflow:hidden
}
#hd {
	padding:15px
}
#hd h1, #hd #logo {
	width:100%
}
#hd h1 img, #hd #logo img {
	width:100%
}
#nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#nav ul li {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:50%
}
#nav ul li a {
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:100%;
	padding:15px;
	background:-webkit-linear-gradient(#575757, #333);
	background:linear-gradient(#575757, #333);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#nav .nav_style{
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:4px 0;
	width:100%;
	background:-webkit-linear-gradient(#575757, #333);
	background:linear-gradient(#575757, #333);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
	}
#nav ul li a:hover, #nav ul li a.current {
	background:-webkit-linear-gradient(#6F6F6F, #4C4C4C);
	background:linear-gradient(#6F6F6F, #4C4C4C)
}
#con {
	margin-top:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#main {
	width:100%
}
#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
}
#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 {
	font-size:2.2em;
	font-weight:normal;
	color:#fff;
	padding:1.0em;
	margin:0 0 25px 0;
	border:1px solid #222;
	background:-webkit-radial-gradient(1% 48%, circle, #222, #666);
	background:radial-gradient(1% 48%, circle, #222, #666);
	position:relative;
	text-shadow:4px 4px 4px #000
}
#main h1:after {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid rgba(255,255,255,0.7);
	width:calc(100% - 2px);
	height:calc(100% - 2px)
}
#main h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding:0.9em 0 0.8em 1.1em;
	margin:24px 0 14px 0;
	border-radius:5px;
	background:url(../images/h2_bg.png) 8px center no-repeat, linear-gradient(#666, #000)
}
#main h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:1px 0 1px 10px;
	margin:12px 0 8px 0;
	border-left:4px solid #000000
}
#side {
	display:none;
	width:100%
}
#side h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0 0 6px 0;
	background:#333
}
#sidenav {
	width:100%
}
#sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/common/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000000;
	border-bottom:dotted 1px #cccccc
}
#bnr {
	width:100%
}
#bnr li {
	margin-bottom:4px
}
#bnr li a {
	width:100%;
	padding:16px 16px 16px 42px;
	border:1px solid #000000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/common/bnr_bg.png) no-repeat 16px center;
	font-size:12px;
	color:#000000
}
#center {
	display:none
}
#ft {
	padding-top:35px;
	padding-bottom:25px;
	color:#fff;
	text-align:center;
	background:url(../images/ft_bg.png) repeat-x
}
#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 {
	display:block;
	width:100%;
	vertical-align:top;
	font-size:0.9em;
	padding:0x 10px 10px 20px
}
#i_news table td:first-child {
	display:block;
	width:100%;
	background:url(../images/common/news_icon.png) 5px 16px no-repeat;
	padding:10px 10px 0px 20px
}
.i_greeting {
	margin-top:20px
}
.i_greeting h2 {
	color:#333333;
	font-size:1.3em;
	padding:5px;
	margin-bottom:5px;
	background:url(../images/h3_bg.png) bottom right no-repeat;
	font-weight:bold
}
.i_greeting02 ul{
	padding:0 20px;
}
.i_greeting02 ul li{
	list-style-type: disc;
}
#i_side {
	margin-top:20px;
	width:100%
}
#i_side h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0 0 0 0;
	background:#333
}
#i_side .i_contact {
	padding:15px;
	border:1px solid #333
}
#page-top {
	font-size:0.9em;
	background:#666;
	text-decoration:none;
	margin-top:20px;
	width:100%;
	color:#ffffff;
	padding:10px;
	text-align:center;
	display:block
}

.i_greeting02{
	margin:5px;
	padding:10px;
	border:1px solid #FFF;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

.album_i ul li{
	list-style:none;
}
.album_i ul li img{
	margin:0 10px;
}

}
