
    #toukou {
        width:60%;
    }
    #toukou ul {
        list-style:none;
        margin:0; padding:0;
    }
    #toukou li {
        list-style:none;
        margin:0; padding:6px;
        clear:both;
    }
    #toukou label {
        display:block;
        font-weight:bold;
        color:#666;
    }
    #toukou li span {
        float:left;
        margin:0 5px 0 0; padding:0;
    }
    #toukou li span label {
        color:#999;
        font-weight:normal;
        font-size:80%;
    }
	.textb{
	width:500px;
	border:0;
	padding:10px;
	font-size:15px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	.textmember{
	width:500px;
	border:0;
	padding:10px;
	font-size:15px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

    #toukou textarea {
	border-top-color:#ccc;
	border-left-color:#ccc;
	padding:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
    }
    #toukou textarea {
        width:100%;
    }
    #toukou input#email {
        width:200px;
    }
	
/*
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
display: none;
}

select:-moz-focusring { 
  color: transparent; 

}
*/

select{
	outline:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	border:1px solid #ddd;
	color:#000000;
	width:50%;
	border-radius:3px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
select option{
  background-color: #fff;
  color: #333;
}
/*矢印けす
select::-ms-expand {
  display: none;
}
*/
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
	color:#333;
}
.select-wrap.select-primary > select{
	color:#333;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
	color:#333;
	border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.square_btn {
	position: relative;
	display: inline-block;
	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);
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.square_btn:active {
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
.blog_tbl{
	width: 100%;	
	}
	
.blog_tbl th{
	width: 15%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
	}	

.blog_tbl td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
	
.bloglist_tbl{
	width: 100%;
	margin-top: 10px;
	}

.bloglist_tbl th{
	width: 35%;
	}	

.bloglist_tbl td{
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;

	}

@media all and (max-width:600px) {
.textb{
	width: 90%;	
	}

	.bloglist_tbl,
	.bloglist_tbl tr,
	.bloglist_tbl td,
	.bloglist_tbl th {display:block;}
	.bloglist_tbl th {width:auto;}
.textmember{
	width: 90%;	
	}

	}
@media all and (max-width:480px) {
.textmember{
	width: 98%;	
	}
	}


	}
