/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(http://koumian.com/images/bg.jpg) no-repeat center top #fefaef;
	color: #222;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

a:link,
a:visited,
a:active {
	color: #d60000;
	text-decoration: underline;
}

a:hover {
	color: #d60000;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:980px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
	background: url(http://koumian.com/images/illust.png) no-repeat right top;
}

#nav {
	width: 980px;
	margin-bottom: 30px;
}

#nav li {
	display: inline;
	padding: 0;
}

.wrap {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:170px;
	padding: 40px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 680px;
	padding: 40px 40px 40px 10px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.footer p {
	float: left;
}
.footer p span {
	font-size: 140%;
}
.footer ul {
	float: right;
}
.footer li {
	display: inline;
	padding-left: 15px;
}

.copyright {
	padding: 5px;
	background: #d60000;	
	color: #fff;
	font-size: 80%;
	text-align: center;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

.item_check {
	margin-left:80px;
}

.season {
	margin: 20px 0;
}

.season img {
	margin-bottom: 10px;
}

.side_cate {
	margin-bottom: 20px;
}

.side_cate img {
	margin-bottom: 10px;
}

.side_cate li {
	list-style: none;
	border-bottom: #d0d0d0 solid 1px;
	padding: 5px 0;
	line-height: 1.3;
}

.side_cate li a {
	text-decoration: none;
}
