@charset "utf-8";
/* Infinity Dimensions SmartPhone CSS */

h2,h3,h4 {
}
blockquote {
	padding: 10px;
	margin: 0px;
}
/*ヘッダー*/
#header {
	height: 50px;
	padding-top: 40px;
	padding-left: 15px;
}
#header-name {
	font-size: 1.5em;
	padding: 20px;
}
/*コンテンツ*/
#topimage {
	text-align: center;
}
#contents-body {
	padding: 20px;
	margin-bottom: 30px;
}
#contents-body h1 {
	font-size: 2em;
}
#contents-body .asset-subname {
	font-size: 1.2em;
}
#crumbs-navi {
	color: #FFF;
	line-height: 1.2em;
	padding: 10px;
	border: 1px solid #F60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, 0% #FFF, 20% #F90);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF),color-stop(0.2, #F90));
}
#crumbs-navi a {
	color: #FFF;
}
/*サイドバー*/
#sidebar {
	padding: 20px;
	background: -moz-linear-gradient(top, #CCC, #FFF 10%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCC),color-stop(0.1, #FFF));
}
#smartphone {
	display: none;
}
/*メインメニュー*/
#mainmenu {
	background-color: #06F;
}
#mainmenu a {
	font-size: 0.8em;
	color: #666;
	display: block;
	float: left;
	width: 24%;
	height: 35px;
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.45,#FFF),color-stop(0.55,#DDD));
	border: 1px solid #CCC;
}
#search-box {
	display: none;
}
/*フッター*/
#footer {
	line-height: 1em;
	padding: 10px;
}
#profile {
	font-size: 0.8em;
}
#license {
	font-size: 0.7em;
	margin-top: 10px;
}
#license img {
	margin-right: 10px;
}
#w3c {
	margin-top: 10px;
}

#warning {
	display: none;
}
