﻿@charset "utf-8";

body	{
     margin:0;
     font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif}




/*詳細変更
------------------------------------*/

/*トップ画像*/
.top-img {
    text-align:center;
}


/*リスト*/
.list {
	list-style-type:none;
	margin:0.5em 0 0.5em 0.5em;
	padding:0;
}


/*h4のリンク取り消し*/
h4 a {
	color:#4C4C4C;
	text-decoration:none;
}


h4 a:hover {
	color:#4C4C4C;
	text-decoration:none;



/*Q&A*/
.qa table {
    border:none;
}

.qa th {
    border:none;
}

.qa td {
    border:none;
    vertical-align:top;
    padding:0 5px 8px 10px;
}


/*選び方の画像*/
.point img {
    align:center;
}



/*お問い合わせはこちらボタン*/
.p2 img {
   	padding:20px 0 20px 0;
    max-width:100%;
	height:auto;
	border:none;
	display:block;
	margin:auto;
}

.p2 p {
	text-align:right;
}


/*########## 599px以下 ##########*/
@media(max-width:599px){

/*トップ画像*/
.top-img img {
    width:100%;
}




}




/*########## 600px以上 ##########*/
@media(min-width:600px){




}



/*########## 768px以上 ##########*/
@media(min-width:768px){





}


/*########## 1040px以上 ##########*/
@media(min-width:1040px){




}




