/* =======================================
画像が大きくなる
 ======================================= */
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	height: 100%;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.imgWrap img {
	/* 略 */
}
.imgWrap img:hover {
	/* 略 */
	opacity: 1;	/* 小さくするほど暗くなります */
}
/* =======================================
タイトル 色が変わる用
 ======================================= */
.section {
    height: auto;
    padding-top: 100px;
    margin-top: -100px;
}
.bg-is-white .title {
  color: #fff;
} 

/* =======================================
TOPメニュー
 ======================================= */
  .menu_em {
    left: auto;
    margin-left: 1em;
}

@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
.menu01{
    position: absolute;
    left: 0px;
    top: 70px;
    width: 250px;
    height: auto;
    z-index: 200;
}    
.menu01 a{
display:block;
}
.button-5{
    width: 250px;
    height: 45px;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #000;
    opacity:0.8;/*20％透明にする*/
    
}
.button-5 a{
    padding-left: 33px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-5{
    width: 250px;
    height: 50px;
    left: -300px;
    top: -50px;
    background-color: #0E0E0E;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

    .mokuji{
cursor: auto;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 45px;
    color: #FFFFFF;   
    padding-left: 33px;
    transition: all .5s ease;
    z-index: 2;

}

    

    
    
}
@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */

.menu01{
    position: absolute;
    left: 0px;
    top: 90px;
    width: 300px;
    height: auto;
}    
.menu01 a{
display:block;
}
.button-5{
    width: 300px;
    height: 50px;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #000;
    opacity:0.8;/*20％透明にする*/
    
}
.button-5 a{
    padding-left: 83px;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-5{
    width: 300px;
    height: 50px;
    left: -300px;
    top: -50px;
    background-color: #0E0E0E;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
    

.mokuji{
cursor: auto;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 50px;
    color: #FFFFFF;   
    padding-left: 83px;
    transition: all .5s ease;
    z-index: 2;

}
}
.button-5:hover .eff-5{
  left:0;top:0;
}
.button-5:hover a{
  color:#ffffff;
}
/* =======================================
move
 ======================================= */
@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
.move{
    width: 100vw;
    max-width: 800px;
    height: 100vh;
    max-height: 900px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
.move{
    width: 100vw;
    max-width: 800px;
    height: 100vh;
    max-height: 900px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    margin-left: auto;
    margin-right: 88px;
}
}


/* =======================================
基本
 ======================================= */
.square_menu{
    position: relative;
     /* [disabled]position: fixed; */
    width: auto;
    height: auto;
    z-index: 90;
    vertical-align: top;
}



.square_top{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: 100%;
    max-height: 950px;
    margin-right: auto;
    text-align: right;
    margin-left: auto;
    min-height: 850px;
}
.square_top2{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: 100%;
    margin-top: 0px!important;
    max-height: 10px;
    margin-right: auto;
    text-align: left;
    margin-left: auto;
    min-height: 10px;
}

.square{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: auto;
    /* [disabled]margin-top: 80px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
}

.square2{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.square2_2{
    position: relative;
    width: 100vw;
    height: auto;

    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #3C3C3C;
}
.square3{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #000;
    /* [disabled]padding-top: 50px; */
    padding-bottom: 50px;
}
.square3_2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #DCDDDD;
    padding-top: 20px;
}

.sup2{
    padding-right: 83px;
    padding-left: 83px;
}

@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
.sup{padding-right: 33px;
    padding-left: 290px;
    margin-top: 100px;
    margin-bottom: 100px;}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
.sup{
    padding-right: 83px;
    padding-left: 370px;
    margin-top: 100px;
    margin-bottom: 100px;
}
}

body {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 25px;
}
p {
    text-align: left;
    margin: 0px;
    padding: 0px;
    /* [disabled]line-height: 140%; */
}
/* =======================================
header
 ======================================= */


@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
.companyname {
    position: absolute;
    left: 40px;
    width: auto;
    height: auto;
    z-index: 1;
    text-align: left !important;

}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
.companyname {
    position: absolute;
    left: 40px;
    width: auto;
    height: auto;
    z-index: 1;
    text-align: left !important;

}
}





.menu7{
    width: 285px;
    position: relative;
    left: 20px;
    top: 10px;
    text-align: left;
    font-size: 11px;
    z-index: 50;
    color: #8D8D8D;
    margin-bottom: 50px;
    height: 40px;
}
/* =======================================
footer
.footer{
    position: relative;
    width: 100vw;
    max-width: 1366px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 10px;
    font-size: 80%;
}
.footer_2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #3C3C3C;
}
 ======================================= */
.basicr_top_index {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 130px;
    background-color: #FFF;
}

.basicr_top {
  display: block;
  position: relative;
  z-index: 2;
    margin-bottom: 130px;
  background-color: #FFF;
    padding-bottom: 50px;
}


.footer{

    width: 100vw;
    max-width: 1366px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 90%;
}
.footer_2{
    position: fixed;
    width: 100vw;
    height: 150px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    left: 0;
  right: 0;
  bottom: 0;
    background-color: #3C3C3C;
    z-index: 1;
}




/* =======================================
HOMEで使用CSS
 ======================================= */
@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
h1 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
h1 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    /* [disabled]padding-top: 70px; */
}
}



h1.background--light {
     color: black;
}
h1.background--dark {
     color: white;
}

h2 {  

    font-weight: 400;
    font-style: normal;
    font-size: 20px;    
	margin: 0px;
	padding: 0px;
}
/* ---中国語への思い--- */
div.side1 {
    width: 100%;
}
div.side1 div {
	display: inline-block;
	vertical-align: top;
}
div.side1 div:nth-child(1) {
    width:75%;
    margin-left: 0px;
}
    div.side1 div:nth-child(2) {
    width: 22%;
    font-size: 0;
   margin-left: 2%;
    text-align: right;
}
 .date {
    margin-left: 1em;
}

/* ---項目タイトル--- */

.title01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    font-size: 50px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: normal;
}
.title02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    font-size: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}



/* --------------------中国の童話　横並び-------------------- */
div.side2 {
	width:100%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:0;
}
div.side2 div {
	width: 22%;
	display: inline-block;
	margin-left: 4%;
	vertical-align: top;
	margin-top: 25px;
}
div.side2 div:nth-child(1) {
    margin-left: 0px;
}
div.side2 div:nth-child(4n+1) {
    margin-left: 0px;
}

div.side2 img {
    width:100%;
	margin-bottom: 5px;
}

/* --------------------枠だけ-------------------- */
.waku1{
    width: auto;
    max-width: 100%; 
    border: 1px solid #FFFFFF;
    height: 50px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.waku2{
    width: auto;
    border: 1px solid #000;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
}
/* --------------------枠中文字-------------------- */
@media (max-width: 1366px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
p.title_s01 {
    font-size: 1vw;
    line-height: 18px;
    padding-bottom: 0.8vh;
    text-align: center;
}
p.title_s02 {
    font-size: 0.8vw;
    line-height: 16px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #ADADAD;
}
p.title_s03 {
    font-size: 0.8vw;
    line-height: 16px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #3c3c3c;
}
}

@media (min-width: 1367px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
p.title_s01 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0.8vh;
    text-align: center;
}
p.title_s02 {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #ADADAD;
}
p.title_s03 {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #3c3c3c;
}
}


/* --------------------中国の童話　横並び-------------------- */
div.side3 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
}
div.side3 div {
	width: 22%;
	display: inline-block;
	margin-left: 4%;
	vertical-align: top;
	margin-top: 25px;
}
div.side3 div:nth-child(1) {
    margin-left: 0px;
}
div.side3 div:nth-child(4n+1) {
    margin-left: 0px;
}

/* --------------------プロフィール学歴　横並び-------------------- */
div.side_pro {
	width:100%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.side_pro div {

	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
div.side_pro div:nth-child(1) {
    margin-left: 0px;
    width:4.2em;
}
div.side_pro div:nth-child(2) {
    margin-left: 0px;
    text-align: right;
}

div.side_pro div:nth-child(3) {
    margin-left: 10px;
}

/* --------------------プロフィール就職　横並び-------------------- */
div.side_pro2 {
	width:100%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.side_pro2 div {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
div.side_pro2 div:nth-child(1) {
    margin-left: 0px;
    width:4.2em;
}
div.side_pro2 div:nth-child(2) {
    margin-left: 0px;
    width:1.7em;
    text-align: right;
}
div.side_pro2 div:nth-child(3) {
    margin-left: 0px;
}
div.side_pro2 div:nth-child(4) {
    margin-left: 0px;
    width:4.2em;
}
div.side_pro2 div:nth-child(5) {
    margin-left: 0px;
   width:1.7em;
    text-align: right;
}

div.side_pro2 div:nth-child(6) {
    margin-left: 10px;
}

      .square_menu, .midnightInner {
    height: 100%;
    width: 300px;
        }

        .midnightInner {
            display: flex;
         }
.white {
    color: #fff;
    height: auto;
    margin-right: auto;
    text-align: right;
    margin-left: auto;
    z-index: 90;
}
/* --------------------幅指定/////学歴-------------------- */

@media(min-width: 1150px) {
.pc3{display:none;
}} 


/* =======================================
画像大きさ
 ======================================= */
.img_w{
    width: 60%;
}


/* --------------------漢詩　横並び-------------------- */
div.side_kanshi {
    width: 100%;
    text-align: center;
	margin-top: 100px;
    margin-bottom: 0px;
    font-size: 0;
}
div.side_kanshi div {
	width: 50%;
	display: inline-block;
	margin-left: 0px;
	vertical-align: top;
}
div.side_kanshi div:nth-child(1) {
    margin-left: 0px;
}
div.side_kanshi div:nth-child(2) {
    margin-left: 5%;
    width: 22%;

}
/* --------------------漢詩意味　横並び-------------------- */
@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
div.side_kanshi_imi {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
div.side_kanshi_imi div {
    display: block;
    margin-left: 20px;
    vertical-align: top;
    font-size: 100%;
}
div.side_kanshi_imi div:nth-child(1) {
}
div.side_kanshi_imi div:nth-child(2) {
    margin-top: 10px;    
  
}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
div.side_kanshi_imi {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
div.side_kanshi_imi div {
	display: inline-block;
	margin-left: 0px;
	vertical-align: top;
    font-size: 100%;
}
div.side_kanshi_imi div:nth-child(1) {
    margin-left: 0px;
     margin-right: 10%; 
}
div.side_kanshi_imi div:nth-child(2) {
      margin-left: 0px;
  
}
}








/* =======================================
ポップアップ 画像切り替え 
 ======================================= */

div.img-box1{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
div.img-box1 div {
	display: inline-block;
	margin-left: 0px;
	vertical-align: top;
    font-size: 0%;
}
div.img-box1 div:nth-child(1) {
    width: 45%;
    margin-left: 0px;
    font-size: 0%;
}
div.img-box1 div:nth-child(2) {
    width: 50%;
    margin-left: 4%;
    font-size: 105%;
    font-weight: 400;
 
}


.mainImage img{
 text-align:center;
    width: 100%;
}
.thumbnails img{
    border: 1px solid #A4A4A4;

    width: 16%;
    margin-right: 5px;
}






div.img-box1moji{
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 100%;
    line-height: 200%;
    font-weight: 400;
}






/*--------------------配架図書館　表組み　横並び--------------------*/
 /*---------【項目】-----------*/
div.global_table1 {
    width: 100%;
    font-size: 0px;
}
div.global_table1 div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    background-color: #D9D9D9;
}


div.global_table1 div:nth-child(1) {
    width: 35%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    padding-left: 1%;
    padding-right: 1%;
}
div.global_table1 div:nth-child(2) {
    width: 32%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    padding-left: 1%;
    padding-right: 1%;
}

div.global_table1 div:nth-child(3) {
    width: 16%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
}

div.global_table1 div:nth-child(4) {
    width: 11%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #676767;
}



 /*---------【中身】-----------*/
div.global_table2 {
    width: 100%;
    font-size: 0px;
}
div.global_table2 div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;

}


div.global_table2 div:nth-child(1) {
width: 35%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: left;
    padding-left: 2%;
}
div.global_table2 div:nth-child(2) {
    width: 32%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: left;
    padding-left: 2%;
}

div.global_table2 div:nth-child(3) {
    width: 16%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: center;
}

div.global_table2 div:nth-child(4) {
    width: 11%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #676767;
    text-align: center;
}



/* =======================================
お問い合わせ　背景
 ======================================= */
@media (max-width: 1209px) {
   /* 横幅が1023px以下の場合に適用するスタイル */
.otoi{
width: 100%;
    max-width: 713px;

    margin-left: 0px;
    background-color: #E5E5E5;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;

}
}

@media (min-width: 1210px) {
   /* 横幅が1024px以上の場合に適用するスタイル */
.otoi{
width: 100%;
    max-width: 713px;

    margin-left: 0px;
    background-color: #E5E5E5;
    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 100px;

}}
/* =======================================
フォーム 並び
 ======================================= */

div.global_input {
    width: 100%;
    font-size: 0px;
    margin-top: 10px;    
}
div.global_input div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;

}


div.global_input div:nth-child(1) {
    width: 115px;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
    padding-top: 6px;
}
div.global_input div:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
/* =======================================
フォーム
 ======================================= */
.jyuuyou{
    background-color: #FF0004;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #fff;
    width: auto;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 10px;
    text-align: center;
    display: inline-block; /*無理やりブロック要素に設定*/
    margin-left: 3px;
    line-height: 12px;
    font-weight: 300;
}
.jyuuyou2{
    background-color: #253C84;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    color: #fff;
    width: auto;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 15px;
    text-align: center;
    display: inline-block; /*無理やりブロック要素に設定*/
    margin-left: 3px;
    line-height: 16px;
    font-weight: 400;
}
input.text {
    width: 530px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text2 {
    width: 50px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text3 {
    width: 70px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text4 {
    width: 170px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
select {
    width: 55px;
    height: 35px;
    font-size: 15px;

	}
textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
	}
input.submit_button {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #AABFC8;
    border-style: none;
	}
input.submit_button2 {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #C3C3C3;
    border-style: none;
	}
/* =======================================
父との思い出　画像拡大
 ======================================= */
div.global_omoide {
    width:100%;
    font-size: 0px;

}
div.global_omoide div {
	width:18%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.global_omoide div:nth-child(1) {
    margin-left: 0px;
}

div.global_omoide2 {
    width:100%;
    font-size: 0px;

}
div.global_omoide2 div {
	width:23%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.global_omoide2 div:nth-child(2n) {
   width:18%;
    margin-right: 5%;
}


