@charset "utf-8";

/* ------------------------------------------------------------ reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}
h1,h2,h3,h4,h5,h6,table,
input,textarea,select,option,button {
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
textarea, {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption,
th {
	text-align: left;
}
a {
	cursor: pointer;
	color: #0059b2;
	text-decoration: none;
/*
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
*/
}
a:visited {
	color: #0059b2;
}
a:hover {
	text-decoration: underline;
}
a:hover,
a:active {
	color: #1269ed;
}
a:active,
a:focus {
	outline: expression(hideFocus='true');
}
img,
a img {
	border: none;
}
input,
select {
	padding: 5px 10px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka,"ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}
select {
	font-size: 100%;
	color: #a9a9a9;
}
select.selected {
	font-size: 100%;
	color: #333;
}
.research__body select.selected,
.modal-select select.selected {
	border: 1px solid #7F7F7F;
	padding: 5px 10px;
	margin: 0;
}
select option {
	color: #333;
	font-size: 100%;
}
.img-hover01 img,
.img-hover02 img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
.img-hover01:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.img-hover02:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.noscriptMsg {
	position: absolute
}

/* -------------------※ ie8-----*/
.ie8 img {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}
.ie8 .img-hover01:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/* ------------------------------------------------------------ initial settings*/

html {
	height: 100%;
	font-size: 87.5%;
	line-height: 1.7;
	background: #fff;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka,"ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mac body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, sans-serif;
}
.win body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
