@charset "utf-8";

/* #############################################################################

   れぽログ CSS

#############################################################################*/

/*==============================
	clearfix
==============================*/

.clearfix{width:100%;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}


	/*==============================
		ログイン
	==============================*/

.login{
		width:300px;
		margin:0 auto;
}

.login .inner{
		background:#f7f7f7;
		border:1px solid #f7f7f7;
		border-radius: 30px sllid #f7f7f7;
		padding:10px;
}

.login h1{
		width:300px;
		height:200px;
		margin:50px auto;
		background:url(../images/logo_login.png) no-repeat center center;
		text-indent:-9999px;
}

.login .error{
		color:#ff0000;
		font-size:0.7em;
}

.login label{
		display:none;
}

.login input#userid,
.login input#password{
		width:100%;
		padding:10px;
		margin:5px 0 5px 0;
}

/*
.login input#login{
		display:block;
		width:100%;
		margin:5px 0 5px 0;
		padding:10px;
		_padding:10px;
}
*/
.login input#login{
		-webkit-appearance: none; 
		background:#e8e8e8; 
		font-size:13; 
		color:#000; 
		-webkit-border-radius: 3px;  
		-moz-border-radius: 3px;  
		text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
		-webkit-box-shadow: 1px 1px 2px #E7E7E7;  
		-moz-box-shadow: 1px 1px 2px #E7E7E7; 
		background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
		display:block;
		width:100%;
		margin:5px 0 5px 0;
		padding:10px;
		_padding:10px;
}

/*==============================
	body
==============================*/

body , html{
	height: 100%;
	}

#wrapper{
	min-height:640px;
	}

#container{
	position: relative;
	height: auto !important;
	height: 100%;
	margin:0px 10px;
    min-height: 100%;
	}

.site{
	position:relative;
	margin-bottom:-100px;
	}

a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #0000FF;
}


/*==============================
	header
==============================*/

.site-header{
	position:relative;
	height:80px;
	margin:0 auto;
	/*border:1px solid #cccccc;
	background:#eeeeff;*/
	}

.site-header h1{
	position:absolute;
	top:10px;
	left:10px;
	background:url(images/logo.png) no-repeat;
	width:340px;
	height:60px;
	text-indent:-9999px;
	}

.site-header a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.site-header h2{
	position:absolute;
	top:10px;
	left:10px;
	color:#1A5A73;
	font-weight:normal;
	text-shadow: 1px 1px 1px #ffffff;
	text-indent:-9999px;
	}

.site-header .submenu{
	position:absolute;
	top:10px;
	right:0;
	/* width:480px; */
	width:400px;
	text-align:right;
	overflow:hidden;
	line-height: 120%;
	}

.site-header .submenu li{
	float:left;
	list-style-type:none;
	border-right:1px solid #1A5A73;
	margin:0 -1px 0 0;
	padding:0px 10px;
	}

.site-header .btn_cart{
	position:absolute;
	top:80px;
	right:0;
	display:block;
	background:url(images/btn_cart.png) no-repeat;
	width:200px;
	height:43px;
	text-indent:-9999px;
	}

/*==============================
	contents
	text-shadow: 1px 1px 2px #999999;
==============================*/

#main{
	height:100%;
	/*border:1px solid #cccccc;*/
	border-radius:6px;
	margin:0 auto 20px;
	padding:20px 20px;
	background:url(images/white_alpha80.png) #ffffff;
	box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.8);
	}

#main h3{
	color:#333333;
	font-size:13px;
	font-weight:normal;
	background:#fafbfb;
	margin:0 0 10px 0;
	padding:15px 13px 15px 15px;
	border-top:2px solid #EFCD4B;
	border-bottom:2px solid #EFCD4B;
	}


#main .item_box{
	margin-bottom:30px;}

/*
#main .powerstone{background:url(images/powerstone_bg.jpg) no-repeat right bottom;}
#main .t-shirt{background:url(images/t-shirt_bg.jpg) no-repeat right bottom;}
#main .gundam{background:url(images/gundam_bg.jpg) no-repeat right bottom;}
*/

/*==============================
	トップページ
==============================*/

/*==============================
	案件追加
==============================*/



.item_box li{
		position:relative;
		list-style-type:none;
		float:left;
		background:url(images/bg_box.png) no-repeat right top;
		margin:10px;
		padding:30px 30px 10px 10px;
		width:250px;
		min-height:264px;
		line-height:120%;
		border-left:2px solid #EFCD4B;
		border-bottom:2px solid #EFCD4B;

}

.new-item{
}


.new-item a{
		display:block;
		margin:30px 0 0 0;
		padding:80px 0;
}


.item_box ul{
	overflow:hidden;
	}


.item_box li img{
	width:212px;
	height:138px;
	/*height:100%;*/
	padding:3px;
	border:1px solid #dddddd;
	border-radius:6px;
	}




.item_box li a{
	font-size:15px;
	text-decoration:none;
	}

.item_box li a span{
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#BE371B;
	font-size:24px;
	font-weight:bold;
	text-align:right;
	padding:3px;
	}




#main .contact{
	line-height:150%;
	}

#main .contact h3{
	color:#2586A9;
	background:url(images/ttl_bg.png) no-repeat;
	padding:24px 13px 20px 12px;
	text-shadow:none;
	}


/*==============================
	新規追加
==============================*/

/*
.base input{
	padding:10px;
	}
*/

form label{
	display: inline-block;
	width: 110px;
	height: 25px;
	margin-right:10px;
	margin-bottom:15px;
	text-align: right;
}

.formleft{
	width:100px;
	height:21px;
	text-align:right;
	position:relative;
	left:10px;
}
.formright{
	text-align:left;
	position:relative;
	left:125px;
	top:-20px;
}

.sbmbtn{
	position:relative;
	left:125px;
	/*top:-45px;*/
}

.rep{
	margin-left:30px;
	list-style-type:none;
}

.rep .label{
	display:inline-block;
	width: 110px;
	text-align: right;
	margin-right:10px;
}

.rep li{
	margin-bottom:10px;
	vertical-align: text-top;
}

ui.sentaku{
	list-style-type:none;
}
/*==============================
	???y?[?W
==============================*/

#main .single h3{
	color:#2586A9;
	background:url(images/ttl_bg.png) no-repeat;
	padding:24px 13px 20px 12px;
	text-shadow:none;
	}

.item img{
	float:left;
	max-width:320px;
	max-height:320px;
	}

.item dl.item_detail{
	float:right;
	width:560px;
	}

.item dl.item_detail dd{
	padding:5px 0;
	line-height:150%;
	}
.item dl.item_detail dd.price{border-bottom:1px solid #cccccc;}
.item dl.item_detail dd.price span{
	color:#990000;
	font-size:18px;
	}

.item dl.item_detail dd.price strong{
	color:#990000;
	font-size:24px;
	font-weight:normal;
	}

/*==============================
	footer
==============================*/

.site-footer{
	/*border:1px solid #cccccc;*/
	border-radius:6px 6px 0px 0px;
	padding:10px;
	text-align:center;
	background:url(images/white_alpha80.png);
	box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.8);
	}


/*==============================
	?J???p
==============================*/

pre{
	border:1px dashed #996600;
	margin:10px 0;
	padding:10px;
	border-radius:6px;
	}

























table.table1 th,
table.table1 td {
	padding:20px;
	border:1px solid #333333;
	}

.plus{color:#00CCFF;}
.minus{color:#FF0033;}
