?@charset "utf-8";

/* 各ページに追加するCSS 201201追加　*/


/* 追加ページ
----------------------------------------------- */
/* campalgin.tpl */

p .cp_cart{
	display: block;
	float: left;
	margin-left:50px
}



/* ◆“ログインの方法と確認について”のCSS（辻元　201203追加） */

#scont #howtologin {
	width: 680px;
}

#scont #howtologin #menubutton {
	width: 680px;
	height: 60px;
}
#scont #howtologin #menubutton img {
	display: block;
	height: 40px;
	width: 212px;
	float: left;
	margin-left: 10px;
}

#scont #howtologin a img {
	display: block;
	float: right;
	height: 37px;
	width: 67px;
	margin: 0px;
}
#scont #howtologin #text1 {
	margin-top: 0px;
	clear: both;
	padding-top: 10px;
}
/* ◆“商品詳細ページメイン画像のボーダー”のCSS（辻元　201205追加） */

.detail_visual {
	border: none;
	padding:0;
}
.detail_visual img {
	display:block;
	margin:0px 5px 2px;
}
.detail_visual .itemimg{
	border:3px double #CCCCCC;
}
.detail_visual .matomegaiimg{
	border-left:solid 3px #EFEFEF;
	border-right:solid 3px #EFEFEF;
	padding:0 0 0 0;
}

h4.aojiru-title {
    margin:10px;
    padding:5px 10px;
    background:#368859;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
    color:#fff;
}