@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*-------------------------------------------*/
/*	#main #container .content
/*-------------------------------------------*/
#main #container .content {
	width: 950px;
}
.content img {
	position: relative;
	top: 21px;
}
#costom{
	width: 75%;
	border-collapse: collapse;
	border-right: 1px solid #999;
}
#costom th{
	width: 50%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633; 
	border-top: 1px solid #fff;
}
#costom td{
	width: 50%;
	height: 60px;
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:92%;
}
/*-------------------------------------------*/
/*	#main #container .content
/*-------------------------------------------*/
.content img {
	display:none;
}
#costom{
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #999;
}
#costom th{
	width: 50%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633; 
	border-top: 1px solid #fff;
}
#costom td{
	width: 50%;
	height: 60px;
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

}