@charset "utf-8";

@import url("common.css");
@import url("common_english.css");
@import url("style_english.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */

.index {
	background: url(../../img/index_bg01.gif) repeat-x;
}

.index .flaArea {
	padding-bottom: 126px;
	text-align: center;
}

.index .flaArea .nofla_01 {
	margin: 120px 0 20px 0;
}

.index .flaArea .nofla_02 {
	margin-top: 23px;
}

.index div#hd {
	margin: 0 0 0 0;
}

.index div#ctLeft {
	padding: 34px 0 0 0;
}

.index div#ctRight {
	padding: 21px 0 0 0;
}

.index .voice {
	margin: 50px 0 0 0;
}

/* news ------------------------------ */

.index .news h2 {
	float: left;
	padding-left: 8px;
}

.index .news .list {
	margin: 0 5px 9px 0;
	text-align: right;
}

.index .news .tabMenu {
	position: relative;
	margin: 0 0 14px 0;
}

.index .news .archive_list {
	margin-bottom: 12px;
}

.index .news .archive_list .first {
	background: none;
}


/* --------------------------------------------------------------------------------------
 news
--------------------------------------------------------------------------------------- */

/* 見出し ------------------------------ */

.news #ctLeft h2 {
	margin: 0 0 30px 0;
}

/* search ------------------------------ */

.news .search_box {
	height: 53px;
	margin: 0 0 30px 0;
	background: #f1f1f1;
}

.news .search_box .left_img {
	float: left;
}

.news .search_box .form_box_rep {
	background: url(../../news/img/news_bg_search_rep.gif) repeat-y;
}

.news .search_box .form_box_top {
	padding: 14px 0 0 0;
	background: url(../../news/img/news_bg_search_top.gif) no-repeat left top;
}

.news .search_box .form_box_bot {
	padding: 0 0 15px 0;
	background: url(../../news/img/news_bg_search_bot.gif) no-repeat left bottom;
}

.news .search_box .inner {
	float: right;
	width: 480px;
	margin: 0 0 0 0;
}

.news .search_box .form_box_bot .inner .w270 {
	width: 270px;
	padding: 3px;
	border: 1px #7f9db9 solid;
	background: #fff;
}

.news .search_box .form_box_bot .inner input {
	vertical-align: middle;
}

/* archive_box ------------------------------ */

.news .tabMenu {
	margin: 0 0 22px 0;
	padding: 0 0 0 0;
	background: url(../img/line_solid01.gif) repeat-x left bottom;
}

.news .tabMenu li {
	display: inline;
	margin: 0 5px 0 0;
	background: #fff;
}

.news .tabMenu li.last {
	margin: 0 0 0 0;
}

/* archive_box ------------------------------ */

.news .archive_box {
	position: relative;
	margin: 0 0 -9px 0;
	padding: 0 0 19px 3px;
	border-bottom: 1px #d9d9d9 solid;
	z-index: 2;
}

.news .archive_box p.ico {
	display: inline;
	float: left;
	margin: 4px 25px 0 0;
}

.news .archive_box p.txt_box {
	float: left;
	width: 607px;
	color: #cccccc;
	font-size: 113%;
}

.news .archive_box p.txt_box strong {
	color: #666;
}

/* archive_list ------------------------------ */

.news  .archive_list {
	width: 700px;
	padding: 0 0 8px 0;
	background: url(../img/line_double01.gif) repeat-x left bottom;
}
.news  .archive_list p {
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	background: url(../img/line_dot02.gif) repeat-x left top;
}
.news  .archive_list span.company {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 0 6px 41px;
	background: url(../../news/img/ico_news01.gif) no-repeat 6px 0;
	color: #8f8f8f;
	font-size: 86%;
}
.news  .archive_list span.medical {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 0 6px 41px;
	background: url(../../news/img/ico_news02.gif) no-repeat 6px 0;
	color: #8f8f8f;
	font-size: 86%;
}
.news  .archive_list span.sports {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 0 6px 41px;
	background: url(../../news/img/ico_news03.gif) no-repeat 6px 0;
	color: #8f8f8f;
	font-size: 86%;
}
.news  .archive_list span.healthcare {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 0 6px 41px;
	background: url(../../news/img/ico_news04.gif) no-repeat 6px 0;
	color: #8f8f8f;
	font-size: 86%;
}
/*\*/
.news .archive_list p {
	clear: both;
}
/**/
.news .archive_list span.right {
	float: left;
	width: 545px;
	font-size: 113%;
	padding: 3px 0 0 0;
}
/*\*/
* html .news .archive_list span.right {
	float: none;
}
/**/
*:first-child + html .news .archive_list span.right {
	float: none;
}
.news .archive_list p:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size: 0%;}
.news .archive_list p { display:inline-block; }
/*\*/
* html .news .archive_list p { height:1%; }
.news .archive_list p { display:block; }
/**/


/* sekiya ------------------------------ */

.newsdetails #entryArea {
	background: url(../../news/img/bg_d_line.gif) repeat-x left bottom;
	padding-bottom: 25px;
}

.newsdetails #entryArea .date {
	color: #8f8f8f;
	font-size: 86%;
	margin-top: 30px; 
}

.news h3 {
	font-weight: bold;
	font-size: 183%;
	color: #434343;
	line-height: 1.2;
}

.newsdetails #entryArea h3 {
	font-weight: bold;
	font-size: 183%;
	color: #434343;
	line-height: 1.2;
	background: url(../img/line_dot02.gif) repeat-x left bottom;
	margin-bottom: 26px;
	padding-bottom: 22px;
}

.newsdetails #entryArea p {
	margin-bottom: 25px;
}

.newsdetails #entryArea img {
	padding: 4px;
}

.newsdetails #entryArea p.frame {
	border: 1px solid #bcbcbc;
	display: inline-block;
}

.newsdetails #entryArea p.frame {
	/display: inline;
}

.newsdetails #entryArea ul {
	margin-bottom: 52px;
}

.newsdetails .list {
	margin-top: 20px;
	text-align: center;
}


/* 営業所の移転並びに本社設備工事に伴う通信機器の停止期間のお知らせ ------------------------------ */

.newsdetails #entryArea .eigyo_iten {
	width: 100%;
	border-collapse: collapse;
}

.newsdetails #entryArea .eigyo_iten th {
	width: 80%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.newsdetails #entryArea .eigyo_iten th:first-child {
	width: 20%;
}

.newsdetails #entryArea .eigyo_iten td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.newsdetails #entryArea .eigyo_iten .eigyo_name {
	text-align: center;
}

/* --------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------- */

/* 見出し ------------------------------ */

.company #ctLeft h2 {
	margin: 0 7px 0 7px;
}

.company #ctLeft .leadTop {
	margin: 20px 7px -35px 7px;
}

.company #ctLeft .lead {
	margin: 20px 7px 20px 7px;
}

.company #ctLeft h3 {
	margin: 50px 0 0 0;
}

/* box ------------------------------ */

.company .indexWrap {
	width: 700px;
	margin: 15px 0 0 0;
	background: url(../../company/img/index_bg_rep.gif) repeat-y;
}

.company .indexBg {
	width: 714px;
	margin: 0 0 0 -14px;
	padding: 0 0 11px 0;
	background: url(../../company/img/index_bg_bot.gif) no-repeat right bottom;
}
.company .indexWrap_single {
	width: 700px;
	margin: 15px 0 0 0;
	background: url(../../company/img/index_bg_rep_s.gif) repeat-y;
}

.company .indexBg_single {
	width: 714px;
	margin: 0 0 0 -14px;
	padding: 0 0 11px 0;
	background: url(../../company/img/index_bg_bot_s.gif) no-repeat right bottom;
}

.company .indexBox {
	display: inline;
	float: left;
	width: 343px;
	margin: 0 0 0 14px;
}

.company .indexBox .inner {
	margin: 13px 16px 0 11px;
}

.company .indexBox .inner p {
	float: right;
	width: 190px;
}

.company .indexBox .inner p.image {
	float: left;
	width: 112px;
}

.company .indexBox .detail {
	float: none;
	width: 311px;
	margin: 9px 16px 0 16px;
	text-align: right;
}

.message #ctLeft h2 {
	margin: 0 0 30px 0;
}

.message .messageArea {
	padding-left: 7px;
}

.message .messageArea dt {
	margin: 22px 0 10px 0;
  color: #00A785;
  font-size: 133%;
  font-weight: bold;
}

.message .messageArea p {
	margin-top: 25px;
}

.vision #ctLeft h2 {
	margin: 0;
}

.vision #ctLeft h3 {
	margin: 25px 0 0 0;
}


.vision .visionArea01 {
	text-align: center;
}

.vision .visionArea01 .genki {
	margin-top: 30px;
}
.vision .visionArea01 .genki.english{
    margin-bottom: 40px;
    
}
.vision .visionArea01 .genkiTxt {
	margin-top: 20px;
}

.vision .visionArea02 h3 {
	padding-bottom: 15px;
}

.vision .visionArea02 dl {
	line-height: 2;
}

.vision .visionArea02 dt {
	font-size: 120%;
	color: #03a784;
	font-weight: bold;
        margin-top: 25px;
}
.vision .visionArea02 .keiei{
    padding: 0px 0;
}

.vision .visionArea02 .keiei dt{
    margin-top: 5px;
}
.vision .visionArea02 .keiei dd{
    padding: 10px 0;
    font-size: 104%;
    line-height: 1.8;
}
.yume02{
    margin: 20px 0;
}
.yume02 li{
    font-size: 120%;
}
.yume02 li span{
    display: inline-block;
    width: 30px;
    
}

.yume05{
    margin-bottom: 5px;
    font-size: 104%;
    line-height: 1.8;
}
.yume06{
  margin-bottom: 40px;
  font-size: 104%;
    line-height: 1.8;
}

.visionArea00{
    padding: 25px 10px 0px 10px;
}

.visionArea00.jp{
    padding: 25px 0 0 0;
}
.visionArea00 p{
    
}

.Principles{
    margin: 0px 15px 15px 5px;
}
.Principles li:first-child{
    margin-top: 0;
}
.Principles li{
    margin-top: 10px;
        font-size: 120%;
    color: #03a784;
    font-weight: bold;
}
.Principles02{
    padding-left: 7px;
    line-height: 1.8;
}


.network #ctLeft h2 {
	margin: 0;
}

.network #ctLeft h3 {
	margin-top: 0px;
}

.network .mapArea {
	padding: 15px 0;
	text-align: center;
	position: relative;
}

.network .mapArea .btn01 {
	position: absolute;
	top: 64px;
	left: 31px;
}

.network .mapArea .btn02 {
	position: absolute;
	top: 92px;
	left: 31px;
}

.network .mapArea .btn03 {
	position: absolute;
	top: 120px;
	left: 31px;
}

.network .mapArea .btn04 {
	position: absolute;
	top: 178px;
	left: 31px;
}

.network .mapArea .btn05 {
	position: absolute;
	top: 225px;
	left: 31px;
}

.network .mapArea .btn06 {
	position: absolute;
	top: 253px;
	left: 31px;
}

.network .mapArea .btn07 {
	position: absolute;
	top: 280px;
	left: 31px;
}

.network .mapArea .btn08 {
	position: absolute;
	top: 393px;
	left: 531px;
}

.network .mapArea .btn09 {
	position: absolute;
	top: 457px;
	left: 531px;
}

.network .mapArea .btn10 {
	position: absolute;
	top: 485px;
	left: 531px;
}

.network .overseas {
	margin-top: 20px;
}

.transparency #ctLeft h2 {
	margin: 0 0 30px 0;
}
.transparency #ctLeft h3 {
	margin: 24px 0 20px 0;
}
.transparency .transparencyArea {
	padding-left: 7px;
}
.transparency .transparencyArea dt {
	margin: 22px 0 10px 0;
  color: #00A785;
  font-size: 133%;
  font-weight: bold;
}
.transparency .transparencyArea p {
	margin-top: 25px;
}
.transparency .transparencyArea dd ul {
	margin: 15px 0;
}
.transparency .transparencyArea dd li {
	margin: 10px 0;
}
.transparency #ctLeft .participation {
	margin-top:10px;
}
.transparency #ctLeft .participation a:link {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.transparency #ctLeft .participation a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.transparency #ctLeft .participation a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw01_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}

.transparency_agree #ctLeft h2 {
	margin: 0 0 30px 0;
}
.transparency_agree #ctLeft h3 {
	margin: 24px 0 20px 0;
}
.transparency_agree .transparencyArea {
	padding-left: 7px;
}
.transparency_agree .transparencyArea dt {
	margin: 22px 0 10px 0;
  color: #00A785;
  font-size: 133%;
  font-weight: bold;
}
.transparency_agree .transparencyArea p {
	margin-top: 25px;
}
.transparency_agree .transparencyArea dd ul {
	margin: 15px 0;
}
.transparency_agree .transparencyArea dd li {
	margin: 3px 0;
	padding-left:1em;
	text-indent:-1em;
}
.transparency_agree .transparencyArea .transparency_btnArea{
	text-align:center;
	margin:50px 0;
}
.transparency_agree .transparencyArea .transparency_btnArea  .transparency_btnArea_inner{
	margin:20px 0;
}
.transparency_agree .transparencyArea .transparency_btnArea a{
	margin:0 15px;
}

.transparency_open #ctLeft h2 {
	margin: 0 0 30px 0;
}
.transparency_open #ctLeft h3 {
	margin: 24px 0 20px 0;
}
.transparency_open .transparencyArea {
	padding-left: 7px;
}
.transparency_open .transparencyArea dd {
	margin: 22px 0 10px 0;
}
.transparency_open .transparencyArea .transparency_note {
	margin: 3px 0;
	padding-left:1em;
	text-indent:-1em;
}
.transparency_open .transparencyArea p {
	margin-top: 25px;
}
.transparency_open .transparencyArea dd ul {
	margin: 15px 0;
}
.transparency_open .transparencyArea dd li {
	margin: 10px 0;
}
.transparency_open #ctLeft .participation {
	margin-top:10px;
}
.transparency_open #ctLeft .participation a:link {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.transparency_open #ctLeft .participation a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.transparency_open #ctLeft .participation a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw01_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}


/* contribute ------------------------------ */


.contribute #ctLeft h2 {
	margin: 0;
}

.contribute #ctLeft .lead {
	margin: 27px 0 24px 0; 
}

.contribute #ctLeft h3 {
	margin: 0 0 20px 0;
}

.contribute #ctLeft .participation {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}

.contribute #ctLeft .participation dt {
	margin-bottom: 18px;
}

.contribute #ctLeft .participation dt a:link {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.contribute #ctLeft .participation dt a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.contribute #ctLeft .participation dt a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw01_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}
.sitemap .others li a:active {
}

.contribute #ctLeft .participation dt span.arrow {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4B4948;
}


.contribute #ctLeft dl {
	float: left;
	width: 436px;
	padding: 0 53px 0 5px;
}

.contribute #ctLeft dt.tittle {
	font-size: 117%;
	color: #00a785;
	font-weight: bold;
}

.contribute #ctLeft dt.spec {
	margin: 18px 0 26px 0;
}

.contribute #ctLeft dt.spec span {
	font-weight: bold;
}

.contribute #ctLeft .mb50 {
	margin-bottom: 50px;
}

.contribute #ctLeft .event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/line_dot01.gif) repeat-x left bottom;	
}

.contribute #ctLeft .event .lecturer {
	margin-top: 35px;
}

/* outlineTable ------------------------------ */

.outline #ctLeft h2 {
	margin: 0;
	margin-bottom: 15px;
}

.outline .outlineTable {
	width: 700px;
	margin: 24px 0 23px;
	padding: 0 0 1px 0;
	background: url(../../common/img/line_dot03.gif) repeat-x left bottom;
}

.outline .outlineTable table {
	width: 700px;
}

.outline .outlineTable th,
.outline .outlineTable td {
	padding: 12px 16px 12px 16px;
	background: url(../../common/img/line_dot03.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.outline .outlineTable th {
	width: 128px;
	font-weight: bold;
	background-color: #f1f0f0;
}
.outline .outlineTable th.even {
	background-color: #f5f5f5;
}

.outline .outlineTable td em {
	font-weight: bold;
}

.outline .outlineTable dt {
	float: left;
	clear: both;
	font-size: 92%;
	width: 120px;
}

.outline .outlineTable dd {
	float: left;
	width: 380px;
}


/* --------------------------------------------------------------------------------------
 product
--------------------------------------------------------------------------------------- */

/* 見出し ------------------------------ */

.product #ctLeft h2 {
	margin: 0 0 25px 0;
}

.product #ctLeft h3 {
	margin: 40px 0 0 0;
}
.product #ctLeft .lead {
	margin: 0 7px 0 7px;
	padding: 16px 0 77px 0;
}

/* brandTxt ------------------------------ */

.product #ctLeft .brandTxt {
	margin: 17px 5px 28px 5px;
}

.product #ctLeft .brandTxt p {
	float: left;
	width: 445px;
}

.product #ctLeft .brandTxt p.logo {
	float: right;
	width: 203px;
	padding: 0 25px 0 0;
}

.product #ctLeft .brandTxt p.logo02 {
	float: right;
	width: 203px;
        padding-top: 4px;
}

.product #ctLeft .brandBtn {
	margin: 18px 0 50px 0;
	/*margin: 16px 0 40px 0;*/
	padding: 16px 0 0 0;
	background: url(../img/line_dot01.gif) repeat-x left top;
	text-align: center;
}
.product #ctLeft .brandBtnOfficial img {
	vertical-align:middle;
}
.product #ctLeft .brandBtnOfficial {
	/*margin: 18px 0 50px 0;*/
	padding: 38px 0 0 0;
    text-align: center;
}
.product #ctLeft .brandBtnOfficialtext {
	margin-left: 20px;
	font-weight: bold;
	font-size: 15px;
	vertical-align:middle;
}


.product #ctLeft .brandBtnAlt {
	margin: 0 0 20px 0;
	padding: 16px 0 20px 0;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
	text-align: center;
}

/* pickup ------------------------------ */

.product #ctLeft .pickup {
	margin: 20px 0 6px 10px;
	height: 15px;
	overflow: hidden;
}
/* delete 150106
.product #ctLeft .pickup-title {
	margin: 10px 0 6px 10px;
  font-size: 14px;
  font-weight: 100;
  color: #8d8d8d;
  -webkit-font-smoothing: antialiased;
}*/

.product #ctLeft .pickupList {
	width: 705px;
	margin: 0 0 0 -5px;
}

.product #ctLeft .pickupList03 {
	width: 705px;
	margin: 0 0 0 -5px;
}

.product #ctLeft .pickupList li{
    
}

.product #ctLeft .pickupList li{
	display: inline;
	float: left;
	width: 223px;
	/*min-height: 245px;*/
	min-height: 0;/*add 150106*/
	height: auto;/*add 150106*/
	margin-left: 10px;
}
.product #ctLeft .pickupList03 li{
	display: inline;
	float: left;
	width: 165px;
	/*min-height: 245px;*/
	min-height: 0;/*add 150106*/
	height: auto;/*add 150106*/
	margin-left: 10px;
}

.pickupListBottom{
    padding-top: 19px;
    margin-top: 24px;
    background: url(../img/healthcare_bar.gif) repeat-x left top;
    text-align: center;
}
.pickupListBottom a{
    width: 244px;
    height: 38px;
    display: inline-block;
}
.pickupListBottom .mediaid{
    background: url(../img/healthcare_button_mediad.jpg) no-repeat left top;
}
.pickupListBottom .mediaid:hover{
    background: url(../img/healthcare_button_mediad_on.jpg) no-repeat left top;
}
.pickupListBottom .maxbelt{
    background: url(../img/healthcare_button_maxbelt.jpg) no-repeat left top;
}
.pickupListBottom .maxbelt:hover{
    background: url(../img/healthcare_button_maxbelt_on.jpg) no-repeat left top;
}
.pickupListBottom .tsuketeanshin{
    background: url(../img/healthcare_button_spt.jpg) no-repeat left top;
}
.pickupListBottom .tsuketeanshin:hover{
    background: url(../img/healthcare_button_spt_on.jpg) no-repeat left top;
}
.product #ctLeft .pickup-bnr {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}



/*
* html .product #ctLeft .pickupList li {
	height: 245px;
}*/

/*add 150106*/
.product #ctLeft h3.start {
  margin-top: 10px;
}

.product #ctLeft .pickupList li {
	font-weight: bold;
}

.product #ctLeft .pickupList li img {
	margin-bottom: 10px;
}

.product #ctLeft .pickupList li span {
	display: inline-block;
	color: #838282;
	font-size: 85%;
	font-weight: normal;
}


.product #ctLeft .pickupList03 li {
	font-weight: bold;
        letter-spacing: -1.5px;
}

.product #ctLeft .pickupList03 li img {
	margin-bottom: 10px;
}

.product #ctLeft .pickupList03 li span {
	display: inline-block;
	font-size: 85%;
	font-weight: normal;
}


.productIndex .mainArea {
	position: relative;
}

.productIndex .read {
	margin: 25px 0 40px 5px;
}

.productIndex dl {
	text-align: center;
	position: absolute;
	top: 213px;
	left: 216px;
}

.productIndex dt {
	margin-bottom: 17px;
}

.medical .leadAra {
	width: 700px;
}

.medical .leadAra .lead {
	float: left;
	width: 429px;
	margin-right: 28px;
}

.medical .leadAra .leadBtn {
	float: left;
	width: 240px;
	margin-top: 20px;
}


.sports .lpickupList {
	float: left;
	width: 341px;
}

.sports #ctLeft .lead {
    margin: 0 7px;
    padding: 16px 0 0px;
}

.sports #ctLeft .lpickupList .lead {
	float: left;
	width: 196px;
	margin: 17px 5px 40px 5px;
	font-weight: normal;
}

.sports #ctLeft  .lpickupList .logo {
	float: right;
	margin-top: 17px;
}

.sports .lpickupList .pickup {
	clear: both;
}

.sports .lpickupList p {
	font-weight:bold; 
}

.sports .lpickupList p span {
	font-weight: normal;
}

.sports .Item01 {
	margin-left: 4px;
}

.sports .rpickupList {
	float: right;
	width: 341px;
}

.sports #ctLeft .rpickupList .lead {
	float: left;
	width: 203px;
	margin: 17px 5px 40px 5px;
	font-weight: normal;
}

.sports #ctLeft  .rpickupList .logo {
	float: right;
	margin-top: 17px;
}

.sports .rpickupList .pickup {
	clear: both;
}


.sports .rpickupList p {
	font-weight:bold;
}

.sports .rpickupList p span {
	font-weight: normal;
}

.sports .Item02 {
	margin-left: 4px;
}

.healthcare .leadAra .lead {
	float: left;
	/*width: 425px;*/
	margin-right: 28px;
}

.healthcare .leadAra .leadBtn {
	float: left;
	width: 240px;
	margin-top: 20px;
}

.foreign #ctLeft h2 {
	margin-bottom: 25px;
}

.foreign #ctLeft h3 {
	font-size: 140%;
	color: #00a785;
	font-weight: bold;
	margin-bottom: 20px;
}

.foreign .foreignArea {
	padding: 20px 0;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}

.foreign h4 {
	margin-top: 23px;
}

.foreign dl {
	float: left;
	width: 490px;
}

.foreign dt {
	margin-bottom: 20px;
}

.foreign dd span {
	font-weight: bold;
}

.foreign dd.btn {
	margin: 10px 0 0 0px;
}

.productlist #ctLeft h2 {
	margin-bottom: 25px;
}

.productlist #ctLeft h3 {
	font-size: 140%;
	color: #00a785;
	font-weight: bold;
	margin-bottom: 20px;
}

.productlist h4 {
	margin: 25px 0 20px 0;
}

.productlist h5 {
	margin-bottom: 25px;
}

.productlist .lead {
	float: left;
	width: 434px;
}

.productlist #ctLeft .btn {
	float: right;
	width: 240px;
}

.productlist .pb25 {
	padding-bottom: 25px;
}

.productlist .mt50 {
	margin-top: 50px;
}

.productlist .lead2 {
	padding-bottom: 25px;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}

.productlist .brandArea {
	padding: 20px 0;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}

.productlist .brandArea dl {
	float: left;
	width: 450px;
}

.productlist .brandArea dt {
	font-size: 160%;	
}

.productlist .brandArea  p {
	float: right;
	width: 223px;
}

.productlist .sp dt {
	color: #148fc8;	
}

.productlist .health dt {
	color: #ed6060;
}

.productlist .healthLead {
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}

/* --------------------------------------------------------------------------------------
 voice
--------------------------------------------------------------------------------------- */

/* 見出し ------------------------------ */

.voice #ctLeft h3 {
	margin: 0 0 20px 0;
}

/* imgBox ------------------------------ */

.voice .imgBox {
	margin: 20px 0 33px 6px;
}

.voice .imgBox .image {
	float: right;
	margin: 4px 0 0 25px;
}


/* box ------------------------------ */

.voice .mt10 {
	margin-top: 10px;
}

.voice .voiceWrap {
	width: 714px;
	margin: -15px 0 0 -14px;
}

.voice .voiceBox {
	display: inline;
	float: left;
	width: 343px;
	margin: 15px 0 0 14px;
	background: url(../../voice/img/index_bg_rep.gif) repeat-y;
}

.voice .voiceBg {
	padding: 0 0 1px 0;
	background: url(../../voice/img/index_bg_bot.gif) no-repeat right bottom;
}

.voice .voiceInner {
	padding: 16px 17px 0 17px;
	background: url(../../voice/img/index_bg_top.gif) no-repeat left top;
}
.voice .voiceBox .infoBg01 {	background: url(../../voice/img/index_bg01.gif) no-repeat right bottom;}
.voice .voiceBox .infoBg02 {	background: url(../../voice/img/index_bg02.gif) no-repeat right bottom;}
.voice .voiceBox .infoBg03 {	background: url(../../voice/img/index_bg03.gif) no-repeat right bottom;}
.voice .voiceBox .infoBg04 {	background: url(../../voice/img/index_bg04.gif) no-repeat right bottom;}

.voice .voiceBox p {
	font-size: 117%;
}

.voice .voiceBox .info {
	min-height: 50px;
	margin: 5px 0 0 0;
	padding: 0 60px 5px 0;
}
* html .voice .voiceBox .info {
	height: 50px;
}

.voice .voiceBox .info h4 {
	color: #00a785;
	font-size: 117%;
	font-weight: bold;
}

.voice .voiceBox .info p {
	padding: 0 0 0 0;
	background: none;
	font-size: 92%;
}

.voice .voiceBox .info span {
	color: #00a785;
}


/* --------------------------------------------------------------------------------------
 inquiry
--------------------------------------------------------------------------------------- */

/* inquiryTable ------------------------------ */

.inquiry .center {
	text-align: center;
}

.inquiry .lead {
	margin: 15px 0 15px 0;
	font-size: 113%;
}

.inquiry .lead img {
	margin: 0 0 1px 0;
	vertical-align: middle;
}

.inquiry .inquiryTable {
	width: 700px;
	margin: 15px 0 23px 0;
	padding: 0 0 1px 0;
	background: url(../../common/img/line_dot03.gif) repeat-x left bottom;
}

.inquiry .inquiryTable table {
	width: 700px;
}

.inquiry .inquiryTable th,
.inquiry .inquiryTable td {
	padding: 12px 16px 12px 16px;
	background: url(../../common/img/line_dot03.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.inquiry .inquiryTable th {
	width: 164px;
	font-weight: bold;
	background-color: #f1f0f0;
}
.inquiry .inquiryTable th img {
	vertical-align: middle;
}
.inquiry .inquiryTable th.even {
	background-color: #f5f5f5;
}

.inquiry .inquiryTable td em {
	font-weight: bold;
}

.inquiry .inquiryTable td span {
	display: block;
	margin: 0 0 5px 0;
	font-size: 86%;
	color: #fe6760;
}

.inquiry .inquiryTable .w130 {
	width: 130px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}
.inquiry .inquiryTable .w130_input01 {
	margin: 0 10px 0 15px;
}
.inquiry .inquiryTable .w130_input02 {
	margin: 0 10px 0 7px;
}

.inquiry .inquiryTable .w170 {
	width: 170px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}

.inquiry .inquiryTable .w265 {
	width: 265px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}

.inquiry .inquiryTable .w410 {
	width: 410px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}

.inquiry .inquiryTable .w472 {
	width: 472px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}

.inquiry .inquiryTable .w472h169 {
	width: 472px;
	height: 169px;
	padding: 3px;
	border: 1px #7f9db9 solid;
}

.inquiry .backBtn {
	margin-right: 17px;
}

.inquiry .finish {
	margin-top: 25px;
	font-size: 133%;
	color: #03a784;
	font-weight: bold;
}

.inquiry .sslArea {
	text-align: center;
}

.inquiry .ssl {
	background: #f5f5f5;
	padding: 15px 25px 15px 15px;
	text-align: left;
	width: 408px;
	margin: 25px auto 30px auto;
}

.inquiry .ssl dt {
	float: left;
	width: 130px; 
}

.inquiry .ssl dd {
	float: right;
	width: 250px;
	font-size: 11px;
}

.inquiry .sslArea .policy {
	margin: 20px auto;
}

.inquiry .sslArea .policy h3 {
	font-size:117%;
	margin:0 0 5px;
}

.inquiry .sslArea .policy dl {
	width:510px;
	height:200px;
	padding:10px 25px;
	overflow: scroll;
	border:1px solid #EEE;
	margin: 0 auto 5px;
}

.inquiry .sslArea .policy dl dt {
	text-align: left;
	font-weight: 800;
	color:#03a784;
}

.inquiry .sslArea .policy dl dd p {
	text-align: left;
	padding:0 0 20px;
}

.inquiry .sslArea .policy .error {
	display: block;
	margin: 0 0 5px 0;
	font-size: 86%;
	color: #fe6760;
}

/* --------------------------------------------------------------------------------------
 recruit
--------------------------------------------------------------------------------------- */

/* 見出し ------------------------------ */

.recruit #ctLeft h3 {
	margin: 15px 0 -20px 0;
}

.recruit #ctLeft h4 {
	margin: 45px 0 0 0;
}

.recruit #ctLeft h5 {
	height: 17px;
	margin: 18px 0 -8px 10px;
	overflow: hidden;
}

.recruit .recruitBtn {
	margin: 70px 0 0 0;
	text-align: center;
}

/* recruitTable ------------------------------ */

.recruit .recruitTable {
	width: 700px;
	margin: 15px 0 23px 0;
	padding: 0 0 1px 0;
	background: url(../../common/img/line_dot03.gif) repeat-x left bottom;
}

.recruit .recruitTable table {
	width: 700px;
}

.recruit .recruitTable th,
.recruit .recruitTable td {
	padding: 12px 16px 12px 16px;
	background: url(../../common/img/line_dot03.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.recruit .recruitTable th {
	width: 128px;
	font-weight: bold;
	background-color: #f1f0f0;
}
.recruit .recruitTable th.even {
	background-color: #f5f5f5;
}

.recruit .recruitTable td em {
	font-weight: bold;
}

.select #ctLeft {
	padding-top: 16px;
}

.select .mainImg {
	position: relative;
}

.select .mainImg ul {
	position: absolute;
	left: 21px;
	top: 172px;
}

.select .mainImg li {
	float: left;
	padding-right: 9px;	
}

.select .intro li {
	float: left;	
}

.staff #ctLeft h3 {
	margin: 15px 0;
}

.staff #ctLeft .noteArea {
	background: #fffec9;
}

.staff #ctLeft .noteArea .textArea {
	background: url(../../recruit/img/bg_line.gif) repeat-y 15px top;
	float: left;
	width: 385px;
	padding-left: 24px;
}

.staff #ctLeft .noteArea .textArea p {
	line-height: 2.76;
	margin-top: 40px;
}

.staff #ctLeft .noteArea .pictArea {
	float: right;
	width: 271px;
	position: relative;
	
}


.staff #ctLeft .noteArea .pictArea .memoArea {
	background: #fff;
	border-top: #00a784 2px solid;
	position: absolute;
	width: 180px;
	padding: 20px 25px;
	left: 18px;
	top: 694px;
}

.staff #ctLeft .noteArea .pictArea .memoArea dt {
	color: #00a784;
}

.staff #ctLeft .noteArea .pictArea .memoArea dd {
	color: #4b4948;
	font-size: 92%;
}

.staff #ctLeft .btnArea li {
	float: left;
	margin-top: 15px;	
}







.staffb #ctLeft h3 {
	margin: 15px 0;
}

.staffb #ctLeft .noteArea {
	background: #fffec9;
}

.staffb #ctLeft .noteArea .textArea {
	background: url(../../recruit/img/bg_line.gif) repeat-y 15px top;
	float: left;
	width: 385px;
	padding-left: 24px;
}

.staffb #ctLeft .noteArea .textArea p {
	line-height: 2.84;
	margin-top: 40px;
}

.staffb #ctLeft .noteArea .pictArea {
	float: right;
	width: 271px;
	position: relative;
	
}


.staffb #ctLeft .noteArea .pictArea .memoArea {
	background: #fff;
	border-top: #00a784 2px solid;
	position: absolute;
	width: 180px;
	padding: 20px 25px;
	left: 18px;
	top: 672px;
}

.staffb #ctLeft .noteArea .pictArea .memoArea dt {
	color: #00a784;
}

.staffb #ctLeft .noteArea .pictArea .memoArea dd {
	color: #4b4948;
	font-size: 92%;
}

.staffb #ctLeft .btnArea li {
	float: left;
	margin-top: 15px;	
}


/* contact ------------------------------ */

.recruit .contact p {
	margin: 15px 0 0 0;
}

.recruit .contact em {
	display: inline-block;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.address {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 15px 20px 15px 20px;
	border: 1px solid #d5d5d5;
}

/* privacy ------------------------------ */

.privacy #ctLeft h2 {
	margin-bottom: 25px;
}

.privacy dt {
	color: #03a784;
	font-size: 117%;
	font-weight: bold;
	margin: 30px 0 5px 0;
}

.privacy .contact {
	background: url(../img/line_dot01.gif) left top repeat-x;
	margin-top: 30px;
	padding-top: 30px;
}

.privacy .contact span {
	font-weight: bold;
}

.privacy .credit {
	padding-top: 30px;
	text-align: right;
}
.privacy .mark {
	margin-top:5px;
	padding:15px;
}
.privacy .mark_img {
	margin-right: 10px;
    float: left;
}
.privacy .mark_txt {
	border: 1px solid #cccbcb;
    padding: 17px;
    width: 495px;
    float: right;
}


/* privacy_announce ------------------------------ */

.privacy_announce #ctLeft h2 {
	margin-bottom: 25px;
}

.privacy_announce dt {
	color: #03a784;
	font-size: 117%;
	font-weight: bold;
	margin: 30px 0 5px 0;
}

.privacy_announce .contact {
	background: url(../img/line_dot01.gif) left top repeat-x;
	margin-top: 30px;
	padding-top: 30px;
}

.privacy_announce dd {
	
}

.privacy_announce dd.last {
	text-align:right;
}

.privacy_announce dd p {
	margin:10px 0 0 0;
}

.privacy_announce dd p.label {
	font-weight:bold;
}

.privacy_announce dd p.cap {
	font-size:10px;
}

.privacy_announce dd .border {
	padding:5px 15px 15px;
	margin:15px 0 0 0 ;
	border:1px solid #BBB;
}

.privacy_announce dd table {
	margin:15px 0 0 0;
}

.privacy_announce .contact span {
	font-weight: bold;
}

.privacy_announce table {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	width:100%;
}

.privacy_announce td, .privacy_announce th {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding:10px;
	vertical-align: top;
}
.privacy_announce td, .privacy_announce th:first-child {
	width:233px;
}
.privacy_announce td, .privacy_announce th:nth-child(2n) {
	width:374px;
}
.privacy_announce td, .privacy_announce th:last-child {
	width:92px;
}

.privacy_announce th {
	background-color: #f1f0f0;
}

.privacy_announce dd ul {
	list-style: disc;
	list-style-position: inside;
	padding:10px 0 0 0;
}

.privacy_announce dd li {
	text-indent:-1em;
	padding:0 0 0 1em;
}

/* term ------------------------------ */

.term  #ctLeft p {
	margin-top: 22px;
}

.term  #ctLeft h3 {
	margin-top: 22px;
}

.term  #ctLeft .court {
	background: url(../img/line_dot01.gif) left top repeat-x;
	margin-top: 30px;
	padding-top: 30px;
}

/* sitemap ------------------------------ */

.sitemap #ctLeft .mt15 {
	margin-top: 15px;
}

.sitemap #ctLeft .topLevel {
	padding: 10px 0 10px 0;
	background: url(../img/line_dot01.gif) left bottom repeat-x;
}

.sitemap #ctLeft p {
	float: left;
	width: 255px;
	clear: both;
}

.sitemap #ctLeft .secondLevel {
	float: left;
	width: 444px;
}

.sitemap #ctLeft .secondLevel li {
	float: left;
	width: 148px;


}

.sitemap #ctLeft .secondLevel li a:link {
	margin-top: 6px;
	background: url(../img/ico_arw03_ot.gif) no-repeat left 0;
	color: #4b4948;
	padding-left: 20px;
}
.sitemap #ctLeft .secondLevel li a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw03_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.sitemap #ctLeft .secondLevel li a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw03_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}
.sitemap #ctLeft .secondLevel li a:active {
}

.sitemap #ctLeft .thirdLevel li a:link {
	margin-top: 6px;
	background: url(../img/ico_arw02_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.sitemap #ctLeft .thirdLevel li a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw02_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.sitemap #ctLeft .thirdLevel li a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw02_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}
.sitemap #ctLeft .thirdLevel li a:active {
}



.sitemap #ctLeft .others {
	clear: both;
	border: 1px solid #cccccc;
	margin: 30px 0 200px 0;
	padding: 30px 0 30px 33px;
}

.sitemap #ctLeft .others li {
	display:inline-block;
	_display:inline;
	margin-right: 40px;
}

.sitemap #ctLeft .others li a:link {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.sitemap #ctLeft .others li a:visited {
	margin-top: 6px;
	background: url(../img/ico_arw01_ot.gif) no-repeat left 0;
	padding-left: 20px;
	color: #4b4948;
}
.sitemap #ctLeft .others li a:hover {
	margin-top: 6px;
	background: url(../img/ico_arw01_ov.gif) no-repeat left 0;
	padding-left: 20px;
	color: #01a784;
}
.sitemap .others li a:active {
}

/*--------------------------------
company/develop.html
--------------------------------*/

.develop #ctLeft h2 {
	margin: 0;
}

.develop #ctLeft h3 {
	margin: 24px 0 20px 0;
}

.develop #ctLeft .text {
	margin-bottom: 20px;
	padding: 0 7px 20px;
	background: url(../img/line_dot01.gif) repeat-x left bottom;	
}
.develop #ctLeft .text p {
	float: right;
}

.develop #ctLeft dl {
	float: left;
	width: 345px;
}

.develop #ctLeft dt {
	font-size: 133%;
	color: #00a785;
	margin-bottom: 18px;
	font-weight: bold;
}


/*--------------------------------
company/iso.html
--------------------------------*/

.iso #ctLeft h2 {
	margin: 0;
}

.iso #ctLeft h3 {
	margin: 24px 0 20px 0;
}

.iso #ctLeft .text {
	padding: 0 7px 20px;
}
.iso #ctLeft .text p {
	float: right;
}

.iso #ctLeft dl {
	float: left;
	width: 345px;
}

.iso #ctLeft dt {
	font-size: 117%;
	color: #00a785;
	margin-bottom: 18px;
}

.iso .isoDataArea {
	position: relative;
	width: 686px;
	padding: 0 7px 24px;
}

.iso .isoTable {
	width: 383px;
	padding: 0 0 1px 0;
	background: url(../../common/img/line_dot03.gif) repeat-x bottom;
}

.iso .isoTable table {
	width: 383px;
	min-height: 206px;
}

.iso .isoTable th,
.iso .isoTable td {
	padding: 12px 16px 12px 16px;
	background: url(../../common/img/line_dot03.gif) repeat-x;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.iso .isoTable th {
	width: 72px;
	font-weight: bold;
	background-color: #f1f0f0;
}
.iso .isoTable th.even {
	background-color: #f5f5f5;
}

.iso .isoTable td em {
	font-weight: bold;
}

.iso .isoTable dt {
	float: left;
	clear: left;
	font-size: 92%;
	width: 120px;
}

.iso .isoTable dd {
	float: left;
}

.iso .isoDataArea .photo {
	position: absolute;
	top: 0;
	right: 7px;
}


/*--------------------------------
recruit/message.html
--------------------------------*/
.recruit #ctLeft .message {
	padding: 0 7px;
	position: relative;
}

.recruit #ctLeft .message h3 {
	margin: 25px 0;
}

.recruit #ctLeft .message .text {
	float: left;
}

.recruit #ctLeft .message p {
	width: 440px;
	margin-bottom: 20px;
}

.recruit #ctLeft .message .photos {
	position: absolute;
	right: -27px;
	top: 142px;
}

.recruit #ctLeft .message .photos p {
	width: 232px;
}

/*--------------------------------
map popup
--------------------------------*/
.map {
	width: 570px;
	padding: 10px 25px;
}
.map .header {
	margin-bottom: 10px;
}
.map .header .close {
	text-align: right;
	margin-bottom: 10px;
}
.map .header .close a {
	text-decoration: none;
	color: #333;
}
.map .header .close img {
	vertical-align: bottom;
}
.map .header .link {
	margin-top: 20px;
}
.map .main {
	text-align: center;
}
.map .main p {
	margin: 20px 0;
}
.map .main .text {
	text-align: left;
	width: 450px;
	margin: 0 auto 20px;
}
.map .main h2 {
	color: #01a784;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}

.map .mapTable {
	margin: 0 5px;
	padding-top: 1px;
	background: url(../../common/img/line_dot03.gif) repeat-x;
}

.map .mapTable table {
	width: 540px;
}

.map .mapTable th,
.map .mapTable td {
	padding: 12px 16px 12px 16px;
	background: url(../../common/img/line_dot03.gif) repeat-x bottom;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}

.map .mapTable th {
	width: 72px;
	font-weight: bold;
	background-color: #f1f0f0;
}
.map .mapTable th.even {
	background-color: #f5f5f5;
}

.map .mapTable td em {
	font-weight: bold;
}

.map .mapTable dt {
	float: left;
	clear: left;
	font-size: 92%;
	width: 120px;
}

.map .mapTable dd {
	float: left;
}

.map .mapDataArea .photo {
	position: absolute;
	top: 0;
	right: 7px;
}
