@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:12px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	font-size: 100%;
	color: #333333;
}

body {
	background-color:#FFFFFF;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #51C9F2;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

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

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0px;
}

nav ul, nav ol {
	list-style: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
*margin-left: -7px;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}

button, input {
	line-height: normal;
 *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

ul {
	list-style-type:none;
}

.ie6_error, .no_script {
	background:#F66;
	padding: 100px;
	text-align:center;
	font-size:150%;
	color:#333;
}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
object, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/*横幅いっぱい*/
 
html {
overflow: auto;
}

body{
overflow: hidden; /*はみ出た部分をどうするか*/
}


/* ------ 基本レイアウト------ */

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

#nav {
	display:none;
}

#nav_phone {
	display:block;
}

#wrapper {
	width:100%;
	line-height: 180%;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.img_bd {
	border:solid 1px #E8E8E8;
}

.c_red {
	color:#FF3425
}

/* モバイル　Mobile Layout: 480px and below. */
 
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.65%;
	padding-left: 1.075%;
	padding-right: 1.075%;
	clear: none;
	float: none;
}


/* ------ モバイルメニュー------ */

#menu {
	background-color:#0DBBE0;
	border-bottom: 1px solid #04d2fe;
	display: none;
	width: 100%;
}

#menu.open_menu {
	display:block;
}

#menu ul {
	width:100%;
	overflow:hidden;
}

#menu ul li {
	width:50%;
	height:50px;
	float:left;
	text-align:center;
}

#menu ul li a {
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
}

#menu ul li.nav01 a, #menu ul li.nav01c a {
	width:100%;
	border-right: 1px solid #04d2fe;
	border-bottom: 1px solid #04d2fe;
}

#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-bottom: 1px solid #04d2fe;
}

#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #04d2fe;
	border-bottom: 1px solid #04d2fe;
}

#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-bottom: 1px solid #04d2fe;
}

#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #0EC9F1;
	border-bottom: 1px solid #0EC9F1;
}

#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-bottom: 1px solid #04d2fe;
}

#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #04d2fe;
}

#home #menu .nav01 a,
#service #menu .nav02 a,
#partner #menu .nav03 a,
#company #menu .nav04 a,
#recruit #menu .nav05 a {
	background-color:#04d2fe;
}

/* ------ モバイルヘッダー------ */

#header {
	background: url(../images/common/header_bg_f.png) repeat-x;
	width:100%;
	height:140px;
}

#header_copy {
	width: 96%;
	height: 130px;
	margin: 0px 2% 0px;
	position: relative;
}

#header h1 {
	width: 230px;
	height: 18px;
	font-size: 85%;
	color: #FFFFFF;
	left: 0;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	top: 20px;
}

.logo {
	width: 255px;
	height: 30px;
	position: absolute;
	bottom:18px;
	left:0;
}

.header_nav {
	width: 45px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
}

.header_nav .header_menu {
	float: left;
	width: 45px;
	height: 40px;
}

.header_nav .header_menu a {
	background: none;
	padding-left:0px;
	font-size:100%;
	line-height: 40px;
}

.header_nav .header_menu {
	display:block;
	float:left;
}

.header_nav .header_menu a {
	width: 45px;
	height: 40px;
}

.header_contact {
	width: 50px;
	height: 39px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}

.header_tel {
	width:50px;
	margin-right:0px;
}

.header_tel a:hover {
	cursor: default;
}

.pc {
	display: none;
}

.phone {
	display: block;
}

.header_contact li {
	float: left;
}

.header_infobtn {
	display:none;
}


/* ------ モバイルメイン------ */

#main {
	clear:both;
	width:100%;
	height:100%;
}




/* ------ モバイルコンテンツ------ */

#contents {
	padding-top:15px;
	width: 98%;
	margin:0 1%;
	overflow:hidden;
}


/* ------ モバイルコンテンツ左------ */

 #content_left {
	width: 100%;
}

.anniversary {
	width:80%;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

#home h2 {
	color:#0C3AAC;
	font-size:150%;
	text-shadow:1px 1px 1px #CCC;
	padding:5px;
}

.message {
	font-size:115%;
	padding:5px;
	margin-bottom:25px;
}

.message strong {
	color:#00B8E0;
}

h3 {
	clear:both;
	color:#555;
	font-size:120%;
	padding:12px 5px 12px 20px;
	border:1px solid #ccc;
	background:url(../images/common/list01.png) no-repeat;
	background-position:left 8px;
	margin:10px 0.5%;
	margin-bottom:20px;
}

.content_banner ul {
	width: 84%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}


#home .content_banner ul li a {
	width:79%;
	margin:10px auto;
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
	font-size:120%;
	color:#0C3AAC;
	text-shadow:1px 1px 0 #FFF;
	text-decoration:none;
	padding:30px 12% 30px 8%;
	border:1px solid #ABD4DD;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#home .content_banner ul li .banner01 {
	background-image:url(../images/common/banner01.png);
}

#home .content_banner ul li .banner01:hover {
	background-image:url(../images/common/banner01_on.png);
}

#home .content_banner ul li .banner02 {
	background-image:url(../images/common/banner02.png);
}

#home .content_banner ul li .banner02:hover {
	background-image:url(../images/common/banner02_on.png);
}

#home .content_banner ul li .banner03 {
	background-image:url(../images/common/banner03.png);
}

#home .content_banner ul li .banner03:hover {
	background-image:url(../images/common/banner03_on.png);
}

#home .content_banner ul li .banner04 {
	background-image:url(../images/common/banner04.png);
	margin-bottom:35px;
}

#home .content_banner ul li .banner04:hover {
	background-image:url(../images/common/banner04_on.png);
}









/* ------ モバイル左コンテンツボックス------ */

.content_main {
	width:100%;
}

.content_main h2 {
	width:100%;
	padding-bottom:15px;
}

.content_main .point strong {
	font-weight:normal;
	color:#FE7900;
}

.content_box {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

/* ------ モバイルパンくず------ */

#breadrumb a {
	color:#04d2fe;
}





/* ------ モバイルコンテンツ右------ */

#content_right {
	width: 100%;
}

#content_right  #sub {
	clear:both;
	width: 100%;
	margin-bottom: 10px;
}

#content_right #sub h5 {
	width: 100%;
	overflow: block;
	font-size:130%;
	color:#04d2fe;
	background-color:#FFF;
	border-top:4px solid #04d2fe;
	padding: 20px 3%;
	margin-bottom: 2px;
}

.sub_inner {
	background:#DEFDFA;
	width: 93%;
	padding: 20px 3.5% 15px;
	margin-bottom: 5px;
}

.sub_inner ul {
	width: 100%;
}

.sub_inner ul li {
	width: 100%;
	margin-bottom: 3px;
	background-color:#FFF;
}

.sub_inner ul li a {
	background: url(../images/common/list02.png) no-repeat;
	background-position:left 19px;
	background-size:12px;
	width: 95%;
	height: 50px;
	display: block;
	line-height: 50px;
	padding-left: 17px;
	margin-left:2.5%;
}

.sub_inner p {
	font-size:105%;
	padding-right:5px;
}

.banner_box {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 30px;
}

.banner_box li {
	margin-bottom:15px;
	padding-bottom:15px;
}






/* ------ モバイルページトップ------ */

#footer #page-top {
	position: fixed;
    bottom: 30px;
    right: 0;
    font-size: 75%;
}

#footer #page-top a {
	background:rgba(111,111,111,0.5);
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    border-radius: 3px;
}

#footer #page-top a:hover {
	text-decoration: none;
    background:rgba(111,180,180,0.5);
}









/* ------ モバイルフッター------ */

#footer {
	color:#888;
	background-color:#DDD;
	width: 100%;
	margin-top:30px;
	text-align:center;
}

#footer a {
	color:#888;
}

#footer_inner {
	width: 96%;
	margin: 0 2%;
}

.footer_left {
	padding:25px 0;
	color:#777;
}

.footer_left h6 {
	font-size:115%;
}

.footer_left p {
	font-size:105%;
	line-height:1.3em;
	padding-top:15px;
}

.footer_nav {
	border-top:1px solid #FFF;
}

.footer_nav li a {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #FFF;
}

#footer_inner #Copyright {
	padding-top:25px;
	padding-bottom:30px;
}



/* ------ サービス内容------ */

.content_box #works_menu,
.content_box #works_menu30 {
	width:96%;
	padding-top:10px;
	padding-bottom:5px;
	margin:10px 2%;
	font-size:110%;
	border-bottom:1px dotted #ADD3F9;
	overflow:hidden;
}

.content_box #works_menu dt,
.content_box #works_menu01 dt {
	padding-bottom:7px;
	font-size:110%;
	color:#0F8EF1;
}

.content_box #works_menu dd,
.content_box #works_menu01 dd {
	padding-bottom:10px;
	line-height:1.6em;
}

.content_box #s_img {
	text-align:center;
}

.content_box #s_img img {
	width:60%;
	padding:15px 0;
}

.content_box #works_menu01 {
	width:96%;
	padding-top:10px;
	padding-bottom:10px;
	margin:10px 3%;
	font-size:110%;
	border-bottom: none;
	overflow:hidden;
}

.content_box #tel {
	padding-top:15px;
	padding-bottom:35px;
}

.content_box #tel a:hover {
	cursor:default;
}







/* ------ モバイルお取引先一覧------ */

.point {
	padding:5px;
	font-size:105%;
}

#partner .content_box ul {
	width:98%;
	padding:5px 1%;
	padding-top:0;
	margin-bottom:20px;
}

#partner .content_box ul li {
	width:94%;
	font-size:110%;
	padding:13px 1%;
	padding-left:18px;
	margin:0.5%;
	margin-bottom:10px;
	border-bottom:3px double #DDD;
	background: url(../images/common/list.png) no-repeat;
	background-position:left 15px;
	background-size:14px;
}











/* ------ モバイル会社概要------ */

#company .content_box dl {
	width:97.5%;
	margin:1%;
	font-size:115%;
	border-top:1px solid #6EADEC;
	margin-top:30px;
	margin-bottom:45px;
}

#company .content_box dt,
#company .content_box dd {
	border-collapse:collapse;
	border-bottom:1px solid #6EADEC;
	padding:13px 8px;
}

#company .content_box dt {
	float:left;
	width:22%;
	color:#0C3AAC;
	background-color:#ECF5FF;
}

#company .content_box dd {
	width:auto;
	text-indent:8px;
	color:#666;
}

#map {
	position:relative;
	width:97%;
	padding-bottom:50%;
	padding-top:5px;
	height:0;
	overflow:hidden;
	margin:20px 1.5% 40px;
}

#map iframe,
#mapr object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 99.5%;
}

#access #other {
	font-size:120%;
}




/* ------ モバイル採用情報------ */

#recruit table {
	width:99%;
	margin:30px 0.5%;
}

#recruit th,
#recruit td {
	font-size:120%;
	border:1px solid #3399E0;
	padding:13px;
}

#recruit th {
	width:30%;
	font-weight:normal;
	color:#FFF;
	text-shadow:1px 1px 1px #0E81C5;
	background-color:#75C1F0;
}

#recruit td {
	width:auto;
}







/* ------ モバイルサイトマップ------ */

#sitemap h3 {
	font-size:140%;
	background:none;
	border:none;
	background:url(../images/common/list.png) no-repeat;
	background-position:left 13px;
	background-size:16px;
	padding-left:21px;
	margin-top:15px;
	margin-left:10px;
}

#sitemap .site_map {
	font-size:120%;
	line-height:2.3em;
	padding-left:30px;
	padding-bottom:25px;
	margin-left:15px;
}

#sitemap .site_map li {
	list-style-type:disc;
}

#sitemap .site_map #mainsub {
	font-size:95%;
	padding-left:10px;
}




/* .viewer------------------------- */

.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

.viewer ul li img {
	width: 100%;
}

/* sideNavi------------------------- */

.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}



/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}













 /*横幅いっぱい*/

#header,#menu,#footer,#title,#nav,#main {
	margin: 0 -500%; /* マージンを追記 */
	padding: 0 500%; /* マージンで横にはみ出した部分を戻す */
}





.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}






/*パソコン　 Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 960px;
	padding-left: 3.75%;
	padding-right: 3.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}


/* ------ パソコンメニュー------ */

#menu {
	display:none;
}

#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}

/* ------ パソコンヘッダー------ */

#header {
	background: url(../images/common/header_bg.png) repeat-x;
	width:100%;
	height:100px;
}

#header_copy {
	width: 100%;
	height: 85px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	width: 450px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 0;
	color: #666;
	font-size: 84%;
}

.logo {
	width:300px;
}

.pc {
	display: block;
}

.phone {
	display: none;
}

.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}

.header_nav .header_menu {
	float: left;
}

.header_nav .header_menu {
	display:none;
}

.header_contact {
	width: 58%;
	height: 50px;
	right:0;
}

.header_tel {
	width:47%;
	height: 55px;
	position:absolute;
	right:0;
}







/* ------ パソコンナビ------ */

#nav {
	display:block;
	width:100%;
	margin-top:1em;
	border-bottom:1px solid #C9EEFF;
}

#nav ul {
	display:block;
	width:100%;
}

#nav ul li {
	width:19.99%;
	float: left;
	text-align:center;
}

#nav ul li a {
	display: block;
	color:#2e2e2e;
	text-decoration:none;
	padding-bottom:0.7em;
}

#nav ul li a:hover {
	color:#51C9F2;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #ffffff 50%, #c9eeff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#c9eeff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9eeff',GradientType=0 ); /* IE6-9 */
}

#nav ul li a strong {
	font-weight:normal;
}

#nav ul li a span {
	display:block;
	color:#51C9F2;
	line-height:1.3em;
	font-size:80%;
}

#service #nav .nav02 a,
#partner #nav .nav03 a,
#company #nav .nav04 a,
#recruit #nav .nav05 a {
	color:#51C9F2;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #ffffff 50%, #c9eeff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#c9eeff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#ffffff 50%,#c9eeff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9eeff',GradientType=0 ); /* IE6-9 */
}


/* ------ パソコンメイン------ */

#main {
	background-color:#DEFEFA;
	border-bottom:1px solid #C9EEFF;
}





/* ------ パソコンコンテンツ------ */

#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}



/* ------ パソコンコンテンツ左------ */

#content_left {
	width: 71%;
	float: left;
}

.anniversary {
	width:65%;
}

.content_banner {
	width: 100%;
}

.content_banner ul {
	width: 98%;
}

.content_banner ul li {
	float:left;
	width:48%;
}

.content_banner ul li a {
	padding:40px 12% 40px 8%;
}

.content_banner ul #banner_right {
	margin-right:3%;
}


.content_main h2 {
	padding-bottom:0;
}




/* ------ パソコンコンテンツ右------ */

#content_right {
	width: 27%;
	float: right;
}

#sub {
	margin-bottom: 5px;
}

#content_right #sub h5 {
	font-size:140%;
	padding: 13px 3%;
	margin-top:10px;
}

.sub_inner {
	padding: 20px 15px 15px 15px;
}

.sub_inner ul {
	width:93%;
}

.sub_inner ul li {
	font-size:105%;
}

.sub_inner ul li a {
	height: 35px;
	display: block;
	background-position:left 13px;
	line-height: 35px;
	padding-top:3px;
	padding-bottom:2px;
	margin-left:8px;
}

.banner_box {
	width:100%;
	padding:5px 0;
}

.banner_box li {
	padding-bottom:0;
}





/* ------ パソコンページトップ------ */

#footer #page-top {
    bottom: 50px;
    right: 50px;
    font-size: 100%;
}

#footer #page-top a {
    width: 150px;
    padding: 35px 0;
}



/* ------ パソコンフッター------ */

#footer {
	width: 100%;
	height: 230px;
	margin-top:10px;
}

#footer_inner {
	width:100%;
	height:100px;
}

.footer_left {
	float:left;
	width:35%;
}


.footer_nav {
	float:right;
	width:60%;
	padding:25px 0;
	border-top:none;
}

.footer_nav li {
	float:left;
	margin-bottom:10px;
}

.footer_nav li a {
	border-bottom:none;
	border-right:1px solid #FFF;
	padding: 0 18px;
}


#footer_inner #Copyright {
	float: right;
	padding-top:40px;
	padding-right:5px;
	margin-right:5px;
}






/* ------ パソコンサービス内容------ */

.content_box {
	width:100%;
	padding-top:20px;
}

.content_box h3 {
	width:94%;
}

.content_box #works_menu,
.content_box #works_menu01 {
	width:96%;
	padding-top:10px;
	padding-bottom:5px;
	margin:10px 2%;
	font-size:110%;
	border-bottom:1px dotted #E1F9DD;
	overflow:hidden;
}

.content_box #works_menu dl,
.content_box #works_menu01 dl {
	float:left;
	width:50%;
}

.content_box #s_img img {
	width:42%;
}

.content_box #works_menu01 {
	border-bottom:none;
}

.content_box #tel {
	margin-top:20px;
	margin-bottom:20px;
}






/* ------パソコンお取引先一覧------ */

.point {
	padding-top:15px;
	padding-bottom:0;
}

#partner .content_box ul {
	margin-bottom:120px;
}








/* ------ パソコン会社概要------ */

#company .content_box dl {
	width:97%;
}

#company .content_box dt,
#company .content_box dd {
	padding:13px;
}

#company .content_box dt {
	width:18%;
}

#company .content_box dd {
	text-indent:13px;
}





/* ------ モバイル採用情報------ */

#recruit table {
	width:98%;
}










/* ------ パソコンサイトマップ------ */

#sitemap .site_map {
	padding-bottom:50px;
}



#sitemap #footer {
	margin-top:170px;
}
















.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


