@charset "EUC-JP";

/* IE7¤Çpadding»ØÄê */
*:first-child+html body {
padding-left: 1px;
}


/* IE6°Ê²¼¤Çpadding»ØÄê */
*html body {
padding-left: 1px;
}


body {
	margin: 0;
	background: #F5F5F5 url("/images/bg.gif") repeat-y top center;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,tr,form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

p {
	font-family: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯", "Arial" ,sans-serif;
	font-size: 13px;
	font-style: normal;
	margin: 4px 0 4px 0;
	padding: 1px 0;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	clear: both;
}

img{
	vertical-align:bottom;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

/* wrap
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	background: #fff;
	width: 900px;
	font-family: "Osaka", "Arial,sans-serif";
	text-align: left;
}


/* header
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 81px;
	background: #fff;
	background-image: url("/images/new-smale-logo.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}

/*吉田order〉form.htmlのヘッダー追記　3/16*/

#header-new2-flex{
	display: flex;
	justify-content: space-between;
}
.new2-logo{
	vertical-align: middle;
}
.new2-logo img{
	vertical-align: middle;
}
.header-new2-flew1{
	display: flex;
	flex-direction: row;
}
.new2-center-title{
	font-size: 13px;
	padding-left: 20px;
}
.header-new2-flex2{
	padding-right: 13px;
	text-align: center;
}
.new2-order-tel-des{
	color: rgb(44, 78, 190);
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}
.new2-order-tel{
	font-size: 25px;
	font-weight: 600;
}
.new2-order-tel a{
	text-decoration: none;
	color: #000;
}
.new2-tel-time{
	font-size: 13px;
}

/*ここまで*/



#header_text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
	padding: 28px 0 0 520px;
}

#header_text a {
	color: #36c;
	text-decoration: none;
}

#header_text a:visited {
	color: #36c;
}

#header_text a:hover {
	color: #000;
	text-decoration: underline;
}

#header_text a:active {
	color: #36c;
}

/* gnavi
---------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#gnavi {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 82px;
	left: auto;
	width: 680px;
}

ul#gnavi a {
	color: #FFF;
	text-decoration: none;
}

ul#gnavi a:hover,
ul#gnavi a:active {
	background: #000;
}

ul#gnavi li {
	float: left;
	position: relative;
	width: 170px;
	height: 30px;
	font-weight: normal;
	list-style: none;
	line-height: 30px;
}

ul#gnavi li a {
	display: block;
	width: 170px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	background: #000 url("/images/g_navi.gif");
	list-style: none;
}

ul#gnavi li ul li {
	float: none;
	margin: 0;
	height: 25px;
	font-weight: normal;
	background: #efefef;
	list-style: none;
	line-height: 23px;
}

ul#gnavi li ul li.ucc {
	float: none;
	margin: 0;
	height: 75px;
	font-weight: normal;
	background: #efefef;
	list-style: none;
	line-height: 23px;
}


ul#gnavi li ul li a {
	float: none;
	margin: 0 ;
	height: 25px;
	font-size: 13px;
	font-weight: normal;
	background: #efefef;
	color: #000;
	list-style: none;
}

ul#gnavi li ul li a.ucc {
	float: none;
	margin: 0 ;
	height: 75px;
	font-size: 13px;
	font-weight: normal;
	background: #efefef;
	color: #000;
	list-style: none;
}

ul#gnavi li ul li a:hover {
	float: none;
	margin: 0;
	font-weight: normal;
	background: #f7f7f7;
	color: #36c;
	text-decoration: underline;
}

ul#gnavi li ul li a.ucc:hover {
	float: none;
	margin: 0;
	height: 75px;
	font-weight: normal;
	background: #f7f7f7;
	color: #36c;
	text-decoration: underline;
}

/* ²¼ÁØ¥á¥Ë¥å¡¼ÉÔ²Ä»ëÀßÄê */
ul#gnavi li ul,
ul#gnavi li ul li ul {
	display: none;
}

/* µ¿»÷Í×ÁÇ :hover ¤Ç»Ò¥á¥Ë¥å¡¼¤ò²Ä»ë¡ÊÂ¹¥á¥Ë¥å¡¼ÉÔ²Ä»ë¡Ë */
ul#gnavi li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

* html ul#gnavi li:hover ul {
	vertical-align: bottom; /* IE6 ¤Î·ä´ÖÂÐºö */
}

ul#gnavi li:hover ul li ul {
	display: none;
}

/* µ¿»÷Í×ÁÇ :hover ¤ÇÂ¹¥á¥Ë¥å¡¼²Ä»ë */
ul#gnavi li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 170px;
	z-index: 200;
}

ul#gnavi { /* IE6 ÂÐºö */
	behavior: url("/csshover.htc");
}

/* gnavi_sub
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.gnavi_sub {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 190px;
	left: auto;
	width: 680px;
	height: 18px;
	overflow: hidden;
	background: #efefef;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

.gnavi_sub li {
	display: block;
	list-style: none;
	font-size: 12px;
	width: 136px;
	float: left;
}

.gnavi_sub li a {
	display: block;
	height: 18px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.gnavi_sub li a:hover {
	display: block;
	height: 18px;
	background: #fff;
	text-decoration: underline;
}


/* gnavi_howto
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.gnavi_howto {
	margin: 0;
	padding-left: 1px;
	position: absolute;
	top: 190px;
	left: auto;
	width: 680px;
	height: 18px;
	overflow: hidden;
	background: #efefef;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

.gnavi_howto li {
	display: block;
	list-style: none;
	font-size: 12px;
	width: 113px;
	float: left;
}

.gnavi_howto li a {
	display: block;
	height: 18px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.gnavi_howto li a:hover {
	display: block;
	height: 18px;
	background: #fff;
	text-decoration: underline;
}

/* gnavi_comp
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.gnavi_comp {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 210px;
	left: auto;
	width: 680px;
	height: 18px;
	overflow: hidden;
	background: #efefef;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

.gnavi_comp li {
	display: block;
	list-style: none;
	font-size: 12px;
	width: 136px;
	float: left;
}

.gnavi_comp li a {
	display: block;
	height: 18px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.gnavi_comp li a:hover {
	display: block;
	height: 18px;
	background: #fff;
	text-decoration: underline;
}

/* sidewrap
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#sidewrap {
	margin:0 8px;
	padding:0;
	width:196px;
	float:right;
	background: #fff;
	text-align: center;
}

#sidewrap img {
	border: 0;
}

#sidewrap a {
	outline:none;
}

#sidewrap a:hover img {
	-moz-opacity:0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#sidewrap ol,#sidewrap ul {
	padding: 10px 3px 10px 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
}

#sidewrap ul li a {
	background: url(/images/allow.gif) no-repeat;
	background-position:center left;
	padding-left: 20px;
}


/* main_img
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.main_img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 110px;
	left: auto;
	width: 680px;
	height: 80px;
	overflow: hidden;
	background: #fff;
}

/* howto_img
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#howto_img {
	width: 680px;
	height: 80px;
	background: #fff;
	background-image: url("/images/howto/howto_base.gif");
	margin: 0;
	padding: 0;
	position: absolute;
	top: 110px;
	left: auto;
}

#howto_img_text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	text-align: right;
	color: #333;
	padding: 28px 10px 0 0;
}

/* topi_img
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#topi_img {
	width: 680px;
	height: 80px;
	background: #fff;
	background-image: url("/images/topics/topi_base.gif");
	margin: 0;
	padding: 0;
	position: absolute;
	top: 110px;
	left: auto;
}

#topi_img_text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	text-align: right;
	color: #333;
	padding: 28px 10px 0 0;
}


/* comp_img
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#comp_img {
	width: 680px;
	height: 120px;
	background: #fff;
	background-image: url("/images/service/comp_base.gif");
	margin: 0;
	padding: 0;
	position: absolute;
	top: 110px;
	left: auto;
}

#comp_img_text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	text-align: right;
	color: #336699;
	padding: 58px 10px 0 0;
}


/* mainwrap
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#mainwrap {
	width: 680px;
	float: left;
	background: #fff;
}

/* inner
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#inner {
	margin: 0;
	overflow: hidden;
	background: #fff;
}

/* main
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main{
	width: 660px;
	margin: 10px 0 10px 10px;
	padding-top: 118px;
	padding-bottom: 0;
	background: #fff;
}

#main #topicpath {
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0;
}

#main #topicpath a {
	font-size: 11px;
	padding: 0 3px 0 0;
	margin: 0;
}

#main #topicpath ol,#main #topicpath li {
	font-size: 11px;
	padding: 0 0 0 3px;
	display:inline;
	list-style-type:none;
}


#main h1 {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	height:30px;
	valign: middle;
	background: #36c url("/images/h1bg.gif");
	font-family: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯", "Arial" ,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	clear: both;
}


#main h2 {
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 3px;
	font-weight: bold;
	color: #093;
	border-top: solid 1px #093;
	border-bottom: solid 3px #093;
	clear: both;
}

#main h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #093;
	clear: both;
	textdecoration: none;
}

#main h3 {
	font-size: 13px;
	margin: 13px 0 5px 0;
	padding: 3px;
	font-weight: bold;
	color: #555;
	border-top: solid 1px #555;
	border-bottom: solid 2px #555;
	clear: both;
}

#main h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	clear: both;
	text-decoration: none;
}

#main h4 {
	font-size: 12px;
	margin: 13px 0 5px 0;
	padding: 3px;
	font-weight: bold;
	color: #696969;
	background-color: #dcdcdc;
	clear: both;
}

#main ol,#main ul {
	padding-left: 35px;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 1.6em;
	clear: both;
}

#main ul li {
	font-size: 13px;
}

#main ol li {
	font-size: 13px;
	clear: both;
}


.title_b {
	margin: 15px 0 5px 80px;
	width: 480px;
	height:30px;
	align: center;
	valign: middle;
	border-right: solid 30px #36c;
	background-color: #e8f8f8;
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka", "Arial" ,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 30px;
	color: #333;
}

.main_title {
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	height:28px;
	valign: middle;
	border-left: solid 5px #36c;
	border-bottom: solid 1px #36c;
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 25px;
	color: #36c;
}

.s_title,.s_title a {
	font-size: 14px;
	margin: 8px 0;
	padding: 2px;
	font-weight: bold;
	color: #fff;
	background: #e68033;
	text-decoration: none;
	clear: both;
}

.title_g,.title_g a {
	font-size: 13px;
	margin: 8px 0;
	padding: 2px;
	font-weight: bold;
	color: #fff;
	background: #888;
	text-decoration: none;
	clear: both;
}


#main pre{
	font-size: 12px;
	margin: 10px;
	padding: 2px;
	color: #008000;
	background: #eee;
	text-decoration: none;
}

/* index_main
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#index_main{
	width: 660px;
	margin: 10px 0 10px 10px;
	padding-top: 30px;
	background: #fff;
}


#index_main #topicpath {
	font-size: 11px;
	padding: 3px 0 5px 0;
	margin: 0;
}

#index_main #topicpath a {
	font-size: 11px;
	padding: 0 3px 0 0;
	margin: 0;
}

#index_main #topicpath ol,#index_main #topicpath li {
	font-size: 11px;
	padding: 0 0 0 3px;
	display:inline;
	list-style-type:none;
}

#index_main h1 {
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	height:30px;
	valign: middle;
	background: #36c url("/images/h1bg.gif");
	font-family: "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Arial,sans-serif";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}

#index_main h2 {
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 3px;
	font-weight: bold;
	color: #093;
	border-top: solid 2px #093;
	border-bottom: solid 3px #093;
}

#index_main h3 {
	font-size: 13px;
	margin: 13px 5px 0 0;
	padding: 3px;
	font-weight: bold;
	color: #888;
	border-top: solid 1px #888;
	border-bottom: solid 2px #888;
}

#index_main ol,#index_main ul {
	padding-left: 25px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.topics{
	margin: 8px 0 8px 0;
	font-family: "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Arial,sans-serif";
	font-size: 12px;
	line-height; 15px;
	color: #000;
	background-image: url("/images/topics.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 95px;
	min-height: 20px;
}

.news{
	margin: 8px 0 8px 0;
	font-family: "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Arial,sans-serif";
	font-size: 12px;
	line-height; 15px;
	color: #000;
	background-image: url("/images/news.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 95px;
	min-height: 20px;
}


.prhead {
	height: 170px;
	font-size: 12px;
	padding: 8px;
	font-weight: normal;
	margin: 0 0 3px 0;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.prhead_img {
	float: left;
	margin: 3px 8px 5px 0;
}

.prhead_img img{
	border: 0;
}

.prhead_title {
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka", "Arial" ,sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2465A7;
	border-left: 3px double #2465A7;
	border-right: 3px double #2465A7;
	padding: 0 5px 0 5px;
}


/* form_main
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#form_main {
	width: 880px;
	float: center;
	background: #fff;
	margin: 10px 0 10px 10px;
}

#form_main h1 {
	font-size: 14px;
	margin: 15px 0;
	padding: 5px;
	font-weight: bold;
	color: #093;
	border-top: solid 1px #093;
	border-bottom: solid 3px #093;
}


/* service_top
---------------------------------------------------------------------------------------------------------------------------------------------------*/

ul#service_top{
	width:660px;
	height: 81px;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
ul#service_top li{
	float:left;
	height:81px;
	display:block;
	padding: 0;
	margin: 0;
}

ul#service_top li a {
	display: block;
	overflow: hidden;
	height: 81px;
	background-image: url(/images/service/service_top.gif);
	padding-top:81px;
}

/* service_top normal
---------------------*/
#wild a{
	width:330px;
	background-position:0 0;
}
#ssl a{
	width:330px;
	background-position:-330px 0;
}

/* service_top rollover
----------------------*/
#wild a:hover{
	width:330px;
	background-position:0 -81px;
}
#ssl a:hover{
	width:330px;
	background-position:-330px -81px;
}


/* uc_service
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#uc_service {
	margin: 8px 0 0 0;
}

#uc_service img {
	border:0;
}
#uc_service a {
	display:block;
	width:660px;
	height:50px;
	background:url(/images/service/service_ucc.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

#uc_service a:hover {
	background-position:right top;
}


/* b_service
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.b_service img {
	border: 0;
}

.b_service a {
	outline:none;
}

.b_service a:hover img {
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
}


/* service_title
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#service_title {
	width: 680px;
	height: 80px;
	background: #fff;
	background-image: url("/images/service/service_base.jpg");
	margin: 0;
	padding: 0;
	position: absolute;
	top: 110px;
	left: auto;
}

#service_title_text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	text-align: right;
	color: #333;
	padding: 28px 10px 0 0;
}


/* comp_main
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#comp_main{
	width: 660px;
	margin: 10px 0 10px 10px;
	padding-top: 140px;
	padding-bottom: 0;
	background: #fff;
}

#comp_main #topicpath {
	font-size: 11px;
	padding: 3px 0 5px 0;
	margin: 0;
}

#comp_main #topicpath a {
	font-size: 11px;
	padding: 0 3px 0 0;
	margin: 0;
}

#comp_main #topicpath ol,#comp_main #topicpath li {
	font-size: 11px;
	padding: 0 0 0 3px;
	display:inline;
	list-style-type:none;
}

#comp_main h1 {
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	height:30px;
	valign: middle;
	background: #36c url("/images/h1bg.gif");
	font-family: "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Arial,sans-serif";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}

#comp_main h2 {
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 3px;
	font-weight: bold;
	color: #093;
	border-top: solid 2px #093;
	border-bottom: solid 3px #093;
}

#comp_main h3 {
	font-size: 13px;
	margin: 13px 5px 0 0;
	padding: 3px;
	font-weight: bold;
	color: #888;
	border-top: solid 1px #888;
	border-bottom: solid 2px #888;
}


/* whatssl
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#cantsteel{
	width:315px;
	margin: 8px 8px 8px 0;
	float:left;
	font-size: 12px;
	text-align:left;
}

#sslkey{
	width: 310px;
	padding-left: 8px;
	margin: 8px 0 8px 8px;
	float:right;
	font-size: 12px;
	text-align:left;
}


/* agree
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.agree {
	font-family: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯", "Arial" ,sans-serif;
	font-size: 13px;
	font-style: normal;
	margin: 10px 0 20px 15px;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	clear: both;
}

.agree_title {
	font-size: 15px;
	font-style: normal;
	margin-left: -10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #093;
}

.agree ol {
	margin: 3px 0 3px -10px;
	list-style: none;
}

.agree ul {
	margin: 0 0 20px -30px;
}


/* faq
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.faq_title {
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	color: #000;
	border-top: 1px dotted #545454;
	border-left: 5px solid #545454;
	border-right: 5px solid #545454;
	border-bottom: 1px dotted #545454;
}


/* sitemap
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.leftcol{
	margin:0;
	width:310px;
	float:left;
	font-size: 13px;
	text-align:left;
	line-height: 20px;
}

.rightcol{
	margin:0;
	width:310px;
	float:right;
	font-size: 13px;
	text-align:left;
	line-height: 20px;
}

.leftcol ul {
	padding-left: 3px;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

.leftcol ul li ul li {
	padding-left: 0px;
	margin-left: 1em;
	list-style-type: square;
	text-align:left;
}

.rightcol ul {
	padding-left: 3px;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

.rightcol ul li ul li {
	padding-left: 0px;
	margin-left: 1em;
	list-style-type: square;
	text-align:left;
}

/* text
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.text {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.textwhite {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.textred {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CA1019;
}

.textnaby {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #180A61;
}

/* textbold
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.textbold {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #222;
}

.textbold1 {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2465A7;
}

.textbold2 {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #007EC4;
	clear: both;
}

.textbold3 {
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3" "Hiragino Kaku Gothic Pro" "¥á¥¤¥ê¥ª" "Meiryo" "£Í£Ó £Ð¥´¥·¥Ã¥¯" "sans-serif";
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #093;
}

.boldblue {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3366FF;
}

.blue {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #2199CC;
}

.boldpink {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF3399;
}

.boldred {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CA1019;
}

.boldwhite {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

.textwhitebold {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

.textmidwhitebold {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}


/* textmini
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.textmini {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222;
}

.textwhitemini {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

.textmininaby {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #09043B;
}


/* price
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table.price {
	width: 660px;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	color: #FFFFFF;
	margin: 5px 0 5px 0px;
}

table.price th {
	padding: 5px;
	border: #ccc 1px solid;
	background: #2465A7;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 120%;
}

table.price td {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-valign: middle;
}

table.price tr.even {
	background: #EFEFEF;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-valign: middle;
}

table.price td.sub {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: right;
	text-valign: middle;
}

/* company
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table#company {
	width: 640px;
	border: 0;
	color: #FFFFFF;
	margin: 15px 0 25px 10px;
}

table#company th {
	padding: 5px;
	border: #ccc 1px solid;
	background: #2465A7;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	line-height: 120%;
	width: 150px;
	text-align: left;
	text-valign: top;
}

table#company td {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
	font-size: 13px;
	color: #000;
	text-align: left;
	text-valign: middle;
}


/* order_i
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table#order_i {
	width: 650px;
	border: 0;
	color: #FFFFFF;
	margin: 10px 0 10px 10px;
	textdecoration: none;
}

table#order_i a {
	font-weight: bold;
	color: #093;
	text-decoration: none;
}

table#order_i a:hover {
	font-weight: bold;
	color: #093;
	text-decoration: underline;
	background: #f0ffff;
}

table#order_i td {
	padding: 5px;
	border: #369 solid;
	border-width: 1px;
	font-size: 13px;
	color: #000;
	text-align: left;
	text-valign: middle;
	width:325px;
	height:120px;
	text-decoration: none;
}


table#order_i th {
	padding: 5px;
	font-size: 14px;
	background: url("") #369;
	background-repeat: no-repeat;
	color: #F0F8FF;
	height:30px;
	text-align: left;
	text-valign: middle;
	text-decoration: none;
}

table#order_i th a {
	font-size: 13px;
	color: #F0F8FF;
	text-align: left;
	text-valign: middle;
	text-decoration: none;
}


/* csr
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table#csr {
	width: 640px;
	align: center;
	cellspacing: 0;
	background: #97c3f3 url("/images/bg_csr.gif") top center;
	padding:5px 0 5px 0;
	margin: 5px 0 5px 8px;
}

table#csr td {
	width: 320px;
	border: 0;
	font-size: 12px;
	color: #333;
	text-valign: middle;
}

textarea#cmd_window {
	width: 300px;
	font-size: 12px;
	padding: 3px;
	margin: 3px;
	font-family: Tahoma, sans-serif;
}

textarea#SAN {
	width: 180px;
}

.box {
	width: 180px;
}


.button{
	color: #fff;
	border-top:3px double #9cf;
	border-left:3px double #9cf;
	border-right:3px double #4080BF;
	border-bottom:3px double #4080BF;
	background: #2465A7;
	text-align: center;
	margin-top: 8px;
}



/* root
---------------------------------------------------------------------------------------------------------------------------------------------------*/
table.root {
	width: 650px;
	border: 0;
	color: #FFFFFF;
	margin: 10px 0 10px 10px;
}

table.root th {
	padding: 5px;
	border: #ccc 1px solid;
	background: #ccc;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	line-height: 120%;
	width: 150px;
	text-align: left;
	text-valign: top;
}

table.root td {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
	font-size: 13px;
	color: #000;
	text-align: left;
	text-valign: middle;
}

/* f_frame
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.f_dot {
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border-top: solid 1px #696969;
	border-left: solid 1px #696969;
	border-bottom: solid 1px #696969;
	border-right: solid 1px #696969;
	border-style: dotted;
	clear: both;
}

.f_dot ol,f_dot ul {
	font-size: 13px;
	margin: 5px 0 5px 8px;
	padding: 0 0 0 8px;
	font-weight: normal;
	line-height: 15px;
	background-color: #fff;
}

.f_dot li {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 8px 8px 5px 13px;
	background-color: #fff;
}

.f_gray {
	font-size: 13px;
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border-top: solid 1px #708090;
	border-left: solid 1px #708090;
	border-bottom: solid 1px #708090;
	border-right: solid 1px #708090;
	clear: both;
}


.f_back {
	font-size: 13px;
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #ffc;
	clear: both;
}


.f_gray ul,f_gray ol,f_gray li {
	margin: 8x;
	font-size: 13px;
	font-weight: normal;
	background-color: #fff;
	margin-left: 15px;
	line-height: 1.8em;
}

.f_yellow {
	font-size: 11px;
	padding: 8px;
	font-weight: normal;
	margin-top: 10px;
	background-color: #ffffcc;
	border: solid 1px #ff9900;
	line-height: 1.5em;
	clear: both;
}

.f_green {
	font-family: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯", "Arial" ,sans-serif;
	font-size: 13px;
	font-style: normal;
	padding: 8px;
	font-weight: normal;
	margin-top: 10px;
	background-color: #e2f1e2;
	border: solid 1px #72b872;
	line-height: 1.5em;
	clear: both;
}


.f_beige {
	font-size: 11px;
	padding: 8px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	background-color: #faf0e6;
	line-height: 1.8em;
	clear: both;
}


.f_how {
	width: 600px;
	float: right;
	font-size: 12px;
	line-height: 1.3em;
	padding: 10px ;
	font-weight: normal;
	font-style: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯", "Arial" ,sans-serif;
	margin: 8px;
	background-color: #fff;
	border: solid 1px #bcd1bc;
	clear: both;
}

.f_how ol,f_how ul {
	font-size: 12px;
	margin: 5px 0 5px 8px;
	padding: 0 0 0 8px;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #fff;
	clear: both;
}

.f_how li {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 8px 8px 5px 5px;
	background-color: #fff;
	clear: both;
}

.f_topi {
	font-size: 8pt;
	padding: 8px 18px;
	font-weight: normal;
	margin: 10px 0;
	background-color: #f7fff0;
	border: solid 1px #99cc66;
}


.f_topi p {
	font-size: 8pt;
	background-image: url("/images/topics/note.gif");
	line-height: 23px;
	margin: 0px;
}



/* box_howto
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#box_ssl{
	width: 634px;
	height:80px;
	background: url("/images/howto/boxssl.gif") #f5f5f5;
	font-size: 13px;
	margin: 13px 0 13px 0;
	padding: 8px 3px 8px 23px;
}

#box_wild{
	width: 634px;
	height:80px;
	background: url("/images/howto/boxwild.gif") #f5f5f5;
	font-size: 13px;
	margin: 13px 0 13px 0;
	padding: 8px 3px 8px 23px;
}

#box_uc{
	width: 634px;
	height:80px;
	background: url("/images/howto/boxuc.gif") #f5f5f5;
	font-size: 13px;
	margin: 13px 0 13px 0;
	padding: 8px 3px 8px 23px;
}

#box_ev{
	width: 634px;
	height:80px;
	background: url("/images/howto/boxev.gif") #f5f5f5;
	font-size: 13px;
	margin: 13px 0 13px 0;
	padding: 8px 3px 8px 23px;
}

#box_evm{
	width: 634px;
	height:80px;
	background: url("/images/howto/boxev.gif") #f5f5f5;
	font-size: 13px;
	margin: 13px 0 13px 0;
	padding: 8px 3px 8px 23px;
}

.boxbold{
	font-size: 14px;
	color: #399;
}

.boxbold a{
	font-size: 14px;
	color: #399;
	text-decoration: none;
}

.boxbold a:hover{
	font-size: 14px;
	color: #399;
	text-decoration: none;
	background-color: #dcdcdc;
}

.boxbold a:visited{
	font-size: 14px;
	color: #366;
	text-decoration: none;
}

.boxcomp {
	margin: 5px 0 0 500px;
}

.boxcomp_15 {
	margin: -15px 0 0 500px;
}

/* comp_foot
---------------------------------------------------------------------------------------------------------------------------------------------------*/
ul#comp_foot{
	width:650px;
	height: 60px;
	overflow:hidden;
	padding: 5px;
}
ul#comp_foot li{
	float:left;
	height:60px;
	display:block;
}
ul#comp_foot li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url(/images/service/comp_navi.gif);
	padding-top:60px;
}
/* comp_foot normal
---------------------*/
#more a{
	width:325px;
	background-position:0 0;
}
#howorder a{
	width:325px;
	background-position:-325px 0;
}

/* comp_foot rollover
----------------------*/
#more a:hover{
	width:325px;
	background-position:0 -60px;
}
#howorder a:hover{
	width:325px;
	background-position:-325px -60px;
}


/* float_d
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.float_d {
	margin: 0 10px -10px -20px;
	padding: 0;
	width: 95px;
	border-right: solid 10px #fff;
	float: right;
	text-align: left;
	text-valign: top;
}

.float_d linkclear {
	clear: both;
}

.float_d clear {
	clear: both;
}

/* Footer
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footernavi {
	width: 900px
	border-top: solid 1px #000;

}


/* Footernavi
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#footernavi {
	height: 90px;
	background: #fff;
	margin: 0;
	padding: 10px;
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 11px;
	text-align:left;
	color:#000;
	line-height: 1.5em;
	border-top: solid 1px #000;
	clear:both;
}


#footernavi a {
	color: #000;
	margin: 0 10px;
}

#footernavi a:visited {
	color: #000;
}

#footernavi a:hover {
	color: #3DB3F9;
}

#footernavi a:active {
	color: #000;
}

/* Footer link
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerlink {
	margin: 0;
	padding: 15px 0 10px 0;
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 11px;
	float: left;
	color:#fff;
	clear: both;
	line-height: 1.8;
	background: #000 url("/images/footer.gif") repeat-x top center;
	text-align:left;
}


/* link_footer
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#link_footer {
	width: 890px;
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	float: center;
	margin: 5px;
}


#link_footer a {
	font-family: "Osaka", Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0 10px;
}

#link_footer a:hover {
	color: #2199CC;
}

/* clear
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.clear hr {
	display:none;
}


/*190930 start*/
.btnWrap { text-align: center; width: 100%; }
.btn {
	-webkit-appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: buttontext;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: pointer;
	background-color: buttonface;
	box-sizing: border-box;
	margin: 0em;
	font: 400 13.3333px Arial;
	padding: 1px 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
	text-decoration: none;
}
.bText { font-weight: bold; }
.colorGreen { color: #093; }
.anounceComment { padding: 15px; border: 3px double #ccc; text-align: center; }
.anounceComment+.btnWrap { margin: 15px 0; }

/*190930 end*/




/* media print
---------------------------------------------------------------------------------------------------------------------------------------------------*/
@media print{
body {
	width: 100%;
	float: center;
	overflow: visible !important;

}

#header{
	display:none;
}

#sidewrap{
	display:none;
}
#gnavi{
	display:none;
}

.gnavi_sub{
	display:none;
}

#footerlink{
	display:none;
}

#footernavi{
	display:none;
}


#mainwrap{
	width: 100%;
	margin: 0;
	float: center;
	overflow: visible !important;
}

#main{
	overflow: visible !important;
}

/* gsc-control-cse
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #FFFFFF;
	background-color: #ffffff;
}
.gsc-control-cse .gsc-table-result {
	font-family: Arial, sans-serif;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #BCCDF0;
  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #336699;
	background-color: #336699;
	background-image: none;
	filter: none;
	width: 10px;
}
.gsc-tabHeader.gsc-tabhInactive {
	border-color: #FF9900;
	background-color: #ffffff;
}
.gsc-tabHeader.gsc-tabhActive {
	border-color: #E9E9E9;
	background-color: #E9E9E9;
	border-bottom-color: #FF9900
}
.gsc-tabsArea {
	border-color: #FF9900;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
	color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #1155CC;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
	color: #1155CC;
}

.gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
	color: #1155CC;
}

.gsc-cursor-page {
	color: #1155CC;
}

a.gsc-trailing-more-results:link {
	color: #1155CC;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #333333;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #009933;
}

.gs-webResult div.gs-visibleUrl-short {
	color: #009933;
}
.gs-webResult div.gs-visibleUrl-short  {
	display: none;
}
.gs-webResult div.gs-visibleUrl-long {
	display: block;
}

.gs-promotion div.gs-visibleUrl-short {
	display: none;
}

.gs-promotion div.gs-visibleUrl-long  {
	display: block;
}
.gsc-cursor-box {
	border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #E9E9E9;
	background-color: #FFFFFF;
	color: #1155CC;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #FF9900;
	background-color: #FFFFFF;
	color: #1155CC;
}

.gsc-webResult.gsc-result.gsc-promotion {
	border-color: #336699;
	background-color: #FFFFFF;
}

.gsc-completion-title {
	color: #1155CC;
}

.gsc-completion-snippet {
	color: #333333;
}

.gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
	color: #0000FF;
}

.gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
	color: #663399;
}

.gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
	color: #0000FF;
}

.gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
	color: #0000FF;
}

.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
	color: #000000;
}

.gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
	color: #008000;
}

.gsc-input input.gsc-input {
	background: none repeat scroll 0% 0% white !important;
}




/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
input.gsc-input {
  border-color: #D9D9D9;
  font-size: 11px;
  padding: 1px 6px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 0 5px;
  height: 20px;
  min-width: 54px;
  background-color: #CECECE;
  border: 1px solid #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #FFFFFF;
  border-color: #336699;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #EEE;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15C;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #6A9CF3;
  border-right: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-chart div {
  background: #6A9CF3;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15C;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}


