@charset "utf-8";

/* Table of Contents + ---------------------------------- *//*

     1-0.initialize
     1-1.anchor n input
     1-2.html n body
     1-3.site
     1-4.logo
     1-5.contents
     1-6.search
     1-7.category
     1-8.banners
     1-9.publ
     1-10.global_navi
     1-11.secondary_navi
     1-12.search
     1-13.suppl_navi

*//* ------------------------------------------------------ */

/* 1-0.initialize
=========================================================== */
html,body,div,span,embed,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,cite,code,var,
del,dfn,em,img,ins,kbd,q,samp,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,input,label,legend,select,textarea,
table,caption,tbody,tfoot,thead,tr,th,td {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
hr { display: none;}
img {
	border: none;
	vertical-align: bottom;
}
li { list-style: none;}
p {
	text-align: justify;
	/*\*/text-justify: inter-ideograph;/**/
}
a { /*\*/overflow: hidden;/**/}
del { color: #ccc;}
ins { font-weight:bolder;}
sub,sup {
	margin: 0 1px 0 0;
	line-height: 0.2;
}
fieldset { border: none;}
input { line-height: 1;}
input,label,select,textarea { vertical-align: middle;}
label { cursor: pointer;}
/* safari only \*/
html:\66irst-child label { cursor: auto;}
/* end */ 
option { padding: 0 5px;}
*+html>/**/body select { padding: 0 5px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption { text-align: left;}
blockquote:before,blockquote:after,
q:before,q:after {
	content: "";
}
blockquote,q { quotes: "" "";}
embed,object { vertical-align: bottom;}
.left { float: left;}
.right{ float: right;}
.clear { clear: both;}
.hide {
	position: absolute;
	/*\*/overflow: hidden;/**/
	text-indent: -9999px;
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}
/* Hides from MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5 */

/* 1-1.anchor n input configuration
=========================================================== */
a:link,a:visited  { color: #666; text-decoration: none;}
a:hover,a:active { text-decoration: underline;}

/* 1-2.html n body configuration
=========================================================== */
html { overflow-y: scroll;}
body {
	position: relative;
	height: 100%;
	width: 100%;
	font-family: "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", Osaka, "・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro W3";
	font-size: 10px;
	color: #666;
	background: #e2e2e2;
}
* html body { font-size: 62.5%;}
*:first-child+html body { font-size: 62.5%;}

/* 1-3.site configuration
=========================================================== */
#site {
	position: relative;
	width: 800px;
	padding: 0 14px;
	margin: 0 auto;
	font-size: 1.2em;
	background: #fff url(../../img/base/bg_site.jpg) repeat-y center top;
}

/* 1-4.logo configuration
=========================================================== */
#logo {
	height: 54px;
	width: 774px;
	padding: 28px 0 0 26px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat center top;
}

/* 1-5.contents configuration
=========================================================== */
#contents {
	padding: 0 15px 0 20px;
	margin: 18px 0 32px;
	background: url(../../img/base/bg_contents.gif) repeat-y 227px 0;
}
#main_contents {
	width: 543px;
}
#main_contents h2 {
	font-family: "・ｽl・ｽr ・ｽS・ｽV・ｽb・ｽN", "Osaka・ｽ|・ｽ・ｽ・ｽ・ｽ";
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 15px 4px;
}
#main_contents h2 span {
	font-weight: bold;
	padding: 0 0 0 14px;
	color: #91c86b;
	background: url(../../img/base/icon_cube.jpg) no-repeat left center;
}
#main_contents a {
	color: #91c86b;
}
#main_contents .attention {
	color: #ff7101;
}
#main_contents .error {
	color: #ff0000;
}
#sub_contents {
	width: 190px;
}
#sub_contents dl {
	margin: 0 0 21px;
}
#sub_contents dl dt {
	font-weight: bold;
	padding: 0 0 0 14px;
	margin: 0 0 4px;
	color: #91c86b;
	background: url(../../img/base/icon_arrow.jpg) no-repeat left center;
}
#contents.col1 {
	background-image: none;
}
.col1 #main_contents {
	width: 760px;
}

/* bg_dotted */
#contents .bg_dotted {
	width: 570px;
	padding: 0;
	margin: 0 auto;
	background: url(../../img/share/bg_dotted.gif) repeat 0 0;
}
#contents .bg_dotted h2 {
	padding: 0 0 15px;
	margin: 0;
	background-color: #fff;
}
#contents .bg_dotted .bg_fff {
	width: 538px;
	padding: 10px;
	margin: 6px auto;
	background-color: #fff;
}
#contents .bg_dotted p {
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#contents .bg_dotted table {
	border-collapse: collapse;
	width: 539px;
	border: #ccc solid 1px;
	background-color: #fff;
}
#contents .bg_dotted table th,
#contents .bg_dotted table td {
	padding: 8px;
	border: #ccc solid 1px;
	text-align: left;
}
#contents .bg_dotted table th {
	background-color: #f0f0f0;
}
#contents .bg_dotted table td input {
	padding: 2px 0 0;
	margin: 0 0 5px;
}
#contents .bg_dotted table td select {
	margin: 0 0 5px;
}
#contents .bg_dotted table td a:link,
#contents .bg_dotted table td a:visited {
	text-decoration: underline;
}
#contents .bg_dotted table td a:hover,
#contents .bg_dotted table td a:active {
	text-decoration: none;
}
#contents .bg_dotted table td .zipimg {
	margin: 8px 0 0;
}
#contents .bg_dotted table td .zipimg a {
	float: left;
	/*\*/overflow: hidden;/**/
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	width: 87px;
	height: 22px;
	background: url(../../img/share/button_automatic_input.jpg) no-repeat center top;
}
#contents .bg_dotted table td .zipimg span {
	float: left;
	display: block;
	margin: 6px 0 0 5px;
}
#contents .bg_dotted table th .mini,
#contents .bg_dotted table td a,
#contents .bg_dotted table td .mini {
	font-size: 0.9em;
}
#contents .bg_dotted table td .mini em {
	color: #ff7101;
}
#contents .bg_dotted .tblareabtn {
	background-color: #fff;
}
* html #contents .bg_dotted .tblareabtn {
	margin: 0 0 -1px;
}
#contents table th.align_center,
#contents table td.align_center {
	text-align: center;
}
#contents table th.align_right,
#contents table td.align_right {
	text-align: right;
}
#contents table th.align_left,
#contents table td.align_left {
	text-align: left;
}

/* bg_dotted && !bg_dotted */
#contents p.read_text {
	padding: 0 0 20px;
}
#contents .box280 {
	width: 280px;
	margin: 5px 0 0;
}
#contents .box300 {
	width: 300px;
	margin: 5px 0 0;
}
#contents .box360 {
	width: 360px;
	margin: 5px 0 0;
}
#contents table .box120 {
	width: 120px;
	margin: 5px 0 0;
}
#contents table .box60 {
	width: 60px;
	margin: 5px 0 0;
}
#contents table .box360 {
	width: 360px;
	margin: 5px 0 0;
}
#contents table .box380 {
	width: 380px;
	margin: 5px 0 0;
}
#contents table .box270 {
	width: 270px;
}
#contents table .box90 {
	width: 74px;
}
#contents table .box70 {
	width: 70px;
}
#contents table .box55 {
	width: 55px;
}
#contents table .box30 {
	width: 30px;
}
#contents #completetext {
	padding: 5px;
}
#contents #completetext h3 {
	font-size: 18px;
	margin: 0 0 25px;
	padding: 0;
	font-weight: normal;
}
#contents #completetext p {
	margin: 0 0 13px;
	padding: 0;
	line-height:1.8em;
}
#contents #completetext p.border_top {
	border-top: #ccc solid 1px;
	margin: 10px 0 0;
	padding: 15px 0 0;
}
#contents .tblareabtn {
	padding: 18px 0 0;
	text-align: center;
}
#contents .tblareabtn input {
	margin: 0 7px;
}

/* 1-6.search configuration
=========================================================== */
.search form input {
	width: 140px;
	padding: 3px 0 0;
}
.search form .btn {
	height: 27px;
	width: 46px;
}

/* 1-7.category configuration
=========================================================== */
.category ul {
	margin: 0 0 21px;
}
.category ul li {
	margin: 0 0 21px;
}
.category ul li span {
	font-weight: bold;
	padding: 0 0 0 14px;
	margin: 0 0 4px;
	color: #91c86b;
	background: url(../../img/base/icon_arrow.jpg) no-repeat left center;
}
.category ul li ul {
	margin: 0;
}
.category ul li ul li {
	padding: 0 0 0 12px;
	margin: 0 0 0 2px;
	text-indent: -12px;
	list-style: inside disc;
}
* html .category ul li ul li {
	padding: 0 0 0 16px;
	margin: 0 0 0 1px;
	text-indent: -16px;
}
*:first-child+html .category ul li ul li {
	padding: 0 0 0 16px;
	margin: 0 0 0 1px;
	text-indent: -16px;
}

/* 1-8.banners configuration
=========================================================== */
.banners p {
	margin: 0 0 5px;
}

/* 1-9.publ configuration
=========================================================== */
#publ {
	padding: 24px 0 56px;
	background: url(../../img/base/bg_copy.jpg) repeat-x left top;
}
#publ p {
	text-align: center;
}

/* 1-10.global_navi configuration
=========================================================== */
#global_navi {
	height: 38px;
	width: 800px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat 0 -200px;
}
#global_navi dt {
	position: absolute;
	/*\*/overflow: hidden;/**/
	text-indent: -9999px;
}
#global_navi ul li {
	float: left;
}
#global_navi ul li a {
	height: 38px;
	/*\*/overflow: hidden;/**/
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}
#global_navi ul .shopping a {
	width: 144px;
}
#global_navi ul .item_list a {
	width: 84px;
}
#global_navi ul .news a {
	width: 105px;
}
#global_navi ul .payment_method a {
	width: 106px;
}
#global_navi ul .terms_of_size a {
	width: 118px;
}
#global_navi ul .contact_us a {
	width: 96px;
}
#global_navi ul .shop_info a {
	width: 147px;
}
#global_navi ul .shopping .selected,
#global_navi ul .shopping a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat 0 -238px;
}
#global_navi ul .item_list .selected,
#global_navi ul .item_list a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -144px -238px;
}
#global_navi ul .news .selected,
#global_navi ul .news a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -228px -238px;
}
#global_navi ul .payment_method .selected,
#global_navi ul .payment_method a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -333px -238px;
}
#global_navi ul .terms_of_size .selected,
#global_navi ul .terms_of_size a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -439px -238px;
}
#global_navi ul .contact_us .selected,
#global_navi ul .contact_us a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -557px -238px;
}
#global_navi ul .shop_info .selected,
#global_navi ul .shop_info a:hover {
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -653px -238px;
}

/* 1-11.primary_navi configuration
=========================================================== */
#primary_navi {
	position: absolute;
	top: 45px;
	right: 33px;
	width: 418px;
}
* html body #primary_navi {
	right: 29px;
}
#primary_navi dt {
	position: absolute;
	/*\*/overflow: hidden;/**/
	text-indent: -9999px;
}
#primary_navi ul {
	height: 27px;
}
#primary_navi ul li {
	float: left;
	margin: 0 4px 0 0;
}
#primary_navi ul li a {
	height: 27px;
	/*\*/overflow: hidden;/**/
	display: block;
	text-indent: -9999px;
}
#primary_navi ul .about_member a {
	width: 72px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -2px -276px;
}
#primary_navi ul .sign_up a {
	width: 72px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -78px -276px;
}
#primary_navi ul .guide a {
	width: 81px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -154px -276px;
}
#primary_navi ul .cart a {
	width: 103px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -239px -276px;
}
#primary_navi ul .login a {
	width: 70px;
	background: url(../../img/base/sprite_elprimo.jpg) no-repeat -346px -276px;
}

/* 1-12.secondary_navi configuration
=========================================================== */
#secondary_navi {
	margin: 0 15px 6px;
}
#secondary_navi dt {
	position: absolute;
	/*\*/overflow: hidden;/**/
	text-indent: -9999px;
}
#secondary_navi ul li {
	padding: 0 0 0 6px;
	display: inline;
	list-style: inside disc;
}
#secondary_navi ul li.first-child {
	padding: 0;
	background: none;
}

/* 1-13.suppl_navi configuration
=========================================================== */
#suppl_navi {
	margin: 13px 30px 0;
}
#suppl_navi p {
	text-align: right;
}
#suppl_navi p a {
	padding: 0 0 0 14px;
	letter-spacing: 0;
	background: url(../../img/base/icon_arrow_up.jpg) no-repeat left center;
}

/* -------------------------------------------------------- */