@charset "UTF-8";

/*
*****************************************************************
* GeneralSetting ************************************************
*****************************************************************
*/

header, footer, nav, section { display:block; }

body, p, h1, h2, h3, h4, h5, h6, ul, li, img {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}

body {
	font-size:13px;
	-webkit-text-size-adjust:none;
}

img { border:none; }

li { list-style:none; }

a { color:#232323; }

.clearfix { zoom:1; }

.clearfix:after {
	content:"";
	clear:both;
	display:block;
}

/*
*****************************************************************
* Header ********************************************************
*****************************************************************
*/

h1 {
	background:#5C5C5C;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}

#titleBack {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 100%;
	height:71px;
	text-align:center;
}

#titleBack h2 {
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	color: #A00;
}

/*
ページ説明文テキスト部
*/
#readtxt { margin:5px 0 5px 0; }

/*
*****************************************************************
* Category *******************************************************
*****************************************************************
*/

#category h2 {
	background:#A00;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}

#category ul { margin:10px 0 0 0; }

#category ul li {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	border-left:5px #A00 solid;
	color:#111;
	margin:-1px;
	padding: 10px 0 10px 10px;
}

#category ul li a {
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

nav#category a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#rank h2 {
	margin:10px 0;
	background:#999;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}

/*
広告バナースペース
*/
.koukoku {
	width:100%;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	background:#C0DCC0;
	text-align:center;
}

/*
*****************************************************************
* Footer ********************************************************
*****************************************************************
*/

#footer {
	text-align:center;
	background:#5C5C5C;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

/*
*****************************************************************
* Category Page *************************************************
*****************************************************************
*/

h3 {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 100%;
	font-size:16px;
	line-height:29px;
	height:29px;
}

h3 span {
	background:url(img/cube.gif) no-repeat left center;
	padding-left:18px;
}

.itembox div { margin:10px; }

.itemimg {
	float:left;
	margin-right:10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.itemtxt {
	float:left;
	width:200px;
}
 @media screen and (min-width: 480px) {
 .itemtxt {
 float:left;
 width:360px;
}
}

/*
詳細を見るボタン
*/
.detail {
	margin:0 0 10px 0;
	text-align:center;
}

.detail a {
	display:block;
	margin:0 auto;
	text-decoration:none;
	background: -moz-linear-gradient(top, #BFD9E5, #3D95B7 50%, #0080B3 50%, #0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5, #3D95B7), color-stop(0.5, #0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	width: 100px;
	padding: 5px 0;
}

hr.line {
	margin:20px 0 10px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
}

/*
ホームへ戻るボタン
*/
.home { text-align:center; }

.home a {
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #DDD;
	border-radius:4px;
	-webkit-border-radius:4px;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}
