@charset "UTF-8";
/* --------------------------------------------------
/* 全体初期化
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,textarea{margin: 0;padding: 0;font-size: 12px;line-height: 1;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,textarea{line-height: 1.5;}
table{border-collapse: separate;border-spacing: 0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style: normal;font-weight: normal;}
caption,th{text-align: left;}
q:before,q:after{content: '';}

html, body {
	color: #000;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
}

div#container{
	position: relative;/*←ポイント!!*/
	margin:0px auto;
	padding: 0px;
	max-width:1100px;
	min-width:780px;
}

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


/* ----- float_right ----- */
.float_left {
	float: left;
}

/* コンテンツ領域 */
.content_outer, .content_inner {
	margin: auto;
}

/* コンテンツ内側領域・半分サイズ */
.half_inner {
	width: 400px;
}
