@CHARSET "UTF-8";


/* GENERAL
-----------------------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 0.9em;
}
select,input,button,textarea{
    font:99% arial,helvetica,clean,sans-serif;
}
table{
    font-size:inherit;font:100%;
}
pre,code,kbd,samp,tt{
    font-family:monospace;*font-size:108%;line-height:100%;
}
img, a img {
    border: none;
}

/*=============================================================================

    BASE

=============================================================================*/
body{
    margin: 0;
    padding: 0;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 0.9em;
}
select,input,button,textarea{
    font:99% arial,helvetica,clean,sans-serif;
}
table{
    font-size:inherit;font:100%;
}
pre,code,kbd,samp,tt{
    font-family:monospace;*font-size:108%;line-height:100%;
}
img, a img {
    border: none;
}


/*=============================================================================

    LAYOUT

=============================================================================*/
#header, #content, #footer {
    width: 100%;
    margin: 0;
}
#header, #content, #footer, .inner {
    position: relative;
}


/*=============================================================================

    HEADER

=============================================================================*/
#header {
    border-bottom: 4px solid #0063a2;
}
#header .inner * {
    margin: 0;
    padding: 0;
}

/*=============================================================================

    CONTENT

=============================================================================*/
#content {
    margin-bottom: 20px;
}

#page-title {
	margin: 0 0 20px;
	padding: 0;
    line-height: 1.3;
    font-size: 1.5em;
    font-weight: normal;
}
#page-title span {
    display: block;
}
#page-title .pt-header {
	height: 15px;
}
#page-title .pt-footer {
    height: 15px;
}


/*=============================================================================

    PAGE TOP

=============================================================================*/
#pagetop p {
    text-align: right;
}


/*=============================================================================

    FOOTER

=============================================================================*/
#footer {
    border-top: 1px solid #ccc;
}
#footer p {
    text-align: center;
}

/*=============================================================================

    CLASS

=============================================================================*/
.hide {
    display: none;
}
.clear {
    clear: both;
}
.inner-pc::after,
.inner-sp::after,
.postlist p::after,
.clearfix::after,
.cf::after {
    height: 0;
    visibility: hidden;
    content: '.';
    display: block;
    clear: both;
}
.img-width img {
	width: 100%;
	height: auto;
}
.table-wrap {
	width: 100%;
	overflow-x: auto;
}


/*=============================================================================

    SAIYOU

=============================================================================*/

.textbody {
    line-height: 1.5;
}

/*  テーブル標準
-------------------------------------*/
.textbody table, .textbody th, .textbody td {
	border: 1px solid #bbb;
}
.textbody table {
    border-collapse: collapse;
}
.textbody th, .textbody td {
    padding: 10px;
}
.textbody th {
    background: #ddd;
}

/*  データ表示用テーブル
-------------------------------------*/
.textbody table.data-tbl th {
    white-space: nowrap;
}

/*  データ表示用表内のレイアウト用テーブル
-------------------------------------*/
.textbody table.in-tbl, .textbody table.in-tbl th, .textbody table.in-tbl td {
	border: none;
	background: transparent;
}
.textbody table.in-tbl th, .textbody table.in-tbl td {
	padding: 0 0 8px 0;
}
.textbody table.in-tbl tr:last-child th, .textbody table.in-tbl tr:last-child td {
    padding-bottom: 0;
}
.textbody table.in-tbl th {
	padding-right: 5px;
    text-align: right;
    font-weight: inherit;
}

.textbody .submit {
	text-align: center;
}
.textbody .submit input {
    padding: 10px 20px;
}

/*  リンクボタン
-------------------------------------*/
a.btn {
  width:300px;
  color:#ffffff;
  background:#337fcc;
  font-size:28px;
  font-weight:bold;
  text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #225588;
  padding:12px 0 8px 0;
  border-radius:5px;
  background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
  box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
}
a.btn:hover {
  background:-moz-linear-gradient(rgba(34,85,136,0.4), rgba(34,85,136,0.9));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.4)), to(rgba(119,170,221,0.9)));
}

/*  デバイス切り替え
-------------------------------------*/
.pc-switcher {
	clear: both;
	text-align: center;
	margin: 1.4em auto;
}
.pc-switcher a,
.pc-switcher span {
	padding: 0.4em 8%;
	text-align: center;
	border: 1px solid #0059A8;
	border-left: none;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}
.pc-switcher a {
	background-color: #0074DA;
}
.pc-switcher a:hover {
	background-color: #0059A8;
}
.pc-switcher span.active {
	background-color: #00305C;
}
.pc-switcher a:first-child,
.pc-switcher span:first-child {
	border-left: 1px solid #0074DA;
	-webkit-border-radius: 2.4em 0 0 2.4em;
	-moz-border-radius: 2.4em 0 0 2.4em;
	border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child,
.pc-switcher span:last-child {
	-webkit-border-radius: 0 2.4em 2.4em 0;
	-moz-border-radius: 0 2.4em 2.4em 0;
	border-radius: 0 2.4em 2.4em 0;
}
