﻿@charset "UTF-8";


/*----------------------------------------------------
    テーブル箇所サイズ指定（.table-layout）ブレイクポイント650
----------------------------------------------------*/

@media only screen and (max-width:650px){
    .table-layout { margin: 0 1px; }
    .table-layout th,
    .table-layout td{
	 display: block;      
           }
       
    section.container h1{
	 font-size: 12px;
	text-align: center;  
          }
          
    
    input,  select, textarea, .uneditable-input {
		width: 96%;
		margin:5px;

	}
	
	.input-style{
	}
		
	
	 button,  radio, checkbox, .uneditable-input {
		margin:10px;

	}
	
	textarea,input[type="text"]{
		}
	
	.easy-select-box {
 	display: block;
  	position: relative;
 	 -webkit-box-sizing: border-box;
          box-sizing: border-box;
  	margin: 0 auto;
	}

	
	.table-layout td  { 
		overflow:visible; 
		}
		
	.radiobutton-group-height{
		height: 80px;
		line-height: 50px;
		text-align: center;
		}
	
	
	.mark{
		display: none;
		}
	
	.table-row{
		display:table-row;
	}
	
	.radiobutton-group label{
		margin: 0 auto; 
	}
		
	.after-none-area{
		display: none;
		}

	
    .table-layout tr:first-child th   { border-top: 1px solid #ddd; }
}

