/* CSS Document */

/*===========================
■ 価格・ご購入
============================*/
.detail h3 {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
}

.PriceDL dl {
	font-size: 75%;
	margin: 5px 0;
	padding: 0;
	clear: both;
}
.PriceDL dl {

}
.PriceDL dt {
	maring: 0;
	padding: 0;
	width: 5em;
	float: left;
}
.PriceDL dd {
	maring: 0;
	padding: 0 0 0 6em;
	margin: 0;
}

/* 製品ブラウザ（横にパッケージ一覧） */
.LineupBrowser {
	width: 570px;
	padding: 5px 0 0 0;
	overflow: hidden;
	background: transparent url(img/price/lineupbrowser_bg_top.gif) no-repeat left top;
}
.LineupBrowser .Inner {
	width: 570px;
	padding: 0 0 0 0;
	overflow: visible;

	background: transparent url(img/price/lineupbrowser_bg.gif) repeat-y left top;
}
.LineupBrowser .Bottom {
	clear: both;
	width: 570px;
	padding: 0 0 10px 0;
	background: transparent url(img/price/lineupbrowser_bg_bottom.gif) no-repeat left bottom;
}

.LineupBrowser ul.LineupList {
	list-style: none;
	margin: 0;
	padding: 5px 10px 0;
	display: block;
	clear: both;
}
.LineupBrowser ul.LineupList li {
	width: 103px;
	margin: 0;
	padding: 0 3px;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
.LineupListPac {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
}
.LineupListText {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.LineupBrowser ul.LineupList li a,
.LineupBrowser ul.LineupList li a:link,
.LineupBrowser ul.LineupList li a:visited,
.LineupBrowser ul.LineupList li a:hover,
.LineupBrowser ul.LineupList li a:active {
	text-decoration: none;
	color: #000000;
	line-height: 120%;
}

.LineupBrowser h2 {
	font-size: 75%;
	padding: 0 10px;
	border: none;
}



/* 製品ラインナップ詳細 */
div.LineupDetail {
	width: 548px;
	border: 1px solid #C19D91;
	margin: 25px 0 5px;
	padding: 5px 10px;
	text-align: left;
}
.LineupDetail h2 {
	font-size: 112.5%;
	color: #000000;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 130%;
	border: none;
}
.LineupDetail h2 em {
	margin: 0 0 0 1em;
	border: none;
	font-style: normal;
	color: #FF6600;
	font-size: 80%;
}
.LineupDetail h3 em {
	margin: 0 0 0 0.5em;
	border: none;
	font-style: normal;
	color: #FF6600;
	font-size: 85%;
}
.LineupDetail p,
.LineupDetail li {
	font-size: 75%;
	color: #333333;
	line-height: 140%;
}
.LineupDetail ul {
	margin: 0 0 0.7em 0;
}
.LineupDetail p.AboutPriceTab {
	font-size: 75%;
	margin: 0 0 0.2em 0;
	padding: 5px 0 0 0;
	text-align: right;
	color: #5D5D5D;
}
.LineupDetail .ImageBox {
	float: left;
	width: 150px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}
.LineupDetail .ImageBox img {
	margin: 0 0 5px 0;
	padding: 0;
}
.LineupDetail .ImageBox .ImgCaption{
	font-size: 70%;
	margin: 0 0 5px 0;
	line-height: 130%;
}
.LineupDetail .UtilBox {
	float: right;
	width: 385px;
	margin: 0;/*
	_margin-top: -5px;*/
	padding: 4px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.LineupDetail .Price {
	width: 385px;
}
.LineupDetail .Price dl {
	width: 385px;
	clear: both;
	margin: 0;
	padding: 0;
}
.LineupDetail .Price dl dt {
	float: left;
	margin: 0;
	padding: 0 5px 0 15px;
	width: 100px;
	font-size: 75%;
	color: #5D5D5D;
	line-height: 140%;
}
.LineupDetail .Price dl dd {
	float: right;
	margin: 0;
	padding: 0 0 5px;
	width: 265px;
	font-size: 75%;
	color: #5D5D5D;
	line-height: 100%;
	text-align: left;
	font-weight: normal;
}
.LineupDetail .Price dl dd s {
	font-size: 100%;
	line-height: 100%;
	color: #5D5D5D;
	font-weight: normal;
}
.LineupDetail .Price dl dd strong {
	font-size: 133%;
	line-height: 100%;
	font-weight: bold;
	color: #990000;
}

.LineupDetail .ShopComment {
	width: 375px;
	padding: 5px 5px 0 5px;
	margin: 0;
	clear: both;
}
.LineupDetail .ShopInfo {
	background-color: #E4D5CF;
	width: 365px;
	padding: 0 10px 5px;
	margin: 0;
	clear: both;
	text-align: right;
}
.LineupDetail .ShopInfo p {
	color: #333333;
	margin: 0;
	padding: 0;
}
.LineupDetail .ShopComment p {
	color: #333333;
	margin: 0 0 0.4em 0;
	padding: 0;
}
.LineupDetail .ShopComment ul {
	color: #5d5d5d;
	margin: 0 0 0.4em 0;
	padding: 0;
}
.LineupDetail .ShopComment li {
	color: #5d5d5d;
}

.LineupDetail .ShopInfo p em {
	font-style: normal;
	color: #333333;
}
.LineupDetail .CartInForm {
	width: 365px;
	background-color: #E4D5CF;
	padding: 10px;
	margin: 0;
	color: #000000;
}
.LineupDetail .CartInForm p {
	color: #000000;
	margin: 0 0 0.4em 0;
}
.LineupDetail .CartInForm h4 {
	color: #000000;
	margin: 0 0 0.4em 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #FFFFFF;
}
.LineupDetail .CartInForm label {
	font-size: 75%;
	color: #000000;
	width: 365px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
.LineupDetail .CartInForm label span {
	font-weight: normal;
}
.LineupDetail .CartInForm select {
	font-size: 120%;
}

.CartInForm .GoCartBox {
	background-color: #F8F4F3;
	padding: 10px 0;
	margin: 5px 0 0 0;
	text-align: center;
	width: 365px;
}
.CartInForm .GoCartToo {
	background-color: #F8F4F3;
	padding: 5px;
	margin: 5px 0 0 0;
	text-align: left;
	width: 355px;
}
.CartInForm .GoCartToo label {
	margin: 0;
	width: 355px;
}

.RelatedInfo p {
	line-height: 140%;
	font-size: 75%;
}


div.PageTopLinenup {
	margin: 0;
	text-align: right;
	clear: both;
	display: block;
	width: 570px;
}
.checkboxRequiredState .checkboxRequiredMsg,
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg,
.textfieldRequiredState .textfieldRequiredMsg,
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
 {
	display: block;
	border: 1px solid #CC3333;
	padding: 3px;
	margin: 5px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color:#CC3333;
}

noscript p.Error {
	display: block;
	padding: 3px;
	margin: 5px 0 0 0;
	font-size: 75%;
	font-weight: normal;
	color: #5D5D5D;
	border: 1px solid #CC3333;
}

noscript p.Error em {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #CC3333;
	font-style: normal;
	display: block;
}


.MegaSupport {
	border: 1px solid #0099FF;
	background-color: #BFEBFF;
	width: 548px;
	padding: 5px 10px 10px;
	margin: 20px 0 0 0;
	text-align: left;
}
.MegaSupport h3 {
	font-size: 75%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
	color: #000000;
}
.MegaSupport .Pragraph {
	background-color: #E1F5FF;
	width: 538px;
	margin: 0;
	padding: 0 5px;
}
.MegaSupport .Pragraph h4 {
	font-size: 75%;
	margin: 0;
	padding: 10px 0 3px;
	display: block;
	color: #000000;
}
.MegaSupport .Pragraph p {
	font-size: 75%;
	margin: 0 1.5em 0.5em;
	padding: 0;
}


.AboutShop {
	border: 1px solid #666666;
	background-color: #cccccc;
	width: 548px;
	padding: 5px 10px 10px;
	margin: 20px 0 0 0;
	text-align: left;
}
.AboutShop h3 {
	font-size: 75%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
	color: #000000;
}
.AboutShop .Pragraph {
	background-color: #eeeeee;
	width: 538px;
	margin: 0;
	padding: 0 5px;
}
.AboutShop .Pragraph h4 {
	font-size: 75%;
	margin: 0;
	padding: 10px 0 3px;
	display: block;
	color: #000000;
}
.AboutShop .Pragraph p {
	font-size: 75%;
	margin: 0 1.5em 0.5em;
	padding: 0;
}

.CampaginBanner {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

.TabbedPanels {
	margin: 0px;
	padding: 0;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/*  タブ風ボタン */
.ContentInner .TabbedPanelsTabGroup {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	float: right;
	width: 395px;
	background: url(img/price/tab_bk.gif) no-repeat left bottom;
	display: block;
}

.ContentInner .TabbedPanelsTab {
	position: relative;
	top: 0;
	float: left;
	font-weight: normal;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align: center;
	border: none;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 3px 3px 0 0;
	width: 132px;
	height: 29px;
	font-size: 75%;
	line-height: 110%;
	background-repeat: no-repeat;
	background-image: url(img/price/tab_newuser.gif);
	background-position: 0 -66px;
}
.ContentInner .TabbedPanelsTab {
	font-size: 11px;
}
.ContentInner .TabbedPanelsTab.OneLine {
	line-height: 26px;
}
.ContentInner .TabbedPanelsTab#Tab1 {
	background-image: url(img/price/tab_newuser.gif);
	width: 105px;
	padding-left: 24px;
}
.ContentInner .TabbedPanelsTab#Tab2 {
	background-image: url(img/price/tab_vup.gif);
	width: 106px;
	padding-left: 22px;
}
.ContentInner .TabbedPanelsTab#Tab3 {
	background-image: url(img/price/tab_other.gif);
	width: 108px;
	padding-left: 21px;
}
.ContentInner .TabbedPanelsTabHover {
	background-position: 0 -33px;
}

.ContentInner .TabbedPanelsTabSelected {
	background-position: 0 0;
}

.ContentInner .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* タブ切り替えされるコンテンツ */
.ContentInner .TabbedPanelsContentGroup {
	clear: both;
	border: 0 none;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.ContentInner .TabbedPanelsContent {
	padding: 0;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.ContentInner .TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.ContentInner .VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.ContentInner .VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.ContentInner .VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.ContentInner .VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	margin: 0;
	width: 30em;
	height: 20em;
}
