﻿
body
{
	font-family:"ヒラギノ丸ゴ StdN W8","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:600;
	font-size:x-large;
	color:#252525
}

.release h4{
	font-size:18px; border-bottom:1px #666 dotted;
}
.release h5{
font-size:16px;}
.Frame_onedari
{
margin:20px 20px 20px 20px;
padding:20px 20px 20px 20px;
background-color:#FFE0DC;
}
.Center_onedari
{
	display: block;
	margin-left: auto;margin-right: auto;
	padding:1px 0 10px 0;
}


.header_logo{
  display: table;
  width: 100%;
  padding: 10px;
}
.header_logo_left,
.header_logo_right {
  display: table-cell;
  vertical-align: top;
}
img.header_logo_left{
	margin-right:10px;}

.header_logo_right {
  max-width: 80px;
  text-align: right;
  padding-right:20px;

}

.Harf
{
	vertical-align:top;
	width:390px;
	margin:1px 10px 1px 10px;
	display:inline-block;
}
.Onejo
{
	font-size:16px;
	vertical-align:top;
	padding:10px 0px;
	line-height:20px
}

.OnejoName
{
	font-size:20px; margin:0px 0px 8px 0px;
}

.Onejo ul{
	margin:0px;
}
.Onejo ul, ol {
  padding: 0.4em 0.4em 0.4em 1.2em;/*ボックス内の余白*/
}

.Onejo ul li, ol li {
  line-height: 1.3; /*文の行高*/
  padding: 0.4em 0; /*前後の文との余白*/
}


.Photo
{
	width:270px;
	margin:1px 1px 1px 1px;
	display:inline-block;
}


#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

div.PV{ width:100%;height:100%; display:table-cell;vertical-align:bottom; margin-bottom:0px; text-align:center;
}
.modal_window {
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -280px;
    width: 200px;
    height: 200px;
    text-align: center;
    display: block;
    background: #fff;
    position: fixed;
    z-index: 10;
    }
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

@media all and (max-width: 480px) {
body
{
	font-family:"ヒラギノ丸ゴ StdN W8","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:700;
	font-size:0.9em;
}


.Harf
{
	width:300px;
	margin:0 auto 0 auto;
	display:block;

}
.Photo
{
	width:300px;
	margin:0 auto 0 auto;
	display:block;
	}

}