@charset "utf-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica','ＭＳ Ｐゴシック',sans-serif;
	background-color: #ffffff;
	vertical-align: top;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
/*	width: 760px;*/
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

:focus{
	outline: 0;
}

.center{
	text-align: center;
}

strong {
	color: #CC3333;
}

/*	Add-on notice
div.notice {
	background-color: #ffefd5;
	color: #CC3333;
	font-weight: bold;
	margin: 10px 5px;
	padding: 3px 5px;
}

dl {
	margin: 0 0 50px 40px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}
*/

/*__________________________________________________

  breadcrumb
  __________________________________________________*/

#breadcrumb {
	margin: 0;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/*__________________________________________________

  movie
  __________________________________________________*/

.mv {
	margin: 10px 5px;
	padding: 0 0 10px 0;
	text-align: center;
}

.mv iframe {
	width: 560px;
	height: 315px;
}

@media only screen and (orientation:portrait) {
	.mv iframe {
		width: 300px;
		height: 168px;
	}
}

@media only screen and (orientation:landscape) {
	.mv iframe {
		width: 460px;
		height: 259px;
	}
}

/*__________________________________________________

  variation control
  __________________________________________________*/

.en {
	background-color:#CCFF99;
/*	display:none;*/
}

.jp {
	background-color:#FFCCCC;
/*	display:none;*/
}

/*__________________________________________________

  link
  __________________________________________________*/

a:link {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #6699CC;
	text-decoration: none;
}

/*__________________________________________________

  base
  __________________________________________________*/

#wrapper {
	margin: 0;
	padding: 0;
}

/* container */
#container {
	float: left;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
}
/*__________________________________________________

  header
  __________________________________________________*/

#help_title {
	padding: 0;
	margin: 0;
	background: #ffffff;
}

#headerlogo {
	width:50%
}


/*__________________________________________________

  right
  __________________________________________________*/

#right {
/*	width: 530px;*/
	float: right;
	overflow: hidden;
	position: absolute;
/*	left: 230px;*/
	margin: 0;
	padding: 0;
	background: #ffffff;
}

/*__________________________________________________

  left
  __________________________________________________*/

#left {
	/*	width: 230px;*/
	/* [disabled]float: left; */
	margin: 0;
	padding: 0;
}

#left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*__________________________________________________

  left - toc
  __________________________________________________*/

#left #toc {
	margin: 15px 0;
	padding: 0;
}

/*
#left #lnav dt, dd {
	margin: 0;
	padding: 0;
	cursor:pointer;
}

#left #lnav dd ul.lnav_in {
	margin: 0 0 4px 0;
	padding: 0 0 0 3px;
	display: none;
}

#left #lnav dd ul.lnav_in li {
	margin-top: 0;
	margin-bottom: 0;
}

img.menu {
	width: 205px;
	height: 50px;
	cursor: pointer;
}

img.submenu {
	width: 200px;
	height: 35px;
	cursor: pointer;
	position: relative;
}
*/

/* TOC for iPhone */

#toc ul {
	max-width: 100%;
	margin: 3px 10px 5px 10px;
	padding: 0;
	list-style: none;
	text-align: left;
	border: 1px solid #c5d8e7;
	background-color: #f6faff;
	-webkit-border-radius: 10px;
}

#toc ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c5d8e7;
	background: url(../img/toc_more.png) no-repeat 95% center;
}

#toc ul li.noborder {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#toc ul li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #696969;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#toc ul li a:hover{
	color: #6699CC;
	background-color: #efefef;
}

#toc h5 {
	margin: 6px 5px 0 15px;
	color: #666666;
	font-size: 100%;
}

/*__________________________________________________

  footer
  __________________________________________________*/

#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}

#footer address{
	font-style: normal;
	font-size: 80%;
	text-align: center;
	margin: 5px 0;
}

/*__________________________________________________

  return
  __________________________________________________*/

.return {
	margin: 5px 15px;
	padding: 0;
	font-size: 80%;
	text-align: right;
}

.return a:link {
	background-color: transparent;
	color: #004fa3;
	text-decoration: underline;
}

.return a:visited {
	background-color: transparent;
	color: #004fa3;
	text-decoration: underline;
}

.return a:active {
	background-color: transparent;
	color: #004fa3;
	text-decoration: underline;
}

.return a:hover {
	background-color: transparent;
	color: #6699CC;
	text-decoration: none;
}

/*__________________________________________________

  image
  __________________________________________________*/

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

@media screen and (max-device-width: 480px) {
	img {
		max-width: 100%;
	}
}

p.link img {
	vertical-align: baseline;
}

img.screen {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.mark {
	vertical-align: middle;
	margin-left: 5px;
}

/*__________________________________________________

  topic
  __________________________________________________*/

.help-content {
	margin: 0;
	padding: 0;
	width: 100%;
	/*width: 760px;*/
}

@media only screen and (orientation:portrait) {
	.help-content {
		width: 320px;
	}
}

@media only screen and (orientation:landscape) {
	.help-content {
		width: 480px;
	}
}

.help-content h2 {
	font-family:'Furuta', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica','ＭＳ Ｐゴシック',sans-serif;
	margin: 20px 0 15px 0;
	text-align: center;
	line-height: 1em;
	padding: 10px 10px 0 0;
	font-size: 120%;
	font-weight: bold;
	font-stretch: condensed;
	color: #4682b4;
	background-image: url(../img/title_line.png);
	background-size: 100% 8px;
	background-position: top;
	background-repeat: no-repeat;
}

@media screen and (max-device-width: 480px) {
	.help-content h2 {
		font-size: 100%;
	}
}

.help-content h3 {
	margin: 10px 5px 20px 5px;
	font-size: 100%;
	color: #555555;
	background-color: #f5f5f5;
	padding: 2px 10px;
	border:solid 1px #e0e0e0;
}

.help-content h4 {
	margin: 15px 3px 7px 10px;
	padding-left: 7px;
	color:#555555;
	border-bottom: dotted 2px #e0e0e0;
}

.help-content h5 {
	margin: 15px 5px 3px 15px;
	color: #666666;
	font-size: 100%;
}

.help-content p {
	margin: 0 15px;
	line-height: 1.5em;
	font-size: 0.9em;
}

.help-content ol,ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
}

.help-content ol, ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.help-content ol.serial, ul.serial {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.help-content dl {
	margin: 0 0 0 15px;
}

.help-content dl dd {
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
}

.help-content dl dt {
	margin-top: 7px;
	line-height: 1.5em;
	font-size: 0.9em;
}

.item {
	font-weight:bold;
}

p.link {
	padding: 2px 20px;
	text-indent: -1em;
	font-size: 90%;
}

div.column {
	margin: 15px 0px 10px 10px;
	padding: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px #cccccc solid;
}

ul{
	padding-left:10px;
}

sup {
	margin-right: 2px;
	margin-left: 1px;
}

p.supplement {
	padding: 2px 20px;
	text-indent: -1em;
	font-size: 90%;
}

/*__________________________________________________

  table
  __________________________________________________*/

table.layout {
	border-style: none;
	border-spacing: 0px;
	margin: 5px;
}

table.layout td {
	vertical-align: middle;
	padding: 0px 2px;
}

table.list {
	border-style: solid;
	border-spacing: 0px;
	margin: 10px;
	border-collapse: collapse;
	border-color: #ccc;
}

table.list th {
	vertical-align: middle;
	vertical-align: top;
	padding: 7px;
	border-color: #ccc;
	font-weight: bold;
	background: #F1F0EE;
}

table.list td {
	vertical-align: middle;
	padding: 4px;
	border-color: #ccc;
	line-height: 1.5em;
}

/*__________________________________________________

  more
  __________________________________________________*/

img.btn {
	cursor: pointer;
}

#more_contents, #more_contents2 {
	display: none;
}

#more, #more2, #more_contents, #more_contents2 {
	margin: 0;
	padding: 5px 0;
}

#more_contents dl, #more_contents2 dl {
	margin: 10px 0 0 30px;
}
