@charset "UTF-8";

*{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-size: 84%;
}

body {
	/*text-align: center;*/
	/*line-height: 1.5;*/
}

table {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a:link {
	color: #0279fb;
}

a:visited {
	color: #0279fb;
}

a:hover {
	color: #ff6464;
}

img {
	border: 0;
}




/* --------------------------------------------------
3-Class
-------------------------------------------------- */

.hide {
	display: none;
}

.clear{
	clear: both;
}

br.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.note {
	font-size: 80%;
}
/* --------------------------------------------------
form
-------------------------------------------------- */

select{
     color: #000000;
     height: 30px;
     font-size: 100%;
     padding: 3px 3px 3px 12px;
     border: 1px solid #B3B3B3;
	 background:url(../image/v4/bg_list_02.gif) #ffffff repeat-y;
     
	 border-radius: 5px;        /* CSS3 */  
	-webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
	-moz-border-r adius: 5px;   /* Firefox用 */ 
}

label{
	cursor:pointer;
}
input[type="checkbox"]{
	cursor:pointer;
	border: 1px solid #aaaaaa;
    /*vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;*/
    margin-right: 5px;
	/*margin-top:-10px;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-sizing: border-box;*/
    width: 16px;
    height: 16px;
	
	 -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-top:0.3em;

}

/*operaで動かない対策*/
_:-o-prefocus, input{
	cursor:pointer;
	border: 1px solid #aaaaaa;
    /*vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;*/
    margin-right: 5px;
	/*margin-top:-10px;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-sizing: border-box;*/

}


/*radio*/

input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right:0.3em;
}

/*text*/
input[type="text"]{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	color:#000000;
	background:url(../image/v4/bg_list_02.gif) #ffffff repeat-y;
	
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

/*textarea*/
textarea{
	color: #000000;
    font-size: 100%;
    padding: 3px 1em 3px 12px;
    border: 1px solid #B3B3B3;
	background:url(../image/v4/bg_list_02.gif) #ffffff repeat-y;

	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}





/* --------------------------------------------------
naiyo
-------------------------------------------------- */

#chui{
	font-size:85%;
	
}

/*----------------------------------------
	#recommend
-----------------------------------------*/
section#recommend{
    width: 970px;
	clear: both;
	display: block;
    color: #000000;
    padding: 0px;
    margin: 0px 0 20px 0;
    background: url("../image/v4/yellow80.png") ;
    font-size: 1.4rem;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0),
 inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 1px 1px 0px rgba(220,230,180,1), 0px 1px 0px rgba(255,255,255,0);
	box-shadow: 1px 1px 2px #ccc;

}
section#recommend h2{
	margin: 10px 0 0 20px;
	padding: 2px 0 3px 20px;
	background: url(../image/v4/top/bg_h3.png) no-repeat 0px 0px;
	box-sizing: border-box;
}
section#recommend ul.scroll_lst_rcmd {
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 10px 10px;
    overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 120px;
	text-align: center;
}
ul.scroll_lst_rcmd li {
    display: inline-block;
    width: 210px;
	margin: 0 10px 5px 0 ;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden; 
	font-size: 10px;
	font-size: 1.0rem;
	box-shadow: 0px 0px 3px #ccc;
	text-align: left;
	text-shadow: 0 0 0;
	position: relative;
}

ul.scroll_lst_rcmd li a{
	display: block;
	padding: 0 0 10px 0;
}
ul.scroll_lst_rcmd li a:link{
	text-decoration: none;
}
ul.scroll_lst_rcmd li a:hover{
	opacity: 0.8;
}
ul.scroll_lst_rcmd li div.phtArea{
	float: left;
	margin: 3px 3px 3px 3px;
	width: 55px;
	height: 55px;
}
ul.scroll_lst_rcmd li div.phtArea img{
	width: 100%;
	height: 100%;
}
ul.scroll_lst_rcmd li div.phtArea img.shinchiku{
	position: absolute;
	top:0;
	left: 0;
	
	width: 30px;
	height: auto;
}
ul.scroll_lst_rcmd li div.priceArea{
	margin: 2px 0 0 0;
	overflow: hidden;
	width: 140px;
	font-size: 11px;
	display: block;
}
ul.scroll_lst_rcmd li div.priceArea span{
	color: #d7111e;
	font-size: 20px;
	font-weight: bold;
}
ul.scroll_lst_rcmd li div.etcArea{
	font-size: 9px;
	width: 140px;
	display: block;
	overflow: hidden;
}
ul.scroll_lst_rcmd li div.etcArea img{
	margin: 3px 3px 0 2px ;
	display: inline;
	font-size: 9px;
}
ul.scroll_lst_rcmd li div.etcArea br{
	display: none;
}
ul.scroll_lst_rcmd li div.commentArea{
	font-size: 8px;
	font-size: 0.8rem;
	white-space: normal;
	width: 96%;
	height: 1.5em;
	margin: auto;
	line-height: 1.0rem;
	overflow: hidden;
	font-size: 10px;
}
ul.scroll_lst_rcmd li div.commentArea br{
	display: none;
}
ul.scroll_lst_rcmd li div.commentArea strong{
	color: #ff7800;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	
}



/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* --------------------------------------------------
hover
-------------------------------------------------- */

a.ro:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}




/* EOF */