@charset "utf-8";
/* CSS Document */

div,table,th,td,li{
	line-height:160%;
	font-size:12px;
}
#main_colum, #main_colum div, #main_colum p, #main_colum th, #main_colum td{
	text-align:left;
}
#wap #contents #main_colum .project_umenu {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align:center;
}
#wap #contents #main_colum .project_umenu ul li {
	display:inline;
}
li {
	list-style-type:none;
}
img{border:0;}


/* メインイメージ */
#main_image {
	width:940px;
	height:180px;
	background:url(../img/main-img_d.jpg) no-repeat;
}

#main_table {
	float:right;
	background:url(../img/project_back.jpg) no-repeat;
}
#main_table td img{
	border:0;
}

/* Matsuzaki ←こいつのソース適当なんで気をつけて！*/
#main_colum h4{
	margin:30px 0 0;
}

#main_colum p {
	margin:15px 10px;
	padding:0 0 0 5px;
}

.main_head h1{  
    background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:5px solid green;  
    border-bottom:1px solid #ccc;  
    padding:5px 5px 5px 5px; 
    margin:10px 0px 0px 10px; 
    width:625px;
    font-size:12px;
    }  

table.project_box{
	width:710px;
	margin-left:12px;
	border: 0px #000000 double
}

table.project_box td.project_img{
	width:250px;
	padding:5px;
}

.project{
	width:140px;
	height:150px;
	float:left;
}
.project_name{
	padding:0 0 7px 17px;
	background:url(../../common/img/contents/circle_black.gif) left top no-repeat;
	font-weight:bold;
	margin-left:5px;
}

ul.cir-bk{
	margin:15px 0 0;
	padding:0;
}
ul.cir-bk li{
	position:relative;
	list-style:none;
	margin:0 0 0 20px;
	padding:2px 0 0 16px;
	background:url(../../common/img/contents/circle_black.gif) left top no-repeat;
}
.heightLineParent li {
	float: left;
	width:150px;
	border: 1px solid #CCCCCC;
	margin-right:20px;
	}
.heightLineParent a {
	display: block;
	text-align: center;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* --- オリジナルはここから ---*/
/* --- ナビゲーションバー --- */
div.nav {
width: 712px; /* ナビゲーションの幅 */
background: #f9f9f9 url(../img-parts/hor_menu3_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 600px; /* メニューの幅 */
margin: 0; /* 左端に配置 */
padding: 0;
background: #f9f9f9 url(../img-parts/hor_menu3_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #cccccc solid; /* メニューの左境界線 */
border-right: 0px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 11px 2px; /* リンクエリアのパディング（上下、左右） */
border-top: 1px #ffffff solid; /* リンクエリアの上境界線 */
border-bottom: 1px #808080 solid; /* リンクエリアの下境界線 */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #cccccc solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #f9f9f9 url(../img-parts/hor_menu3_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- リストエリア --- */
ul.thumbnail {
width: 550px; /* リストエリアの幅 */
margin: 0;
padding: 0;
border-top: 1px #808080 dotted; /* リストエリアの上境界線 */
list-style-type: none;
}

/* --- 本文 --- */
/* --- リスト項目 --- */
ul.thumbnail li {
padding: 20px 15px; /* リスト項目のパディング（上下、左右） */
border-bottom: 1px #808080 dotted; /* リスト項目の下境界線 */
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 100%;
margin: 0;
font-size: 100%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
width: 160px; /* 写真エリアの幅 */
float: left;
}
ul.thumbnail dt img {
border: 0px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
margin: 0 0 0 0px; /* キャプションエリアのマージン（上右下左） */
line-height: 150%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;


/*-----------------------------------------------------------------
	カテゴリーページデザイン　サムネイル（大）タイプ
-----------------------------------------------------------------*/
#M_categoryList{
	width:100%;
	margin-bottom:16px;	
}
.M_innerList{
	overflow:hidden;
	_zoom:1;	
}
.M_innerList{
	overflow:hidden;
	_zoom:1;	
}
.M_innerList li{
	float:left;
	width:50%;/* 商品数が2つなので半分の50% */
}
.M_innerList li .M_innerBox{
	margin:8px 0 0 8px;	
	padding:8px;
	border:1px solid #ccc;
	background:#eee;
	overflow:hidden;
	_zoom:1;
	height:150px;/* 画像の高さに合わせて修正 */
}
.M_innerList .M_cl_price{
	text-align:right;	
}
.M_innerList .M_cl_imgWrap{	
	float:left;
	width:120px;
	text-align:left;
}
.M_innerList .M_cl_imgWrap img{
	border:1px solid #c9c9c9;
}
.M_innerList .M_cl_detail{	
	float:right;
	width:210px;
}
.M_innerList .M_cl_taxPrice{
	font-weight:bold;
	color:#fff;	
	background:#cc0000;
	padding:0 3px;
}
.M_innerList .M_cl_content{
	font-size:11px;
	margin-top:8px;
	border-top:1px dotted #999;
	padding-top:8px;
}	