@charset "utf-8";

/* 
name: 和傘
designer: Firstserver
designer_url: http://www.fsv.jp/ 
CssName：mypage.css
Ver1.00 2010/07/02
*/

/* ---------------------------------------------------------------------
MYPAGEE共通
--------------------------------------------------------------------- */
#mypagecolumn {
    width: 830px;
    margin: 0 auto;
	text-align:left;
	background: #a3d772 url(../img/shop/container_bg_tw.gif) repeat-y;
	zoom: 100%;
}

#mypagecolumn ul:after,
#mypagecolumn:after,
#mypagecolumn_inner:after  {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#mynavarea {
	float:left;
	padding:5px 0 20px;
	width:180px;
}

#mycontentsarea {
    float: left;
    width: 620px;
	padding: 5px 15px 20px;
}

#mycontentsarea #undercolumn {
	width:100%;
	margin-bottom:10px;
	padding-bottom:20px;
	background:#FFF;
}

#mycontentsarea #undercolumn h2 {
	padding: 0 0 16px 15px;
	color: #333;
	font-weight: bold;
	font-size:140%;
	margin-bottom: 10px;
	background:#FFF url(../img/shop/m_title_2cl.gif) 0 bottom no-repeat;
}

/* MYPAGE共通指定
--------------------------------------------------------------------- */
#mypagecolumn table {
    width: 100%;
	margin-top:10px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    text-align: left;
	color:#333333;
}

#mypagecolumn th {
    padding: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #f5f5f5;
    font-weight: normal;
}

#mypagecolumn td {
    padding: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#mypagecolumn .resulttd {
    text-align: right;
}

#mycontentsarea table.delivname th {
    text-align: left;
    width: 140px;
}

#mycontentsarea table caption {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 8px;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
    color: #000;
}

#mynavarea #pointarea {
	width:160px;
	text-align:center;
	margin:0 auto;
	border:1px solid #CCC;
	background: #FFF;
}

#mynavarea #pointarea .content {
	padding:5px;
	text-align:left;
}

.maincolumn #mynavarea .customize_block {
	width:100%;
	margin-bottom:10px;
	padding:0;
}

/* 購入履歴一覧/詳細
--------------------------------------------------------------------- */
#mycontentsarea h3 {
    margin: 0 0 10px 0;
}

#mycontentsarea table th {
    text-align: center;
}

#mycontentsarea p.myconditionarea {
    clear: both;
    padding: 5px 10px;
    border: 2px dotted #s999;
}

#mycontentsarea p.delivempty {
    clear: both;
    width: 500px;
    margin: 30px auto;
    padding: 10px 0;
    border: solid 1px #CCC;
    text-align: center;
}


/* 会員登録内容変更/退会
--------------------------------------------------------------------- */
#mycontentsarea .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #CCC;
}

#mycontentsarea .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #CCC;
}

#mycontentsarea .box300 {
    width: 300px;
	margin: 5px 0 0;
    padding: 2px;
    border: 1px solid #CCC;
}

#mycontentsarea .box260 {
    width: 260px;
	margin: 5px 0 0;
    padding: 2px;
    border: 1px solid #CCC;
}

#mycontentsarea .zipimg {
	margin:5px 0 0;
}

#mycontentsarea .zipimg img {
	vertical-align:middle;
}

