@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*--- reset */
html ,body ,div ,span ,applet ,object ,iframe ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,blockquote ,pre ,a ,abbr ,acronym ,address ,big ,cite ,code ,del ,dfn ,em ,img ,ins ,kbd ,q ,s ,samp ,small ,strike ,strong ,sub ,sup ,tt ,var ,b ,u ,i ,center ,dl ,dt ,dd ,ol ,ul ,li ,fieldset ,form ,label ,legend ,table ,caption ,tbody ,tfoot ,thead ,tr ,th ,td ,article ,aside ,canvas ,details ,embed ,figure ,figcaption ,footer ,header ,hgroup ,menu ,nav ,output ,ruby ,section ,summary ,time ,mark ,audio ,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article ,aside ,details ,figcaption ,figure ,footer ,header ,hgroup ,menu ,nav ,section {
	display:block;
	margin: 0;
	padding: 0;
}

ol ,ul {
	list-style:none;
}

blockquote ,q {
	quotes:none;
}

blockquote:before ,blockquote:after ,q:before ,q:after {
	content:'';
	content:none;
}

table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}

table ,th,td{
	border-collapse:collapse;
}

img {
	/*max-width:100%;*/
	height:auto;
	line-height:0;
	vertical-align:top;
}

a {
	outline: none;
}

a,form,input,iframe,textarea,button,.flexcroll {
	 outline:0px none black;
}


/* link */
a {
	overflow: hidden;
	text-decoration: none;
	color: #42210b;
}

a:hover {
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}



/* 基本スタイル
---------------------------------------------------------------------------- */
html {
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url(../img/common/bg_body.png) repeat left top;
	color: #42210b;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

html,body {
	width: 100%;
	height: 100%;
}






/*---------- 背 景 ----------*/

html {
}

body {
}




