*{ margin:0; padding:0;}
html {
  touch-action: manipulation;
}
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.full-width {
  max-width: 320px;
  position: relative;
  left: -10px;
}
 
@media screen and (min-width: 321px) {
.full-width {
  max-width: 100%;
  position: initial;
}
}
html,body { height : auto ;}
#contener{
	max-height: 999999px;
}
input[type=text]    {
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
input[type="text"]:focus {
  outline: 0;
}
#header{
	background-color:#232323;
	color: #ffffff;
	font-size: 17px;
	padding: 10px;
	line-height: 145%;
}
#moji-now{
	text-align: center;
	padding:15px;
}

#bas_mado{
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    width: 100%;
    font-size: 36px;
    color: #e54b4b;
    padding: 4%;
    text-align: center;
}

#number_input{
   width: 95%;
   margin: 0 auto;
   margin-top: 3%;
}
.touroku_buttun,.all_clear_buttun,.message_touroku_buttun{
    display: block;
    margin: 15px auto;
    font-size: 18px;
    color: #fff;
    padding: 4%;
    border-radius: 10px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
}

.touroku_buttun,.all_clear_buttun{
    width: 58%;
}
.message_touroku_buttun{
    width: 60%;
}


.touroku_buttun{
    background-color: #0082c8;
}
.touroku_buttun:hover{
    background-color: #e54b4b;
}
.message_touroku_buttun{
    background-color: #2cbeda;
}
.message_touroku_buttun:hover{
    background-color: #0082c8;
}
.all_clear_buttun{
    background-color: #e54b4b;
}
.all_clear_buttun:hover{
    background-color: #0082c8;
}
.number_table{
   text-align: center;
   font-size: 16px;
   width: 95%;
   margin: 0 auto;
   color: #222222;
   border-collapse:collapse;
}
.number_table tr td{
   padding: 3%;
   margin-left : 0 ;
   margin-right : auto ;
}
.id_delete_form{
   display: inline-block;
}
.number_table tr{
   background-color: #e3e3e3;
}

.number_table tr:nth-child(2n+1) {
   background-color: #f5f5f5;
}

input#id_delete {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background: #616263;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    outline: 0;
    -webkit-appearance: none;
}
td.id_delete_td {
    /*width: 15%;*/
    width: 30%;
}
td.time_stump_td{
    /*width: 15%;*/
    width: 30%;
}
.time_stump_span_design{
	font-size:14px;
	color: #666666;
}
#messa_text_area_div{
   width: 95%;
   margin: 15px auto;
   margin-top:25px;
}
#messa_text_area{
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
   border: 2px solid #c1c1c1;
   border-radius: 5px;
   font-size: 18px;
   width: 100%;
   color: #232323;
   padding: 0.8em;
   text-align: left;
   outline: none;
}


input#id_delete:hover {
    background-color: #222222;
}
span.name_design {
    display: block;
    position: relative;
    left: 23%;
    font-size: 21px;
}
input::placeholder {
  color: #e3e3e3;
}
input::-webkit-input-placeholder { 
font-size: 24px;
padding-top: 0.1em;
}
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
    background: #222222;
    padding: 25px;
    color: #ffffff;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.5;
    background-color: #000000;
}


.message_add_link,.message_add_link2 {
    position: relative;
}
.message_add_link a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.message_add_link2 a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 以下見た目をわかりやすくするための設定*/
.message_add_link {
    width: 52%;
    margin: 15px auto;
    font-size: 18px;
    color: #fff;
    padding: 4%;
    border-radius: 10px;
    outline: 0;
    border: none;
    background-color: #e54b4b;
    -webkit-appearance: none;
}

.message_add_link a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.2;
    background-color: #000000;
    border-radius: 10px;
}

.message_add_link2 {
    width: 49%;
    margin: 15px auto;
    font-size: 18px;
    color: #fff;
    padding: 4%;
    border-radius: 10px;
    outline: 0;
    border: none;
    background-color: #e54b4b;
    -webkit-appearance: none;
}

.message_add_link2 a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.2;
    background-color: #000000;
    border-radius: 10px;
}
#bottun{
    display: block;
    width: 60%;
    margin: 15px auto;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
}
#bottun a{
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 4%;
    text-align: center;
    text-decoration: none;
}
#bottun{
    background-color: #0082c8;
}
#bottun:hover{
    background-color: #e54b4b;
}
@media screen and (min-width:480px) { 
    /*------------------------------------------------------------------------　画面サイズが480pxからはここを読み込む　*/
#contener{
   width: 100%;
}
#bas_mado{
    font-size: 36px;
}
.number_table{
    font-size: 21px;   
}
span.name_design {
    display: block;
    position: relative;
    left: 23%;
    font-size: 21px;
}
input::placeholder{
  font-size: 24px;
}
.time_stump_span_design{
	font-size:14px;
}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*------------------------------------------------------------------------　画面サイズが768pxから1024pxまではここを読み込む　*/
#contener{
   width: 100%;
}
#bas_mado{
    font-size: 58px;
}
.number_table{
    font-size: 24px;   
}
input::placeholder{
  font-size: 40px;
}
#moji-now {
    font-size: 21px;
}
}
@media screen and (min-width:1024px) {
    /*-------------------------------------------------------------------------　画面サイズが1024pxからはここを読み込む　*/
#contener{
   width: 1000px;
   margin: 0 auto;
}
#bas_mado{
    font-size: 82px;
}
.number_table{
    font-size: 32px;   
}
span.name_design {
    display: block;
    position: relative;
    left: 130;
    font-size: 36px;
}
.time_stump_span_design{
	font-size:21px;
}
input::placeholder {
  font-size: 60px;
}
#moji-now {
    font-size: 24px;
    margin: 10px 0;
}

}