@charset "utf-8";
/* CSS Document */
body {
	color:#333;
	padding:0;
	margin:0;
	font-size:100%;/* =16px */
	line-height:1.3;
	background: #FFF url(bg.png) repeat-y right top;
}
a {color: #003366; text-decoration: none;}
a:active,a:hover {color: #CC0066;}

*{
	margin:0;
	padding:0;
	}
/*clearfix ie対策済み*/
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
#Container {
	width:920px;
	margin:0 auto;
	padding:22px 0 0 0;
	background:url(line_bg.png) repeat-x left top;
}
p {
	margin:0 0 1em 0;
}
small {
	font-size:0.9rem;
}
strong{
	font-weight: 900;
}
/*header*/
header {
}
@media(max-width:920px){
	#Container{
		width: 100%;
	}
	h1 img,h2 img,.mark img,.support_inq img{
		width: 100%;
		height: auto;
	}
}
/*contents*/
article{
	margin: 0 5px 10px 5px;
}
section > div{
	border:4px solid #E4E4E4;
	margin-bottom: 10px;
	padding:15px;
	border-radius: 10px;
	background-color:rgba(255,255,255,0.50);
}
h1 {
	text-align:center;
	font-size: 1.4rem;
	font-weight: 900;
}
h2 {
	text-align:center;
	font-size: 1.4rem;
	line-height: 1;
}
h3 {
	margin:0 0 10px 0;
	padding:2px 5px 2px 5px;
background: #DADADA;
border-bottom: 4px solid #3B9429;
	color:#333;
	font-size: 1.2rem;
}
h3 img {
	vertical-align:bottom;
}
h4{
	background:#3B9429;
	color:#FFF;
	padding:1px 5px;
	margin: 0 0 15px 0;
	font-size: 1rem;
}
/*-----------------------
   entry 内部
-------------------------*/
/*対象製品*/
.entry_products ul{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
 -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	
}
.entry_products ul li{
	display: block;
	margin: 0;
}
.entry_products ul li img{
	width:auto;
	margin: 0 2px;
}
.entry_products ul li a:active img,
.entry_products ul li a:hover img {
	filter: alpha(opacity=60);
    opacity:0.60;
}

.entry_products p{
	text-align:center;
	margin:5px 0 10px 0;
}
.mark img{
	vertical-align:bottom;
}
@media(max-width:640px){
	.mark img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/*お問い合わせ*/
.support_inq{
	padding: 15px;	
	text-align: center;
}
.support_inq:hover{
	border-color: #8ACCFF;
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F0F9FF 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F0F9FF 100%);
}
.support_inq h3 {
	color:#666;
	border-bottom:2px solid #004DA1;
	margin:0;
	padding:0;
}
.support_inq p {
	margin:0;
	padding:0;
}
/*--------------------------
footer
-----------------------------*/
footer {
	margin:10px auto;
	padding-bottom:25px;
	font-size:90%;
	background:url(line_bg.png) repeat-x left bottom;
}
footer a{
	color: #333;
}
.pageNavi {
	text-align:right;
}
.pageNavi a{
	padding:1px 10px;
	border:1px solid #AAA;
	border-radius: 10px;
	background: #FFF;
}
.pageNavi a:active,
.pageNavi a:hover{
	border:1px solid #3B9429;
	background: #3B9429;
	color:#FFF;
}
footer ul {
	list-style:none;
	margin:0;
	padding:5px 0;
	text-align:center;
	border-top:2px solid #B2B2B2;
}
footer ul li {
	display:inline-block;
	margin:0 0 5px 0;
	padding:0;
}

footer ul li a {
	padding:1px 10px;
	border:1px solid #AAA;
	border-radius: 10px;
	background: #FFF;
}
footer ul li a:active,
footer ul li a:hover{
	border:1px solid #3B9429;
	background: #3B9429;
	color:#FFF;
}
	
footer p {
	clear:both;
	margin:0 0 5px 0;
	padding:0;
}
p.copyright, p.disclaimer {
	font-size:0.8rem;
	text-align:center;
}


