﻿/* CSS Document */
@charset "utf-8";

html {
	overflow:auto;
}


body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 0px auto;
	padding:0px;
	font-size:14px;
	color:#000;
	line-height:1.5;
	overflow:hidden;
}

a:link		{ color:#000; text-decoration: none;}
a:visited	{ color:#000; text-decoration: none;}
a:hover		{ color:#FF0000; text-decoration: underline;}
a:active	{ color:#FF0000; text-decoration: underline;}

img {
	border:none;
	vertical-align:bottom;
}
h1 img,h2 img,h3 img,h4 img,h5 img{
	display:block;
}

.clearfix {zoom:1;overflow:hidden;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.over{
	transition: all 0.2s ease-in 0s;
}
.over:hover{
	opacity:0.6;
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.blue { color:#0000FF;}
.red { color:#FF0000;}


@media screen and (min-width: 641px){
	.sp_tel_box,
	.top_navi,
	.bottom_navi,
	.bottom_tel,
	.sp_image,
	.main_image_sp {
		display:none;
	}
}
