@charset "UTF-8";
/* tmp */
#headerGdoBanner {
	position:absolute;
	right: 0;
	top: 3px;
}

/* second.css */

#Contents {
	background-color:#FFFFFF;
  padding-top: 128px;
}
#Contents.archive {
  padding-top: 0;
}
#ContentsInner {
	clear:both;
	width: 1000px;
	margin:0 auto;
	padding:40px 0 60px 0;
	overflow:hidden;
	position: relative;
}

#ContentsTitle {
	width:100%;
	background:url(/images/format/BgBeige.png) repeat;
}
#ContentsTitle.archive {
	width: auto;
	padding: 15px;
	text-align: center;
}
#ContentsTitle.archive img {
	max-width: 100%;
	vertical-align: middle;
}
#ContentsTitleInner {
	 background:url(/images/format/BgTitle.png) no-repeat top center;
	width:1100px;
	margin: auto;
	height:140px;
	padding-left: 30px;
}
#ContentsTitleInner h1 {
	padding-top:45px;
	font-size: 2.6rem;
	padding-bottom: 10px;
	text-indent: -3px;
	letter-spacing: 3px;
	font-family: "TBChibiRGothicPlusK DB";
}
#ContentsTitleInner span{
	color: #174965;
	letter-spacing: 2px;
	font-family: "TBChibiRGothicPlusK DB";
}

#ContentsMain {
	width:760px;
	float:right;
}
h2.MainTitle,
h3.MainTitle{
	clear:both;
	background:url(/images/faq/Line.png) repeat-x left top;
}
h2.MainTitle span,
h3.MainTitle span{
	display:block;
	margin-bottom:20px;
	padding:15px 10px;
	line-height:1.5em;
	background:url(/images/faq/Line.png) repeat-x left bottom;
	font-size:16px;
	font-weight:bold;
	color:#19587E;
}
h2.detailTitle,
h3.detailTitle {
	clear:both;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	padding:12px 10px 10px 0;
	background:url(/images/format/BgBrown.png) repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.1em;
}
h2.detailTitle span,
h3.detailTitle span {
	display:block;
	padding-left:35px;
	background:url(/images/format/IconArrow2.png) no-repeat 15px center;
}


/**
 * ヘッダー
 */
#globalHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*-----------------------------
　　ContentsNav
------------------------------*/

#ContentsNav {
	width:200px;
	position: absolute;
	list-style-type:none;
	font-size: 13px  ;
}
#ContentsNav li {
	margin-bottom:10px;
	line-height:1.5em;
	background:url(/images/format/IconArrow.png) no-repeat 10px center;
}
#ContentsNav a {
	display:block;
	padding:5px 5px 5px 25px;
	color:#333333;
}
#ContentsNav a.current {
	background:#FDF45B url(/images/format/IconArrow.png) no-repeat 10px center;
}
#ContentsNav a:hover {
	color:#666666;
}

/*-----------------------------
　　Class
------------------------------*/

ul.note {
	margin-top:5px;
	list-style-type:none;
	font-size: 13px     ;
	line-height:1.6em;
}

.StandardTable {
	clear:both;
	width:100%;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-collapse:collapse;
    border-spacing:0;
	margin:0 auto;
	line-height:1.6em;
	font-size: 13px  ;
}
.StandardTable th {
	width:160px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:10px;
	background:url(/images/format/BgLightBlue.png) repeat;
	vertical-align:middle;
	font-weight:bold;
	text-align:left;
}
.StandardTable td {
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:10px;
	vertical-align:middle;
	background-color:#FFFFFF;
}
.StandardTable td ol{
	margin-left:20px;
}
