@charset "UTF-8";
@import url(./pc.css.php?id=41) ; /* デフォルト：900px以上用（PC用）の記述 */
@import url(./tablet.css.php?id=41) screen and (max-width: 920px); /* 920px以下用（タブレット用）の記述 */
@import url(./smart.css.php?id=41) screen and (max-width: 520px); /* 520px以下用（スマフォ用）の記述 */


/* =========================================================
   Reset
========================================================= */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { margin: 0; padding: 0; }
ol, ul { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
td { padding: 0; }
a:focus{ outline: none; }

#container #contents #main .edit img{
	width:auto !important;
}
