@charset "UTF-8";
/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

/*
				snipet
====================================================*/
/*テキスト寄せ*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*フロート*/
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

/*非表示*/
.hide {
  display: none;
}

/*表示*/
.show {
  display: block;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*引用*/
blockquote {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 2em;
}

blockquote:before,
blockquote:after {
  content: "”";
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bbb;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  width: 40px;
  height: 40px;
  position: absolute;
}

blockquote:before {
  text-align: left;
  top: 0px;
  left: 10px;
}

blockquote:after {
  text-align: right;
  bottom: 0px;
  right: 20px;
}

/*	table 	*/
table {
  border-collapse: collapse;
}

th, td {
  border: none;
}

/*
				Site Style
====================================================*/
/*----------------------link*/
a:link {
  color: #006cff;
  text-decoration: underline;
}

a:visited {
  color: #551A8B;
  text-decoration: underline;
}

a:hover {
  color: #5392d8;
  text-decoration: none;
}

a:active {
  color: #78a1d0;
  text-decoration: none;
}

/*----------------------layout*/
html {
  font-size: 62.5%;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

strong {
  font-weight: bold;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  background-color: #000;
}

/* Font settings */
button, input, select, textarea {
  font: 0.88em Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  color: #222;
}

/* =================
    Common Parts
================= */
#wrapper{
  background-color: #000;
}
#header{
  text-align: center;
}
.homeLogo{
  padding-top: 25px;
  padding-bottom: 23px;
}

.homeLogo img{
  width: 56%;
  height: auto;
}

.subLogo img{
  width: 88%;
  height: auto;
}

.subLogo{
  padding-top: 8px;
  padding-bottom: 26px;
}
.subPage{
  background: url(../images/sub_bg.jpg) no-repeat center top;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.mainNav li{
  border-top:1px solid #ffe100;
}
.mainNav li:last-child{
  border-bottom:1px solid #ffe100;
}
.mainNav li a{
  padding:18px 18px;
  display: block;
  position: relative;
}

.mainNav li a:after{
  content:"";
  background:url(../images/menu_mark.png) right center no-repeat;
  background-size: 21px 18px;
  width: 21px;
  height: 18px;
  position: absolute;
  top:50%;
  margin-top:-9px;
  right:18px;
}

.subNav{
  text-align: center;
}
.subNav li{
  display: inline-block;
  margin:12px;
}

#footer{
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffe100;
  color:#000;
  font-size:12px;
}
/* =================
    Top page
================= */
.topPage{
  background: url(../images/bg.jpg) no-repeat center top;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

/* =================
    Sub page
================= */
.contentTitle{
  /* padding-top: 26px; */
  padding-bottom: 17px;
  text-align: center;
}
.others p {
	padding-bottom:50px;
}

/* =================
    qa page
================= */

#qa {
	width:99%;
	text-align:left;
	margin:auto;
	overflow:hidden;
}

#qa .article {
	width:98%;
	margin:0 auto;
}

#qa h3 {
	background:#000 ;
	color:#ffe100 ;
	margin-bottom:10px;
	padding:8px 8px 8px 30px;
	font-size:14px;
	text-indent:-15px;
	line-height:150%;
}

#qa .article_body {
	padding:15px;
	background: url(../../common/images/news/fram_bottom_long.png) bottom center no-repeat;
	margin-bottom:30px;
	margin-top:0;
}

#qa .article .a_txt {
	padding-left:15px;
	padding-bottom:30px;
	font-size:12px;
	text-indent:-10px;
	color:#FFFFFF;
	line-height:150%;
}

#qa .article .a_txt a {
	color:#FFFFFF;
}

#qa p {
	padding:0;
	margin:0;
}

#qa p.top {
	padding:0;
	margin:-10px 0 0 0;
}

/* =================
    access page
================= */

#access {
	width:99%;
	text-align:left;
	margin:auto;
	overflow:hidden;
}

#access a {
	color:#FFF;
}

#access .article {
	width:98%;
	margin:0 auto;
}

#access h3 {
	background:#000 ;
	color:#ffe100 ;
	margin-bottom:10px;
	padding:8px 8px 8px 30px;
	font-size:14px;
	text-indent:-15px;
	line-height:150%;
}

#access .article_body {
	padding:15px;
	background: url(../../common/images/news/fram_bottom_long.png) bottom center no-repeat;
	margin-bottom:30px;
	margin-top:0;
	color:#FFFFFF;
}

#access .article .a_txt {
	padding-left:15px;
	padding-bottom:30px;
	font-size:12px;
	text-indent:-10px;
	color:#FFFFFF;
	line-height:150%;
}

#access .article .a_txt a {
	color:#FFFFFF;
}

#access p {
	padding:0;
	margin:0;
	font-size:12px;
}

#access p.txt {
	padding-left:15px;
	padding-bottom:30px;
	font-size:12px;
	color:#FFFFFF;
}


#access .article_body table {
	width:100%;
	background:#FFFFFF;
	border-collapse: separate;
	border-spacing: 1px;
}

#access .article_body table td {
	padding:5px 10px;
	background:#313131;
	color: #FFF;
	font-size:12px;
}

#access .article_body table th {
	padding:5px 10px;
	text-align:center;
	background:#b5a000;
	font-size:12px;
}

#access .article_body p {
	padding:10px;
	line-height:150%;
}

#access .article_body table td.td01 {
	width:30px;
}