@charset "utf-8";

/* ------------------------------
既存CSS 書き換え部分
------------------------------ */
.layout_body {
	background: url(/shop/item/popdeco/design/img01/body_bg.png) repeat-y center top;
	padding-right: 10px;
	padding-left: 10px;
}
.layout_table {
	background: #FFFFFF;
}


.userTable_01 {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}

.userTable_01 caption {
	padding:5px;
	text-align:center;
	background:#DDDDDD;
}

.userTable_01 th {
	font-weight:normal;
	background:#F6F6F6;
	border-bottom:1px solid #DDDDDD;
	padding:3px 5px;
}

.userTable_01 td {
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:3px 5px;
}

.userTable_02 {
	width:100%;
	margin-bottom:10px;
	border-style: none;
}

.userTable_02 caption {
	padding:5px;
	text-align:center;
	background:#DDDDDD;
}

.userTable_02 th {
	font-weight:normal;
	background:#FFFFCC;
	padding:3px 5px;
	border: 1px solid #E3E2D0;
}

.userTable_02 td {
	padding:3px 5px;
	border: 1px solid #E3E2D0;
}
td.layout_content {
	background: url(/shop/item/popdeco/design/img01/sub_main_img.jpg) no-repeat 15px top;
	padding-top: 166px;
	padding-left: 15px;
	padding-right: 15px;
}

td.layout_content h1   {
	margin-bottom: 10px;
}
.pageTitle {
	font-size: 18px;
	padding-bottom: 15px;
	background: url(/shop/item/popdeco/design/img01/h_bg.png) no-repeat bottom;
	border-style: none;
	font-weight: bold;
	color: #666666;
}
.Definition {
	font-size: 14px;
	font-weight: bold;
	color: #999933;
	border-bottom: 2px dotted #DCDDBD;
	border-left: 3px solid #669933;
	padding-left: 5px;
}
.CrossHead {
	font-size: 16px;
	color: #666666;
	border-left: 4px solid #666633;
	border-bottom-style: none;
	padding-left: 6px;
	margin-bottom: 10px;
}
.FS2_sort_menu_bg {
	display: none;
}
.FS2_figure {
	background: #EEEDE3;
	padding: 5px;
	border: 1px solid #E4E2D3;
}
.FS2_body_Goods_GoodsDetail .itemTitle {
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
	background: url(/shop/item/popdeco/design/img01/h_bg.png) no-repeat left bottom;
	padding: 0px 10px 10px;
}
.FS2_figure_table_td_cart_btn {
	padding-left: 10px;
}






/* ------------------------------
IE7対応clearfix
------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix + *{
    clear: both;
}

/* ------------------------------
TAG
------------------------------ */
* {
	margin: 0;
	padding: 0;
}
/*--
html {
	background: url(/shop/item/popdeco/design/img01/body_bg.png) repeat-y center top;
}
*/

body  {
	font: 0.8em/1.6em "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333;
	background: url(/shop/item/popdeco/design/img01/html_bg.png) repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1.0em;
}

p {
	margin-bottom: 0.8em;
}

/*--
table {
	border-collapse: collapse;
}
--*/

img {
	vertical-align: bottom;
	border: 0;
}


li {
	list-style-type: none;
}

table {
	border-collapse:collapse;
}
/* ------------------------------
aTAG
------------------------------ */
a {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #66CC33;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/* ------------------------------
共通スタイル
------------------------------ */
.MB10 {
	margin-bottom: 10px;
}
.MT10 {
	margin-top: 10px;
}
.MT20 {
	margin-top: 20px;
}

.MB20 {
	margin-bottom: 20px;
}
.MB30 {
	margin-bottom: 30px;
}
.ML10 {
	margin-left: 10px;
}

.MS15 {
	margin-right: 15px;
	margin-left: 15px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}
.bold
{
	font-weight: bold;
}

.textSize01 {
	font-size: 11px;
}
.text1 {
	color: #666666;
	font-size: 11px;
}
.text2 {
	color: #FFCC33;
}
.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}


.box01 {
	background: #FFE6E6;
	border: 1px solid #D08E8E;
	padding: 5px 10px 5px 30px;
	text-indent: -1em;
	color: #ae4848;
}
/*-----------------------------
table
------------------------------ */
.tableStyle1 {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
}
.tableStyle1 th {
	padding: 3px;
	border: 1px dotted #666666;
	background: #CCCC99;
	color: #666666;
}
.tableStyle1 td {
	background: #FFFFFF;
	padding: 2px 10px;
	border: 1px dotted #dedbc3;
}
.tableStyle1 td.bg {
	background: #F0F0E6;
}

/*-----------------------------
Base
------------------------------ */
#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #FFD55F;
}

#header {
	width: 880px;
	height: 183px;
	margin: 0 auto;
	background: url(/shop/item/popdeco/design/img01/header_bg.jpg) no-repeat center top;
	position: relative;
}
#header   #logoSub {
	float: left;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 57px;
}
#header #tel {
	position: absolute;
	right: 10px;
	top: 30px;
}
#header #headerNavi {
	position: absolute;
	top: 110px;
	right: 10px;
}


#header ul {
	float: right;
}

#header ul li {
	float: left;
}

#mainImage {
	width: 760px;
	margin: 0 auto;
	background: #666;
}

#contentBox {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
}
#contents {
	float: left;
	width: 650px;
	background: url(/shop/item/popdeco/design/img01/sub_main_img.jpg) no-repeat 10px top;
	padding-top: 166px;
	padding-left: 20px;
	padding-right: 20px;
}

#sideNav {
	float: right;
	width: 190px;
	color: #FFFFFF;
}
#sideNav #login {
	background: url(/shop/item/popdeco/design/img01/sub_login05.png) no-repeat left bottom;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#sideNav #search {
	position: relative;
	height: 70px;
}
#sideNav #search .keywoord {
	width: 130px;
	height: 18px;
	position: absolute;
	top: 30px;
}
#sideNav #search .searchBtn {
	position: absolute;
	top: 31px;
	right: 15px;
}
#sideNav  h2 {
	margin-bottom: 10px;
}
#sideNav ul.menu {
	padding-bottom: 20px;
}

#footer {
	clear: both;
	background: #FFFFFF url(/shop/item/popdeco/design/img01/footer_bg.png) no-repeat center bottom;
	width: 880px;
	height: 60px;
	margin: 0 auto 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footerNav {
	text-align: center;
	margin-bottom: 10px;
}

#copyright {
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}

.pan {
	background: none;
	font-size: 11px;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 12px;
}
/*-----------------------------
各カテゴリ フリースペースデザイン
------------------------------ */

#freeSpece  {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#freeSpece .leftBox {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}
#freeSpece .leftBox .floatLeft {
	margin-left: -10px;
	margin-right: 10px;
}
#freeSpece .rightBox {
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
#freeSpece .orderBox  .leftBox  {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
#freeSpece .orderBox .rightBox {
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#freeSpece.buttonArt .leftBox h2 {
	margin-bottom: 10px;
}
#freeSpece #carrierBox {
	background: url(/shop/item/popdeco/design/img01/bg_carrier.png) no-repeat;
	width: 536px;
	height: 31px;
	padding-left: 104px;
	padding-top: 34px;
	margin-bottom: 20px;
}
#freeSpece #carrierBox  li {
	float: left;
}
#freeSpece.flow  p {
	padding-right: 10px;
	padding-left: 10px;
}
#freeSpece.flow  p.box01 {
	padding-left: 20px;
}
#freeSpece.led h2.CrossHead {
	margin-top: 0px;
}


#freeSpece.part #carrierBox {
	background: url(/shop/item/popdeco/design/img01/bg_carrier2.png) no-repeat;
	width: 536px;
	height: 31px;
	padding-left: 104px;
	padding-top: 34px;
	margin-bottom: 20px;
}
#freeSpece.faq  h2 {
	margin-bottom: 15px;
	font-size: 16px;
	background: #FFEEEE;
	padding: 3px 3px 3px 10px;
	border-top: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	color: #FF6666;
}
#freeSpece.faq dl {
	margin-bottom: 30px;
}



#freeSpece.faq dt {
	background: url(/shop/item/popdeco/design/img01/faq_01.png) no-repeat left 3px;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #FF9933;
	font-size: 14px;
	font-weight: bold;
}
#freeSpece.faq dd {
	background: url(/shop/item/popdeco/design/img01/faq_02.png) no-repeat left 4px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 28px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	color: #666666;
}
#freeSpece.popdeco      {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background: url(/shop/item/popdeco/design/img01/photo.jpg) no-repeat;
}
#freeSpece.popdeco p {
	padding-top: 300px;
	padding-left: 50px;
	padding-right: 220px;
}

h2.subTitle {
	font-size: 16px;
	margin-bottom: 20px;
	border-left: 5px;
	padding-left: 10px;
	background: url(/shop/item/popdeco/design/img01/h_bg2.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #666600;
}
h3.square {
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 10px;
}

h3.price {
	margin-bottom: 5px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
}
