@charset "Shift_JIS";


/* --------------------------------------------------------------------------------
   Import(Don't edit) 
-------------------------------------------------------------------------------- */

@import url("reset.css");
@import url("layout.css");
@import url("utility.css");


/* --------------------------------------------------------------------------------
   General Style
-------------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: none;
}

body {
	font-size: 12px;
	line-height: 1.4;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3";
	color: #333333;
	background: #c3cdd4;
}

a:link,
a:visited {
	color:#006699;
	text-decoration:none;
}
.link-u-line a:link,
.link-u-line a:visited {
	text-decoration:underline;
}

sup {
	font-size: 70%;
	line-height:1.4;
	vertical-align:text-top;
}


/* iPhone Layout
-------------------------------------------------------------------------------- */

#layout {
	background: #ffffff;
	text-align: center;
}


/* Header
-------------------------------------------------------------------------------- */

#header {
	height: 48px;
	padding: 0 5px 0 15px;
/* border-bottom: 1px solid #babbbd; */
	text-align: left;
}
#header #logo {
	float: left;
	width: 119px;
	padding: 14px 0 0;
}
#header #optional {
	float: right;
	margin: 0;
	padding: 5px 0 0;
}
#header #optional li {
	float: left;
	margin: 0 0 0 2px;
}


/* Contents
-------------------------------------------------------------------------------- */

#contents {
	text-align: left;
}
#contents .contents-inner {
}



/* Contetnt */
#layout div.content {
	display: none;
}


/* Footer
-------------------------------------------------------------------------------- */

#footer {
	text-align: left;
	font-size: 10px;
/*	border-top: 3px solid #d3dadf; */
}

#footer > div {
	padding: 10px 15px 15px;
}
#footer #sub-ft {
	border-top: 1px solid #cfd2d4;
	background: #e5e9ec;
}
#footer #main-ft {
	background: #c3cdd4;
}


/* Link Relations */

#footer ul.link-relations {
	text-align: center;
}
#footer #sub-ft ul.link-relations {
	margin: 20px -10px 0;
}
#footer #main-ft ul.link-relations {
	padding: 0 45px;
}
#footer ul.link-relations li {
	display: inline-block;
	margin-top: 5px;
	padding: 0 1px 0 5px;
	white-space: nowrap;
}
#footer ul.link-relations li:not(:first-child) {
	border-left: 1px solid #717477;
}
#footer ul.link-relations li a {
	text-decoration: underline;
	line-height: 1;
}
#footer #sub-ft ul.link-relations {
	font-size: 9px;
}


/* -- Sub Footer -- */

/* Search */

#footer #search {
	position: relative;
}
#footer #search input:first-of-type {
	vertical-align: middle;
	float: left;
	width: 213px;
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	text-indent: 0.5em;
	border: 1px solid #333333;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .3);
	-webkit-border-radius: 0;
}

#footer #search #frm-H-search input {
	color: #b3b3b3;
}
#footer #search #frm-H-search input:focus,
#footer #search #frm-H-search input.focused {
	color: #333333;
}

#footer #search button {
	position: absolute;
	left: 233px;
	top: 0;
	vertical-align: middle;
	width: 57px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	background: url(../img/general/btn_search.gif) left top no-repeat;
	padding: 0;
}

/* Notes */

#footer #notes-i {
	margin: 10px 0 0;
}
#footer #link-trade {
	margin: 5px 0 0;
}
#footer #link-trade a {
	text-decoration: underline;
	font-size: 11px;
}


/* -- Main Footer -- */

/* Copyright */

#footer #copyright {
	margin-top: 15px;
	font-size: 9px;
	text-align: center;
	color: #000000;
}



/* Swicher iPhone or Smartphone
-------------------------------------------------------------------------------- */

.switchCase_s {
	display: none;
}



/* Clear
-------------------------------------------------------------------------------- */

#header:after,
#layout #tabs:after,
#footer #search:after,
#footer #switch:after,
#footer #switch dd ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

