@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body.lang-ja {
	color: #4D4D4D;
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, Helvetica, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;
	font-size: 13px;
}

body.lang-en {
	color: #4D4D4D;
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, Helvetica, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;
	font-size: 13px;
}

body.lang-zh {
	color: #4D4D4D;
	font-family: SimSun, SimHei, MingLiU, Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, Helvetica, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;
	font-size: 13px;
}

h1.agree-policy-title {
	text-align: center;
}

div.input-section, div.note-section {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px 0;
	margin: 0 auto 30px;
	width: 970px;
	position: relative;
}

div.section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

h2 {
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.5em;
	margin: 10px 0 20px;
	text-indent: 0.4em;
	margin: 0 16px;
}

li {
    list-style: none outside none;
}

ul.faq-list {
	width: 960px;
	margin: 0 auto;
}

ul.faq-list li {
	float: left;
	margin: 10px 24px;
	width: 272px;
}

ul.faq-list li h4 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #AAAAAA;
}

ul.faq-list li p {
	font-size: 12px;
	padding: .5em 0 0;
	margin-bottom: 10px;
}

div.section {
	width: 980px;
	position: relative;
	margin: 0 0 30px 0;
}

div.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


#attention-message {
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	width: 800px;
}

#attention-message p {
	margin: 30px;
}

#attention-message pre {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 650px;
}

#attention-message-frame-small {
	margin: auto;
	border: 3px solid;
	width: 950px;
	height: 170px;
	font-size:19px;
}

#attention-message-frame-big {
	margin: auto;
	border: 3px solid;
	width: 950px;
	height: 230px;
}

#top-text-message {
	margin-top: 10px;
	margin-left: 20px;
}

#inquiry-info-text-message {
	margin-top: 10px;
	font-size: smaller;
/* 	width: 66%; */
}

div.msg {
	border-width: 1px;
	border-style: solid;
	margin: 10px auto;
	width: 900px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 64px;
}

div.msg p, div.msg h3 {
	margin: 10px 5px;
    font-weight: bold;
    line-height: 23px;
}

div.msg ul {
	margin-bottom: 10px;
}

div.msg ul li {
	margin: 0 5px 0 70px;
}

div.msg span.icon {
    background: url("images/cmm-icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    margin: 20px;
    width: 25px;
}

div.info-msg {
	background-color: #EFF9FF;
	border-color: #1166BB;
	color: #1166BB;
}

div.info-msg span.icon {
	background-position: 0 0;
}

div.notify-msg {
	background-color: #FFFFDD;
	border-color: #FC9A1E;
}

div.notify-msg span.icon {
	background-position: 0 -50px;
}

div.conf-msg {
	background-color: #efffef;
	border-color: #267507;
	color: #267507;
}

div.conf-msg span.icon {
	background-position: 0 -25px;
}

div.error-msg {
	background-color: #FFF9F0;
	border-color: #FF0000;
	color: #FF0000;
}

div.error-msg span.icon {
	background-position: 0 -75px;
}

div.msg > dl {
	clear: both;
	width: 880px;
	margin: 10px auto;
}

div.msg > dl dt, div.msg > dl dd {
	float: left;
	border-top: 1px dotted;
	padding: 10px 0;
}

div.msg > dl > dt {
	clear: left;
	width: 200px;
}

div.msg > dl > dd {
	width: 680px;
}

div.article {
	margin: 10px;
}

/* specific trade */
body.specific-trade #content {
	margin: 30px 0;
}


body.specific-trade #main {
	width: 980px;
	min-height: 768px;
	margin: 0 auto;
}

/* clear fix */
body.specific-trade #main:after, .section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

body.specific-trade #container {
	background-color: #ffffff;
}

body.specific-trade div.section {
	width: 980px;
	position: relative;
	margin: 0 0 30px 0;
}

body.specific-trade div.section h2  {
	color:#0070c0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.5em;
	margin: 10px 0 20px;
	text-indent: .4em;
}

body.specific-trade #content-title {
	min-height: 93px;
	padding: 10px 0;
	text-align: center;
}

body.specific-trade #content-title h2 {
	color:#0070c0;
	border-style:none;
	font-size: 1.77em;
}

body.specific-trade #content-title p {
	line-height: 1.5em;
	display: inline-block;
	width: 70%;
}

.agree-policy p.heading1 {
	font-size:18px;
	font-weight: bold;
}

.agree-policy p.heading1 span {
	margin-right: 10px;
}

.agree-policy p.content1 {
	margin-left: 10px;
}

.agree-policy p.content2 {
	margin-left: 5px;
	text-indent:-2.3em;
	padding-left:2em;
}

.agree-policy p.content2 span {
	margin-right: 10px;
}

.agree-policy p.content3 {
	margin-left: 0px;
	text-indent:-1.3em;
	padding-left:1em;
}

.agree-policy p.content3 span {
	margin-right: 10px;
}

/* simple borderd-table */
table.simple-bordered {
	width:100%;
	empty-cells: show;
	border-spacing: 0;
	*border-collapse:collapse; /* for IE7 */
	margin: 20px auto;
}

table.simple-bordered th {
	width: 150px;
}

table.simple-bordered th,
table.simple-bordered td {
	padding: 2px 5px;
	background-color: #f2f2f2;
	border-color: #ddd;
	border-style: solid;
	border-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	line-height: 20px;
}

table.simple-bordered th:first-child,
table.simple-bordered td:first-child {
	border-left-width: 1px;
}

table.simple-bordered tr:first-child th,
table.simple-bordered tr:first-child td {
	border-top-width: 1px;
}

p.description {
	margin: 1em;
	margin-top: 0;
}

/* footer */
ul.global-links {
	text-align: center;
	background-color: #f2f2f2;
}
ul.global-links li {
	display: inline-block;
	*display: inline; /* for IE7 */
	*zoom: 1;
	padding: 5px 10px;
	color: #808080;
}

ul.global-links li a:link,
ul.global-links li a:visited {
	color: #4D4D4D;
}

ul.global-links li a:hover {
	text-decoration: underline;
}

ul.global-links a {
	text-decoration: none;
}

ul.global-links a:link, a:visited {
	color: #0073EA;
	font-weight: normal;
}

a.ext-link {
	background: url('images/icon3.png') no-repeat right transparent;
	padding-right: 16px;
}
