@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
  HTML
------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-image: url("/smk-link/img/bg.gif");
	background-repeat: repeat-x;
	color: #333;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,arial,helvetica,clean,"Microsoft Yahei",sans-serif;
	line-height: 150%;
}
a {
	color: #0066CC
}
a:hover, a:active {
	text-decoration: none
}
img {
	border: 0;
}
h1,h2,h3,h4,ul,ol,li,p {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 1em;
}
.caution { color: #ee0000; }


/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
div#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 108px	
}
/* logo */
#header h1 {
	position: absolute;
	overflow: hidden;
	width: 150px;
	height: 53px;
	top: 30px;
	left: 0;
	background-image: url("/smk-link/img/logo.gif");
	background-repeat: no-repeat
}
#header h1 a {
	display: block;
	width: 150px;
	height: 53px;
	text-indent: -99999px;
}
/* text */
#header h2.h_text {
	position: absolute;
	overflow: hidden;
	width: 330px;
	height: 13px;
	top: 12px;
	right: 0;
	background-image: url("/smk-link/img/h_text.gif");
	background-repeat: no-repeat;
	text-indent: -99999px;
}
/* h_menu */
#header ul.h_menu {
	list-style-type: none;
	position: absolute;
	width: 144px;
	top: 40px;
	right: 0;
}
#header ul.h_menu li {
	display: block;
	float: left
}
#header ul.h_menu li.h01 {
	margin-right: 16px;
	width: 77px;
	height: 11px;
	background-image: url("/smk-link/img/h_menu01.gif");
	background-repeat: no-repeat
}
#header ul.h_menu li.h01 a {
	display: block;
	width: 77px;
	height: 11px;
	text-indent: -99999px;
}
#header ul.h_menu li.h02 {
	width: 51px;
	height: 11px;
	background-image: url("/smk-link/img/h_menu02.gif");
	background-repeat: no-repeat
}
#header ul.h_menu li.h02 a {
	display: block;
	width: 51px;
	height: 11px;
	text-indent: -99999px;
}
/* search */
#header div.headerSearch {
	position: absolute;
	width: 330px;
	height: 30px;
	top: 60px;
	right: 0;
	background-image: url("/smk-link/img/bg_search.gif");
	background-repeat: no-repeat
}
#header div.headerSearch table.headerSearchLayout {
	position: absolute;
	width: 320px;
	top: 4px;
	right: 5px
}
#header div.headerSearch table.headerSearchLayout td.headerSearchInput {
	vertical-align: center
}
#header div.headerSearch table.headerSearchLayout td.headerSearchInput input {
	width: 275px;
	margin: 0;
	padding: 0;
	font-size: 12px
}



/*------------------------------------------------------------
  Global menu
-----------------------------------------------------------*/
.menu_container {
	width: 100%;
	height: 45px
}
.menu_container .menu_box {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
}
.menu_container .menu_box #menu {
	position: absolute;
	width: 900px;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1111111111;
}
.menu_container .menu_box #menu dl {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.menu_container .menu_box #menu dl.m01 {
	width: 224px
}
.menu_container .menu_box #menu dl.m04 {
	width: 226px
}
.menu_container .menu_box #menu dl a {
	display: block
}
.menu_container .menu_box #menu dl dt {
	margin: 0;
	padding: 0;
	height: 45px
}
.menu_container .menu_box #menu dl dd {
	display: none;
	margin: 0;
	padding: 7px 6px;
	border-right: 2px solid #D7D7D7;
	border-bottom: 1px dashed #CCC;
	border-left: 2px solid #D7D7D7;
	background-image: url("/smk-link/img/g_menu_arrow.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
.menu_container .menu_box #menu dl dd.top {
	border-top: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
	border-bottom: 1px dashed #CCC;
	border-left: 2px solid #D7D7D7;
}
.menu_container .menu_box #menu dl dd.btm {
	border-right: 2px solid #D7D7D7;
	border-bottom: 2px solid #D7D7D7;
	border-left: 2px solid #D7D7D7;
}
.menu_container .menu_box #menu dl:hover dd {
	display: block
}
.menu_container .menu_box #menu dl dd a {
	display: inline;
	color: #777;
	font-size: 10px;
	line-height: 1em;
	text-decoration: none;
}
.menu_container .menu_box #menu dl dd a:hover {
	display: inline;
	color: #999;
	font-size: 10px;
	line-height: 1em;
	text-decoration: underline;
}





/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
#footer {
	height: 208px;
	background-image: url(smk-link/img/bg_footer.gif);
	background-repeat: repeat-x
}
#footer .f_box {
	height: 208px;
	width: 920px;
	margin: 0 auto;
	background-image: url(smk-link/img/bg_f_box.gif);
	background-repeat: no-repeat
}
#footer .f_link {
	float: left;
	margin-top: 70px;
	padding-left: 40px	
}
#footer .f_link a {
	color: #ABB7C2;
	font-size: 12px	
}
#footer .copy {
	float: right;
	margin-top: 70px;
	padding-right: 40px;
	color: #ABB7C2;
	font-size: 10px	
}
/* sub */
#footer p.pagetop {
	float: right;
	width: 120px;
	margin-top: 30px;
	padding-right: 40px
	vertical-align: middle
}
#footer .sub_f_link {
	float: left;
	margin-top: 30px;
	padding-left: 40px	
}
#footer .sub_f_link a {
	color: #ABB7C2;
	font-size: 12px	
}
#footer .sub_copy {
	float: right;
	margin-top: 30px;
	padding-right: 40px;
	color: #ABB7C2;
	font-size: 10px	
}




/*------------------------------------------------------------
  main
-----------------------------------------------------------*/
#main {
	width: 900px;
	margin: 0 auto
}
#main p {
	margin-top: 1em
}
#main .contents {
	margin: 0 40px;
	width: 700px
}
#main .contents .box {
	margin-left: 10px;
	width: 680px
}
/* pankuzu */
#main .pankuzu {
	width: 890px;
	padding: 8px 5px 5px 5px;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-size: 10px
}




/*------------------------------------------------------------
  TOP
-----------------------------------------------------------*/
/* flash */

.smkFlashTop {
	width: 100%;
	height: 324px;
	background: url("/smk-link/img/bg_flash.gif") repeat-x bottom;
	text-align: center;
}
#smk_top {
	margin: 0;
	padding: 0;
}
.flash_caution {
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin: 0 0 15px 0 ;
	background: #faf8f9
}
/* l_box */
#main #l_box {
	float: left;
	width: 680px	;
	padding: 0 0 40px 0;
}
* html #main #l_box .l_btn { /* IE6 */
	margin-bottom: 0
}
#main #l_box .l_btn {
	float: left;
	width: 335px;
	margin-bottom: -0.4em
}
* html #main #l_box .r_btn { /* IE6 */
	margin-bottom: 0
}
#main #l_box .r_btn {
	float: right;
	width: 335px;
	margin-bottom: -0.4em
}
/* r_box */
#main #r_box {
	float: right;
	width: 200px
}
* html #main #r_box .news_box { /* IE6 */
	margin-top: 0;
	padding-top: -0.5em	
}
#main #r_box .news_box {
	width: 180px;
	margin-top: -1.2em;
	padding: 0 10px;
	background-image: url("/smk-link/img/news_bg.gif");
	background-repeat: no-repeat
}
* html #main #r_box .news_box .day { /* IE6 */
	background-position: 0 11px
}
#main #r_box .news_box .day {
	width: 180px;
	padding-top: 0.5em;
	background-image: url("/smk-link/img/news_icon.gif");
	background-position: 0 9px;
	background-repeat: no-repeat;
	color: #666;
	font-size: 10px;
	text-indent: 15px;
}
* html #main #r_box .news_box .text { /* IE6 */
	font-size: 10px;
	line-height: 140%
}
#main #r_box .news_box .text {
	width: 180px;
	margin: 0.3em 0 -1em 0;
	padding-bottom: 1.3em;
	background-image: url("/smk-link/img/news_line.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	color: #666;
	font-size: 11px;
	line-height: 120%
}



/*------------------------------------------------------------
  products
------------------------------------------------------------*/
/* menu */
#submenu_box {
	width: 900px;
	height: 26px;
	padding: 10px 0
}
#submenu_box ul {
	list-style-type: none;
	float: right
}
#submenu_box ul li {
	float: left
}
#submenu_box ul li a {
	display: block;
	width: 104px;
	height: 26px;
}
#submenu_box ul li.m01 {
	width: 104px;
	height: 26px;
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_distributor.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m01 a {
	text-indent: -99999px;
}
#submenu_box ul li.m02 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_catalog.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m02 a {
	text-indent: -99999px;
}
#submenu_box ul li.m03 {
	background-image: url("/smk-link/products/img/btn_faq.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m03 a {
	text-indent: -99999px;
}
#submenu_box ul li.m04 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_guide.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m04 a {
	text-indent: -99999px;
}
#submenu_box ul li.m05 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_howto.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m05 a {
	text-indent: -99999px;
}
#submenu_box ul li.m06 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_point.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m06 a {
	text-indent: -99999px;
}
#submenu_box ul li.m07 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_size.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m07 a {
	text-indent: -99999px;
}
#submenu_box ul li.m10 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_amazon.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m10 a {
	text-indent: -99999px;
}
#submenu_box ul li.m11 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_ec.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m11 a {
	text-indent: -99999px;

}
#submenu_box ul li.m12 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_rakuten.gif");
	background-repeat: no-repeat;

}
#submenu_box ul li.m12 a {
	text-indent: -99999px;

}
#submenu_box ul li.m13 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_askul.gif");
	background-repeat: no-repeat;

}
#submenu_box ul li.m13 a {
	text-indent: -99999px;

}
#submenu_box ul li.m14 {	
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_nttx.gif");
	background-repeat: no-repeat;

}
#submenu_box ul li.m14 a {
	text-indent: -99999px;

}

/* title */
h3.title {
	margin-top: 2em
}
/* table */	
table.t_products {	
	width: 840px;
	margin: 1.5em auto 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.t_products th {
	width: 250px;
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #F5F5F4;
	font-size: 12px;
	text-align: left	
}
.t_products td {
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 12px
}
.box {
	width: 840px;
	margin: 1.5em auto 0 auto
}
.box .left {
	float: left;
	width: 380px
}
.box .right {
	float: right;
	width: 435px
}
.box .left2 {
	float: left
}
.box .right2 {
	float: right
}
.box .left_rn {
	float: left;
	width: 392px
}
.box .right_rn {
	float: right;
	width: 448px
}
.box .left_rnc {
	float: left;
	width: 397px
}
.box .right_rnc {
	float: right;
	width: 443px
}

ul.list {
	margin: 1.5em 0 0 4em
}
.l_list {
	float: left;
	width: 300px
}
.r_list {
	float: left;
	width: 300px
}
.right {
	float: right
}
.faq {
	padding: 10px 0;
	border-bottom: 1px dashed #CCC
}
h3.faq {
	width: 840px;
	margin: 1.5em auto 0 auto;
	padding-bottom: 3px;
	border-bottom: 2px solid #0099CC;
	color: #0099CC;
	font-size: 14px
}
ol {
	margin-left: 4em
}
ol li {
	margin-bottom: 5px;
	color: #0066CC
}
ul.ds li {
	margin: 1.5em 0 0 4em
}



/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
.c_cbox {
	margin-top: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}
.l_cbox {
	float: left;
	width: 420px;
	margin-top: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}
.r_cbox {
	float: right;
	width: 400px;
	margin-top: 15px;
	box-sizing: border-box;
}
.l_cbox strong, .r_cbox strong { font-size: 1.6em }


/*------------------------------------------------------------
  regist
------------------------------------------------------------*/
.t_rg {
	margin: 10px auto 0 auto;
	width: 840px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.t_rg th {
	padding: 4px 0 3px 10px;
	width: 250px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #F5F5F4;
	font-size: 12px;
	text-align: left	
}
.t_rg td {
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 10px
}
select {
	font-size: 10px
}
option {
	font-size: 10px
}




/*------------------------------------------------------------
  プレゼンリモコン比較
------------------------------------------------------------*/
/* table */	
table.t_cp {	
	width: 900px;
	margin-top: 2em;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.t_cp th {
	padding: 4px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #F5F5F4;
	font-size: 12px	
}
.t_cp td {
	padding: 15px 4px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 12px;
	text-align: center
}
.t_cp td.red {
	background-color: #FAE7E7;
	color: #CC0000;
	font-weight: bold
}
.t_cp td.green {
	background-color: #EDFBDB;
	color: #339900;
	font-weight: bold
}





.txtError{
color:#E00631;
}
.txtBold{
font-weight:bold;
}
.t_rg td.inquiryTableError{
margin:0;
padding:5px;
border-right:solid 1px #CCC;
border-bottom:solid 1px #CCC;
background:#FFDBDB;
}
.t_rg td.inquiryTableError p{
margin:5px 0 0 0;
padding:0;
}

/* 091207追加 */
.box2 {
	width: 870px;
	margin: 1.5em 0 0 30px;
}
.box2 .left {
	float: left;
	width: 452px;
}
.box2 .left span {
	color: #3b3b76;
	line-height: 140%;
}
.box2 .left h4 {
	font-size: 14px;
	margin-top: 15px;
	border-bottom: 1px solid #3b3b76;
}
.box2 .left ul {
	margin-top: 10px;
	list-style-type: none;
}
.box2 .left ul li {
	font-size: 12px;
	line-height: 100%;
	margin: 0 0 6px 0;
}
.box2 .right {
	float: right;
	width: 391px;
}
table.t_products2 {	
	width: 840px;
	margin: 1.5em auto 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.t_products2 th {
	width: 250px;
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #f1f3fd;
	color: #3b3b76;
	font-size: 12px;
	font-weight: lighter;
	text-align: left	
}
.t_products2 td {
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 12px
}
ul.list li span {
	color: #3b3b76;
}
#submenu_box ul li a {
	overflow: hidden !important;
}
#submenu_box ul li.m08 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_distributor2.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m08 a {
	text-indent: -99999px;
}
h3.faq2 {
	width: 840px;
	margin: 1.5em auto 0 auto;
	padding-bottom: 3px;
	border-bottom: 2px solid #ad327a;
	color: #ad327a;
	font-size: 14px
}

.umm {
	color: #19505e !important;
}
table.t_products3 {	
	width: 840px;
	margin: 1.5em auto 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC
}
.t_products3 th {
	width: 250px;
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #f3f8fa;
	color: #19505e;
	font-size: 12px;
	font-weight: lighter;
	text-align: left	
}
.t_products3 td {
	padding: 4px 0 3px 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 12px
}
.l_list2 {
	float: left;
	width: 240px
}
.r_list2 {
	float: right;
}


.smkFlashTop {
	padding-top: 20px !important;
}

/* paddock */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.box-pd {
	padding: 20px 30px;
}
.box-pd .left {
	float: left;
}
.box-pd .right {
	float: right;
}
.box-pd ul {
	list-style-type: none;
	margin: 18px 0 0 0;
}
.box-pd ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 2px solid #3c4a64;
}
.pd-text {
	padding: 10px 30px;
	color: #a0a0a0;
	font-size: 10px;
}
h3.faq3 {
	width: 840px;
	margin: 1.5em auto 0 auto;
	padding-bottom: 3px;
	border-bottom: 2px solid #3c4a64;
	color: #3c4a64;
	font-size: 14px
}
#submenu_box ul li.m09 {
	margin-right: 10px;
	background-image: url("/smk-link/products/img/btn_distributor3.gif");
	background-repeat: no-repeat;
}
#submenu_box ul li.m09 a {
	text-indent: -99999px;
}

/* 2013.07.16追加 */

div.gpre_detail {
	position: relative;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
}
div.gpre_detail div.box {
	float: left;
	width: 405px;
	margin: 13px 0 0 30px;
	padding: 0;
 }
div.gpre_detail div.box h3 {
	width: 390px;
	height: 37px;
	padding: 15px 0 0 15px;
	font-size: 1.2em;
	color: #48750c;
	font-weight: bold;
	background: url("/smk-link/products/img/gpresenter_detail_bg1.gif") left top no-repeat;
}
div.gpre_detail div.box div.chld {
	width: 373px;
	padding: 13px 16px 17px 16px;
	background: url("/smk-link/products/img/gpresenter_detail_bg2.gif") left bottom no-repeat;
}
div.gpre_detail div.box div.chld div.movie {
	width: 300px;
	margin: 0 auto;
}
div.gpre_detail div.box div.chld span.small {
	font-size: 0.8em;
}
div.gpre_detail div.box div.chld2 {
	width: 405px;
	padding: 13px 0 0 0;
	text-align: center;
}

table.t_products_gpre {
	clear: both;
	float: left;
	width: 840px;
	margin: 0.5em 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
}
.t_products_gpre th {
	width: 25%;
	padding: 0.5em 0 0.5em 1em;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #F5F5F4;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
}
.t_products_gpre td {

	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center
}
.t_products_gpre td.none {
	padding: 0.5em 0 0.5em 1em;
	border: none;
	font-size: 0.8em;
}
div.t_products_gpre2 {
	/*float: left;*/
	width: 840px;
	margin: 1.5em 0 0 30px;
}
div.t_products_gpre2 strong { 
	margin: 0 0 0.5em 0;
}
div.t_products_gpre2 ul.list {
	margin: 0.5em 0 1em 2em;
}

/* 2013.08.07追加 */

div.rpn_detail {
	position: relative;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
}
div.rpn_detail div.box {
	float: left;
	width: 405px;
	margin: 13px 0 0 30px;
	padding: 0;
 }
div.rpn_detail div.box h3 {
	width: 390px;
	height: 37px;
	padding: 15px 0 0 15px;
	font-size: 1.2em;
	color: #0000cd;
	font-weight: bold;
	background: url("/smk-link/products/img/navigator_detail_bg1.gif") left top no-repeat;
}
div.rpn_detail div.box div.chld {
	width: 373px;
	padding: 13px 16px 17px 16px;
	background: url("/smk-link/products/img/gpresenter_detail_bg2.gif") left bottom no-repeat;
}
div.rpn_detail div.box div.chld div.movie {
	width: 300px;
	margin: 0 auto;
}
div.rpn_detail div.box div.chld span.small {
	font-size: 0.8em;
}
div.rpn_detail div.box div.chld2 {
	width: 405px;
	padding: 13px 0 0 0;
	text-align: center;
}

/* 2013.08.07追加 */

div.presienne_detail {
	position: relative;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
}
div.presienne_detail div.box {
	float: left;
	width: 405px;
	margin: 13px 0 0 30px;
	padding: 0;
 }
div.presienne_detail div.box h3 {
	width: 390px;
	height: 37px;
	padding: 15px 0 0 15px;
	font-size: 1.2em;
	color: #dc143c;
	font-weight: bold;
	background: url("/smk-link/products/img/presienne_detail_bg1.gif") left top no-repeat;
}
div.presienne_detail div.box div.chld {
	width: 373px;
	padding: 13px 16px 17px 16px;
	background: url("/smk-link/products/img/gpresenter_detail_bg2.gif") left bottom no-repeat;
}
div.presienne_detail div.box div.chld div.movie {
	width: 300px;
	margin: 0 auto;
}
div.presienne_detail div.box div.chld span.small {
	font-size: 0.8em;
}
div.presienne_detail div.box div.chld2 {
	width: 405px;
	padding: 13px 0 0 0;
	text-align: center;
}

/* 2014.03.25追加 */

div.gs_detail {
	position: relative;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
}
div.gs_detail div.box {
	float: left;
	width: 405px;
	margin: 13px 0 0 30px;
	padding: 0;
 }
div.gs_detail div.box h3 {
	width: 390px;
	height: 37px;
	padding: 15px 0 0 15px;
	font-size: 1.2em;
	color: #99082B;
	font-weight: bold;
	background: url("/smk-link/products/img/gs_detail_bg1.gif") left top no-repeat;
}
div.gs_detail div.box div.chld {
	width: 373px;
	padding: 13px 16px 17px 16px;
	background: url("/smk-link/products/img/gs_detail_bg2.gif") left bottom no-repeat;
}
div.gs_detail div.box div.chld div.movie {
	width: 300px;
	margin: 0 auto;
}
div.gs_detail div.box div.chld span.small {
	font-size: 0.8em;
}
div.gs_detail div.box div.chld2 {
	width: 405px;
	padding: 13px 0 0 0;
	text-align: center;
}

/* 2017.03.23 追加 */

h3.subtitle { clear: both; width: 840px; margin: 0 auto; padding: 20px 0 0 0; font-size: 1.35em; }
h3.subtitle span { color: #3a81cd; }
p.detailtxt { width: 840px; margin: 0 auto; }
#submenu_box { width: 840px; height: 20px; margin: 0; padding: 0; overflow: hidden; }
.f_cbox { position: relative; width: 700px; margin: 0 auto; }
.txtbox { padding: 0 0 1em 0; border-bottom: 1px dotted #ddd; }
.txtbox .thum { padding: 1em 0; }
.cautionbox { clear: both; margin: 1.5em 0 0 0;  border: 3px solid #eee; padding: 1em; box-sizing: border-box; }
.cautionbox p { padding: 0 !important; margin: 0 !important; }
.cautionbox img { float: right; }

table.store { width: 100%; margin: 10px 0 0 0; border-collapse: collapse; border-spacing: 0; }
table.store th { padding: 1em 0; border: 1px solid #ccc; background: #f5f5f5; text-align: center; box-sizing: border-box; }
table.store td { padding: 1em; border: 1px solid #ccc; background: #fff; text-align: center; box-sizing: border-box; }
table.store p { padding: 0 !important; margin: 0 !important; text-align: left; word-wrap: break-word; }
table.store th { width: 14.6%; }

.m_cbox { position: relative; width: 840px; margin: 0 auto; padding: 20px 0 0 0; }

table.manual { width: 100%; margin: 10px 0 0 0; border-collapse: collapse; border-spacing: 0; }
table.manual th { padding: 1em 0; border: 1px solid #ccc; background: #f5f5f5; text-align: center; box-sizing: border-box; }
table.manual td { width: 144px; padding: 1em 0; border: 1px solid #ccc; text-align: center; box-sizing: border-box; }
table.manual p { padding: 0 !important; margin: 0 !important; text-align: left; word-wrap: break-word; }


