@charset "utf-8";
/* =================================================================
		Body
================================================================= */
body{
	color: #444444;
	font-size: 14px;
}
/* =================================================================
		Wrapper
================================================================= */
#wrapper{
	background:#fff;
	width: 100%;
	margin: 0 auto;
}
/* =================================================================
		Header
================================================================= */
#header{
	padding: 5px 0 0 0;
}
#headerIn{
	width: 1000px;
	margin:0 auto;
}
#header h1{
	color: #505050;
	font-size: 10px;
	margin:0 0 10px 0;
}
#body_srs #header h1,
#body_sms #header h1,
#body_survey #header h1{
	color: #505050;
	font-size: 10px;
	margin:0 0 -15px 0;
}
/* header-leftbox
--------------------------------------------------------------- */
#header-leftbox{
	float: left;
	width: 390px;
}
#header-leftbox #logo{
margin-top:25px;
}
/* Global Navigation */
#global-nav{
	background-color: #2A2A2A;
	clear:both;
	margin: 10px 0 0 0;
}
#global-nav ul{
  position: relative;
	width: 990px;
	background: url(../../img/common/line02.gif) no-repeat left center;
	margin: 0 auto;
}
#global-nav li{
  position: relative;
	float: left;
	font-size: 15px;
	background: url(../../img/common/line02.gif) no-repeat right center;
	padding: 8px 0;
}
#global-nav li a{
	color: #ffffff;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	padding: 5px 40px;
	text-decoration:none;
}
#global-nav li a:hover{
}
#global-nav ul ul{
	background: #ffffff;
	width: 950px;
	border: #C8C8C8 1px solid;
  position: absolute;
  top: 100%;
  left: -2px;
	z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
	padding: 15px;
}
#global-nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#global-nav ul ul li{
	width: 310px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	border: none;
}
#global-nav ul ul li img{
	margin: 0 0 8px 0;
}
#global-nav ul ul li a{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#global-nav ul ul li a:hover{
	color: #000;
	text-decoration: none;
}
/* 個別Global Navigation
#body_utilization #global-nav li#gnav-scene a,
.body_case #global-nav li#gnav-case a,
.body_support #global-nav li#gnav-support a,
#body_glossary #global-nav li#gnav-library a,
#body_home #global-nav li#gnav-home a,
#body_fc #global-nav li#gnav-fc a,
#body_srs #global-nav li#gnav-sr-s a,
#body_survey #global-nav li#gnav-survey a,
#body_scene #global-nav li#gnav-scene a,
#body_case #global-nav li#gnav-case a,
#body_support #global-nav li#gnav-support a,
#body_library #global-nav li#gnav-library a,
#body_survey #global-nav li#gnav-survey a{
	color: #217fc4;
}
*/
/* header-contact
--------------------------------------------------------------- */
#header-contact{
	float: right;
	width: 600px;
	padding: 0 0 0 0;
	text-align:right;
}
#header-contact #header-comapny{
	float: right;
	margin:0 0 15px 0;
	font-size:1%;
}
#header-contact #header-tel{
	float:left;
	margin:0 0 0 0;
	width:310px;
}
#header-contact .header__list li {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	margin:0 10px 0 0;
}
#header-contact .header__list li.last {
	margin-right:0;
}
#header-contact .header__list span {
	font-size:14px;
}
#header-contact #link-list{
	float:left;
	width:90px;
}
#header-contact #link-list li.out a {
	background: url(../../img/common/icon_out.gif) no-repeat right center;
	padding: 0 20px 0 0;
	color:#606060;
	text-decoration:none;
	font-size:13px;
}
#header-contact #header-search {
	width:180px;
	padding-left: 20px;
	float:left;
}
#header-contact #header-search input {
	padding:0px;
	vertical-align:top;
}
#gsc-iw-id1 {padding:0 0 4px;}
#header-contact #header-search .search-form-word {
	padding:1px 4px;
	width:137px;
	font-size:13px;
	border:1px solid #e5e5e5;
}
#header-contact .material{
	float:right;
}
#header-contact .material li{
	float:left;
	margin:0 10px 0 0;
}
#header-contact .material li.last{
	margin-right:0;
}
/* header-nav
--------------------------------------------------------------- */
#header-nav{
	clear: both;
	padding:0;
	margin:0 auto;
	width:1000px;
}
#body_fc.body_mr #header-nav{
	margin-bottom:20px;
}
#header-nav li{
	float: left;
}
#header-nav li a{
	display: block;
	width: 165px;
	color: #3a3a3a;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding:0 0 6px 0;
}
#header-nav li a span{
	background:url(../../img/common/header-nav-arrow.gif) no-repeat left 2px;
	padding: 0 0 0 20px;
}
#header-nav li a:hover span{
	background:url(../../img/common/header-nav-arrow_on.gif) no-repeat left 2px;
}
#header-nav li a:hover{
	background:url(../../img/common/header-nav_active.gif) no-repeat top center;
	color:#fff;
}
/* HOME */
#body_home.body_home #header-nav li.info a,
#body_home.body_home #header-nav li.case a,
#body_home.body_service #header-nav li.support a {
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
/* メール配信システム */
#body_fc.body_mr #header-nav li.mr a,
#body_fc.body_service #header-nav li.service a,
#body_fc.body_price #header-nav li.price a,
#body_fc.body_security #header-nav li.security a,
#body_fc.body_capability #header-nav li.capability a,
#body_fc.body_faq #header-nav li.faq a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
#body_fc.body_mr #header-nav li.mr a span,
#body_fc.body_service #header-nav li.service a span,
#body_fc.body_price #header-nav li.price a span,
#body_fc.body_security #header-nav li.security a span,
#body_fc.body_capability #header-nav li.capability a span,
#body_fc.body_faq #header-nav li.faq a span{
	background: none;
	padding: 0;
}
/* メールリレーサーバー */
#body_srs.body_relaying #header-nav li.relaying a,
#body_srs.body_deco #header-nav li.deco a,
#body_srs.body_feature #header-nav li.feature a,
#body_srs.body_price #header-nav li.price a,
#body_srs.body_faq #header-nav li.faq a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
#body_srs.body_relaying #header-nav li.relaying a span,
#body_srs.body_deco #header-nav li.deco a span,
#body_srs.body_feature #header-nav li.feature a span,
#body_srs.body_price #header-nav li.price a span,
#body_srs.body_faq #header-nav li.faq a span{
	background: none;
	padding: 0;
}
/* アンケート */
#body_survey.body_setup #header-nav li.setup a,
#body_survey.body_cases #header-nav li.cases a,
#body_survey.body_feature #header-nav li.feature a,
#body_survey.body_price #header-nav li.price a,
#body_survey.body_faq #header-nav li.faq a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
#body_survey.body_setup #header-nav li.setup a span,
#body_survey.body_cases #header-nav li.cases a span,
#body_survey.body_feature #header-nav li.feature a span,
#body_survey.body_price #header-nav li.price a span,
#body_survey.body_faq #header-nav li.faq a span{
	background: none;
	padding: 0;
}
/* SMS配信 */
#body_sms.body_service #header-nav li.service a,
#body_sms.body_cases #header-nav li.cases a,
#body_sms.body_feature #header-nav li.feature a,
#body_sms.body_price #header-nav li.price a,
#body_sms.body_faq #header-nav li.faq a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
#body_sms.body_service #header-nav li.service a span,
#body_sms.body_cases #header-nav li.cases a span,
#body_sms.body_feature #header-nav li.feature a span,
#body_sms.body_price #header-nav li.price a span,
#body_sms.body_faq #header-nav li.faq a span{
	background: none;
	padding: 0;
}
/* インフォメーション */
/* 導入事例 */
/* 安心サポート体制 */
.body_information #header-nav li.info a,
.body_case #header-nav li.case a,
.body_support #header-nav li.support a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
.body_information #header-nav li.info a span,
.body_case #header-nav li.case a span,
.body_support #header-nav li.support a span{
	background: none;
	padding: 0;
}
/* お役立ち情報 */
#body_library.body_marketing #header-nav li.marketing a,
#body_library.body_download #header-nav li.download a,
#body_glossary #header-nav li.glossary a{
	background:url(../../img/common/header-nav_hover.gif) no-repeat top center;
	color:#fff;
}
#body_library.body_marketing #header-nav li.marketing a span,
#body_library.body_download #header-nav li.download a span,
#body_glossary #header-nav li.glossary a span{
	background: none;
	padding: 0;
}
/* header-under
--------------------------------------------------------------- */
#header-under{
	background:url(../../img/index/bg_key.gif) repeat-x left top;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
}
#header-under #key{
	position:relative;
}
#header-under #key h1,
#header-under #key h2{
	position:absolute;
	color:#4d4d4d;
	font-size:40px;
	line-height:1.2;
	text-align:left;
	font-weight:bold;
}
#header-under #key h1 span,
#header-under #key h2 span{
	font-size:20px;
	display:block;
	margin:0 0 10px 0;
}
/* メール配信システム */
#body_fc.body_index #header-under #key{
}
#body_fc.body_index #header-under #key-in{
	width:1000px;
	height: 340px;
	margin:0 auto;
	position:relative;
}
#body_fc #header-under #key h1,
#body_fc #header-under #key h2{
	position:absolute;
	top:30px;
	left:60px;
	width:400px;
	font-size:36px;
}
#body_fc.body_index #header-under .key-movie{
	position: absolute;
	right: 0px;
	top:10px;
}
#body_fc.body_index #header-under .key-icon{
	position: absolute;
	left: 50px;
	top:170px;
}
/* メールリレーサーバー */
#body_srs.body_index #header-under #key{
	background:url(../../img/sr-s/index/bg_key.jpg) no-repeat center top;
}
#body_srs.body_index #header-under #key-in{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#body_srs #header-under #key h1,
#body_srs #header-under #key h2{
	position:absolute;
	top:20px;
	left:40px;
	width:870px;
}
/* アンケートシステム */
#body_survey.body_index #header-under #key-in{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#body_survey.body_index #header-under #key h1,
#body_survey.body_index #header-under #key h2{
	position:absolute;
	top:30px;
	left:50px;
	width:560px;
}
/* SMS配信システム */
#body_sms.body_index #header-under #key-in{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#body_sms.body_index #header-under #key h1,
#body_sms.body_index #header-under #key h2{
	position:absolute;
	top:25px;
	left:50px;
	width:600px;
	font-size: 22px;
	line-height: 1.4;
}
#body_sms.body_index #header-under #key .animation{
	position: absolute;
	bottom: 45px;
	right: 8px;
}
/* MR */
#body_fc.body_mr #header-under #key{
	background:url(../../img/mr/bg_key.jpg) no-repeat center top;
}
#body_fc.body_mr #header-under #key h2{
	position:absolute;
	top:60px;
	left:40px;
	width:800px;
	color:#fff;
}
#body_fc.body_mr #header-under #key-in{
	width:1000px;
	margin:0 auto;
	position:relative;
}
/**********************/
#header-under .catch_txt{
	margin: 0 auto 30px !important;
    width: 860px;
}
#header-under #topic-box{
	margin:0 auto;
	width:1000px;
}
#header-under #topic-boxin{
	float:left;
}
#header-under #topic-logo{
	float:right;
	padding:10px 20px 0 0;
}
/* =================================================================
		Footer
================================================================= */
#footer{
	border-bottom:1px solid #e7e7e7;
}
#footerIn{
	width: 1000px;
	margin:0 auto;
}
/* フッターお問い合わせ */
#footer-contact{
	background:#dbdbdb;
}
#footer-contact-in{
	width: 1000px;
	margin:0 auto;
	padding:20px 0;
    background:#DBDBDB;
}
#footer-contact-in .tel{
	float:left;
	width: 540px;
}
#footer-contact-in .tel li{
	float:left;
	margin:0 10px 0 0;
	font-size:12px;
}
#footer-contact-in .tel li.time{
	margin:10px 0 0 0;
}
#footer-contact-in .tel li p.txt{
	text-align:center;
	margin:0 0 5px 0;
}
#footer-contact-in .tel li{
	float:left;
	margin:0 10px 0 0;
	font-size:12px;
}
#footer-contact-in .footer__list li {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	margin:0 25px 0 0;
}
#footer-contact-in .footer__list li.last {
	margin-right:0;
}
#footer-contact-in .footer__list span {
	font-size:16px;
}
#footer-contact-in .material{
	float:right;
	margin:10px 0 0 0;
	width:454px;
}
#footer-contact-in .material li{
	float:left;
	margin:0 10px 0 0;
}
/* フッターナビ */
#footer-nav-wrap{
	background:#f1f1f1;
}
#footer-nav{
	background:#f1f1f1;
	padding:20px 0;
	width: 1000px;
	margin:0 auto;
}
#footer-nav .footer-nav-in{
	background:url(../../img/common/bg_footer-nav-in.gif) right top repeat-y;
	float: left;
	padding: 0 55px 0 0;
	margin: 0 30px 0 0;
}
#footer-nav .footer-nav-in.last{
	background:none;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
 /* --20131111add-- */
#footer-nav .footer-nav-in span a:hover,
#footer-nav .footer-nav-in ul li a:hover{
	text-decoration:underline;
}
#footer-nav .footer-nav-in span a{
	font-weight:bold;
}
#footer-nav .footer-nav-in span a,
#footer-nav .footer-nav-in ul li a{
	color:#606060;
	text-decoration:none;
	font-size:14px;
}
 /* --20131111 end-- */
 /* --20131112add-- */
#footer-nav .footer-nav-in.last span {
	font-weight:bold;
}
 /* --20131112 end-- */
/* footer-links */
#footer-links{
	padding: 40px 0 20px;
	margin:0 auto;
	width:1000px;
}
#footer-links p.isms,
#footer-links p.privacy,
#footer-links p.asp {
	float:left;
}
/* ユメミリンク */
#footer-links div.ymir {
	float:left;
	width:640px;
}
#footer-links div.ymir ul {
}
#footer-links div.ymir li {
	display:inline-block;
	vertical-align:middle;
	*display: inline;
    *zoom: 1;
}
#footer-links div.ymir li.footer-logo {
	text-align:center;
	margin:0 60px 0 0;
	width:283px;
}
#footer-links div.ymir li.footer-logo p.logo {
	margin:0 0 10px 0;
}
#footer-links div.ymir li.footer-facebook {
	width:40px;
}
#footer-links div.ymir li.footer-twitter {
}
/* 会社概要 */
#footer-links .company-link {
	clear:both;
	padding:40px 0 0;
}
#footer-links .company-link li {
	float:left;
	margin: 0 10px 0 0;
	border-right:1px solid #e6e6e6;
	padding: 0 10px 0 0;
}
#footer-links .company-link a:hover {
	text-decoration:underline;
}
#footer-links .company-link span a {
	color:#606060;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#footer-links .company-link li.out a {
	background: url(../../img/common/icon_out.gif) no-repeat right center;
	padding: 0 20px 0 0;
}
#footer-links .company-link li a {
	color:#606060;
	text-decoration:none;
	font-size:13px;
	display:block;
}
#footer-links .company-link li.last{
	margin:0;
	padding: 0;
	border-right:none;
}
#footer-links .company-link li.last a {
	padding: 0;
}
#footer-links .company-link li.hankyu{
	margin:0;
	padding: 0;
	float:right;
	border-right:none;
}
#footer-links .company-link li.hankyu a {
	background: none;
	padding: 0;
}
/* icon-link */
#footer-links .icon-link{
	float:right;
	width: 310px;
}
#footer-links .icon-link .isms {
	margin-right: 10px;
}
/* copyright */
#copyright{
	width: 1000px;
	height: 16px;
	margin: 20px auto 20px;
}
#copyright .txt {
	color:#4e4e4e;
	font-size:10px;
	padding:0 0 0 0;
	text-align:center;
}
/* Side
--------------------------------------------------------------- */
#side{
	float: right;
	width: 290px;
}
#side .bnr{
	margin: 0 0 10px 0;
}
#side .bnr.last{
	margin: 0 0 20px 0;
}
/* side-archive */
.side-archive{
	border: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 10px 10px 0 10px;
}
.side-archive .title{
	font-weight: bold;
	color:#303030;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:20px;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
.side-archive li{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.side-archive li.last{
	border-bottom: none;
}
/* asp-saas */
.side-banner_session{
	margin: 0 0 20px 0;
}
/* asp-saas */
.asp-saas{
	text-align: center;
	margin:40px 0;
}
/*マーケティングブログ*/
#side-marketing {
	border: 1px solid #CCCCCC;
	padding:10px;
	margin:0 0 20px;
}
#side-marketing span.link {
	text-align:right;
	display:block;
	font-size:14px;
	font-weight:normal;
}
#side-marketing p.link {
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:right;
}
#side-marketing .link a{
	background: url(../../img/common/arrow03.gif) no-repeat left center;
	padding: 0 0 0 12px;
	text-decoration:underline;
}
#side-marketing .link a:hover{
	text-decoration:none;
}
#side-marketing  h2.ttl{
	font-weight: bold;
	color:#303030;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:20px;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
#side-marketing  .marketing-list li{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#side-marketing  .marketing-list li.last{
	border-bottom: none;
}
#side-marketing  .marketing-list li .image{
	float:left;
	margin:0 10px 0 0;
}
#side-marketing  .marketing-list li .txt{
	float:left;
	width:176px;
	font-size:13px;
}
/*
#side-marketing  .marketing-list li .txt a{
	background: url(../../img/common/arrow03.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
*/
/*FAQコンテンツ*/
#side-faq {
	border: 1px solid #CCCCCC;
	padding:10px 10px 0 10px;
	margin:0 0 20px;
}
#side-faq span.link {
	text-align:right;
	display:block;
	font-size:14px;
	font-weight:normal;
}
#side-faq  p.ttl{
	font-weight: bold;
	color:#303030;
	font-size:22px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:20px;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
#side-faq  ul li{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:15px 0 15px 20px;
	background: url(../../img/common/arrow03.gif) no-repeat left center;
}
#side-faq  ul li.last{
	border-bottom: none;
}
/*FAQランキング*/
#side-ranking{
}
#side-ranking {
	border: 1px solid #CCCCCC;
	padding:10px 10px 0 10px;
	margin:0 0 20px;
}
#side-ranking .link a{
	background: url(../../img/common/arrow03.gif) no-repeat left center;
	padding: 0 0 0 12px;
	text-decoration:underline;
}
#side-ranking .link a:hover{
	text-decoration:none;
}
#side-ranking span.link {
	text-align:right;
	display:block;
	font-size:14px;
	font-weight:normal;
}
#side-ranking p.ttl{
	font-weight: bold;
	color:#303030;
	font-size:18px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
#side-ranking ul li{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 0;
	padding:15px 0 15px 30px;
}
#side-ranking ul li.last{
	border-bottom: none;
}
#side-ranking ul li.rank01{
	background:url(../../img/common/icon-no1.gif) no-repeat left 24px;
}
#side-ranking ul li.rank02{
	background:url(../../img/common/icon-no2.gif) no-repeat left 24px;
}
#side-ranking ul li.rank03{
	background:url(../../img/common/icon-no3.gif) no-repeat left 24px;
}
#side-ranking ul li.rank04{
	background:url(../../img/common/icon-no4.gif) no-repeat left 24px;
}
#side-ranking ul li.rank05{
	background:url(../../img/common/icon-no5.gif) no-repeat left 24px;
}
/*セミナー開催中*/
#side-seminar {
	border: 1px solid #CCCCCC;
	padding:10px 10px 0 10px;
	margin:0 0 20px;
}
#side-seminar span.link {
	text-align:right;
	display:block;
	font-size:14px;
	font-weight:normal;
}
#side-seminar p.link {
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:right;
}
#side-seminar .link a{
	background: url(../../img/common/arrow03.gif) no-repeat left center;
	padding: 0 0 0 12px;
	text-decoration:underline;
}
#side-seminar .link a:hover{
	text-decoration:none;
}
#side-seminar  p.ttl{
	font-weight: bold;
	color:#303030;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:20px;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
#side-seminar dd{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:4px 0 10px 0;
}
#side-seminar dd.last{
	border-bottom: none;
}
#side-seminar .link{
	text-align: right;
	margin:15px 10px 0 0;
}
/*インフォメーション*/
#side-info {
	border: 1px solid #CCCCCC;
	padding:10px 10px 0 10px;
	margin:0 0 20px;
}
#side-info span.link {
	text-align:right;
	display:block;
	font-size:14px;
	font-weight:normal;
}
#side-info p.link {
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:right;
}
#side-info .link a{
	background: url(../../img/common/arrow03.gif) no-repeat left center;
	padding: 0 0 0 12px;
	text-decoration:underline;
}
#side-info .link a:hover{
	text-decoration:none;
}
#side-info  p.ttl{
	font-weight: bold;
	color:#303030;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:20px;
	background: url(../../img/common/bg_ttl.gif) repeat-x left bottom;
}
#side-info  dt span{
	color: #217DC6;
    font-weight: bold;
    padding: 0 0 0 5px;
}
#side-info  dd{
	border-bottom: 1px dotted #CCCCCC;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#side-info  dd.last{
	border-bottom: none;
}
#side-info dd span{
	font-size: 11px;
	padding: 2px 4px;
	display:inline-block;
}
#side-info dd span.tag{
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	background-color: #f2f2f2;
	color: #797979;
}
#side-info .link{
	text-align: right;
	margin:15px 10px 0 0;
}
#body_fc.body_index #side,
#body_srs.body_index #side,
#body_survey.body_index #side{
	margin-top:22px;
}
#side .side-banner_session {
	margin-bottom:20px;
}
#side-nav{
	margin: 0 0 30px 0;
	background: url(../../img/common/bg_point.gif) no-repeat left bottom;
}
#side-nav li {
	border-bottom: #DCDCDC 1px dotted;
}
#side-nav li a {
	display: block;
	font-size: 12px;
	padding: 12px 0 12px 40px;
}
#side-nav li.facebook a {
	background: url(../../img/common/sidenav-facebook.jpg) no-repeat 8px 9px;
}
#side-nav li.information a {
	background: url(../../img/common/sidenav-feed.jpg) no-repeat 8px 9px;
}
#side-nav li.magazine a {
	background: url(../../img/common/sidenav-magazine.jpg) no-repeat 8px 13px;
}
#side-nav li.feed a {
	background: url(../../img/common/sidenav-feed.jpg) no-repeat 8px 9px;
}
/* =================================================================
		PageTOP
================================================================= */
.pagetop{
	position: fixed;
	bottom: 40px;
	right: 40px;
	text-decoration: none;
	color: white;
	background: url(../../img/common/pagetop.gif) no-repeat left center;
	width:64px;
	height:59px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:1px;
	cursor:pointer;
    z-index:100;
}
.pagetop:hover{
	background: url(../../img/common/pagetop_on.gif) no-repeat left center;
}
/* =================================================================
		Topic Path
================================================================= */
#topic-path{
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}
#topic-path li{
	float: left;
	height: 27px;
	color: #505050;
	font-size: 10px;
	padding: 11px 5px 0 0;
}
#topic-path li a{
	background: url(../../img/common/arrow08.gif) no-repeat right center;
	padding: 0 13px 0 0;
}
#topic-path li a:visited{
	color: #217FC4;	text-decoration: none;
}
/* =================================================================
		Container
================================================================= */
#container{
	width: 1000px;
	margin:0 auto 70px;
}
#body_home #container{
	margin-top:40px;
}
#body_home .container .section{
	position: relative;
}
#body_home .container h2.ttl{
	font-size: 30px;
    font-weight: bold;
	position: relative;
}
#body_home .container .link {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}
#body_home .container .link a {
    background: url(../../img/common/arrow03.gif) no-repeat scroll left center;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 12px;
}
.container{
	padding: 40px 0 30px 0;
	background:#f5f5f5;
	border-top:1px solid #e6e6e6;
	border-bottom: 1px solid #E6E6E6;
}
#survey-top.container{
	margin:0 0 70px 0;
}
.container-in{
	margin:0 auto;
	width:1000px;
}
/* Main
--------------------------------------------------------------- */
#main{
	float: left;
	width: 680px;
}
/* H2,H3
--------------------------------------------------------------- */
h1.heading,
h2.heading,
h3.heading{
	background: url(../../img/common/h3_bg01.gif) no-repeat left bottom;
	color: #217FC4;
	font-size: 154%;
	font-weight: bold;
	padding: 5px 0 18px 20px;
	margin: 0 0 20px 0;
}
h1.heading-srs,
h2.heading-srs,
h3.heading-srs{
	background: url(../../img/sr-s/common/h_bg.gif) no-repeat left bottom;
	color: #1c7bb0;
	font-size: 154%;
	font-weight: bold;
	padding: 5px 0 18px 20px;
	margin: 0 0 20px 0;
}
h2.heading.onpremise{
	background: url(../../img/common/h2_bg_onpremise.gif) no-repeat left bottom;
	color: #7CB822;
}
/* =================================================================
		footer-banner
================================================================= */
.footer-banner{
	padding: 20px 0 50px 20px;
}
.footer-banner li{
	float: left;
	margin: 0 15px 0 0;
}
/* =================================================================
		footer-inquiry
================================================================= */
#footer-inquiry{
	position: relative;
	margin: 0 0 30px 0;
}
#footer-inquiry .text{
	position: absolute;
	top: 45px;
	left: 25px;
	width: 500px;
}
#footer-inquiry p a{
	color: #505050;
	text-decoration: none;
}
#footer-inquiry .btn{
	padding: 15px 0 0 0;
}
/* =================================================================
		jQuery lightBox plugin
================================================================= */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* =================================================================
		共通
================================================================= */
.txtC {
	text-align:center;
}
.txtR {
	text-align:right;
}
.underline a {
	text-decoration:underline;
}
.underline a:hover {
	text-decoration:none;
}
/* =================================================================
		jquery.jcarousel.min.js
================================================================= */
#jcarousel-box {
	background: url(../../img/common/bg_company-block.jpg) no-repeat center top;
	height: 70px;
}
#jcarousel-boxin {
	position:relative;
	width:1000px;
	margin:0 auto;
}
#jcarousel-boxin .medals {
	position:absolute;
	top:-40px;
	left:0;
	z-index:100;
}
.jcarousel-container {
	clear: both;
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-list li,
.jcarousel-item {
	float:left;
	width: 242px;
}
.jcarousel-list li h2{
	font-size: 93%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.jcarousel-list li p.price{
	color: #DB1516;
	font-size: 93%;
	line-height: 1.3;
}
.jcarousel-skin-tango .jcarousel-container {
	background-color: #ffffff;
}
.jcarousel-skin-tango {
	background: url(../../img/common/bg_company-block_in.jpg) no-repeat center top;
	margin: 0 auto;
	width: 850px;
	padding:15px 0 15px 150px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 864px;
	background: url(../../img/common/bg_carousel.jpg) no-repeat 0 0;
	padding: 0;
	margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:600px;
	margin:0 auto;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 130px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: url(../../img/common/next_small.png) no-repeat 0 0;
	position: absolute;
	top: 8px;
	right: 60px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	z-index:10;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: url(../../img/common/prev_small.png) no-repeat 0 0;
	position: absolute;
	top: 8px;
	left: 70px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	z-index:10;
}
/* スマホPC切り替え */
.switch {
	border-top:1px solid #D6D6D6;
	text-align:center;
	padding:20px 0;
}
.switch li {
	display:inline-block;
	*display: inline;
    *zoom: 1;
	vertical-align:middle;
	padding:0 5px 0 0;
}
.switch li a {
	text-decoration:underline;
}
.switch li.pc {
	border-left:1px solid #505050;
	padding-left:10px;
}
#spLinkBlockInPc {
    display:none;
}
.accordion .accordion_ttl {
	position: relative;
	padding: 0 0 0 24px;
}
.accordion .accordion_ttl::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	content: '＋';
	line-height: 1.2;
	color: #217FC4;
}
.accordion .accordion_ttl.active::before {
	content: '－';
	left: 0;
	font-size: 18px;
}
.accordion .accordion_box {
	margin: 14px 0 0;
	padding: 0 0 0 24px;
}
.accordion .accordion_box p {
	margin: 14px 0 0;
}
.accordion .accordion_box p:first-child {
	margin: 0 0 0;
}
.accordion .accordion_box p a{
	text-decoration: underline;
}
.accordion .accordion_box p a:hover{
	text-decoration: none;
}
.accordion .accordion_box ul {
	margin: 14px 0 0;
}
.accordion .accordion_box ul li {
	margin: 14px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.accordion .accordion_box ul.link_list {
	margin: 0 0 0;
}
.accordion .accordion_box ul.link_list li {
	margin: 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.pchide {
display:none;
}
