@charset "utf-8";
/*
    header
-----------------------------------*/
header {
    width: 982px;
    margin: 0 auto;
    background:;
    text-align: left;
}

/* hgroup */
header div {
    display: table;
    float: left;
    width: 80%;
    padding: 8px 0 10px;
}

header h1, header div a {
    display: table-cell;
    width: 267px;
    height: 67px;
    outline: none;
}

header div p {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    line-height: 1.5em;
}

/* headernav */
header nav.headernav {
    float: right;
    margin-top: 6px;
    width: auto;
}

ul#misc-navigation {
    background: url(../images/misc-navigation.jpg) center 1px no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 0px;
    padding: 0;
    background-color: #fff;
    border-left: 1px solid #c7c7c7;
    border-top: none;
    border-right: 1px solid #c7c7c7;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

ul#misc-navigation li {
    display: inline;
    font-size: 0.87em;
}

ul#misc-navigation li a {
    color: #707070;
    padding-left: 5px;
}

/* global-utility */
ul#global-utility, ul#misc-navigation {
    display: block;
    height: 43px;
    margin-top: 17px;
}

ul#global-utility {
    float: right;
    border-right: 1px solid #c7c7c7;
}

ul#misc-navigation {
    float: left;
}

ul#global-utility li {
    float: left;
    height: 43px;
}

ul#misc-navigation li {
    height: 43px;
}

ul#global-utility li a, ul#misc-navigation li a {
    display: block;
    padding: 29px 15px 0 15px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #333 !important;
}

#gu-entry {
    background: url(../images/global-utility-entry.jpg) center 1px no-repeat;
}

#gu-login {
    background: url(../images/global-utility-login.jpg) center 1px no-repeat;
}

#gu-logout {
    background: url(../images/global-utility-logout.jpg) center 1px
        no-repeat;
}

/*
    globalnav
-----------------------------------*/
nav.globalnav {
    clear: both;
    width: 100%;
    height: 29px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb
        ), color-stop(0.00, #fdfdfd));
    background: -webkit-linear-gradient(#fdfdfd, #ebebeb);
    background: -moz-linear-gradient(#fdfdfd, #ebebeb);
    background: -o-linear-gradient(#fdfdfd, #ebebeb);
    background: -ms-linear-gradient(#fdfdfd, #ebebeb);
    background: linear-gradient(#fdfdfd, #ebebeb);
    background-image: url(../images/globalnav-bg.gif) !important;
    zoom: 1;
    border-top: 1px solid #c7c7c7;
    border-bottom: 3px solid #0092c4;
    box-shadow: 0px 2px 4px #aaa;
    -moz-box-shadow: 0px 2px 4px #aaa;
    -webkit-box-shadow: 0px 2px 4px #aaa;
    position: relative;
    z-index: 2;
}

nav.globalnav {
    min-width: 982px;
}

#global-navi-acweb {
    background: url(../images/global-navi-acweb.gif) no-repeat right top;
    padding-right: 28px !important;
}

/* #nav */
ul#nav {
    width: 981px;
    height: 29px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #c7c7c7;
}

ul#nav li {
    float: left;
    position: relative;
    border-right: 1px solid #c7c7c7;
}

ul#nav li a {
    display: block;
    height: 29px;
    padding: 0 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 29px;
}

ul#nav li a.nav-event, ul#nav li a.nav-seminar {
    padding: 0 25px;
}

.ie8 #nav li a { /* IE向け */
    height: 27px;
    padding: 2px 13px 0 13px;
    font-family: 'ＭＳ Ｐゴシック', sans-serif !important;
    color: #444;
}

.ie9 #nav li a { /* IE向け */
    font-family: 'ＭＳ Ｐゴシック', sans-serif !important;
    color: #444;
}

ul#nav li a:hover {
    background-color: #0092c4;
    color: #fff !important;
}

/* ul>ul */
#nav ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
}

* html #nav ul {
    line-height: 0;
}

#nav ul li {
    float: none;
    border-right: none;
}

#nav ul ul li {
    float: none;
    border-right: none;
}

#nav ul {
    width: 158px;
}

#nav ul ul {
    top: 0;
    left: 159px;
}

#nav ul li {
    height: 30px;
}

#nav ul a {
    display: block;
    width: 96px;
    height: 29px;
    background: #0092c4;
    padding: 0 13px;
    border-bottom: 1px solid #fff !important;
    color: #FFF !important;
    opacity: 1;
    filter: alpha(opacity = 100);
    zoom: 1;
}

#nav ul a.hover {
    background: #18acde !important;
}

/* dust */
nav.dust {
    width: 100%;
    height: 0;
    background-color: none;
    border-bottom: none;
    position: relative;
    z-index: 1;
    /* IE8 nav.globalnav{box-shadow}代用 */
    height: 0;
    border-top: none;
    /**/
}

nav.dust p {
    display: block;
    width: 982px;
    margin: 0 auto;
    line-height: 0;
}

nav.dust {
    min-width: 982px;
}

/* entry */
nav.entry-nav, p.entry-nav {
    margin: 20px auto;
    text-align: center;
}

/*
    main
-----------------------------------*/
.main {
    width: 982px;
    margin: 0 auto;
    padding: 28px 0 0 0;
}

.contents {
    width: 716px;
    float: left;
    padding-bottom: 60px;
}

.content-box {
    position: relative;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.content-box div.shadow { /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    border-bottom: 1px solid #d9d9d9;
}

.content-box h2 {
    padding: 6px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #207795;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f4f4f4
        ), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #f4f4f4);
    background: -moz-linear-gradient(#fff, #f4f4f4);
    background: -o-linear-gradient(#fff, #f4f4f4);
    background: -ms-linear-gradient(#fff, #f4f4f4);
    background: linear-gradient(#fff, #f4f4f4);
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f4f4f4))";
    zoom: 1;
    box-shadow: 0 3px 4px #e9e9e9;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
}

.content-box h2 strong, .content-box h2 span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    border-left: 5px solid #207795;
}

.content-box form p{
    padding: 0 13px;
}

.text-box dl {
    padding: 13px;
}

.text-box dt {
    clear: left;
    float: left;
    width: 85px;
}

.text-box dd {
    padding: 0 0 10px 85px;
}

.text-box dd:last-child {
    padding: 0 0 0 85px;
}

/**/
.content-table h2 {
    margin: 25px 0 15px 0;
    font-size: 16px;
    color: #207795;
}

.content-table table {
    border-collapse: collapse;
}

.content-table td, .content-table th {
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border: 1px solid #d6d6d6;
}

.content-table thead td, .content-table thead th {
    background-color: #59a1cc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4592c0
        ), color-stop(0.00, #59a1cc));
    background: -webkit-linear-gradient(#59a1cc, #4592c0);
    background: -moz-linear-gradient(#59a1cc, #4592c0);
    background: -o-linear-gradient(#59a1cc, #4592c0);
    background: -ms-linear-gradient(#59a1cc, #4592c0);
    background: linear-gradient(#59a1cc, #4592c0);
    color: #fff;
    font-weight: normal;
}

.content-table .covered {
    width: 112px;
}

.content-table .where {
    width: 54px;
}

.content-table .when {
    width: 132px;
}
/*
.content-table .time {
    width: 90px;
}
*/
.content-table .event {
    width: 365px;
}

.content-table .event.past {
    width: 395px;
}

.content-table .entry {
    width: 90px;
}

.content-table .input {
    width: 69px;
}

.content-table tbody .input {
    padding: 0;
}

.content-table tbody .input a {
    display: block;
    width: auto;
    height: auto;
    padding: 5px 0;
    color: #00f;
}

/**/
.data-table table {
    margin: 0 13px 18px 13px;
    border-collapse: collapse;
}

.data-table th, .data-table td {
    padding: 5px 10px;
    border: 1px solid #b1c8d2;
    text-align: left;
}

.data-table th {
    width: 175px;
    background-color: #e8f0f4;
    font-weight: normal;
}

.data-table td {
    width: 470px;
    word-break: break-all;
}

.data-table small {
    font-size: 100%;
    color: #ff2426;
    line-height: 16px;
}
/*
    aside
-----------------------------------*/
aside {
    width: 250px;
    float: right;
    min-height: 700px;
}

aside .aside-box {
    margin-bottom: 10px;
    padding: 20px 5px 15px 5px;
    border: 4px solid #eee;
    border-radius: 8px;
}

aside .aside-box li {
    height: 24px;
    width: 194px;
    margin: 0 auto 5px;
}

aside .aside-box li:last-child {
    margin-bottom: 0;
}

/**/
aside .reserve-box {
    padding: 8px 10px;
}

aside .reserve-box h2 {
    padding: 0 0 0 24px;
    background: url(../images/researve-title-bg.gif) 0 2px no-repeat;
    color: #207795;
    font-size: 14px;
    line-height: 21px;
}

aside .reserve-box .idpass {
    margin: 1em 0;
}

aside .reserve-box .idpass input {
    width: 206px;
    margin: 0.3em 0 0.75em 0;
    padding: 5px;
}

aside .reserve-box .side-login {
    width: 100%;
    text-align: center;
}

aside .reserve-box .side-login p {
    font-size: 10px;
    line-height: 1em;
    margin-top: 1em;
}

aside .bannerArea {
    padding: 20px 5px 15px 5px;
    background-color: #d9ebff;
}

aside .bannerArea li {
    margin: 0 auto 5px;
    width: 208px;
}

/* mypage */
.profile-box {
    padding: 0;
}

.profile-box h2 {
    margin: 8px 8px 4px 8px;
    padding: 0 0 0 29px;
    background: url(../../img/profile-mark.gif) 0 0 no-repeat;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
}

.profile-box h2 strong {
    font-size: 14px;
    font-weight: bold;
}

.profile-box p {
    margin: 0 8px;
    font-size: 10px;
    line-height: 1.5;
}

.profile-box .my-profile {
    display: block;
    width: 100%;
    margin: 10px auto 15px auto;
    text-align: center;
}

.profile-box .my-page {
    padding: 8px;
    background-color: #eee;
    text-align: right;
    box-shadow: 0px 7px 7px -6px #aaa inset;
    -moz-box-shadow: 0px 7px 7px -6px #aaa inset; /* Firefox用 */
    -webkit-box-shadow: 0px 7px 7px -6px #aaa inset;
    /* Safari,Google Chrome用 */
}

.profile-box .my-page a {
    padding: 0 0 0 20px;
    background: url(../../img/mypage-mark.gif) 0 3px no-repeat;
    line-height: 16px;
}

.past {
    background-color: #ddd;
}

/*
    footer
-----------------------------------*/
p.privacy-mark {
    clear: both;
    line-height: 117px;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 982px;
}

p.privacy-mark img {
    padding: 21px;
}

footer {
    width: 100%;
    min-width: 982px;
    padding-bottom: 20px;
    background-color: #0092c4;
    position: relative;
    border-top: 2px solid #4aadcf;
    color: #fff;
    z-index: 2;
}

.footer-inner {
    width: 982px;
    margin: 0 auto;
    font-size: 12px;
}

.footer-logo {
    text-align: right;
}
/* pagetop */
.pagetop {
    float: right;
    z-index: 0;
}

.pagetop a {
    display: block;
    background: #0092c4 url(../images/arrowU.gif) 19px 10px no-repeat;
    border-top: 2px solid #4aadcf;
    border-left: 2px solid #4aadcf;
    border-right: 2px solid #4aadcf;
    border-bottom: 2px solid #0092c4;
    color: #fff;
    position: relative;
    height: 18px;
    margin-top: -25px;
    padding: 3px 20px 0 32px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

#site-info-navigation {
    list-style: none;
    padding: 20px 145px 0 0;
}

#site-info-navigation li {
    display: inline;
    padding: 0 18px 0 12px;
    background: url(../images/arrowR.gif) 0 6px no-repeat;
}

#site-info-navigation li a {
    color: #fff;
}

.copyright {
    position: relative;
    margin-top: 10px;
    text-align: right;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*――――ボタン―――――*/
a.btn1 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #2D96B5;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0
        rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 44px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #2D97B7
        ), color-stop(0.00, #36BBC9));
    background: -webkit-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -moz-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -o-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -ms-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: linear-gradient(to bottom, #36BBC9 0%, #2D97B7 97%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #36BBC9;
}

input.btn1 {
    display: inline-block;
    font-size: 14px;
    font-family: メイリオ;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #2D96B5;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0
        rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 41px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #2D97B7
        ), color-stop(0.00, #36BBC9));
    background: -webkit-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -moz-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -o-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: -ms-linear-gradient(top, #36BBC9 0%, #2D97B7 97%);
    background: linear-gradient(to bottom, #36BBC9 0%, #2D97B7 97%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #36BBC9;
}

a.btn1:hover {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #3BA4C4;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0
        rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 44px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #3BA4C4
        ), color-stop(0.00, #44C7D6));
    background: -webkit-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -moz-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -o-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -ms-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: linear-gradient(to bottom, #44C7D6 0%, #3BA4C4 99%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #44C7D6;
}

input.btn1:hover {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #3BA4C4;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0
        rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 41px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #3BA4C4
        ), color-stop(0.00, #44C7D6));
    background: -webkit-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -moz-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -o-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: -ms-linear-gradient(top, #44C7D6 0%, #3BA4C4 99%);
    background: linear-gradient(to bottom, #44C7D6 0%, #3BA4C4 99%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #44C7D6;
}

a.btn2, input.btn2 {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #4072A7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #1B69A5
        ), color-stop(0.01, #3B85BD));
    background: -webkit-linear-gradient(top, #3B85BD 1%, #1B69A5 99%);
    background: -moz-linear-gradient(top, #3B85BD 1%, #1B69A5 99%);
    background: -o-linear-gradient(top, #3B85BD 1%, #1B69A5 99%);
    background: -ms-linear-gradient(top, #3B85BD 1%, #1B69A5 99%);
    background: linear-gradient(to bottom, #3B85BD 1%, #1B69A5 99%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #3B85BD;
}

a.btn2:hover, input.btn2:hover {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #4072A7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #2977B3
        ), color-stop(0.00, #4993CB));
    background: -webkit-linear-gradient(top, #4993CB 0%, #2977B3 99%);
    background: -moz-linear-gradient(top, #4993CB 0%, #2977B3 99%);
    background: -o-linear-gradient(top, #4993CB 0%, #2977B3 99%);
    background: -ms-linear-gradient(top, #4993CB 0%, #2977B3 99%);
    background: linear-gradient(to bottom, #4993CB 0%, #2977B3 99%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #4993CB;
}

a.btn3 {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #669933;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 23px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #693),
        color-stop(0.00, #88BD3C));
    background: -webkit-linear-gradient(#88BD3C, #693);
    background: -moz-linear-gradient(#88BD3C, #693);
    background: -o-linear-gradient(#88BD3C, #693);
    background: -ms-linear-gradient(#88BD3C, #693);
    background: linear-gradient(#88BD3C, #693);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #88BD3C;
}

a.btn3:hover {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #669933;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 23px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #79B229
        ), color-stop(0.00, #94CA48));
    background: -webkit-linear-gradient(#94CA48, #79B229);
    background: -moz-linear-gradient(#94CA48, #79B229);
    background: -o-linear-gradient(#94CA48, #79B229);
    background: -ms-linear-gradient(#94CA48, #79B229);
    background: linear-gradient(#94CA48, #79B229);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #94CA48;
}

a.btn4, input.btn4 {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #818181;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #7C7C7C
        ), color-stop(0.00, #919191));
    background: -webkit-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -moz-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -o-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -ms-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: linear-gradient(to bottom, #919191 0%, #7C7C7C 96%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #919191;
}

a.btn4:hover {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    border: solid 1px #818181;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-decoration: none;
    padding: 4px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #8F8F8F
        ), color-stop(0.00, #A1A1A1));
    background: -webkit-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
    background: -moz-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
    background: -o-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
    background: -ms-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
    background: linear-gradient(to bottom, #A1A1A1 0%, #8F8F8F 97%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #A1A1A1;
}

a.btn5, input.btn5 {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    border: solid 1px #B6B6B6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px
        rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    padding: 8px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE),
        color-stop(0.00, #F7F7F7));
    background: -webkit-linear-gradient(#F7F7F7, #EEE);
    background: -moz-linear-gradient(#F7F7F7, #EEE);
    background: -o-linear-gradient(#F7F7F7, #EEE);
    background: -ms-linear-gradient(#F7F7F7, #EEE);
    background: linear-gradient(#F7F7F7, #EEE);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #F7F7F7;
}

a.btn5:hover, input.btn5:hover {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    border: solid 1px #B6B6B6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px
        rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    padding: 8px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F3F3
        ), color-stop(0.00, #FCFCFC));
    background: -webkit-linear-gradient(#FCFCFC, #F3F3F3);
    background: -moz-linear-gradient(#FCFCFC, #F3F3F3);
    background: -o-linear-gradient(#FCFCFC, #F3F3F3);
    background: -ms-linear-gradient(#FCFCFC, #F3F3F3);
    background: linear-gradient(#FCFCFC, #F3F3F3);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #FCFCFC;
}

input.btn6 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #B6B6B6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px
        rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 44px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #7C7C7C
        ), color-stop(0.00, #919191));
    background: -webkit-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -moz-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -o-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -ms-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: linear-gradient(to bottom, #919191 0%, #7C7C7C 96%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #919191;
}

input.btn6:hover {
    cursor: default;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    border: solid 1px #B6B6B6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px
        rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 44px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #7C7C7C
        ), color-stop(0.00, #919191));
    background: -webkit-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -moz-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -o-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: -ms-linear-gradient(top, #919191 0%, #7C7C7C 96%);
    background: linear-gradient(to bottom, #919191 0%, #7C7C7C 96%);
    /* IE8対応 */
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
    zoom: 1;
    background-color: #919191;
}

/** color **/
.red {
    color: #f00;
}

.backcolor-green {
    background-color: #cdefab;
}

.backcolor-pink {
    background-color: #efabcd;
}

/* clear-fix */
.clear-fix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
