@charset "UTF-8";
@import url(http://strawfuzz.com/normalize.min.css);
.cf {
/zoom: 1;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}

body,section{
	margin: 0
}

html {
	height:100%;	
}

li {
    display: block;
    margin: 0 0 10px;
    padding: 0;
}

body {
	height:100%;	
	font-family: "helvetica",'游ゴシック', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	color:#221614;
	position:relative;
	font-size: 12px;
}

a{
	color:#393939;
	text-decoration: none;
}

a:hover{
	color:#393939;
}

section a{
	font-size: 10px;
}

article {
    width: 400px;
    position: absolute;
    right: 80px;
    top: 60px;
    padding: 0 0 60px;
}
	
h1{
	width: 40%;
	position: fixed;
	left:80px;
	top: 100px;
	}
	
h1 img{
	width: 100%;
}	
	
h2 {
    font-size: 16px;
    margin: 10px 0;
}

h3 {
    font-size: 14px;
    margin: 0 0 30px;
}

	
	
h4 {
    font-size: 12px;
    margin: 0;
    width: 80px;
    float: left;
    clear: both;
    margin: 0 0 30px;
}	

article ul,article p{
	float: right;
	display: block;
	width: 320px;
	margin: 0 0 30px;
}

@-webkit-keyframes typing {
    from { width: 0 }
    to { width:320px; }
}

@-moz-keyframes typing {
    from { width: 0 }
    to { width:320px; }
}

section article li{ 
    width:320px;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: typing 3s steps(80, end), /* # of steps = # of characters */
                       step-end infinite;
    -moz-animation: typing 3s steps(80, end), /* # of steps = # of characters */
                        step-end infinite;
}


h1{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:.1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:.1;}
    100% {opacity:1;}
}

#map {
    width: 320px;
    height: 320px;
     }

@media screen and (max-width: 990px) {	
h1{
	width: 320px;
	position: fixed;
	left:80px;
	top: 100px;
	}
	}

@media screen and (max-width: 890px) {	
h1 {
    width: 220px;
    position: fixed;
    left: 80px;
    top: 10px;
}	
section {
    width: 840px;
    position: relative;
}
	}
	
	
@media screen and (max-width: 640px){
section {
    width: 100%;
    position: relative;
}	
	
h1 {
    width: 100%;
    position: relative;
    left: 0px;
    top: 10px;
}

article {
    width: 220px;
    position: relative;
    left: 80px;
    top: 10px;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

article {
    width: 90%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 5%;
}

h4 {
    font-size: 12px;
    margin: 0;
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    margin: 0 0 10px;
    font-style: italic;
}

article ul, article p {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 50px;
}

section article li{
	float: none;
	width: 100%;
	text-align: center;
	-webkit-animation: none;
    -moz-animation: none;
    margin: 0 0 24px;
    line-height: 18px;
}

section article li p{
	font-size: 11px;
}

#map {
    width: 100%;
    height: 280px;
     }
     
.RI{
	width: 100%;
	margin: 10px 0;
}     

}