@charset "utf-8";
/*
Theme Name: 新光商事
Theme URI: 自分のURL
Description: COMPANY official theme
*/


/*--- reset */
html {
	overflow-y: scroll;
}
body {
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size:small;
	line-height: 1.7;
}
* html body {	/* for IF6 */
	font-size:x-small;
}

img {
	vertical-align: bottom;
}

ul#ul_default {
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul#ul_default li {
	list-style-type: circle;
}

/*--- css ロールオーバー */
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/*--- 別ウィンドウ */
.blank {
	background-image: url(img/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.blank2 {
	background-image: url(img/blank2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#0074bf;
	text-decoration: underline;
}
a:visited {
	color:#0074bf;
	text-decoration: underline;
}
a:hover {
	color:#0074bf;
	text-decoration: none;
}

.blue {
	color: #2fa0ec;
}
.red{
	color:#F00;
}

.bg_gold {
	background-color: #9a966f;
	color: #FFF;
}
.bg_blue {
	background-color: #0074bf;
	color: #FFF;
}
.bg_blue2 {
	background-color: #0074bf;
	color: #FFF;
	padding:2px 7px 2px 7px;
}


.strong {
	font-weight: bolder;
}
.normal {
	font-weight: normal !important;
}

.textsize110 {
	font-size: 120%;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bolder;
}
.textsize160 {
	font-size: 160%;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.kome-s {
	color: #666;
	font-size: 77%;
}

hr.hr01 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#topHeaderWrap {
	width: 100%;/* トップページ用 */
}
#subHeaderWrap {
	width: 100%;
	height: 99px;/* サブページ用 */
}

#globalHeader {
	height: 99px;
	position: absolute;
	z-index:9999;/*-IEでドロップダウンメニューが下にくる対策-*/
	width: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/headnav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 29px;
}
#header_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	position: absolute;
	left: 0px;
	top: 46px;
}
#headerRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 660px;
}
ul#headnav li {
	float: right;
}



/* グローバルナビゲーション
----------------------------------------------------*/
.menu-item a {
    background-image: url(img/gnav.png);
    display: block;
    position: relative;
	height: 70px;
    line-height: 70px;
    text-decoration: none;
    text-indent: -9999px;
	width: 110px;
}

.menu_1 a { background-position: 0 0; }
.menu_2 a { background-position: -110px 0; }
.menu_3 a { background-position: -220px 0; }
.menu_4 a { background-position: -330px 0; }
.menu_5 a { background-position: -440px 0; }
.menu_6 a { background-position: -550px 0; }
.menu_7 a { background-position: -660px 0; }

/*
.menu_1 a:hover { background-position: 0 -70px; }
.menu_2 a:hover { background-position: -130px -70px; }
.menu_3 a:hover{ background-position: -260px -70px; }
.menu_4 a:hover { background-position: -390px -70px; }
.menu_5 a:hover { background-position: -520px -70px; }
.menu_6 a:hover { background-position: -650px -70px; }
*/

.corp .menu_1 a { background-position: 0 -70px; }
.business .menu_2 a { background-position: -110px -70px; }
.products .menu_3 a { background-position: -220px -70px; }
.csr .menu_4 a { background-position: -330px -70px; }
.ir .menu_5 a,.tax-irnewscat .menu_5 a { background-position: -440px -70px; }
.recruit .menu_6 a { background-position: -550px -70px; }
.inquiry .menu_7 a,.page .menu_7 a { background-position: -660px -70px; }


/* ドロップダウンメガメニュー
----------------------------------------------------*/
.menu {
    position: relative;
    width: 100%;
    height: 70px;
    max-width: 1000px;
    margin: 0 auto;
	z-index:9999;
}

.menu > li {
    float: left;
    width: 110px;
    height: 70px;
    line-height: 70px;
}

.menu > li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.menu > li a:hover {
	color: #ccc;
	text-decoration: underline;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

/* Gナビロールオーバー */
.menu > li:hover {
	background-color: #a3d1ee;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: url(img/gnav_ov.png);
	background-repeat: no-repeat;
}


.menu__second-level li a:hover {
    background: #1087d4;/* 第2階層の背景色 */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.menu__third-level li a:hover {
    background: #033a5d;/* 第3階層の背景色 マウスオーバー */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.menu__fourth-level li a:hover {
    background: #033a5d;/* 第4階層の背景色 マウスオーバー */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/* メニュー内キャプション */
.menuCAP {
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 300px;/* 第2階層の位置合わせと合わせる */
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	color: #FFF;
}
.menuCAP dl dt {
	font-size: 160%;
	font-weight: bolder;
	line-height: 1.2em;
	margin-bottom: 20px;
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
}
.menuCAP dl dd {
	line-height: 1.2em;
}
.menuCAPimg img {
	margin-top: 10px;
	border: 1px solid #FFF;
}

/* メガメニュー */
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 70px;
	left: -230px;/* !!!!!!!!!!!! */
	box-sizing: border-box;
	width: 1000px;
	background: #0074bf;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	height: auto;/* メガメニュー高さ */
	min-height:250px;
}

li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    width: 32%;
    border: none;
}


/* 多階層 */

.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level li {
	position: relative;
	margin-left: 300px;/* 第2階層の位置合わせ */
	text-indent: 1.7em;
	height: 40px !important;
	line-height: 40px !important;
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75c2f3;
}

/* 第2階層2列ヴァージョン */
li.menu__multi ul.menu__second-level .flL {
	float: left;
	width: 600px;
}
li.menu__multi ul.menu__second-level .flR {
	float: right;
	width: 350px;
}
li.menu__multi ul.menu__second-level .flR li {
	margin-left: 0px !important;
}

/* 多階層 */

li.menu__multi ul.menu__second-level li:hover {
    background: #309adf;/* 第2階層の背景色　第3階層に行った時 */
	background-image: url(img/icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #035a92;/* 第3階層の背景色 */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.position_bottom {
	top: auto;
	position: absolute;
	bottom: 0px;
}


li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
	margin-left: 0px;/* 第3階層の位置合わせ */
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #309adf;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 120px;/* 第4階層の幅　100%にすると横スクロール出てしまう */
    background: #309adf;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}

.init-right:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* スティッキーヘッダー
----------------------------------------------------*/
#change {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 9999;
	color: #FFF;
	background-color: #fff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0074bf;
}
#logo_change {
	float: left;
	padding-top: 15px;
}
#headerRight_change {
	width: 660px;
	float: right;
}


/*----------------------------------------------------
	globalFooter
----------------------------------------------------*/
#globalFooter {
	margin-top: 50px;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}
#globalFooter a {
	color: #333;
}

#bnr {
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}
 
#bnr ul {
float:left;
left:50%;
position:relative;
}
 
#bnr li {
	float:left;
	left:-50%;
	position:relative;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	background-color: #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.footL {
	float: left;
	margin-right: 20px;
	width: 340px;
}
.footL p {
	margin-left: 10px;
	width: 200px;
}
.footR {
	float: right;
}

/* footナビ
----------------------------------------------------*/
ul.footnav {
	list-style: none;
	float: left;
	width: 200px;
}
ul.footnav li.icon03 {
	margin-bottom: 7px;
	background-image: url(img/icon03.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 110%;
}
ul.footnav li.icon04 {
	margin-bottom: 2px;
	background-image: url(img/icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 90%;
}

ul.footnav li a {
	text-decoration: none;
}
ul.footnav li a:hover {
	text-decoration: underline;
}

/* copyright
----------------------------------------------------*/
#cp {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

p.copyright {
	text-align: right;
	font-size: 80%;
}
.cpL {
	float: left;
	width: 49%;
}
.cpR {
	float: right;
	width: 50%;
}
.cpL ul li {
	float: left;
	margin-bottom: 5px;
	background-image: url(img/icon07.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 20px;
}
.cpL ul li a {
	color: #FFF !important;
	text-decoration: none;
}
.cpL ul li a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.line {
	background-image: url(common/line.gif);
	background-repeat: no-repeat;
	height: 3px;
}

/* float */
.floatLeft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.border {
	padding: 1px;
	border: 1px solid #CCC;
}

/*----------------------------------------------------
	アイコン
----------------------------------------------------*/
.icon_pdf {
	background-image: url(img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.icon02 {
	background-image: url(img/icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.icon04 {
	background-image: url(img/icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.icon05 {
	background-image: url(img/icon05.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


/*----------------------------------------------------
	マウスオーバー
----------------------------------------------------*/
.more_topics {
	background-color: #FFF;
	width: 184px;
	height: 350px;
}
.more_topics2 {
	background-color: #FFF;
	width: 490px;
	height: 110px;
}
.more_field {
	background-color: #FFF;
	width: 320px;
	height: 110px;
}



/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


/* マージン関連 */
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb15{
	margin-bottom:15px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb25{
	margin-bottom:25px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb35{
	margin-bottom:35px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgb60{
	margin-bottom:60px;
}
.mgb70{
	margin-bottom:70px;
}
.mgt05{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt15{
	margin-top:15px;
}
.mgt20{
	margin-top:20px;
}
.mgt25{
	margin-top:25px;
}
.mgt30{
	margin-top:30px;
}
.mgt40{
	margin-top:40px;
}
.mgt50{
	margin-top:50px;
}
.mgl05{
	margin-left:5px;
}
.mgl10{
	margin-left:10px;
}
.mgl15{
	margin-left:15px;
}
.mgl20{
	margin-left:20px;
}
.mgl30{
	margin-left:30px;
}
.mgr10{
	margin-right:10px;
}
.mgr20{
	margin-right:20px;
}
.mgr30{
	margin-right:30px;
}
.mgr100{
	margin-right:100px;
}
/* パッティング関連 */
.mpt15{
	padding-top:15px;
}


/* 行ぞろえ */
.alignCenter{
	text-align: center;	
}
.alignLeft{
	text-align: left;	
}
.alignRight{
	text-align: right;	
}


/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}



/* ===================================================================
共通
=================================================================== */

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: 1000px;
	margin: 0 auto;
}
.section {
	margin-bottom: 40px;
}
.inner_in {
	padding-right: 150px;
	padding-left: 150px;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	/*zoom: 1;*/
}

#main {
	float: right;
	width: 760px;
}
#side {
	float: left;
	width: 200px;
}


/****************************************** トップページ ***********************************************************/

/* 1行トピックス */
#line_topics {
	background: #fff;
	width: 1000px;
	margin: -20px auto 20px auto;
}

#lt_midashi {
	float: left;
	width: 157px;
	height: 30px;
	font-weight: bold;
	color: red;
	margin-right: 5px;
}

.ticker {
    float: left;
    width: 830px;
    height: 30px;
    line-height: 30px;
}

#line_topics div div {
	line-height: 30px;
	height: 30px;
}

/* トピックス
----------------------------------------------------*/
#topics {
	background-color: #0074bf;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}
#topics ul li {
	float: left;
}
#topics ul li.mgr {
	margin-right: 20px;
}
#topics ul li p {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-size: 90%;
	line-height: 1.5em;
}
#topics ul li a {
	color: #333;
	text-decoration: none;
}

.topicsL {
	float: left;
	width: 255px;
}
.topicsR {
	float: right;
	width: 235px;
}

/* 分野別ボタン
----------------------------------------------------*/
#field {
	background-color: #8cb7e3;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-bottom: 40px;
	background-image: url(img/field_bg.gif);
	background-repeat: repeat-x;
}
#field ul li {
	float: left;
}
#field ul li.mgr {
	margin-right: 20px;
}

/* NEWS
----------------------------------------------------*/
#w50L {
	float: left;
	width: 485px;
}
#w50R {
	float: right;
	width: 485px;
}

.topTTLnews,.topTTLir {
	position: relative;
	height: 42px;
	width: 485px;
	background-repeat: no-repeat;
}
.topTTLnews {
	background-image: url(img/ttl_news.gif);
}
.topTTLir {
	background-image: url(img/ttl_ir.gif);
}
.topTTLnews h2,.topTTLir h2 {
	text-indent: -9999px;
}
.topTTLnews h2 img,.topTTLir h2 img {
	position: absolute;
	right: 0px;
}

.info_area {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 10px;
}

dl.information {
	padding: 10px 10px 10px 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
dl.information dt {
	font-size: 95%;
}
dl.information dt span {
	width: 7.5em;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
}
dl.information dt span.info {
	background-color: #f57e91;
}
dl.information dt span.device {
	background-color: #4cacd9;
}
dl.information dt span.ems {
	background-color: #e9a338;
}
dl.information dt span.jutaku {
	background-color: #48b9b7;
}

dl.information dt span.aiplay {
	background-color: #29A7E1;
}

dl.information dt span.irnews
 {background-color: #508bb1;}
dl.information dt span.event
 {background-color: #54af54;}
dl.information dt span.library
 {background-color: #5cb3b2;}
dl.information dt span.earnings
 {background-color: #8e599b;}
dl.information dt span.press
 {background-color: #9a8a6f;}
dl.information dt span.sh_meeting
 {background-color: #d69797;}


/* ページトップ
----------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
#page-top a {
    width: 71px;
    padding: 0px 0;
    display: block;
}
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}



/* ページ送り
----------------------------------------------------*/
.wp-pagenavi { 
	padding-top: 30px;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #0074bf;
}



/****************************************** 固定ページ ***********************************************************/

/* 拠点
----------------------------------------------------*/
	#office_list .area {
		border-top: 1px solid #ccc;
		margin: 100px 0 40px;
		padding: 20px 0 10px;
	}

	#office_list .area > div {
		overflow: hidden;
	}
	
	#office_list .areaTTL {
		font-size: 140%;
		padding-left: 10px;
		border-left: 5px solid #0074bf;
		margin-bottom: 10px;
	}
	
	#office_list .area dl {
		display: flex;
    flex-wrap: wrap;
		width: 466px;
	}
	
		#office_list .area dl dt {
			width: 75px;
			text-align: center;
			background: #ececec;
			padding: 6px 10px;
			box-sizing: border-box;
			
			margin-bottom: 1px;
			
			position:relative;
		}
		
		#office_list .area dl dt span {
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translateY(-50%) translateX(-50%);
			  -webkit-transform: translateY(-50%) translateX(-50%);
		}
		
		#office_list .area dl dd {
			/*width: 391px;*/
			width: calc(100% - 75px);
			padding: 6px 10px;
			box-sizing: border-box;
			
			margin-bottom: 1px;
		}
	
	#office_list .area > div > img {
		float: right;
	}
		
	
	#office_list .kanren {
		font-size: 140%;
		background: #eee;
		padding: 10px;
		text-align: center;
		margin-top: 100px;
		margin-bottom: -80px;
	}



