@charset "utf-8";

/* 見出し
------------------------------------------------------------*/
h2#main_header2 {
text-align:left;
margin:0 0 10px;
border-top:1px dotted #CCC;
border-left:1px dotted #CCC;
border-right:1px dotted #CCC;
border-bottom:3px solid #660000;
padding:8px 5px 5px;
font-size:25px;
font-size:2.5rem;
color:#000080;
font-weight:normal;
background:url('../img/bg_h1.jpg')  repeat-x center bottom;
line-height:1;
}

h2#main_header2 div {
padding-left:38px;
background:url('../img/cart_28x25.gif') no-repeat 0 -2px;
}

.h3_content {
margin:30px 20px 20px;
}

.h3_content p{
padding:4px 0;
}


/* 各種テーブル
------------------------------------------------------------*/
.h3_content table{
width:500px;
margin:20px auto;
}

.h3_content table th{
padding:5px;
background-color:#f5f5dc;
text-align:center;
vertical-align:middle;
border:1px solid #99cc00;
line-height:1.3;
}

.h3_content table td{
padding:10px 5px;
background-color:#fff;
text-align:center;
border:1px solid #99cc00;
line-height:1.3;
}


/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){

	.h3_content{
	margin:10px 0;
	}

	.h3_content table{
	width:96%;
	margin:20px auto;
	}

}
