/************************************************************************************************
 *
 * スマホ(320px以上のディスプレイで見た場合のスタイル)
 *
 * ************************************************************************************************/

@media screen and (min-width:320px) {
/* clearfix
----------------------------------------------------------- */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}

/* clearfix
----------------------------------------------------------- */
.clear {
	float:none;
	clear:both;
}

/* box
----------------------------------------------------------- */
.box100 {
	display:block;
	width: 100%;
	float:none;
	clear:both;
	margin:0 auto 0 auto;
	height:auto;

}
.box30 {
	width: 33%;
	height: auto;
	float:left;
	margin: 0 auto 1em auto;
}
.box30 img {
	max-width:100%;
	margin:0 auto 0 auto;
	display:block;
}
.box30  p {
	width:60%;
	text-align:center;

}
.box25 {
	width: 150px;
	float:left;
}
.box25 a img {
	max-width:100%;
	margin:0 auto 0 auto;
	display:block;
}
.box25 a p {
	text-align:center;
	margin:0 auto 1em auto;

}




}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

th,td {
	font-size: 14px;
	line-height: 16px;
}
.on {
	font-weight: bold;
	border-top: 1px solid #009999;
	border-right: 1px solid #009999;
	border-left: 1px solid #009999;
	color: #FFFFFF;
	background-color: #009999;
}
.off {
	border-top: 1px solid #009999;
	border-right: 1px solid #009999;
	border-left: 1px solid #009999;
	color: #009999;
}
form {
	margin: 0px;
	padding: 0px;
}
.kakoi {
	font-size: 14px;
	line-height: 16px;
	background-color: #f0f0f0;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #CCCCCC;
	font-weight: bold;
	width: 610px;
	color: #0066CC;
}
body {
	background-color: #FFFFFF;
}
.kakoi2 {
	font-size: 14px;
	line-height: 16px;
	background-color: #993300;
	padding: 15px 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	width: 610px;
	color: #FFFFFF;
}
.font_s {
	font-size: 12px;
	line-height: 16px;
}
#h1 {
	font-size: 13px;
	padding: 3px;
}
h2 {
	/*    border-top: 1px solid rgba(0,126,206,1.00);
*/  border-bottom: 3px double rgba(0,126,206,1.00);
    padding-top: 0em;
    padding-left: 0.5em;
    padding-bottom: 0.3em;
    color: rgba(0,126,206,1.00);
    margin-top:0em;
    margin-bottom: 1em;
    background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(141,210,255,0.20) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(141,210,255,0.20) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(141,210,255,0.20) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 35.75%, rgba(141,210,255,0.20) 100%);
    clear: both;
    font-weight:normal;
    font-size:1em;
}
h2.orange{
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(255,178,141,0.40) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(255,178,141,0.40) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 35.75%, rgba(255,178,141,0.40) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 35.75%, rgba(255,178,141,0.40) 100%);
}
h3 {
    border-bottom: 2px dotted rgba(228,244,255,1.00);
    border-left: 3px solid rgba(175,224,255,1.00);
    padding-left: 0.5em;
    padding-bottom: 0.3em;
    color: rgba(0,126,206,1.00);
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    clear: both;
    font-weight: normal;
}
/*h4 {
	background-color: #eeeeee;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
h4{
	border-bottom: 3px double #007ECE;
    color: #007ECE;
	text-align:center;
	height:auto;
	clear: both;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:larger;
	width:100%;
}

.table_gray {
	background-color: #CCCCCC;
}
.table_gray td {
	background-color: #FFFFFF;
	padding: 5px;
}
.table_gray th {
	background-color: #f0f0f0;
	padding: 5px;
}
.table_blue {
	background-color: #00CCCC;
}
.table_blue td {
	background-color: #FFFFFF;
	padding: 5px;
}
.table_blue th {
	background-color: #EDF4F8;
	padding: 5px;
}
/**/
body {
	font-size: 90%;
	line-height: 140%;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
#container {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	margin: 0px;
	height: 65px;
	font-size: 84%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#footer {
	font-size: 84%;
	line-height: 140%;
	background-image: url(http://hairshop.jp//re/image/design/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 7px;
	padding-top: 5px;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color:#000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ･ﾆ｡ｼ･ﾖ･?ﾈ･ﾜ･ﾃ･ｯ･ｹ */
.table_dot
  {
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.table_dot th {
	margin: 0px;
	padding: 3px;
	font-weight: normal;
}
.table_dot td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
}
/* ･ﾆ･ｭ･ｹ･ﾈ */
.textS {
	font-size: 90%;
	line-height: 120%;
}
.textL {
	font-size: 125%;
	font-weight: bold;
	color: #FF3300;
	line-height: 110%;
}
.textB_blue {
	font-weight: bold;
	color: #003399;
}
.textB_orange {
	font-weight: bold;
	color: #FF6600;
}
.red_b {
    color:#FF7E7E;
	font-weight:bold;
}

.margin06 {
	margin-bottom: 6px;
}
.right {
	font-size: 86%;
	text-align: right;
	padding: 10px;
}
.faq-q {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #007FB5;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-size: 15px;
	font-weight: bold;
	width: 95%;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #333333;
}
table.main_table{
	width:820px;
}
table.in_cart{
	width:800px;
}
table.main_table2{
	width:840px;
}/*840いるかな？*/

table.main_table3 td{
	padding:10px;
}
form.form_fl{
	width:55%;
	float:left;
}
table.tbl_fl{
	width:100%;
}
table.tbl_fr{
	width:43%;
	float:right;
}
table.in_cart th{
	width:150px;
}

table.head_main{
	width:840px;
}
table.head_main img{
	width:121px;
}
table.tbl1{
	width:500px;
}
div.under_frame{
	margin:0 auto;
	width:840px;
}
input.change_long{
	width:250px;
}
img.head_img1{
	width:246px;
}
span.hidden_pc{
	display:none;
}
table.in_bascket{
	width:750px;
}
table.info_input{
	width:750px;
}
table.calc_table{
	width:750px;
}
table.personal_input{
	width:700px;
}
input.required1{
	width:225px;
}
input.required2{
	width:70px;
}
input.required3{
	width:330px;
}
textarea.biko{
	width:500px;
}
table.check_table{
	width:620px;
}






}
