@charset "utf-8";
/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
/* 画像位置 */

.imgLeft {
	float: none;
	clear:both;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align:center;
}
.imgRight {
	float: none;
	clear:both;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align:center;
	margin:auto;
}

/*見出し*/

h2 {
	padding-bottom: 5px;
	background-image: url(/images/common/line_bg.gif);
	background-repeat: no-repeat;
	font-size: 24px;
	background-position: left bottom;
	margin: 0px 0px 20px;
	padding-top: 0px;
	line-height: 1.4em;
	height: 35px;
	font-weight: normal;
	font-family: '01FLOPDESIGN';
}
h3 {
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: none;
	background-color:#ea5810;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
}

/* ---------------------------------------------------------------------- 

共通設定

---------------------------------------------------------------------- */

#HeadContainer {
	display:none;
}
/*#HeadContainer #LogoBox {
	display:none;
}*/

/* MAIN */

#Main {
	background-image: none;
}
#MainContainer {
	width: 94%;
	padding-left:10px;
	padding-right:10px;
}
#MainContainer #Root {
	font-size: 10px;
	clear: both;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Contents {
	float: none;
	width: 100%;
}
.container01 {
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

/*改行*/

.br-sp {
	display:inline;
}

/* SIDEBAR */

#Left {
	float: none;
	width: 94%;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#Left .bnrBox {
	padding-bottom: 10px;
}
#Left .bnrBox ul {
	text-align:center;
}
#Left .bnrBox li {
	padding-bottom: 5px;
}
#Left .menuBox {
	display:none;
}
#Left .fbBox {
	width:240px;
	margin:auto;
}

/* FOOT */

#Foot {
	background-image: url(/images/common/bg_cloth.jpg);
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ec6f28;
	padding-top: 20px;
	overflow: hidden;
}
#FootContainer {
	width: 94%;
	padding-left:10px;
	padding-right:10px;
}
#FootContainer #AddressBox dt {
	font-size: 12px;
}

#FootContainer #AddressBox {
	float: none;
	width: 100%;
}
#FootContainer #AddressBox address {
	font-size: 10px;
}
#FootContainer .footNaviBox {
	float: none;
	width: 80%;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}
#FootContainer .footNaviBox dt {
	background-image: url(/images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
#FootContainer .footNaviBox ul {
	padding-left: 5px;
}
#Copyright {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding: 8px;
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*
*****************************************************************************
TOP
*****************************************************************************
*/

/* Vi */

#top #Vi {
	background-image: url(/images/common/bg_cloth.jpg);
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top #ViBox {
	width: 100%;
}
#top .container01 {
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
}
#top .container02 {
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

/* スライド */

#top .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
#top .rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
#top .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
#top .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* トップ見出し */

#top h2 {
	background-image: url(/images/top/mi_bg.gif);
	padding-bottom: 0px;
	background-repeat: no-repeat;
	height: 36px;
	font-size: 20px;
	color: #682906;
	font-weight: bold;
	padding-left: 30px;
}


/* 最新の制作実績 */

#top #slider {
	padding-right: 20px;
	padding-left: 20px;
}
#top .imgBox {
	background-image:url(/images/top/result_frame.gif);
	background-repeat: no-repeat;
	float:left;
	width:150;
	padding:5px;
	margin-right: 5px;
	margin-left: 5px;
	overflow:hidden;
}
#top .imgBox img {
	padding-bottom:10px;
}

/* おしらせ */

#top .newBox li {
	background-image: url(/images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size:14px;
}
#top .newBox p a {
	background-image: url(/images/common/point_01.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	float: right;
}

/*おしらせ（詳細）*/

.newEntry {
	clear: both;
	float: none;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

/* 事業のご案内 */

#top .businessBox {
	margin: 0px ;
    /zoom: 1;/* for IE6,7 */

}
#top .businessBox li {
	width: 100%;
	margin: 0 0px 10px 0;
	float: none;
}

/*
*****************************************************************************
事業案内
*****************************************************************************
*/

#service .container01 .businessBox {
	margin: 0px;
}
#service .container01 .businessBox li {
	width: auto;
	height: auto;
	margin: 0 0px 10px 0;
	float: none;
}
#service .container01 .businessBox img {
	padding-bottom: 20px;
}

/* ホームページ制作 */

#ser_01 .container01 .box01 {
	background-image: none;
	background-repeat: no-repeat;
	padding: 10px;
	border: 3px solid #ededed;
}
#ser_01 .container01 .box01 dt {
	text-align: center;
	padding-bottom: 21px;
}
#ser_01 .container01 .box01 dd ul li {
	font-size: 16px;
	background-image: url(/images/service/ser_01_check_01.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 16px;
	margin-left: 0px;
}
#ser_01 .container01 .point01 {
	background-image: url(/images/service/ser_01_point_01.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point02 {
	background-image: url(/images/service/ser_01_point_02.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point03 {
	background-image: url(/images/service/ser_01_point_03.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point04 {
	background-image: url(/images/service/ser_01_point_04.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point05 {
	background-image: url(/images/service/ser_01_point_05.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point06 {
	background-image: url(/images/service/ser_01_point_06.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point07 {
	background-image: url(/images/service/ser_01_point_07.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point08 {
	background-image: url(/images/service/ser_01_point_08.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-top: 5px;
}
#ser_01 .container01 .point01 dt,
#ser_01 .container01 .point02 dt,
#ser_01 .container01 .point03 dt,
#ser_01 .container01 .point04 dt,
#ser_01 .container01 .point05 dt,
#ser_01 .container01 .point06 dt,
#ser_01 .container01 .point07 dt,
#ser_01 .container01 .point08 dt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
}

/* ネットショップ構築 */

#ser_02 .container01 .box01 {
	padding: 0px;
}
#ser_02 .container01 .box01 dt {
	text-align: center;
	padding-bottom: 21px;
}
#ser_02 .container01 .box01 dd ul li {
	font-size: 14px;
	background-image: url(/images/service/ser_02_check_01.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#ser_02 .container01 h4 {
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eb610e;
	padding: 0px 0px 8px;
	margin: 0px 0px 30px;
}

/* 自社メディア */

#ser_08 .container01 .ourInner {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#ser_08 .container01 .ourInnerImg {
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-bottom:10px;
}
#ser_08 .container01 .ourInnerTx {
	float: none;
	width: 100%;
	padding-bottom:10px;
}
#ser_08 .container01 .ourInnerTx dt {
	font-size: 14px;
	font-weight: bold;
	background-color: #f8ebe0;
	padding: 5px;
	margin-bottom: 10px;
}
#ser_08 .container01 .ourInnerTx dd {
	padding-bottom: 10px;
}

/* ネットショップ運営 */

#ser_09 .container01 .box01 {
	padding: 10px;
	border: 3px solid #ededed;
}
#ser_09 .container01 .box01 dt {
	text-align: center;
	padding-bottom: 21px;
}
#ser_09 .container01 .box01 dd ul li {
	font-size: 16px;
	background-image: url(/images/service/ser_02_check_01.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#ser_09 .container01 .box02 {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}
#ser_09 .container01 .box03 {
	background-image: url(/images/service/ser_09_img_03_sp.gif);
	background-size: contain;
	padding-top: 840px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#ser_09 .container01 h4 {
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eb610e;
	padding: 0px 0px 8px;
	margin: 0px 0px 30px;
}
#ser_09 .container01 table {
	border-collapse: collapse;
}
#ser_09 .container01 td,
#ser_09 .container01 th {
	border: 1px solid #ccc;
	padding:8px;
}
#ser_09 .container01 th{
	background-color: #FDE6D2;
}

/*
*****************************************************************************
会社案内
*****************************************************************************
*/

#company .container01 .menuContainer,
#com_01 .container01 .menuContainer, 
#com_02 .container01 .menuContainer,
#com_03 .container01 .menuContainer,
#com_04 .container01 .menuContainer {
	margin: 0px;
}
#company .container01 .menuContainer .menuBox01,
#com_01 .container01 .menuContainer .menuBox01, 
#com_02 .container01 .menuContainer .menuBox01, 
#com_03 .container01 .menuContainer .menuBox01, 
#com_04 .container01 .menuContainer .menuBox01 {
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 20px;
}
#company .container01 .menuContainer .menuBox01 dt,
#com_01 .container01 .menuContainer .menuBox01 dt, 
#com_02 .container01 .menuContainer .menuBox01 dt, 
#com_03 .container01 .menuContainer .menuBox01 dt, 
#com_04 .container01 .menuContainer .menuBox01 dt {
	padding-bottom: 10px;
}
#company .container01 th,
#com_01 .container01 th, 
#com_02 .container01 th, 
#com_03 .container01 th, 
#com_04 .container01 th {
	text-align: left;
	padding-left: 5px;
}
#company .container01 th,
#company .container01 td,
#com_01 .container01 th,
#com_01 .container01 td, 
#com_02 .container01 th,
#com_02 .container01 td, 
#com_03 .container01 th,
#com_03 .container01 td, 
#com_04 .container01 th,
#com_04 .container01 td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

/*代表挨拶*/

#com_02 .container01 img {
	text-align: center;
    width:100%;
}

/*経営理念*/

#com_03 .container01 .ideaBox01 {
}
#com_03 .container01 .ideaBox01 dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

#com_03 .container01 .ideaBox01 dt {
	float: none;
	width: 100%;
}
#com_03 .container01 .ideaBox01 dd {
	padding-top: 8px;
}

/*アクセス*/

#com_04 .container01 .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#com_04 .container01 .ggmap iframe,
#com_04 .container01 .ggmap object,
#com_04 .container01 .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

}