
/* ------------------------------------------------
 reset
------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,th,var { font-style:normal; font-weight:normal; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

/* ------------------------------------------------
 ミソ
------------------------------------------------ */
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; }
.cf { zoom:1; }
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
img { vertical-align:top;}

input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display:block;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
	vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333333;

}

a:hover{
	color:#970000;

}

a:active{
	color:#970000;

}

/* ------------------------------------------------
 common
------------------------------------------------ */

html {
	font-family: "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	font-size: 14px;
	line-height: 1.5;




}



body{
	color:#333333;
	-webkit-text-size-adjust: 100%;

}
#wrap {
	width: 100%;
}



@media screen and (max-width: 480px) {
	.sp_none {

		display: none;
	}
	.pc_none {
		display: block;
	}

}



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



	.sp_none {
		display: block;
	}
	.pc_none {
		display: none;
	}


}




  .img-responsive{
    max-width:100%;
    height:auto;
  }


.fluid-img{	
    max-width:100%;
    height:auto;

}

img {
	max-width:100%;
	height: auto;


}
