@charset "utf-8";

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

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

body {
	background:#fbfaf6;
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    min-width: 960px;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 100%;
				font-size: 16px;
    }
}

* html body {
    font-size: 84%;
}

*:first-child+html body {
    font-size: 84%;
}

a {
	color: #0a5ed1;
    text-decoration: none;
}

a:link,
a:visited {
	color: #0a5ed1;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
}

a:active {
	color: #0a5ed1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-size: 100%;
		font-weight:normal;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto !important;
	}
}

svg:not(:root) {
    overflow: hidden;
}

ul,
ol {
    list-style: none;
}

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

table th,
table td {
    border: 0 none;
    vertical-align: top;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
}

tt {
    font-family: 'メイリオ', Meiryo, sans-serif;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
}

legend {
    display: none;
}

label {
    cursor: pointer;
}

input {
    vertical-align: middle;
    border-radius: 0;
    font-family: 'メイリオ', Meiryo, sans-serif;
    outline: none;
    border-radius: 0;
}

input[type="text"],
input[type="image"] {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

textarea {
    vertical-align: top;
    font-family: 'メイリオ', Meiryo, sans-serif;
    resize: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select {
    line-height: normal;
    font-family: 'メイリオ', Meiryo, sans-serif;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background-color: #7e554f;
}

*::selection {
    color: #fff;
    background-color: #7e554f;
}

*::-moz-selection {
    color: #fff;
    background-color: #7e554f;
}

textarea::-moz-selection,
input::-moz-selection {
    color: #fff !important;
}

textarea::selection,
input::selection {
    color: #fff !important;
}


/*box-sizing*/

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* default
-------------------------------------------------*/


/* clearfix */

.clearfix:before,
.top-information dl:before,
.clearfix:after,
.top-information dl:after {
    content: " ";
    display: table;
}

.clearfix:after,
.top-information dl:after {
    clear: both;
}


/* rollover */

/*a.rollovers {
	display: block;
}
a.rollovers img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display:block;
}
a:hover.rollovers img {
	opacity: 0.7;
}*/
/**/
.rollovers a {
	display: block;
}
.rollovers a img {
	display:block;
}
.rollovers a:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}






/* googlemap
-------------------------------------------------*/

.gmap iframe,
.gmap object,
.gmap embed {
	width: 100%;
}
		@media screen and (max-width: 640px) {
			.gmap {
				background:#f7f7f7;
				position: relative;
				padding-bottom: 56.25%;
				padding-top: 30px;
				height: 0;
				overflow: hidden;
			}
			
			.gmap iframe,
			.gmap object,
			.gmap embed {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
		}
