﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.Item_icon
{
padding:0px;
margin:0px 0px 5px 0px;
width:200px;
}

.Item_icon h2,
.Item_icon h3
{
margin:0;
padding:0;
}

.Item_icon a,
.Item_icon a
{
width:200px;
padding:0;
display:block;
margin:0px;
}

.Item_icon .Fix_header2,
.Item_icon .Fix_header3
{
background:url("list_title.gif") no-repeat;
font-size:15px;
margin:0px;
font-weight:bold;
color:#000000;
padding:0px;
}

.Item_icon .Fix_header2 a,
.Item_icon .Fix_header3 a
{
height:30px;
width:188px;
padding:6px 0 0 12px;
display:block;
margin:0px;
}

/*= リンク設定 =*/

.Item_icon h2 a:link,
.Item_icon h3 a:link
{
text-decoration:none;
color:#000000;
}

.Item_icon h2 a:visited,
.Item_icon h3 a:visited
{
text-decoration:none;
color:#000000;
}

.Item_icon h2 a:hover,
.Item_icon h3 a:hover
{
text-decoration:none;
color:#000000;
}

.Item_icon h2 a:active,
.Item_icon h3 a:active
{
text-decoration:none;
color:#000000;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.Item_icon
{
color:black;
padding:0px;
margin:0px;
float:left;
}

.Item_icon h2,
.Item_icon h3
{
margin:0;
padding:0;
}

.Item_icon .Fix_header2,
.Item_icon .Fix_header3
{
background:url("sf_list_title.gif") no-repeat;
width:160px;
font-size:13px;
margin:0px;
font-weight:bold;
color:#000000;
}

.Item_icon .img_pc,
.Item_icon .img_pc
{
background-image:none !important;
}

.Item_icon .Fix_header2 a,
.Item_icon .Fix_header3 a
{
background-image:none !important;
height:26px !important;
width:152px !important;
padding:9px 0 0 8px !important;
display:block;
margin:0px;
}

.Item_icon a:link,
.Item_icon a:visited,
.Item_icon a:hover,
.Item_icon a:active
{
text-decoration:none;
}
}
