@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	local page style
------------------------------------------------------------------------------*/

/* general
----------------------------------------------------*/
p,th,td,li,dt,dd,span,strong {
	font-size: 12px;
	line-height: 1.6;
}

.pankuzu {
	margin-bottom: 2em;
}

div#cart {
	clear: both;
	margin: 0 auto;
	margin-bottom: 1em;
}

.pageTop{
	clear: both;
	text-align: right;
	padding-top: 2em;
}


/* left menu
----------------------------------------------------*/
#menu {
	background: url(../img/share/bg_menu.png);
	padding-bottom: 5px;
	margin-bottom: 1em;
}

.category {
	width: 186px;
	padding: 5px 3px;
	margin: 0 auto 5px;
}

.category h4 img {
	text-align: center;
}

.category ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #CCC dashed 2px;
}


/* h
----------------------------------------------------*/
#main .section h2 {
	background: url(../img/share/bg_h3.jpg) no-repeat;
	height: 30px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px 0;
	margin-bottom: 10px;
}

#main .section h3 {
	border-left: #FA0096 solid 16px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}

#sub #menu h3 {
	background: none;
	text-align: center;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 10px;
}


/* text
----------------------------------------------------*/
p {
	margin-bottom: 1em;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}



/* list
----------------------------------------------------*/
dl.flow {
	border: #FF5757 dashed 2px;
	padding: 10px;
	margin-bottom: 1em;
}

dl.flow dt {
	font-size: 18px;
	color: #FF24A1;
	font-weight: bold;
	margin-bottom: .5em;
}

dl.flow dd {
	font-size: 14px;
	margin-left: 10px;
}


/* table
----------------------------------------------------*/
table.intro {
	background-color: #FFE3E3;
}

table.intro th {
	padding: 5px;
	border-bottom: #FF5757 dashed 1px;
	font-weight: normal;
}

table.intro th div.name {
	font-weight: bold;
	font-size: 16px;
	border-bottom: #FF5757 dashed 1px;
	padding: 10px 0 5px;
	margin-bottom: 10px;
}

table.intro th img {
	border: #FF24AF dashed 2px;
}

table.intro td {
	padding: 5px;
}

table.intro td table {
	width: 100%;
}

table.intro td table td {
	padding: 0;
	text-align: center;
}

table.shop th {
	background-color: #FFE3E3;
	padding: 10px 5px;
	border-bottom: #FFF solid 3px;
	white-space: nowrap;
}

table.shop td {
	padding: 10px 5px;
}


/* 商品一覧関連
----------------------------------------------------*/
div.sort {
	margin-bottom: 1em;
}

div.item,
div.sub_category {
	width: 190px;
	height:280px;
	float: left;
	margin-bottom: 10px;;
}

div.bg_item {
	width: 160px;
	height:260px;
	padding: 10px;
	background-color: #FFEEEE;
	text-align: center;
}

div.img {
	text-align: center;
	height:170px;
	margin: 1em;
}

div.name {
	margin-bottom: .5em;
}

div.name,
div.price {
	padding-left: 10px;
}

table.box {
	width: 100%;
}


/* 商品一覧関連
----------------------------------------------------*/
table.item_info {
	width: 100%;
}

table.item_info th {
	width: 230px;
	font-weight: normal;
}

table.item_info td {
	padding: 10px;
}

#main .section table.item_info td h3 {
	border-left: none;
	border-bottom: #FF5757 dashed 2px;
	padding: 0;
	padding-bottom: 3px;
}

img.mainimg {
	width: 230px;
	margin-bottom: 10px;
}

.price {
	font-size: 16px;
	color: #F00;
}

div.explain {
	padding-top: 1em;
	border-top: #FF5757 dashed 2px;
	border-bottom: #FF5757 dashed 2px;
	margin-bottom: 1em;
}

img.thumnail {
	width: 160px;
}

div.cart_in {
	text-align: right;
}

div.cart_in input{
	float:left;
}
