@charset "utf-8";


/* reset style
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i{
	margin:0;
	padding:0;
	word-break: normal;
	font-style:normal;
    font-weight: normal;
    font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:top;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
textarea{
	font-size:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
address,em{
	font-style:normal;
	font-weight:normal;
}
sup{
	font-weight:normal;
}


/* structure
-----------------------------------------------------------------------------*/
body{
	
	text-align: center;
	color:#333;
	font-family:'Amiri', "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	line-height:1.8;
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
	color:#193c81;
	text-decoration:underline;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover{
    filter:alpha(opacity=0.4);
    opacity:0.4;
	text-decoration:none;
}
a img{
    filter:alpha(opacity=1);
    opacity:1;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover img{
    filter:alpha(opacity=0.4);
    opacity:0.4;
}
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.cl{
	clear:both;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:99999999;
}
#pageTop a{
	display: block;
	height: 48px;
	width: 48px;
	background:url(../images/pagetop.png) no-repeat left top;
	-webkit-background-size: 48px 48px;
	background-size: 48px 48px;
	
}
#pageTop a:hover{
	opacity:0.4;
}
#ban-fb-l{
    margin: 90px 20% 20px;
}
#ban-ec-l{
    margin: 0 20%;
}
#ban-fb-l img,#ban-ec-l img{
    max-width: 100%;
}
















