@charset "UTF-8";


/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	font-family:  "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin:0;
	zoom: 1;
	height: 100%;
	text-align:center;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 78% = 11px        150% = 21px        221% = 31px
 85% = 12px        157% = 22px        228% = 32px
 93% = 13px        164% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        178% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
128% = 18px        200% = 28px        271% = 38px
135% = 19px        207% = 29px        278% = 39px
143% = 20px        214% = 30px        285% = 40px
*/

a:link {
	color: #1f7aee;
	text-decoration: underline;
}
a:visited {
	color:#460fc3;
	text-decoration: none;
}
a:hover,
a:active  {
	text-decoration: none;
}

a:active  {
	color: #11607a;
}


/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

input[type$="radio"] {
	vertical-align: baseline;
	cursor: pointer;
}
input[type$="checkbox"]{
	margin: 0 4px 0 0;
	vertical-align: baseline;
	position: relative;
	top: 2px;
	z-index: 1;
	cursor: pointer;
}
input[disabled$="disabled"] {
    cursor: default;
}

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: middle;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
sup {
	font-size:83%;
	vertical-align:super;
}
p {
	margin-bottom:1em;
}
/* line deleting IE8+, Chrome */
input, button {
	outline: 0;
}
/* line deleting Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

a:focus{
  outline: none;
}
#colorbox:focus{
	outline: none;
}
