@charset "utf-8";
/*
 *
 * KORKO CSS
 *
 */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, em, strong, 
ul, ol, li, dl, dt, dd, 
table, th, td {
	margin:			0px;
	padding:		0px;
	font-family:	'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;;
	font-size:		14px;
	font-style:		normal;
	font-weight:	normal;
	line-height:	100%;
	text-align:		left;
	color:			#000000;
	outline:		none;
}

html,
body {
	width:			100%;
}

ul {
	list-style:		none;
}

a {
	color:				#333;
	text-decoration:	underline;
	font-weight:		bold;
}
a:hover {
	color:				#000;
	text-decoration:	none;
}
a img {
	border:				none;
}


/* レスポンシブ対応 */
/* ---------------------------------------------------------------- */
body {
	-webkit-text-size-adjust:	100%;
}

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


/* clearfix */
/* **************************************************************** */
.clearfix:after {
	content:	"";
	display:	block;
	clear:		both;
}

/* Layout */
/* **************************************************************** */
#container {
	width:			100%;
}

/* contents */
/* **************************************************************** */
#contents {
	box-sizing:		border-box;
	width:			100%;
}

.edit_mode {
	padding:		50px;
}

