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

/* second.css */

#Contents {
	background-color:#FFFFFF;
}
#ContentsInner {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:40px 0 60px 0;
	overflow:hidden;
	position: relative;
}
#ContentsTitle {
	width:100%;
	padding-top:120px;
	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 {
	width:100%;
	height:140px;
}
#ContentsTitleInner h1 {
	width:1000px;
	margin:0 auto;
	padding-top:45px;
}
#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:14px;
	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;
}

/*-----------------------------
　　Nav
------------------------------*/

#NavWrapper {
	position:fixed;
	z-index:10000;
	margin-top:-4px;
}
#Header{
	height:40px;
	background:#fff;
}
#HeaderInner{
	width:1000px;
	margin:0 auto;
	position: relative;
}
#HeaderLogo {
	position:relative;
	float:left;
	z-index:1;
}
#HeaderLogo a{
	display:block;
	margin-top:12px;
}
#SpHeader{
	display:none;
}
#SubNavContainer {
	position:relative;
	height:32px;
	padding-top:6px;
}
#Nav li {
	margin:35px 20px 0 0;
}
#BtnEntry {
	padding-top:17px;
}
#NavTitle {
	position:absolute;
	top:12px;
	left:0;
}
#SubNav {
	position:absolute;
	top:5px;
	right:0px;
	list-style-type:none;
}
#SubNav li {
	float:left;
	margin-left:15px;
}
#SubNav li a {
	display:block;
    color: #666;
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
	font-family:TBChibiRGothicPlusK DB;
	background:url(../images/format/HeaderIconCircle.png) no-repeat left center;
    padding-left: 13px;
}
#SubNav li a:hover {
}
/*#SubNav li#SubNavPress a {
	width:87px;
}
#SubNav li#SubNavPress a:hover {
	background-position:0 -22px;
}
#SubNav li#SubNavMedia a {
	width:83px;
	background-position:-87px 0;
}
#SubNav li#SubNavMedia a:hover {
	background-position:-87px -22px;
}
#SubNav li#SubNavDownload a {
	width:113px;
	background-position:-170px 0;
}
#SubNav li#SubNavDownload a:hover {
	background-position:-170px -22px;
}
#SubNav li#SubNavVolunteer a {
	width:152px;
	background-position:-283px 0;
}
#SubNav li#SubNavVolunteer a:hover {
	background-position:-283px -22px;
}
#SubNav li#SubNavContact a {
	width:87px;
	background-position:-435px 0;
}
#SubNav li#SubNavContact a:hover {
	background-position:-435px -22px;
}*/
/*#SubNav li#SubNavMypage {
	display:block;
	width:118px;
	height:0;
	padding-top:40px;
	line-height:2em;
	background:url(/images/format/SubNav.png) no-repeat;
	background-position:-295px 0;
	overflow:hidden;
}*/
#SubNav li#SubNavMypage a {
	font-size:13px;
	color:#C92652;
	background-image:url(../images/format/HeaderIconMyPage.png);
}
#SubNav li#SubNavMypage a:hover {
	color:#E3757C;
}

#BtnLikeTweet {
	position:relative;
	top:10px;
	list-style-type:none;
}
/*#BtnLike {
	position:absolute;
	top:0;
	right:0;
}
#BtnTweet {
	position:absolute;
	top:0;
	right:70px;
}*/

#BtnLike {
	position:absolute;
	top:0;
	left:350px;
}
#BtnTweet {
	position:absolute;
	top:0;
  left: 420px;
}

/*-----------------------------
　　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;
}
