@charset "Shift_JIS";


/*------------------------------------------------------------
  search_main.css INDEX
  01.freeWordSearch
  02.conditionSearch
  03.result
  04.resultsNav
  05.resultsList
  06.detail
  07.note
------------------------------------------------------------ */


/*------------------------------------------------------------
  01.freeWordSearch
------------------------------------------------------------ */

#suntory_contents .e01 {
	font-size:.875em;
	font-weight:bold;
	line-height:1.5;
	color:#9c1e31;
	margin-bottom:6em;
}


#suntory_contents #freeWordSearch {
	margin-bottom:20px;
}
#suntory_contents #freeWordSearch h2 {
	margin-bottom:10px;
}
#suntory_contents #freeWordSearch .section {
	background:#fff;
	border:1px #f6eaeb solid;
	padding:6px 17px;
}
#suntory_contents #freeWordSearch input.textBox,
#suntory_contents #freeWordSearch input.txt {
	vertical-align:middle;
	border:1px #8aa5c3 solid;
	margin-right:20px;
	padding:2px;
	width:230px;
	font-size:.75em;
}

#suntory_contents #freeWordSearch input.formBtn {
	vertical-align:middle;
}


/*------------------------------------------------------------
  02.conditionSearch
------------------------------------------------------------ */
#suntory_contents #conditionSearch {
	margin-bottom:20px;
}
#suntory_contents #conditionSearch h2 {
	margin-bottom:10px;
}
#suntory_contents #conditionSearch .section {
	background:#fff;
	border:1px #f6eaeb solid;
	margin-bottom:1px;
	padding:6px 9px;
}


#suntory_contents #conditionSearch .section dl {width:100%;}
#suntory_contents #conditionSearch .section dl:after {
    content: ""; 
    display: block; 
    clear: both;
}
#suntory_contents #conditionSearch .section dl dt {
	width:119px;
	float:left;
}
#suntory_contents #conditionSearch .section dl dd {
	width:499px;
	float:right;
	font-size:.75em;
}
#suntory_contents #conditionSearch .section dl dd input {
	margin-right:5px;
}
#suntory_contents #conditionSearch .section dl dd label {
	margin-right:10px;
}

#suntory_contents #conditionSearch .section dl dd select {
	width:35%;
}

#suntory_contents #conditionSearch .btnContainer {
	margin:25px 0;
	text-align:center;
}


/*------------------------------------------------------------
  03.result
------------------------------------------------------------ */
#suntory_contents #result {
	margin-bottom:30px;
	text-align:center;
}
#suntory_contents #result h2 {
	font-size:1.25em;
	padding-bottom:5px;
	border-bottom:1px #f6edec solid;
}
#suntory_contents #result p {
	font-size:.875em;
	margin:5px 0 0 1em;
	vertical-align:middle;
}
#suntory_contents #result input.formBtn {
	margin-left:5px;
	vertical-align:middle;
}



/*------------------------------------------------------------
  04.resultsNav
------------------------------------------------------------ */
#suntory_contents .resultsNav {
	background:#fff;
	border:1px #f6eaeb solid;
	margin-bottom:8px;
	padding:6px 6px 6px 16px;
	font-size:.75em;
	line-height:1.5;
}
#suntory_contents .resultsNav { /zoom : 1; }
#suntory_contents .resultsNav:after { content : ''; display : block; clear : both; }

#suntory_contents .resultsNav.bottom {
	margin-bottom:40px;
}


#suntory_contents .resultsNav .sort {
	margin-bottom:.5em;
}
#suntory_contents .resultsNav .sort a {
	margin:0 6px;
}
#suntory_contents .resultsNav .sort a.current {
	text-decoration:underline;
}

#suntory_contents .resultsNav .sort span {
	margin:0 0 0 6px;
}

#suntory_contents .resultsNav .pageNav li {
	display:inline;
	margin:0 6px;
}

#suntory_contents .resultsNav .pageNav li.back a {
	background:url(../img/arrow_back.gif) no-repeat 0 center;
	padding-left:10px;
}
#suntory_contents .resultsNav .pageNav li.next a {
	background:url(../img/arrow_next.gif) no-repeat right center;
	padding-right:10px;
	
}

#suntory_contents .resultsNav .pageNav li a.current {
	text-decoration:underline;
}


/*------------------------------------------------------------
  05.resultsList
------------------------------------------------------------ */
#suntory_contents #resultsList {
	margin:0 0 10px 0;
	border-top:1px #f5e8ea solid;
	padding-bottom:0;
	background:url(../img/bg_result_list.gif) repeat-y 0 0;
}

#suntory_contents #resultsList ul {
	margin:0;	
	background:url(../img/bg_result_list_bottom.gif) no-repeat 0 bottom;
	
}
#suntory_contents #resultsList ul { /zoom : 1; }
#suntory_contents #resultsList ul:after { content : ''; display : block; clear : both; }

#suntory_contents #resultsList li {
	width:160px;
	float:left;
	border-bottom:1px #f5e8ea solid;
	margin:0 0 0 0;
}
#suntory_contents #resultsList li .fig {
	position:relative;
	text-align:center;
	width:159px;
	min-height:116px;
}
*html #suntory_contents #resultsList li .fig {
	height:116px;
}
#suntory_contents #resultsList li .fig p.flag {
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	left:114px;
}
#suntory_contents #resultsList li .fig p.type {
	margin:0;
	padding:0;
	position:absolute;
	top:62px;
	left:114px;
}
#suntory_contents #resultsList li .fig p.bottleImg {
	padding:10px 0;
}
#suntory_contents #resultsList li .fig p.body {
	padding:0 0;
}

#suntory_contents #resultsList li p.link {
	margin:10px;
	font-size:.625em;
	line-height:1.5;
}
#suntory_contents #resultsList li p.link a {
	background:url(../img/arrow_next.gif) no-repeat left .2em;
	padding-left:10px;
	display:block;
}
#suntory_contents #resultsList li p.spec {
	margin:0 10px 10px;
	font-size:.625em;
}

/*------------------------------------------------------------
  06.detail
------------------------------------------------------------ */

/* itemName */
#suntory_contents #itemName {
	margin-bottom:30px;
}
#suntory_contents #itemName h2 {
	font-size:1.25em;
	line-height:1.5;
	padding-bottom:5px;
	border-bottom:1px #f6edec solid;
}

/* itemData */
#suntory_contents .itemData {
	background:#fff;
	border:1px #f6eaeb solid;
	margin-bottom:20px;
	padding:24px 18px 24px 0;
}
#suntory_contents .itemData { /zoom : 1; }
#suntory_contents .itemData:after { content : ''; display : block; clear : both; }

#suntory_contents .itemData p {
	font-size:.875em;
	line-height:1.5;
	margin-bottom:30px;
}

#suntory_contents .itemImg {
	width:206px;
	float:left;
	text-align:center;
}
#suntory_contents .data {
	width:414px;
	float:right;
}

#suntory_contents .itemData .data table {
	border-collapse:collapse;
	background:url(../img/line_item_data.gif) repeat-x left top;
}
#suntory_contents .itemData .data table tr {
	background:url(../img/line_item_data.gif) repeat-x left bottom;
}
#suntory_contents .itemData .data table th {
	vertical-align:middle;
	padding:10px 48px 10px 0;
}
#suntory_contents .itemData .data table td {
	vertical-align:middle;
	padding:10px 0 10px 0;
	font-size:.875em;
}
#suntory_contents .itemData .data table td img {
	vertical-align:middle;
	margin-right:5px;
}

#suntory_contents .itemData .data .btnBrand {
	position:relative;
	margin:20px 20px 0;
	width:199px;
	height:30px;
}

#suntory_contents .itemData .data .btnBrand a {
	width:199px;
	height:30px;
	background:url(../img/btn_brand.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#suntory_contents .itemData .data .btnBrand a:hover {
	background:url(../img/btn_brand.gif) no-repeat 0 -30px;
}


/*------------------------------------------------------------
  07.note
------------------------------------------------------------ */
#suntory_contents .note {
	margin:1em 0 0;
}
#suntory_contents .note p {
	font-size:.625em;
	line-height:1.5;
}
#suntory_contents .note li {
	font-size:.625em;
	line-height:1.5;
	margin:0 0 0 1em;
	text-indent:-1em;
}