@charset "utf-8";



#user h3 {
	margin-bottom: 20px;
}

#user .t_title {
	background-color: #cccccc;
	text-align: center;
	width: 135px;
}
#user .btn_sub {
	text-align: center;
}
#user .list {
	text-align: center;
}

#left {
	float: left;
	width: 310px;
	clear: both;
}
#left table {
	background-color: #cccccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#left  .btn  img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#right {
	width: 620px;
	margin-left: 340px;
	background-image: url(../img/back_top_l.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin-bottom: 20px;
}
#product {
	background-image: url(../img/back_bottom_l.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

#product .flame {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-top: 10px;
	padding-left: 19px;
	position: relative;
	overflow: hidden;
}
#product h4 {
	margin-bottom: 20px;
	clear: both;
}


#product .list  h5 img {
	margin-bottom: 20px;
}
#product .list {
	float: left;
	width: 280px;
	margin-right: 19px;
	margin-bottom: 20px;
	font-size: 14px;
}
#product .list a {
	display: block;
	height: 55px;
	clear: both;
	color: #4d4d4d;
}

#product .list img {
	float: left;
}
#product .list p {
	font-size:14px;
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 60px;
	line-height: 55px;
}
#product .list .line2 {
	line-height: 130%;
	height: 50px;
	padding-top: 10px;
}
.list_tytle {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	background-color: #FEEA9A;
	color: #333333;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.list_index {
	list-style-position: inside;
	list-style-type: none;
	line-height: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding: 3px;
}
.outline{
	width: 100%;
	margin-top: 10px;
}
 .column01 {
	background-color: #fffff0;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.column02 {
	background-color: #fffff0;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.column03 {
	background-color: #fffff0;
	float: right;
	width: 35%;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/*50音順で探す*/

/* すべての余白を0に、box-sizing を border-boxに
*/
 {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#item-list {
	margin-bottom:20px;
	clear: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#item-list ul{
/*１カラムのpadding分マイナスマージン*/
  overflow:hidden;
}

#item-list ul li {
	list-style-type:none;
	float:left; /*floatで横並びに*/
	padding-left:10px;/*カラム間のガター*/
	margin-bottom:10px;
	font-size: 16px !important;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.inner{ /*カラムの内側*/
  margin:0;
  height:100%;
}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;/*４列以上は３列に*/
  }
  ul.cols-3 li{
      width:50%;/*３列は２列に*/
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;/*すべてを１列に*/
  }
}
/* tabNavi */

#tabNavi ul {
	display: block;
	height: 50px;
	border-bottom: 1px solid #bbbbbb;
	list-style:none;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	clear: both;
}

#tabNavi li {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	display:block;
	text-align: center;
	display: block;
	text-decoration:none;
	padding-top: 15px;
}

#tabNavi li a:link  {
}

#tabNavi li#self {
	font-weight: bold;
	float:left;
	margin-left:0px;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	height: 35px;
	background: #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	width:200px;
}


#tabNavi li.link {
	float:left;
	margin-left:2px;
	border: 1px solid #cccccc;
	border-bottom: none;
    border-radius: 10px 10px 0 0;
    height: 35px;
    background-image: linear-gradient(#fff, #f0f0f0);
	width:200px;
	display:block;
}

#tabNavi li.link:hover {
    background-image: linear-gradient(#fff, #e6e6e6);
}

#tabNavi li.link a {
	color:#000;
	text-decoration: none;
}

#tabNavi li.link a:hover {
	color:#FF0000;
}

/* クリアフィックス */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
.user_guide {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
