@charset "UTF-8";
/* CSS Document */

:root {
  --main-color: #02A8EC;
}



a, a:link {
    color: #000;
}
a:visited {
    color: #222;
}
p.sample {
	padding: 1rem;
	border: solid 1px #565656;
	font-size: 1.6rem;
	background-color:#FCFFF1;
}
header {
	background-color: #000;
	padding: 0.6rem;
	border-bottom:none;
}
header div.inner ,
#sns div.inner {
	margin-left: auto;
	margin-right:auto;
}
header div.inner #tooLogo {
	float: left;
	width: 20%;
}
header div.inner #h1Box {
	float: right;
	width: 80%;
	padding-top:0.6rem;
}
header div.inner #h1Box h1 {
	color: #FFF;
	font-size:1.6rem;
	text-align:right
}


/* ナビゲーション */
.portfolio .atsuc_nav_wrap {
	background-color: var(--main-color);;
}
.atsuc_nav li a.portfolioLink {
	box-shadow: none;
}


.main_box,
.footerBox{
    background-color: var(--main-color);
}

#sns {
	padding:0.5rem;
	margin-left: auto;
	margin-right:auto;
	border-bottom:#E0E0E0 solid 1px;
}


p#event_title {
	max-width: 1000px;
	margin-left: auto;
	margin-right:auto;
	padding:1rem;
	margin-top:1rem;
	margin-bottom:2rem;
	text-align:center;
}
p#event_title img {
	width: 100%;
	height: auto;
}
footer #copy {
	font-size: 1rem;
	text-align: center;
	color:#787878;
	padding-top: 3rem;
	padding-bottom: 2rem;
	border-top: solid 1px #AAA;
}
#contents #article h3.title {
	font-size: 1.6rem;
}
#spec {
	width: 100%;
	border:solid 1px #DDDDDD;
	margin-bottom:1rem;
}
#container #contents p.allCopy {
	font-size: 0.9rem;
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
}
#container #contents p#manga {
	margin-top:  2rem;
	margin-bottom: 0.3rem;
}
div.fb-page {
	margin-top: 0;
}
#sns li {
	padding:0.2rem;
}
h2 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom:1rem;
border-bottom: 1px solid #DDD;
margin-bottom: 1rem;
}
h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom:1rem;
border-bottom: 1px solid #DDD;
margin-bottom: 1rem;
}
h4.underLine {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    margin-bottom: 1rem;

}    

.pinkT {
	background-color:  var(--main-color);
	padding: 0.6rem;
	color:#FFFFFF;
}
a.btn-primary {
	background-color: #F39E00;
    border-color:rgba(219,180,64,0.90);
    color: #FFF;
    box-shadow: rgba(0,0,0,0.4) 0 0px 1px, rgba(0,0,0,0.3) 0 1px 6px 1px ;
}

#link {
	text-align: center;
	margin-bottom:2rem;	
	margin-bottom:1rem;	
	font-size: 1.4rem;
}

#contents #article .text_block p.date {
	font-size: 2rem;
}
span.date {
	font-size: 4rem;
}

#container #contents .draft2Text p {
	font-size: 1rem;
	margin:1.3rem auto;
	line-height:1.5rem;
}
strong {
	color: #F42124;
}

/* ビデオ */
.videoBoxWrap {
	margin-left: 10px;
	margin-right:10px;
    border: none;
} 
.videoBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 55.5%;
 	background-color: #FAFAFA;
	margin: 0 0 30px;
 }
.videoBox .inner1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.orbit-container {
	background: #DDD;
	text-align: center;
}
.orbit-container .orbit-slides-container .imgWrap {
	margin:10px;
	box-shadow: 0 2px 3px #777;
	padding: 15px;
	background-color: #FFF;
	display: inline-block;
}
.orbit-container .orbit-slides-container img {
	margin:auto;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background: #000;
	display: block;
}
.orbit-timer paused {
	display: none;
}
.orbit-bullets {
	display: block;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: block; }
.touch .orbit-bullets {
  display: block; }

#contents #article .text_block ul {
	margin: 0;
}
#contents #article .text_block  ol.orbit-bullets {
	font-size: 20px;
}
#contents #article .text_block  ol.orbit-bullets li {
	background-color: #FFFFFF;
}
#contents #article .text_block  ol.orbit-bullets li.active {
	background: rgba(255,139,36,1.00);
}

.date {
	margin-top:25px;
}
a.appBtn{
	font-size: 3rem;
	background-color: rgba(121,176,1,1.00);
	color: #FFF;
	padding: 1.3rem 4rem 1rem;
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(77,112,0,1.00);
	-webkit-box-shadow: 0 5px 0 rgba(77,112,0,1.00);
	text-decoration: none;
	display: inline-block;
	line-height: 100%;
}

#review {
    margin: 0;
    padding: 0;
}

.result {
    width: 100%;
    border: solid 3px var(--main-color);
}
.result.marginBox {
    width: calc( 100% - 20px );
}

.result th {
    background: var(--main-color);
    color: #FFF;
}
.result th,
.result td{
    padding: 10px;
    border: solid 2px #C1E6F8;
}
.result td{
    background: rgba(240,250,255,1.00);
    font-weight: 600;
}


.result tr.rowspan > td:nth-of-type(1){
    text-align: center;
}
.result td a{
    font-weight: 400;
    text-decoration: underline;
    color: #3B3B3B;
}


.result td:last-of-type{
    text-align: center;
}
.result td.bottomLineNone{
    border-bottom: none;
}


.result td:last-of-type a{
    background: var(--main-color);
    padding: 6px 20px;
    border-radius: 100px;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    transition: 0.5s;
}
.result td:last-of-type a:hover{
    background-color: rgba(14,104,142,1.00);
}
.result td.text-left {
    text-align: left !important;
}


@media only screen and (max-width: 639px) {
    .result th,
    .result td{
        padding: 5px;
    }
}



