@charset "utf-8";

/*メイン（一覧ページCSS）-----------------*/
.news_box {
	border: 1px solid #E3DACE;
	background-color: #F5F5F3;
	width: 638px;
	margin: 0px 0px 10px 0px;
	float: left;
	padding: 10px 0px 10px 0px;
}
.news_sam {
	border: 1px solid #CCCCCC;
	width: 130px;
	float: left;
	margin-left:10px;
    /*-----↓↓追加↓↓-----*/
	background:#ffffff;
	margin-bottom:0px!important;
}
* html .ie_news_sam {margin-left:5px;}
/*-----↓↓追加↓↓-----*/
.news_sam td {
	text-align:center;
	height:130px;
}
.news_sam td img { margin-left:auto; margin-right:auto;}
/*-----↑↑追加↑↑-----*/

.news_spec {
	margin: 5px 0px 0px 20px;
	line-height: 170%;
	float: left;
	width: 320px;
}
.news_title {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 200%;
	width: 320px;
}
.news_title a {
	font-size: 14px;
	font-weight: bold;
	color: #436565;
}
/*メイン（詳細ページCSS）-----------------*/
.osusume_title {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	margin: 0px 0px 25px 0px;
}
.osusume_title h1 {
	font-size: 16px;
	background-image: url(/search/img/osusume/back_ground_titile_h1_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 7px 0px 0px 32px;
	float: left;
	display: block;
}
.itiran {
	float: right;
	padding: 8px 10px 0px 0px;
}
table {
	width: 640px;
	margin: 0px 0px 30px 0px;
}
.gaiyou th {
	width: 110px;
	font-weight: normal;
	text-align: center;
	background-color: #EDEADF;
	padding: 5px 3px 4px 3px;
	color: #414141;
}
.gaiyou td {
	padding: 5px 15px 4px 15px;
	background-color: #F5F4F1;
	color: #414141;
}
.gaiyou .spec {
	width: 170px;
}
.zoom {
	background-image: url(/search/img/common/icon_zoom.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 18px;
}
.sam {
	border:1px #DFDFDF solid;
	margin: 15px 0px 30px 0px;
	border-collapse:collapse;
}
.sam td {
	border:1px #DFDFDF solid;
	/*-----↓↓追加↓↓-----*/
	text-align:center;	
}
/*-----↓↓追加↓↓-----*/
.sam .large { width:300px; height:290px;}
.sam .small { width:200px; height:150px;}
.sam .large img,
.sam .small img { text-align:center; margin-left:auto; margin-right:auto;}
/*-----↑↑追加↑↑-----*/
.sam .large {
	text-align: center;
}
.sam .small {
	text-align: center;
}
.sam .large a {
	text-align: center;
}
.sam .small a {
	text-align: center;
}
.sonota {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin: 15px 0px 30px 0px;
}
.sonota th {
	width: 110px;
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
	padding: 5px 3px 4px 3px;
	color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
}
.sonota td {
	padding: 5px 15px 4px 15px;
	color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
}
#prev {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px 10px 15px;
}
#next {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 10px 15px;
}
#print {
	text-align: right;
	padding: 15px 10px 0px 0px;
}
