html,body {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
  //  background-color: #FFFFFF;
}
img {
    align: center;
    vertical-align: middle;
}
one-gesture-detector {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

input, textarea {
    font-size: 110%;
}
select {
    font-size: 100%;
}
input[type=file] {
    width: 120px;
    height: 32px;
    // margin-left: 5px;
    color: #F8FFCC;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
table {
    font-size: 100%;
}

.sesshu {
  //  border: 1;
  border-color: #ccff66;
  //   border-collapse: separate;
   // border: 1px solid #663333;
  //  border-style: solid;
   // border-spacing: 0;
    background-color: #FFFFFF;
}


.base {
    width:100%;
    font-size: 110%;
 //   background-color: #FFFFFF;
    color: #333333;
}
.desc {
    top:70px;
    left:30px;
    width:100%; /*akita@housaku.net 90% → 100% */
    height:74%;
    font-size: 110%;
    background-image: url(../imgg/desc.png);
    background-repeat: no-repeat;
    
    /* akita@housaku.net 追記 */
    background-attachment: fixed;
    background-position: center;
    
    margin-left: auto;
    margin-right: auto;
}
.inner {
    position:absolute;
    left:10px;
    width:100%; /*akita@housaku.net 88% → 100% */
}
.label {
    color: #660000;
    width:80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 110%;
}
.label2{
    color: #990000;
    width:80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 10px;
}

.panel{
    border: 1px solid #47F5AA;
    margin-top: 10px;
}

.list{
    font-size: 110%;
}
.link {
    color: #3333FF;
}
.warn {
    font-size: 125%;
    color: #FF4020;
}

#container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#header {
    position: fixed !important;
    position: absolute;
    width: 100%;
    height: 50px;
//    background-color: #BBBBBB;
    color: #ffffff;
    z-index: 2;
}

#contents {
    width: 100%;
    height: 100%;
    font-size: 110%;
 //   background-color: #F8FFCC;
    color: #333333;
    
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
//    padding: 0 auto;
    
}

.mon1,
.mon2,
.mon3,
.mon4,
.mon5,
.tue1,
.tue2,
.tue3,
.tue4,
.tue5,
.wed1,
.wed2,
.wed3,
.wed4,
.wed5,
.thu1,
.thu2,
.thu3,
.thu4,
.thu5,
.fri1,
.fri2,
.fri3,
.fri4,
.fri5{background:#FFF;color:#333;
    width: 50px;
    height: 60px;
    vertical-align: text-top;
    text-align: right;
    font-size: 110%;
}


.sat1,
.sat2,
.sat3,
.sat4,
.sat5{background:#DDF;color:#33F;
    width: 50px;
    height: 60px;
    vertical-align: text-top;
    text-align: right;
    font-size: 110%;
}

.month1 .date1,/* 元日 */
.month1 .mon2,/* 成人の日 */
.month2 .date11,/* 建国記念の日 */
.month4 .date29,/* 昭和の日 */
.month5 .date3,/* 憲法記念日 */
.month5 .date4,/* みどりの日 */
.month5 .date5,/* こども日 */
.month7 .mon3,/* 海の日 */
.month8 .date11,/* 山の日 */
.month9 .mon3,/* 敬老の日 */
.month10 .mon2,/* 体育の日 */
.month11 .date3,/* 文化の日 */
.month11 .date23,/* 勤労感謝の日 */
.month12 .date23,/* 天皇誕生日 */
#d20160321,/* 春分の日（年によって異なる 20日 - 21日） */
#d20170320,
#d20180321,
#d20160922,/* 秋分の日（年によって異なる 20日 - 24日） */
#d20170923,
#d20180924,
.sun1,
.sun2,
.sun3,
.sun4,
.sun5{background:#FDD;color:#F33;
    width: 50px;
    height: 60px;
    vertical-align: text-top;
    text-align: right;
    font-size: 110%;
}


/* akita@housaku.net*/

.info_text{
    //text-align : left ;
    
}

.info_text_over{
    margin-left: 3px;
    margin-right: 3px;
    //border: solid 1px #ff0000;
}

#info_table_list {
    width: 88%;
}

.top_table{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

//top_table2{
    //width: 100%;
    //}


.base2{
    width: 88%;
    margin-top: 10px;
//    border-top: solid 2px #00c090;
//    border-left: solid 2px #00c090;
//    background-color: #00c090;
    
//    -webkit-border-top-left-radius: 20px;
//    -webkit-border-top-right-radius: 20px;
//    -moz-border-radius-topleft: 20px;
//    -moz-border-radius-topright: 20px;
    
    margin-left: auto;
    margin-right: auto;
    
    text-align:center;
    font-weight:bold;
    font-size: 110%;
}

.desc2{
    width: 88%;
    margin-top: 10px;
//    border-top: solid 2px #00c090;
//    border-left: solid 2px #00c090;
//    border-right: solid 2px #00c090;
//    background-color: #00c090;
    
//    -webkit-border-top-left-radius: 20px;
//    -webkit-border-top-right-radius: 20px;
//    -moz-border-radius-topleft: 20px;
//    -moz-border-radius-topright: 20px;
    
    margin-left: auto;
    margin-right: auto;
    
    text-align:center;
    font-weight:bold;
    font-size: 110%;
}

.base_desc_name{
    /* border: 2px dotted #999; */
    width: 88%;
//    border-left: solid 2px #00c090;
//    border-right: solid 2px #00c090;
//    background-color: #47f5aa;
    
    margin-left: auto;
    margin-right: auto;
    
    text-align:center;
    font-weight:bold;
    font-size: 110%;
    
}

.base_desc_txt{
    width: 78%;
//    border-bottom: solid 2px #00c090;
//    border-left: solid 2px #00c090;
//    border-right: solid 2px #00c090;
//    background-color: #f8ffcc;
    
//    -webkit-border-bottom-right-radius: 20px;
//    -webkit-border-bottom-left-radius: 20px;
//    -moz-border-radius-bottomright: 20px;
//    -moz-border-radius-bottomleft: 20px;
    
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}



.bottomspace{
    margin:100px;
}


.quizlist{
    border-right: solid 1px #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radiust: 5px;
    padding: 10px;
    margin: 10px;
    width: 80%;
    font-weight:bold;
    font-size: 110%;
}


.quiz_ans{
    border-right: solid 1px #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radiust: 5px;
    padding: 10px;
    margin: 10px;
    width: 80%;
    font-weight:bold;
    font-size: 110%;
}

.quiz_ans2{
    border-right: solid 1px #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radiust: 5px;
    padding: 10px;
    margin: 10px;
    width: 80%;
    font-weight:bold;
    font-size: 110%;
    text-align:left;
}

.hsk_view_nicname{
    width: 100%;
}

.hsk_view_overvw{
    width: 100%;
}

/* プロフィールまわり */
.hsk_ques{
    /* 設問 */
    width: 83%;
    font-weight:bold;
    font-size: 100%;
    background-color: #00c090;
    margin-left: 5%;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.hsk_item{
    font-size: 100%;
    background-color: #BBB;
    color:#FFF;
    width: 88%;
    margin-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}


.hsk_item2{
    font-size: 100%;
    background-color: #f8ffcc;
    padding: 2%;
  //  text-align: center;
    width: 84%;
    margin-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;

}


input#nicname ,input#contact ,input#phone ,input#mail ,input#place ,input#address{
    width: 86%;
    //height: 10em;
}

textarea#overvw,textarea#text,textarea#name,textarea#overvw{
    width: 89%;
}

select#category, select#up_type{
    width: 90%;
}

/* radioボタンまわり */

.radio_area ul {
    //border-bottom:solid 1px #999;
    margin: 0px; /* 上下の余白削除 */
    padding: 0px;
}

.radio_area li{
    border-bottom:solid 1px #999;
    list-style:none;
}

/* 最初のliのみtopに線を追加 */
.radio_area ul li:first-child{
    border-top:solid 1px #999;
}

/* 回り込み解除 */
.radio_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}

.radio_area ul li input{
    float:left;
    opacity: 0;
}

/* 選択時のラベルの色 */
.radio_area ul li input[type="radio"]:checked + label {
    //background-color: #BBB;
    //color:#FFF;
    background-color: #f8ffcc;
    color:#000;
    font-weight:bold;
    font-size: 100%;
    
}


.radio_area ul li label{
    display:block;
    width:100%;
    //  padding:10px 0;
}

.radio_area ul li label:hover{
    cursor:pointer;
}


/* checkboxボタンまわり */

.check_area ul {
    //border-bottom:solid 1px #999;
    margin: 0px; /* 上下の余白削除 */
    padding: 0px;
}

.check_area li{
    border-bottom:solid 1px #999;
    list-style:none;
}

/* 最初のliのみtopに線を追加 */
.check_area ul li:first-child{
    border-top:solid 1px #999;
}

/* 回り込み解除 */
.check_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}

.check_area ul li input{
    float:left;
    opacity: 0;
}

.check_area ul li input[type="checkbox"]:checked + label {
    //background-color: #BBB;
    //color:#FFF;
    background-color: #f8ffcc;
    color:#000;
    font-weight:bold;
    font-size: 100%;
}

.check_area ul li label{
    display:block;
    width:100%;
    //    padding:10px 0;
}

.check_area ul li label:hover{
    cursor:pointer;
}


.board_list {
    //border-bottom:solid 1px #666;
    margin: 0px; /* 上下の余白削除 */
    padding: 0px;
    margin-top: 10px;
    width:88%;
    margin-left: auto;
    margin-right: auto;
    /*
    border:solid 1px #666;
    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
     */
}

.board_list li{
    width:80%;
//    border:solid 1px #666;
    
//    -webkit-border-top-left-radius: 10px;
//    -webkit-border-top-right-radius: 10px;
//    -moz-border-radius-topleft: 10px;
//    -moz-border-radius-topright: 10px;
    
//    -webkit-border-bottom-right-radius: 10px;
//    -webkit-border-bottom-left-radius: 10px;
//    -moz-border-radius-bottomright: 10px;
//    -moz-border-radius-bottomleft: 10px;

}

.board_list li:first-child{
    /* border-top:solid 1px #666; */
//    -webkit-border-top-left-radius: 10px;
//    -webkit-border-top-right-radius: 10px;
//    -moz-border-radius-topleft: 10px;
//    -moz-border-radius-topright: 10px;
}

.board_list li:last-child{
    border-bottom:none;
//    -webkit-border-bottom-right-radius: 10px;
//    -webkit-border-bottom-left-radius: 10px;
//    -moz-border-radius-bottomright: 10px;
//    -moz-border-radius-bottomleft: 10px;
    
}

.board_text{
    //  padding: 5px;
    margin-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
//    border-right: solid 1px #eeeeee;
//    background-color: #ffffff;
    
//    -webkit-border-top-left-radius: 10px;
//    -webkit-border-top-right-radius: 10px;
//    -moz-border-radius-topleft: 10px;
//    -moz-border-radius-topright: 10px;
//
//    -webkit-border-bottom-right-radius: 10px;
//    -webkit-border-bottom-left-radius: 10px;
//    -moz-border-radius-bottomright: 10px;
//    -moz-border-radius-bottomleft: 10px;
}

.board_text2{
    
    margin-top: 5px;
    //  padding: 5px;
 //   border-right: solid 1px #eeeeee;
 //   background-color: #f8ffcc;
    
 //   -webkit-border-top-left-radius: 10px;
 //   -webkit-border-top-right-radius: 10px;
 //   -moz-border-radius-topleft: 10px;
 //   -moz-border-radius-topright: 10px;
    
//    -webkit-border-bottom-right-radius: 10px;
//    -webkit-border-bottom-left-radius: 10px;
//    -moz-border-radius-bottomright: 10px;
//    -moz-border-radius-bottomleft: 10px;
}

ul {
    list-style:none;
}

a {
    text-decoration: none;
}

.al_title {
    position: absolute; top: 50%;
    width: 100%;
    background-color: rgba( 255, 255, 255, 0.7 );
    color: #000000;
}

