﻿@charset "utf-8";
/*------------------------------------------------------------
	共通部分
------------------------------------------------------------*/
@media screen and (min-width: 641px){
	img{
max-width: 100%;
height: auto;
width /***/:auto;
	}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width:100%;
	overflow-y: scroll;
}
body {
	margin: 0;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.7rem;
	line-height: 1.5em;
	color: #555555;
}
a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #73d100;
	text-decoration: underline;
}
a:hover img{
  -moz-opacity:0.5;
  opacity:0.5;
  filter: alpha(opacity=50);
}
a:active {
	color: #555555;
	text-decoration: underline;
}
/*------------------------------------------------------------
	クリア−
------------------------------------------------------------*/
.clearfix {
	overflow: hidden;
	_overflow: visible;
}
.clearfix:after {
	content: ".";
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/*------------------------------------------------------------
	ハック用
------------------------------------------------------------*/
/* ie7 only */
*:first-child + html xxx {
}
/* ie8 only */
head~/* */body xxx{
}
/* firefox3 only */
html > body xxx, x:-moz-any-link, x:default {
}
/* safari only ¥*/
html[xmlns*=""] body:last-child xxx {
}
/*------------------------------------------------------------
	h1
------------------------------------------------------------*/
/* safari only ¥*/
html[xmlns*=""] body:last-child h1 a {
	margin: 15px 0 35px 0;
}
h2 {
	clear: both;
}
img {
	border: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#container #header {
	border-top: solid 5px #00B3FF;
	width: 100%;
	padding: 0;
}
#container #header .inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#container #header .inner #logo {
	width: 186px;
	height: 50px;
	margin: 20px 0 10px 0;
	display: block;
	float: left;
}

#container #header .inner h1 {
	background: url(../img/common_h1.gif) no-repeat;
	width: 378px;
	height: 50px;
	margin: 40px 0 5px 50px;
	text-indent: -9999px;
	float: left;
}
#container #header .inner_r {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
#container #header .inner_r #inquiry {
	background: url(../img/common_email.gif) no-repeat;
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
}
#container #header .inner_r #inquiry a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 286px;
	height: 36px;
}
/*------------------------------------------------------------
	サブナビゲーション
------------------------------------------------------------*/
div#subNavi {
	width: 300px;
	height: 40px;
}
div#subNavi li {
	margin: 0;
	display: inline;
}
div#subNavi li a {
	text-indent: -9999px;
	text-align: left;
	display: block;
	overflow: hidden;
	float: right;
	height: 28px;
	margin: 0 5px 0 5px;
}
div#subNavi #snavi1 a {
	width: 64px;
	background: url(../img/common_subnavi01.gif) no-repeat 0 0;
}
div#subNavi #snavi2 a {
	width: 127px;
	background: url(../img/common_subnavi02.gif) no-repeat 0 0;
}
div#subNavi #snavi3 a {
	width: 79px;
	background: url(../img/common_subnavi03.gif) no-repeat 0 0;
}
div#subNavi #snavi1 a:hover {
	background: url(../img/common_subnavi01.gif) no-repeat 0 -28px;
}
div#subNavi #snavi2 a:hover {
	background: url(../img/common_subnavi02.gif) no-repeat 0 -28px;
}
div#subNavi #snavi3 a:hover {
	background: url(../img/common_subnavi03.gif) no-repeat 0 -28px;
}
/*------------------------------------------------------------
	共通ナビゲーション
------------------------------------------------------------*/
#container #globalNavi {
	width: 100%;
	clear: both;
	background: url(../img/common_globalnavi.gif) repeat-x;
	height: 40px;
}
#container #globalNavi ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#container #globalNavi li {
	margin: 0;
	padding: 0;
	display: inline;
}
#container #globalNavi li a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	float: left;
	height: 40px;
}
#container #globalNavi #navi1 a {
	width: 192px;
	background: url(../img/common_globalnavi01.gif) no-repeat 0 0;
}
#container #globalNavi #navi2 a {
	width: 192px;
	background: url(../img/common_globalnavi02.gif) no-repeat 0 0;
}
#container #globalNavi #navi3 a {
	width: 192px;
	background: url(../img/common_globalnavi03.gif) no-repeat 0 0;
}
#container #globalNavi #navi4 a {
	width: 192px;
	background: url(../img/common_globalnavi04.gif) no-repeat 0 0;
}
#container #globalNavi #navi5 a {
	width: 192px;
	background: url(../img/common_globalnavi05.gif) no-repeat 0 0;
}
#container #globalNavi #navi1 a:hover {
	background: url(../img/common_globalnavi01.gif) no-repeat 0 -40px;
}
#container #globalNavi #navi2 a:hover {
	background: url(../img/common_globalnavi02.gif) no-repeat 0 -40px;
}
#container #globalNavi #navi3 a:hover {
	background: url(../img/common_globalnavi03.gif) no-repeat 0 -40px;
}
#container #globalNavi #navi4 a:hover {
	background: url(../img/common_globalnavi04.gif) no-repeat 0 -40px;
}
#container #globalNavi #navi5 a:hover {
	background: url(../img/common_globalnavi05.gif) no-repeat 0 -40px;
}
#container #globalNavi #navi1_on a {
	width: 192px;
	background: url(../img/common_globalnavi01.gif) no-repeat 0 -80px;
}
#container #globalNavi #navi2_on a {
	width: 192px;
	background: url(../img/common_globalnavi02.gif) no-repeat 0 -80px;
}
#container #globalNavi #navi3_on a {
	width: 192px;
	background: url(../img/common_globalnavi03.gif) no-repeat 0 -80px;
}
#container #globalNavi #navi4_on a {
	width: 192px;
	background: url(../img/common_globalnavi04.gif) no-repeat 0 -80px;
}
#container #globalNavi #navi5_on a {
	width: 192px;
	background: url(../img/common_globalnavi05.gif) no-repeat 0 -80px;
}
/*------------------------------------------------------------
	コンテンツエリア
------------------------------------------------------------*/
#index #container #main {
	width: 960px;
	margin:0 auto;
}

/*------------------------------------------------------------
	slide
------------------------------------------------------------*/
#flash {
	margin:0 auto 50px auto;
	width:960px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 ;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: auto;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../img/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

  .bx-wrapper .bx-pager {
	  width:100%;
    display: block;
    margin: 0 auto;
    padding: 7px 0 0 0; 
	text-align: center;
	background: #fff;
  }  



.bx-wrapper .bx-pager a {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .bx-wrapper .bx-pager a:hover,
  .bx-wrapper .bx-pager a.active {
  }


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border:1px solid #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00B3FF;
	border:1px solid #00B3FF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../img/index/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../img/index/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../img/index/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../img/index/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#index #container #main #contents{
	clear:both;
}

#index #container #main #contents ul {
	margin: 0;
	padding: 0px;
	text-align: left;
}
#index #container #main #contents li {
	list-style: none;
	padding: 0;
	margin: 10px 20px 10px 0;
	float: left;
	width: 210px;
}
#index #container #main #contents li a {
	display: block;
	margin: 0;
	padding: 0;
}
#index #container #main #contents li img {
	text-align: left;
	margin: 0;
	padding: 0;
}


#index #container #main #contents .section1 {
	width: 470px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	background: url(../img/common_vline_bg.gif) repeat-y right top;
}
#index #container #main #contents .section1 h2 {
	width: 470px;
	height: 35px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url(../img/index_h201.gif) no-repeat;
}

#index .section2 {
	width: 470px;
	float: right;
	margin: 5px 0 10px 0;
	padding: 0 0 15px 0;
	background: url(../img/common_vline_bg.gif) repeat-y right top;
}
#index .section2 h2 {
	width: 470px;
	height: 35px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url(../img/index_h202.gif) no-repeat;
}

/*------------------------------------------------------------
	制作実績＆協力実績一覧
------------------------------------------------------------*/
#index #container #main #infoBox {
	width: 670px;
	float: left;
	margin: 5px 0 30px 0;
}

#index #container #main #infoBox .sectionFlash {
	width: 670px;
	margin: 5px 0 30px 0;
	text-align:center;
	background: url(../img/common_vline_bg.gif) repeat-y right top;
}
#index #container #main #infoBox .sectionFlash h2 {
	height: 35px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url(../img/index_h208.gif) no-repeat;
}
#index #container #main #infoBox .sectionFlash ul{
	margin:0;
	padding:10px 0;
	list-style:none;
	clear:both;
}

#index #container #main #infoBox .sectionFlash li{
	width:133px;
	margin:0 0 10px 0;
	text-align:center;
	display:block;
	float:left;
}

#index #container #main #infoBox .sectionFlash li img{
	border:1px solid #f0f0f0;
}

#index #container #main #infoBox .sectionFlash a{
	text-decoration:none;
}

#index #container #main #infoBox .sectionFlash p{
	padding:0 3px 5px 3px;
	font-size:10px;
	line-height:1.3em;
}

/*------------------------------------------------------------
	index お知らせ
------------------------------------------------------------*/
#index #container #main #infoBox .section3 {
	width: 100%;
	float: left;
	margin-bottom:30px;
	background: url(../img/common_vline_bg.gif) repeat-y right top;
}
#index #container #main #infoBox .section3 h2 {
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../img/index_h205.gif) no-repeat;
}
#index #container #main #infoBox .section3 .info {
	margin:0 auto;
	width: 99%;
	height: 331px;
	overflow: auto;
}

#index #container #main #infoBox .section3 .info dl {
	padding: 0 5px;
	clear:both;
}
#index #container #main #infoBox .section3 .info dt {
	width: 16%;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	font-weight: bold;
	float: left;
	overflow: auto;
	margin: 0;
	text-align: left;
}
#index #container #main #infoBox .section3 .info dd {
	width: 84%;
	background: url(../img/common_hline_bg.gif) repeat-x bottom;
	overflow: auto;
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

#index #container #main #infoBox .section3 .info a {
	text-decoration:underline;
}
/*------------------------------------------------------------
	index リンク
------------------------------------------------------------*/
#index #container #main .section4 {
	margin: 5px 0 10px 0;
	width: 254px;
	float: right;
	background: url(../img/common_vline_bg.gif) repeat-y right top;
}
#index #container #main .section4 h2 {
	margin: 0 0 10px 0;
	width: 254px;
	height: 35px;
	text-indent: -9999px;
	background: url(../img/index_h206.gif) no-repeat;
}
#index #container #main .section4 ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#index #container #main .section4 li {
	margin: 10px 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#index #footer {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	clear: both;
	font-size: 0.7rem;
	background: #555;
	color:#fff;
}
#index #footer a {
	color: #fff;
	text-decoration:none;
}
#index #footer .inner {
	margin: 0 auto;
	width: 960px;
}
#index #footer .inner h2 {
	margin: 0;
	color: #FFFFFF;
	font-size:0.7rem;
}

#index #footer .inner .linkBox1 {
	margin: 0;
	padding: 0;
	width: 220px;
	float: left;
}

#index #footer .inner .linkBox1 ul {
	margin:0 0 15px 1px;
	width:100%;
	float:left;
}

#index #footer .inner .linkBox1 li {
	list-style: none;
	background: url(../img/footer_navi_ico01.gif) no-repeat;
	padding-left: 15px;
}

#index #footer .inner .linkBox2 {
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
}

#index #footer .inner .linkBox2 ul {
	margin:0 0 15px 1px;
	width:100%;
	float:left;
}
#index #footer .inner .linkBox2 li {
	list-style: none;
	background: url(../img/footer_navi_ico01.gif) no-repeat;
	padding-left: 15px;
}
#index #footer .inner .linkBox3 {
	margin: 0 ;
	padding: 0;
	width: 330px;
	float: right;
}

#index #footer .section3 #copyright {
	color: #ffffff;
	margin-bottom: 10px;
}

#index .pageTop {
    position:relative;
    width:100%;
    max-width:960px;
    height:0;
    margin:0 auto;
}
#index .pageTop a {
    position: fixed;
    bottom: 0px;
    left:auto;
    display: block;
    width: 66px;
    hegiht:66px;
    margin-left:894px;
	color:#fff;
    padding:1em 0;
    background:#555;
    text-align:center;
    outline:none;
    text-decoration: none;
    z-index:9999;
    border-radius:5px 5px 0 0;
}
}