@charset "utf-8";

/* Reset */
/* ------------------------------------------------------------------------- */

* { margin:0; padding:0; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

li { list-style-type: none; }

a { /* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}

/* アニメーション */
a {
	-webkit-transition:all 200ms linear 0s;
	-moz-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	transition:all 200ms linear 0s;
}

/* GENERAL STYLING */
/* ------------------------------------------------------------------------- */

body { font-size:12px; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; text-align:center; }
body {
background: #333;

}

/* リンク設定 */
/* ------------------------------------------------------------------------- */

a:link    { text-decoration:none; }
a:hover   { text-decoration:none; }
a:active  { text-decoration:none; }
a:visited { text-decoration:none; }

/* reset webkit search input styles */
/* ------------------------------------------------------------------------- */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* フォーム関連 */
/* ------------------------------------------------------------------------- */
input.ime_on { ime-mode:active;   }	/* IMEを日本語入力モードに(IEのみ) */
input.ime_off{ ime-mode:disabled; }	/* IMEをオフに(IEのみ) */
input.ime_en { ime-mode:inactive; }	/* IMEを英数字入力モードに(IEのみ) */

/* ------------------------------------------------------------------------- */
