@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/*ios幅欠け対策*/
body{
  -webkit-text-size-adjust: 100%;/*ios対策*/
}
html,body{
    width: 100%;
	min-width: 1240px;
}

a{/*リンクされた文字*/
color:#0f4295;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#0f4295;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#1e4e9e;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#1e4e9e;
font-style:normal;
text-decoration:underline;
}



/*=====汎用=====*/
#contents .left {
	float:left;
	margin-right:15px;
	width:auto;
}
#contents .right {
	float:right;
	margin-left:15px;
	width:auto;
}
#contents div.center {
	display:block;
	margin:auto auto;
	text-align:center;
}
#contents strong {
	font-weight:bold;
}
.blue {
	color:#0b3f95;
}.blue a {
	color:#0b3f95;
	text-decoration:underline;
}
.red {
	color:#F00;
}
.brown {
	color:#77644b;
}
#contents p.indent1em {
	text-indent:-1em;
	padding-left:1em;
}
#contents ul.disc {
	list-style-type:disc;
	padding:0 1em 0;
}#contents ul.disc ul {
	list-style-type:disc;
	padding:0 1em 0;
}
#contents ol {
	list-style-type:decimal;
	padding:0 0 0 1.5em;
}
#contents .big {
	font-size:115%;
}
small, .small {
	font-size:0.9em;
	line-height:1.4em !important;
}
#contents p.center {
	text-align:center;
}



/*=====ヘッダ=====*/
#head_obi {
	display:block;
	width:100%;
	height:20px;
	padding:6px 0 0 0;
	margin:0;
	line-height:100%;
	background-color:#d2d7db;
	color:#000;
	position:relative;
}
#head_obi > div {
	display:block;
	width:1180px;
	margin:0 auto;
}
#head_obi h1 {
	float:left;
}
/*右肩*/
#head_obi ul.head_r {
	margin-right:110px;
}
#head_obi ul.head_r li {
	float:right;
	height:14px;
	background-image:url(../images/honsya_list_mark.png);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 0 10px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:14px;
}#head_obi ul.head_r li a {
	color:#000;
	text-decoration:none;
}
#head_obi a.honsya {
	background-image:url(../images/ic_eng.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	font-size:13px;
}
/**/
#header {
	display:block;
	/*width:1180px;*/
	width:100%;
	height:135px;
	margin:0 auto;
	padding:0 0 0 -15px;
	position:relative;
	overflow:hidden;
	background-image:url(../images/head_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#header #head_logo {
	display:block;
	position:absolute;
	top:17px;left:15px;
	width:auto;
	height:auto;
	padding:0;
}
/*--廃止
#header #head_30years {
	display:block;
	position:absolute;
	top:35px;right:67px;
}*/
#header #btn_box {
	display:block;
	width:auto;
	height:30px;
	position:absolute;
	top:8px;right:80px;
}#header #btn_box a {
	display:block;
	width:auto;
	margin-right:12px;
	margin-bottom:9px;
}
#header #search {
	display: block;
	position: absolute;
	top:80px;right:75px;
	width: 285px;
	height: 30px;
	padding:0;
	zoom: 1;
	z-index: 180;
}#header #search form {
	font-size:12px;
}#header #search form input[type="text"] {
	height:15px;
	vertical-align: middle;
	float:left;
	width:180px;
	font-size:12px;
	margin:0 0 0 0;
}#header #search form input[type="submit"] {
	height:15px;
	vertical-align: middle;
	line-height:12px;
	font-size:10px;
	margin:0px;
	padding:0px;
}

#cse-search-form input {
    background: url("http://blog.lqd.jp/img/icon_search.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    height: 25px;
    margin-left: -22px;
    overflow: hidden;
    text-indent: -50px;
    width: 20px;
    -webkit-appearance: none;
}
/**/
#navi {
	display: block;
	position: relative;
	width: 100%;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	zoom: 1;
	clear: both;
	float: none;
	overflow: hidden;
	margin-bottom: 13px;
}#navi ul {
	display:block;
	width: 962px;
	height: 39px;
	margin:0 auto;
}#navi li {
	line-height:0;
}
#navi li a {
	display:block;
	float:left;
	height:39px;
	width:auto;
	background-image:url(../images/navi.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:left bottom;
	text-indent:-9999px;
	zoom:1;
}

#navi0 {
	display:none;
}
#navi1 a:link,li#navi1 a {
	width:205px;
	background-position:0 0px;
}#navi1 a:hover {
	background-position:0 -39px;
}
#navi2 a:link,li#navi2 a {
	width:193px;
	background-position:-205px 0px;
}#navi2 a:hover {
	background-position:-205px -39px;
}
#navi3 a:link,li#navi3 a {
	width:104px;
	background-position:-398px 0px;
}#navi3 a:hover {
	background-position:-398px -39px;
}
#navi4 a:link,li#navi4 a {
	width:152px;
	background-position:-502px 0px;
}#navi4 a:hover {
	background-position:-502px -39px;
}
#navi5 a:link,li#navi5 a {
	width:104px;
	background-position:-654px 0px;
}#navi5 a:hover {
	background-position:-654px -39px;
}
#navi6 a:link,li#navi6 a {
	width:103px;
	background-position:-758px 0px;
}#navi6 a:hover {
	background-position:-758px -39px;
}
#navi7 a:link,li#navi7 a {
	width:101px;
	background-position:-861px 0px;
}#navi7 a:hover {
	background-position:-861px -39px;
}
/**/
#bnr_img {
	display:block;
	width:960px;
	height:auto;
	margin:28px auto 0px auto;
}


/*=====コンテンツ+サイド=====*/
/*基本構造*/
#cts_wrap {
	display:block;
	width:960px;
	height:auto;
	background-image:url(../images/cts_wrap_bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:45px 0 0 0;
	overflow:hidden;
}
#contents {
	float:right;
	width:715px;
	margin-bottom:40px;
}
#side {
	float:left;
	width:212px;/*8+196+8px*/
	margin-bottom:40px;
	margin-top:0px;
}
/*廃止-
#side02 {
	float:right;
	width:240px;
	background-color:#FFF;
}
--*/


/*contents*/
#contents #pnavi {
	display: block;
	margin-bottom: 15px;
	color: #1a2159;
	font-size: 10px;
}#contents #pnavi a {
	text-decoration: underline;
	color: #1a2159;
}
#contents h2, #side h2 {
	display: block;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #1a2159;
	padding-bottom: 8px;
	padding-top: 2px;
	padding-left:5px;
	margin-bottom: 10px;
	border-bottom: dotted #6a6a6a 1px;
	clear: both;
}


#contents .h_blueback {
	display:block;
	font-size:1.3em;
	font-weight:normal;
	height:auto;
	line-height:1.2em;
	padding:10px 10px 8px 20px;
	margin-bottom:20px;
	color:#FFF;
	background-image:url(../images/h_blueback_bg.gif);
	background-repeat:repeat-x;
}
#contents .h_grayback {
	display:block;
	font-size:1.3em;
	height:auto;
	line-height:1.2em;
	padding:10px 10px 8px 15px;
	margin-bottom:20px;
	color:#000;
	background-image:url(../images/h_grayback_bg.gif);
	background-repeat:repeat-x;
	border:solid #CCC 1px;
}
#contents h3 {
	display:block;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:nomal;
	color:#144499;
	margin-bottom:0.5em;
	clear:both;
}
#contents h4 {
	font-weight:bold;
	font-size:1.1em;
}
#contents .inbox {
	display:block;
	margin-bottom:2em;
	clear:both;
	overflow:hidden;
}#contents > .inbox {
	overflow:hidden;
	padding-left:5px;
}
#contents p {
	display:block;
	margin-bottom:1em;
	text-align:1.8em;
}
/*横2コラム*/
#contents .col2p {
	display:block;
}#contents .col2p .left {
	width:48%;
	margin:0 0 15px;
}#contents .col2p .right {
	width:48%;
	margin:0 0 15px;
}#contents .col2p .left table,#contents .col2p .right table  {
	width:94%;
}
/*indexページ- listbox start */
#contents .listbox {
	display:block;
	width:801.5px;
	margin-top:40px;
	overflow:hidden;
}
#contents .listbox ul li {
	display: block;
	float: left;
	width: 323px;
	height: 250px;
	overflow: visible;
	margin-top: 0;
	margin-right: 57px;
	margin-bottom: 10px;
	margin-left: 0;
}
#contents .listbox ul li h3 {
	display:block;
	padding-top:10px;
	margin-top:10px;
}
#contents .listbox ul li h3 img {
	margin-top:-8px;
	margin-right:8px;
}
.listbox ul li p {
	margin-top:15px;
}
/*indexページ- listbox end */



/*=====side=====*/
#side h2 {
	font-size:1.2em;
}
#side #TW {
	display:block;
	margin:0 auto 15px auto;
	overflow:hidden;
	width:210px;
	height:275px;
}
/*column*/
/*採用情報、お知らせ用--廃止？2016.01*/
#side .column {
	display:block;
	width:190px;
	margin:0 auto 15px auto;
	padding:10px;
	border:solid #ccd2d9 1px;
	background-color:#FFF;
}
#side .column p, #side .column img {
	margin-bottom:1em;
}#side .column em {
	color:#0b3f95;
}
/*column category_index 2016.01追加*/
#side .column.category_index {
	display:block;
	width:100%;
	padding:0;
	border:none;
	margin-bottom:35px;
}
#side .column.category_index h2 {
	padding:10px 5px 10px 15px;
	line-height:1.3em;
	background-color:#262d64;
	color:#FFF;
	margin-bottom:1px;
	padding-top:1em;
}
#side .column.category_index ul {
	padding:20px 10px 10px 20px;
	margin:0;
	border:solid #ccd2d9 1px;
}
#side .column.category_index ul li {
	margin-bottom:20px;
}
/**/
#side .bnr {
	display:block;
	width:auto;
	margin:0 auto 15px;
	text-align:center;
}
/*▶ブレット装飾 contentsでも流用*/
#side .column ul {
	list-style:none;
}#side .column ul li, #contents .bullet {
	display:block;
	font-size:1em;
	line-height:1.5em;
	padding-left:12px;
	background-image:url(../images/mark_li01.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	margin-bottom:0.9em;
}



/*=====footer=====*/
#footer {
	display:block;
	width:100%;
	min-height:250px;
	clear:both;
	color:#222658;
	background-color:#eeeeee;
	margin:0 auto;
	overflow:hidden;
	border-top:solid #222658 20px;
}
#footer .inner {
	width: 98%;/*=190123=*/
	/*min-width:1168px;*/
	position:relative;
	margin:0 auto;
	padding-left:12px;
	padding-right:12px;
}
#footer a {
	color:#222658;
	text-decoration:underline;
}
#footer ul {
	display:block;
	/*=190123=*/
	width: 98%;/*=190123=*/
	/*min-width:1180px;*/
	margin:0 auto 15px auto;
	overflow:hidden;
}#footer li {
	float:left;
	font-size:11px;
	line-height:11px;
	padding-right:0.5em;
	margin-right:0.5em;
	border-right:solid #222658 1px;
}#footer li:last-child {
	border:none;
}
#footer address {
	display:block;
	width:98%;/*=190123=*/
	min-width:1180px;
	margin:0px auto 15px auto;
}
#footer #ic_list {
	display:block;
	width:98%;/*=190123=*/
	margin:15px auto 30px auto;
	overflow:hidden;
	position:relative;
}
#footer #ic_list p {
	margin:0 0 7px 0;
	line-height:1.2em;
}
#footer #ic_list a {
	margin-right:5px;
	float:left;
	height:32px;
}
#wwrht {
	position:absolute;
	top:0;right:20px;
}



/*=====table=====*/
/* table_type1*/
#contents table.table_type1 th,#contents table.table_type1 td {
	border:solid #d9d9d9 1px;
	padding:5px;
}#contents table.table_type1 th {
	background-color: #f2f2f2;
	font-weight:bold;
}
/* table_type2 */
#contents table.table_type2 {
	
}#contents table.table_type2 th {
	padding:5px;
	white-space: nowrap;
	background-color:#dedecf;
	border:solid #FFF 1px;
}#contents table.table_type2 td {
	padding:5px;
	background-color:#f1f1ed;
	border:solid #FFF 1px;
}


/*=====sp スマホ用=====*/
/*sp フローティングボタン*/
#sp_gotop {
	display:none;
}
/*ヘッダ*/
#sp_hbtn {
	display:none;
}
/*フッタ*/
#mode_sp_btn {
	display:none;
}

/*=====socialbtn=====*/
.socialbtn {
	display:block;
	margin:25px 0 0 0;
}
/*google+　※幅調整*/
.socialbtn #___plusone_0 {
	width:60px !important;
}.socialbtn #___plusone_0 iframe {
	width:auto !important;
}


/*a半透明*/
#contents a,
#contents a:hover,
#side a,
#side a:hover
{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform:perspective(0);/*safariちらつき防止*/
}
#contents a img:hover,
#side a img:hover
{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*a半透明-背景画像も透明に*/
#contents a:hover,
#side a:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75); /* IE6、IE7対応 */
	-moz-opacity: 0.75; /* Firefox1.5以前対応 */
}

