@charset "UTF-8";

@import url(../../shared/css/import.css);
@import url(../../shared/css/section/thickbox.css);

#main {
    margin-top: 10px;
    margin-bottom: 50px;
    float: left;
    width: 650px;
}

#main #summary {
    position: relative;
    width: 650px;
}

#main #summary p {
    font-size: 123.1%;
    font-weight: bold;
}

#main #summary ul {
    position: absolute;
    top: 5px;
    right: 0;
}

#main h2 {
    margin-bottom: 25px;
}

#main .Section {
    margin: 50px 0 30px;
}


#sub {
    float: right;
    width: 260px;
}

#sub div {
    background: url(../../shared/img/bg_cnr_btm260.png) no-repeat left bottom;
}

#sub #apiMethod h2 {
	width: 260px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
    background: url(../img/ttl_sub.png) no-repeat left top;
}

#sub #apiMethod dl {
	padding: 0 5px 10px;
}

#sub #apiMethod dl dt {
	visibility: hidden;
	/*
	padding: 12px 0 5px 15px;
	font-weight: bold;
	*/
}

#sub #apiMethod dl dd {
	padding-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
}

#sub #apiMethod dl dd.Last {
	border-bottom: 0;
}

#sub #apiMethod dl dd li a {
	display: block;
	line-height: 2;
	height: 1%;
	padding-left: 40px;
	background: url(../../shared/img/icon_arrow01.png) no-repeat 20px center;
	color: #333;
	text-decoration: none;
}

#sub #apiMethod dl dd li a:hover,
#sub #apiMethod dl dd li.Current a {
	background-color: #F1F4E1;
}



#main.Top .Section ul.IconTtl {
    overflow: hidden;
    width: 650px;
}

#main.Top .Section ul.IconTtl li {
    float: left;
    width: 310px;
    padding: 7px 30px 7px 0;
}

#main.Top .Section ul.IconTtl li.Last {
	padding-right: 0;
}

#main.Top .Section h3 {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 123.1%;
    line-height: 1.4;
    width: 310px;
}

#main.Top .Section h3 img {
    float: left;
    padding-right: 7px;
}

#main.Top .Section h3 span {
    display: block;
    float: left;
    padding-top: .5em;
}

#main.Top #history dl {
	padding: 20px 20px 10px;
    border: 1px solid #E0DFE3;
    background-color: #F1EFE2;
}

#main.Top #history dl dt {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 5px;
}

#main.Top #history dl dd {
	padding-bottom: 20px;
}

#main.Top #history dl dd li {
	margin-left: 2em;
	list-style-type: disc;
}



#main.Method .Ttl h3 {
    font-size: 182%;
    margin-bottom: 1em;
}

#main.Method .Ttl li {
  list-style-type:disc;
  margin-left:2em;
}

#main.Method .Section h4 {
	margin-bottom: 10px;
	padding: 3px 15px;
    font-size: 108%;
    background-color: #DAE9A5;
}

#main.Method .Section pre {
	padding: 15px;
	border: 1px solid #A5ACB2;
	width: 618px;
	overflow-x: auto;
	overflow-y: hidden;
}

#main.Method .Section pre.Short {
}

#main.Method .Section span.Required {
	color: #f00;
	padding-left: 5px;
}

#main.Method .Section strong {
	font-weight: bold;
}


#main.Method .Section table {
	border: 1px solid #A5ACB2;
    border-top: 0;
}

#main.Method .Section table th,
#main.Method .Section table td {
	padding: 5px 10px;
    text-align: justify;
    border-top: 1px solid #A5ACB2;
    border-left: 1px solid #A5ACB2;
}

#main.Method .Section table th {
	background-color: #ECF4D2;
	white-space: nowrap;
    font-weight: bold;
}



