@charset "UTF-8";

/*///////////////////////////
font-family: 'Josefin Sans', sans-serif;
font-family: 'Crimson Text', serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Bitter', serif;
///////////////////////////*/



/*** PC/SP 共通CSS ***/
* {
background-repeat: no-repeat;
word-break: break-all;
box-sizing:border-box;
}
html {
font-family:  verdana, sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
line-height:1.5;
font-size: 14px;
}
html:not(:target) body {font-family:"游明朝体", "Yu Mincho", YuMincho, serif;}
body {
margin: 0;
padding: 0;
font-size: 14px;
background-color: #ffffff;
font-family:  "Noto Sans Japanese"; /*Meiryo, "メイリオ" , sans-serif,  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic",  "游ゴシック体", "Yu Gothic", YuGothic,Osaka, verdana ;*/
word-break: normal;

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Open Sans', sans-serif;
}
img {
border-width: 0;
}
table {
border-collapse: collapse;
border-style: none;
}
th, td {
padding: 5px 10px;
border-style: none;
line-height: 1.5;
vertical-align: top;
}
h1{margin:0;}
h2 {
color: rgba(0, 0, 0, 1);
}
h3 {
color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
margin: 10px 0px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
line-height: 1.5;
}
a {
color: #333333;
display: inline-block;
text-decoration:underline;
}
a:hover {
color: #000;
}
p {

}
input,
textarea {
color: #333;
font-weight: bold;
width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-size:16px;
font-family:   Meiryo, "メイリオ" , sans-serif,  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic",  "游ゴシック体", "Yu Gothic", YuGothic,Osaka, verdana ;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #999;
font-weight: normal;
font-size:16px;
font-family:   Meiryo, "メイリオ" , sans-serif,  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic",  "游ゴシック体", "Yu Gothic", YuGothic,Osaka, verdana ;
}
input::-moz-placeholder,
textarea::-moz-placeholder  {
color: #999;
font-weight: normal;
font-size:16px;
font-family:   Meiryo, "メイリオ" , sans-serif,  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic",  "游ゴシック体", "Yu Gothic", YuGothic,Osaka, verdana ;
}
input:focus{
border: 2px solid rgba(52, 152, 219, 1);
box-shadow: 0px 0px 0px 0px rgba(52, 152, 219, 1);
background-color: rgba(255,255,255, 0.5);
-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
opacity: 1; 
transition: opacity 0.3s ease;
}
:focus::-webkit-input-placeholder {
opacity: 0; 
transition: opacity 0.3s ease;
}
:focus::-moz-placeholder{
opacity: 0; 
transition: opacity 0.3s ease;
}
:focus:-moz-placeholder{
opacity: 0; 
transition: opacity 0.3s ease;
}
:focus:-ms-input-placeholder{
opacity: 0; 
transition: opacity 0.3s ease;
}

select {
color: #333;
font-size:16px;
}
div,
button,
select,
select option {
color: #333;
font-weight: normal;
font-size:16px;
font-family:   Meiryo, "メイリオ" , sans-serif,  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic",  "游ゴシック体", "Yu Gothic", YuGothic,Osaka, verdana ;
}
input:hover,
button:hover {
cursor:pointer;
}
select {
vertical-align: middle
-webkit-box-align: center; /* safari, Chrome対応 */
-moz-box-align: center;    /* Firefox対応 */
-o-box-align: center;      /* Opera対応 */
-ms-box-align: center;     /* IE対応 */
box-align: center;         /* ベンダープレフィックス無しも併記する */
-webkit-box-pack: center;
display: -webkit-box;
}
option:invalid {
color: #333;
}
option {
vertical-align: middle
display: -webkit-box;
}
.btn:hover {
opacity: .8;
}
header {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1)
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 20;
}
.hdr {
    width: 100%;
    height: 42px;
    position: relative;
    margin: 0 auto;
}
header h1 {
margin: 0 0 0;
font-size: 1.2rem;
padding: 0;
color: rgba(0, 0, 0, 1)
height: 42px;
position: absolute;
top: .5rem;
left: .5rem;
font-family: 'Droid Serif', serif;
z-index: 99;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
header h1 a:visited,
header h1 a:link{
color: #000;
text-decoration: none;
}
header h1 br {
display: none;
}
header h1 span {
font-size: .55rem;
display: block;
}
header h1 a:before {

}
header h1 a:hover {
text-decoration: none;
color: rgba(255,255,255,.8) ;
color: #333;
}
header h1:hover a:before {
opacity: .8;

}
footer {
    text-align: right;
    padding-right: 20px;
}
nav#gnavi{
	padding: 0;
    display: block;
    text-align: right;
    width:100%;
	height: 42px;
	min-height: 42px;
	background: rgba(255, 255, 255, 1);
	border-left:none;
}
#menu {
width: 100%;

border-top:none;
}
.navbar-default .navbar-toggle {
border:none;
margin-top: 3px;
margin-right: 5px;
}
.gnavi {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-size: 0;
    padding-top: 0;
    border-top: none;
    background: rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .65);
    
    
}
.gnavi li{
	display: inline-block;
	width: 100%;
	font-size: .9375rem;
	text-align: center;
	border-bottom: 1px solid #cfcfcf/*rgba(17, 140, 23, 1)*/;
	font-family: 'Bitter', serif;
}
.gnavi li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}
.gnavi li a:visited,
.gnavi li a:link {
	color: #fff/*rgba(17, 140, 23, 1)*/;
	text-decoration: none;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	height: 100%;
	    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    text-shadow: 1px 1px #000;
}
.gnavi li a:hover {
/*background: rgba(66, 145, 168, 1);
color: #fff;*/
background: rgba(0,0,0,1);
color: #333;
}
.gnavi li span{
    display: block;
	font-size: .78rem;
	letter-spacing: 0.1rem;
	font-family: Meiryo, "メイリオ",sans-serif;
	color: rgba(255, 255, 255, 0.8);
}

#home .container,
#en .container  {
padding: 80px 0 0;
}
.container {
padding: 0;
width: 100%;
min-height: 800px;
margin-bottom: 5rem;
}


/* newArea */
.newsArea {
width: 100%;
margin: 2rem auto 0;
}
.newsArea h1 {
font-family: 'Libre Baskerville', serif;
}
.newsBox {
width: 100%;
height: 300px;
overflow-y: scroll;
overflow-x: initial;
margin: 0 auto;
border: 10px solid #dfdfdf;
padding: 1rem 1.5rem;
}
.newsBox li {
margin-bottom: 1rem;
font-size: 1rem;
}
.newsBox li a:link{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
padding-right: 1rem;
margin-left: 1rem;
}
.newsBox li a:hover{
background: #ccc;
}
.newsBox li a:before{
content: ">";
display: inline-block;
padding-left: 1rem;
}

#home section:first-child,
#en section:first-child  {
background-image: url(../img/img_bg_dot.png), url(../img/top_bg.png) ;
background-attachment: fixed, scroll;
background-repeat: repeat, no-repeat;
background-position:  left top, left 0;
background-size: 3px 3px, cover;
-webkit-background-size: 3px 3px, cover;
color: #000;
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
}
.annotaionBox {
/*background-color:rgba(0, 0, 0, .2);*/
/*font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Anton', sans-serif;*/
min-width: 300px;
max-width: 600px;
min-height: 500px;
margin: 0 auto;
width: 100%;
display: inline-block;
}
.annotaionBoxInner {
margin: 8rem auto 1rem auto;
padding: 2rem 2rem 2rem;
width: 100%;
text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
background-color:rgba(255, 255, 255, .85);
box-shadow: 2px 2px #999;
text-align: left;
border-radius: 20px;
}
.annotaionBox h2 {
margin: 0 0 1rem 0;
/*color: #fff;*/
font-size: 2.5rem;
color: #000;
font-family: "Francois One",sans-serif;
}
.annotaionBox p {
margin: 0;
/*font-size: 1.5rem;*/
word-break: normal;
}
h2 span {
font-size: 1rem;
font-weight: bold;
display: block;
/*border-bottom: 1px dotted rgba(0, 0, 0, 1)
padding-bottom: 1.5rem;*/
font-family: Meiryo, "メイリオ",sans-serif;
color: rgba(17, 140, 23, .8);
}

/*////    Search Box      ////*/
.searchArea {
margin: 0rem auto;
width: 100%;
padding: 5rem 0;
background: #dfdfdf;
}
.searchKey,
.searchPer  {
width: 100%;
max-width: 860px;
margin: 1rem auto;
}
.searchKey input,
.searchPer select {
padding: .5rem;
min-height: 2.63rem;
}
.searchKey h3,
.searchPer h3 {
display: inline-block;
text-align: left;
width: 20%;
min-height: 2.63rem;
line-height: 1.3;
font-size: 1.25rem;
font-weight: normal;
font-family: "Francois One",sans-serif;
color: rgba(0, 0, 0, 1)
margin: 0;
}
.searchKey h3 span,
.searchPer h3 span {
display: block;
font-size: .85rem;
font-weight: normal;
font-family: Meiryo, "メイリオ",sans-serif;
padding-left: 18px;
}
.searchKey h3:before,
.searchPer h3:before {
background-image: url(../img/icon_search.png);
background-repeat: no-repeat;
background-position: 0 0px;
background-size: 16px auto;
content:"" ;
display: inline-block;
width: 18px;
height: 16px;
} 
.searchArea .bg-faded input {
min-height: 2.63rem;
}
.searchKey input[type="text"],
.searchPer select {
width: 80%;
display: inline-block;
}
.searchKey .bg-faded,
.searchPer .bg-faded {
display: inline-block;
margin: 0 auto;
width: 80%;
float: right;
}
.searchArea .bg-faded button {
min-height: 2.63rem;
margin-left: .5rem;
float: right;
width: 18%;
background: rgba(0, 0, 0, 1)
border: none;
}

td button.btn{
text-align: center;
}
.resultArea {
margin: 0 auto;
width: 80%;
max-width: 960px;
/*border-top: 1px dotted rgba(0, 0, 0, 1)*/
/*display: none;*/
}
.resultArea h2 {
padding: 0;
/*background: rgba(17, 140, 23, .1);*/
}
table.result {
border-top: 1px solid rgba(0, 0, 0, 1)
border-bottom: 1px solid rgba(0, 0, 0, 1)
}
table.result.table-striped > tbody > tr:nth-of-type(2n+1) {
/*background: rgba(17, 140, 23, .1);*/
}
table.result thead th{
font-size: 1rem;
color:rgba(0, 0, 0, 1)
}
table.result thead th span{
display: block;
font-size: .9rem;
font-weight: normal;
}
table.result > tbody > tr > th {
width: 4%;
font-weight: 300;
color: rgba(0, 0, 0, 1)
}
.capture {
width: 200px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 .75em;
background: rgba(0, 0, 0, 1);
}

div.page_list {
    /*float: left;*/
    margin: 1rem 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
div.page_list ul {
    font-size: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
div.page_list ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    list-style: outside none none;
    text-align: center;
    width: 3.5em;
    font-size: 1rem;
}
div.page_list ul li a:hover {
background: rgba(0, 0, 0, 1)
color: #fff;
font-weight: bold;
}
div.page_list ul li a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 100%;
    width: 100%;
}
div.page_list a, div.page_list span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: none;
    margin: 0;
}
div.page_list ul li.prev {
    width: 6em;
}
div.page_list ul li.next {
    width: 6em;
}
div.page_list ul li.prev_all a, div.page_list ul li.next_all {
    border-right: 0 none;
    letter-spacing: -0.2em;
}
div.page_list ul li span {
}

#sub_title {
padding: 75px 0 0;
margin: 0 auto;
background: #dfdfdf;
width: 100%;
min-height: 35px;
height: 105px;
}
#sub_title .bread_crumb {
    margin: 0 auto 0;
    padding: 0;
    width: 960px;
}
#sub_title .bread_crumb li {
    line-height: 35px;
    display: inline-block;
    font-size: 0.75rem;
    float:left;
}
#sub_title .bread_crumb li a{
display: inline-block;
}
#sub_title h2 {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 35px;
    margin: 0 auto;
}
#sub_title .bread_crumb li a::after {
    padding-left: 1rem;
}
#sub_title .bread_crumb li a::after {
    content: ">";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    padding-right: 1.2rem;
}
#sub_title .bread_crumb li a {
    text-decoration: underline;
}

#contact section:first-child {
background: none;
}
#contact h1 {
color: rgba(0, 0, 0, 1)
padding: 0 0 3rem;
}
#contact .title {
    padding: 0;
    width: 960px;
}
#contact .formBox {
    margin: 0 auto 0;
    padding: 0;
    width: 960px;
}

#contact .text p a:visited,
#contact .text p a:link{
	text-decoration: underline;
	color: #2f6698;
}
#contact .contactForm dl dt{
	font-weight: bold;
	color: #666;
	text-align: left;
}
#contact .btnSubmit button {
	width: 80%;
}
#contact .btnSubmit button span{
	font-size: .8rem;
}

#contact .contactForm dl {
	min-height: 45px;
}
.formBox {
	position: relative;
}
.formBox h2 {
	background: rgba(255,129,0,.1);
	border: 1px solid #ff8100;
	color: #666;
	padding:.5rem;
	font-weight: bold;
	margin-top: 1.95rem;
}
.required {
	color: #fff;
	background: #d11c1e;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0 5px;
	font-size: 0.756rem;
}
.notrequired {
	color: #fff;
	background: #acacac;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0 5px;
	font-size: 0.756rem;
}
.contactForm {
	padding: 1rem 0;
	margin: 0 auto;
    width: 70%;
}
.contactForm dl {
	margin-bottom: 1rem;
}
.contactForm dl dt {
	padding: 0 0 .2rem;
	position: relative;
}
.contactForm dl dd input,
.contactForm dl dd textarea,
textarea{
	border : 2px solid #dfdfdf;
	padding: .5rem;
	width: 100%;
}
input[type="checkbox"] {
	width:auto;
	background: #efefef ;
}
.contactForm dl dd a {
	display: inline;
	color: #004DB9 ;
}
.contactForm dl dd label {
	width: 50%;
}
.contactForm dl dd input[type="radio"] {
	width: 2rem;
}
.contactForm dl.zip input {
	width: 60%;
}
.agreement {
	text-align: center;
	position: relative;
	padding-left: 2rem;
}
.agreement a:link{
	text-decoration: underline;
	    display: inline-block;
}
.agreement .checkbox {
	padding-right: 3rem;
}
.btnSubmit {
	margin:2rem auto 0;
	text-align: center;
}
.btnSubmit button {
	background: #ff8100;
	color: #fff ;
	border : none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	border-radius: 10;
	width: 40%;
	padding: .9rem 0;
	box-shadow: 0 5px #bb6002;
}
button:hover,
button:active,
.btnSubmit input[type="button"]:active,
.btnSubmit input[type="button"]:hover {
	cursor: pointer;
}

input::-webkit-input-placeholder::first-letter {
color: #ff0000 ;
}
.agreement input[type=checkbox] {
display: none;
}
.checkbox {
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
margin: 0;
padding: 0 0 0 20px;
vertical-align: top;
cursor: pointer;
}
.checkbox:hover {

}
.checkbox:hover:after {
border-color: #5985ad;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 45%;
  left: -18px;
  display: block;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  content: '';
  z-index: 1;
  /*background: #dfdfdf;*/
  background:#fff;
  border: 1px solid #dfdfdf;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 32%;
  left: -8px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 12px;
  border-right: 5px solid #6f9dc6;
  border-bottom: 5px solid #6f9dc6;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.checkbox-icon {
background-color: #dfdfdf;
}
.contactForm dl.person .required {
	right: 50%;
}
.contactForm dl.person dd input {
	width:50%;
	margin-right: 0.2rem;
}
.contactForm dl {
	min-height: 70px;
}
.contactForm dl dt {
	width: 32%;
	float: left;
}
.contactForm dl dd {;
	padding-left: 33%;
}
.checkbox:before {
	margin-top: -8px;
	left: -10px;
	width: 7px;
    height: 13px;
    border-right: 4px solid #6f9dc6;
    border-bottom: 4px solid #6f9dc6;
}
.checkbox:after { 
	width: 23px;
	height: 23px;
	top: 55%;
}
.contactForm .btnSubmit input[type="button"] {
	width: 36%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	padding: 1rem 0 .9rem;
}
.contactForm .agreement .required {
    position: static;
}
#contact .btnSubmit button {
    width: 40%;
}
.title h1 {
font-family: "Francois One",sans-serif;
}


/*/////////////////////////////////
SEARCH PAGE
//////////////////////////////  */
#search .searchArea {
border-radius: 10px;
    margin: 5rem auto 5rem;
    padding: 3rem;
    width: 960px;
}
.title {
width: 960px;
margin: 5rem auto 0;
/*color: rgba(0, 0, 0, 1)*/
}
#search .title h1 {
/*color: rgba(0, 0, 0, 1)*/
}

/*/////////////////////////////////
DETAIL PAGE
//////////////////////////////  */
#detail section > div{
width: 960px;
margin:0 auto ;
}

#detail section.movieArea {
width: 960px;
margin: 5rem auto 0;
font-size: 0;
min-height: 900px
}

#detail .movieBox {
width: 54%;
display: inline-block;
padding-right: 2rem;
}
#detail .movieBox iframe{
height: 350px;
box-shadow: 5px 5px #ccc;
}
#detail section div.notice {
color :#333;
font-size: 1rem;
border-radius: 10px;
margin: 2rem auto;
min-height: 100px;
padding: 0.5rem 1.5rem;
background: rgba(233, 233, 233, .5);
/*background: rgba(255, 129, 0, 0.1);
border : 2px solid rgba(17, 140, 23, .1);
box-shadow : 0 0 5px 5px rgba(17, 140, 23, .1);*/
}
.notice .text {
/*width: 70%;
float: left;*/
margin: 0;
font-size: .85rem;
}
.notice:after {
clear: both;
display: block;
content: "";
}
.contactBox {
border : 2px solid rgba(0, 0, 0, .5);
padding: .5rem 1rem;
/*border : 2px solid rgba(0, 0, 0, 1)
background: rgba(0, 0, 0, 1)
width:30%;
float: right;*/
text-align: center;
width:70%;
height: 60px;
margin: 1rem auto;
position: relative;
}
.contactBox:hover {
background: #ccc;
border: 2px solid rgba(233, 233, 233, 1);
cursor: pointer;
}
.contactBox a:visited,
.contactBox a:link {
color: rgba(0, 0, 0, .5);
font-weight: bold;
padding-top: 0.4rem;
padding-left: 1rem;
line-height: 1.2;
width:100%;
height:100%;
}
.contactBox a:hover {
text-decoration: none;
}
.contactBox a::before {
    background-image: url("../img/icon_gmenu_bl.png");
    background-position: 0 -242px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    content: "";
    display: inline-block;
    height: 32px;
    width: 30px;
    position: absolute;
    left: 2.2rem;
    top : .9rem;
}
.contactBox span {
display: block;
font-size: .95rem;
}
#detail .annotaionArea {
	width: 44%;
	min-height: 450px;
	display: inline-block;
	float: right;
	position: relative;
}
#detail .annotaionArea button.btn {
width: 100%;
height: 4rem;
border-radius: 10px 10px 0 0;
text-align: left;
font-weight: bold;
font-size: 1.15rem;
line-height: 1.2;
/*background : rgba(0, 0, 0, 1)*/
border: none;
}
#detail .annotaionArea button span,
#detail button span {
font-size: .75rem;
display: block;
}
.annotaionArea h2 {
/*background: rgba(17, 140, 23, 1) ;
color: #fff;*/
color: #777;
font-family: "Francois One",sans-serif;
margin: 0;
padding: .9rem 1rem .5rem 1rem;
text-align: center;
width: 40%;
height: 3.6rem;
font-size: 1.8rem;
border: 2px solid #dfdfdf/*rgba(17, 140, 23, 1)*/;
border-bottom: none;
position: absolute;
left:0;
top: 0;
z-index: 10;
height: 60px;
background: #fff;
}
.annotaionArea h2.active {
height: 3rem;
margin-bottom: 0.5rem;
}
.postedArea {
padding: 0;
margin: 0 0 1.5rem 0;
width: 100%;
z-index: 1;
position: absolute;
top: 58px;
left: 0;
}
.annotaionInput {
min-height: 260px;
width: 100%;
padding: 1.5rem 2rem 0 2rem;
text-align: center;
background: rgba(233,233,233,.5);
box-shadow: 0 3px rgba(233,233,233,.95);
margin-top: 3.5rem;
margin-bottom: 4rem;
/*border-radius: 10px;*/
}
.annotaionInput:after {
display: block;
content: "";
clear:both;
}
.annotaionInput input[type="text"] {
border: 2px solid #dedede;
}

.annotaionInput textarea{
border-left: 2px solid #dfdfdf;
border-right: 2px solid #dfdfdf;
border-top: 2px solid #dfdfdf;
border-bottom: 2px solid #dfdfdf;
min-height: 200px;
font-size: 1rem;
overflow-y: scroll;
margin-bottom: 1rem;
}
.annotaionArea dl.name {
margin-bottom: 1rem;
}
.annotaionArea dl.annotate {
margin-bottom: 0;
}
.annotaionArea dl dt {
text-align: left;
position: relative;
}
.annotaionArea dl.name dt {
/*float: left;
width: 28%;/
}
.annotaionArea dl.name dd {
/*padding-left: 29%;*/
}
.annotaionArea label {
/*color :rgba(0, 0, 0, 1)*/
color: #31859c;
}
.AnnotationInner {
position: relative;
}
.annotaionArea .btnSubmit {
background: #ff8100 ;
border: none;
border-radius: 5px;
box-shadow: 0 5px #bb6002;
color: #fff;
padding: .5rem 0;
width: 50%;
margin: 0 auto 1rem;
line-height: 1.2;
font-size: 1rem;
font-weight: 700;
}
.annotatePosted {
padding: 1.2rem;
margin: 0 auto 1rem auto;
overflow-y: scroll;
height: 300px;
width: 100%;
border: 2px solid #dfdfdf/*rgba(17, 140, 23, 1)#dfdfdf*/;
}
#detail .annotaionArea button.btn_dl {
color: #fff;
border-radius: 5px;
margin:0;
text-align: center;
width: 50%;
background: rgba(17, 140, 23, 0.7) 
}


.btnCollapse {
/*border: rgba(0, 0, 0, .5) 2px solid ;*/
border-radius: 5px;
text-align: center;
font-size: 1.1rem;
line-height: 1.2;
font-weight: bold;
width: 48%;
height: 3.2rem;
position: relative;
padding-left: 2.8rem;
position: absolute;
top: 0;
right: 0;
background: rgba(49,133,156,.9);
color: #fff;
}
.btnCollapse:before {
background-image: url("../img/icon_pencil_wh.png");
background-position: 0 3px;
background-repeat: no-repeat;
background-size: 24px auto;
content: "";
display: inline-block;
height: 30px;
width: 24px;
position: absolute;
top: 5px;
left: 1rem;
}
.btnCollapse:hover {
opacity: .8;
background: #ccc;
}
.btnCollapse span {
font-size: .75rem;
display: block;
}
.btnCollapse.active {
border: none;
border-radius: 0;
box-shadow: none;
background: rgba(233, 233, 233, 0.5) ;
width: 24%;
height: 3rem;
top: .55rem;
}
.btnCollapse p{
margin: 0;
}
.btnCollapse.active p:nth-child(1),
.btnCollapse p:nth-child(2){
display: none;
}
.btnCollapse.active p:nth-child(2){
display: block;
padding-top: 0.5rem;
color: #777;
}
.btnCollapse.active:before {
background-image: url("../img/icon_close.png");
background-position: 0 8px;
background-size: 18px auto;
height: 34px;
opacity: .5;
}

.binaryDl p {
margin: .5rem 0;
font-size: .85rem;
}
.binaryDl .btn {
margin: .5rem 0;
font-weight: bold;
font-size: 1.15rem;
line-height: 1.2;
height: 4rem;
background: rgba(17, 140, 23, .7);

}

/* 表示ボタン */
#show {
    /* 画面中央に表示 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;  /* (height + padding-top + padding-bottom + border-top + border-bottom) の半分 */
    margin-left: -56.5px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}

/* メッセージ */
.alert {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
    top: 0%;
    left: 10%;
    margin-left: -175px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}
.alert-info02 {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
    top: 40%;
    left: 20%;
    margin-left: -175px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
    background: rgba(255, 255, 255, .9);
}

/*/////////////////////////////////
UPLOAD
//////////////////////////////  */
#movie.upload {

}

#movie.upload .contactForm {
width: 50%;
}
#movie.upload .contactForm dl {

}
#movie.upload .contactForm dl {
    min-height: 70px;
}
#movie.upload .contactForm dl dt {
    float: none;
    width: 100%;
}
#movie.upload .contactForm dl dd {
    padding-left: 0;
}
.form-group {
width: 100%;
}
.input-group #file_input {
display: none;
}
#movie.upload .contactForm .btn-default {
margin-right: .3rem;
}
#movie.upload .contactForm .input-group {

}
#movie.upload .contactForm .input-group-btn {
width: 5%;
}
#movie.upload .contactForm .input-group {
width: 100%;
}
#movie.upload .contactForm .input-group input[type="text"].form-control{

}
.thanks .notice {
margin: 3rem auto;
text-align: center;
width: 50%;
font-size: 1rem;
}
.thanks .notice .text p:first-child {
font-size: 1.35rem;
}
p.error {
color :#d11c1e;
margin: .5rem 0;
}
.cover.active {
background: rgba(0,0,0,.7);
z-index: 998;
width:100%;
height: 200%;
display: block;
position: absolute;
left:0;
top:0;
}
.alert-success {
z-index: 999;
background: rgba(255 ,255 ,255,1);
border: #ccc 1px solid ;
box-shadow: 0 3px rgba(233, 233, 233, 0.95);
width: 20rem;
height: 8rem;
line-height: 6rem;
text-align:center;
}
#contact .alert {
left: 50%;
top: 30%;
}
.table.result thead th.name {
width: 40%;
}
.table.result thead th.date {
width: 11%;
}
.container{
padding: 35px 1.5rem ;
margin-bottom:1rem;
}
.container h1 {
padding-bottom: 1rem;
font-size: 1.4rem;
font-family: 'Droid Serif', serif;
}
.introBox {
font-family: 'Philosopher', sans-serif;
}
.table.result.publications {
border-top: 1px solid rgba(0, 0, 0, 1);
}
.table.result.publications tr:first-child td {
border-top: 1px solid rgba(0, 0, 0, 1);
}

@media screen and (min-width: 768px) {
nav#gnavi {
/*box-shadow: 1px 3px rgba(0, 0, 0, .1);*/
height: auto;
text-align: left;
background: none;
border: none;
}
nav#gnavi{
position: static;
top: 0;
width: 100%;
z-index: 10000;
}
#menu {
padding: 0;
}
.gnavi {
text-align: left;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-size: 0;
    padding-top: 0;
    border-top: none;
    background: rgba(255, 255, 255, 1);
}
.gnavi li {
width: 100%;
border: none;
display: block;
text-align: left;
}
.gnavi li:first-child {
border: none;
}
.gnavi li a {
padding: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.gnavi li a:visited, .gnavi li a:link {
font-size: 1.1rem;
font-weight:normal;
line-height: 1.3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #000;
    text-shadow: none;
}
.gnavi li a:hover {
/*background: rgba(66, 145, 168, .5);
color: #fff;*/
background: rgba(0, 0, 0, 1);
color: #000;
}
.gnavi li a.on{
/*background: rgba(66, 145, 168, 1);
color: #fff;
font-weight: bolder;*/
background: rgba(255, 255, 255, 1);
color: #000;
border-top: 1px dashed #666;
border-bottom: 1px dashed #666;
border-left: 1px dashed #666;
border-right: 1px solid #fff;
margin-left: 1px;
}
.gnavi li a:hover {
background: rgba(204,204,204,.5);

}
header {
width: 273px;
position: fixed;
top: 20px;
left: 20px;
height: 94%;
background: rgba(255, 255, 255, 1);
border-right: 1px solid #666;
margin-bottom:20px;
}
.hdr {
width: 100%;
height: 100%;
position: relative;
margin: 0 ;

}
header h1 {
height: auto;
position: static;
margin: 50px 0 50px 0;
font-size: 1.95rem;
text-align: center;
line-height: 1.35;
/*border-bottom: 1px solid #333;*/
letter-spacing: .05rem;
font-family: 'Noticia Text', sans-serif;
font-weight: 900;
}
header h1 a {
padding: 1.5rem 0 5rem;
color: #000;
}
header h1 span {
display: block;
padding-top: 1rem;
font-size: .85rem;
font-family: 'Noticia Text', sans-serif;
font-weight: 300;
}
header h1 br {
display: inline-block;
}
.container {
padding-top: 97px;
/*max-width: 840px;*/
max-width: 600px;
margin: 0 0 0 400px;
}
/* newArea */
.newsArea {
width: 100%;
margin: 0 auto;
}
h1 {
font-family: 'Bitter', serif;
}
.newsBox {

}
.newsBox {
width: 100%;
max-width: 500px;
height: auto;
overflow-y: visible;
overflow-x: visible;
margin: 0 0 100px;
padding: 0;
border: none;
font-size: 1rem;
font-family: 'Philosopher', sans-serif;
}
/* introArea */
.introArea {
width: 100%;
max-width: 500px;
margin: 0 0 5rem;
font-size: 1rem;
font-family: 'Philosopher', sans-serif;
}
.introArea h1,
.newsArea h1 {
text-align: left;
letter-spacing: 0.01rem;
margin-top:0;
margin-bottom:2rem;
font-size: 2rem;
font-family: 'Philosopher', sans-serif;
}
.introArea h1:after {
content: "";
display: block;
border-bottom:1px solid rgba(0,0,0,.3);
margin: 15px 0 0;
width: 10%;
}
.introBox {
text-align: left;
font-size: 1rem;
font-family: 'Philosopher', sans-serif;
}

footer {
position: fixed;
bottom: 5px;
left: 5px;
font-size: .85rem;
}
}