.style01 {
	font-size: 12px;
	line-height: 18px;
}
.style02 {
	font-size: 11px;
	line-height: 16px;
}
.style03 {
	font-size: 12px;
	line-height: 25px;
}
.style04 {
	font-size: 14px;
	line-height: 24px;
}
/*  モーダルウインドウ----------------- */
#open01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: fixed;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -240px;
	width: 500px;
	height: 540px;
	text-align: center;
	display: block;
	background: #fff;
	position: fixed;
	z-index: 10;
}
 
.modal_window p {
	padding: 0 15px 0px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
}
 
 
/* 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;
}
/* / モーダルウインドウ----------------- */.style05 {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
}
.space_u3 {
	margin-bottom: 3px;
}
/* ------トップ----- */
.news iframe {
  width:100%;
  height:100%;
  border:none;
  display:block; 
}
.news {
    width: 300px;
    height: 150px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
