﻿/*--------------------------------------------------------------------
再配布を許可なく行うことは原則的に禁止とさせていただいております。
また、無料で使用されている方には、【ＰＲ枠】に関してリンクはすべてを削除禁止とさせていただいております。
加工後であっても削除は禁止です。
削除は行わないことを、必ずお守りのうえご使用ください。
ご不明な点がありましたら、http://www.s-hoshino.com/info.htmlかhttp://www.megapx.com/info.htmlのお問い合わせフォームからお願いいたします。
---------------------------------------------------------------------*/

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	color:#505050;
	background-color: #F9F9F9;
	font-size: 12px;
	word-wrap: break-word;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.btn-square-above-look {
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  text-decoration: none;
}

.btn-square-above-look:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #8eacec;/*ボタン色より明るめの色に*/
}

.btn-square-above-look:active {
  /*押したとき*/
  padding: 0.32em 0.9em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-square-above-look:active:before { 
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}

.btn-square-above-look:active:before {
  top:-12px;
  border-width: 6px;
}


img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img,
input.btn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFFFFF;
}

li {
	list-style-type: none;
}
a {
	color: #3F8A00;
}
a:hover {
	color: #99BF00;
	text-decoration: none;
}

hr.style3 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: none;
	margin-top: 5px;
}

hr.style4 {
	border-top: 1px dotted #52A700;
	border-bottom: none;
	margin-top: 5px;
}


header {
	background-color: #FFF;
}
header h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
}

header #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
header #h_list a {
	text-decoration: none;
	color: #666666;
}
header #info {
	font-size: 11px;
	color: #666666;
	line-height: 24px;
}
header #info strong {
	font-size: 26px;
	color: #55A200;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 18px;
	color: #505050;
}
header #h_list a:hover {
	background-color: #FFFFFF;
	color: #55A200;
}
	


#main {
	background-color: #FFF;
}

#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #E5E5E5;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #333333;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CC95F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .box_out {
	background-color: #F9F9F9;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	margin-bottom: 5px;
	padding: 10px;
}
#flexbox .box_in{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	-js-display: flex;
}

.stepbox{
	background-color: #E7F4C7;
	display: inline-block; 
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.stepbox dt{
	background-color: #E7F4C7;
	padding: 5px;
}
.stepbox ul{
	background-color: #ffffff;
	padding: 5px;
}

#content .port_img {
	float: left;
}

#content .port_txt {
	float: left;
	width: 65%;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64A600;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

h2 span {
	font-size: 10px;
	padding-left: 15px;
	color: #8CAD34;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #52A700;
	margin-bottom: 0px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4E9B00;
	padding-top: 6px;
	padding-bottom: 0px;
}

#content h3,  x:-moz-any-link  {
	padding-top: 5px;
	padding-bottom: 1px;
}

#content h3 span {
	font-size: 10px;
	color: #DDFFBB;
	padding-left: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #609F00;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B8E05A;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color:#E7F4C7;
}
#content h4 span {
	font-size: 12px;
	color: #76A800;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
	position: relative;
}
.floatclear_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
.floatclear_ledimg_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
.floatclear_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}

#product_img {
	text-align: right;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	position: relative;
	background-image: url(img/product_background.jpg);
	letter-spacing: 1px;
	margin-bottom: 10px;
	
}
#product_img .product_txt{
	position: absolute;
	text-align: left;
	padding: 10px;
}
#product_img .product_txt b{
	font-size: 14px;
}

#product_img span{
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
#product_img h1{
	padding: 0px 0px 0px 5px;
	margin-top: -8px;
	margin-left: 5px;
	color: #52A700;
	font-weight: bold;
	font-size: 28px;
}

#product_img .product_sac_h1 h1{
	padding: 0px 0px 0px 5px;
	margin-top: -2px;
	margin-left: 5px;
	margin-bottom: 6px;
	color: #52A700;
	font-weight: bold;
	font-size: 20px;
	line-height:1.2em;
}

#product_img h4{
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 3px 8px;
	display: inline-block;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B8E05A;
}

#product_img .product_title{
	padding-top: 15px;
}

#product_img ul{
	padding: 5px 0px;
	width: 60%;
}

#product_img .product_sac_ul ul{
	padding: 5px 0px;
	width: 45%;
}

#product_img .nagame ul{
	padding: 5px 0px;
	width: 90%;
}

#product_img li{
	padding:0px 0px 0px 5px;
	display: inline-block;
}


#top_img {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 0px;
	position: relative;
}

#top_img .top_txt {
	text-align: left;
	position: absolute;
	z-index: 10;
	left: 30px;
	color: #006600;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(img/top_txt.png);
	letter-spacing: 1px;
	line-height: 18px;
	width: 350px;
	background-repeat: repeat-y;
	background-position: left top;
	top: 15%;
}
#top_img .top_txt div {
	font-size: 10px;
	line-height: 11px;
}



#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

#content ul.list span {
	color:#555555;
}

#content .chui {
	color: #CC3333;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}





#foot_base {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

footer p {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

footer #f_logo {
	font-size: 24px;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
}

footer .prbox {
	font-size: 10px;
	color: #999;
}

footer .prbox a {
	color: #999;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	background-color: #F5F5F5;
	text-align: center;
	padding: 0px auto 20px auto;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}



table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	font-size: 13px;
}
#content table th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FBFFEE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #F9FBF2;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #BDDB99;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #ABBC89;
}

#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #FBFDF4;
	border-right-color: #B9DB8E;
	border-right-width: 4px;
	border-right-style: solid;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #49911A;
}
#content table.table_menu td {
	font-size: 14px;
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #009933;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 92%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}


.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}

.btn_s a,
.box3 .btn a {
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #15A656;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.btn_s a:hover,
.box3 .btn a:hover {
	color: #118445;
	background-color: #FFFFFF;
	border-top-color: #42CE7A;
	border-right-color: #42CE7A;
	border-bottom-color: #42CE7A;
	border-left-color: #42CE7A;
}



#content .box3 {
	text-align: center;
	width: 46%;
	padding-top: 0px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 1%;
	background-color: #F9F7F4;
	flex: auto;
}
.box3 h2{
	margin: 0px 0px 10px 0px;
	top: 0px;
	padding: 10px 0px 5px 0px;
	background-color:#89B055;
	color: #ffffff;
	font-size: 14px;
}
.box3 .btn a {
	margin-top: 5px;
	width: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 90%;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}

#side .box4 {
	text-align: left;
	width: 210px;
	margin: 0px 0px 10px 0px;
	padding:0px 5px 8px 5px;
	border:solid 1px #dddddd;
	float: left;
	background-color: #F9F7F4;
}
.box4 h2{
	margin: 0px 0px 8px 0px;
	top: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
}


#sitemap #main p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sitemap #main ul {
	padding: 10px;
}
#sitemap #main li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#sitemap #main ul {
	margin: 0px;
	padding: 0px;
}
#sitemap #main li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



#sitemap #main {
	padding-top: 10px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 20px;
	width: 94%;
}

#sitemap header {
	height: 80px;
}

#content .box02_right .box_in ul.list li {
	font-size: 12px;
}

#content .dl_list dl dt {
	float: left;
	width: 22%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #52A700;
	text-align: right;
	padding-right: 3%;
	margin-right: 3%;
}
#content .dl_list dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-top: 10px;
	padding-right: 6%;
	padding-bottom: 10px;
	padding-left: 2%;
}
#content .dl_list dl dd {
	margin-left: 28%;

}

#side {
	padding: 5px 5px 0px 5px;
	float: left;
	width: 220px;
	margin-top: 10px;
}
#side h3 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #52A700;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4E9B00;
}
#side .side_box {
	margin-bottom: 5px;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .side_box h3 {
	background-color: #89B055;
	background-image: none;
	line-height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2CA;
}
#side .side_box .side_inbox {
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEEEEE;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F2F2;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #68AE00;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}	

#pageTop {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px;
margin: 0px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	font-size: 8px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#content .policy_list{
	padding-left: 7%;
}
#content .policy_list li{
	list-style: decimal;
	padding-bottom: 5px;
}
#content .policy_list li ul{
	padding-left: 2%;
	padding-top: 5px;
}
#content .policy_list li ul li{
	list-style: circle;
	padding-bottom: 2px;
}

#content .led_list {
	padding-top: 5px;
	float: left;
	padding-bottom: 20px;
	padding-left: 45px;
}
#content .led_list li{
	list-style: disc;
	padding-bottom: 2px;
}

#content .senbetsu_img{
	position: relative; 
	display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#content .senbetsu_txt{
	position: absolute;
	left:50%;
	width:100%;
	margin:-1.5em 0 0 -50%;
	background-color: antiquewhite;
}

.tabletype_b {
	line-height: 1.1;
	width: 100%;
	
}
.tabletype_b thead td{
	color: #ffffff;
	background-color: #52A700;
	border: 1px solid #008200;
}
.tabletype_b tbody td{
	border: 1px solid #008200;
	padding: 2px;
}

/* 幅760px以下の時 */
@media screen and (max-width:760px){

#content .function_txt{
		clear: both;
}
	
#product_img {
	text-align: center;
}	
	
#product_img .product_txt{
	top:100%;
	position: relative;
	margin-top: 300px;
}
#product_img img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-height: 300px;
}
#product_img ul{
	width: 98%;		
}
#product_img .product_sac_ul ul{
	width: 98%;		
}

#product_img h1{
	font-size: 24px;
	padding-top: 5px;
}

#product_img .product_sac_h1 h1{
	font-size: 20px;
	padding-top: 5px;
}

#product_img .product_txt b{
	font-size: 13px;
}	
	
#content .port_txt {
	width: 97%	
}	

	
#form {
	margin: 1%;
	background-color: #F8F8F6;
}

#content table td.td_head {
	padding: 5px;
	white-space: inherit;
	font-size: 12px;
}

.td_head .eng {
	font-size: 9px;
}

#content table td.td_odd {
	padding: 5px;
	font-size: 11px;
}

#content .chui {
	font-size: 10px;
}

textarea ,
input {
	font-size: 11px;
}

#hp_base {
	width: 100%;
	min-width: 320px;
}

header {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

#logo{
	float: left;
}
#info {
	float: left;
	margin-bottom: 10px;
	margin-left: 3%;
}
#h_list {
	clear: both;
}



a.menu {
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #438600;
	border: 1px solid #FFF;
	padding: 10px;
	box-shadow:#ccc 0 0 3px;
}
a.menu span {
	font-size: 12px;
	padding-left: 20px;
}
a.menu span:after {
	content: "表示する ▼";
}
a.menuOpen span:after {
	content: "閉じる ×";
}
a.menu:hover {
	cursor: pointer;
	background-color: #71A82D;
}

#g_navi {
	padding-top: 5px;
	padding-bottom: 5px;
}

#g_navi .gl_menu {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	box-shadow: #CCC 0 0 3px;
}

#g_navi .gl_menu li {
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	font-size: 14px;
	line-height: 16px;
}
#g_navi .gl_menu li span {
	font-size: 10px;
}

#g_navi .gl_menu li a {
	background-color: #E7F7D0;
	display: block;
	padding: 10px;
}

#g_navi .gl_menu li a:hover {
	background-color: #F7FFE3;
}

#g_navi .gl_menu li strong {
	color: #458400;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#g_navi .gl_menu li ul{
	padding-left:10px;
}
#g_navi .gl_menu li ul li a{
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 5px;
	background-color: #eeeeee;
}	
	
#top_img .top_txt {
	left: 5%;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 350px;
}
#top_img .top_txt span {
	font-size: 8px;
}

#main {
	width: 98%;
	background-color: #FFF;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

#content .box3 {
	width: 46%;
	margin-left: 2%;
}
	
.box3 .btn a {
	font-size: 10px;
	line-height: 16px;
	width: 80px;
}

footer {
	width: 100%;
	min-width: 320px;
	position: relative;
	height: 120px;
}

footer #f_logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

footer ul {
	display: none;
}

footer .prbox {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding-left: 5px;
}

footer p {
	padding: 5px;
}

	

#side .box4{
	width:42% !important;		
}	
	
}

/* 幅760px以上の時 */
@media screen and (min-width: 760px){	
	
	
#hp_base {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}



#main {
	width: 750px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	width: 100%;
	margin-right: 5px;
	margin-top: 10px;
}
	

header {
	height: 170px;
	position: relative;
}
header h1 {
	position: absolute;
	top: 10px;
	left: 27px;
}

header img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
header #h_list {
	position: absolute;
	right: 20px;
	top: 6px;
}

header #info {
	position: absolute;
	right: 25px;
	top: 28px;
	text-align: right;
}
	

nav#g_navi {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 44px;
	width: 755px;
	padding-left: 5px;
}
nav#g_navi ul.gl_menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
	display: block !important;
}
nav#g_navi li a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 8px;
	width: auto;
}
nav#g_navi li a span {
	color: #98B36C;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #55A200;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a:hover span {
	color: #DCFFBF;
}

nav#g_navi li a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0D348;
}
nav#g_navi li a:hover {
	color: #ffffff;
	background-color: #52A700;
	border-bottom-color: #418200;
}
nav#g_navi li strong {
	color: #000000;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #64A600;
}
nav#g_navi li {
	display: inline;
}
	
nav#g_navi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
width: 80%;
z-index: 20;
}
	
nav#g_navi li ul li{
 position: relative;
 float: left;
}

nav#g_navi li ul li a{
  padding: 10px;
	height: 12px;
  border-top: 1px solid #52A700 ;
  background: #aaccaa;
	color: #FFFFFF;
	position: relative;
}
nav#g_navi li ul li a span{
	color: #FFFFFF;
}
nav#g_navi li ul li:hover > a{
	color: #ffffff;
}

nav#g_navi li ul{
  opacity: 0;
  visibility: hidden;
}
nav#g_navi li:hover ul{
  top: 90%;
  visibility: visible;
  opacity: 1;
}	
	
	
	
a.menu {
	display:none;
}
	
#content .box02_left {
	float: left;
	width: 49%;
}
#content .box02_right {
	float: right;
	width: 49%;
}

	
	
footer {
	width: 760px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

footer li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

footer li a:hover {
	color: #999999;
}

footer li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

footer p {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

footer #f_ul01 {
	position: absolute;
	left: 10px;
	top: 15px;
}
footer #f_ul02 {
	position: absolute;
	left: 10px;
	top: 38px;
}
footer #f_logo {
	position: absolute;
	top: 40px;
	right: 10px;
}

footer .prbox {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

}

/* 幅950px以下の時 */
@media screen and (max-width:950px){


#side {
	width: 100%;
	margin-left: -5px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	-js-display: flex;
}
	
#side .side_box {
	flex: auto;
	margin: 2px;
	}	
#side .box4{
	width:30%;
	margin-left: 5px;
	margin-right: 5px;
}
	
}

/* 幅950px以上の時 */
@media screen and (min-width: 950px){

#hp_base {
	width: 950px;
}

nav#g_navi {
	height: 44px;
	width: 930px;
	padding-left: 10px;
}

nav#g_navi ul {
	height: 44px;
}
nav#g_navi li a {
	line-height: 16px;
	height: 32px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 13px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	line-height: 16px;
	height: 32px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 13px;
	padding-top: 8px;
	width: auto;
	background-color: #FFF;
}
nav#g_navi li a span {
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	line-height: 12px;
	font-size: 10px;
}



#main {
	float: left;
	width: 938px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#content {
	float: right;
	width: 690px;
	margin-right: 5px;
	margin-top: 10px;
}
	
footer {
	width: 950px;
}

}
@media only screen and (max-width:480px){
	#content .box3 {
		width: 85%;}
	#content .floatclear_img_right {
		float: none;
		text-align: center;
		border: none;
	}
	
	#content .floatclear_img_left {
		text-align: center;
		width: 40%;
		margin: 3px;
	}
	#content .floatclear_ledimg_left {
		text-align: center;
		margin: 3px;
		float: none;
	}
	
	#top_img .top_txt {
		padding-left: 10px;
		left: 0px;
		width: 98%;
	}
	.table_info tr{
        display: block;
        margin-bottom: 0em;
    }
    .table_info th,
    .table_info td{
        display: list-item;
        border: none;
		list-style: none;
		text-align: left;
    }
	#content table td.td_head {
	text-align: left;
	border-right-width: 1px;
	}
	#content table.table_menu th {
	text-align: left;
	font-size: 12px;
	border-right-width: 1px;
	}
	#content table.table_menu td {
	font-size: 12px;
	}
	#content .table_menu strong {
	font-size: 14px;
}
}
