@charset "UTF-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/*この上部を入れないとhanbargerのsp背景色の横幅が右切れる*/

*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    box-sizing: border-box;
    color: #333;
}


ol, ul {
    list-style: none;
}
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


a.navi3{
	color: #36c;
	text-decoration:underline;
	
}

a.navi3:hover {
	color: #600;
	text-decoration:underline;
}



a.navi4{
	color:black;
	text-decoration:underline;
	
}


a.navi4:hover{
	opacity:0.5;
	text-decoration:underline;
	
}


a.navi5{
	color:white;
	text-decoration:underline;
	
}


a.navi5:hover{
	opacity:0.5;
	text-decoration:underline;
	
}


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}




header{
	
	display:block;
	
	margin-bottom:150px;/*ロゴ下の余白*/
}


#rogo{
	
	display:block;
	width:100%;
	max-width:100px;
	
	position:absolute;
  left: 20px;
  top: 18px;
  z-index: 30;
}

	
/*==========================================
 sp スタイル
===========================================*/

body {
  margin: 0px 0px 0px 0px;
 
  background: #fff;
}


footer {
	display:block;
	width:100%;
	max-width:90%;
	
	position:relative;
	bottom:25px;
	background-color:;
	
	margin:120px auto 0 auto;
	
	text-align:center;
		
	
}



footer h3{
	font-family:"Zen Kaku Gothic New" , sans-serif;
	color:black;
	text-align:center;
	font-size:0.88em;
	letter-spacing:-0.05em;
	
	font-feature-settings:"palt";
	
	margin:0 auto 25px auto;
	
}


footer p {
	
	text-align:center;
    font-family: "Courier New", Courier, monospace;
	font-size: 0.81em;
	letter-spacing:0.05em;
	
	color:black;
	
	line-height:2.5;
	
	
}



/*==========================================
 タブレット 縦 スタイル
===========================================*/

@media only screen and (min-width: 741px) {
	

#rogo{
	
	margin:0px;
	
	display:none;
	width:100%;
	max-width:0px;
	

}




header{
	margin-bottom:200px;
}



footer {
	
}




footer h3{
	
	font-size:1rem;
	
	margin:0 auto 140px auto;
	
}





}





  
/* Flexible Image */
img {
  max-width: 100%; 
  height:auto;
}


