body {
	line-height: 1;
	font-family:Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:0.05em;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

div,p,li,ul,h1,h2,h3,h4,table,td,th,tr,ol,form,a,span,input,textarea{
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}





/* Clearing floats */
.clear:after,
.wrapper:after{
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content:"";
}
/* =フォーム要素
-------------------------------------------------------------- */
input[type="text"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
}
input[type="text"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="text"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	border:solid 1px #E1E1E1;
	font-size:16px;
}
textarea{
	height:90px;
}
input:focus,textarea:focus {
	outline: none;
	background:#fff;
	border:1px solid #6699cc;
}

.hissu{
	color:#c00;
}
::-webkit-input-placeholder {
	color:rgba(180,180,180,0.8);
	font-size:12px;
	padding-left:5px;
}
:placeholder-shown {
	color:rgba(180,180,180,0.8);
	font-size: 12px;
	padding-left:5px;
}
::-moz-placeholder {
	color:rgba(180,180,180,0.8);
	opacity: 1; 
	font-size: 12px;
	padding-left:5px;
}
:-ms-input-placeholder {
	color:rgba(180,180,180,0.8);
	font-size: 12px;
	padding-left:5px;
}
/*++++++++++++++++++++++++++++++++++++++++++ */
/*タブレット用CSSの定義を指定する*/
@media only screen and (min-width:479px) and (max-width:768px) {
/*++++++++++++++++++++++++++++++++++++++++++ */
	
	
	
}
/*++++++++++++++++++++++++++++++++++++++++++ */
/*PC用CSSの定義を指定する*/
@media screen and (min-width: 768px) {
/*++++++++++++++++++++++++++++++++++++++++++ */

	
	
}
/*++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 1000px) {
/*++++++++++++++++++++++++++++++++++++++++++ */
	
}