@charset "utf-8";

/* ==========================================================

	Common CSS

========================================================== */

/* Reset
========================================================== */

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
table,
caption,
th,
td,
form,
fieldset,
input,
textarea,
select,
pre,
address,
blockquote,
embed,
object{
	margin:0px;
	padding:0px;
	}


/* Base Setting
========================================================== */

body {
	text-align: center;
	font-size: 85%;
	line-height: 1;
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#4d4d4d;
/*	background: #EDEFF0; */
	}

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	}

/*img*/
img,
a img {
	border:0px;
		vertical-align: bottom;
	}

/* input */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	vertical-align: bottom;
	}

textarea {
	width: 80%;
	}

/* list */
ul li {
	list-style: none;
	}
hr {
	display: none;
}

/* Anchor Color
========================================================== */
a:link {
	color:#006699;
	}

a:visited {
	color:#660099;
	}

a:hover {
	color:#ff6600;
	}
.link,
.link a {
	background: url(/images/common/arrow_r.gif) left 0.25em no-repeat;
	padding-left: 15px;
	color:#333333;
	text-decoration:none;
}
.link a:hover{
	color:#bb2131;
}
ul.link {
	background: none;
	padding-left: 0;
}

/* Button rollover
========================================================== */
.btn a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	}

/* univarsal class
========================================================== */
/* bold */
.bold {
	font-weight: bold;
	}

/* center */
.center {
	text-align: center;
	}

/* text-right */
.right {
	text-align: right;
	}

/* Column right */
.boxR {
	float: right;
	}

/* Column left */
.boxL {
	float: left;
	}


/* clear */
.clear {
	clear: both;
}
.clear-left {
	clear: both;
}
.clear-right {
	clear: both;
}

a:hover img.alpha{
opacity:0.70;
-ms-filter:"alpha( opacity=70)";
filter:alpha(opacity=70);
}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}

/* SMAP対応
========================================================== */
@media print {
.noprint {
display: none;
}
}
