@charset "UTF-8";

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, 
b, u, i, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

html {
	font-size:medium;
	overflow-y:scroll;
}

body {
	font:62.5%/1.5 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dt, dd, li, caption, th, td, h1, h2, h3, h4, h5, h6, p, address {
	font-size:1.2em;
}

dd p, dd dt, dd dd, dd li, dd th, dd td,
li p, li dt, li dd, li li, li th, li td,
td p, td dt, td dd, td li, td th, td td{
	font-size:1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption {
	text-align:left;
}

th {
	font-weight:bold;
}

th, td {
	vertical-align:top;
}

input, textarea {
	margin:0;
	font-size:100%;
}

input[type=image]{
	cursor:pointer;
}

address {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

img {
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

object, embed, iframe {
	vertical-align:top;
	outline:none;
}

em, strong {
	font-style:normal;
	font-weight:bold;
}

sup,
sub{
	font-size:0.75em;
}

sup{
	vertical-align:super;
}

sub{
	vertical-align:sub;
}

/* ---------------------------------------------------
 clearfix
--------------------------------------------------- */
.clearbox:after,
#wrapper:after,
#header:after,
#content:after,
#main:after,
#aside:after,
#footer:after,
#content .article:after,
#content .section:after,
#content .box:after,
#content .itemlist:after,
#content .row:after,
#content .item:after,
#footer .sitemap:after,
.multicol:after
{
	content: ""; 
	display: block; 
	clear: both;
}

.clearbox,
#wrapper,
#header,
#content,
#main,
#aside,
#footer,
#content .article,
#content .section,
#content .box,
#content .itemlist,
#content .row,
#content .item,
#footer .sitemap,
.multicol
{
	zoom:1;
}

/* ---------------------------------------------------
 wysiwyg
--------------------------------------------------- */
.wysiwyg {
	padding:0;
	margin:0;
	font-size:1.2em;
}

.wysiwyg p,
.wysiwyg li,
.wysiwyg dt,
.wysiwyg dd,
.wysiwyg th,
.wysiwyg td{
	font-size:1em;
}

.wysiwyg big {
	font-size:larger;
}

.wysiwyg small {
	font-size:smaller;
}

.wysiwyg b, .wysiwyg strong {
	font-weight:bold;
}

.wysiwyg i {
	font-style:italic;
}

.wysiwyg u {
	text-decoration:underline;
}

.wysiwyg s, .wysiwyg strike {
	text-decoration:line-through;
}

.wysiwyg ul, .wysiwyg ol {
	list-style-position:outside;
	margin-left:2em;
}

.wysiwyg ul {
	list-style-type:disc;
}

.wysiwyg ul li {
	padding:0;
	border-bottom:none;
}

.wysiwyg ol {
	list-style-type:decimal;
}

.wysiwyg blockquote {
	margin-left:1.5em;
}

.wysiwyg table{
	width:100%;
}

.wysiwyg th,
.wysiwyg td{
	padding:3px 5px 2px;
	border:1px solid #cbcccf;
}

.wysiwyg h3{
	margin-bottom:12px;
	padding:0 0 7px;
	background:url(../common/parts/lv3_bg01.png) no-repeat left bottom;
	font-size:1.33em;
}

.wysiwyg h4{
	margin-bottom:0.6em;
	padding:4px 10px;
	background-color:#f4f2e6;
	font-size:1.2em;
}

.link_arrow .wysiwyg a{
	padding-left:13px;
	background:url(../common/parts/arrow04.png) no-repeat 0 0.45em;
}