/********************
 * border & bg color & font color
 ********************/
body {
    text-shadow: 1px 1px 0px #ffffff;
    font-size: 14px;
}
a {
    color: #2276bd;
}
a:hover {
    color: #4499ee;
}
td, td {
    vertical-align: middle;
}

/** container **/
.content-outer {
    background: url(/images/pp/content-shadow.jpg) top repeat-x;
}

/** heaer **/
#header-outer {
}
#header a {
    text-decoration: none;    
    color: #1C5A80;
}

/** サイト別 **/
.header-pp {
    background: url(/images/pp/header_bg.jpg) repeat-x;
    border-bottom: 1px solid #8393a9;
}

/** breadcrumb **/
.bread {
}
.bread li {
    background: url(/images/admin/arw.png) right no-repeat;
}
.bread li.last {
    background: none;
}
.bread, .bread a {
}

/** information **/
.information-pp {
    background: url(/images/pp/icon_info.png) no-repeat #EEEEEE;
    background-position: 7px 7px;
}
.information-agent {
    background: url(/images/agent/icon_info.png) no-repeat #EEEEEE;
    background-position: 7px 7px;
}

/** サイト別 **/
.side-pp .side-column.point {
    background: #eeeeee;
    border: 5px solid #ccb356;
}
.side-column.menu a {
    color: #666;
}
.side-column.menu ul {
}
.side-column.menu li {
    border-bottom: 1px dashed #777777;
}
.side-column.menu li a {
    background: url(/images/user/side/icon_arw_red.png) no-repeat 10px 12px;
}
.side-column.menu li a:hover {
    background-color: #f6f6f6;
    color: #933;
}
.side-column.menu li.last {
    border-bottom: 0px ;
}
.side-column {
    border: 1px solid #e0e0e0;
}
.side-column .title {
    background: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f3));
}
.side-column h3 {
    background: url(/images/user/side/icon_circle_red.png) no-repeat 8px 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #71514B;
}
.side-column.login .login-form-column p {
    color: #6F4E48;
}
.side-column .login-form-column input[type="text"], .side-column .login-form-column input[type="password"] {
    background: #f0f0f0;
    border: 1px solid #dddddd;
}
.side-column .login-form-column .submit {
    height: auto;
}
.side-column .login-form-column .submit .next-btn{
    background: url(/images/user/side/icon_arw.png) no-repeat right;
    background-position: 95% center;
}
.side-column .login-form-column .submit a {
    color: #ffffff;
}
.side-column.no-border {
    border: 0px;
}

/** index **/
.index-column.index-item-list.list-pp h2 {
    border-bottom: 2px solid #9e7f21;
}
.index-column.index-item-list.list-agent h2 {
    border-bottom: 2px solid #AF2C2C;
}
.index-item-list li {
}
.index-item-list .item a {
    text-decoration: none;
}
.index-column.index-news {
    border-top: 3px solid #333;
}
.index-news-right {
    border-left: 1px solid #eeeeee;
}

/** item **/
.list h2, .show h2, .cart h2, .mypage h2 {
    border-bottom: 2px solid #9E7F21;
    color: #A08126;
}
.list h2 span, .show h2 span, .cart h2 span, .mypage h2 span {
    color: #999999;
}
.list-agent h2, .show-agent h2, .cart-agent h2, .mypage-agent h2 {
    border-bottom: 2px solid #AF2C2C;
    color: #AF2C2C;
}
/** list **/
.item-list .item {
    background: #f6f6f6;
}
.item-list li {
    border-bottom: 1px dashed #cccccc;
}
.item-list li:hover {
}
.item-list li.even {
}
.item-list .item-body .title a {
    text-decoration: none;
    color: #C4A748;
}
.item-list .item-body .title-agent a{
    text-decoration: none;
    color: #AF2C2C;
}
.item-list .item-body .body {
    color: #999999;
}
.item-list .item-bottom .point {
    color: #2276bd;
}

/** item-show **/
.item-show .item-body .title {
    color: #C4A749;
}
.item-show .item-body .title-agent {
    color: #AF2C2C;
}
.item-show .item-header {
}
.item-show .item-bottom .item-point .point-left {
    border: 1px solid #FD4848;
    color: #fff;
    background: #FD4848;
    text-shadow: -1px -1px 0px #990000;
}
.item-show .item-bottom .item-point .point-right {
    border: 1px solid #FD4848;
    color: #FD4848;
}
.item-show .item-submit {
    background: #f0f0f0;
}

/** cart **/
.cart .notice {
}
.cart-table {
}
.cart-table th, .cart-table td {
    border-top: 1px solid #eeeeee;
    background: #F9FAFA;
    color: #333333;
}
.cart-table th.head {
    background: #aaaaaa;
    color: #fff;
    text-shadow: 0px 0px 0px;
    border-left: 1px solid #fff;
}
.cart-table th.head.first {
}
.cart-table td {
    background: #ffffff;
    border-left: 1px solid #EEE;
}
.cart-table td.last, .cart-table th.last {
    border-right: 1px solid #EEE;
}
.cart-table td:hover {
}
.cart-form h3 {
    background: #AAAAAA;
    color: #fff;
    text-shadow: 0px 0px 0px;
}
.cart-form th {
    background: #f0f0f0;
    text-shadow: 0px 0px 0px;
}
.cart-form td{ 
    background: #fff;
}
.cart-form li {
}
.cart-form li.last {
    border-bottom: 0px;
}

.cart-form td input[type="text"], .cart-form td input[type="password"], .cart-form td textarea{
    border: 1px solid #e0e0e0;
}

.cart-form td input[type="text"]:focus, .cart-form td input[type="password"]:focus, .cart-form td textarea:focus{
    border: 1px solid #ff6600;
    background-color: #ffffcc;
}
.cart .item-submit {
    background: #f0f0f0;
}

/** data-form **/
.login-form {
}
.login-form h2 {
    border-left: 5px solid #9e7f21;
    color: #9e7f21;
}
.login-form-pp {
    border: 1px solid #C2A849;
    background: #EEEEEE;
}
.login-form-pp h3 {
    background: #C2A849;
    color: #fff;
    text-shadow: 0px 0px 0px;
}
.login-form-agent {
    border: 1px solid #C0162B;
    background: #f9f9f9;
}
.login-form-agent h3 {
    background: #C0162B;
    color: #fff;
    text-shadow: 0px 0px 0px;
}
.login-form-left {
    border-right: 1px solid #ccc;
}
.login-form-right {
}
.login-form th, .login-form td {
    background: #F9FAFA;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}
.login-form th {
    background: #C2A849;
    color: #fff;
    text-shadow: 0px 0px 0px;
}

.login-form td input[type="text"], .login-form td input[type="password"], .login-form td textarea{
    border: 1px solid #e0e0e0;
}

.login-form td input[type="text"]:focus, .login-form td input[type="password"]:focus, .login-form td textarea:focus{
    border: 1px solid #ff6600;
    background-color: #ffffcc;
}

/** data-list **/
.data-list {
}
.data-table th, .data-table td {
    background: #F9FAFA;
    color: #333;
    border-bottom: 1px solid #eeeeee;
}
.data-table td {
    background: #ffffff;
}
.data-table td:hover {
}
.data-table .gray {
    background: #EDEDED;
}
.data-table .snow-gray {
    background: #F6F6F6;
}

/** mypage **/
.mypage.main {
}
.mypage.main h2 {
}
.mypage .point-history {
    border: 1px solid #ddd;
}
.mypage .point-history th, .mypage .point-history td {
    border-bottom: 1px dotted #cccccc;
}
.mypage .point-history .last th, .mypage .point-history .last td {
    border-bottom: 0px;
}
.mypage-menu li {
    border-bottom: 1px dotted #cccccc;
}
.mypage-menu li a {
    color: #666666;
    text-decoration: none;
    display: block;
    background: url(/images/user/side/icon_arw_red.png) no-repeat 10px 18px;
}
.mypage-menu li a:hover {
    background-color: #f6f6f6;
    color: #933;
}
/** button **/
.button {
    border-radius: 3px;
    border-width: 1px;
}
.blue.button {
    background: none repeat scroll 0 0 #2EA2CC;
    border-color: #0074A2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
}
.blue.button:hover {
    background: #1E8CBE;
}
.blue-w.button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0074A2;
    color: #2288D6;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
}
.next-btn.button:hover, .back-btn.button:hover {
    text-decoration: underline;
}
.red.button.next-btn a {
    background: url(/images/user/side/icon_arw.png) no-repeat right;
    background-position: 95% center;
    color: #fff;
    padding: 0 20px;
}
.red.button.next-btn {
    padding: 0px;
    text-align: center;
}
.blue-w.button.back-btn a {
    background: url(/images/user/side/icon_arw_blue_back.png) no-repeat;
    background-position: 5% center;
    color: #0074A2;
    padding: 0 20px;
    text-decoration: none;
}
.blue-w.button.back-btn {
    padding: 0px;
    text-align: center;
}
.next-btn a, .back-btn a  {
    text-decoration: none;
    display: block;
}
.blue.button:hover {
    background: #1E8CBE;
}
.gray.button {
    background: -moz-linear-gradient(top, #fff, #ddd);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); 
    border: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    text-shadow: 1px 1px 0px #fff;
}
.gray.button:hover {
    background: -moz-linear-gradient(top, #f0f0f0, #d9d9d9);  
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d9d9d9)); 
}
.red.button {
    background: none repeat scroll 0 0 #DE1936;
    border: 1px solid #DE1936;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
}
.red.button:hover {
    background: #E60C2B;
}

/** .footer **/
.footer-copyright {
    background: #cccccc;
    color: #fff;
    text-shadow: 0px 0px 0px;
}
.footer-copyright a {
    color: #eee;
    text-decoration: none;
}
.footer-copyright a:hover {
    text-decoration: underline;
}


/** error **/
.require {
    color: #ee6666;
}
.error {
    color: #ee6666;
}

/********************
 * padding & margin
 ********************/
/** container **/
.container {
    margin: 0 auto;
}
.container-inner {
}

/** header**/
#header {
    margin: 0 auto;
}
#header-right {
    margin-bottom: 0px;
}
.header-menu li {
}
#header-left {
    padding-top: 15px;
}

/** bread **/
.bread-outer {
    margin: 0 auto;
}
.bread {
    margin-bottom: 5px;
}
.bread li {
    padding-right: 15px;
    margin-right: 8px;
}

/** side **/
.side-column {
    margin-bottom: 15px;
}
.side-column-inner {
    padding: 5px 10px 10px;
}
.side-column.point .login-btn {
    margin: 0 auto;
}
.side-column.point .logout-btn {
    margin-top: 10px;
}
.side-column.menu li a{
    padding: 7px 15px 7px 22px;
}
.side-column h3 {
    padding: 7px 0 7px 30px;
}
.side-column.login .login-form-column {
    margin-bottom: 5px;
}
.side-column.login .login-form-column .submit {
    padding: 0px;
}
.side-column.login .login-form-column .submit a {
    padding: 3px;
}
.side-column .login-form-column input[type="text"], .side-column .login-form-column input[type="password"] {
    padding: 3px;
}

/** content **/
.content-outer {
    margin: 0 auto;
    padding-top: 13px;
}

/** information **/
.information {
}
.information p {
    padding-left: 50px;
}

/** main-content **/
.main-content {
    margin-top: 15px;
}

/** index **/
.index-column {
    margin-bottom: 10px;
}
.index-column h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.index-item-list {
}
.index-item-list li {
    margin-right: 7px;
}
.index-item-list li.last {
    margin-right: 0px;
    float: right;
}
.index-item-list .item .title{
    padding: 5px 5px 8px;
}
.index-column.index-news {
    padding-top: 20px;
}
.index-news-right {
    padding-left: 20px;
}

/** data-list **/
.data-table {
    margin-bottom: 15px;
}
.data-table th,.data-table td {
    padding: 0.8em 0.6em;
}
.data-table.history {
    margin-bottom: 20px;
}

/** list **/
.list h2, .show h2, .cart h2, .mypage h2 {
    padding-left: 4px;
    margin-bottom: 15px;
}
.list h2 span, .show h2 span, .cart h2 span, .mypage h2 span {
    margin-left: 15px;
}

/** item-list **/
.item-list {
    padding: 0 3px;
}
.list .item-list li {
    padding: 10px;
}
.item-list .item-bottom {
    margin-top: 10px;
}
.item-show .item-submit {
    padding: 20px;
    margin-bottom: 10px;
}
.item-show .item-submit .button {
    padding: 10px;
}


/** item-show **/
.item-show {
    padding: 0 3px;
}
.item-show .item-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.item-show .item-body .title {
    margin-bottom: 30px;
}    
.item-show .item-bottom .item-point {
    margin-bottom: 15px;
}
.item-show .item-bottom .item-point .point-left, .item-show .item-bottom .item-point .point-right {
    padding: 0 15px;
}

/** cart **/
.cart .desc {
    margin-bottom: 15px;
}
.cart .notice {
    padding: 30px 15px;
    margin-bottom: 20px;
}
.cart .col-btn {
    margin-top: 15px;
}
.cart-table table{
}
.cart-table th,.cart-table td {
    padding: 0.8em 0.6em;
}
.cart-table .total {
    color: #cc0000;
    font-weight: bold;
}
.cart-form h3 {
    padding: 5px 15px;
}
.cart-form .address {
}
.cart-form .delivery {
    padding: 10px 0;
}
.cart-form table {
    width: 100%;
}
.cart-form th, .cart-form td {
}
.cart-form td input[type="text"], .cart-form td input[type="password"]{
    padding: 4px;
}
.cart-form ul {
}
.cart-form li {
}
.cart-form-column {
    margin-bottom: 5px;
}
.cart .item-submit {
    padding: 20px;
    margin-bottom: 10px;
}
.cart .item-submit .button {
    padding: 10px;
}

/** mypage **/
.main {
}
.mypage.main h2{
}
.mypage.main .desc {
    margin-bottom: 20px;
}
.mypage .point-history {
    margin-bottom: 30px;
}
.mypage .point-history th, .mypage .point-history td {
    padding: 10px;
}
.mypage-menu li a{
    padding: 5px;
    padding-left: 24px;
}

/** login **/
.login-form {
    padding: 10px 0px;
    margin: 0 auto;
    margin-top: 20px;
}
.login-form table {
    margin-bottom: 20px;
}
.login-form h2 {
    padding-left: 15px;
    margin-left: 3px;
    margin-bottom: 15px;
}
.login-form-table {
    margin: 30px auto 20px;
}
.login-form-left {
    padding: 30px;
}
.login-form-right {
    padding: 30px; 
}
.login-form-right p {
    margin-bottom: 15px;
}
.login-form-table h4 {
    margin-bottom: 20px;
}
.login-form-column {
    margin-bottom: 15px;
}
.login-form-table h3 {
    padding: 10px 20px;
}
.login-form th,.login-form td {
    padding: 0.8em 2em;
}
.login-form td input[type="text"], .login-form td input[type="password"]{
    padding: 4px;
}

/** button **/
.button {
    padding: 0 10px 1px;
}

/** .footer **/
.footer-copyright {
    margin-top: 30px;
    padding: 40px;
}

/********************
 * width & height
 ********************/

/** container **/
.container {
}

/** login-content **/
.login-content {
    width: 700px;
}

/** header **/
#header-outer {
    height: 80px;
    width: 100%;
}
#header {
    width: 1020px;
}
#header-left {
    float: left;
    width: 500px
}
#header-right {
    float: right;
    width: 360px
}
#header-right li {
    float: right;
}
/** bread **/
.bread-outer {
    width: 1020px;
}
.bread li {
    float: left;
}

/** .side **/
.side-column.point .login-btn {
    height: 40px;
    width: 190px;
}
.side-column .login-form-column input[type="text"], .side-column .login-form-column input[type="password"] {
    width: 190px;
}
.side-column .login-form-column .submit {
    width: 198px;
}

/** content **/
.content-outer {
    width: 100%;
}
.content {
    width: 1020px;
    margin: 0 auto;
}

/** information **/
.information {
    height: 40px;
}

/** .bread **/
.bread {
    font-size: 0.8em;
}

/** main-content **/
.side {
    float: left;
    width: 220px;
}
.main {
    width: 780px;
    float: right;
}

/** side **/
.side-pp .side-column.point{
    padding: 10px;
}

/** index **/
.index-column h2 {
    height: 30px;
}
.index-item-list {
}
.index-item-list li {
    width: 150px;
    float: left;
}
.index-item-list .item.last {
    float: right; 
}
.index-news-left {
    width: 130px;
    float: left;
}
.index-news-right {
    width: 580px;
    float: right;
}

div.information-ls{
	border : solid 1px red ;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

div.information-ls h2{
	font-size: 20px;
    text-align: center;
	font-weight: bold;
}

div.information-ls p{
	font-size:12px;
}

/** data-list **/
.data-table table{
    width: 100%;
}

/** list.item **/
.item-list .thumbs {
    float: left;
}
.item-list li {
    height: 140px;
}
.item-list .item-body, .item-list .item-bottom {
    float: right;
    width: 590px;
}
.item-list .item-body .body {
    min-height: 66px;
}
.item-list .item-bottom .point {
    float: left;
    width: 400px;
}
.item-list .item-bottom .item-submit {
    float: right;
    width: 120px;
}

/** list.show **/
.item-show .thumbs {
    float: left;
}
.item-show .item-body {
    float: right;
    width: 455px;
}
.item-show .item-bottom .point {
}
.item-show .item-bottom .item-submit {
}
.item-show .item-bottom .item-point .point-left, .item-show .item-bottom .item-point .point-right{
    width: 150px;
    float: left;
}
.item-show .item-submit .button {
    width: 200px;
}

/** cart-form **/
.cart-form input[type="text"].small{
    width: 80px;
}
.cart-form input[type="text"].large{
    width: 400px;
}
.cart-form table {
    width: 640px;
}
.cart-form .address-radio {
}

/** mypage **/
.mypage .point-history table {
    width: 100%;
}
.mypage-menu li a{
    padding-top: 12px;
    padding-bottom: 10px;
}

/** login-form  **/
.login-form td input[type="text"], .login-form td input[type="password"]{
    width: 300px;
}
.login-form-table {
    width: 600px;
}
.login-form-left {
    width: 239px;
    float: left; 
}
.login-form-right {
    width: 239px;
    float: right;
}

/** button **/
.button {
    height: 28px;
    line-height: 28px;
}
.button.big {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

/********************
 * font
 ********************/
/** bread **/
.bread {
}
.bread a {
}

/** login-content **/
.login-content {
}

/** information **/
.information {
    line-height: 40px;
}
.information a {
    text-decoration: none;
}

/** side-column **/
.side-column.login .side-column-inner {
    font-size: 0.8em;
}
.side-column.point .point-str {
    text-align: right;
}
.side-column.point .point-str span {
    font-size: 36px;
}
.side-column.point .login-btn {
    text-align: center;
    display: block;
}
.side-column.point .logout-btn {
    text-align: center;
    display: block;
}
.side-column.menu a {
    text-decoration: none;
    font-size: 13px;
    display: block;
}
.side-column .login-form-column .submit a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

/** index **/
.index-column h2 {
    font-size: 24px;
}
.index-item-list .item a {
    display: block;
    line-height: 1.0;
}

/** data-list **/
.data-table {
    font-size: 13px;
}
.data-table th {
    font-weight: bold;
    text-align: left;
}
.data-table.history .b{
    font-weight: bold;
}

/** list **/
.list h2, .show h2, .cart h2, .mypage h2 {
    font-size: 24px;
}
.list h2 span, .show h2 span, .cart h2 span, .mypage h2 span {
    font-size: 12px;
    font-weight: bold;
}
.item-list .item-body .title {
    font-size: 21px;
}
.item-list .item-body .title a {
    font-weight: normal;
}
.item-list .item-body .title a:hover {
    text-decoration: underline;
}
.item-list .item-bottom .point {
    font-weight: bold;
    line-height: 30px;
}
.index-item-list .item-more { 
    text-align: right;
}
.index-news .news-more { 
    text-align: right;
}

/** show **/
.item-show .item-body .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.item-show .item-body .title a {
    font-weight: normal;
}
.item-show .item-bottom .item-point .point-left, .item-show .item-bottom .item-point .point-right {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.item-show .item-submit {
    text-align: center; 
}
.item-show .item-submit .button {
    font-size: 24px;
    text-align: center;
}

/** cart **/
.cart .notice {
    text-align: center; 
}
.cart-table .center {
    text-align: center; 
}
.cart-table .right {
    text-align: right; 
}
.cart-form th {
    vertical-align: top;
}
.cart-form .address-radio {
}

.cart .item-submit {
    text-align: center; 
}
.cart .item-submit .button {
    font-size: 24px;
    text-align: center;
}

/** mypage **/
.mypage.main h2 {
}
.mypage .point-history .right {
    text-align: right;
}
.mypage-menu li {
}
.mypage-menu li a {
}

/** login **/
.login-form {
    font-size: 12px;
}
.login-form h2 {
    font-size: 24px;
    line-height: 28px;
}
.login-form-table h3 {
    font-size: 16px;
}
.login-form-table h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center; 
}
.login-form th {
    font-size: 1.2em;
    font-weight: bold;
}
.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 1.2em;
}
.login-form-column p{
    font-weight: bold;
}
.login-form-right .submit {
    text-align: center; 
}

/** button **/
.button {
    display: inline-block;
}
/** .footer **/
.footer-copyright .copyright{
    text-align: center;
}

/** no-border **/
.side-column.no-border {
    border: 0px;
}


/****************************** 共通じゃないCSS ******************************/

/**************************************************
 * side
 **************************************************/
.side-login-name {
    text-align: center;
    background: #fcfcfc;
    font-weight: bold;
    border-bottom: 1px solid #ddd;    
}
.side-login-name p {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    color: #663333;
}
.side-login-point {
    padding: 10px 10px 0px;
    text-align: left;
}
.side-login-point .point-icon {
    text-align: center;
}
.side-login-point .b {
    font-weight: bold;
    font-size: 1.1em;
}
.side-login-point .s {
    font-size: 0.9em;
}
.side-login-point .point {
    text-align: right;
}
.side-login-point .point span {
    color: #F34B82;
    font-size: 18pt;
    font-weight: bold;
    line-height: 1.1;
    margin-right: 3px;
}
.side-login-point .lost-point-box {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
}
.side-login-point .lost-point {
    text-align: right;
}
.side-login-point .lost-point span {
    font-weight: bold;
    line-height: 1.1;
    margin-right: 3px;
}
.side-login-point .lost-date {
    font-size: 0.9em;
    margin-top: 5px;
}
.side-login-menu {
    padding: 10px;
}
.side-login-menu li a {
    font-size: 0.9em;
    background: url(/images/user/side/icon_arw_blue.gif) no-repeat left center;
    display: block;
    padding-left: 18px;
}


/**************************************************
 * item
 **************************************************/
.item .red.button.next-btn {
    width: 180px;
}
.item .red.button.next-btn a {
    color: #fff;
}
.item .red.button.next-btn a:hover {
    color: #fff;
}

/**************************************************
 * cart
 **************************************************/
.cart-submit-box {
    background: #F9FAFA;
    padding: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.cart-submit-box li{
    float: left;
    margin-right: 15px;
}
.cart-submit-box li{
}
.item-show .cart-submit-box ul {
    width: 330px;
    margin: 0 auto;
}
.cart .cart-submit-box ul {
    width: 440px;
    margin: 0 auto;
}
.cart .cart-submit-box-service ul {
    width: 210px;
}
.cart .cart-submit-box-service ul {
    margin: 0 auto;
}

/** カート画面 **/
.cart-column {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #d0d0d0;
    margin-top: 10px;
    border-radius: 10px;
}
.cart-column.last {
    margin-bottom: 15px;
}
.cart-column .next-btn {
    width: 240px;
}

/** ギフト券 **/
.cart-gift-box .title {
    background: #AAAAAA;
    color: #fff;
    text-shadow: none;
    padding: 10px;
    font-weight: bold;
}
.cart-gift-box table {
    width: 100%;
}
.cart-gift-box td, .cart-gift-box th {
    border: 0px;
    line-height: 40px;
    vertical-align: center;
}
.cart-gift-box td, .cart-gift-box th {
}
.cart-gift-box td.last, .cart-gift-box th.last {
    border: 0px;
}
.cart-gift-box th {
    background: #fff;
    text-align: center;
}

/** ギフトの入力欄 **/
table.gift-form {
    background: #aaa;
    width: 100%;
}
table.gift-form td, table.gift-form th {
    background: #e9e9e9;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    line-height: 24px;
}
table.gift-form input[type="text"] {
    padding: 0.2em;
    width: 300px;
}
table.gift-form .check {
    font-size: 0.7em;
}

/** 住所の入力欄 **/
table.shopping-input {
    width: 100%;
    color: #444;
    text-shadow: none;
}
table.shopping-input th {
    background: #ffffff;
    line-height: 67px;
}
table.shopping-input td, table.shopping-input th {
    padding: 10px;
    border-bottom: 1px solid #999;
}
table.shopping-input .last td, table.shopping-input .last th {
    border-bottom: none;
}
table.shopping-input .cart-delivery-column {
    margin-bottom: 10px;
}
table.shopping-input .cart-delivery-column.last {
    margin-bottom: 0px;
}
table .center {
    text-align: center;
}

/** 別住処のフォーム **/
#address2-form table {
    width: 100%;
}
#address2-form th {
    background: #eee;
}
#address2-form th, #address2-form td, #address2-form p {
    text-align: left;
}
#address2-form .notice {
    padding: 0;
    color: #ccc;
    margin-bottom: 5px;
}
#address2-form input[type="text"] {
    width: 100%;
}
#address2-form input[type="text"].small {
    width: 120px;
}
.cart-r-logo {
    text-align: center;
}

/** mypage **/
.mypage-form h3 {
    background: #AAAAAA;
    color: #fff;
    text-shadow: 0px 0px 0px;
}
.mypage-form th {
    background: #f0f0f0;
    text-shadow: 0px 0px 0px;
}
.mypage-form td{ 
    background: #fff;
}
.mypage-form li {
}
.mypage-form li.last {
    border-bottom: 0px;
}

.mypage-form td input[type="text"], .mypage-form td input[type="password"], .mypage-form td textarea{
    border: 1px solid #e0e0e0;
}

.mypage-form td input[type="text"]:focus, .mypage-form td input[type="password"]:focus, .mypage-form td textarea:focus{
    border: 1px solid #ff6600;
    background-color: #ffffcc;
}
.mypage-form h3 {
    padding: 5px 15px;
}
.mypage-form .address {
}
.mypage-form .delivery {
    padding: 10px 0;
}
.mypage-form table {
    width: 100%;
}
.mypage-form th, .mypage-form td {
    padding: 20px;
}
.mypage-form td input[type="text"], .mypage-form td input[type="password"]{
    padding: 4px;
}
.mypage-form ul {
}
.mypage-form li {
}
.mypage-form-column {
    margin-bottom: 5px;
}
.mypage-form input[type="text"].large{
    width: 400px;
}

.mypage-submit-box {
    background: #F9FAFA;
    padding: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.mypage-submit-box li{
    float: left;
    margin-right: 15px;
}
.mypage-submit-box li{
}

.mypage-form.register {
    border-top: 1px solid #ccc;
}
.mypage-form.register th, .mypage-form.register td {
    border-bottom: 1px solid #ccc;
}
.mypage-form.register .last th, .mypage-form.register .last td {
    border-bottom: none;
}
.mypage-form.register .notice {
    color: #aaaaaa;
    font-size: 0.8em;
}

/** トップページ **/
.index-present-list li {
    background: #eee;
    width: 250px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}
.index-present-list li .present {
    padding: 10px;
}
.index-present-list li .present-img {
    float: left;
    width: 90px;
}
.index-present-list li .present-body {
    margin-left: 100px;
}
.index-present-list li .present-body {
    color: #ababab;
    line-height: 1.4;
}
.index-present-list li .present-body .title {
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 6px;
    font-size: 14px;
    height: 16px;
    overflow: hidden;
}
.index-present-list li.last {
    margin-right: 0px;
    float: right;
}
.index-present-list li .present-body .title a {
    color: #65633A;
    font-weight: bold;
    text-decoration: none;
}

/** ニュース **/
.news {
}
.news li{
    margin-bottom: 10px;
}
/** index **/
.index-column.index-item-list h2 {
}
.news h2 {
    border-bottom: 2px solid #9E7F21;
    color: #A08126;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 24px;
}
.news-agent h2 {
    border-bottom: 2px solid #AF2C2C;
    color: #AF2C2C;
}
.news h2 span {
    color: #999999;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
}
.news h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
    padding-left: 10px;
}
.news .body {
    padding-left: 13px;
}


/** agreement **/
.agreement h3 {
    font-weight: bold;
}
.agreement p {
    margin-bottom: 20px;
}
.agreement ul, .agreement ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.agreement ol ul, .agreement ol ol {
    padding-left: 0;
}
.agreement ul li, .agreement ol li {
    margin-bottom: 5px;
}
.agreement > .premiumplus > ol > li, .agreement > .benefit-station > ol > li, .agreement > .gpoint > ol > li {
    list-style-type: decimal;
}

/** company **/
.company-table table{
    width: 100%;
}
.company-table td, .company-table th{
    padding: 10px;
}
.company-table th{
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-right: 0px;
    font-weight: bold;
    color: #666666;
}
.company-table td {
    border: 1px solid #dddddd;
    border-left: 0p;
}

/** kiyaku **/
.kiyaku h2 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    border-bottom: 0px;
}
.kiyaku p, .kiyaku ul {
    margin-bottom: 20px;
}
.kiyaku ul {
    padding-left: 20px;
}

/** privacy-ls **/

.privacy-ls ol{
    list-style-type: none;
}
.privacy-ls li{
	text-indent:-1.0em;
	padding-left: 1.0em;
}

.privacy-ls table{
	border: solid 1px black;
	width: 780px;
}
.privacy-ls th{
	border: solid 1px black;
	background-color: #CCC;
}
.privacy-ls th.left{
	width: 240px;
}
.privacy-ls th.right{
	width: 540px;
}

.privacy-ls td{
	border: solid 1px black;
	padding: 5px;
}

.privacy-ls div.revision{
	text-align: right;
	margin: 10px;
}
