@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/* Basic */

body {
/*
	background: #222222;

	background: #c7f9cc
	background: #82dc32;
*/
	background: #f0f0f0;
}

body.loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

body, input, select, textarea {
	/*
	color: #00ff00;
	color: #64208D;
	*/
	color: #222222;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	color: #1D2088;
	text-decoration: underline;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

p, ul, ol, dl, table, blockquote {
	margin: 0 0 2em 0;
}

p {
	line-height: 1.8em;
}

p.medium {
	font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border-top: solid 1px #1D2088;
	border: 0;
	margin-bottom: 1.5em;
}

blockquote {
	border-left: solid 0.5em #1D2088;
	font-style: italic;
	padding: 1em 0 1em 2em;
}

section.special, article.special {
	text-align: center;
}

header.major {
	padding-bottom: 3em;
	text-align: center;
}

header.major h2 {
	font-size: 2.6em;
	font-weight: 700;
}

header.major .byline {
	display: block;
	padding-top: 1em;
	letter-spacing: 1px;
	font-size: 1.4em;
}

footer > :last-child {
	margin-bottom: 0;
}

footer.major {
	padding-top: 3em;
}

/* Form */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: solid 1px #1D2088;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0.75em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #1D2088;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	line-height: 1em;
}


::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	position: relative;
	top: 3px;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}

.formerize-placeholder {
	color: rgba(85, 85, 85, 0.5) !important;
}

/* Image */

.image {
	border: 0;
	position: relative;
}

.image.fit {
	display: block;
}

.image.fit img {
	display: block;
	width: 100%;
}

.image.feature {
	display: block;
	margin: 0 0 2em 0;
}

.image.feature img {
	display: block;
	width: 100%;
}

/* Lists */

ol.default {
	list-style: none;
	padding-left: 0.25em;
}

ol.default li {
	padding-left: 0.25em;
	
}

ul.default {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -1em;
}

ul.default li {
	display:block;
	padding: 0.40em 0em 0.40em 2em;
	/*background-color: #1D2088;*/
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	position: relative;
}

ul.default li::before {
	left: 0.6em;
	position: absolute;
	font-family:'FontAwesome';
	content: "\f0a9";
	color: #fff;
	display:block;
}

ul.default li a{
	color:#fff;
	display:block;
	text-decoration: none;
}



ul.list{
	padding-left: 1.4em;
}

ul.list li {
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.80em;
}

ul.list li a{
	text-decoration: none;
}

ul.list li::after,
ul.list li::before {
  display: block;
  content: '';
  position: absolute;
}

ul.list li::after {
  top: .35em;
  left: -1.2em;
  width: 16px;
  height: 16px;
  background-color: #3498db;
  border-radius: 100%;
}

ul.list li::before {
  z-index: 2;
  top: .38em;
  left: -1.32em;
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ol.step {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
 
ol.step li {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}

ol.step li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #1D2088;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-weight: 500;
}

ul.actions {
	cursor: default;
}

ul.actions:last-child {
	margin-bottom: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
	padding: 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding: 0;
}

ul.simple {
	margin-left: 0.4em;
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding-left: 1em;
	padding-top:0;
	padding-bottom:0;
	list-style-type: disc;
}

ul.simple li a{
	text-decoration: none;
}


/* Tables */
table{
	border-top: 2px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table th, table td{
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
table th{
	background: #efefef;
	padding-right: 16px;
	font-weight: 400;
	color: #000;
}
table td{
	border-left: 2px solid #ccc;
	border-right: none;
}
table.tableDec2{
	border-bottom: 2px solid #ccc;
}
table.tableDec2_1{
	border-bottom: 2px solid #ccc;
}
table.tableDec2_2{
	border-bottom: 2px solid #ccc;
}
table td#pgtb0{
	border-right: none;
	border-bottom: none;
	font-size: 14px;
}
table td#pgtb1{
	border-left: none;
	border-bottom: none;
	font-size: 14px;
}
table td#access{
	border-left: none;
	border-bottom: none;
	font-size: 18px;
}
table td#accessS{
	text-align: right;
	border-left: none;
	border-bottom: none;
	font-size: 18px;
}
table td#accessE{
	text-align: left;
	border-left: none;
	font-size: 18px;
}
table td#accessE2{
	text-align: left;
	border-left: none;
	font-size: 18px;
}
table.tableDec2 td{
	text-align: left;
	padding-left: 20px;
}

table.tableDec2_1 th{
	text-align: left;
	width: 300px;
}

table.tableDec2_2 th{
	text-align: center;
	width: 300px;
}

table.tableDec2_1 td{
	text-align: left;
	padding-left: 20px;
}

table.tableDec3 th{
	background: #d5ceb1; 
	color: #fff; 
	padding-left: 10px; 
	border-bottom: 2px 
	solid #fff; 
	color: #333;
}
table.tableDec2_2 td{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px; 
	border-bottom: 2px 
}
table.tableDecAccess{
	border-top: 2px solid #ccc;
	width: 80%;
	margin-bottom: 30px;
}
table.tableDecAccess td{
	text-align: left;
}



table.tableDec4,th{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	/*table-layout: fixed;*/
}
th{
	width: 100px;
}
tabletableDec4 td#cap{
	width: 50px;
}




/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border-radius: none;
	border: 2px solid;
	/*border-color: #4082b4;
	color: #4082b4;*/
	border-color: #0068B7;
	color: #0068B7;
	cursor: pointer;
	display: inline-block;
	padding: 5px 29px;
/*	padding: 0.3em 1.2em;*/
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background: #1D2088;
	color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
	border-color: inherit;
	color: inherit;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
	background: white;
	color: #1D2088;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
.button2 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border-radius: none;
	border: 2px solid;
	/*border-color: #4082b4;
	color: #4082b4;*/
	border-color: #ff6666;
	color: #ff6666;
	cursor: pointer;
	display: inline-block;
	padding: 5px 29px;
/*	padding: 0.3em 1.2em;*/
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button2:hover {
	background: #cc0000;
	color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button2.alt {
	border-color: inherit;
	color: inherit;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button2.alt:hover {
	background: white;
	color: #cc0000;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button2.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button2.small {
	font-size: 0.8em;
}


.btnSpacing{
	margin-top: 0.6em;
/*	margin-bottom: 0.2em;*/
	letter-spacing: 0.3em;
}

/* Wrapper */
/* 関係あり*/
.wrapper {
	padding: 3em 0em 0.5em 0em;
}

.wrapper.style1 {
	padding: 0em;
	background: #222222 url(./images/banner.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_1 {
	padding: 0em;
	background: #222222 url(./images/b1.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_2 {
	padding: 0em;
	background: #222222 url(./images/b2.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_3 {
	padding: 0em;
	background: #222222 url(./images/b3.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_4 {
	padding: 0em;
	background: #222222 url(./images/b4.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_5 {
	padding: 0em;
	background: #222222 url(./images/b5.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style1_6 {
	padding: 0em;
	background: #222222 url(./images/b6.jpg) no-repeat;
	background-size: cover;
}

.wrapper.style2 {
	background: #f0f0f0;
}

.wrapper.style2 .major {
	text-align: left !important;
}

.wrapper.style2 .major h2 {
	display: block;
	margin-bottom: 0.70em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.8em;
	font-weight: 400;
}

.wrapper.style2 .major .byline {
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: capitalize;
	font-size: 1.4em;
}

.wrapper.style2 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.6em;
	font-weight: 600;
	/* color:#64208D; */
}

.wrapper.style3 {
	padding-bottom: 6em;
	background: #f0f0f0;
	text-align: center;
	color: white;
}

.wrapper.style3 .container {
	padding-left: 6em;
	padding-right: 6em;
}

.wrapper.style3 p {
	font-size: 1.6em;
}

.wrapper.style4 {
	background: #f0f0f0;
}

.wrapper.style4 h2{
	font-size: 1.8em;
	margin-bottom: 1.2em;
	padding: 12px 14px;
	background-color: #f0f0f0 /*#E8F2F9*/;
	border-top: solid 1px #1D2088;
	border-bottom: solid 1px #1D2088;
}

.wrapper.style4 h3{
	font-size: 1.6em;
	margin-bottom: 0.6em;
	position:relative;
	padding: 5px 29px;
	color: #64208D;
	/* border-bottom:3px solid #1D2088; */
	border-bottom:3px solid #64208D;
}

/* Liの菱形 */
.wrapper.style4 h3:after{
	content:''; 
	display:block;
	width:14px;
	height:14px;
	border:2px solid  #64208D;/*#1D2088;*/
	position:absolute;
	top:11px;
	left:3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrapper.style4 h4{
	font-size: 1.2em;
	margin-bottom: 0.6em;
	position:relative;
	padding: 5px 29px;
/*	border-bottom:3px solid #4082b4;*/
}

.wrapper.style4 h4:after{
	content:''; 
	display:block;
	width:14px;
	height:14px;
	border:2px solid #1D2088;
	position:absolute;
	top:11px;
	left:3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.wrapper.style4 p{
	background: #f0f0f0;
	margin-bottom: 2em;
}

.wrapper.style5 {
	background: #f0f0f0;
	text-align: center;
	color: white;
}

.wrapper.style5 .image {
	display: block;
	width: 60%;
	margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
	border-radius: 50%;
	border: 10px solid;
	border-color: white;
}
.wrapper.style6 {
	background: #f0f0f0;
	text-align: center;
	color: black;
}


/* Header */

#header {
	color: white;
	height: 4em;
	background: rgba(0, 50, 0, 0.8);
}

#header h1 {
	color: #ffffff;
	height: inherit;
	left: 1em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0.8em;
}
#header .container {
	position: relative;
}

#logo {
	line-height: 2em;
	letter-spacing: 2px;
	font-size: 2em;
	font-weight: 400;
}

#logo h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#logo a {
	color: inherit;
}

#nav {
	position: absolute;
	top: 0;
	right: 0.3em;
}

#nav > ul {
	margin: 0;
}

#nav > ul > li {
	border-radius: 4px;
	display: inline-block;
	margin-left: 0.25em;
	padding: 0 0.35em;
}

#nav > ul > li a {
	color: inherit;
	line-height: 4em;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
}

#nav > ul > li a:hover {
	text-shadow: 2px 2px 11px #84b1d3,
	-2px 2px 11px #84b1d3,
	2px -2px 11px #84b1d3,
	-2px -2px 11px #84b1d3;
}

#nav > ul > li:first-child {
	margin-left: 0;
}

#nav > ul > li.active a {
	color: white;
}

#nav > ul > li > ul {
	display: none;
}

/* Dropotron */

.dropotron {
	top: 2em;
	background: rgba(32, 32, 32, 0.75);
	border-radius: 4px;
	color: inherit;
	min-width: 12em;
	padding: 1em 0;
	color: white;
}

.dropotron > li {
	line-height: 2em;
	padding: 0 1em;
	margin-bottom: 0.8em;
}

.dropotron > li > a {
	color: inherit;
	letter-spacing: 2px;
	text-decoration: none;
}

.dropotron > li.active > a, .dropotron > li:hover > a {
	color: inherit;
	
	text-shadow: 2px 2px 11px #84b1d3,
	-2px 2px 11px #84b1d3,
	2px -2px 11px #84b1d3,
	-2px -2px 11px #84b1d3;
}

.dropotron.level-0 {
	border-radius: 0 0 4px 4px;
	font-size: 1em;
	margin-left: -0.5em;
}

/* Banner */

#banner {
	padding: 1.5em 0em 3em 0em;
	text-align: left;
	/*color: #4082b4;*/
	color: #64208D;
	font-weight:bold;
/*
	text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px,
    #ffffff 0px -2px 0px, #ffffff 0px 2px 0px,
    #ffffff 2px 2px 0px, #ffffff -2px 2px 0px,
    #ffffff 2px -2px 0px, #ffffff -2px -2px 0px,
    #ffffff 1px 2px 0px, #ffffff -1px 2px 0px,
    #ffffff 1px -2px 0px, #ffffff -1px -2px 0px,
    #ffffff 2px 1px 0px, #ffffff -2px 1px 0px,
    #ffffff 2px -1px 0px, #ffffff -2px -1px 0px,
    #ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
    #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
*/

}

#banner_contents {
	padding: 1.5em 0em 3em 0em;
	text-align: left;
	color: #64208D;
	font-weight:bold;
	background: #f0f0f0;
	text-shadow: #eeeeee 2px 0px 0px, #eeeeee -2px 0px 0px,
    #eeeeee 0px -2px 0px, #eeeeee 0px 2px 0px,
    #eeeeee 2px 2px 0px, #eeeeee -2px 2px 0px,
    #eeeeee 2px -2px 0px, #eeeeee -2px -2px 0px,
    #eeeeee 1px 2px 0px, #eeeeee -1px 2px 0px,
    #eeeeee 1px -2px 0px, #eeeeee -1px -2px 0px,
    #eeeeee 2px 1px 0px, #eeeeee -2px 1px 0px,
    #eeeeee 2px -1px 0px, #eeeeee -2px -1px 0px,
    #eeeeee 1px 1px 0px, #eeeeee -1px 1px 0px,
    #eeeeee 1px -1px 0px, #eeeeee -1px -1px 0px;
}

#banner.container {
	padding: 0em 0em;
}

#banner_contents .container {
	padding: 0;
}

#banner h2 {
	display: inline-block;
	padding: 0.50em 0.30em;
	font-size: 5em;
	font-weight: 700;
}

#banner_contents h2 {
	display: inline-block;
	padding: 0.50em 0em;
	font-size: 3.6em;
	font-weight: 500;
}

#banner span, #banner p {
	display: block;
}

#banner span {
	font-weight: 600;
	padding: 0.2em 1em;
	font-size: 1.6em;
	letter-spacing: 0.08em;
	/*	background: rgba(255, 255, 255, 0.2);*/
	/*padding: 1em 1em;*/
	font-weight: 600;
}

#banner p {
	font-size: 1.2em;
	font-weight: 400;
	padding: 0.2em 1.4em;
	letter-spacing: 0.01em;
/*	background: rgba(255, 255, 255, 0.2);*/
	/*padding: 1em 1em;*/
	font-weight: 600;
}

#banner .info {
	text-align: right;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 0.6em;
	font-size: 1.6em;
	letter-spacing: 0.08em;
}





/* Main */
#main {
	padding: 2.4em 0;

}

#main #content .major, #main #sidebar .major {
	text-align: left;
}

#main #sidebar section {
	margin-top: 1em;
	margin-left: -1em;
}

#main #sidebar section:first-child {
	margin-top: 0;
}

#main #sidebar .major {
	padding-bottom: 2em;
}

#main #sidebar .major h2 {
	font-size: 1.4em;
}




/* Footer */
#footer {
	padding: 2em 0 2em 0;
	text-align: center;
	color: #111111;
	margin-bottom: 1.5em;
}

#footer a{ text-decoration: none; }
#footer a:link{ color: white; }
#footer a:visited{ color: white; }
#footer a:active{ color: white; }


#footer a:hover{
	color: white;
	text-decoration: underline;
}

#footer .container{
	padding-bottom: 3em;
}

#footer_bnr{
	float: left;
	padding: 2em 0em 0em 1em;
}

/* Copyright */
#copyright {
	float: right;
	text-align: left;
	/*padding: 0em 1em 2.5em 0em;*/
	padding: 4.5em 1em 2.5em 0em;
	/*color: inherit;*/
	color: black;
	/* opacity: .40;*/
	font-weight: 500;
}







/* Extra */
#extra1 h2 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.8em;
	font-weight: 400;
}

#extra1 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.6em;
	font-weight: 400;
}

/* sp */

.spHeader {
	width: 100%;
}

.spImageBox {
	float: left;
}

.spTitleBox {
	text-align: center;
	float: none;
}

.spTileTxt{
	font-size: 1.6em;
	font-weight: 600;
}

.spAffTxt{
	font-size: 0.9em;
}

.spNameTxt{
	font-size: 1.1em;
	font-weight: 600;
}

/* program */
.pgProgramSide{
	font-size: 1.2em;
}
.pgSessionHeader{
	margin-top: 2em;
	font-size: 1.2em;
	border-bottom: solid 1px #1D2088;
	font-weight: 600;
}

.pgSessionOutline{
	margin-top: 0.1em;
	display: table;
	width: 100%;
	margin-bottom: 1em;
}

.pgSessionTime{
	display: table-cell;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
}

.pgSessionChair{
	display: table-cell;
	text-align: right;
}


.pgTitle{
	text-align:left;
	font-size: 1.2em;
	margin-left: 4.7em;
	text-indent: -4.7em;
}

.pgAuthor{
	text-align:right;
	margin-left: 4.7em;
	margin-bottom: 0.6em;
}
