@charset "utf-8";
/* CSS Document */

/****************************************

	初期設定

*****************************************/

html,body,div,
dl,dt,dd,ul,ol,li,
tr, th, td,
h1,h2,h3,h4,h5,h6,
p{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	line-height: 1.5;
	text-align: left;
	text-decoration:none;
	color: #000000;
}

dl,ul,ol {
	list-style: none;
}

button, input, select, textarea {
	font-family : inherit;
	font-size   : 100%;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
	-webkit-backface-visibility: hidden;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

a:hover img	{
	opacity:0.7;
}


/****************************************

	メインレイアウト

*****************************************/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}


#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	height:auto !important;
	min-height: 100%;
	overflow:hidden;
}


header {
	float: left;
	width: 209px;
	border-right: solid 1px #f2f2f2;
	padding: 0 20px 0 20px;
	height:100%;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	background: #000;
}

#content {
	float: right;
	margin: 0;
	width: 100%;
	margin-left: -250px;
	height:100%;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

.main {
	margin-left: 250px;
}

.inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 10px;
}

.height {
	min-height: 1150px;
}

.clear {
	clear: both;
}

/****************************************

	共通設定

*****************************************/

/*----------画像---------*/
.img_pc{
	display: block;
}
	
.img_sp {
	display: none;
}

.img_center {
	text-align: center;
	margin-bottom: 20px;
}

.img_center img{
	margin:auto;
}

.banner {
	margin-top: 40px;
}

/*----------文字---------*/
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.text_copy {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

.text {
	margin-bottom: 20px;
}

.profile {
	line-height: 20px;
}

.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

/*----------見出し---------*/
.top_title {
	text-align :center;
}

.top_title span {
	border-bottom: solid 2px #000;
	display: inline-block;
	margin: 0 0 40px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.title {
	text-align:center;
}

.title span {
	border-bottom: solid 2px #000;
	display: inline-block;
	margin: 0 0 40px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.title_left span span {
	border-bottom: none;
	display: inline-block;
	margin: 0;
}

.pagettl {
	width: 100%;
	height: 150px;
	background:url(../img/pagettl_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.pagettl h2{
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 150px;
}

.title_left {
	text-align: left;
}

.title_left span {
	border-bottom: solid 2px #000;
	display: inline-block;
	margin: 0 0 40px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

/*----------その他---------*/
.line-break {
    display: none;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_60 {
	margin-bottom: 60px;
}

.text_box {
	display:inline-block;
	width: 600px;
	margin-right: 40px;
	vertical-align: top;
}

.img_box {
	width: 330px;
	display:inline-block;
}

.img_box img {
	width: 100%;
}

.address {
	font-size: 16px;
	margin: 20px 0 40px 0;
}


.file-list {
	padding: 20px 0 0 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
}

.file-list a {
	display:block;
	text-indent: 30px;
	/*height: 25px;*/
	margin-bottom: 20px;
	line-height: 25px;
}

.pdf {
	background: url(../img/icon-pdf.png) no-repeat;
	background-size: auto 24px;
}

.html {
    background: url(../img/icon-link.png) no-repeat;
	background-size: auto 22px;
}

.file-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000060;
}

.photo_list {
	padding-left: 5px;
	margin-bottom: 20px;
}

.photo_list a {
	display:block;
	text-indent: 30px;
	height: 25px;
	line-height: 25px;
}

.photo {
    background: url(../img/icon-photo.png) no-repeat;
	background-size: auto 22px;
}

video {
	width: 560px;
}

.movie {
	margin: 40px 0;
	text-align:center;
}

.movie video {
	width: 400px;
}

.map_iframe,
.youtube {
	margin: 1em 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.news_list .flex {
	margin: 20px 0 0 0;
}

.flex li {
	width: 33.33%;
}

.audiojs { width: 100%; max-width: 300px; display: inline-block; background-image: none; box-shadow: none; border-radius: 20px; font-family: auto; }
.audiojs *:not(.play-pause *) { background-image: none !important; box-shadow: none !important; }
/*.audiojs .play-pause { width: 40px; }*/
.audiojs .scrubber { width: 50%; margin: 10px 0; }
.audiojs .play-pause { border-right: none; }
.audiojs .play-pause * { background-image: url(../js/audiojs/player-graphics.gif); }
.audiojs .time { border-left: none; }

/*----------テーブル---------*/

table.type01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.type01 th {
	width: 150px;
	padding: 20px;
	border: 1px solid #000060;
	background: #3333cc;
	color: #FFF;
}

table.type01 td {
	padding: 20px;
	border: 1px solid #000060;
}



.number {
	counter-reset:number;
}

.number li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.number li:before {
	counter-increment: number;
	content: counter(number)". ";
}


/****************************************

	header

*****************************************/

.logo {
	width: 190px;
	margin: 40px 0 30px 10px;
	color: #FFF;
}

.logo img {
	display: block;
	width: 190px;
	height: auto;
}

.logo span {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	display: block;
}

.nav-button {
	display: none;
}

.nav li {
	margin-bottom: 10px;
}

.nav li a {
	position: relative;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display:block;
}

.nav a:hover {
	text-decoration: none;
	/*border-bottom: 2px solid #1b1464;
    padding-bottom: 2px;*/
	background: #F2F2F2;
	color: #6E6E6E;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}

.nav-wrap .logo,.nav-wrap .logo img,.nav-wrap .logo span{
	display: none;
}

/****************************************

	トップページ

*****************************************/

.slider {
	width: 100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 41.6666666667%;
	background:no-repeat center center;
	background-size:cover;
}

img.main_img_pc {
	display: block;
}

img.main_img_sp {
	display: none;
}

.top_bg .inner {
	width: 1200px;
	box-sizing: border-box;
}

.top_box {
	display:flex;
	flex-wrap:wrap;	
	margin-bottom: 60px;
}

.top_box div:not(.audiojs,.audiojs *) {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.top_box div:not(.audiojs):last-child {
	padding: 0 0 0 20px;
}

.top_box div:first-child li {
	margin-bottom: 20px;
}

.top_box div ul {
	margin-bottom: 60px;
}

.top_box div li {
	margin-bottom: 40px;
	text-align:center;
}

.top_box div:last-child ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.top_box div:last-child ul li {
	width: calc((100% - 20px * 1) / 2);
	margin: auto 20px 20px 0;
}

.top_box div:last-child ul li:nth-child(odd) {
    margin-right: 0px !important;
}

.top_box div:last-child ul li:first-child {
	width: 100%;
}

.top_box div li video {
	width: 100%;
}

.top_box div li:last-child {
	margin-bottom: 0;
}

.top_box div li p:not(.play,.pause,.loading,.error) {
	text-align:center;
	font-size: 15px;
	margin-top: 10px;
}

.top_box div img {
	max-width: 100% ;
	height: auto;
}

.rakumachi .youtube,
.top_youtube {
	position: relative;
	width: 100% !important;
	padding-top: 56.25%;
	margin-bottom: 20px;
}

.rakumachi .youtube {
	margin: 0;
}

.rakumachi .youtube iframe,
.top_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.top_bg {
	background: #f2f2f2;
}

.news {
	margin-bottom: 40px;
}
	
.news dt {
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	vertical-align: top;
}

.news dt span {
	display:inline-block;
	margin-right: 20px;
}

.news dd {
	width: 100%;
	display: inline-block;
	/*height: 30px;*/
	margin-bottom: 20px;
	line-height: 30px;
}

.news dd a {
	color: #000;
}

.news dd:last-child {
	margin-bottom: 0px;
}

.btn,
.news_btn {
	display: block;
	width: 300px;
	height:60px;
	line-height: 60px;
	color: #000;
	text-align: center;
	border: solid 1px #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto 60px;
	font-size: 16px;
}

.btn {
	margin: 40px auto 0;
}

.message {
	background: url(../img/message_bg.png) no-repeat top right;
	background-size: auto 272px;
	height: 300px;
}

.message .inner h2 {
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}

.message .inner p {
	text-align:center;
	margin-top: 40px;
}
	
.msg_bg {
	width: 570px;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	text-align:center;
}




/****************************************

	子ページ

*****************************************/

/*----------代表者挨拶・略歴---------*/
.profile {
	display:inline-block;
}

.profile_margin {
	margin-top: 72px;
}

.title_profile {
	text-align:center;
}

.title_profile span {
	width: 220px;
	border-bottom: solid 2px #000;
    display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.ruby {
	font-size: 12px !important;
	border: none !important;
	padding-left: 9em;
	margin-bottom: 40px;
}

/*----------経営基本方針---------*/
.policy_01,
.policy {
	counter-reset:number;
	margin: 0 auto;
}

.policy_01 li {
	padding-bottom: 20px;
}

.policy_01 li a {
	word-wrap: break-word;
}

.policy li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 20px;
	margin-left: 4em;
}

.policy li:before {
	counter-increment: number;
	content: counter(number)". ";
}

.policy li ul li  {
	position: relative;
	text-indent: 0;
    padding-left: 1em;
	margin-left: 0;
	padding-bottom: 0;
}

.policy li ul li:before {
	content: '';
	border-radius: 50%;
	height: 5px;
	width: 5px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	background-color: #3333cc;
}

.policy_img {
	margin-top: 20px;
}

.size01 {
	width:600px;
}

.size02 {
	width:490px;
}

.size03 {
	width:665px;
}

/*----------業績推移---------*/
table.transition {
	width: 100%;
	border-collapse: collapse;
	font-size: 0px;
	margin-bottom: 20px;
	vertical-align: top;
}

table.transition th {
	padding: 10px 20px;
	border: 1px solid #000060;
	background: #3333cc;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color:#FFF;
}

table.transition td {
	padding: 10px 20px;
	border: 1px solid #000060;
	vertical-align: top;
	font-size: 14px;
}

table.transition01 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0px;
	margin-bottom: 20px;
	vertical-align: top;
	border: 1px solid #000060;
}

table.transition01 th {
	padding: 10px 20px;
	background: #3333cc;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color:#FFF;
	border-right: 1px solid #000060;
}

table.transition01 td {
	padding: 10px 20px;
	vertical-align: top;
	font-size: 14px;
	border-right: 1px solid #000060;
}

table.transition01 .bottom {
	border-bottom: 1px solid #000060;
}

table.transition02 {
	width: 100%;
}

table.transition02 th,
table.transition02 td {
	padding: 10px 5px;
}

table.transition02 td{
	vertical-align:middle;
}

.transition_scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.transition_scroll::-webkit-scrollbar-track {
	background: #d6d6f5;
	border-radius: 10px;
}

.transition_scroll::-webkit-scrollbar-thumb {
	background: #5c5cd6;
	border-radius: 10px;
}

.flex.transition_youtube {
	width: 100%;
	margin: 40px 0 0;
	gap: 2%;
}

.flex.transition_youtube li {
	width: 49%;
	margin-bottom: 1em;
}

.flex.transition_youtube li p {
	font-size: 16px;
	margin-bottom:  1em;
	font-weight: bold;
	text-align: center;
}

.flex.transition_youtube li div {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.flex.transition_youtube li iframe {
	width: 100%;
	height: 100%;
}


/*----------事業実績---------*/
.map_img01 {
	display: flex;
	flex-wrap: wrap;
	text-align:center;
	margin-bottom: 40px;
}

.map_img01 img {
	padding-right: 20px;
	image-rendering: -webkit-optimize-contrast;
}

.map_img01  img:last-child {
	padding-right: 0px;
}

.map_img02 {
	margin-bottom: 40px;
}
.map_img02 img {
	max-width: 100%;
	height: atuo;
}

.map_img02:last-child {
	margin-bottom: 0px;
}

.map_img02 h3 {
	font-weight: bold;
	font-size: 18px;
}

.googlemap {
	margin: 40px 0;
}

.portfolio {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.portfolio li{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.portfolio li a {
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-decoration: none;
}

.portfolio li h3 {
	text-align: center;
	background: #3333cc;
	color: #FFF;
	padding: 10px 5px;
	height: auto;
}

.portfolio li img {
}

.portfolio a:hover {
	opacity:0.7;
}


.portfolio_img {
	margin-bottom: 40px;
}

.mainimg {
	height:400px;
	text-align:center;
	margin-bottom: 20px;
}

.mainimg img{
	text-align:center;
	height: 400px;
}

.thumbnails{
	width: 100%;
	margin: 0 auto;
	font-size: 0px;
	text-align:center;
}

.thumbnails li {
	display: inline-block;
	margin: 10px;
}

.thumbnails img{
	cursor:pointer;
	height: 50px;
}


.thumbnails img:hover {
	opacity:0.7;
}


.portfolio_photo {
	font-size: 0px;
	text-align:center;
}

.portfolio_photo  li {
	font-size: 14px;
	margin: 10px;
	display: inline-block;
}

.portfolio_photo li img {
	cursor: pointer;
	height: 100px;
}

.poster_img01 {
	display: flex;
	flex-wrap: wrap;
	text-align:center;
}

.poster_img01 img {
	width: 480px;
	padding-right: 20px;
	image-rendering: -webkit-optimize-contrast;
}

.poster_img01 img:last-child {
	padding-right: 0px;
}

.poster_img02 {
	padding-top: 20px;
}

.poster_img02 img{
	 padding-bottom: 20px;
}

.poster_img02 img:last-child{
	 padding-bottom: 0px;
}


/*----------事業用地---------*/
.recruitment {
	margin: 40px 0;
	font-size: 0;
	text-align:center;
}

.recruitment li {
	width: 285px;
	display: inline-block;
	margin: 0 20px;
	background: #FFF;
	font-size: 14px;
	vertical-align: top;
}

.recruitment h3 {
	width: 285px;
	height: 40px;
	font-size: 16px;
	text-align:center;
	display: table-cell;
	line-height: 40px;
	color:#FFF;	
	background:#3333cc;
}

.recruitment img {
	width: 285px;
	height: auto;
	margin: 20px 0;
}

.recruitment p {
	text-align:center;
}

.recruitment dt {
	display: inline-block;
	width: 90px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #3333cc;
	vertical-align: top;
}

.recruitment dd {
	display: inline-block;
	width: 180px;
	margin-bottom: 10px;
}

/*----------商標(自社ブランド名)---------*/
.patent_img {
	font-size: 0px;
	text-align:center;
	padding-bottom: 40px;
}

.patent_img img {
	display:inline-block;
	padding-right: 20px;
}

.patent_img img:last-child {
	padding-right: 0px;
}


/*----------NEWS---------*/
.news_list {
	width: 980px;
	margin-bottom: 40px;
}
	
.news_list dt {
	margin-bottom: 10px;
}

.news_img,media_img {
	font-size: 0px;
}

.news_img li,.media_img li {
	font-size: 14px;
	margin: 10px;
	display: inline-block;
}

.news_img li img,.media_img li img {
	cursor: pointer;
	height: 50px;
}

.news_list .item{
	display: flex;
	margin: 1em 0;
}

.news_list .item .map_iframe,
.news_list .item .youtube{
	margin: 0;
}

.news_list .item .map_iframe iframe,
.news_list .item .youtube iframe{
	vertical-align:bottom;
}

.news_list .item img {
	margin-left: 20px;
}

.news_list dt span {
	display:inline-block;
	margin-right: 20px;
}

.news_cat01 {
	padding: 0 10px;
	height: 28px;
	color: #bf0000;
	border: solid 1px #bf0000;
	text-align: center;
	line-height: 30px;
}

.news_cat02 {
	padding: 0 5px;
	height: 28px;
	color: #2e3192;
	border: solid 1px #2e3192;
	text-align: center;
	line-height: 30px;
}

.news_cat03 {
	padding: 0 5px;
	height: 28px;
	color: #090;
	border: solid 1px #090;
	text-align: center;
	line-height: 30px;
}

.news_cat04 {
	padding: 0 5px;
	height: 28px;
	color: #F60;
	border: solid 1px #F60;
	text-align: center;
	line-height: 30px;
}

.news_cat05 {
	padding: 0 5px;
	height: 28px;
	color: #909;
	border: solid 1px #909;
	text-align: center;
	line-height: 30px;
}

.news_cat06 {
	padding: 0 5px;
	height: 28px;
	color: #ff5eac;
	border: solid 1px #ff5eac;
	text-align: center;
	line-height: 30px;
}

.news_list dd {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.news_list dd a {
	word-wrap: break-word;
}

.lb-data .lb-details {
	color: #FFF !important;
}


.news_list td {
	padding-right: 10px;
	vertical-align: top;
}

.pagination {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}

.pagination li {
	width: calc((100% - 20px*6)/7);
	margin-right: 20px;
}

.pagination li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center;
	border: solid 1px #000;
	transition: all 0.5s;
}

.pagination li:last-child {
	margin-right: 0px;
}

.pagination li.on {
	background: #000;
	font-weight: bold;
}

.pagination li.on a{
	color: #fff;
}


/*----------楽待動画---------*/
.rakumachi {
	display: flex;
	flex-wrap: wrap;
}

.rakumachi li {
	width: 50%;
	padding: 0 10px 40px 0;
	box-sizing: border-box;
}

.rakumachi li:nth-child(even){
	padding: 0 0 40px 10px;
}

.rakumachi li img{
    object-fit: cover;
    height: 270px;
    width: 100%;
}

.rakumachi .title span {
	font-size: 17px;
	margin-bottom: 20px;
}

.rakumachi li:nth-of-type(6) .title {
	height: 74px;
}

@media (max-width: 765px) {
	.rakumachi li:nth-of-type(6) .title {
		height: auto;
	}
}

.rakumachi p {
	margin-top: 10px;
	text-align: right;
}

/*----------お問い合せ---------*/
input[type="text"], textarea {
	padding: 5px;
}

.input_button {
	margin-top: 20px;
	text-align:center;
}

.input_button input{
	width: 150px;
	height: 40px;
	margin: 0 10px;
	padding: 10px;
	background: #3333cc;
	text-align:center;
	color:#fff;
	border-style: none;
}

.input_button input:hover{
	opacity:0.7;
	cursor: pointer;
}

.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px;
	background: #ccc;
}
 
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}
.err {
	color: #F00;
}

/*----------入居者募集---------*/
.resident_text,
.resident_text a {
	color: #F00;
	font-weight: bold;
	font-size: 25px;
}

.font_25 {
	font-size: 25px;
}

.resident_item {
	display: flex;
}

.resident_detail {
	width: 50%;
	padding-right: 10px;
}

.resident_detail div {
	margin-bottom: 60px;
}

.resident_detail .title_left.red span {
    border-bottom: solid 2px #F00;
}	

.resident_img {
	width: 50%;
	padding-left: 10px;
}

.resident_img img {
	margin-bottom: 20px;
}


.resident_item .inner {
	padding: 40px 10px 20px 10px;
}

.resident_item .item {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}

.resident_item .item p {
	margin-top: 1em;
}


.resident_item .title_left span {
	margin-bottom: 20px;
}

.resident_item .file-list {
	border-top: solid 1px #ccc;
	border-bottom: none;
	padding: 20px 0 0 0;
	margin-bottom: 0;
}

.resident_item .file-list a:last-child {
	margin-bottom: 0;
}


table.resident {
	width: 100%;
	table-layout: fixed;
}

.resident th,
.resident td {
	padding-bottom: 10px;
	vertical-align: top;
}

.resident th:first-child {
	width: 50%;
}

.resident td {
	vertical-align: top;
}

.attention {
	border: solid #F00 2px;
	color: #F00;
	padding: 20px;
}


/*----------日本銀行資料集---------*/
.bank dt,.media dt,.seminar dt {
	font-weight:bold;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0 10px;
}

.bank dd,.media dd,.seminar dd {
	padding: 0 10px 20px 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.bank dd a {
    word-wrap: break-word;
}

.media dd .file-list,.seminar dd .file-list {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}

.media dd .file-list a {
	margin-bottom: 10px;
}

.seminar dt span {
    background: #3333cc;
    color: #fff;
	font-size: 14px;
	height: 24px;
	width: 24px; 
    display: inline-block;
	line-height: 25px;
    text-align: center;
    margin-right: 1em;
}

.seminar_img li {
	font-size: 14px;
	margin: 10px;
	display: inline-block;
}

.seminar_img li img {
	cursor: pointer;
	height: 200px;
	border: solid #ccc 1px;
}




/****************************************

	印刷設定

*****************************************/
@media print{
	.nav-wrap {
		display:none;
	}
}




/****************************************

	ページトップ

*****************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top img {
	width: 60px;
}


/****************************************

	footer

*****************************************/
footer {
	padding: 20px 0;
	background: #000;
}

.footer_in {
	width: 350px;
	margin: 0 auto;
}

footer h3 {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

footer h3 img{
	display: block;
	margin:auto;
	margin-bottom: 5px;
	height: 100px;
	width: auto;
}

.copy {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	text-align:center;
}
