@charset "UTF-8";

/* ================================================ */
/*  Base																						*/
/* ================================================ */

body{
    -webkit-text-size-adjust: 100%;
    color: #292929;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 0;
    height: auto;
    font-size: 16px;
}

img {
width: 100%;
}


/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){
	a:hover img {
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	a:hover{
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}

	/* hover */
	.hover,
	a.hover{
		text-decoration:none ;
		-webkit-transition: background-color 0.4s linear;
		-moz-transition: background-color 0.4s linear;
		-o-transition: background-color 0.4s linear;
		transition: background-color 0.4s linear;
	
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
}




dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/


td {
	text-align: left;
}
th {
	font-weight: normal;
	text-align: center;
}
section {
clear: both;
margin: 0;
padding: 0;
}

