@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&family=Roboto:wght@300;400;500;700;900&display=swap');

* {
	margin: 0px;
	padding: 0px;
	transition: all .3s ease-out;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
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:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
		font-size: 100%;
}

html, body{
	font-size: 18px;
	font-weight: 400;
	color:#333;
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, td, textarea, fieldset, em, input, select {	
	line-height:1.6;	
	font-family: "Roboto", "Meiryo", "Tahoma", "Verdana", "Arial", "sans-serif";
	
	/*Gothic fontt*/
	/*
	font-family: 'Bai Jamjuree', sans-serif;
	*/
	
/*	word-break: normal;
	word-wrap: break-word;*/
	
	
	
	
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;		
}

a:link{
	color:#333;
}

a:visited{
	color:#333;
}

a:hover{
	color:#999;
	text-decoration:none;
}

a:active{
	color:#333;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;	/*←IE用画像縮小アルゴリズムの改善*/
}

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

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong,em{
	font-style:normal;
}


/*ClearFix*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}


.hover:hover{ opacity: 0.5; }
.hover2:hover{ transform: scale(1.1); }
.hover3:hover{ transform: scale(0.9); }

/* OTHER 
---------------------------------------------------------- */
/*

	--------
	youtube
	--------
	.youtube_box {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
	.youtube_box .video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	--------
	scroll table
	--------
	<p class="swipe sp"><span>スワイプで左右に移動して確認してください。</span></p>	
	.scroll {
		 overflow: auto;
	}
	.scroll .tb_scroll {
		 width: 700px;
	}
	.swipe span {
		 background: url(common/images/common/ico_swipe.png) no-repeat left center;
		 background-size: 25px;
		 color: #555;
		 font-size: 80%;
		 padding: 7px 0 7px 35px;
	}
	
	--------
	Center position
	--------
	{
		position: absolute; 
		top: 50%;
		left: 50%; 
		transform: translate(-50%,-50%);		
	}
	
	--------
	Transition
	--------
	{
		transition: all .3s ease-out;
		
		transition: all .2s;
	}

*/








