@charset "utf-8";

/*============================================================================
	PC非表示
	茶色の色コード　#5b3100
==============================================================================*/

.hiddenPc{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	width:318px;
	height:51px;
	margin: 8px auto;
	float: left;
}
h1#logo a{
    display:block;
	width:318px;
	height:51px;
	background: url(../img/logo.png) no-repeat;
	background-size: 318px 51px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;
}
h1#logo a:hover { text-decoration:none;}


.loginBox{
	float: right;
	text-align: center;
	width: 100px;
	margin-left: 40px;
	margin-top: 0;
}
.loginBox span.loginBoxText{
	font-size: 100%;
	font-weight: bold;
	color: #483503;
	display: block;
	margin-bottom: 3px;
}
.loginBox a.loginBtn{
	display: block;
	width: 100px;
	background:#fdd000 url(../img/bg_mail.png) no-repeat 10px center;
	background-size: 14px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 13px 0px 10px 10px;
	margin-bottom: 5px;
	border-bottom: 4px solid #c19200;
	border-radius: 5px;
}
.loginBox a.loginBtn:hover{
	text-decoration: none;
	background:#fae900 url(../img/bg_mail.png) no-repeat 10px center;
	background-size: 14px 20px;
	border-bottom: 4px solid #c19200;
}

nav {
display: block;
width: 100%;
background: #313131;
clear: both;

margin: 0px auto 10px auto;
}
#menu{
  list-style-type: none;
text-align: center;
width: 980px;
margin: 0 auto;
padding: 0;
}
#menu li{
  position: relative;
width: 16%;
list-style-type: none;
display: inline-block;
  margin: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 16px 0 14px;
font-size: 110%;
color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
#menu li:hover > a{

  color: #000075;
}
#menu > li:hover > a{
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#menu li ul li{
  overflow: hidden;
  width: 120%;
  height: 0;
  color: #fff;
}
#menu li ul li a{
  padding: 14px 15px;
  color: #FFF;
  background-color: #313131;
  text-align: center;
  font-size: 97%;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: hidden;
  height: 40px;
  margin-bottom: -4px;
  border-bottom: 1px solid #313131;
}
#menu li:hover ul li:last-child a{}

#menu li a span{
display: block;
font-size: 80%;
margin-top: 3px;
color: #000075;
text-decoration: none;
}
#menu li a:hover span{
color: #000075;
}

/*============================================================================
	slider
==============================================================================*/

#sliderWrap{
	width: 100%;
	background-color: #e5e5c9;
}

#sliderWrap .sliderBox{
	width: 980px;
	margin: 0 auto 15px auto;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

/* Main部分バナー */
.mainBn{ width:660px; padding:0 0 20px 0; text-align:center; clear: both;}

#pan {
	width:970px;
	font-size: 77%;
	color: #333;
	margin: 0 0 10px 0;
}
#pan a{color: #333;}

#title_main_sub {
	width:970px;
	margin: 10px 0 10px 0;
}

#mainCont h2{
	clear: both;
	color: #313131;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 10px 20px;
	background: url(../img/bg_h2.png) no-repeat left center;
	margin:10px auto 20px auto;
}
#mainCont h3{
	clear: both;
	margin:10px 0;
	font-size:130%;
	color:#333;
	font-weight:bold;
}
#mainCont h3.regTitle{
	clear: both;
	box-sizing: border-box;
	margin:10px auto 20px auto;
	font-size:130%;
	color: #313131;
	font-weight:bold;
	padding-bottom: 10px;
	padding-left: 6px;
	border-bottom: 1px solid #313131;
}
#mainCont h4{
	margin:15px 15px;
	padding: 8px;
	font-size:120%;
	color:#333;
	border-left: 3px solid #666;
	font-weight:bold;
}
#mainCont h5{
	clear: both;
	margin:10px 15px;
	font-size:110%;
	color:#333;
	font-weight:bold;
}
#mainCont h6{
	clear: both;
	margin:70px 15px 10px 15px;
	font-size:110%;
	color:#333;
	font-weight:bold;
}

time.mainTime{
	font-size:100%;
	padding: 0 0 15px 15px;
}
h3.mainMidashi{
	font-size:130%;
	padding: 0 0 15px 15px;
	border-bottom: 2px solid #e7e7e7;
}

#mainCont p {
	padding:5px;
	margin:0 10px;
	color: #333;
	font-size: 110%;
	line-height:180%;
	margin-bottom: 10px;
}

#mainCont .right {
	text-align: right;
	padding:5px;
	margin:0 10px;
	color: #333;
	font-size: 110%;
	line-height:180%;
}

#mainCont .overView{
	float: right;
	margin-bottom:20px;
}
#mainCont .overView a{
	background: url(../img/bg_btn_more.png) no-repeat center top;
	display: block;
	width: 117px;
	height: 17px;
	padding-top: 5px;
	text-align: center;
	font-size: 80%;
	color: #333;
	text-decoration: none;
}
#mainCont .overView a:hover{
	color: #999;
	text-decoration: none;
}

.testRight{
	width: 98%;
	text-align: right;
	font-size: 100%;
}



/* リスト */
#mainCont ol.subList{padding:10px 10px; list-style-type:none;}
#mainCont ol.subList li{
font-size:110%;
color: #333;
padding: 0px 0 0px 15px;
margin-bottom: 10px;
list-style-position:outside;
background: url(../img/list_icon.png) no-repeat 0px 5px;
background-size: 7px 7px;
}

/* DL */
#mainCont ol.dlList{padding:5px 10px; list-style-type:none;}
#mainCont ol.dlList li{
font-size:110%;
color: #333;
padding: 10px 0 10px 25px;
margin-bottom: 5px;
list-style-position:outside;
background: url(../img/icon_dl.png) no-repeat 0px 8px;
background-size: 20px 20px;
}
/* PDF */
#mainCont ol.pdfList{padding:5px 10px; list-style-type:none;}
#mainCont ol.pdfList li{
font-size:110%;
color: #333;
padding: 10px 0 10px 25px;
margin-bottom: 5px;
list-style-position:outside;
background: url(../img/icon_pdf.png) no-repeat 0px 8px;
background-size: 20px 20px;
}


/* 強調BOX */
#upBox{
	clear: both;
	width: 98%;
	margin: 20px auto;
	border: 1px solid #313131;
}
#upBox .upTitle{

	padding: 8px;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	background: #313131;
}
#upBox .upText{
	padding: 10px;
	background: #f3f3f3;
	font-size: 100%;
}

/* コンテンツメニュー画像 */
#contBox{
	clear: both;
	width: 660px;
	margin-left: -5px;
	margin-bottom: 20px;
}
#contBox .contBn{
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-decoration: none;
	position:relative;
}

/* 動画一覧 */
/* inlineBlock */
/* 2 */
.inlineBlock2{
	margin: 20px auto 0px auto;
	text-align: left;


}
.inlineBlock2 .inlineBlockOne2{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 300px;
	margin: 0 5px 10px 5px;
	padding: 3px;
	position: relative;/* ランキングマーク用 */


	background: #FFF;
	box-shadow: 0px 0px 2px #999;
	border-radius: 3px;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockImg2{
	text-align: center;
	margin:0 auto 10px;
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.inlineBlock2 .inlineBlockOne2 h3.inlineBlockTitle2{
	text-align: left;
	line-height: 150%;
	font-size: 1.0em;
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 3px;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockText2{
	text-align: left;
	line-height: 140%;
	font-size: 1.0em;
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 3px;
}

.movBox{
	width: 640px;
	margin: 20px auto;
}
.movTitle{
	width: 640px;
	margin: 20px auto;
	text-align: left;
	line-height: 150%;
	font-size: 1.6em;
	font-weight: bold;
}

/* 視聴後1 */
.doneIcon{
	float: left;
	border-radius: 6px;
	padding:4px 8px 6px;
	background: #CC0000;
	color: #FFF;
	font-size: 12px;
	line-height: 110%;
}
.ansKeyBlock{
	margin: 6px 20px;
}
.ansKey{
	border: 1px solid #a0a0a0;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 6px;
}
.ansTime{
	font-size: 14px;
}


/* inlineBlock */
/* 3 */
.inlineBlock3{
	margin: 10px auto 0px auto;
	text-align: left;
}
.inlineBlock3 .inlineBlockOne3{
	display: inline-block;
	text-align: center;
	vertical-align: top;
//	width: 46%;
	width: 92%;
	margin: 0 5px 10px 5px;
	padding: 3px;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockImg3{
	margin:10px auto 10px;
	display: block;
	width: 100%;
}
.inlineBlock3 .inlineBlockOne3 h3.inlineBlockTitle3{
	text-align: left;
	line-height: 150%;
	font-size: 1.0em;
	padding: 3px 3px 3px 8px;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 3px;
	border-left: 2px solid #333;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText3{
	text-align: left;
	line-height: 140%;
	font-size: 1.0em;
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 3px;
}

.btnMVansBox{
	width: 100%;
	text-align: right;
	margin-bottom: 6px;
}
.btnMVans{
	display: inline-block;
	border: none;
	padding: 4px 18px;
	background: #FFCC00;
	color: #333;
	border-radius: 3px;
	width: 120px;
	text-align: center;
}
.btnMVansRe{
	display: inline-block;
	border: none;
	padding: 4px 18px;
	background: #666;
	color: #fff;
	border-radius: 3px;
	width: 90px;
	text-align: center;
}
.areaMVans{
	width: 96%;
	height: 150px;
	padding: 2%;
}




/* QA dl */

dl.qaBox {
margin-top:20px;
margin-left:10px;
margin-bottom:40px;
}
dl.qaBox dt {
	float: left;
width: 60px;
padding: 8px;
font-size: 180%;
font-weight: bold;
line-height: 160%;
}
dl.qaBox dd {
margin-left:76px;
border-bottom: 1px solid #e7e7e7;
padding:18px 8px;
font-size: 110%;
line-height: 160%;
}


/*
dl dd:first-letter{
     color: #ff6767;
}
*/
/*============================================================================
	rightCont
==============================================================================*/

.rightContBn{
	width: 300px;
	margin: 0 auto 5px auto;
	text-align: center;
}

#rightCont h3.rightH3{
	clear: both;
	color: #313131;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 10px 20px;
	background: url(../img/bg_h2.png) no-repeat left center;
	margin:10px auto 10px auto;
}

#rightCont ul.rightMenu{
	margin: 10px 0;
	list-style: none;
}
#rightCont ul.rightMenu li a{
	display: block;
	padding: 17px 10px;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	border-left: solid 5px #313131;
	border-bottom: solid 1px #e7e7e7;
}
#rightCont ul.rightMenu li a.now{
	display: block;
	padding: 17px 10px;
	font-size: 120%;
	color: #999;
	text-decoration: none;
	border-left: solid 5px #313131;
	border-bottom: solid 1px #e7e7e7;
}
#rightCont ul.rightMenu li a:hover{
	color: #999;
	text-decoration: none;
	border-left: solid 5px #999999;
}


#rightCont .menberInfo table {
	width: 95%;
	border-collapse: collapse;
	margin: 15px auto 20px auto;
}
#rightCont .menberInfo th, #rightCont .menberInfo td {
	font-size: 110%;
	padding: 5px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: middle;
	color: #666;
	text-align: center;
}

#rightCont .menberInfo th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #313131;
	font-weight: bold;
}
#rightCont .menberInfo td {
	padding: 10px 0;
}
#rightCont .menberInfo td.tdLF{
	color: #666;
	text-align: left;
	vertical-align: middle;
}
#rightCont .menberInfo td.tdLF a{
	color: #666;
}
#rightCont .menberInfo table i{
margin-right: 8px;
}

/* rightloginBtn */
a.rightloginBtn{
	display: block;
	width: 95%;
	background:#fdd000 url(../img/bg_mail.png) no-repeat 35% center;
	background-size: 14px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 13px 0px 10px 10px;
	margin: 5px auto 15px auto;
	border-bottom: 4px solid #c19200;
	border-radius: 5px;
}
a.rightloginBtn:hover{
	text-decoration: none;
	background:#fae900 url(../img/bg_mail.png) no-repeat 35% center;
	background-size: 14px 20px;
	border-bottom: 4px solid #c19200;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	float: right;
	display: block;
	cursor: pointer;
	background: url(../img/gotop.png);
	width: 54px;
	height: 54px;
	text-indent: -9999px;
}

/* footLeft */
#footLeft {
	margin: 0 auto;
	width: 1000px;
}
.footList{
	float: left;
	margin: 5px 35px 0 0;
	padding-left: 15px;
	border-left: 5px solid #FFF;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
.footList li.footMenu:first-child{
font-weight: bold;
font-size: 110%;
color: #FFF;
}
.footList li.footMenu a{
	font-size: 100%;
	color: #FFF;
}
.footList li.footMenu a:hover{
	color: #FFF;
	text-decoration: underline;
}

/* footRight */
#footCenter {

}
#footCenter a{
	display: block;
	text-indent: -9999px;
	margin: 30px auto 10px auto;
	width: 318px;
	height: 51px;
	background: url(../img/logo_foot.png) no-repeat left center;
}
#footCenter p.copyright {
	font-size: 80%;
	text-align: center;
	margin:20px 0;
	color: #FFF;
}


/*============================================================================
	ボタン各種
==============================================================================*/

a.mainBtn{
	display: block;
	width: 290px;
	background:#fdd000;
	color: #483503;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 5px auto;
	border: 1px solid #c19200;
	border-radius: 5px;
}
a.mainBtn:hover{
	text-decoration: none;
	background:#fbb000;
}

.mailMainText{
	font-size: 100%;
	font-weight: bold;
	color: #483503;
	display: block;
	margin: 5px auto;
	text-align: center;
}
a.mailBtn{
	display: block;
	width: 80%;
	background:#fdd000 url(../img/bg_mail.png) no-repeat 20px center;
	background-size: 14px 20px;
	color: #483503;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 10px;
	margin: 5px auto;
	border: 1px solid #c19200;
	border-radius: 5px;
}
a.mailBtn:hover{
	text-decoration: none;
	background:#fae900 url(../img/bg_mail.png) no-repeat 20px center;
	background-size: 14px 20px;
}

.btnInput {
	border: none;
	display: block;
	width:300px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 5px auto 20px auto;
	border-radius: 5px;

	background:#313131;
	border-bottom: 4px solid #000000;
}
.btnInput:hover{
	background-color: #33a7ef;
	border-bottom: 4px solid #008bdf;
}

.btnInputBack{
	display: block;
	border: none;
	width:300px;
	background:#ddd;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 5px auto 2px auto;
	border-radius: 3px;
}
.btnInputBack:hover{
	background:#BBB;
}

.hisu{
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding:2px; 1px;
	font-size: 80%;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

.blueBtn {
	border: none;
	display: block;
	width: 95%;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 5px auto 20px auto;
	border-radius: 5px;
	background-color: #33a7ef;
	border-bottom: 4px solid #008bdf;
}
/*============================================================================
	レスポテーブル
==============================================================================*/

.noWrap
{
white-space: nowrap;
}

section table	{ width: 100%; margin-top: 20px;}
section th, section td	{ padding: 20px; border-bottom: 1px solid #d8d8d8; font-size: 110%; color: #333;}
section th	{ vertical-align: middle; }
section th.borNone, section td.borNone {
	border-bottom: none;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th	{ width: 43%; text-align: left; }
@media only screen and (max-width:480px){
	.demo01	{ margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
		width: 100%;
        display: block;
		border-top: none;
    }
	.demo01 tr:first-child th	{ border-top: 1px solid #d8d8d8; }
}

input.wL{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 300px;
}
input.wM{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 120px;
}
input.wS{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width: 60px;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #e7e7e7;
	width:300px;
	height:150px;
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 98%;
	border-collapse: collapse;
	margin: 15px auto 10px auto;
}

.defTable th, .defTable td {
	font-size: 100%;
	padding: 5px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: middle;
	color: #666;
}

.defTable th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

.defTable td.bigTd{
	font-size: 140%;
	vertical-align: middle;
}

.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/

.defTable table tr.odd td {
	background: #efefef;
}

.defTable table tr.even td {
	background: #999999;
}


/* pager */
.pager {
	text-align:center;
	margin:40px 30px 20px 0;
	clear:both;
}
.pager li {
	display:inline;
}
.pager li.pager_num span {
	display:inline-block;
	padding:4px 8px;
	margin-left:5px;
}
.pager li.pager_num span.now {
	display:inline-block;
	padding:4px 8px;
	margin-left:5px;
	background-color:#dddddd;
	font-weight:bold;
	color:#FFFFFF;
}
.pager li.pager_num a {
	display:inline-block;
	padding:4px 10px;
	margin-left:15px;
	text-decoration:none;
	background-color:#FFF;
}
.pager li.pager_num a:hover {
background: url(../img/btn_ov.png) center center;
  color: #dddddd;
}
.pager_next {
	margin-left:10px;
	font-weight:bold;
}
.pager_next a:link {
	margin-left:10px;
	text-decoration:underline;
}
.pager_next a:visited {
	margin-left:10px;
	text-decoration: underline;
}
.pager_next a:hover {
	margin-left:10px;
	text-decoration:none;
}

