@charset "utf-8";
/* CSS Document */

#contents-area {
	width: 100%;
}

#main-contents {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

.swipe {
	display:none;
}

/*******************************************
テーブル
********************************************/

#table-section {
	clear: both;
	width: 100%;
	padding: 1.5% 0 2.5% 0;
	margin: 0 0 3.5% 0;
}

#table-section table {
	width: 100%;
	margin: 15px 0 12px 0;
	border-collapse: collapse;
	clear: both;
	color: #333;
	border: 1px solid #b7b7b7;
	table-layout: fixed;
}
#table-section table tr.list {
	border-bottom: 1px solid #b7b7b7;
}

#table-section table th {
	padding: 10px 6px;
	margin: 0;
	font-size: 123.1%;
	color: #333;
	border: 1px solid #b7b7b7;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background-color: #f5f5f5;
	min-width: 155px;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
#table-section table th span {
	font-size: 77%;
	padding: 0 0 0 2px;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
#table-section table th.model {
	width: 150px;
	min-width: 150px;
}
#table-section table th.th-item-type {
	width: 80px;
	min-width: 80px;
}

#table-section table td {
	font-size: 100%;
	padding: 10px 5px 20px 5px;
	margin: 0;
	color: #333;
	vertical-align: top;
	background-color: #fff;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	line-height: 1;
	border: #b7b7b7 solid 1px;
}
#table-section table td p {
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#table-section table td.item-type {
	vertical-align: middle;
}
#table-section table td.item-type p {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
#table-section table td img.item-img {
	width: 100%;
	height: auto;
	max-width: 145px;
}
#table-section table td a {
	display: block;
}
#table-section table td a:link {
	color: #30659e;
	text-decoration: none;
}
#table-section table td a:hover {
	color: #30659e;
	text-decoration: underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#table-section table td a:visited {
	color: #30659e;
	text-decoration: none;
}

#table-section table td div.list {
	padding: 15px 0 0;
	text-align: center;
}

#table-section table td a:link .img-box {
	opacity: 1;
	filter: alpha(opacity=100);
}
#table-section table td a:visited .img-box {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*******************************************
モデル - 見出し
********************************************/

#table-section h3 {
	padding: 10px 0 0 5px;
}
#table-section h3 em {
	font-weight: bold;
	color: #30659e;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
#table-section h3 strong {
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 13px 0 0 0;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
#table-section h3 strong span {
	color: #333333;
	font-size: 183%;
}

/*******************************************
モデル - 機能アイコン
********************************************/

#table-section ul.icn-list {
	width: 100%;
	padding: 0;
	margin: 5px auto;
}
#table-section ul.icn-list li {
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	font-size: 90%;
	line-height: 1.4;
	padding: 6px 0 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	position: relative;
	z-index: 0;
	margin: 0 0 4px 0;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.hosyo {
	width: 100%;
	background-color: #30659e;
}
.poe {
	width: 100%;
	background-color: #EA5503;
}
.hosyu {
	width: 100%;
	background-color: #03b9de;
}
.charm {
	background-color: #717171;
	width: 48%;
}



/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px) {

	.swipe {
		display:block;
		margin: 20px auto 0;
		text-align: center;
	}

	#table-section {
		/*
			display: block;
		*/
			overflow-x: scroll;
		/*
			white-space: nowrap;
			-webkit-overflow-scrolling: touch;
		*/
	}
	#table-section table {
		width: auto;
	}
	#table-section table td img.item-img {
		width: 100%;
		height: auto;
		min-width: 145px;
	}
}



/* SmartPhone Style ###################################################################################################### */
@media screen and (max-width:499px) {

	.swipe {
		display:block;
		margin: 20px auto 0;
		text-align: center;
	}

	#table-section {
		/*
			display: block;
		*/
			overflow-x: scroll;
		/*
			white-space: nowrap;
			-webkit-overflow-scrolling: touch;
		*/
	}
	#table-section table {
		width: auto;
	}

	#table-section table {
		width: auto;
	}
}
