@charset "euc-jp";

/*====================================================
制作：2009.05.25　Ver1.0
修正：

　C-01：ページ全体
　C-02：共通設定
　C-03：個別ページ
	　C-03-01：雑誌商品一覧
	　C-03-03：検索結果一覧


=====================================================*/



/*----------------------------------------------------
　C-01：ページ全体
-----------------------------------------------------*/

.Box {
	display: block;
	padding: 0 2px;
}

.Title {
	display: block;
	width: 908px;
	height: 30px;
	margin-bottom: 18px;
	background-color: #313131;
}

/*ページ見出し*/
.Title h2 {
	float: left;
	display: block;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
}

#Products h2 {
	background:url(./../img/img2/c001-ttl-001.gif) left top no-repeat;
}

#SearchResult h2 {
	background:url(./../img/img2/c003-ttl-001.gif) left top no-repeat;
}

/*----------------------------------------------------
　C-02：共通設定
-----------------------------------------------------*/

/*商品を絞り込む*/
.segment {
	float: right;
	display: block;
	height: 30px;
	padding-right: 20px;
}
.segment p {
	float: left;
	display: block;

	line-height: 30px;
	padding-left: 20px;
	color: #fff;
}

.segment p a,
.segment p a:hover,
.segment p a:visited  {
	color: #fff;
	text-decoration: underline;
}

/*検索結果数 前へ 12345 次へ*/

#ListNumber {
	display: block;
	width: 908px;
	margin: 0;
	padding: 0;
}

#ListNumber p#ListText {
	margin: 0;
	padding: 3px 0 0 0;
	float: left;
	display: block;
	font-weight: bold;
}

#ListNumber ul {
	display: block;
	margin: 0;
	padding:0;
	float: right;
}

#ListNumber ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------
　C-03：個別ページ
-----------------------------------------------------*/


/* C-03-01：雑誌商品一覧
------------------------------------*/

/* C001:雑誌商品一覧 > 商品を絞り込む*/
#Products #BoxTop {
	margin: 0;
}

#Products #BoxTop dl dt {
	margin: 10px 0px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	background: url(./../img/img2/C001_icn_001.gif) left top no-repeat;
	font-weight: 900;
}

#Products #BoxTop dl dd {
	margin: 18px 0px;
}

#Products #BoxTop dl dd ul{
	margin: 13px 0 13px 0;

}
#Products #BoxTop dl dd ul li{
	display: inline;
	padding-left: 10px;
	margin: 0 10px 0 5px;
	line-height: 30px;
	background: url(./../img/img1/gnavi-list-001.gif) left 2px no-repeat;
}

#Products #BoxTop dl dd ul li a,
#Products #BoxTop dl dd ul li a:hover {
	color: #666;
	text-decoration: underline;
}

/* C001:雑誌商品一覧 > 検索結果一覧*/

ul#ListBox {
	display: block;
	margin:  5px 0;
	padding-top: 18px;
	width: 908px;
	border-bottom: 1px solid #d4d3d5;
	border-top: 1px solid #d4d3d5;
}

ul#ListBox  li {
	float: left;
	width: 159px;
	padding: 0 20px 25px 3px;
}

ul#ListBox li.right {
	padding: 0 0 25px 0;
}

ul#ListBox  li dl {
	width: 160px;
	border: 1px solid #bfbfbf;
	background-color: #f9f9f9;
}

ul#ListBox li dl dt {
	width: 153px;
	padding: 0 0 0 0;
}

#Products ul#ListBox li dl dt img {
	width: 150px;
	height: 150px;
	margin: 4px;
	border: 1px solid #bcbcbc;
}

ul#ListBox li dl dt p.title {
	line-height: 1.1em;
	padding: 5px 0 0 5px;
	font-weight: bold;
}

ul#ListBox li dl dd {
	width: 153px;
	padding: 5px 0px 0 5px;
}

ul#ListBox li dl dd p.price {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

ul#ListBox li dl dd p.price span {
	padding-left: 10px;
	font-weight: normal;
}

body:first-of-type ul#ListBox li dl dd p.price span{
	padding-left: 10px;
	font-weight: normal;
}


/* C-03-03：検索結果一覧
------------------------------------*/

/* C003:検索結果一覧 > 検索結果*/
#SearchResult #BoxTop {
	margin: 0;
}

#SearchResult #BoxTop dl dt {
	margin: 10px 0px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	background: url(./../img/img2/C001_icn_001.gif) left top no-repeat;
	font-weight: bold;
}

#SearchResult #BoxTop dl dd {
	margin: 18px 0px;
}

#SearchResult #BoxTop dl dd ul{
	margin: 13px 0 13px 0;

}
#SearchResult #BoxTop dl dd ul li{
	display: inline;
	padding-left: 10px;
	margin: 0 20px 0 15px;
	line-height: 30px;
	background: url(./../img/img1/gnavi-list-001.gif) left 2px no-repeat;
}

#SearchResult #BoxTop dl dd ul li a,
#SearchResult #BoxTop dl dd ul li a:hover {
	color: #666;
	text-decoration: underline;
}

/* C003:検索結果一覧 > 詳細検索*/
#mainCont_inner_mid_inner {
	width: 908px;
	border: 1px solid #ededed;
	background-color: #f7f7f7;
}

#mainCont_inner_mid_inner h2 {
	margin: 4px 0 0 10px;
	width: 888px;
	height: 18px;
	text-indent: -9999px;
	background: url(./../img/img2/C003_h2_001.gif) left top no-repeat;
}

#mainCont_inner_mid_inner #SearchArea_Box {
	width: 798px;
	padding: 10px 56px 5px 56px;
}

#mainCont_inner_mid_inner .SearchArea_left {
	float: left;
	width: 390px;
}

#mainCont_inner_mid_inner .SearchArea_left dl {
	float: left;
	width: 360px;
	padding: 10px 15px 0 15px;
	margin-bottom: 4px;
	background-color: #edecf0;
}

#mainCont_inner_mid_inner .SearchArea_left dl dt {
	float: left;
}

#mainCont_inner_mid_inner .SearchArea_left dl dd {
	float: right;
	margin-bottom: 10px;
}

#mainCont_inner_mid_inner #KeywordSearch dl dt {
	padding-top: 4px;
}

*html #mainCont_inner_mid_inner #KeywordSearch dl dt {
	padding-top: 6px;
}

*:first-child+html #mainCont_inner_mid_inner #KeywordSearch dl dt {
	padding-top: 6px;
}

#mainCont_inner_mid_inner #KeywordSearch dl dd select#category {
	width: 165px;
}

#mainCont_inner_mid_inner #KeywordSearch dl dd input#freeword-001 {
	width: 332px;
}


#mainCont_inner_mid_inner #PriceSearch dl dt {
	padding-top: 4px;
}
*html #mainCont_inner_mid_inner #PriceSearch dl dt {
	padding-top: 6px;
}
*:first-child+html #mainCont_inner_mid_inner #PriceSearch dl dt {
	padding-top: 6px;
}

#mainCont_inner_mid_inner #PriceSearch dl dd {
	padding: 0 0 0 10px;
}

#mainCont_inner_mid_inner #PriceSearch dl dd input#min-price,
#mainCont_inner_mid_inner #PriceSearch dl dd input#max-price {
	width: 60px;
	margin: 0 5px;
	text-align: right;
}

#mainCont_inner_mid_inner #IssueSearch dl dt {
	padding-top: 4px;
}
*html #mainCont_inner_mid_inner #IssueSearch dl dt {
	padding-top: 6px;
}
*:first-child+html #mainCont_inner_mid_inner #PriceSearch dl dt {
	padding-top: 6px;
}

#mainCont_inner_mid_inner #IssueSearch dl dd {
	padding: 0 0 0 10px;
}

#mainCont_inner_mid_inner #IssueSearch dl dd select#year {
	width: 90px;
	margin: 0 5px;
}

#mainCont_inner_mid_inner #IssueSearch dl dd select#issue {
	width: 70px;
	margin: 0 5px;
}

#mainCont_inner_mid_inner .SearchArea_right {
	float: right;
	width: 390px;
}

#mainCont_inner_mid_inner .SearchArea_right dl {
	float: right;
	width: 360px;
	padding: 5px 5px 0 5px;
	margin-bottom: 4px;
	background-color: #edecf0;
}

#mainCont_inner_mid_inner .SearchArea_right dl dt {
	float: left;
}

#mainCont_inner_mid_inner .SearchArea_right dl dd {
	float: right;
	margin-bottom: 10px;
}

#mainCont_inner_mid_inner #ProductCodeSearch dl dt {
	padding-top: 4px;
}
*html #mainCont_inner_mid_inner #ProductCodeSearch dl dt {
	padding-top: 6px;
}
*:first-child+html #mainCont_inner_mid_inner #ProductCodeSearch dl dt {
	padding-top: 6px;
}

#mainCont_inner_mid_inner #ProductCodeSearch dl dd input#freeword-002 {
	width: 280px;
	margin-top: 12px;
}

#mainCont_inner_mid_inner #LineOrder dl dt {
	padding-top: 4px;
}
*html #mainCont_inner_mid_inner #LineOrder dl dt {
	padding-top: 6px;
}
*:first-child+html #mainCont_inner_mid_inner #LineOrder dl dt {
	padding-top: 6px;
}

#mainCont_inner_mid_inner #LineOrder dl dd input#price,
#mainCont_inner_mid_inner #LineOrder dl dd input#productname,
#mainCont_inner_mid_inner #LineOrder dl dd input#update {
	margin: 5px 5px 0;
}

#mainCont_inner_mid_inner #SearchBox-002 {
	float:right;
	margin-top: 3px;
}

#mainCont_inner_mid_inner #SearchBox-002 input.searchButton {
	border: none;
	background: url(./../img/img2/c-btn-search.gif) no-repeat 0 0;
	width: 206px;
	height: 37px;
	margin-left: 6px;
}
#mainCont_inner_mid_inner #SearchBox-002 input.searchButtonOn {
	background: url(./../img/img2/c-btn-search_ov.gif) no-repeat 0 0;
}

/* C003:検索結果一覧*/
#SearchResult ul#ListBox {
	display: block;
	margin:  5px 0;
	padding: 18px 0 0 0;
	width: 908px;
	border-bottom: 1px solid #d4d3d5;
	border-top: 1px solid #d4d3d5;
}

#SearchResult ul#ListBox  li {
	float: left;
	width: 908px;
	height: 122px;
	margin: 5px 0;
	padding: 0 0 15px 0;
}

#SearchResult ul#ListBox li dl {
	width: 906px;
	height: 122px;
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
}

#SearchResult ul#ListBox li dl dt {
	float: left;
	width: 105px;
	padding: 0 0 0 0;
}

#SearchResult ul#ListBox li dl dt img {
	width: 102px;
	height: 102px;
	margin: 9px 0 9px 9px;
	border: 1px solid #bcbcbc;
}

#SearchResult ul#ListBox li dl dd {
	float: left;
	width: 536px;
	height: 114px;
	margin: 3px 0;
	padding: 5px 15px 0 15px;
	border-right: 1px dotted #907f88;
	line-height: 1.4em;
}

#SearchResult ul#ListBox li dl dd p.title {
	display:inline;
	line-height: 122%;
	padding: 5px 80px 0 0;
	font-weight: bold;
}

#SearchResult ul#ListBox li dl dd p.ippin {
	background: url(./../img/img1/index-icon-017.gif) right 1px no-repeat;
	overflow: visible;
}

#SearchResult ul#ListBox li dl dd div.caption {
	height:80px;
	display: block;
	overflow:auto;
	padding-top: 5px;
}

#SearchResult ul#ListBox li dl dd.price {
	float: right;
	width: 190px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	border-right: none;
}

#SearchResult ul#ListBox li dl dd.price span {
	padding-left: 10px;
	font-weight: normal;
}


