@charset "UTF-8";

/*------------------------------------------------



   setting





/*------------------------------------------------
/*------------------------------------------------
   bess
------------------------------------------------*/

html{
width:100%;
height:100%;
overflow-y:scroll;
}

body{
color:#333;
line-height:160%;
/*font-family:Noto Sans Japanese, sans-serif !important;*/
font-family:Meiryo UI, メイリオ, sans-serif !important;
font-size:100%;
/*min-width:1100px;*/
}
.clbody{
	width:auto;
	min-width:auto;
}
.wrap{
width:100%;
/*overflow:hidden;*/
}

.wrap:after{
content:".";
font-size:0;
display:block;
height:0;
visibility:hidden;
clear:both;
}
.pc_box{
	display:block;
}
.sp_box{
	display:none;
}

/*------------------------------------------------
   Links
------------------------------------------------*/

a:link {
	color:#166A98;
	text-decoration:none;
	transition: all 0.3s ease 0s !important;
}
a:visited {
	color:#166A98;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	opacity:0.80 !important;
	filter: alpha(opacity=80) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)" !important;  /* ie 8 */
	zoom:1 !important;
}

/*------------------------------------------------
   中央揃え
------------------------------------------------*/
.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}


@media screen and (max-width: 480px) {
.pc_box{
	display:none;
}
.sp_box{
	display:block;
}
body{
/*	min-width:auto;*/
min-width:100%;

}
img{
	max-width:100% !important;
	height:auto;
}
iframe{
	max-width:100% !important;
}
}
