/*
Theme Name: BABY UNIVERSE EN
Description: テーマの説明
Theme URI: テーマの URL
Author: Kunihiko Ohkubo 
Author URI: 作った人の URL
Version: 0.1
License: ライセンス
License URI: ライセンスの URL
*/

@charset "utf-8";

a:link {
 color: #333;
 text-decoration: none;
 }
a:visited {
 color: #333;
 text-decoration: none;
 }
a:active {
 color: #000;
 text-decoration: underline;
 }
a:hover {
 color: #000;
 text-decoration: underline;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

body {
	background-image: url(img/common/bg_star.gif);
	background-attachment:fixed;
}

.wrapper {
	margin: auto;
	font-family: 'Helvetica Neue', meiryo, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	width: 1000px;
}

#navi_news_archive a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 77px;
	background-image: url(img/navi/news_archive.png);
	padding-top: 15px;
	text-align: center;
	float: right;
	margin-top: 25px;
	margin-right: 15px;

}
#navi_news_archive a:hover {
	background-position: 0 -15px;
}

/* グローバルナビ */
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.menu-item {
	float: left;
}
.menu-item a {
	height: 60px;
}
.menu-item a:hover {
	background-position: 0 -60px;
}

#menu-item-4 a {
	width: 106px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_1.png);
}

#menu-item-5 a {
	width: 106px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_2.png);
}

#menu-item-9 a {
	width: 80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_3.png);
}

#menu-item-10 a {
	width: 142px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_4.png);
}

#menu-item-11 a {
	width: 86px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_5.png);
}

#menu-item-14 a {
	width: 95px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_6.png);
}

#menu-item-18 a {
	width: 98px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_7.png);
}

#menu-item-19 a {
	width: 98px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	background-image: url(img/navi/navi_1_9.png);
}

#menu-item-26 a {
	display: block;
	overflow: hidden;
	width: 98px;
	background-image: url(img/navi/navi_1_9.png);
	text-indent: -9999px;
	text-align: center;
	float: left;
}

.navi_search {
	background-image: url(img/navi/navi_1_8.png);
	float: left;
	width: 160px;
	height: 40px;
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}

.navi_search_window {
	width: 118px;
	height: 20px;
	margin-left: 0px;
	float: left;
	background: url(img/navi/searchwindow.gif) 0 0 repeat-x;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-width: 1px;
	border-color: #a1a2a2;
	font-size: 12px;
	color: #4d4d4d;
	padding-left: 4px;
	padding-top: 3px;
	}

.navi_search_button {
	width: 23px;
	height: 22px;
	background: url(img/navi/search_button.gif) no-repeat 0 0;
	border: none;
	display: block;
	cursor: pointer;
	float: left;
}

/* */
.main {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	background-color: #fff;

	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;

	line-height: 22px;
	font-size: 14px;
}
	
.headline {
	margin-left: 10px;
	float: left;
	margin-top: 23px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}

.link_ffffff a:link {
	color:#ffffff;
	text-decoration: none;
}
.link_ffffff a:visited { color:#ffffff; }
.link_ffffff a:hover   {
	color:#ffffff;
	text-decoration: underline;
}
.link_ffffff a:active  { color:#ffffff; }

.link_ff0000 a:link    {
	color:#ff0000;
}
.link_ff0000 a:visited { 
	color:#ff0000; }
.link_ff0000 a:hover   {
	color:#ff0000;
}
.link_ff0000 a:active  { 
	color:#ff0000; }
	
.link_0088CC a:link    {
	color:#0088CC;
}
.link_0088CC a:visited { 
	color:#0088CC; }
.link_0088CC a:hover   {
	color:#005279;
}
.link_0088CC a:active  { 
	color:#0088CC; }

.link_ffff00 a:link    {
	color:#ffff00;
	text-decoration: none;
}
.link_ffff00 a:visited { color:#ffff00; }
.link_ffff00 a:hover   {
	color:#ffff00;
	text-decoration: underline;
}
.link_ffff00 a:active  { color:#ffff00; }

.link_button a {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(img/plug-in/link_button01.png) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-left: 26px;
	margin-top: 10px;
	padding-bottom: 3px;
}

.link_button a:hover   {
	color: #eff5f8;
	text-decoration: none;
	background: url(img/plug-in/link_button01_on.png) no-repeat 0 0;
	}
	
	
.link_button02 a:link    {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(plug-in/img/link_button02.gif) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-left: 26px;
	margin-top: 10px;
	padding-bottom: 3px;
	}
.link_button02 a:visited    {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(plug-in/img/link_button02.gif) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-left: 26px;
	margin-top: 10px;
	padding-bottom: 3px;
	}
.link_button02 a:hover   {
	color: #eff5f8;
	text-decoration: none;
	background: url(plug-in/img/link_button02_on.gif) no-repeat 0 0;
	}


.link_button03_products_shoulder a:link    {
	width: 90px;
	height: 19px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(img/plug-in/link_button03_products_shoulder.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 23px;
	}
.link_button03_products_shoulder a:visited {
	width: 80px;
	height: 19px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	text-align: left;
	padding-bottom: 2px;
	background-image: url(img/plug-in/link_button03_products_shoulder.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-right: 0px;
	}
.link_button03_products_shoulder a:hover {
	color: #33C;
	text-decoration: none;
	background-image: url(plug-in/img/link_button03_products_shoulder_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.link_button04_dl a:link    {
	width: 281px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(img/plug-in/link_button04_dl.gif) no-repeat 0 0;
	padding-top: 2px;
	text-align: left;
	padding-left: 20px;
	margin-left: 400px;
	margin-top: 0px;
	padding-bottom: 3px;
	}
.link_button04_dl a:visited    {
	width: 281px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(img/plug-in/link_button04_dl.gif) no-repeat 0 0;
	padding-top: 2px;
	text-align: left;
	padding-left: 20px;
	margin-left: 400px;
	margin-top: 0px;
	padding-bottom: 3px;
	}
.link_button04_dl a:hover   {
	color: #eff5f8;
	text-decoration: none;
	background: url(img/plug-in/link_button04_dl_on.gif) no-repeat 0 0;
	}
	
.link_button05_contact a:link    {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(plug-in/img/link_button01.png) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-left: 250px;
	margin-top: 20px;
	padding-bottom: 3px;
	}
.link_button05_contact a:visited    {
	width: 153px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(plug-in/img/link_button01.png) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-left: 250px;
	margin-top: 20px;
	padding-bottom: 3px;
	}
.link_button05_contact a:hover   {
	text-decoration: none;
	background: url(plug-in/img/link_button01_on.png) no-repeat 0 0;
	}	
.link_button06_products_shoulder a:link    {
	width: 90px;
	height: 19px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(plug-in/img/link_button06_products_shoulder.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 23px;
	}
.link_button06_products_shoulder a:visited    {
	width: 80px;
	height: 19px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	text-align: left;
	padding-bottom: 2px;
	background-image: url(plug-in/img/link_button06_products_shoulder.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-right: 0px;
	}
.link_button06_products_shoulder a:hover   {
	color: #33C;
	text-decoration: none;
	background-image: url(plug-in/img/link_button06_products_shoulder_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	

.menu-fnavi-container {
	display: table;
	margin: 0 auto;
	padding-left: 30px;
	height: 110px;
	width: 998px;
	background-image: url(img/navi/navi_2_1.png);
	background-repeat: no-repeat;
}

.menu-fnavi-container ul li a{
	height: 110px;
	line-height: 110px;
	width: 998px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu-fnavi-container ul li:after{
	margin-left: 8px;
	content:"|　";
	color: #fff;
}

.menu-fnavi-container ul li:last-child:after{
	content:"";
}


#index_h1 {
	font-family: 'Helvetica Neue', meiryo, sans-serif;
	font-size: 17px;
	padding: 0px;
	font-weight: normal;
	color: #EEE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.3em;
	text-align:center;
}
#servicetop_h1 {
	font-size: 22px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#base_h1 {
	background-image: url(img/common/base_h1.gif);
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 6px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.base_h2 {
	background-image: url(img/common/base_h2.gif);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 1px;
	padding-left: 21px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.contact_h2_illust {
	background-image: url(img/support/download/contact_h2_illust.gif);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 1px;
	padding-left: 21px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.contact_h2_indesign {
	background-image: url(img/support/download/contact_h2_indesign.gif);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 1px;
	padding-left: 21px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.contact_h2_photo {
	background-image: url(img/support/download/contact_h2_photo.gif);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 1px;
	padding-left: 21px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.contact_h2_ipm {
	background-image: url(img/support/download/contact_h2_ipm.gif);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 1px;
	padding-left: 21px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.base_h3 {
	background-image: url(img/common/base_h3.png);
	font-size: 12px;
	font-weight:normal;
	color: #333;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-color: #D8D8D8;
	width: 250px;
}
.contents_right_frame_top02 {
	background-image: url(plug-in/img/contents_right_frame_top02.png);
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 5px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pankuzu01 {
	font-size: 10px;
	color: #FFF;
	margin-top: 72px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.text_ffffff {
	color: #FFF;
}
.text_10 {
	font-size: 10px;
}
.site-content {
	margin: auto;
	overflow: hidden;
	width: 980px;
	text-align:left;
}
.product_main_img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.product_main_img_dbp {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFF;
	border: 1px solid #DDD;
	text-align: center;
	border-radius: 5px;
}
.sidebar {
	margin-top: 10px;
	/*float: left;*/
	width: 205px;
	background-color: #fff;
	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	padding-bottom: 10px;
	font-size:14px;
}
.sidebar h3 {
	margin: 0;
	padding: 7px 10px;
	color: white;
	background: rgb(147,147,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(147,147,147) 0%, rgb(71,71,71) 74%, rgb(71,71,71) 74%, rgb(19,19,19) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(147,147,147)), color-stop(74%,rgb(71,71,71)), color-stop(74%,rgb(71,71,71)), color-stop(100%,rgb(19,19,19))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
aside {
	float: left;
}
.summary {
	text-align: center;
}
.summary h3 {
	margin-bottom: 12px;
}
.summary dl {
	padding: 12px;
	text-align: left;
}
.summary dl dt{
	font-weight: bold;
}
.summary dl dd {
	margin: 0;
	padding: 0;
}
.company_photo {
	margin-top: 20px;
}


.contents_right {
	margin-top: 10px;
	float: right;
	width: 760px;
	margin-bottom: 10px;

	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
}

.breadcrumb {
	margin: 0;
	padding: 7px 10px;

	list-style: none;
	background-color: #fff;

	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
}
.breadcrumb li {
	display: inline;
}

.archive ul.breadcrumb {
	margin-top: 8px;
	padding: 0;

	background-color: rgba(0,0,0,0);
	
	color: #fff;
	font-size: 85%;
}

.archive ul.breadcrumb a {
	color: #fff;
}

.sidebar h3 {
	margin: 0;
	padding: 7px 10px;
	color: white;
	background: rgb(147,147,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(147,147,147) 0%, rgb(71,71,71) 74%, rgb(71,71,71) 74%, rgb(19,19,19) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(147,147,147)), color-stop(74%,rgb(71,71,71)), color-stop(74%,rgb(71,71,71)), color-stop(100%,rgb(19,19,19))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	margin-bottom:10px;
}

.products_photo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar ul {
	margin: 0px;
	padding: 8px;
	list-style-type: none;
	}
.sidebar li {
	padding-top: 9px;
	padding-bottom: 8px;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 18px;
	background-image: url(img/common/arrow01.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebar li:last-child {
	border-bottom: none;
}

.contents_left_frame_mdl {
	background-image: url(img/common/contents_left_frame_mdl.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.arrow02 ul {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
div.arrow02 li {
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(img/common/arrow02.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

div.contents_left_frame_mdl_menutext .contents_left_frame_mdl_menutext_last {
	border-bottom: none;
}
.products_frame_top {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_aiplot_pro {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/aiplot-pro/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_sbc {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/sbc/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_nbm {
	font-weight: bold;
	color: #009CEF;
	background-image: url(plug-in/products/nbm/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.products_frame_top_ai2dcode-pro {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/ai2dcode-pro/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_cad-compo {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/cad-compo/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.products_frame_top_exdxf-pro {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/exdxf-pro/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_aipathpro {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/aipathpro/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_param {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/param/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_ddcsv2 {
	font-weight: bold;
	color: #FFF;
	background-image: url(plug-in/products/ddcsv2/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_dbp {
	font-weight: bold;
	color: #333;
	background-image: url(plug-in/products/dbp/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_top_ipm {
	font-weight: bold;
	color: #FFF;
	background-image: url(apparel/ipm/img/products_frame_top.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.products_frame_mdl {
	background-image: url(img/common/contents_left_frame_mdl.png);
	background-repeat: repeat-y;
	text-align: center;
}
.plugin_spec {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

	line-height: 24px;
}
.plugin_spec dt {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 20px;
}
.smooth_anchor {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
table.tbl_indent5 td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.tbl_indent5 th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
table.tbl_download td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tbl_download th {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.indent15 {
	margin-right: 15px;
	margin-left: 15px;
}
.indent10 {
	margin-right: 10px;
	margin-left: 10px;
}
.indent5 {
	margin-right: 5px;
	margin-left: 5px;
}
.color_FF0000 {
	color: #F00;
}
.color_FFFFFF {
	color: #FFF;
}
.color_0099D2 {
	color: #0099D2;
}
.color_000099 {
	color: #000099;
}
.frame01 {
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.frame02 {
	border: 1px dashed #BBB;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.frame03_youtube {
	border: 10px solid #CCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.entertain_main_img {
	background-image: url(/en/company/entertain/img/img01.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 640px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 230px;
	padding-right: 30px;
	padding-bottom: 28px;
	padding-left: 30px;
	line-height: 19px;
}

.element {
	width: 180px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(img/plug-in/element_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.archive .oem {
	background-image: url(img/plug-in/element_bg3.png);
}

.box {
	position: relative;
	color: #fff;
	height:150px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.box a {
	position:absolute;
	top:144px;
    left:0;
    width:100%;
    height:100%;

	color: #fff;
	font-family: 'Helvetica Neue', meiryo, sans-serif;
	font-size:10px;
	line-height: 12px;
	margin: 0px;
}

.box h3 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 1.2em;
}

.box p {
	margin: 2px 0 0 0;
	line-height: 1em;

	font-size: 90%;
}

.search-results {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.search-results li {
	margin-bottom: 18px;
 	overflow: hidden;
 }

.result-image {
	margin-right: 12px;
	width: 120px;
}

.result-text p {
	margin: 0;
}

.result-title {
	font-weight: bold;
}

.contact-box {
	padding: 0;
}

.contact-title {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: white;
	background: rgb(147,147,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(147,147,147) 0%, rgb(71,71,71) 74%, rgb(71,71,71) 74%, rgb(19,19,19) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(147,147,147)), color-stop(74%,rgb(71,71,71)), color-stop(74%,rgb(71,71,71)), color-stop(100%,rgb(19,19,19))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(147,147,147) 0%,rgb(71,71,71) 74%,rgb(71,71,71) 74%,rgb(19,19,19) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border: 1px solid #BEBEBE;
	border-bottom: none;
}
.contact-btn {
	overflow: hidden;

	padding-right: 36px;

	background-color: #535353;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid #BEBEBE;
}
.contact-btn span {
	float: right;
	margin-top: 22px;
}
.contact-btn a {
	float: right;

	width: 133px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(img/plug-in/link_button01.png) no-repeat 0 0;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
	padding-bottom: 3px;
	border: none;
}
.contact-btn a:hover {
	text-decoration: none;
	background: url(img/plug-in/link_button01_on.png) no-repeat 0 0;
}
.contact-corporate {
	background-color: white;
	height: 117px;
}
.contact-corporate p {
	margin-top: 24px;
	margin-left: 28px;
}
.contact-corporate a {
	margin-top: 8px;
}

.archive h2 {
	color: #ffffff;
	font-size: 180%;
}

.spec tbody th {
	width: 10%;
	text-align: right;
	vertical-align: top;
}
.spec tbody td {
	padding-left: 12px;
}

.footnote {
	padding-left: 10px;
}

.main404 {
	padding: 40px;
}
.main404 p {
	font-size: 16px;
}

.contact-desc {
	padding: 0 12px;
}
.wpcf7 {
	margin-top: 24px;
}
.wpcf7 dl {
	margin-top: 24px;
	overflow: hidden;
}
.wpcf7 dl dt:before {
	clear: both;
}

.wpcf7 dl dt{
	float: left;
	width: 25%;
	line-height: 34px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}
.wpcf7 dl dt strong{
	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;

	background-color: #F13C73;
	color: white;

	margin-left: 5px;
	padding: 3px 7px;
}

.wpcf7 dl dd{
	position: relative;
	margin-bottom: 8px;
	margin-left: 12px;
	float: left;
	width: 60%;
}
.wpcf7 hr {
	margin-top: 8px;
	margin-bottom: 8px;

	clear: both;

    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

.wpcf7 input, .wpcf7 select {
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;

    border: 1px solid #333;

	border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;

	font-size: 140%;
	height: 28px;
}

.wpcf7 select {
	padding-left: 8px;
	width: 250px;
}
.select{
	position: absolute;
	top: 9px;
	left: 235px;
	width: 5px;
	height: 11px;
	background: #fff;
}
.select:after,
.select:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.select:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.select:before {
	top: 0;
	border-bottom: 4px solid #404040;
}

.wpcf7 textarea {
	width: 100%;
}

.cform7 .submit {
	text-align: center;
}

.wpcf7 input[type=submit] {
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;

	border: none;
}
.wpcf7 input[type=submit]::before,
.wpcf7 input[type=submit]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.wpcf7 input[type=submit],
.wpcf7 input[type=submit]::before,
.wpcf7 input[type=submit]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wpcf7 input[type=submit] {
	background-color: #333;
	color: #fff;
}
.wpcf7 input[type=submit]:hover {
	background-color: #59b1eb;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
.wpcf7 .wpcf7-validation-errors {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
}

div.wpcf7-mail-sent-ok{
	display: none;
	border: none;
}
.mail_sent_ok {
	display: none;
}

.sent .cform7 {
	display: none;
}
.sent .mail_sent_ok{
	display: block;
	padding: 0 12px;
}
#fb {
width: 300px;
float: left;
padding-top:20px;
}
#twitter{
float: left;
padding-right:5px;
padding-top:20px;
}

#testimonials .sidebar {
	margin-top: 10px;
	padding: 0px;
		border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
}
#testimonials .sidebar h3 {
	margin: 0;
	padding: 10px;
}
#testimonials .comments{
    background-color: #FAFAD2;
    padding:10px;
    font-style: italic;

}
