﻿@charset "utf-8";

body	{
     margin:0;
     font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif}




/*初期設定(main全ページ共通）
------------------------------------*/

/*h1下写真(ｐ1)と問い合わせボタン(ｐ2)*/
.p1 img{
	float:right;
    margin-left:1em;
}

.p1 {
	margin-bottom:20px;
}


.p2 img {
   	padding:20px 0 20px 0;
    max-width:100%;
	height:auto;
	border:none;
	display:block;
	margin:auto;
}

.p2 p {
	text-align:right;
}




/*テーブル*/

table {
    font-size:small;
    border:1.5px solid #999999;
    border-collapse:collapse;
}

th, td {
	padding:0.2em;
	border:1.5px solid #999999;
}

th {
	background:#d9d9d9;
}


/*リスト*/
.list {
	list-style-type:none;
	margin:0.5em 0 0.5em 0.5em;
	padding:0;
}




/*詳細変更
------------------------------------*/

/*h2の文字調整*/
@media screen and (max-width: 450px) {
#tpl-content .small h2{
    font-size:14px;
}

#tpl-content .x-small h2{
    font-size:11px;
}

	}




/*########## 599px以下 ##########*/
@media(max-width:599px){



}




/*########## 600px以上 ##########*/
@media(min-width:600px){



}



/*########## 768px以上 ##########*/
@media(min-width:768px){





}


/*########## 1040px以上 ##########*/
@media(min-width:1040px){




}



