/* CSS Document */


div#contentsMain h1#release_h1 {
	font-size:16px;
	padding:0 0 3px 0;
	border-bottom:#AAA solid 1px;
}

.layout-2-col div#contentsMain h1#release_h1 {
	padding:0 0 3px 12px;
	line-height: 150%;
}

div#news_release {
	margin-top:5px;
	padding:3px;
	overflow:hidden;
	margin-bottom:30px;
}

* html div#news_release {
	height:1%;
}

div#news_release div#release_title {
	text-align:center;
}

div#news_release div#release_title h2 {
	font-weight:bold;
	font-size:16px;
	*font-size:135%;
	padding:0;
	margin:0 0 5px 0;
}

div#news_release div#release_title p {
	margin:0 0 8px 0;
}

div#news_release div#release_img {
	text-align:center;
	margin-top:8px;
}

div#news_release div#release_img p.model_name {
	margin-top:5px;
	font-weight:bold;
}

div#news_release div#release_img p.img_text {
	display:block;
	clear:both;
	font-size:10px;
	*font-size:80%;
	margin:5px 0;
	color:#666666;
}

div#news_release div.img_box_left {
	width:50%;
	*width:49%;
	float:left;
}

div#news_release div.img_box_right {
	width:50%;
	*width:49%;
	float:right;
}

div#news_release div.release_text {
	margin-top:30px;
}

div#news_release div.release_text p {
	line-height:170%;
}

p.text-indent{
	text-indent:1em;
}

div#news_release h3.release_h3 {
	color:#000099;
	font-weight:bold;
	font-size:120% !important;
	border:none !important;
	margin:30px 0 0 0 !important;
	padding:3px 0 3px 30px !important;
	background:url(/images/common/icon_cube3.gif) no-repeat 10px 6px;
	background-color:#f0f0f0;
}

div#news_release h4.release_h4 {
	font-weight:bold !important;
	margin-top:20px !important;
	margin-bottom:0 !important;
	font-size:120% !important;
	padding:0 0 0 15px !important;
	background:url(/images/common/icon_cube.gif) no-repeat 4px 5px;
}

div#news_release h4.release_h4_mt10 {
	font-weight:bold !important;
	margin-top:10px !important;
	margin-bottom:0 !important;
	font-size:120% !important;
	padding:0 0 0 15px !important;
	background:url(/images/common/icon_cube.gif) no-repeat 4px 5px;
}

div#news_release h4.release_h4_none {
	font-weight:bold !important;
	margin-top:20px !important;
	margin-bottom:0 !important;
	font-size:120% !important;
	padding:0 0 0 5px !important;
}

div#news_release h4.release_h4_mt10_none {
	font-weight:bold !important;
	margin-top:10px !important;
	margin-bottom:0 !important;
	font-size:120% !important;
	padding:0 0 0 5px !important;
}

div#news_release h5.release_h5 {
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin-top:20px;
}

div#news_release h5.release_h5_mt10 {
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin-top:10px;
}

div#news_release h5.release_h5_mt5 {
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin-top:5px;
}

div#news_release h5.release_h5_cir {
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin-top:20px;
	padding-left:17px;
	background:url(/images/common/icon_circle.gif) no-repeat 3px 2px;
}



div#news_release div#short_spec {
	margin-top:10px;
}

div#news_release div#short_spec table ,
div#news_release div#full_spec table ,
div#news_release table.spec_table {
	border:#CCCCCC solid 1px;
	font-size:85%;
	text-align:center;
	margin-top:5px;
	width:100%;
}

div#news_release div#short_spec table thead tr ,
div#news_release table.spec_table thead tr {
	background-color:#000099;
	font-weight:bold;
	color:#FFFFFF;
}
/*
div#news_release table.spec_table thead tr {
	background-color:#6F7DFF;
	font-weight:bold;
	color:#FFFFFF;
}
*/
div#news_release div#short_spec table tbody th ,
div#news_release div#full_spec table tbody th ,
div#news_release table.spec_table tbody th {
	background-color:#eee;
}

div#news_release div#full_spec table thead th {
	background-color:#eee;
}

div#news_release div#full_spec table thead td {
	background-color:#000099;
	font-weight:bold;
	color:#FFFFFF;
}

ul.attention_text {
	font-size:85%;
	color:#666666;
}


div#news_release div.release_link {
	margin:15px 0;
	background-color:#f6f6f6;
	border:#e3e3e3 solid 1px;
	padding:5px 20px;
}

div#news_release div.release_link ul li {
	margin:5px 0;
}

div#news_release div.release_link ul li a {
	background:url(/images/common/icon_link.gif) no-repeat 0 1px;
	padding:0 0 0 15px;
}


div#news_release div#release_trademark {
	margin-top:20px;
	font-size:85%;
	color:#999999;
	padding:5px 0;
	border-top:#CCCCCC dashed 1px;
}



.over_h {
	overflow:hidden;
}

* html .over_h {
	height:1%;
}


/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* END clearfix */

.clear {
	clear:both;
}

/* 特典アイテムリスト */
ul.item_list {
	margin-left:15px;
}

ul.item_list li {
	clear:both;
	margin-top:10px;
	padding-top:10px;
}

ul.item_list li img {
	float:left;
	margin-right:15px;
}

ul.item_list li p {
	float:left;
	margin-top:10px;
}
/* end 特典アイテムリスト */


/* スペックリスト 110726 */
ul.spec_list {
	margin-top:10px;
	margin-bottom:0;
}

ul.spec_list li {
	font-weight:bold;
	margin-top:5px;
	font-size:120%;
	padding:0 0 0 15px;
	background:url(/images/common/icon_cube.gif) no-repeat 4px 5px;
}

/* end スペックリスト */

.mt0 { margin-top:0 !important; }

.ml5 { margin-left:5px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }

.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }

.tl { text-align:left; }
.tc { text-align:center; }
.tr { text-align:right; }

.fl { float:left; }
.fr { float:right; }

.fs85p { font-size:85%; }
.fs100p { font-size:100%; }
.fs120p { font-size:120%; }
.fs140p { font-size:140%; }
.fs160p { font-size:160%; }

div#contentsMain table td.bottom_d { border-bottom:1px #CCCCCC dashed !important; }

/* SNS Link Btn 111102 m.s. */

div#contentsMain { position:relative; }

div#sns_link {
	position:absolute;
	width:360px;
	height:25px;
	top: 4px;
	right: 2px;
}

div#sns_link p.twitter_btn ,
div#sns_link p.facebook_btn,
div#sns_link p.plusone_btn { float:right; margin-left:5px; }

.plusone_btn { width:80px; overflow: hidden; }
.twitter_btn { width:110px; overflow: hidden; }



