/* */
body {
    font-family:  "Helvetica","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}


/* */
input,input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

/* */
h1 {
}
.box h2 {
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 4px 0 4px 15px;
    background: #1B2E66;
}
/* */
div#headnav {
    width: 100%;
    border-bottom: 1px solid #000000;
    z-index: 200;
    padding: 0 5px;
    background: #FFFFFF;
    position: fixed;
}
div#headnav p {
	line-height: 26px;
    font-size: 10px;
}
/* */
#container {
    margin: 0 auto;
}
#slider {
    overflow: hidden;
    margin: 0 0 0px 0;
	position: relative;
    height: 370px;
}
#slide_wrap {
    width: 1800px;
    position: absolute;
    left: 50%;
    margin-left: -900px;
    background-color: #FFFFFF;
    height:350px;
}
.slider_entry {
    line-height: 1.4;
    font-size: 11px;
	opacity: 0.3;
}
#slider_entries .active {
	opacity: 1.0;
}


/* */
.slider_entry p {
    font-size: 12px;
}
header {
    overflow: auto;
    z-index: 100;
    position: fixed;
	width: 230px;
    height: 100%;
}
header h1 {
    text-align: center;
    padding: 50px 0 10px 0;
    display: block;
    background: #FFFFFF;
}
header nav {
    margin: 0 0 20px 0;
}
header nav ul {
}
header nav ul li {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
header nav ul li a {
    color: #FFFFFF;
    padding: 10px 0;
    display: block;
}
header nav ul li a:hover {
    background: #2A7DCB;
}
header #banner {
    margin: 10px;
}
header #banner img {
    margin: 0 0 10px 0;
    width: 100%;
}
/* */
#content {
    padding: 26px 0 0 0;
	border-left: 230px solid #1B2E66;
}
#content_inner {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 1000px;
}
@media screen and (max-width: 1200px){
#content_inner {
    margin: 0 15px;
    width: auto;
}
}
/* */
footer {
    padding: 20px 0;
    background: #000000;
    color: #FFFFFF;
}
footer a {
    color: #FFFFFF;
}
footer .inner {
    margin: 0 auto;
    width: 1000px;
}
@media screen and (max-width: 1200px){
footer .inner {
    margin: 0 15px;
    width: auto;
}
}
footer #f_logo {
    margin: 0 30px 0 0;
    float: left;
}
footer nav {
    float: left;
}
footer nav ul {
    margin: 0 10px;
    font-size: 13px;
    float: left;
}
footer #f_text {
    clear: both;
    text-align: center;
}
/* */
.box {
    background: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 5px;
}
/* */
#latest_info {
    margin: 0 0 20px 0;
    float: left;
    width: 500px;
    height: 270px;
}
#latest_info a {
    text-decoration: underline;
    color: #1B2E66;
}
@media screen and (max-width: 1200px){
#latest_info {
    float: none;
    width: auto;
}
}
#latest_info .inner {
    padding: 10px;
}
#latest_info ul {
    height: 200px;
    overflow: auto;
}
#latest_info li {
    padding: 5px 0;
    border-bottom: 2px solid #CCCCCC;
    list-style: none;
    font-size: 13px;
}
#youtube {
    width: 480px;
    float: right;
}
@media screen and (max-width: 1200px){
#youtube {
    margin: 0 auto;
    float: none;
}
}
#youtube iframe {
    width: 480px;
    height: 270px;
}
/* */
section#now,
section#online,
section#show {
    margin: 0 0 20px 0;
    padding: 10px;
}
section#now div,
section#online div,
section#show div {
    margin: 1%;
    float: left;
    width: 48%;
}
section#now div img,
section#online div img,
section#show div img {
    width: 100%;
}
section#now div dt,
section#online div dt,
section#show div dt {
    padding: 10px 0;
    font-size: 20px;
}
section#now div dd.date,
section#now div dd.place,
section#online div dd.date,
section#online div dd.place,
section#show div dd.date,
section#show div dd.place {
    margin: 0 0 3px 0;
    font-size: 18px;
}
section#now div dd.detail,
section#online div dd.detail,
section#show div dd.detail {
    padding: 10px 0;
    font-size: 13px;
}
section p.btn a {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 5px;
    background: #dc958d;
    background: -moz-linear-gradient(top,  #dc958d 0%, #ce5d63 100%);
    background: -webkit-linear-gradient(top,  #dc958d 0%,#ce5d63 100%);
    background: linear-gradient(to bottom,  #dc958d 0%,#ce5d63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc958d', endColorstr='#ce5d63',GradientType=0 );
}
.submit input {
	cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 5px;
    background: #dc958d;
    background: -moz-linear-gradient(top,  #dc958d 0%, #ce5d63 100%);
    background: -webkit-linear-gradient(top,  #dc958d 0%,#ce5d63 100%);
    background: linear-gradient(to bottom,  #dc958d 0%,#ce5d63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc958d', endColorstr='#ce5d63',GradientType=0 );
}
/* */
#sns {
    line-height: 1.5;
    margin: 0 0 20px 0;
    padding: 10px;
}
#sns .sns {
    margin: 1%;
    float: left;
    width: 31%;
}
#sns .sns input,
#sns .sns select {
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #CCCCCC;
}
#sns h2.title_pc {
    display: block;
}
#sns h2.title_sp {
    display: none;
}
#sns .sns select options {
    text-align: center;
}
/* */
#archives {
    line-height: 1.5;
    margin: 0 0 50px 0;
    padding: 10px;
}
#archives h2 {
    margin: 0 0 10px 0;
}
#archives li {
    font-size: 10px;
    margin: 1%;
    list-style: none;
    float: left;
    width: 18%;;
}
#archives li img {
    width: 100%;
}
#archives li a {
    color: #000;
}
#archives .more {
    clear: both;
    font-size: 12px;
    text-align: right;
}
#archives .more a {
    color: #D78541;
}


/* MEMBER */
#member {
    line-height: 1.5;
    font-size: 84%;
    margin: 0 0 1em 0;
}
#member #login{
    float: right;
}
#member #resister {
    float: left;
}
#member #login,
#member #resister {
    width: 49%;
    min-height: 270px;
    margin: 0 0 20px 0;
    padding: 20px;
}
#member .inner input {
    margin: 0 0 10px 0;
    width: 100%;
}
#member #login h2,
#member #resister h2,
#reminder h2 {
    margin: 0 0 10px 0;
}
/* reminder */
#reminder {
    font-size: 84%;
    margin: 0 0 20px 0;
    padding: 20px;
}
#reminder .inner input {
    line-height: 1.5;
    margin: 0 0 10px 0;
    width: 100%;
}
/* member_index */
#member_index {
    font-size: 84%;
    margin: 0 0 20px 0;
    padding: 20px;
}
#member_index h2 {
    margin: 0 0 15px 0;
}
#member_index table {
    margin: 0 0 10px 0;
    border-top: 1px solid #888888;
}
#member_index table td,
#member_index table th {
    padding: 3px;
    border-bottom: 1px solid #888888;
}
#member_index table td input {
	padding:3px;
}
#member_index table td select {
    border: 1px solid #888888;
	padding:3px;
}


/* みんナゾ */
#archive {
    margin: 0 0 20px 0;
    padding: 20px;
    line-height: 1.5;
}
#archive h2 {
    margin: 0 0 10px 0;
}
#archive li {
    font-size: 10px;
    margin: 1%;
    list-style: none;
    float: left;
    width: 23%;
}
#archive li img {
    width: 100%;
}
#archive li a {
    color: #000;
}
#archive .more {
    clear: both;
    font-size: 12px;
    text-align: right;
}
#archive .more a {
    color: #D78541;
}

#line_friend {
    display: none;
}