@charset "UTF-8";
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
	max-width: 100%;
height: auto;
width /***/:auto;　
}
.timer{
	width : 100%;
	background-color : #C4031B;
	padding-top : 10px;
}
.timer2{
	display : none;
}
#container{
	width:100%;
}
  .main{
    background-image : url(../image/main_bg.png);
    background-repeat : repeat-y;
    background-position : center top;
    width : 855px;
    margin-left : auto;
    margin-right: auto;
  }
  .main p{
    width : 780px;
    margin-left : auto;
    margin-right: auto;
}

.suisenbox{
    width : 760px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 50px #ddd inset;
    -moz-box-shadow: 0 0 50px #ddd inset;
    -webkit-box-shadow: 0 0 50px #ddd inset;
    margin-left : auto;
    margin-right: auto;
}
.suisenbox_in{
	width : 700px;
	margin-left : auto;
	margin-right : auto;
}
.note{
	width : 100%;
background-image : url(../image/line.gif);
line-height : 36px;
margin: 0px;
}

.bunkatsu{
	width : 780px;
	margin-left : auto;
	margin-right : auto;
}
.left{
	float : left;
	width : 60%;
	text-align : left;
}
.right{
	float : left;
	width : 40%;
}
.clear{
	clear : both;
}

.check_box{
	width : 750px;
    position: relative;
    padding: 20px;
    color: #000000;
    background: #E5E3E3;
    overflow: hidden;
	margin-left : auto;
	margin-right : auto;
}
 
.check_box::before{
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #555151;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.syoukai_box{
	width : 760px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 50px #216596 inset;
    -moz-box-shadow: 0 0 50px #216596 inset;
    -webkit-box-shadow: 0 0 50px #216596 inset;
	margin-left : auto;
	margin-right : auto;
}
.syoukai_left{
	float : left;
	width : 160px;
}
.syoukai_right{
	float : left;
	width : 560px;
	padding-left : 20px;
}
.youtube_box{
	width : 680px;
	margin-left : auto;
	margin-right : auto;
}

.tokuten_box{
	width : 750px;
    padding: 20px;
    background: #28467A;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
	margin-left : auto;
	margin-right : auto;
}

.qa_box{
	width : 750px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 50px #ddd inset;
    -moz-box-shadow: 0 0 50px #ddd inset;
    -webkit-box-shadow: 0 0 50px #ddd inset;
	margin-left : auto;
	margin-right : auto;
}

.tyuui{
	width : 640px;
    padding: 20px;
    color: #000000;
	margin-top : 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #F7F4EE;
	margin-left : auto;
	margin-right : auto;
}

  #head{
    background-image : url(../image/head.jpg);
    background-repeat : no-repeat;
    background-position : center top;
    width : 100%;
    height : 700px;
  }
  .head_in{
	  display : none;
  }
  
  #footer{
	  width : 100%;
	  height : 32px;
	  background-color : #420E0F;
	  color : #ffffff;
	  text-align : center;
	  font-size : 85%;
  }
  
  .tokutei_box{
	  width : 780px;
	  margin-left : auto;
	  margin-right : auto;
	  font-size : 90%;
  }
  table {
	  width : 100%;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

.tokutei_title {
	width : 760px;
	padding: .5em .75em;
	background-color: #3A3939;
	color : #ffffff;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 20px;
	text-align : center;

}


}