@charset "UTF-8";

/*============================================
 Reset
============================================*/
html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
fieldset,img {
	border: none;
}
img {
	vertical-align: bottom;
}

/*============================================
 Contents
============================================*/
/* ヘッダー
----------------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(255, 255, 255, 0.3)), color-stop(0.00, rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    top: 0;
    z-index: 99;
}
header h1 {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    vertical-align: middle;
}
header h1 img{
    width: 380px;
    max-width: 100%;
}
header ul,
header li {
    display: inline-block;
    vertical-align: middle;
}
header li {
    width: 5em;
    margin-left: 1.5em;
    padding-bottom: 2px;
    background: url(images/border.gif) no-repeat left bottom;
    font-size: 1.1em;
    text-align: center;
}
header li a {
    color: #000;
}
header li a:hover {
    text-decoration: none;
    color: #00A3D9;
}
@media screen and ( max-width:1000px ){
    header {
        position: absolute;
    }
    header h1 {
        padding-top: 40px;
    }
    header h1 img {
        width: 90%;
    }
    header ul {
        padding-bottom: 20px;
        text-align: center;
    }
    header li {
        margin: 0.8em;
    }
}

/* コンテンツ共通
----------------------------------------------------------------------*/
section {
    width: 100%;
    background: url(iutcp/public_html/upload/files/パソコン用.jpg)  no-repeat center bottom;
	background-size: cover;
}
div {
    width: 1000px;
    margin: 0 auto;
/*    padding: 80px 0;*/
}
div h1 {
    margin-bottom: 30px;
}
table {
    background: rgb(234, 243, 250);
    color: #000;
}
tr:first-child th {
    padding: 27px 30px 7px 30px;
}
tr:last-child th {
    padding: 7px 30px 25px 30px;
}
th {
    padding: 7px 30px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
tr:first-child td {
    padding: 27px 30px 7px 0;
}
tr:last-child td {
    padding: 7px 30px 25px 0;
}
td {
    padding: 7px 30px 7px 0;
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: rgba(84, 139, 212, 0.8);
/*    text-decoration: underline;*/
}
@media screen and ( max-width:1000px ){
    header h1,
    div {
        width: 100%;
    }
    div {
        padding: 40px 0;
    }
    p img {
        width: 80%;
    }
    h1 {
        text-align: center;
    }
    section h1 img {
        width: 40%;
    }
    table,
    section:nth-child(2) table {
        margin: 0 5%;
    }
    th {
        font-weight: bold;
    }
    th,td {
        display: block;
    }
    tr:first-child th {
        padding: 1em 1em 0 1em;
    }
    tr:last-child th,
    th {
        padding: 0.5em 1em 0 1em;
    }
    tr:last-child td {
        padding: 0 1em 1em 1em;
    }
    tr:first-child td,
    td {
        padding: 0 1em 0.5em 1em;
    }
}

/* トップ・オフォスビル賃貸業
----------------------------------------------------------------------*/
#top/* ,
#nagasakiBizport */ {
    position: relative;
    text-align: center;
    height: 100vh;
}
/* #nagasakiBizport {
    background-image: url(images/back_bizport_overall.jpg);
}
*/
#top p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 40px 0;
/*    background: rgba(0, 0, 0, 0.6);*/
	background: rgba(51, 99, 174, 0.9);
}
#top .header_print {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
/*	position: fixed;*/
	width: 100%;
	z-index: 99;
	top: 20px;
/*	display: inline-block;*/
	box-sizing: border-box;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	display: none;
}
@media screen and ( max-width:1000px ){
    #top {
        background-image: url(iutcp/public_html/upload/files/スマホ用.jpg);
        background-position: center bottom;
    }
    /* #nagasakiBizport {
        background-image: url(images/back_bizport_overall_sp.jpg);
    } */
    #top/*,
    #nagasakiBizport */ {
        position: static;
        height: auto;
    }
    #top {
        padding: 300px 0 80px 0;
    }
    #top p {
        position: static;
        transform: none;
        -webkit- transform: none;
    }
    #top p img {
        width: 80%;
    }
}

/* 会社概要
----------------------------------------------------------------------*/
#company {
    background-image: url(images/back_port.jpg);
}
#company tr:nth-child(2) td br:nth-of-type(2) {
    display: none;
}
@media screen and ( max-width:1000px ){
    #company {
        background-image: url(images/back_port_sp.jpg);
    }
    #company h1 img {
        width: 40%;
    }
    #company table {
        width: 90%;
    }
    #company tr:nth-child(2) td br:nth-of-type(2) {
        display: block;
    }
    #company a {
    	color: #FFF;
    }
}


/* 沿革
----------------------------------------------------------------------*/
#history {
    background-image: url(images/back_old.jpg);
}
#history th {
    white-space: nowrap;
}
@media screen and ( max-width:1000px ){
    #history {
        background-image: url(images/back_old_sp.jpg);
    }
    #history h1 img {
        width: 90%;
    }
}

/* 業務案内
----------------------------------------------------------------------*/
#business {
    background-image: url(images/back_office.jpg);
    background-position: center;
}
#business ul {
    font-size: 0;
}
#business li {
    display: inline-block;
    width: 40%;
    margin-bottom: 1.5em;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: top;
    margin: 0 5%;
}
#business li strong {
    display: block;
    padding: 1.5em 0;
    background: rgba(0,133,178,0.9);
    color: #FFF;
    font-weight: normal;
}
#business li:last-child strong {
    padding: 1.5em 0;
    background: rgba(255,201,38,0.9);
}
#business li span {
    display: block;
    font-size: 1rem;
}
/*
#business p {
    font-size: 1.5em;
    text-align: center;
}
*/
#business p br {
    display: none;
}
#business p br:nth-of-type(3) {
    display: block;
}
#business dl {
    margin-top: 1em;
    padding: 1em 0;
    background: rgba(255,255,255,0.8);
    font-size: 1.2em;
    text-align: center;
}
#business dd a {
    color: #B22D00;
    font-size: 1.5em;
    font-weight: bold;
}
@media screen and ( max-width:1000px ){
    #business {
        background-image: url(images/back_office_sp.jpg);
    }
    #business li,
    #business li:nth-child(2),
    #business li:last-child {
        display: block;
        width: 90%;
        margin: 0 5% 1em 5%;
    }
    #business dl {
        width: 90%;
        margin: 1em 5% 0 5%;
    }
    #business p {
        width: 90%;
        margin: 0 5%;
        color: #FFF;
    }
    #business p br {
        display: block;
    }
}


/* アクセス
----------------------------------------------------------------------*/
#access {
    background-image: url(images/back_nagasaki_port.jpg);
    background-position: center;
}
/*
#access div {
    padding: 70px 0;
}
*/
#access dl,
iframe {
    display: inline-block;
    vertical-align: top;
}
iframe:first-of-type {
    margin-bottom: 40px;
}
#access dl {
    margin-left: 20px;
}
#access dt {
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 6px solid #000;
}
#access iframe {
    width: 600px;
    height: 530px;
}
#access iframe:nth-of-type(2),
#access iframe:last-of-type {
    display: none;
}
#access dl dt p {
	font-size: 1.7em;
	font-family: serif;
}
#access .tbl_honsya {
    width: 370px;
    margin: 0 5%;
}
#access .tbl_honsya th,
#access .tbl_honsya td {
	padding: 5px 15px;
}
#access .tbl_honsya tr:first-child td span {
	font-size: 1.5em;
}
#access .tbl_honsya tr:last-child td {
	word-wrap: break-word;
}
#access .tbl_honsya tr:last-child td p {
	font-size: 0.8em;
}
@media screen and ( max-width:1000px ){
    #access {
        background-image: url(images/back_nagasaki_port_sp.jpg);
    }
    #yanagifuto {
        margin-top: 2em;
    }
    #access div {
/*        padding: 40px 0;*/
    }
    #access dl {
        width: 100%;
        margin-left: 0;
        color: #FFF;
    }
    #access dt {
        margin-left: 5%;
        border-left: 6px solid #FFF;
    }
    #access th,
    #access td {
        display: table-cell;
    }
    #access tr:first-child th {
        padding: 1em 2em 0.5em 1em;
    }
    #access tr:last-child th {
        padding: 0.5em 2em 1em 1em;
    }
    #access th {
        padding: 0.5em 2em 0.5em 1em;
        white-space: nowrap;
    }
    #access tr:first-child td {
        padding: 1em 1em 0.5em 0;
    }
    #access .tbl_yanagi tr:nth-of-type(2) td,
    #access .tbl_yanagi tr:nth-of-type(3) td {
        padding: 5px 0 0 0;
    }
    #access tr:last-child td {
        padding: 0.5em 1em 1em 0;
    }
    #access td {
/*        width: 100%;*/
        padding: 0.5em 1em 0.5em 0;
    }
    #access iframe {
        width: 90%;
        margin: 1em 5% 0 5%;
        height: 300px;
    }
    #access iframe:first-of-type,
    #access iframe:nth-of-type(3) {
        display: none;
    }
    #access iframe:nth-of-type(2),
    #access iframe:last-of-type {
        display: block;
    }
	#access .news_title p {
	    color: #FFF;
	}
}

/* オフォスビル賃貸業(旧)
----------------------------------------------------------------------*/
#nagasakiBizport {
    background-image: url(iutcp/public_html/upload/files/back_bizport_overall.jpg);
}
#nagasakiBizport tr:nth-child(2) td br:nth-of-type(2) {
    display: none;
}
@media screen and ( max-width:1000px ){
    #nagasakiBizport {
        background-image: url(iutcp/public_html/upload/files/back_bizport_overall_sp.jpg);
    }
    #nagasakiBizport h1 img {
        width: 40%;
    }
    #nagasakiBizport table {
        width: 90%;
    }
    #nagasakiBizport tr:nth-child(2) td br:nth-of-type(2) {
        display: block;
    }
	#nagasakiBizport .news_title2 p {
		text-align: center;
		font-size: 1.0em;
	}
}


/* オフォスビル賃貸業(旧)
----------------------------------------------------------------------*/
/*
#nagasakiBizport div {
    padding: 70px 0;
}
#nagasakiBizport h1 {
    text-align: right;
}
#nagasakiBizport table {
    width: 50%;
    margin: 0 0 0 auto;
}
#nagasakiBizport th {
    white-space: nowrap;
}
#nagasakiBizport th,
#nagasakiBizport td {
    text-align: left;
}
#nagasakiBizport tr:last-child td {
    padding: 17px 10px 25px 30px;
}
#nagasakiBizport tr:last-child td p span {
    margin-right: 0.5em;
}
#nagasakiBizport tr:last-child td p {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
@media screen and ( max-width:1000px ){
    #nagasakiBizport div {
        padding: 40px 0;
    }
    #nagasakiBizport h1 {
        text-align: left;
    }
    #nagasakiBizport h1 img {
        width: 90%;
        margin-left: 5%;
    }
    #nagasakiBizport table {
        width: 90%;
        margin: 0 5%;
    }
    #nagasakiBizport tr:last-child td p {
        padding-left: 1em;
        text-indent: -1em;
    }
    #nagasakiBizport tr:last-child td {
        padding: 1em;
    }
}
*/


/* フッター
----------------------------------------------------------------------*/
footer {
    padding: 1.5em 0;
    background: #FFF;
    color: #000;
    font-size: 0.8em;
    text-align: center;
}
footer p {
	font-weight: bold;
}
.counter {
    display: none;
}

/* トップページをスクロールにする
------------------------------------ */
.roop {
    width: 100%;
    min-height: 50vh;
    background: url(iutcp/public_html/upload/files/backroll.jpg) repeat-x;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: bgroop 100s linear infinite;
    animation: bgroop 100s linear infinite;
    padding: 80px 0;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -8300px 0; 
        /*background-position: -5547px 0; */
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        /* background-position: -5547px 0; */
        background-position: -8300px 0;
    }
}

/* 2021.10 h.tabira */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    top: 30px;
    left:20px;
}

#roopphoto p,#midnight_fog p{
    font-size: 3.4em;
    font-family: serif;
    color: white;
    letter-spacing:-0.1em;
  text-shadow    : 
       1px  1px 0px rgba(153, 153, 153, 0.1),
      -1px  1px 0px rgba(153, 153, 153, 0.1),
       1px -1px 0px rgba(153, 153, 153, 0.1),
      -1px -1px 0px rgba(153, 153, 153, 0.1),
       1px  0px 0px rgba(153, 153, 153, 0.1),
       0px  1px 0px rgba(153, 153, 153, 0.1),
      -1px  0px 0px rgba(153, 153, 153, 0.1),
       0px -1px 0px rgba(153, 153, 153, 0.1); 
}
#midnight_fog img{
    width:100%;
    height: auto;
}

#photo_only p{
    font-size: 3.4em;
    font-family: serif;
    color: white;
    letter-spacing:-0.1em;
  text-shadow    : 
       1px  1px 0px rgba(153, 153, 153, 0.1),
      -1px  1px 0px rgba(153, 153, 153, 0.1),
       1px -1px 0px rgba(153, 153, 153, 0.1),
      -1px -1px 0px rgba(153, 153, 153, 0.1),
       1px  0px 0px rgba(153, 153, 153, 0.1),
       0px  1px 0px rgba(153, 153, 153, 0.1),
      -1px  0px 0px rgba(153, 153, 153, 0.1),
       0px -1px 0px rgba(153, 153, 153, 0.1); 
}
#photo_only img{
    width:100%;
    max-width:100%;
    height: auto;
}

 
@media screen and ( max-width:1000px ){
    #roopphoto p,#midnight_fog p{
    font-size: 1.6em;
}
    #photo_only{
        display: none;
    }
}

/* 2021.10 h.tabira */
/* 「お知らせ」の追加 */
#news_all{
    background: rgb(234, 243, 250);
/*    color: white;*/
}
.news_contents {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.news_contents .news_list {
	width: 100%;
}
.news_contents .news_list li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #cccccc;
}
.news_contents .news_list li a {
	display: block;
	padding: 25px 0 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.news_list li a:hover .txt_box .txt {
	color: #1f93f9;
}
/*
a:link, a:visited {
  color: #3db601;
  text-decoration: none;
}
*/
.news_list li .ph_box {
	height: 80px;
	width: 130px;
	margin-right: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.news_list li .ph_box img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
.news_list li .txt_box {
	display: inline-block;
	vertical-align: top;
	max-width: 820px;
	line-height: 1;
}
.news_list li .txt_box .date, .news_contents .data_box .date {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000000;
  margin-right: 10px;
}
.news_list li .txt_box .category, .news_contents .data_box .category {
  display: inline-block;
  min-width: 74px;
  margin-top: 0;
  vertical-align: middle;
  background: #085c33;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 77%;
  text-align: center;
}
.news_list li .txt_box .txt {
  margin-top: 5px;
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  word-break: break-all;
  line-height: 1.5;
}
.news_list li .txt_box .txt_sub {
	font-size: 0.8em;
}
.news_title {
    text-align: left;
}
@media screen and ( max-width:1000px ) {
.news_title{
/*    padding-top: 200px!important;*/
	padding: 0;
	text-align: center;
}
    
}
.news_title p {
    font-family: serif;
    font-weight: 500;
    margin: 0.5em 0 0 0;
    font-size: 3em;
}
.news_title2 p {
    font-family: serif;
    font-weight: 500;
    margin: 0.5em 0 0 0;
    font-size: 1.7em;
}
.news_title2 span {
    font-size: 1.5em;
}
.link_list {
    text-align: right;
    margin-right: 1em;
}
.link_list a {
  color: #000000;
  font-weight: 600;
  padding-right: 22px;
  background-size: auto;
  background-size: 14px 10px;
  line-height: 1;
}
.link_list a:hover {
	color: #1f93f9;
}

.head {
	padding: 40px 0
}



.news_all{
    display: block;
}
.news_all div{
    padding: 0px;    
}
.news_title_nw{
    font-size: 2em;
    text-align: left;
    padding: 75px 0 0;
}
@media screen and ( max-width:1000px ){
.news_title_nw{
    padding-top: 200px!important;
}
    
}
.news_title_nw p{
    font-family: serif;
    font-weight: bold;
    margin: .5em auto 0;
}
.news_article{
    display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
}
@media screen and ( max-width:1000px ){
.news_article{
    display: block;
}
}

.news_article img{
    max-width: 100%;    
}
.news_article_text h1{
    font-size: 1.4em;
    margin-left: 1em;
    
}
.news_article_text p{
    margin: 1em;
}

#news_all ul.pagination { display: flex; justify-content: center; align-items: center; margin: 30px auto 0px; }
#news_all ul.pagination li.page-item.active a {background: #548bd4; color: #FFF; font-weight: bold; }
#news_all ul.pagination li.page-item { font-size: 15px; font-size: 0.9375rem; line-height: 1.6875rem; margin: 0 .25rem .5rem; width: 30px; height: 30px; }
#news_all ul.pagination li.page-item a { border: 1px solid #548bd4; display: flex; justify-content: center; align-items: center; height: 100%; text-decoration: none !important; }


/* 2022.04.25 ht 印刷時の改ページ制御 */
.pagebreak{
    break-after: page;
}

.news_list .date_detail {
	float: right;
}
.news_list .title_detail {
	font-weight: bold;
	font-size: 1.3em;
}
.news_list .news_detail .txt {
  margin-top: 5px;
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  word-break: break-all;
  line-height: 1.5;
}
.news_list .news_detail .txt_sub {
	margin-bottom: 15px;
}
.news_list .news_article_text {
	margin-bottom: 35px;
}

main .news_contents .group_block .group_box_sub:nth-child(2n) {
  margin-left: 0;
}
main .news_contents .group_block .group_box {
  display: inline-block;
  vertical-align: top;
  width: 14%;
/*  background: #ffffff;*/
/*  margin: 0 0 30px 30px;*/
}
main .news_contents .group_block iframe:first-of-type {
    margin-bottom: 14px;
}

@media screen and ( max-width:1000px ) {
	.head {
	  padding: 10px 0;
	}
	table {
	  background: rgba(0, 0, 0, 0.5);
	  color: #FFF;
	}
	.news_title p {
	  margin: 10px 0 12px 0;
	}
	main .news_contents {
		width: 100%;
	}
	.news_title_nw{
	    padding: 30px 0 0;
	}
	.news_contents .link_list,
	.news_list li .ph_box {
		padding: 20px 0;
	}
	.news_list li .txt_box {
		padding: 20px 0;
		max-width: 60%;
        /* 		width: calc(100% - 200px); */
	}    
	.news_contents .news_list li a {
		padding: 0;
	}
	main .news_contents .group_block {
		width: 100%;
		padding: 20px 0;
	}
	main .news_contents .group_block .group_box {
		width: 100%;
		display: block;
		padding: 4px 0;
		text-align: center;
	}
	main .news_contents .group_block img {
		width: 100%;
	}
	main .news_contents .group_block iframe:first-of-type {
	    width: 100%;
	    height: 100%;
	}
}

/* 印刷時のレイアウト指定 add by j-suga @2022/05/27 */
/* 用紙サイズの指定（A4） */
@page {
	margin: 10mm;
	/* A4縦サイズの場合 */
/*	size: 210mm 297mm;*/
	/* A4横サイズの場合 */
	size: 297mm 210mm;
}
@media print {
	/* 全体設定 */
	body {
		/* 印刷時でも背景色や背景画像を表示 */
		-webkit-print-color-adjust: exact;
		/* 印刷時の全ページ幅を統一（px数値はお好みで） */
		width: 1190px;
		/* なるべく多くのブラウザで切れないようにするため */
		zoom: 0.8;
	}

	#top .header_print {
		display: inline-block;
	}

	/* 改ページをいれる場合 */
	section {
		/* 各セクションで改ページが行われるようにしています */
		page-break-before: always;
	}
	section + section.new-none:not(:root) {
		/* 特定のセクションでは改ページを入れない場合の指定 */
		page-break-before: avoid;
	}
	.new-page {
		/* 特定の場所で改ページを入れたいときの指定 */
		page-break-before: always;
	}

	/* ヘッダー、フッターは印刷しない */
	header,
	footer {
		display: none;
	}

	/* FireFoxのみ適用 */
	@-moz-document url-prefix() {
		/* 最初のセクションの位置を調整 */
		#top {
			margin-top: -800px;
		}
	}

	/* セクションの背景に画像を適用していることから、特定のsectionは除外する */
	.bo {
		background: none !important;
	}

	/* add by j-suga @2022/06/07 */
	/* 印刷時に、最下部の画像を中央寄せに変更 */
	.relative.bo {
		text-align: center !important;;
	}

	/* 画像を縮小 */
	#bo_img {
		width: 90% !important;
	}

	/* 「沿革」で表示専用の領域を非表示にする */
	#history {
		display: none;
	}

	/* 「沿革」で印刷レイアウト専用の領域を表示する */
	#history_r {
		display: block !important;
		text-align: center;
	}
	#history_img {
		width: 95%;
		margin-top: 75px;
	}

	/* Chromeだけに効くCSS */
	_:lang(x)::-internal-media-controls-overlay-cast-button, #access iframe {
		width: 500px;
	    height: 300px;
	}

	/* EDGEだけに効くCSS */
	_:lang(x)::-ms-, #access iframe {
		width: 500px;
	    height: 300px;
	}
}

