@charset "UTF-8";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
	max-width: 100%;
height: auto;
width /***/:auto;�@
}

body{
  font-size : 14px;
  background-image : none;

}

.timer2{
	width : 100%;
	background-color : #C4031B;
	padding-top : 10px;
}
.timer{
	display : none;
}

#container{
	width:100%;
}
  .main{
    background-image : none;
    background-repeat : repeat-y;
    background-position : center top;
    width : 100%;
    margin-left : auto;
    margin-right: auto;
  }
  .main p{
    width : 94%;
    margin-left : auto;
    margin-right: auto;
}

.suisenbox{
    width : 92%;
    padding: 7px;
    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 : 92%;
	margin-left : auto;
	margin-right : auto;
}
.note{
width : 100%;
background-image : url(../image/line_sp.gif);
line-height : 32px;
margin: 0px;
}

.bunkatsu{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
}
.left{
	width : 100%;
}
.right{
	width : 100%;
}

.check_box {
	width : 92%;
    position: relative;
    padding: 7px;
    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 : 92%;
    padding: 7px;
    background: #fff;
    box-shadow: 0 0 50px #E9DDC9 inset;
    -moz-box-shadow: 0 0 50px #E9DDC9 inset;
    -webkit-box-shadow: 0 0 50px #E9DDC9 inset;
	margin-left : auto;
	margin-right : auto;
}

.syoukai_left{
	width : 100%;
	text-align : center;
}
.syoukai_right{
	width : 100%;
}

.youtube_box{
	width : 94%;
	margin-left : auto;
	margin-right : auto;
}
.tokuten_box {
	width : 92%;
    padding: 7px;
    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 : 92%;
    padding: 7px;
    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 : 92%;
    padding: 8px;
    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_in{
	width : 100%;
	height : auto;
}

.tokutei_box{
	width : 94%;
	margin-left : 5px;
	margin-right : auto;
}
  table {
    border-top: 0px solid #999;
  }
  table td {
    display: block;
    text-align: left;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	padding : 5px;
  }
  
  .tokutei_title {
	width : 94%;
	padding: .4em .30em;
	background-color: #3A3939;
	color : #ffffff;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 10px;
	text-align : center;

}

}