@charset "utf-8";


body{
	font-size : 100%;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 95%;
	line-height : 1.8;
}

*::after,
* {
	-webkit-box-sizing: content-box;;
	-moz-box-sizing: content-box;;
	box-sizing: content-box;;
}

#top-head {
	font-size: 14px;
    top: 0;
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
    display: block;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0 0 0 30px;
}


/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (min-width: 1100px) {

#top-head{
	background-color: #000;
	padding: 20px 0;
}

#global-nav ul li.selected:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 10px;
	background: #CC0000;
	bottom: -3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

}
/* 640pixel end */

