@charset "UTF-8";
 
/* Reset */

header, hdgroup, section, article, aside, nav, footer, figure, figcaption {
	display: block;
}

body, header, hdgroup, section, article, aside, nav, footer, figure, figcaption, div, 
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr,
blockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
	font-size: 100%;
}
a, ins {
	text-decoration: none;
}

address, em, cite, dfn, var {
	font-style: normal;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

input {
	vertical-align: middle;
}

img {
	border: none;
	vertical-align: bottom;
}

mark {
	background: none;
}

a {
	outline: none;
}


/* Setting */

html {	
	overflow-y: scroll;	
}

body {
	font-family: sans-serif;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
	
table {
	border-collapse: collapse;
}

legend {
	color: #333;
}



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

Font Size

view :    a   p12	  p14
------------------------
20px : 154%  166%  143%
18px : 139%  149%  129%
16px : 124%  133%  114%
15px : 116%  125%  107%
14px : 108%  116%  100%
13px : 100%  108%   93%
12px :  93%  100%   86%
11px :  85%   91%   74%

p=view/13/a
---------------------------------------------*/

.clearfix:after { content : ''; display : block; clear : both; height:0; }

.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.overlap_link{
	width: auto;
	display: block;
	position: relative;
}
.overlap_link img{
	position: absolute;
	top: 0;
	left: 0;
}
.overlap_link img:first-child{
	position: static;
	top: auto;
	left: auto;
}