/* * * * * * * * * * * * * * * * * *
 smart.css
* * * * * * * * * * * * * * * * * */

/* common
--------------------------------- */
.pc {
	display: none;
}
.smart {
	display: block !important;
}
/* gNavi */
ul#gNavi {
	width: 100%;
	padding-bottom: 0;
	border-top: 1px solid #CCC;
}
ul#gNavi li {
	width: auto !important;
	float: none;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #CCC;
	height: 50px;
}
ul#gNavi li a,
ul#gNavi li.close {
	width: auto !important;
	width: auto;
	background: url(../img/smart/icon_nav.png) right center no-repeat !important;
	text-indent: 0;
	height:50px;
	line-height: 50px;
	font-size: 130%;
	font-weight: bold;
}
ul#gNavi li.new {
	background: url("../img/icon_new.png") no-repeat scroll 10px center transparent;
}
ul#gNavi li.close {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background: none !important;
	color: #CCC;
}
ul#gNavi li a:hover {
	text-decoration: none;
}

.naka ul#gNavi {
	display: none;
}

/* content */
div#side {
	width: 320px;
	float: none;
	margin: 0 auto 20px;
	padding-bottom: 15px;
	border-bottom: 3px double #CCC;
}
	ul#subNavi {
		padding-left: 10px;
	}
div#main {
	width: 300px;
	float: none;
	margin: 0 auto;
}

/* footer */
#footer {
	font-size: 80%;
}

/* home
--------------------------------- */
#home #header {
	padding: 30px 0;
}
#home #header img {
	width: 300px;
	height: auto;
}
#home #header h1 {
	margin-bottom: 10px;
}
#home #contents {
	display: none;
}

/* naka
--------------------------------- */
.naka #header {
	width: 300px;
	padding: 20px 0;
}
.naka #header h1 {
	width: 190px;
}
	.naka #header h1 img {
		width: 190px;
		height: auto;
	}

.naka #contents #content {
	width: 320px;
	padding: 30px 0 0;
}
.naka #content h2 {
	padding-left: 10px;
}
.naka #content h2 img {
	height: 15px;
	width: auto;
}
.naka #content h2 span {
	margin-left: 0;
	display: block;
	margin-top: 5px;
	font-size: 90%;
}
#content dl.c1 {
	padding: 0 10px;
}
#content dl dt {
	font-size: 120%;
	margin: 20px 0 10px;
}
#content dl dd {
	font-size: 90%;
	padding-bottom: 20px;
}
#about .profBox p.img,
#about .profBox div.detail {
	float: none;
	width: auto;
}
#about .profBox p.img {
	margin-bottom: 10px;
}

/* anthology */
#anthology #content h2 img {
	height: 30px;
}
ul#subNavi {
	font-size: 100%;
}
ul#subNavi li {
	margin-bottom: 3px;
}
#anthology p.img img {
	width: 250px;
	height: auto;
}
.vol2 #content #main p.img {
	font-size: 0;
}
.vol2 #content #main p.img img {
	width: auto;
	height: 100px;
	padding: 0 5px;
}

/* order */
ul#orderSite li {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
ul#orderSite li p.ttl {
	word-break: break-all;
	word-wrap: break-word;
	font-size: 130%;
	margin: 0;
}
	ul#orderSite ul.buy {
		overflow: hidden;
		padding-left: 20px;
	}
	ul#orderSite ul.buy li {
		margin-bottom: 0;
		display: block;
		float: left;
		vertical-align: top;
		width: 110px;
		margin-right: 10px;
	}
		ul#orderSite ul.buy li a {
			display: block;
			width: 110px;
			font-size: 110%;
			padding: 5px;
		}
		ul#orderSite ul.buy li a:hover {
			margin: 0 0 5px;
		}
ul#orderSite li p.price {
	font-size: 120%;
	margin-bottom: 10px;
}


/* collabo
--------------------------------- */
ul.img_collabo {
	width: 100%;
	padding: 0;
}
ul.img_collabo li {
	width: 50%;
	margin-right: 0;
}
ul.img_collabo li p.thum img {
	width: 90%;
	height: auto;
}
