﻿/*===== CSS RESET =====*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    outline: none;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

ul,
ol {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


/*===== COMMON =====*/

html,
body {
    width: 100%;
    min-height: 100%;
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
}

body {
background:#F5F5F5;
    font-size: 12px;
    font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-text-size-adjust: none;
    color: #666666;
}
body * {
    max-height: 999999em;
}
.ft_serif {
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a {
    color: #000;
    text-decoration: none;
}

.trans {
    opacity: 1;
}

.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.container {
    width: 800px;
    background: white;
	margin-right: auto;
	margin-left : auto;
}

.link_text:hover {
    color: #4C0065;
/*    font-size: 15px;*/
}

.link_text:visited {
    color: #4C0065;
    font-size: 13px;
}

.link_text {
    color: #9800CB;
    height: 18px;
}


/*===== HEADER =====*/

header img {
    display: block;
}

h2.logo {
    width: 100%;
    padding: 0px 290px;
}

h2.logo img {
    margin: 0 auto;
}

h2.logo a {
    display: block;
    margin-top: -1px;
}

h1.logo_cop {
    padding-top: 10px;
    padding-left: 18px;
}

h1.logo_cop a {
    float: left;
}

p.title_logo {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-bottom: 6px solid #980098;
    letter-spacing: 1.1em;
    line-height: 1em;
    margin-top: 15px;
    font-weight: bold;
    color: #980098;
}


/*===== NAVIGATION =====*/

.bx-controls-direction {
    display: none;
}

.bx-wrapper .bx-pager {
    display: none;
}

.navigation {
    border-bottom: 2px solid #980098;
    position: relative;
}

.navigation:before {
    content: " ";
    position: absolute;
    background: url('../img/arrow.png') no-repeat;
    width: 39px;
    height: 18px;
    bottom: -18px;
    left: 265px;
}

.navigation ul li {
    float: left;
    width: 110px;
    text-align: center;
    height: 62px;
}

.navigation ul li span {
    display: block;
    width: 100%;
    font-size: 10px;
    letter-spacing: -0.04em;
    line-height: 1.1em;
}

.navigation ul li .menu_child {
    font-size: 20px;
    letter-spacing: -0.09em;
    transform: scale(0.8, 1);
    -ms-transform: scale(0.8, 1);
    float: left;
    width: 100%;
    position: relative;
    line-height: 1em;
}

.navigation ul li a {
    color: white;
    height: 62px;
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.navigation ul li a:hover,
.navigation ul li a.active {
    background: url('../img/bg_menu.jpg') no-repeat center;
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.65);
}

.navigation ul li a.active {
    position: relative;
    z-index: 9;
}

.navigation ul {
    display: block;
    margin-bottom: 44px;
    padding: 0px 15px;
    background: #650065;
}


/*===== FOOTER =====*/

footer {
    border-top: 1px solid #980098;
    padding: 10px 0px;
}

.main {
    margin-bottom: 9px;
}

footer p {
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #980098;
    padding-right: 14px;
}


/*===== MAIN =====*/

table th,
table td {
    vertical-align: middle;
    text-align: center;
    color: #1A1A1A;
}


/*===== PAGE: TOP =====*/

.content {
    min-height: 100px;
    padding-top: 25px;
}

.outline {
    width: 100%;
    padding: 0px 15px;
    position: relative;
    padding-bottom: 20px;
}

.title {
    float: left;
    width: 183px;
    margin-left: 42px;
}

.title h2 {
    font-size: 36px;
    color: #980098;
    transform: scale( 0.7, 1);
    -ms-transform: scale(0.7, 1);
    line-height: 1.1em;
    margin-top: 2px;
    margin-left: -45px;
}

.content_section {
	font-size: 13px;
    float: right;
    width: 545px;
}

table td {
    text-align: left;
    padding-left: 19px;
    display: inline-block;
    line-height: 18px;
    float: left;
}

table th {
	font-size:12px;
    width: 87px;
    border: 1px solid #1A1A1A;
    border-radius: 25px;
    display: inline-block;
    height: 19px;
    line-height: 18px;
    float: left;
}

table.table01 tr {
    margin-bottom: 2px;
    float: left;
    width: 100%;
}

.no_border {
    border: none;
}

.table02 tr td:nth-child(2) {
	width: 85px;
	height: 18px;
}

.table02 tr td:nth-child(3) {
    width: 170px;
    padding-left: 0;
    font-size: 10px;
}

.table02 tr td:nth-child(4) {
    padding-left: 0;
    text-align: right;
    width: 65px;
}

table.table02 {
    margin-top: 21px;
}

.txt_tb02 {
    padding-left: 14px;
    display: inline-block;
    margin-top: 25px;
}

.txt_tb02:before {
    position: absolute;
    content: " ";
    top: 4px;
    left: 0;
    background: url('../img/icon.png') no-repeat;
    width: 8px;
    height: 9px;
}

.txt_tb02 {
    position: relative;
    line-height: 1.75em;
    float: right;
    width: 438px;
    color: #1a1a1a;
}

.change_log {
    padding: 25px 15px;
    background: #E5CCFF;
    position: relative;
}

.change_log:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13.5px 0 13.5px;
    border-color: #E5CCFF transparent transparent transparent;
    position: absolute;
    content: " ";
    top: 100%;
    left: 270px;
}

.outline:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13.5px 0 13.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    content: " ";
    top: 100%;
    left: 270px;
    z-index: 99;
}

.change_log .content_section .table01 tr:last-child {
    margin-bottom: 0;
}

.executive {
    padding: 25px 15px 20px 15px;
    position: relative;
}

.executive:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13.5px 0 13.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    content: " ";
    top: 100%;
    left: 270px;
    z-index: 9;
}

.affiliates {
    padding: 22px 15px 15px 15px;
    background: #E5CCFF;
}

.affiliates .content_section p {
    line-height: 1.75em;
    color: #1A1A1A;
}


/*===== PAGE: doc =====*/

/*schedule*/

.schedule table th {
    width: 157px;
}

p.gr_txt {
    display: block;
    width: 100%;
    color: #1A1A1A;
    line-height: 1.75em;
    position: relative;
}

p.gr_txt02 {
    display: block;
    width: 100%;
    line-height: 1.75em;
    color: #1A1A1A;
    margin-top: 20px;
}
.color_icon {
    color: #a09583;
}
.caution .title h2 {
    line-height: 1em;
}
span.tt_nhe {
    display: block;
    width: 100%;
}

span.left {
    float: left;
    width: 218px;
}

span.right {
    float: right;
    width: 325px;
}
span.txt_right{
	display:block;
	text-align:right;
	margin-right:200px;
	margin-bottom:0.5em;
}

.mgn-btm05{
	margin-bottom:0.5em;
}
.manuscript p.gr_txt {
    font-weight: bold;
}

p.gr_txt.number02 {
    font-weight: normal;
}
/*.manuscript:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13.5px 0 13.5px;
    border-color: #650065 transparent transparent transparent;
    position: absolute;
    content: " ";
    top: 100%;
    left: 270px;
}*/
.manuscript {
    position: relative;
    padding-top: 22px;
    padding-bottom: 20px;
}
.procedures {
    padding: 22px 15px 20px 15px;
}
.procedures .title h2{
    line-height: 1em;
}
.procedures .gr_txt:before{
    position: absolute;
    content: " ";
    left: 0;
    background: url('../img/icon_tron.png') no-repeat;
    height: 11px;
    width: 11px;
    top: 4px;
}
.procedures .gr_txt {
    padding-left: 16px;
}

.theme .gr_txt {
	margin-bottom:1em;
}

.lecture {
    padding-bottom: 18px;
    position: relative;
}
span.nhom {
    display: block;
    height: 126px;
}
.fix_height {
    display: block;
    height: 84px;
}
.caution {
    padding-top: 22px;
}
.height_fix {
    height: 72px;
}
span.bold {
    font-weight: bold;
}
.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}


p.manual {
    color: #000;
}

/*:root .fulljustify:after{
    width: 0\9\0;
}*/
.fj {
    display: block;
    height: 17px;
    padding: 0 18px;
    letter-spacing: -0.2em;
    text-align: justify;
}
.fj:after {
    content: "";
    display: inline-block;
    width: 100%;
}
