﻿@charset "utf-8";
/* CSS Document */

/* bootstrap customize */
hgroup h2 { margin-left: 0 !important;}
.span12 {
	margin-left: 0 !important;
}
.tl { text-align: left}
.tc { text-align: center}
.tr { text-align: right}

.al { float: left; margin: 0 1em 1em 0;}
.ac { clear: both; display: block; margin: 0 auto 1em; text-align: center;}
.ar { float: right; margin: 0 0 1em 1em;}

a {
	-moz-transition:  0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.notTransition a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
a:hover,a:active,a:focus { opacity: 0.5;}


/* all */
.wExtend {
	position: relative;
	left: -10px;
	width: 960px !important;
}

#main>section,
#sub>section,
.box {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	/*padding: 10px;*/
	margin-bottom: 20px;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	text-align: left;
}

.notBox {
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
/*後でチェックする*/
.mb10 {margin-bottom: 10px; display: block;}
.mb20 {margin-bottom: 20px; display: block;}
.mr5 {margin-right: 5px;}pa10 {	padding: 10px;}
.pa10 {	padding: 10px;}
.pa20 {	padding: 20px;}
.pa30 {	padding: 30px;}
.pa40 {	padding: 40px;}
.fs15 { font-size: 1.5em; line-height: 1.5;}
.fs20 { font-size: 2em; line-height: 2;}
#backTop {
	background: url(../image/topLink.png) right 5px no-repeat;
	padding: 0 15px;
}
#backTop:after {
}




/* ie */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display: block;
}



/* style
-------------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url('../image/siteBg_01.jpg') top center repeat;
	color: #111;
	min-width: 960px;
}
.bg_02 { background-image: url('../image/siteBg_02.jpg');}
.bg_03 { background-image: url('../image/siteBg_03.jpg');}
.bg_04 { background-image: url('../image/siteBg_04.jpg');}
.bg_05 { background-image: url('../image/siteBg_05.jpg');}
label { background: none !important;}

.fontS { font-size: 12px;}
.fontM { font-size: 16px;}
.fontL { font-size: 20px;}

#page_wrap {
	background: url('../image/pageBg_01.jpg') top center no-repeat;
}
.bg_02 #page_wrap { background-image: url('../image/pageBg_02.jpg');}
.bg_03 #page_wrap { background-image: url('../image/pageBg_03.jpg');}
.bg_04 #page_wrap { background-image: url('../image/pageBg_04.jpg');}
.bg_05 #page_wrap { background-image: url('../image/pageBg_05.jpg');}

.row-fluid {
}
.carousel-control {
	top: 45%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	border-width: 2px;
}
#header {
	height: 168px;
	position: relative;
	margin-bottom: 10px;
	font-size: 12px;
}
.logo {
	position: absolute;
	top: 24px;
	left: 0px;
}
#header h1 {
	position: absolute;
	top: 90px;
	left: 20px;
	font-size: 11px;
	line-height: normal;
}

.gimmick {
	position: absolute;
	top: 26px;
	right: 0px;
	
	background: #E1E1E1;

	box-shadow: 0 0 2px rgba(0,0,0,0.25) inset;
	padding: 3px 10px;
	font-size: 13px;

}
#bgChange {
	position:relative;
	top: 3px;
	float: left;
	margin-right: 15px;
}
#bgChange label {
	display: inline;
	padding: 5px;
}
#bgChange input {
	position:relative;
	top: -2px;
	margin-right: 5px;
}
#fontChange {
	float: left;
}
#fontChange div {
	display: inline;
	margin-right: 5px;
	font-size: 11px;
}
#fontChange span {
	display: inline-block;
	width: 1.5em;
	padding: 3px;
	margin-right: -4px;
	background: #FFF;
	cursor: pointer;
	text-align: center;
}
#fontChange span:hover {
	background: #2056A3;
	color: #FFF;
}


.subMenu {
	position: absolute;
	top: 65px;
	right: 10px;
}
.subMenu a {
	margin-left: 5px;
}
.arrowLink a {
	background: url(../image/arrow_01.png) 0 50% no-repeat;
	padding-left: 10px;
}

.subNav .search {
	position: absolute; 
	top: 84px;
	right: 0;
	font-size: 11px;
}
.subNav .search input[type="text"] {
	width: 180px;
	height: 12px;
	position: relative;
	top: 5px;
}
.subNav .search input[type="submit"] {
}






th {
	width: 30%;
	text-align: left;
}

/* nav 2012.11.19 add ( property[left:0] ) 
-------------------------------------------------------------------------- */
nav {
	width: 960px;
	position: absolute;
	top: 118px;
	height: 50px;
	left:0;
	background: #666 url(../image/nav.jpg) left bottom no-repeat;
}

nav ul {
	padding: 0 0 0 13px;
	margin: 0;
}
nav li {
	list-style: none;
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
}

.nav_home { width: 84px;}
.nav_event { width: 161px;}
.nav_package { width: 136px;}
.nav_asplineup { width: 90px;}
.nav_system { width: 135px;}
.nav_company { width: 102px;}
.nav_recruit { width: 102px;}
.nav_contact { width: 104px;}

.nav_home a { background-position: -14px 0 !important;}
.nav_event a { background-position: -99px 0 !important;}
.nav_package a { background-position: -264px 0 !important;}
.nav_asplineup a { background-position: -403px 0 !important;}
.nav_system a { background-position: -495px 0 !important;}
.nav_company a { background-position: -635px 0 !important;}
.nav_recruit a { background-position: -734px 0 !important;}
.nav_contact a { background-position: -843px 0 !important;}

nav ul.clearfix a.now,
nav ul.clearfix a:hover,
nav ul.clearfix a:active,
nav ul.clearfix a:focus { background-image: none;}




nav li a {
	outline: none;
	display: block;
	text-indent: -10000px;
	height: 50px;
	background: url(../image/nav.jpg) no-repeat;
}
nav li a:hover {
}
/* bgChange */
.bg_02 nav,.bg_02 nav li a { background-image: url('../image/nav.jpg');}
.bg_03 nav,.bg_03 nav li a { background-image: url('../image/nav.jpg');}
.bg_04 nav,.bg_04 nav li a { background-image: url('../image/nav.jpg');}
.bg_05 nav,.bg_05 nav li a { background-image: url('../image/nav.jpg');}
/* 後でチェックする。
-------------------------------------------------------------------------- */
g_06 nav,.bg_06 nav li a { background-image: url('../image/nav.jpg');}

/* carousel
-------------------------------------------------------------------------- */
#carousel {
	width: 940px !important;
	height: 360px;
	position: relative;
	margin-bottom: 21px;
	padding: 10px;
	background: #666 url(../image/corouselBg.jpg) 0 0 no-repeat;
}

#gallery {
	position: relative;
}
.slideshow-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 360px;
	background: #e3e3e3;
	position: relative;
}
.slideshow-container a img {
	position: absolute;
	/*top: 0;*/
	left: 0;
}
#caption {
	position: absolute; 
	top: 0;
	right: 0;
	width: 270px;
	height: 228px;
	padding: 40px 30px;
}

#thumbs {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 300px;
	padding: 5px 15px;
	height: 43px;
	overflow: hidden;
}

.image-title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
	color: #1F55A3;
}
.image-desc {
	font-size: 15px;
	line-height: 1.2;
}
.image-desc img {
	margin-top: 10px;
}

#controls {
	display: block
}

.pagination {
	height: auto;
	margin: 0;
	z-index: 100;
}
.pagination a {
	display: none;
	width: 13px;
	height: 40px;
	padding: 0;
}

.navigation .top {
	position: absolute;
	top: 6px;
	right: 3px;
}
.navigation .bottom {
	position: absolute;
	top: 6px;
	left: 3px;
}

.navigation .top a:last-child {
	display: block;
	background: url(../image/next.jpg) 0 0 no-repeat;
	text-indent: -10000px;
}
.navigation .bottom a:first-child {
	display: block;
	background: url(../image/prev.jpg) 0 0 no-repeat;
	text-indent: -10000px;
}
.pagination .current {
	display: none;
}


#thumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
}
#thumbs ul li {
	width: 73px;
	height: 44px;
	float: left;
	margin-right: 2px;
}


.content {
	display: block;
}
























/* content_wrap
-------------------------------------------------------------------------- */
#content_wrap {
	margin-bottom: 20px;
}

#main {
	margin-top: 10px;
}

.title_01 {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	/*padding: 10px;*/
	
	border: 1px solid #C0C0C0;
	position: relative;
	padding: 0 0 0 10px;
	margin: 2px;
	background: url(../image/titleBg_01.jpg) 0 0 ;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 36px;
	height:36px;
	color: #2459a7;
}
.title_02 {
	position: relative;
	background: url(../image/titleBg_02.jpg) 0 0 ;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
}
.title_03 {
	position: relative;
	background: url(../image/titleBg_03.jpg) 0 0;
	background-repeat: repeat-y;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 4px;
}
.title_01 .view {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1;
}


.scroll {
	overflow: auto;
}

.mh440 {
	max-height: 440px;
}


.rerease {
	padding: 15px;
	margin: 0;
	list-style: none;
}

.date_01 {
	width: 124px;
	padding: 3px 0;
	background-color:#ADC9DA;
	font-size: 11px;
	margin-bottom: 10px;
}
.rerease img {
}

.rerease li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #C1C1C1;
}
.rerease li:after { content: ''; display: block; clear: both; height:0;}
.rerease li { /zoom : 1; }



.rerease .al {
	width: 124px;
	margin: 0;
}
.rerease .ar {
	width: 515px;
	margin: 0;
	height: 130px;
	overflow: hidden;
}

.rerease .ar .area {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 8px;
	float: left;
	border: 2px solid #90ABD2;
	font-size: 11px;
	min-width: 4em;
	text-align: center;
}



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

.case li {
	width: 275px;
	height: 144px;
	padding: 10px 10px 0 60px;
	margin-bottom: 10px !important;
	background-position:0 0;
	background-repeat: none;
}
.case .al {
	margin: 0;
}
.case .ar {
	margin: 0;
}
.case li.case_01 { background-image:url(../image/caseBg_01.jpg);}
.case li.case_02 { background-image:url(../image/caseBg_02.jpg);}
.case li.case_03 { background-image:url(../image/caseBg_03.jpg);}
.case li.case_04 { background-image:url(../image/caseBg_04.jpg);}

.case li span {
	display: block;
	font-size: 16px;
}
.case li h3 {
	font-size: 20px;
	color:#1F55A3;
}
.case li p {
	padding: 3px;
	font-size: 12px;
}

.listStyle_01 {
	list-style-image: url(../image/arrow_01.png);
}
.listStyle_01 ul {
	list-style-image: url(../image/arrow_02.png);
}
.trio span4 {
	width:33%;
	text-align: center;
}




/* sub
-------------------------------------------------------------------------- */
#sub {
}
#sub ul {
	list-style: none !important;
}

.banner a {
	display: block;
	margin-bottom: 10px;
}

.borderBox {
	padding: 10px;
	border: 5px solid #90ABD2;
	margin-bottom: 21px;
	background-color:#FFF;
}

/* ここからtrans-sよりCSS
-------------------------------------------------------------------------- */

#sidemenu li{
	display: inline;
	margin: 10;
	padding-top: 0px;
	}

#sidemenu li a{
	display: block;
	border-left: 10px solid #4AAFD0;
	border-top: 1px solid #4AAFD0;
	border-right: 1px solid #4AAFD0;
	border-bottom: 1px solid #4AAFD0;
	background-color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	color: #000000;
	width: 150px;
	margin: 10px 0px;
	text-align: center;
	font-size: 15px;
	}

#sidemenu li a:hover{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	border-left-color: #4AAFD0;
	border-left-width: 10;
	border-top: 1px solid #4AAFD0;
	border-right: 1px solid #4AAFD0;
	border-bottom: 1px solid #4AAFD0;
	background-color: #4AAFD0;
	padding: 10px 10px;
	text-align: center;
	color: #FFFFFF;
	}

#box_sidemenu {
	width: 180px;
	min-height: 100%;
	max-height: 100%;
	margin-right: 10px;
	float: left;
	display: block;
}

/* ここまでtrans-sよりCSS
-------------------------------------------------------------------------- */

.seminar {
	padding: 8px;
	margin: 0;
	list-style: none;
}
.seminar li {
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #C1C1C1;
}
.seminar img {
	margin: 0 5px 5px 0;
}
.seminar h4 {
	display: inline;
}

.search input[type="text"] {
	width: 185px;
	height: 12px;
	margin-bottom: 5px;
}

/* footer
-------------------------------------------------------------------------- */
footer {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 20px;
	padding: 30px 0;
}
#backTop {
	position: absolute;
	top: -25px;
	right: 10px;
}


.imgright {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
}
.imgcenter {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	border: 3px outset #666;
   

}
.kaisyajyouhou {
	padding: 5px;
	margin: 5px;
}
.bg_01 #page_wrap #content_wrap .span3.sub .box .side11 {
	font-weight: bold;
	text-align: center;
}







#recommend_case  {
	margin-bottom: 5px;
}

.caselist .box {
	width: 215px;
	margin-right: 12px;
	border-top: solid 3px #E6EB5D;
	border-left: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	float: left;















	background:;
	margin-top: 10px;
	margin-bottom: 30px;
}


.caselist .photo img {
	padding: 1px;
	border: solid 1px #DFDFDF;
}

#recommend_case  .caselist .box {
	border-top: solid 3px #5a80ce;
}

#recommend_case .caselist .photo {
	background: #e9f5f7;
}

.caselist .photo {
	height: 155px;
	padding-top: 7px;
	border-bottom: dotted 1px #DFDFDF;
	text-align: center;
	background: #fff;
}
.dounyuujireitext {
	background-image: url(../image/arrow_01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 10px 5px;
}
.dounyuujireisection {
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #FFF;
}
.saidetitle1 {
	background-image: url(../image/top/sidebar1.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bolder;
	color: #666;
	height: 40px;
	font-size: 14px;
	padding-top: 10px;
}
.sidesentence {
	background-image: url(../image/top/sideyajirushi.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: -5px -5px;
}
.companytable {
	padding: 10px;
}
.tablemain {
	padding: 10px;
}
.tablemain1 {
	color: #666;
	margin-top: 10px;
	padding-left: 30px;
	margin-left: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.imgright1 {
	float: right;
	margin-left: 15px;
}

.scr {
  overflow: scroll;   /* スクロール表示 */ 
  width: 235px;
  height: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 1px;
  background-color: white;
}

/* search
-------------------------------------------------------------------------- */
#topicpath {
	position: relative;
	top: -10px;
	padding: 5px;
	margin-bottom: 0px;
}
#topicpath ul {
	margin-bottom: 0;
	padding: 0 10px;
}
#topicpath li {
	display: inline;
	margin-right: 10px;
}
#topicpath li:after {
	content: ">";
}
#topicpath li:last-child:after {
	content: "";
}
#topicpath a {
	margin-right: 10px;
}

.title_ex {
	font-size: 1.5em;
	padding: 5px;
	background-position: bottom;
	text-indent: 0.5em;
}
.lsnone { list-style: none; margin:0 0 25px;}
.serch_title {
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	font-size: 1em;
}
.serch_title span {
	float: right;
}
.searchbox {
	padding-bottom: 0 !important;
}
.searchbox span {
	margin-right: 1em;
}
.searchbox .search {
	font-size: 11px;
	background: #f6f6f6;
}
.searchbox form {
	margin:0;
}
.searchbox .search input[type="text"] {
	width: 180px;
	height: 12px;
	position: relative;
	top: 3px;
}

.result ol {
	margin: 0;
	list-style-position:inside;
}
.result ol li {
	padding: 25px 15px;
	border-bottom: 1px dotted #b5b5b5;
}
.result ol li p {
	margin: 0;
	padding: 5px;
}





/* 後でチェック
-------------------------------------------------------------------------- */
.footer {
	background-color: #00F;
}
.box10 {
	padding: 10px;
	border: 1px solid #666;
}
.eventsubtitle {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	background-image: url(../image/pageBg_03.jpg);
	padding: 5px;
	margin-bottom: 20px;
}
#cateogorynav {

}

#cateogorynav .box {
	width: 225px;
	float: left;
	border-right: solid 1px #dfdfdf;
	margin-bottom: 30px;
}


#cateogorynav .box dl dt {
	width: 225px;
	height: 35px;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background-image: url(../image/siteBg_03.jpg);
	background-repeat: repeat;
	background-position: left;
}

#cateogorynav .box dl {
margin-bottom: 0;
}

#cateogorynav .box dl dd {
height: 38px;
margin: 0;
padding: 0;
border-bottom: solid 1px #dfdfdf;
font-size: 114%;
line-height: 38px;
}

#cateogorynav .box dl dd.txt_s {
font-size: 91%;
}

#cateogorynav .box dl dd img {
padding-right: 5px;
}

#cateogorynav #product dl dd {
text-align: center;
}

#cateogorynav #product {
border-left: solid 1px #dfdfdf;
}

#main>section,
#sub>section,
.box {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	/*padding: 10px;*/
	margin-bottom: 20px;
	border: 1px solid #C0C0C0;
	background-color:#FFF;
}.ais42 {
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.ais41 {
	font-weight: bolder;
}
.ais21 {
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;

}
.ais22 {

}
.ais23 {

}
.ais24 {
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}
#sinsotu22 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.cmsbody {
	height: 18px;
	overflow: hidden;
}
.presssyousaibody {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.imgcenter2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* add (class[.span3.sub]) */
div.span3.sub {
	float:right;
}

/* add (id[main],class[span9]) */
div.span9#main {
	margin-left:-5px;
}


.searchbox {
	padding-bottom: 0 !important;
	float: right;
	height: 16px;
	width: 250px;
	position: relative;
	top: 71px;
	right: 10px;
	padding-top: 5px;
}
.fontsize {
	font-size: 14px;
}



/* forminfo_area
-------------------------------------------------------------------------- */
.forminfo_area{
	width:600px;
	height:200px;
	border:#CCC solid 5px;
	background:#FFF;
	overflow:auto;
	padding:10px;
	margin:0 0 30px;
}
.forminfo_area li{
	float:left;
}
.date{
	width:110px;
}
.forminfo_text{
	width:520px;
}
.line{
	width:630px;
	clear:both;
}

.partner_pic {
	float: left;
	margin-right: 20px;
}
.parner_sec {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
.mail_sentence {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.pic_show {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
