@charset "utf-8";
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	#tab-content {
		width: 85%;
	}
	#tab img {
		width: auto;
		height: 1em;
	}
	#tab_body img {
		width: 100%;
	}
	#tab-content h2 {
		width: auto;
	}
	#tab_body p {
		margin: 0;
	}
	#formWrap {
		width: 85%;
	}
	#howto img {
		width: 50%;
	}



	#item-tab_body p {
		margin: 0;
	}


	.a-context, .q-context {
		width: auto;
	}
	.formTable th, td {
		display: block;
		width: auto !important;
	}

	.formTable select {
		height: 24px;
		line-height: 24px;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}

	.formTable input[type='text'] {
		height: 24px;
		line-height: 24px;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}

	.style {
		padding: 0;
		width: 95%;
	}
	.st-title {
		width: 100%;
	}
	.long_paragraph {
		font-size: 9pt;
	}
	.st-comment {
		width: auto;
		padding: 60px 10px;
	}

}