@charset "utf-8";

/* default setting */
ul.defaultList {
	margin-bottom: 1em;
	_zoom:1; /* for ie6 */
	line-height: 1.45;
}

ul.defaultList li {
 margin-left: 1.2em;

	/margin-left: 1.35em;
 list-style-type: disc;
 margin-bottom: 0.25em;
}

ol.defaultNumber {
 margin-bottom: 1em;
 padding-left: 0.5em;
 /padding-left: 0.9em;
 line-height:1.45;
 /line-height:1.55;
}

ol.defaultNumber li {
 list-style-type: decimal;
 margin-left: 1em;
 margin-bottom: 0.25em;
}

table { font-size: inherit; font: 100%; border-collapse: collapse; border-spacing:0; }
caption,th,td { text-align: left; }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight:normal; }
select,input,button,textarea,button { font: 99% arial,helvetica,clean,sans-serif; }
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select { font-size: 100%; }
pre,code,kbd,samp,tt { font-family: monospace; *font-size:108%; line-height:100%; }

/* Text Align
 * --------------------------------------------- */
.textAlignCenter { text-align: center; }
.textAlignLeft { text-align: left; }
.textAlignRight { text-align: right; }

/* Float
 * --------------------------------------------- */
/* LEFT */ .floLeft { float:left; }
/* RIGHT */ .floRight { float:right; }

/* Font Color
 * --------------------------------------------- */
.colorOrange { color: #ff6609; }
.colorRed { color: #BA2323; }
.colorBlue { color: #3293AB; }









/* layout setting */

ul.bread {
 width: 770px;
 background: url(/img/parts/bg_bread.gif) repeat-x;
 border: 1px solid #e5e5e5;
 clear: both;
 padding: 5px 3px;
 margin: 0px 0px 12px;
}
ul.bread li {
 float: left;
 padding: 0px 0.5em 0px 0px;
}
ul.bread li.home {
 background: url(/img/parts/img_bread.gif) no-repeat ;
 padding-left: 20px;
}


ul.bread li a {
 color: #0b73aa;
 padding: 0px 0.5em 0px 0px;
 position: relative;
 z-index: 100;
}

.contactArea {
 background: #f7fff6;
 border: 1px solid #b0dba6;
 margin: 10px auto 0px;
 width: 734px;
 clear: both;
 line-height: normal;
 padding: 7px 10px 5px;
}

.contactArea dl dt {
 font-weight: bold;
 color: #0f9a00;
 padding: 3px 0px 0px;
 margin: 0px;
}
.contactArea dl dd span {
 float: left;
 display: block;
 padding: 8px 3px 0px 0px;
}

.contactArea dl dd strong{
 font: bold 2em Arial, Helvetica, sans-serif;
 color: #ff6900;
 float: left;
 display: block;
}

.contactArea dl dd.btn {
 float: right;
 margin: 0px 0px 3px;
 font-size: 0px;
 line-height: 0px;
}

p.finishBtn {
 text-align: center;
 clear: both;
 font-size: 0px;
 line-height: 0px;
 margin: 35px 0px 0px;
}
.inner { padding: 10px; }

.inner .innerChild { padding: 5px 10px 10px; }

.inner h3 {
 background: url(/img/parts/title_01.gif) repeat-x left bottom;
 color: #0099f2;
 font-size: 1.45em;
 line-height: normal;
 padding: 0px 0px 5px 12px;
 margin: 0px 0px 7px;
}

.inner h4 {
 font-weight: bold;
 color: #0099f2;
 border-bottom: 1px solid #0099f2;
 padding: 0px 0px 3px 12px;
 margin: 0px;
}


.inner p  {
 margin: 0px 0px 10px;
 line-height: 1.5;
}

.inner #page-top{
 position: relative;
 right: 0;
 cursor: auto;
 clear: both;
 width: 756px;
 font-size: 0.85em;
 line-height: normal;
 text-align: right;
 background: url(/img/parts/line_01.gif) repeat-x;
 padding: 7px 0px 0px;
 margin: 0px 0px 10px;
}

.inner #page-top a {
 background: url(/img/parts/arrow_01.gif) no-repeat 0px 50%;
 padding: 2px 0px 2px 15px;
 color: #888888;
 text-decoration: none;
 display: inline;
}
.inner #page-top a:hover {
 color: #B0B0B0;
 text-decoration: underline;
}
.inner .infoAreaA {
 background: #f5f5f5;
 padding: 10px 10px 2px;
 margin: 0px 0px 20px;
}
/*------------------------------
 table_typeA
------------------------------ */
table.typeA {
 width: 100%;
 border: 4px solid #eee;
 margin: 0px 0px 20px;
}

table.typeA th {
 font-weight: bold;
 text-align: center;
 border: 4px solid #eee;
 padding: 5px 0px;
 color: #0F3782;
 background: #D5E8F2;
}
table.typeA td {
 text-align: left;
 border: 4px solid #eee;
 padding: 5px 5px 5px 5px;
}

/*------------------------------
 /table_typeA
------------------------------ */
form table.typeA {
 width: 100%;
 border: 1px solid #B9B9B9;
 margin: 0px 0px 20px;
}
form table.typeA th{
 font-weight: bold;
 text-align: right;
 border: 1px solid #B9B9B9;
 padding: 10px 20px 5px 0px;
 color: #fff;
 font-weight: bold;
 background:#ff9933;
 vertical-align: top;
}
form table.typeA th span.hissu {
 font-size: 0.85em;
 color: #A00;
 padding: 0px 0px 0px 3px;
}

form table.typeA td{
 text-align: left;
 border: 1px solid #B9B9B9;
 padding: 5px 0px 5px 20px;
}
form table.typeA td input.input { padding: 5px 3px; }
form table.typeA td table {
 border-width: 0px;
 border-style: none;
 line-height: normal;
 margin: 3px 0px;
}
form table.typeA td table th {
 background: #FFF;
 border-width: 0px;
 border-style: none;
 color: #000;
 font-weight: normal;
 padding: 3px 0px 0px;
 vertical-align: top;
}


form table.typeA td table td {
 border-width: 0px;
 border-style: none;
 vertical-align: top;
 padding: 0px;
}
form table.typeA td table td input.radio { line-height: 0px; }
#flow .inner { padding-top: 3px; }

#flow .inner p.read{
 padding: 0px 0px 15px;
 background: url(/img/parts/line_01.gif) repeat-x left bottom;
 margin: 0px 0px 20px;
}
#flow .inner ul.flowStep {
 padding: 0px;
 margin: 0px -10px 15px 0px;
 width: 776px;
 position: relative;
}

#flow .inner ul.flowStep li {
 width: 188px;
 float: left;
 margin: 0px;
 padding: 0px 9px 0px 0px;
 _zoom:1;
}

#flow .inner ul.flowStep li dl dt {
 font-weight: bold;
 margin: 0px;
 line-height: normal;
}
#flow .inner ul.flowStep li dl dt strong {
 color: #ff780e;
 font: bold 1.5em Arial, Helvetica, sans-serif;
 padding: 0px 3px 0px 0px;
}
#flow .inner ul.flowStep li dl dd.read {
 font-size: 0.85em;
 width: 167px;
 margin: 0px 0px 7px;
}
#flow .inner ul.flowStep li dl dd.photo {
 font-size: 0px;
 line-height: 0px;
 margin: 0px 0px 3px;
}
#flow .inner .bottomArea {
 clear: both;
 font-size: 0px;
 line-height: 0px;
 margin: 0px 0px 20px;
}

#flow .inner .bottomArea dl {
 border: 2px solid #d9ecd7;
 width: 535px;
 padding: 10px 10px 5px;
 float: left;
}

#flow .inner .bottomArea dl dt {
 float: left;
 width: 62px;
}

#flow .inner .bottomArea dl dd { margin: 0px 0px 0px 62px; _zoom:1; }

#flow .inner .bottomArea dl dd ol li { margin: 0px 0px 5px; }

#flow .inner .bottomArea p.btn { float: right; }
#flow .inner dl.areaList { margin: 0px 0px 10px; }

#flow .inner dl.areaList dt {
 font-weight: bold;
 color: #0099f2;
 line-height: 1;
 border-bottom: 1px solid #0099f2;
 padding: 0px 0px 3px 10px;
}

#flow .inner dl.areaList dd {
 background: #f5f5f5;
 padding: 10px;
}

#flow .inner dl.areaList dd dl { font-size: 0.85em; }

#flow .inner dl.areaList dd dl dt {
 border-bottom-width: 0px;
 border-bottom-style: none;
 font-weight: normal;
 padding: 0px;
 margin: 0px 0px 2px;
}

#flow .inner dl.areaList dd dl dd {
 padding: 0px;
 margin: 0px 0px 6px;
 color: #575757;
}

#flow .inner dl.areaList dd dl dd.colorRed {
 color: #e60000;
 margin: 0px;
}





#reason p.title {
 font-size: 0px;
 line-height: 0px;
 margin: 0px;
 padding: 5px 0px 12px;
}
#reason .reasonList {
 padding: 0px;
 border: 1px solid #dbd092;
 margin: 0px 10px 5px;
 background: url(/img/reason/bg_01.gif) repeat-y;
 clear: both;
}

#reason .reasonList .reasonInner {
 background: url(/img/parts/line_01.gif) no-repeat 242px 10px;
 margin: 0px 0px 10px;
}


#reason .reasonList span.number {
 display: block;
 float: left;
 width: 63px;
}

#reason .reasonList h3 {
 float: left;
 padding: 15px 0px 0px;
 width: 178px;
 text-align: center;
}

#reason .reasonList p.read {
 float: left;
 padding: 5px 10px 0px 12px;
 line-height: 1.5;
 width: 310px;
 margin: 8px 0px 0px;
}

#reason .reasonList span.photo { float: left;
 font-size: 0px;
 line-height: 0px;
 text-align: center;
 width: 170px;
 padding: 10px 0px 0px;
}

#reason .reasonList span.photo img.margin { margin-top:10px;}

#reason ol.reasonList li {
 border: 1px solid #dbd092;
 background: url(/reason/img/bg_01.gif) repeat-y;
 padding: 0px 0px 10px;
 clear: both;
 margin: 0px 0px 5px;
}
#reason ol.reasonList li dl { background: url(/img/parts/line_02.gif) no-repeat 242px 10px; }


#reason ol.reasonList li dl dt {
 float: left;
 width: 178px;
 text-align: center;
 font-size: 0px;
 line-height: 0px;
 padding: 15px 0px 0px;
}

#reason ol.reasonList li dl dd { float: left; }

#reason ol.reasonList li dl dd.number {
 width: 63px;
 font-size: 0px;
 line-height: 0px;
}

#reason ol.reasonList li dl dd.read {
 padding: 0px 10px 0px 12px;
 line-height: 1.5;
 width: 310px;
 margin: 8px 0px 0px;
}
#reason ol.reasonList li dl dd.image {
 font-size: 0px;
 line-height: 0px;
 text-align: center;
 width: 170px;
 padding: 10px 0px 0px;
}
#reason ol.reasonList li dl dd.image img.margin { margin-top:10px;}


#faq p.read {
 margin: 0px 0px 10px;
 line-height: 1;
}

#faq p.read strong.telNumber {
 font: bold 1.75em Arial, Helvetica, sans-serif;
 color: #ff6600;
}
#faq ul.faqList {
 background: url(/img/parts/line_01.gif) repeat-x;
 padding: 20px 0px 5px 10px;
}

#faq ul.faqList li {
 background: url(/img/parts/arrow_02.gif) no-repeat 2px 50%;
 padding: 0px 0px 0px 15px;
 margin: 0px 0px 15px;
}
#faq ul.faqList li a {
 font-size: 1.25em;
 line-height: normal;
 font-weight: bold;
 color: #397196;
}
#faq .faqDetail {
 background: url(/img/parts/line_01.gif) repeat-x;
 clear: both;
 padding: 25px 0px 0px;
}
#faq dl.faqSection  {
 background: url(/img//faq/faq_img_04.gif) repeat-y;
 border-bottom: 1px solid #d4d4d4;
 margin: 0px 0px 20px;
}
#faq dl.faqSection dt  {
 font-size: 1.35em;
 line-height: 1.25;
 font-weight: bold;
 color: #5cb3ec;
 padding: 0px 0px 20px 72px;
 background: #FFF url(/img/faq/bg_01.gif) no-repeat left bottom;
 margin: 0px 1px;
 border-top: 1px solid #d4d4d4;
}
#faq dl.faqSection dt strong {
 float: left;
 padding: 12px 0px 10px;
 width:620px;
}

#faq dl.faqSection dt span {
 float: right;
 padding: 0px 1px 0px 0px;
 font-size: 0px;
 line-height: 0px;
 border-left: 1px solid #ebebeb;
 height: 45px;
 display: block;
 margin: 0px -1px 2px 0px;
 position: relative;
}
#faq dl.faqSection dt span.iconQ {
 float: left;
 font-size: 0px;
 line-height: 0px;
 border-left: 0px none;
 height: 64px;
 display: block;
 margin: -4px 0px 0px -62px;
 /* /margin: -4px 0px 0px -683px;
 _margin: -4px 0px 0px -683px; */
 position: absolute;
 width: 54px;
 background: url(/img/faq/icon_q.gif) no-repeat 0px 0px;
}

#faq dl.faqSection dt span.iconQ img { _display:none; }

#faq dl.faqSection dd {
 background: url(/img/faq/faq_img_03.gif) no-repeat 1px 2px;
 padding: 0px 10px 15px 72px;
 font-size: 1.15em;
 color: #333333;
 line-height: 1.5;
 min-height:4em;
 height: auto !important;
 height: 4em;
}

#faq dl.faqSection dd p {
    margin-top: 10px;
}

#faq dl.faqSection dd ul {
    display: block!important;
    margin-top: 5px;
    list-style: inside;
}

#faq dl.faqSection #page-top {
 width: auto;
 position: relative;
}

#buy .dataArea {
 padding: 0px 10px;
 margin: 8px 0px 5px;
}
#buy .dataArea p.title {
 font-size: 0px;
 line-height: 0px;
 margin: 0px;
 padding: 0px;
 clear: both;
}
#buy .dataArea .area01 {
 background: url(/img/buy/data_img_02.gif) no-repeat;
 padding: 0px 0px 0px 64px;
}

#buy .dataArea .area01 ul li {
 float: left;
 width: 316px;
 padding: 15px 15px;
}
#buy .dataArea .area02 {
 background: url(/img/buy/data_img_03.gif) no-repeat;
 padding: 0px 0px 0px 64px;
}

#buy .dataArea .area02 ul li {
 float: left;
 width: 316px;
 padding: 15px 15px;
}
#buy .dataArea span.bottom {
 font-size: 0px;
 line-height: 0px;
 background: url(/img/buy/data_img_04.gif) no-repeat;
 clear: both;
 height: 4px;
 width: 755px;
 display: block;
 margin: 0px 0px 7px;
}
#buy .dataArea p.chusyaku {
 font-size: 0px;
 line-height: 0px;
 margin: 0px 0px 10px;
}
#buy .dataArea p.chusyaku img { margin: 0px 0px 2px; }
#buy .categoryArea {
 padding: 5px 0px 0px 10px;
 line-height: normal;
}

#buy .categoryArea .detail {
 float: left;
 width: 378px;
 padding: 0px 5px 0px 0px;
 margin: 0px 0px 12px;
}

#buy .categoryArea .detail span.photo {
 float: left;
 display: block;
 width: 178px;
}
#buy .categoryArea .detail h3.title {
 font-size: 1.45em;
 font-weight: bold;
 color: #0099f2;
 background: url(/img/parts/arrow_02.gif) no-repeat 0px 50%;
 padding: 0px 0px 0px 14px;
 width: 186px;
 margin: 0px 0px 4px;
 float: right;
 line-height: 1;
}
#buy .categoryArea .detail p.read {
 line-height: 1.5;
 margin: 0px 0px 5px;
 float: right;
 width: 200px;
}
#buy .categoryArea .detail p.btn {
 background: url(/img/parts/arrow_03.gif) no-repeat 0px 50%;
 padding: 0px 0px 0px 15px;
 display: block;
 width: 185px;
 float: right;
}
#buy .categoryArea .detail p.btn a { color: #ff7300; }

#buy .pointArea { padding: 5px 0px 0px 10px; }
#buy .pointArea .pointAreaInner {
	border: 1px solid #b3dff5;
	width: 754px;
	padding: 0px 0px 7px;
	margin: 0px 0px 4px;
}

#buy .pointArea .pointAreaInner span.photo { float: right; }
#buy .pointArea .pointAreaInner h3 {
	float: left;
	padding: 10px 0px 10px 10px;
	font-size: 0px;
	line-height: 0px;
	height: 40px;
	width: 170px;
}
#buy .pointArea .pointAreaInner p.copy {
	float: left;
	font-size: 0px;
	line-height: 0px;
	height: 33px;
	padding: 17px 0px 10px 5px;
}
#buy .pointArea .pointAreaInner p.read {
	display: block;
	width: 572px;
	padding: 0px 0px 0px 15px;
	line-height: 1.5;
}

#buy .pointArea .pointAreaInner p.read strong { color: #FF7900; }


#buy .pointArea dl {
 border: 1px solid #b3dff5;
 width: 754px;
 padding: 0px 0px 10px;
 margin: 0px 0px 4px;
}

#buy .pointArea dl dt {
 padding: 10px 0px 10px 10px;
 font-size: 0px;
 line-height: 0px;
 height: 40px;
}

#buy .pointArea dl dt span.title {
 display: block;
 float: left;
 width: 175px;
}

#buy .pointArea dl dt span.copy {
 display: block;
 float: left;
 padding: 7px 0px 0px;
}
#buy .pointArea dl dd {
 padding: 0px 0px 0px 13px;
 width: 577px;
 line-height: 1.5;
}
#buy .pointArea dl dd strong {
 color: #ff7900;
 font-weight: bold;
}



#buy .pointArea dl dd.photo {
 float: right;
 font-size: 0px;
 line-height: 0px;
 margin: 0px;
 padding: 0px 0px 0px 592px;
 width: auto;
 position: absolute;
}














#collection p.keyVisual {
 font-size: 0px;
 line-height: 0px;
 height:177px;
 position: absolute;
 margin: -0px 0px 0px;
}
#collection .mainRead { padding: 220px 0px 0px; }

#collection .mainRead p{
 margin: 0px 0px 5px;
 padding: 0px 10px;
}

#collection ul.mainBnrList {
 padding: 4px 0px 0px 10px;
 font-size: 0px;
 line-height: 0px;
}

#collection ul.mainBnrList li {
 float: left;
 padding: 0px 6px 10px 0px;
}

#collection .pickupArea { padding: 5px 10px 0px; }

#collection .pickupArea p.photo {
 float: left;
 padding: 0px 10px 0px 0px;
}

#collection .pickupArea h3 {
	float: left;
	background: url(/img/common/pickup_title_01.gif) no-repeat left bottom;
	width: 502px;
	font-size: 1.45em;
	color: #e93288;
	padding: 10px 0px 10px 13px;
	margin: 5px 0px 7px;
}


#collection .pickupArea h3 strong {
 padding: 4px 0px 2px 65px;
 display: block;
}

html[xmlns*=""] body:last-child #collection .pickupArea h3 strong {
 float: left;
 padding: 0px 0px 0px 65px;
 line-height: normal;
}

#collection .pickupArea p.read {
 width: 495px;
 padding: 0px 10px;
 float: left;
 line-height: 1.5;
}

#collection .expensiveArea { padding: 10px 0px 0px; }
#collection .expensiveArea ul { padding: 0px 0px 0px 10px; }


#collection .expensiveArea ul li {
 padding: 2px;
 width: 173px;
 border: 4px solid #eeeeee;
 text-align: center;
 float: left;
 margin: 0px 5px 0px 0px;
}
#collection .expensiveArea ul li dl dt {
 font-weight: bold;
 color: #474747;
 line-height: normal;
 margin: 0px 0px 3px;
}

#collection .expensiveArea ul li dl dd.photo {
 font-size: 0px;
 line-height: 0px;
}

#collection .expensiveArea ul li dl dd.price {
 color: #FFF;
 background: #ff8de3;
 line-height: normal;
 margin: 2px 0px 0px;
}
#collection .expensiveArea ul li dl dd.price strong { font: bold 2em Arial, Helvetica, sans-serif; }


#collection .expensiveArea p.read {
 padding: 0px 0px 0px 15px;
 margin: 0px 0px 8px;
}

#collection ul.madeList { padding: 8px 0px 0px 10px; }

#collection ul.madeList li {
 float: left;
 width: 184px;
 text-align: center;
 margin: 0px 6px 6px 0px;
}
#collection ul.madeList li a {
 font-size: 0.85em;
 color: #000;
 text-decoration: none;
}


#collection ul.madeList li img {
 clear: both;
 margin: 0px 0px 1px;
}

#collection ul.madeList li.line {
 font-size: 0px;
 line-height: 0px;
 clear: both;
 height: 1px;
 margin: 0px 0px 9px;
 float: none;
}

#collection p.manufacturerKv {
 margin: 0px 0px 10px;
 clear: both;
}

#collection p.manufacturerRead { padding: 0px 10px; }
#purchase .read {
 line-height: 1.5;
 padding: 3px 0px 20px;
 background: url(/img/parts/line_01.gif) repeat-x left bottom;
 margin: 0px 10px 10px;
}

#purchase .stepList {
 clear: both;
 margin: 0px auto 9px;
 width: 756px;
 background: url(/img/flow/arrow_01.gif) no-repeat 76px bottom;
 padding: 0px 0px 20px;
 line-height: 1.5;
}

#purchase .stepList .left {
 float: left;
 width: 167px;
}

#purchase .stepList .right {
 float: right;
 width: 568px;
}

#purchase .stepList h3 {
 background: url(/img/flow/title_01.gif) repeat-x left bottom;
 color: #0099f2;
 font-size: 1.45em;
 line-height: normal;
 padding: 0px 0px 5px 12px;
 margin: 0px 0px 7px;
}

#purchase .stepList p {
 margin: 0px 0px 7px;
 line-height: 1.5;
}

#purchase .stepList p.attention {
 border: 1px solid #f5a027;
 background: #fffceb;
 padding: 5px 7px;
}

#purchase .stepList p.attention strong {
 font-weight: bold;
 color: #fb0000;
}

#purchase .stepList ul.defaultList li { margin-bottom: 10px; }

#purchase .areaList { margin: 0px 0px 30px; }

#purchase .areaList .areaLIstTable {
 width: 755px;
 border: 1px solid #ababab;
 margin: 10px 0px 20px 10px;
}

#purchase .areaList .areaLIstTable th {
 background: #f6f6f6;
 font-weight: bold;
 color: #474747;
 padding: 10px 20px 10px 0px;
 text-align: right;
 line-height: normal;
 border-right: 1px solid #e3e3e3;
 width: 60px;
}

#purchase .areaList .areaLIstTable th.rightLine { border-left: 1px solid #ababab; }

#purchase .areaList .areaLIstTable td {
 padding: 10px;
 width: 268px;
}

#purchase .areaList .areaLIstTable td.line {
 font-size: 0px;
 line-height: 0px;
 background: url(/img/parts/line_01.gif) repeat-x;
 height: 1px;
 padding: 0px;
}

#purchase .areaList .areaLIstTable td a,
#purchase .areaList .areaLIstTable td a:visited { text-decoration: underline; }

#purchase .areaList .areaLIstTable td a:hover,
#purchase .areaList .areaLIstTable td a:visited:hover { text-decoration: none; }

#purchase .areaList span.line {
 font-size: 0px;
 line-height: 0px;
 background: url(/img/parts/line_01.gif) repeat-x left top;
 display: block;
 padding: 0px;
 clear: both;
 height: 3px;
 margin: 0px 10px;
}

#purchase .areaList .datail {
 margin: 0px 10px;
 background: url(/purchase/img/bg_01.gif) repeat-y;
 line-height: normal;
 clear: both;
}

#purchase .areaList .datail h3.title {
 float: left;
 width: 115px;
 border-top: 1px solid #e5e5e5;
 text-align: right;
 padding: 10px 10px 10px 0px;
}

#purchase .areaList .datail p.area {
 float: left;
 width: 610px;
 border-top: 1px solid #e5e5e5;
 padding: 8px 10px;
 font-size: 0.85em;
 line-height: 1.75;
}
#campaign .inner p.read {
 background: url(/img/parts/line_01.gif) repeat-x 0px bottom;
 padding: 0px 0px 20px;
 margin: 0px 0px 10px;
}
#campaign .innerChild {
 background: url(/img/parts/line_01.gif) repeat-x;
 padding: 20px 0px 0px;
 margin: 0px 0px 30px;
}
#campaign dl.bnrList dt {
 color: #f20000;
 background: #fff996;
 border: 2px solid #ffc845;
 line-height: normal;
 padding: 9px 10px 8px;
 font-weight: bold;
 margin: 0px 0px 10px;
}

#campaign dl.bnrList dd.bnr {
 font-size: 0px;
 line-height: 0px;
 margin: 0px 0px 5px;
}
#campaign dl.bnrList dd.spec {
 font-size: 77%;
 line-height: normal;
 background: url(/img/parts/line_01.gif) repeat-x left bottom;
 padding: 0px 0px 5px;
 font-weight: bold;
}
#campaign dl.bnrList dd.spec strong {
 font-weight: normal;
 font-size: 131%;
}
#campaign dl.bnrList dd.comment {
 font-size: 77%;
 line-height: normal;
 padding: 5px 0px 0px;
}

#info .main h2 {
 width: 582px;
 margin-top: 0px;
}

#info .infoLeft {
 width:592px;
 float:left;
}
#info .infoLeft p.date {
 line-height: normal;
 background: url(/img/parts/line_01.gif) repeat-x;
 margin: 10px 0px 7px;
 padding: 7px 10px 0px;
}

#info .infoLeft p.date span.day { float: left; }
#info .infoLeft p.date span.category {
 float: right;
 font-size: 77%;
}
#info .infoLeft p.date span.category strong { font-size: 138%; }


#info .infoLeft .entry {
 background: url(/img/parts/line_01.gif) repeat-x;
 padding: 10px 10px 20px;
 line-height: 1.75;
}

#info ul.navi {
 text-align:center;
 padding: 50px 0px 50px 200px;
 font-size: 116%;
}

#info ul.navi li {
 margin: 0px 3px 0px 0px;
 float:left;
}

#info ul.navi li a,
#info ul.navi li a:visited {
 line-height: normal;
 padding: 6px 10px;
 /padding: 6px 10px;
 color: #007eda;
 font-size: 97%;
 border: 1px solid #bebebe;
 font-weight: bold;
 display:block;
}

#info ul.navi li a:hover,
#info ul.navi li a:visited:hover {
 text-decoration:none;
 background: #E4E4E5;
 border: 1px solid #bebebe;
}

#info ul.navi li.current a {
 background: #007eda;
 font-weight: bold;
 color: #FFF;
 border: 1px solid #0c77c6;
}

#info .infoRight {
 width:172px;
 float:right;
}
#info .infoRight dl.menu {
 margin: 0px 0px 10px;
 border-top: 1px solid #d4d4d4;
 border-right: 1px solid #d4d4d4;
 border-left: 1px solid #d4d4d4;
}

#info .infoRight dl.menu dt {
 font-weight: bold;
 background: url(/img/news/bg_01.gif) no-repeat 0px center;
 padding: 7px 0px 7px 30px;
 line-height: normal;
 border-bottom: 1px solid #d4d4d4;
}
#info .infoRight dl.menu dd { border-bottom: 1px solid #d4d4d4; }
#info .infoRight dl.menu dd a ,#info .infoRight dl.menu dd a:visited{
 background: url(/img/news/arrow_01.gif) no-repeat 10px 0.8em;
 padding: 7px 0px 7px 30px;
 display: block;
}

#info .infoRight dl.menu dd a:hover,
#info .infoRight dl.menu dd a:visited:hover {
 background: #F6F6F6 url(/img/news/arrow_01.gif) no-repeat 10px 0.8em;
 text-decoration: none;
}


#voice .inner  { padding: 10px; }

#voice .inner p.read {
	background: url(/img/parts/line_01.gif) repeat-x 0px bottom;
	padding: 0px 0px 20px;
	margin: 0px 0px 10px;
}
#voice .innerChild p.readB { margin: 0px; }


#voice ul.voiceListA {
	position: relative;
	margin: 0px -10px 15px;
	width: 757px;
	background: url(/img/parts/line_01.gif) repeat-x left bottom;
	padding: 0px 0px 30px;
}

#voice ul.voiceListA li {
	float: left;
	border: 2px solid #ff8738;
	width: 230px;
	margin: 0px 5px 0px 10px;
	overflow: hidden;
}

#voice ul.voiceListA li dl dt {
	font-weight: bold;
	color: #FFF;
	background: #f26b01 url(/voice/img/bg_01.gif) repeat-x;
	border-bottom: 1px solid #c64f00;
	text-align: center;
	line-height: normal;
	padding: 10px 0px;
	font-size: 123.1%;
}

#voice ul.voiceListA li dl dd {
	clear: both;
	padding: 10px 0px 0px 10px;
}

#voice ul.voiceListA li dl dd strong.mainArea {
	font-size: 118%;
	line-height: normal;
	padding: 10px 0px 0px;
	display: block;
	float: left;
	width: 115px;
}

#voice ul.voiceListA li dl dd img.photo {
	border: 1px solid #d5d5d5;
	float: left;
	margin: 0px 7px 0px 0px;
}

#voice ul.voiceListA li dl dd strong.mainArea span.colorRed { color: #ed0000; }

#voice ul.voiceListA li dl dd strong.mainArea span.price {
	font-size: 161.6%;
	line-height: normal;
	color: #ED0000;
}

#voice ul.voiceListA li dl dd strong.mainArea span.price span { font-size: 50%; }

#voice ul.voiceListA li dl dd.comment {
	border: 1px solid #d5d5d5;
	margin: 10px;
	padding: 5px 0px;
}

#voice ul.voiceListA li dl dd.comment span {
	float: left;
	width: 65px;
	display: block;
	font-size: 77%;
	line-height: normal;
	text-align: center;
	padding: 5px 0px 0px;
}
#voice ul.voiceListA li dl dd.comment span img {
	clear: both;
	margin: 0px 0px 5px;
}


#voice ul.voiceListA li dl dd.comment strong {
	font-weight: normal;
	width: 140px;
	display: block;
	float: left;
}
#voice span.dotLine {
	background: url(/img/parts/line_01.gif) repeat-x left 6px;
	display: block;
	height: 18px;
}
#voice .mgb50 { margin: 0px 0px 50px; }

#voice table.voiceListB { margin: 0px 0px 5px; }


#voice table.voiceListB th  {
	width: 108px;
	margin: 0px;
	padding: 10px 0px 0px;
	overflow: hidden;
	vertical-align: top;
}
#voice table.voiceListB th img { float: left;
}
#voice table.voiceListB th span.textTypeA {
	color: #ff6900;
	float: left;
	width: 60px;
	padding: 3px 0px 0px 8px;
	font-weight: bold;
}
#voice table.voiceListB th span.textTypeB {
	color: #008de7;
	float: left;
	width: 60px;
	padding: 7px 0px 0px 8px;
	font-weight: bold;
}

#voice table.voiceListB td {
	margin: 0px 0px 0px 108px;
	background: url(/img/voice/bg_top.gif) no-repeat;
	padding: 10px 0px 0px;
	vertical-align: top;
	width: 623px;
}
#voice table.voiceListB td span.arrow {
	position: absolute;
	margin: 15px 0px 0px -10px;
	padding: 0px;
}

#voice table.voiceListB td span.text {
	padding: 0px 10px 0px 14px;
	display: block;
	margin: 0px;
	line-height: 1.25;
	min-height: 41px;
}
#voice table.voiceListB td span.bottomArea {
	font-size: 0px;
	line-height: 0px;
	background: url(/img/voice/bg_bottom.gif) no-repeat;
	clear: both;
	height: 10px;
	display: block;
}

/* フォーム完了ページ用装飾 */
/* complete */

#thanxMsg {
    text-align: center;
    line-height:1.6;
    margin:20px 0 32px;
}

#thanxMsg #copy {
    font-weight: bold;
    font-size: 1.6em;
    margin:0 0 24px 0;
}

#offerNo {
    width:80%;
    margin:40px auto;
    line-height:1.6;
    text-align: center;
    padding:32px;
    border:3px solid #f98989;
}

#offerNo span {
    font-size:140%;
    font-weight: bold;
}

#offerNo span#number {
    color:#ed2323;
    margin-left:32px;
}


#attentionList {
    background:#ededed;
    border:1px solid #ddd;
    padding:30px;
    line-height:1.6;
}


#attentionList dt {
    font-weight:bold;
    color:#ed2323
    margin:0 0 5px 0;
}


ul.attentionList {
    background:#eee;
    padding:8px 0 4px 24px;
    margin-bottom:16px;
}

ul.attentionList li {
    list-style-type : disc;   
    margin-bottom:4px;
    font-size:75%;
}

.offerBnr {
    width:728px;
    margin:0 auto 60px;
}

#contents_offer {
    width:960px;
    margin:0 auto;
}


#compWrap .ca-container {
    background:url(/img/offer/recom_bg.gif) left -3px repeat;
    height:650px;

}

#compWrap .ca-wrapper {
    width:900px;
    height:78%;
    margin:0 27px 0 33px;
}

.recpmExp {
    text-align: left;
    margin:0 30px 20px;
    line-height:1.5;
}

#compWrap .ca-item {
    width:300px;
    margin:0 3px 0 -3px;
    height:92%;
    text-align:left;
}

#compWrap .ca-item-main {
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
}

#compWrap .ca-item-main a,
#compWrap .ca-item-main a:hover {
    text-decoration: none;
    color:#333;
}

#compWrap .siteName {
    font-size: 140%;
    font-weight: bold;
    border-left:3px #88ad24 solid;
    padding:3px 0 3px 8px;
    margin:20px 0 12px;
}

#compWrap .ca-nav span.ca-nav-next {
  background-position: bottom left;
  left: auto;
  right: -40px;
}


#compWrap .ca-nav span {
  width: 60px;
  height: 61px;
  background: transparent url(/img/offer/i_paging.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: 20px;
  opacity: 1;
  left: -40px;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 100;
}


#compWrap .siteBtn{
    text-align: center;
    padding:4px 8px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    background: #f38e31;
}

#compWrap .siteExp {
    margin-bottom:20px;
    line-height:1.5;
}

#compWrap .siteBtn a {
    display:block;
    width:100%;
    padding:5px 0;
    text-decoration: none;
    color:#fff;

}

#compWrap .siteBtn a span{
    padding:3px 0 3px 20px;
    background:url(/img/offer/i_blank.png) left 3px no-repeat;
}


#compWrap .siteBtn a:hover {
    text-decoration: none;
    color:#fff;
}




