@charset "utf-8";

/*===== STYLE LIST ==========================================================
1: HTML5 TAG
2: Base
3: Link
4: Text
5: Image
6: Forms
7: Base Setting
============================================================================= */

/* 1: HTML5 TAG
============================================================================= */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}

/* 2: Base
============================================================================= */
html {
	font-family: sans-serif;
}
body {
	min-width: 980px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol ,li, dd, dt, dl {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
caption, th, td {
	font-size: 100%;      
	text-align: left;
}
hr {
	display: block;
  height: 0;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/* 3: Link
============================================================================= */
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/* 4: Text
============================================================================= */
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote, q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before, q:before {
	content: open-quote;
}
blockquoteafter, q:after {
	content: close-quote;
}
pre {
	margin: 0 0 2.5em 0;
	padding: 0.25em 0.75em;
	border: 1px dotted #DDDDDD;
	color: #666666;
	font-family: monospace, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	white-space: pre-wrap;
}
code {
	color: #666666;
	font-family: monospace, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	white-space: pre-wrap;
}
small {
	font-size: 85.7%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* 5: Image
============================================================================= */
img {
	border: 0;
	vertical-align: bottom;
}
figure {
	margin: 0 0 2em 0;
}
figure > figcaption {
	margin-bottom: 0.5em;
	font-size: 85.7%;
}
figure > img + figcaption {
	margin-top: 0.75em;
	font-size: 85.7%;
	text-align: center;
}

/* 6: Forms
============================================================================= */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 4px 7px 8px 7px;
	border: 1px solid #CCCCCC;
}
legend {
	padding: 0;
	border: 0;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
}
button, input {
	line-height: inherit;
	vertical-align: middle;
	font-size: 100%;
}
button, select {
	text-transform: none;
	vertical-align: middle;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	vertical-align: middle;
}
input[type="search"] {
	box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

/* 7: Base Setting
============================================================================= */
body {
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
	background: #FFFFFF;
	color: #000000;
	line-height: 1.5;
	text-align: center;
}
.wrapper {
	text-align: left;
}
nav ul {
	list-style: none;
}
hr.hr01, hr.hr1{
	border-top: 2px solid #F5F5F5;
}
hr.hr02, hr.hr2 {
	height: 4px;
	border: none;
	background: url(/pc/common/css/images/line-dotted03.png) repeat-x top left;
}
hr.hr03 {
	margin: 1.5em 0;
	border: none;
	border-bottom: 1px solid #009C55;
}

/* Text
----------------------------------------------------------------------------- */
h1 {
	font-size: 142.9%;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
h1.head {
	padding-left: 16px;
	background: url(/pc/common/css/images/icon-head01.png) no-repeat left 0.2em;
	text-align: left;
}
h2 {
	margin-bottom: 0.75em;
	font-size: 114.3%;
	line-height: 1.5;
}
h3 {
	margin-bottom: 0.75em;
	font-size: 107.1%;
	line-height: 1.4;
}
h4, h5, h6 {
	margin-bottom: 0.5em;
	font-size: 100%;
	line-height: 1.5;
}
p {
	margin-bottom: 0.75em;
	font-size: 100%;
	line-height: 1.6;
}

/* List
----------------------------------------------------------------------------- */
ol, ul {
	margin: 0 0 1.5em 2em;
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 0.5em;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin-bottom: 1.75em;
}

/* Text
----------------------------------------------------------------------------- */
em {
 font-style:  normal;
 font-weight: bold;
}
i {
 font-style:  normal;
}
address, caption, cite, code {
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
}

/* Form
----------------------------------------------------------------------------- */
optgroup {
	margin: 0 10px 0.5em 0.5em;
	font-size: 75%;
	font-style:normal;
}
optgroup:before {
	margin-bottom: 0.25em;
}
optgroup > option {
	font-size: 116.7%;
	padding: 0 1em 0.2em 0.75em;
}
option {
	padding: 0.2em 1em 0.2em 0.5em;
}
label {
	margin-left: 3px;
	vertical-align: middle;
}
select {
	font-size: 100%;
	line-height: normal;
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
}
textarea {
	line-height: 1.6;
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
	font-size: 100%;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
}
input::-ms-clear {
	visibility: hidden;
}
input::-ms-reveal {
	visibility: hidden;
}
input[type=text] {
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
}

/* Link
----------------------------------------------------------------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #db290a;
}
a:active {
	color: #FF0066;
}

/* Print
----------------------------------------------------------------------------- */
.print {
	display: none;
}
