@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:16px;
	line-height: 180%;
	color:#333333;
	background-color:#FFFFFF;	
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


html,body
{
/*	min-width:1200px;*/
}



img
{
	max-width: 100%;
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
	transition: 0.2s;
}

a img:hover {
	opacity: 0.5 ;
}

p
{
	margin: 0px;
	padding: 0px;
}
form
{
	margin: 0px;
	padding: 0px;
}
hr
{
	clear: both;
	margin-top: 24px;
}

a
{
	color:#333333;
	text-decoration: none;
}

a:hover
{
	color: #00B8E6 !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none;
	
}

a:active
{
	text-decoration: none;
}

.none{
display: none !important;
}


.fixed {
position: fixed;
width: 100%;
height: 100%;
}

.disp
{
display: inline;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mb30{margin-bottom: 30px}
.mb40{margin-bottom: 40px}

.center {text-align: center;}







	
	
