@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	width:100%;
	margin: 0 auto;
	line-height:1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;/*SPでの見え方を調整*/
	color:#333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #333;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

img{
     display:block;
}

/*メイン*/

#panel-btn{
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #2196F3;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #2196F3;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*サークル部分*/

#panel-btn{
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}

/*アイコン部分*/

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #2196F3;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #2196F3;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel{
    display: none;
    width: 898px;
    background-color: #fff;
    padding: 10px 16px;
    border: 4px solid #a1a1a1;
    position: absolute;
    margin-left: 30px;
}

.menu1{
  float: left;
  font-size: 18px;
  padding: 21px 0 21px 10px;
}

.arrow01{
  float: left;
  padding: 10px 10px 10px 144px;
  margin: 10px 0 10px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow02{
  float: left;
  padding: 10px 10px 10px 126px;
  margin: 10px 0 10px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow03{
  float: left;
  padding: 10px 10px 10px 20px;
  margin: 10px 0 10px 0;
}

.menu2{
  float: left;
  font-size: 17px;
  color: #909090;
  padding: 15.5px 0 15.5px 10px;
}

.arrow04{
  float: left;
  padding: 6px 10px 6px 17px;
  margin: 8px 0 8px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow05{
  float: left;
  padding: 6px 10px 6px 17px;
  margin: 8px 0 8px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow06{
  float: left;
  padding: 6px 10px 6px 51px;
  margin: 8px 0 8px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow07{
  float: left;
  padding: 6px 10px 6px 51px;
  margin: 8px 0 8px 0;
  border-right: 2px solid #f3f3f3;
}

.arrow08{
  float: left;
  padding: 6px 10px 6px 53px;
  margin: 8px 0 8px 0;
}

.menu3{
  float: left;
  font-size: 14px;
  color: #ababab;
  margin: 10px 0 10px 10px;
  padding: 0 10px 0 0;
  border-right: 2px solid #f3f3f3;
}

.menu4{
  float: left;
  font-size: 14px;
  color: #ababab;
  margin: 10px 0 10px 10px;
  padding: 0 10px 0 0;
}

header{
  width: 960px;
  margin: 0 auto;
}

.logo_img{
  float: left;
  margin: 17px 20px 0px 0;
}

.login_img{
  float: left;
  margin: 11px 8px 0 120px;/*11px 8px 0px 134px;*/
}

.menu_img{
  margin: 11px 0px 0 0;
  float: left;
}

h1{
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 26px 0 19px 0;
}

.top{
  background-color: #e3e3e3;
  font-size: 14px;
  padding: 6px 26px 6px 30px;
  color: #fff;
  float: left;
}

.therapist_list{
  background-color: #a1a1a1;
  font-size: 14px;
  padding: 6px 26px 6px 30px;
  color: #fff;
  float: left;
}

.gtw_therapist{
  background-color: #a1a1a1;
  font-size: 14px;
  padding: 6px 26px 6px 30px;
  color: #fff;
  float: left;
}

.top_bar{
  width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  height: 26px;
  background-color: #e3e3e3;
}

.pankuzu{
  float: left;
}

.main-visual_jpg{
  width: 960px;
  margin: 0 auto;

.operator{
}

.situation{
  margin: 0 auto;
  background-image: url(../img/operator.jpg);
  background-repeat: no-repeat;
  background-color: #ffffb5;
  margin-top: 16px;
}

.situation_txt1{
  background-color: #795f00;
}

.situation_txt2{
  font-size:24px;
  padding-bottom: 26px;
  padding-left: 130px;
}

.situation_inbox{
  float: left;
  background-color: #ffffb5;
  padding: 35px 0px;
  margin: 13px 0 33px 0;
}

.red{
  color: #ff0000;
}

}
h2{
  margin-left: 22px;
  padding: 14px 20px 20px 20px;
  width: 398px;
  background-color: #f2e8c6;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
}

h3{
  margin-left: 22px;
  padding: 14px 20px 20px 20px;
  width: 398px;
  background-color: #f2e8c6;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  float: left;
}
h4{
  background-color: #f2e8c6;
  width: 443px;
  padding: 20px 19px 10px 19px;
  font-size: 14px;
  font-weight: normal;
  line-height: 125%;
}

.example{
  background-image: url(../img/example.jpg);
  background-repeat: no-repeat;
  width: 443px;
  height: 116px;
  margin-left: 20px;
}

.part1{
  float: left;
}
.part2{

}
.part3{
  margin-bottom: 34px;
}

.menu_box1{
  text-align: center;
  font-size: 14px;
  float: left;
  line-height: 140%;
  margin: 40px 0 0 35px;
}

.menu_box2{
  text-align: center;
  font-size: 14px;
  float: left;
  line-height: 140%;
}

.course{
  float: left;
}

h5,h6{
  width: 407px;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
}

.today{
  background-color: #26458d;
  text-align: center;
  width: 100%;
  font-size: 32px;
  padding: 7px 0 7px 0;
  color: #fff;
  font-weight: bold;
}

.click_reservation{
  background-image: url(../img/reservation.jpg);
  background-repeat: no-repeat;
  background-color: #f3e8c6;	/* insert */
  width: 960px;/*900px;*/
  margin: 0 auto;
  height: 260px;/*190px;*/
  margin-top: 16px;
  padding-bottom: 20px;/*40px;*/
  background-position: center;	/* insert */
}

.reservation{
  width: 396px;
  margin-left: 500px;/*475px;*/
  padding-top: 70px;/*36px;*/
}

.reservation_top{
  text-align: center;
  background-color: #795f00;
  font-size: 18px;
  color: #fff;
  padding: 6px;
}

.reservation_middle{
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}

.time{
  width: 45px;
  background-color: #e3e3e3;
  padding: 12px 0px 12px 0px;
  text-align: center;
  float: left;
}

.reservation_bottom{

}

.ox{
  float: left;
}

.accordion_top{
    display:block;
    width: 436px;
    cursor:pointer;
    margin: 0 auto;
    }

.top_in{
  width:436px;
  margin: 0 auto;
  margin: 20px 0 0 25px;
}

.open-6{
    width:436px;
    margin: 0 auto;
    display:none;
    }

.reservation2{
  width: 396px;
  margin-top: 7px;
}

.therapist_name{
  font-size: 24px;
  padding-top:5px;
  margin:0 0 8px 0;
}

.old{
  font-size: 14px;
}

.pics_in{
  width: 80px;
  float:left;
  background:transparent;
}

.pics_in img{
  height:60px;
  margin-left: 10px;
  /*width:60px;*/
}

.pics_in2{
  width: 102px;
  float:left;
  background:transparent;
}

.pics_in2 img{
  height:60px;
  margin-left: 10px;
  padding-right: 20px;
  /*width:60px;*/
}

.new_mark{
  background-image: url(../img/new.jpg);
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 5px;
  position:absolute;
  margin-top:-55px;
  margin-left:58px;
}

.new_mark2{
  background-image: url(../img/new.jpg);
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 5px;
  position:absolute;
  margin-top:-53px;
  margin-left:72px;
}

.today_mark{
  position:absolute;
  background-image: url(../img/today.gif);
  background-repeat: no-repeat;
  width: 175px;
  height: 44px;
  position:absolute;
  margin-top:-30px;
  margin-left:310px;
}

.old_mark{
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 5px;
}

.sejutsu_box{
  box-sizing:border-box;
  width: 94px;
  height:23px;
  text-align: center;
  background-color: #daa1c2;
  color: #fff;
  float: left;
  margin:4px;
  padding-top:4.5px;
  padding-bottom: 4.5px;
  font-size: 14px;
}

.f24{
  font-size: 14px;
}
.f20{
  font-size: 14px;
}
.f16{
  font-size: 14px;
}

.aroma{
  margin: 20px 0 8px 138px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.facial{
  margin: 20px 0 8px 8px;
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.shiatsu{
  margin: 20px 0 8px 8px;
  font-size: 16px;
  padding: 12px 0 12px 0;
}

.swedith{
  margin: 0 0 8px 0;
  font-size: 16px;
  padding: 12px 0 12px 0;
}

.head{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.stretch{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.thai{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.refle{
  margin: 0 0 8px 0;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.tsuyomomi{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.yasemi{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.maternity{
  margin: 0 0 8px 8px;
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.small_face{
  margin: 0 0 14px 0;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.therapist_txt{
  padding: 10px 48px 13px 28px;
  font-size: 14px;
  line-height: 150%;
  /*height: 65px;*/
}

.img-close{
  width: 436px;
  margin: 0 auto;
  cursor:pointer;
}

/* ヘッダーの固定 */

div#header-fixed{
    position: fixed;            /* ヘッダーの固定 */
    top: 70px;                   /* 位置(上0px) */
    right: 0px;            /* 位置(右0px) */
    width: 166px;                /* 横幅100%　*/
    height: 550px;              /* 縦幅140px */
}


div#header-bk {
	     /* 背景色(黒) */
	padding: 0;       /* 上10px、下20pxをあける */
	height:550px;         /* 縦の高さ110px */
	width:166px;                /* 横の幅を100% */
}


div#header {
	    /* 表示領域を白枠で囲う */
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 166px;              /* 横の幅970px */
	/*margin: auto; */             /* 中央揃え */
}

.tel{
	/*background-image:url(../img/tel.jpg);
  background-repeat: no-repeat;*/
	width:160px;
	/*height:550px;*/
  border: medium solid #795f00;
}

.joukyou{

	font-family: '游ゴシック';
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	padding: 0 0 0 0;
	line-height:120%
}



.attendance_list{
  width:100%;
  text-align:center;
}
.img_loading{
  margin:0 auto;
  margin-top:10px;
}

.top_bottom{
  padding: 14px 30px 20px 30px;
  width: 960px;
  margin: 0 auto;
}

.heading_01{
  width: 610px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.part_box{
  width: 960px;
  margin: 0 auto;
}

.part1_jpg{
  margin-left: 14px;
}

.part2_jpg{
  padding-left: 14px;
}

.part3_jpg{
  padding-left: 14px;
  margin-top: 20px;
  float: left;
}

.part3_bk{
  float: left;
  background-color: #f2e8c6;
  margin-top: 27px;
  height: 216px;
}

.course_area{
  width: 960px;
  margin: 0 auto;
}

.course{
  width: 446px;
  margin: 40px 55px 40px 30px;
}

.area{
  width: 407px;
  float: left;
  margin: 40px 0 0 0;
}

.heading_02_jpg{
  width: 88px;
  margin: 0 auto;
}

.heading_03_jpg{
  width: 161px;
  margin: 0 auto;
}

.heading_04_jpg{
  width: 135px;
  margin: 0 auto;
}

.yoyaku_bk{
  width: 100%;
  background-color: #fffaeb;
}

.yoyaku_txt{
  width: 960px;
  margin: 0 auto;
  line-height: 120%;
  padding-bottom: 20px;
}

.today_therapist{
  padding: 18px 0 0 2px;
  margin: 0 auto;
  background: #fffaeb;
  /*float: left;*/
}

.situation{

}

.situation_txt1{
  background-color: #795f00;
  padding: 5px;
}

.situation_txt2{
  background-color: #f2e8c6;
  color: #666;
  padding: 5px 10px;
}

.yellow{
  color: #ff0;
}

.header_in{
  width: 126px;
  margin: 0 auto;
  padding: 10px 17px 8px 17px;
  background-color: #fff;
}

.web{

}

.uketuke_time{
  font-size: 14px;
  text-align: center;
  line-height: 130%;
  margin: 6px 0 10px 0;
  color: #b0b0b0;
}

.eigyou_time{
  text-align: center;
  background-color: #e3e3e3;
  padding: 10.5px;
  color: #838383;
}

.copy_light{
  text-align: center;
  font-size: 14px;
  padding: 20px 0 46px 0;
  color: #b9b9b9;
  background-color: #fffaeb;
}

.therapist_box{
  width:450px;
  float: left;
  margin: 0 0 28px 20px;
  background-color: #fff;
  cursor: pointer;
}

.therapist_p_box{
  display:none;
  position:fixed;
  border: 2px solid #f5f5f5;
  top:50%;
  left:50%;
  margin-top:-160px;
  margin-left:-216px;
  height: 620px;
  width:480px;
  background-color: #fff;
  z-index:102;
  overflow-y: scroll;
}

.txt2l{
  overflow: hidden;
}

.fixed_bg{
  display:none;
  top:0;
  left:0;
  height:100%;
  width:100%;
  position:fixed;
  background-color: rgba( 0, 0, 0, 0.55 );
  color:black;
  z-index:101;
}

.day_info{
  width: 960px;
  margin: 0 auto;
  background-color: #fffaeb;
  padding: 20px 0;
}

.operator{
  float: left;
}

.info01{
  float: left;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 20px 20px 30px;
  margin: 13px 0;
  background-color: #ffffb5;
}

.info02{
  float: left;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 110px 18px 0;
  margin: 13px 0 13px 0;
  background-color: #ffffb5;
}

.red{
  color: #ff0000;
}

.desu{
  color: #333;
}

.heijitu{
  float: left;
  color: #333;
  background-color: #e3e3e3;
  font-size: 14px;
  padding: 5px 0 5px 0;
  width: 56px;
}

.saturday{
  float: left;
  color: #0093f0;
  background-color: #e3e3e3;
  font-size: 14px;
  padding: 5px 0 5px 0;
  width: 56px;
}

.sunday{
  float: left;
  color: #f00;
  background-color: #e3e3e3;
  font-size: 14px;
  padding: 5px 0 5px 0;
  width: 56px;
}

.heijitu_ox{
  float: left;
  width: 56px;
}

.saturday_ox{
  float: left;
  width: 76px;
}

.sunday_ox{
  float: left;
  width: 76px;
}

.pr_txt{
  padding: 10px;
}

.zaiseki_box{
  text-align: center;
}

.zaiseki_txt01{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding-top: 28px;
}

.zaiseki_txt02{

  color: #f00;
}

.zaiseki_txt03{
margin-top: 10px;
text-align: center;
}

.decoration{
  background-image: url(../img/decoration.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: right;
}

/* index.php */
.button_vip{
  width: 620px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

.button_therapist{
  width: 620px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

.heading_05_jpg{
  width: 306px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  background-color: #fffaeb;
}

/* voice.php */
.content1{
	background-image:url(../img/06_content_01.gif);
	width:389px;
	height:220px;
  margin-left: 65px;
	float:left;
}

.content1_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content1_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content2{
	background-image:url(../img/06_content_02.gif);
	width:389px;
	height:220px;
	float:left;
	margin-left:53px;
}

.content2_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content2_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content3{
	background-image:url(../img/06_content_03.gif);
	width:389px;
	height:235px;
	float:left;
	margin: 30px 0 30px 65px;
}

.content3_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content3_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content4{
	background-image:url(../img/06_content_04.gif);
	width:389px;
	height:235px;
	float:left;
	margin: 30px 0 30px 53px;
}

.content4_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content4_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content5{
	background-image:url(../img/06_content_05.gif);
	width:389px;
	height:204px;
	float:left;
  margin-left: 65px;
}

.content5_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content5_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content6{
	background-image:url(../img/06_content_06.gif);
	width:389px;
	height:204px;
	margin-left: 53px;
	float:left;
	margin-bottom:22px;
}

.content{
  width: 960px;
  margin: 0 auto;
}

.content6_01{
	font-size: 29px;
	padding: 20px 0 0 80px;
	line-height: 140%;
}

.content6_02{
	padding: 20px 0 0 20px;
	line-height: 140%;
}

.content_txt{
	text-align:center;
	padding: 22px 0 22px 0;
}

.heading_06{
  width: 536px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.heading_07{
  width: 607px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.voice_bk{
  background-color: #fff;
  width: 860px;
  padding: 20px 20px 17px 20px;
  margin: 20px 30px 15px 30px;
}

.square_btn {
    margin: 0 2px 0 2px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.paging{
  text-align: center;
  margin-bottom: 45px;
}

.square_btn a:hover{
}

.message{
  text-align: center;
  line-height: 140%;
  margin-bottom: 17px;
}

.left1{
  float: left;
  margin-left: 293px;
  padding: 9px 0 3px 0;
}
.left2{
  margin-left: 309px;
}
.left3{
  float: left;
  margin-left: 309px;
  padding: 9px 0 3px 0;
}
.left4{
  float: left;
  margin-left: 309px;
  padding: 9px 0 3px 0;
}
.left5{
  float: left;
  margin-left: 293px;
  padding: 9px 0 3px 0;
}

.left6{
  float: left;
  margin-left: 229px;
  padding: 9px 0 3px 0;
}

.hissu{
  font-size: 14px;
	background-color:#f00;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

.nimni{
  font-size: 14px;
	background-color:#0093f0;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

input[type=text]{
  width: 310px;
  height:34px;
}
/*
select{
  width: 185px;
  height:34px;
}
*/
select.voice{
  width: 185px;
  height:34px;
}

textarea{
  width: 305px;
  height:100px;
}

#submit_btn{
  background-image: url(../img/button_send.jpg);
  background-repeat: no-repeat;
  width: 130px;
  height: 43px;
  border: 0px;
  margin: 15px 0 24px 0px;
}

.form{
  width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#voice_contribution_btn{
  width: 130px;
  margin: 0 auto;
}

.time_tbl{
  width:55px;
  display:inline-block;
  text-align:center;
  background-color: lavender;
  border-right-style: solid;
  border-right-color: #777;
  border-right-width: thin;
  font-size: 12px;
  padding: 4px 0px;
  font-weight: bold;
}
