@charset "utf-8";
/* CSS Document */
/* 各ページのデザインの設定
---------------------------------*/
/* 情報一覧ページ（共通） */
.data_tb{
	margin-bottom:15px;
	min-height:250px
}
.data_tb dl{
	width:186px;/*width:190px;*/
	background:#373737;
	color:#fff;
	font-size:90%;
	padding:2px;
}
.data_tb td{
	vertical-align:top;
	width:190px;/*width:216px;*/
	height:218px;/*height:250px;*/
	padding:32px 13px 0 13px;
}
ul.open li.blank{
	background:none;
}
.detail_gallery {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 500px;
	height: auto;

}
.detail_gallery li {
	width: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	float: left;
}
.detail_gallery li a {
	display: block;
	width: 80px;
	height: auto;
}
.detail_gallery li a img {
	width: 80px;
	height: auto;
}
#postarea .bottompage #printbtn {
	width: 800px;
	height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 38px;
}






@media (min-resolution: .001dpcm) { /* opera12 */
_:-o-prefocus, .data_tb td {
	height:250px;
};
}
.data_tb dt{
	float:left;
}
.data_tb dd{
	text-align:right;
}
.data_tb div.name{
/*	font-size:110%;
	word-break: break-all;
	word-wrap:break-word;
	width:190px;
	color:#333;
	height:50px;
	text-align:left;*/
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
	font-size:110%;
	line-height:1.2;
	height:48px;
	overflow:hidden;
}
.data_tb p.cate{
	font-size:90%;
}
.data_tb ul{
	margin-bottom:4px;
}
.data_tb li{
	width:31%;
	height:24px;
	font-size:90%;
	list-style-type: none;
	display: inline-block;
	text-align:center;
	background:#373737;
	color:#fff;
	vertical-align:top;
	line-height:1.2;
	padding-top:2px;
	padding-bottom:2px;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
table.pagenavi_tb{
	width:600px;
	margin:20px auto;
}
table.pagenavi_tb td,table.pagenavi_tb td a{
	color:#999;
	text-decoration:none;
	font-size:120%;
}
.data_tb div.list_pic{
	width:190px;
	height:110px;
	overflow:hidden;
}
p.nodata_mess{
	font-size:16px;
	color:#F00;
	margin-top:30px;
	margin-left:30px;
}

/* 「製品情報」一覧 */
table.product td{
	background-repeat: no-repeat;
	background-image: url(../../images/product/data_back.jpg);
}
table.product div.name{
	color:#233d91;
	height:15px;
}
table.search_tb{
	border:1px solid #333;
	margin:0 auto 20px;
}
table.search_tb th{
	width:100px;
	padding:10px 20px;
	text-align:left;
}
table.search_tb td{
	padding:10px 20px;
}
table.search_tb td.title{
	text-align:center;
	font-weight:bold;
}
table.search_tb td.btn{
	text-align:right;
}




/* 「講習会」一覧 */
table.lecture td{
	background-repeat: no-repeat;
	background-image: url(../../images/lecture/data_back.jpg);
}
table.lecture div.name{
	color:#3f817c;
}
/* 「会員へのお知らせ」一覧 */
td.news{
	background:url(../../images/news/data_back.jpg) no-repeat;
}
/* 「通知」一覧 */
td.information{
	background:url(../../images/information/data_back.jpg) no-repeat;
}
/* 「保険適用」一覧 */
td.insurance{
	background:url(../../images/insurance/data_back.jpg) no-repeat;
}
/* 「アンケート」一覧 */
td.questionnaire{
	background:url(../../images/questionnaire/data_back.jpg) no-repeat;
}


/* 詳細ページ（共通） */
#detail_main{
	width:600px;
	margin: 0px auto 0 auto;
}
.detail_title{
	width:600px;
	height:80px;
	position:relative;
}
.detail_title p{
	font-size:120%;
	position:absolute;
	top:35px;
	right:50px;
}
.detail_main_column{
	background:url(../../images/product/detail_back.png) repeat-y;
	width:500px;/*width:600px;*/
	padding:0 50px;
}
.detail_name{
	border-left:5px solid #828282;
	padding:5px 10px;
	width:500px;
	font-size:120%;
	word-break: break-all;
	word-wrap:break-word;
	margin-bottom:10px;
}
.detail_cate li{
	width:100px;
	font-size:90%;
	list-style-type: none;
	display: inline-block;
	text-align:center;
	background:#373737;
	color:#fff;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
.detail_pic{
	width:500px;
/*	height:240px;*/
	min-height:240px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.detail_pic img.right{
	position:absolute;
	right:0;
}
.detail_pic img.bottom{
	bottom:0;
}
.detail_note{
	font-size:100%;
	word-break: break-all;
	word-wrap:break-word;
}
.detail_link{
	margin-top:20px;
	width:100%;
	text-align:center;
}
.detail_link li{
	font-size:100%;
	list-style-type: none;
	display: inline-block;
	text-align:center;
	width:163px;
	height:30px;
/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
.detail_link li a{
	width: 163px;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
	color: #fff;



/* IE 6/7 */
	*display: inline;
	*zoom: 1;
}
.detail_link li a:hover{
	color:#999;
}
.detail_foot{
	background:url(../../images/product/blue_12.png) no-repeat;
	width:550px;/*width:600px;*/
	height:120px;/*height:120px;*/
	padding:0 0 0 50px;
	display:table-cell;
	vertical-align:middle;
}
.detail_foot p{
	width:500px;
	color:#fff;
	word-break: break-all;
	/* IE 6/7 */
	*margin-top:40px;
}
.detail_foot p span{
	font-size:120%;
}
.win_close{
	text-align:center;
	color:#00F;
	margin-bottom:20px;
}

/* 製品情報詳細 */
div.product{
	background:url(../../images/product/blue_01.png) no-repeat;
}
ul.product li{
	background:url(../../images/product/blue_06.png) no-repeat;
}
/* 講習会詳細 */
div.lecture{
	background:url(../../images/lecture/orange_01.png) no-repeat;
}
ul.lecture li{
	background:url(../../images/lecture/orange_08.png) no-repeat;
}
.lecture_mv{
	text-align:center;
	margin-bottom:20px;
}
.lecture_mv img{
	margin-bottom:10px;
}
table.lecture_check_tb{
	margin:0 auto;
}
table.lecture_check_tb th,table.lecture_check_tb th{
	padding:10px;
}
table.lecture_check_tb td.btn{
	text-align:center;
}
p.err_mess{
	color:#F00;
	margin:20px 0 10px;
	text-align:center;
}
/* 会員様へお知らせ詳細 */
div.news{
	background-repeat: no-repeat;
	background-image: url(../../images/open/red_01.png);
}
div.monodukuritaitoru{
	background-repeat: no-repeat;
	background-image: url(../../images/monodukuri/red_01.jpg);
}
div.shiryoushitutaitoru{
	background-repeat: no-repeat;
	background-image: url(../../images/monodukuri/red_01.png);
}

/* 会員様へお知らせ詳細 */
div.open{
	background-repeat: no-repeat;
	background-image: url(../../images/open/orange_01.png);
}
ul.news li{
	background: url(../../images/news/red_06.png) no-repeat;
}
ul.open li{
	background-repeat: no-repeat;
	background-image: url(../../images/open/orange_06.png);
}
ul.news li.blank{
	background:none;
}
/* 通知詳細 */
div.information{
	background:url(../../images/information/green_01.png) no-repeat;
}
ul.information li{
	background:url(../../images/information/green_06.png) no-repeat;
	margin-bottom:10px;
}
/* 保険適用詳細 */
div.insurance{
	background:url(../../images/insurance/green_01.png) no-repeat;
}
ul.insurance li{
	background:url(../../images/insurance/green_06.png) no-repeat;
	margin-bottom:10px;
}
/* アンケート詳細 */
div.questionnaire{
	background:url(../../images/questionnaire/viorate_01.png) no-repeat;
}
ul.questionnaire li{
	background:url(../../images/questionnaire/viorate_08.png) no-repeat;
}
ul.questionnaire li.blank{
	background:none;
}


/* 新規会員登録 */
.entry_tb{
	width:500px;
	margin:40px auto 20px auto;
}
.entry_tb th{
	padding:20px 10px;
	text-align:left;
}
.entry_tb td{
	padding:20px 10px;
}
.entry_tb td.btn{
	text-align:center;
}
.err{
	color:#F00;
	font-weight:bold;
	text-align:center;
}
.entry_note{
	font-size:110%;
	display:block;
	width:500px;
	margin:40px auto 80px;
	line-height:1.8;
}
