@charset "Shift_JIS";

/*
	================================================================================================
		tablet products/info
	================================================================================================
*/

div#contents #contentsHead h2.head {
    background-image: none;
    font-weight: bold;
    text-align: center;
	font-size: 115%;
    line-height: 1.5;
    margin: 0px 20px 30px 20px;
    border-bottom: none;
	padding: 0;
}

div#contents #contentsHead h3 {
    background-image: none;
    font-weight: bold;
    text-align: center;
	font-size: 115%;
    line-height: 1.5;
    margin: 0px 20px 20px 20px;
}

div#contents #contentsHead p.modelname {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-bottom: 0px;
}

div#contents #contentsHead p {
	text-align: right;
}

div#contents #main_area {
    margin-left: auto;
    margin-right: auto;
    width: 820px;
}

div#contents #main_area #lead p {
	margin-left: 0px;
}

.setting_item {
	margin-bottom: 40px;
}

#contents h4.gray_line_p_info {
    background: url("../images/bg_h3_head_l.gif") no-repeat scroll right bottom transparent;
    font-size: 105%;
    padding: 4px 17px 6px;
}

/*------table-----*/

#measure table {
	width: 800px;
}
#measure td {
	text-align: center;
}
#measure td.menu {
	text-align: left;
}
#measure th.space {
	border-top: none;
	border-left: none;
	background: #ffffff;
}
#measure tr {
	height: 65px;
} 

/*------table-----*/

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

#contents h4.gray_line_p_info {
	background: none;
	word-break: break-all;
	clear: both;
	color: #666;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
}


div#contents #main_area {
    width: auto;
}

/*------table-----*/

#measure table {
	width: auto;
	word-break: break-all;
}
#measure th,
#measure td,
#measure td.menu,
#measure th.space {
	width: auto;
	word-break: break-all;
}
/*------table-----*/
}