/* カート内スタイル */

table{
	border: none;
}

body{
/*	font-family : 'Verdana','Osaka',"平成角ゴシック","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";*/
	background-color: #FFFFFF;
	background-image: url(/images/cart/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	color: #4F4F4F;

}
input.text{
	font-size: 13px;
	padding: 4px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: groove;
	border-top-color: #000000;
	border-right-color: #C5CCCD;
	border-bottom-color: #C5CCCD;
	border-left-color: #000000;
}
select.text{
	font-size: 13px;
	padding: 4px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: groove;
	border-top-color: #000000;
	border-right-color: #C5CCCD;
	border-bottom-color: #C5CCCD;
	border-left-color: #000000;
}
input.checkbox {
	font-size: 14px;
	height: 18px;
	width: 18px;
}
a:focus { 
outline: 0 !important; 
} 

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.red{
	color: #FF0066;
}
.red11{
	font-size: 11px;
	color: #FF0066;
}
.blue{
	color: #397EDC;
}
.ft13{
	font-size: 13px;
	line-height: 140%;
	color: #4F4F4F;}

.error{
	color: #ED4F12;
}
.gre11{
	font-size: 11px;
	color: #5A9F35;
}

/* header */
.hmn img {
	margin-right: 4px;
	margin-top: 5px;
}

td.login{
	background-image: url(/images/cart/hd_loginbg.gif);
	background-repeat: repeat-x;
	text-align: left;
	background-position: 0px 0px;
}
td.login div{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 120%;
}

/* フッター */
#footer{
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	padding-bottom: 15px;
}
#footer .link {
	background-image: url(/images/share/tsn.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 3px;
	padding-top: 10px;
}

#footer a{
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}


/* コンテンツ */
#contents{
	padding: 50px 140px 40px;
	text-align: left;
	font-size: 14px;
	line-height: 160%;

}
#contents h4{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #659BE4;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-bottom: 7px;
}
#contents p{
	font-size: 14px;
	color: #4F4F4F;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 170%;
}
#contents .infotext {
	margin-bottom: 10px;
	text-align: center;
}

#contents table{
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
#contents th{
	background-color: #F0F1F3;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 7px;
	line-height: 120%;
}
#contents td{
	background-color: #FFFFFF;
	padding: 8px 10px;
	font-size: 13px;
}

#contents table td{
	background-color: #FFFFFF;
	padding: 8px 10px;
	font-size: 13px;
}

#contents th.lft{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents th.rgt{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents th.btm{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
#contents .tsn{
	background-image: url(/images/share/tsn.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#contents .tsn_u{
	background-image: url(/images/share/tsn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contents .bkbl{
	background-color: #689DE5;
	padding: 15px;
	height: 40px;
}
#contents .bkbl .wh {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#contents .bkbl input {
	float: right;
}

#contents .bkrd{
	background-color: #FF0066;;
	padding: 7px;
	color: #FFFFFF;
	font-size: 13px;
}
#contents .waku{
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#contents .waku600{
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 600px;
	margin-left: 60px;
}
#contents .waku320{
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 320px;
}
#contents .comment{
	padding: 25px 15px;
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 160%;
}
#contents .recip{
	padding: 25px 15px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 160%;
}

#contents .comment h5{
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
#contents .comment a{
	color: #FF0066;
}
#contents #navi{
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

#contents #navi img{
	margin-right: 5px;
	margin-left: 5px;
}

#contents #step{
	margin-bottom: 30px;
	text-align: center;
}
#contents #navi input{
	margin-right: 10px;
}
#signups-rule {
	OVERFLOW: scroll;
	WIDTH: 700px;
	HEIGHT: 210px;
	border: 1px solid #DADADA;
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 30px;
}

#contents .waku .comment .error {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FB7589;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#contents .waku600 .recip .ripname {
	float: left;
	width: 150px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #D5D8DD;
	padding-bottom: 3px;
}
#contents .waku600 .recip .date {
	float: right;
	width: 250px;
	text-align: right;
	margin-bottom: 20px;
}
.w600{
	text-align: left;
	margin-left: 60px;
}
#contents .waku .comment .kaishi {
	padding-left: 35px;
}
#contents .waku .comment .kaishi img {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
}
#title {
	margin: 0px;
	padding: 0px;
}
#contents .nobd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#contents .nobd td {
	padding: 0px;
}

/* ログイン */
#contents_login{
	padding: 30px 220px 40px;
	text-align: left;
	font-size: 14px;
	line-height: 160%;

}

#contents_login .waku{
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 540px;
}

#login{
	font-size: 13px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F7F7F7;
	}
#login .logname{
	width: 150px;
	padding-right: 5px;
	float: left;
	text-align: right;
	margin-bottom: 15px;
	padding-top: 5px;
}
#login .repname{
	width: 80px;
	float: left;
	padding-top: 3px;
}
#login .sama{
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}
#login .kakoi{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	padding: 3px 3px 3px 7px;
	float: left;
	width: 350px;
}
#login input.textare{
	font-size: 13px;
	padding: 4px 3px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: groove;
	border-top-color: #000000;
	border-right-color: #C5CCCD;
	border-bottom-color: #C5CCCD;
	border-left-color: #000000;
}
#login .btn{
	text-align: right;
	margin-left: 30px;
}

#navi{
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

/* 種別イラスト */

.dt__four{
	position:relative;
	background-image: url(/images/share/illust_4/bg.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 173px;
	padding-top: 20px;
	padding-left: 3px;
	}
	
#contents table.il{
	border: none;
	padding: 0px;
}
#contents table.il td{
	padding: 0px;
	}

/* 下線がないテーブル表 */

#contents table.utb{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
td.utb_pd5{
	padding: 5px;
	line-height: 150%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

td.utb_pd5_right{
	padding: 5px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.ifbtn {
	display: block;
	float: right;
	color: #ED4F12;
	background-image: url(../images/share/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-bottom: 10px;
}
#contents .ifbtn_left {
	float: left;
	margin-bottom: 10px;
}

.ifbtn a {
	color: #ED4F12;
}

.pankuzulist {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 0px;
	text-align: left;
	font-size: 13px;
	margin-top: 7px;
	line-height: 100%;
}

.pankuzulist a,
.pankuzulist a:visited{
	text-decoration: none;
}
#contents .secom {
	text-align: center;
	margin-bottom: 3px;
}
#contents .secom p {
	font-size: 10px;
	line-height: 110%;
	margin: 0px;
}
#contents .secom form {
	margin: 0px;
}
