@charset "utf-8";


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

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	padding: 0;
	margin: 0;
}



/* default
------------------------------------------------------- */

body {
	text-align : center;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	word-break: break-all;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 82%;		/* 13px */
}

/* Modern browser */
html>/**/body {
	font-size: 13px;
}



/* Base elements
------------------------------------------------------- */

ul, ol, li, dl, dt, dd {
	list-style: none;
}

table {
	border: 0;
	font-size: 100%;
}

img,a img {
	border: none;
}

input {
	padding: 2px;
}

table {
	border: 0;
}

/*\*/
* html table {
	font-size: 93%;
}
/**/

th,
td {
	padding: 0;
}

th {
	font-weight: normal;
}


h1 { font-size: 139%; }	/* 18px */
h2 { font-size: 116%; }	/* 15px */



/* common style
------------------------------------------------------- */

.right {
	text-align: right;
}

.mr10 {
	margin-right: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt_20 {
	margin-top: -20px;
}

.pagetop {
	text-align: right;
	padding: 15px 0px 30px;
}

.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}



/* Clear fix
------------------------------------------------------- */

.clear:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
}
/*\*/
* html .clear {
	overflow: visible;
	height: 1%;
}
/**/



/* for Mac IE
------------------------------------------------------- */

/*\*//*/
textarea, select, input {
	font-family: Osaka;
}
/**/