@charset "utf-8";


/* ===================================================================
	file name: custom.css
	author: ozawa, tsuchida
	info: カスタム
=================================================================== */


/*	Homeページ制作サービスリスト
----------------------------------------------------*/

dl.hp_service_list {
	width: 213px;
	float: left;
	margin: 0 20px 10px 0;
	background: url(img/list_bg.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #ccc;
}

dl.hp_service_list dd {
	margin: 10px 0 0 0;
	
}

.list_Box p.l_img {
	float:left;
	width: 185px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

.l_img {
float:left;
margin:3px 15px 25px 0;
}

.list_Box p {
margin-left:0px;
}


p.r_txt {
	width:320px;
	margin:0 0  20px ;
}


/*	title
----------------------------------------------------*/
h3.subtitle {
	color:#0293CA;
}

/*	SmartPhone
----------------------------------------------------*/
table.price { font-size: 90%; margin-top: 15px; margin-bottom: 15px; width: 100%; border-collapse: collapse  }
table.price td { padding: 5px }
table.price th { background-color: #0293CA; text-align: center; margin: 0px; padding: 5px; color:#ffffff; width:100px; }
table.price, table.price td, table.price th { border: solid 1px #bbb; border-spacing: 0px }

ul.attention, ul.attention li {
		display: block;
}

ul.attention li {
	background-image: url(../img/cmn/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;	
}









