@charset "shift_jis";

/* ****************************************************
Title: money.css
Created: 2010-09-13
Last Modified: 2010-09-13
***************************************************** */


/* Table Of Contents
----------------------------------------

# content
# clearfix


----------------------------------------*/




/* # money
---------------------------------------------------------------------------- */


div#content div.moneyContent {
	background: url(../../common/images/bg_section.gif) repeat-y left top;
}

div#content div.moneyContent div.moneySection {
	background: url(../../common/images/bg_content.gif) no-repeat left bottom;
	margin-bottom: 10px;
	padding: 12px 15px 20px 15px;
}



ul#tabTitle {
	clear: both;
	padding: 0 0 0 13px;
	position: relative;
}

ul#tabTitle li {
	cursor: pointer;
	float: left;
	height: 43px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
}

ul#tabTitle li.tab01 {
	background: url(../images/tab01.jpg) no-repeat 0 0;
	width: 339px;
}

ul#tabTitle li.tab01Over,
ul#tabTitle li.tab01Stay {
	background: url(../images/tab01_o.jpg) no-repeat 0 0;
	width: 339px;
}

ul#tabTitle li.tab02 {
	background: url(../images/tab02.jpg) no-repeat;
	margin: 0;
	width: 342px;
}

ul#tabTitle li.tab02Over,
ul#tabTitle li.tab02Stay {
	background: url(../images/tab02_o.jpg) no-repeat;
	width: 342px;
}

div.tabContent {
	float: left;
	background: url(../../common/images/bg_section_top.gif) no-repeat left top;
	padding: 8px 10px 0 10px;
	margin-top: -2px;
}

div.hide {
	display: none; 
	overflow: hidden;
	width: 0; 
}

div.show {
	background: #fff; 
	clear: left;
	margin-top: 0;	
	position: relative;
	top: -1px;
	padding: 50px 5px 0 5px;
	width: 680px;
	z-index: 50; 
}	

body#money div#content div.sectionInner {
	padding: 0!important;
}



/* # clearfix
---------------------------------------------------------------------------- */

div#content div.section div.sectionInner div.mHeadSection,
div#contentInner div.sectionInfo ul.sectionContent,
div#content div.sectionInner table.moneyTable td ul,
ul#tabTitle,
div#content div.moneyContent div.moneySection   {
	zoom: 1;
}

div#content div.section div.sectionInner div.mHeadSection:after,
div#contentInner div.sectionInfo ul.sectionContent:after,
div#content div.sectionInner table.moneyTable td ul:after,
ul#tabTitle:after,
div#content div.moneyContent div.moneySection:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}



/* 2011/06/10 口座開設ページ用　　*/

div.leadTextBlock {
	padding: 2px 10px 3px 10px;
}

div.moneySection ul.button {
	text-align: center;
	padding: 7px 0 11px 0;
}

div.moneySection ul.button li {
	display: inline;
	padding: 0 17px 0 0;
}

div.moneySection ul.button li.buttonLast {
	padding: 0;
}

/* 2011/06/10 以下は何が正しくないのかよくわかりません　　*/

div.section ul.button {
	text-align: center;
	padding: 7px 0 11px 0;
}

div.section ul.button li {
	display: inline;
	padding: 0 17px 0 0;
}

div.section ul.button li.buttonLast {
	padding: 0;
}
