@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "メイリオ", "meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%; width:100%; }
fieldset, img
{ border: 0;}
img
{ /* max-width: 100%; width: 100%; height: auto; */ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; */ }


/* ---------------------------------------------------------------------------

	共通

--------------------------------------------------------------------------- */
/* フォント */
.textImgBox26,
.textImgBox32,
.textImgBox26 p,
.textImgBox32 p,
.textImgBox26 div,
.textImgBox32 div,
.textImgBox26 span,
.textImgBox32 span,
.textImgBox26 ul,
.textImgBox32 ul,
.textImgBox26 dl,
.textImgBox32 dl,
.textImgBox26 a,
.textImgBox32 a
	{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", "meiryo", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

/* リンクカラー */
a {
	outline: none;
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* table */
table {
	width:100%;
}

/* strong */
strong {
	color:#e60012;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:150%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#e60012;
	font-weight:bold;
}

/* エラーページ
----------------------------------------------------------*/
#error {
	margin:0 auto;
	padding-bottom:40px;
	width:960px;
}
#error .title {
	padding-bottom:5px;
	color:#3e73b1;
	font-weight:bold;
	font-size:40px;
}
#error .lead01 {
	margin-bottom:20px;
}
#error .lead02 {
	margin-bottom:10px;
	color:#3e73b1;
}
#error .point {
	margin-bottom:8px;
	padding:5px;
	background:#3e73b1;
	color:#fff;
	font-weight:bold;
}
#error ul {
	padding-bottom:20px;
}
#error ul.point {
	background:#efeded;
	color:#000;
	font-weight:normal;
}


/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
a.btn {
	margin:0 auto 2% auto;
	padding: 5px 20px;
	background:#e60012 url(../images/common/arrow02.gif) no-repeat 94% 50%;
	border-radius: 4px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:30%;
	color: #fff;
	font-weight:bold;
}
a.btn:hover {
	opacity:0.6;
}

/* Facebookページリンクボタン */
a.fbBtn {
	margin:0 auto 2% auto;
	padding: 5px 20px;
	background:#445fad url(../images/common/arrow02.gif) no-repeat 96% 50%;
	border-radius: 4px;
	text-decoration:none;
	display:block;
	text-align:center;
	color: #fff;
	font-weight:bold;
}
a.fbBtn:hover {
	opacity:0.6;
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img {
	opacity:0.7;
}


/* フォーム
----------------------------------------*/
input.short,
input.middle,
input.long,
textarea {
	padding:5px 10px;
	border:4px solid #dfdfdf;
	font-size:1.0em;
}
input.short {
	width:20%;
}
input.middle {
	width:50%;
}
input.long {
	width:90%;
}
textarea {
	width:90%;
	height:100px;
}
/* 必須 */
.hissu {
	padding:3px 4px 2px 4px;
	background:#e7133b;
	border-radius:4px;
	display:block;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
/* 任意 */
.nini {
	padding:3px 4px 2px 4px;
	background:#efefef;
	border:1px solid #ccc;
	border-radius:4px;
	display:block;
	float:right;
	font-weight:bold;
	font-size:11px;
}
input.submit {
	background: -moz-linear-gradient(top,#ab141f, #ce3540 50%,#920812 50%,#920812);
	background: -webkit-gradient(linear, left top, left bottom, from(#ce3540), color-stop(0.5,#ab141f), color-stop(0.5,#920812), to(#ce3540));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ab141f;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 20px 10px;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 10px auto;
	width:35%;
}


/* 最新情報のカテゴリーカラー */
.textImgBox28 p.icon,
#newsBox p.icon,
#newsShow p.icon {
	background:#00A0E9;
}
p.bg55,
.textImgBox28 p.bg55,
#newsBox p.bg55,
#newsShow p.bg55 {
	background:#E60012;
}




/* ---------------------------------------------------------------------------

	スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (max-width : 959px) {


/**{overflow:hidden;} /*スマホで閲覧した時にグラグラしなくなる*/

body {
	font-size:16px;
	line-height:140%;
}
/* P */
p {
	padding-bottom:4%;
	line-height:140%;
}
p:last-child {
	padding-bottom:0;
}



/* [sp] ベースの横幅
----------------------------------------------------------*/
.innerBox {
	padding:0 4% 8% 4%;
}
/* 背景色がある場合に使用 */
.innerBox02 {
	padding:4% 0;
}


/* [sp] 背景色
----------------------------------------------------------*/
.innerBoxColor01 {
	background:#A0D468;
}


/* [sp] パンくずリスト
----------------------------------------------------------*/
#breadcrumbs {
	padding-bottom:8%;
	line-height:120%;
	font-size:11px;
}
#breadcrumbs .innerBox {
	padding-bottom:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}

/* button02
----------------------------------------*/
.button02 {
	display: block;
	border-radius: 3px;
	color: #333;
	line-height: 14px;
	padding: 12px 10px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 4%;
}

.button02 span { font-size: 12px; }

.button02 img {
	margin-top: -4px;
	float:right;
}


.button02:hover {
	opacity:0.7;
}

/* [sp] textImgBox01
----------------------------------------*/
.textImgBox01 {
	overflow:hidden;
}
.textImgBox01 li {
	padding:4% 0;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.textImgBox01 li .photo {
	padding-right:4%;
	float:left;
	width:20%;
}
.textImgBox01 li .photo img {
	width:100%;
}
.textImgBox01 li .box {
	float:left;
	width:76%;
}
.textImgBox01 p.name {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox01 table {
	border-collapse:separate;
	border-spacing:2px;
}
.textImgBox01 th {
	padding:2px 6px;
	background:#f2f2f2;
	display:block;
}
.textImgBox01 td {
	padding:2px 6px 6px 6px;
	display:block;
}

/* [sp] textImgBox02
----------------------------------------*/
.textImgBox02 {
}
.textImgBox02 li .photo {
	padding-bottom:5px;
}
.textImgBox02 li .photo img {
	width:100%;
}
.textImgBox02 p.title {
	padding-bottom:2%;
	font-size:20px;
}
.textImgBox02 p.sub {
	padding-bottom:1%;
	font-size:14px;
}

/* [sp] textImgBox03
----------------------------------------*/
.textImgBox03 {
}
.textImgBox03 {
	overflow:hidden;
}
.textImgBox03 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox03 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox03 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox03 li .photo {
	padding-bottom:5px;
}
.textImgBox03 li .photo img {
	width:100%;
}
.textImgBox03 li p.title {
	padding-bottom:0;
}

/* [sp] textImgBox04
----------------------------------------*/
.textImgBox04 {
	overflow:hidden;
}
.textImgBox04 li {
	padding:4% 0;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.textImgBox04 li .photo {
	padding-right:4%;
	float:left;
	width:20%;
}
.textImgBox04 li .photo img {
	width:100%;
}
.textImgBox04 li .box {
	float:left;
	width:70%;
}
.textImgBox04 li .box p {
	padding-bottom:0;
}

/* [sp] textImgBox05
----------------------------------------------------------*/
.textImgBox05 {
}
.textImgBox05 {
	overflow:hidden;
}
.textImgBox05 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox05 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox05 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox05 li .photo {
	padding-bottom:5px;
}
.textImgBox05 li .photo img {
	width:100%;
}
.textImgBox05 li p.name {
	padding-bottom:0;
	text-align:center;
}
/* 追加 */
.textImgBox05 li .linkNavi li {
	margin:0;
	padding:0;
	float:none;
	width:auto;
}
.textImgBox05 li .linkNavi a {
	margin-bottom:2%;
	padding:2% 2% 2% 8%;
	border:1px solid #ccc;
	border-radius:4px;
	background:url(../images/common/arrow03.png) no-repeat 2% 50%;
	background-size:6px;
	text-decoration:none;
	display:block;
	font-size:12px;
}

/* [sp] textImgBox06
----------------------------------------*/
.textImgBox06 {
}
.textImgBox06 {
	overflow:hidden;
}
.textImgBox06 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox06 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox06 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox06 li .photo {
	padding-bottom:5px;
}
.textImgBox06 li .photo img {
	width:100%;
}
.textImgBox06 li p.title {
	padding-bottom:0;
	text-align:center;
}

/* [sp] textImgBox07
----------------------------------------------------------*/
.textImgBox07 {
	padding-bottom:20px;
}
.textImgBox07 .box {
	padding-bottom:10px;
}
.textImgBox07 .bnr {
}
.textImgBox07 .bnr img {
	width:100%;
}
/* お知らせなど */
.textImgBox07 .box li {
	padding-bottom:10px;
	overflow:hidden;
}
.textImgBox07 h3.style04 {
	margin-bottom:10px;
	padding:3px 0 3px 10px;
	border-left:5px solid #248aca;
	font-size:20px;
}
.textImgBox07 h3.style04 span {
	display:block;
	color:#aaa;
	font-weight:normal;
	font-size:10px;
}
.textImgBox07 .box li p {
	padding-bottom:0;
}
.textImgBox07 .box li p.date {
	padding:2px 5px;
	background:#f2f2f2;
	font-size:10px;
}
.textImgBox07 .box li p.title {
	padding:5px 0;
}

/* [sp] textImgBox08
----------------------------------------------------------*/
.textImgBox08 {
}
.textImgBox08 li {
	margin-bottom:10px;
}
.textImgBox08 a {
	padding:30px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.textImgBox08 span {
	padding-top:10px;
	display:block;
	font-weight:normal;
	font-size:11px;
}

/* btn01 */
.textImgBox08 li#btn01 {
	background:url(../images/top/top_works_btn01.jpg) no-repeat;
	background-size: cover;
}

/* btn02 */
.textImgBox08 li#btn02 {
	background:url(../images/top/top_works_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox08 li#btn03 {
	background:url(../images/top/top_works_btn03.jpg) no-repeat;
	background-size: cover;
}

.textImgBox08 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox08 a:hover {
	background-color: rgba(255,255,255, 0);
}


/* [sp] textImgBox09
----------------------------------------------------------*/
.textImgBox09 {
	padding-bottom:4%;
}
.textImgBox09 .photo {
	padding-bottom:4%;
	text-align:center;
}
.textImgBox09 .photo img {
	width:70%;
}
.textImgBox09 .box {
}
.textImgBox09 .box p {
	line-height:200%;
	font-size:14px;
}
.textImgBox09 .box .name {
	text-align:right;
}
.textImgBox09 .box .name img {
	width:70%;
}

/* [sp] textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	padding-bottom:20px;
}
.textImgBox10 .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox10 .photo img {
	width:100%;
}
.textImgBox10 .box {
}
.textImgBox09 .box p {
}
.textImgBox10 .box p.title {
	padding-bottom:10px;
	font-size:18px;
}
.textImgBox10 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
/* テーブル有り */
.textImgBox10 th.title {
	padding:2% 0 2% 2%;
	border-bottom:1px dashed #ccc;
}
.textImgBox10 td.price {
	padding:2% 0 2% 2%;
	border-bottom:1px dashed #ccc;
	text-align:right;
}
.textImgBox10 td.price span {
	text-align:right;
	color:#ae1c1e;
	font-size:22px;
}
.textImgBox10 td.price span.sub {
	display:block;
	color:#444;
	font-size:11px;
}

/* [sp] textImgBox11
----------------------------------------------------------*/
.textImgBox11 {
	padding-bottom:20px;
}
.textImgBox11 .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox11 .photo img {
	width:100%;
}
.textImgBox11 .box {
}
.textImgBox11 .box p.title {
	padding-bottom:10px;
	font-size:18px;
}


/* [sp] textImgBox13
----------------------------------------*/
.textImgBox13 {
}
.textImgBox13 li {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:1px solid #d6d6d6;
}
.textImgBox13 li:last-child {
	margin-bottom:0;
	border-bottom:none;
}
.textImgBox13 li .photo {
	padding-bottom:10px;
}
.textImgBox13 li .photo img {
	width:100%;
}
.textImgBox13 p.title {
	padding-bottom:2%;
	clear:both;
	line-height:100%;
	color:#248aca;
	font-size:22px;
}
.textImgBox13 p.sub {
	padding-bottom:2%;
	display:block;
	line-height:120%;
	font-weight:normal;
	font-size:14px;
}
.textImgBox13 .body {
}
.textImgBox13 p {
	padding:0;
}
/* 追加 */
.textImgBox13 li .cate {
	float:left;
	overflow:hidden;
	font-size:11px;
}
.textImgBox13 li .cate span {
	padding-right:10px;
	background:url(../images/common/arrow01.gif) no-repeat 100% 50%;
}
.textImgBox13 li .cate span:last-child {
	padding-right:0;
	background:none;
}
.textImgBox13 li .icon {
	float:right;
}
.textImgBox13 li .icon span {
	padding:2px 5px 0 5px;
	border-radius:4px;
	color:#fff;
	font-size:11px;
}
.textImgBox13 li .icon .pdf {
	background:#de020e;
}
.textImgBox13 li .icon .movie {
	background:#0101ef;
}

/* [sp] textImgBox14
----------------------------------------*/
.textImgBox14 {
}
.textImgBox14 {
	overflow:hidden;
}
.textImgBox14 li {
	padding-bottom:50px;
}
.textImgBox14 li p.title {
	margin-bottom:5px;
	padding:5px 10px;
	background:#0058a1;
	color:#fff;
	font-weight:bold;
}
.textImgBox14 li .photo {
	margin:0 auto;
	width:80%;
}
.textImgBox14 li .photo img {
	text-align:center;
	width:100%;
}
.textImgBox14 li .body {
	padding:0 20px;
}


/* [sp] textImgBox15
----------------------------------------*/
.textImgBox15 {
}
.textImgBox15 {
	overflow:hidden;
}
.textImgBox15 li {
	padding-bottom:50px;
}
.textImgBox15 li p.title {
	margin-bottom:5px;
	padding:5px 10px;
	background:#0058a1;
	color:#fff;
	font-weight:bold;
}
.textImgBox15 li th,
.textImgBox15 li td {
	padding:5px 10px;
	display:block;
}
.textImgBox15 li th {
	padding-left:28px;
}
.textImgBox15 li th.no01 {
	background:url(../images/common/arrow_no01.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no02 {
	background:url(../images/common/arrow_no02.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no03 {
	background:url(../images/common/arrow_no03.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li td.no01,
.textImgBox15 li td.no02,
.textImgBox15 li td.no03 {
	color:#a10008;
	font-weight:bold;
	font-size:16px;
}
.textImgBox15 li td {
	border-bottom:1px solid #e1e1e1;
	text-align:right;
}
.textImgBox15 li .body {
	padding:20px 20px 0 20px;
}


/* [sp] textImgBox16
----------------------------------------*/
.textImgBox16 {
	overflow:hidden;
}
.textImgBox16 li {
	padding:0 4% 0 0;
	float:left;
	width:30%;
}
.textImgBox16 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox16 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox16 li .photo {
	padding-bottom:5px;
}
.textImgBox16 li .photo img {
	width:100%;
}
.textImgBox16 li .box {
	text-align:center;
}
.textImgBox16 li .box p {
	padding:0;
	line-height:150%;
}
.textImgBox16 li p.rank {
	display:none;
}
.textImgBox16 li .box p.name {
}
.textImgBox16 li .box span {
	display:block;
	font-size:11px;
}
.textImgBox16 li p.catch {
	display:none;
}

/* [sp] textImgBox17
----------------------------------------*/
.textImgBox17 {
	padding-bottom:8%;
}
.textImgBox17 .titleText {
	margin-bottom:4%;
	padding:0 0 0 4%;
	border-left:4px solid #ccc;
	font-size:20px;
}
.textImgBox17 .imgBox01 {
	padding-bottom:8%;
}
.textImgBox17 .imgBox02 {
}
.textImgBox17 li {
	padding:4% 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox17 li .photo {
	float:left;
	width:26%;
}
.textImgBox17 li .photo img {
	width:100%;
}
.textImgBox17 li .box {
	float:right;
	width:70%;
}
.textImgBox17 li .box p {
	padding:0;
}
.textImgBox17 li .box p.title {
	padding-bottom:2%;
	font-size:18px;
}
.textImgBox17 li p.catch {
	padding-top:5px;
}

/* [sp] textImgBox18
----------------------------------------------------------*/
.textImgBox18 {
}
.textImgBox18 li {
	margin-bottom:2%;
}
.textImgBox18 a {
	padding:10% 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.textImgBox18 span {
	display:block;
	font-weight:normal;
	font-size:11px;
}

/* btn01 */
.textImgBox18 li#btn01 {
	background:url(../images/company_btn01.jpg) no-repeat;
	background-size: cover;
}
/* btn02 */
.textImgBox18 li#btn02 {
	background:url(../images/company_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox18 li#btn03 {
	background:url(../images/company_btn03.jpg) no-repeat;
	background-size: cover;
}

.textImgBox18 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox18 a:hover {
	background-color: rgba(255,255,255, 0);
}

/* [sp] textImgBox19
----------------------------------------------------------*/
.textImgBox19 {
	margin:0 auto;
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox19 li {
	margin-bottom:8%;
	padding-bottom:10%;
	background:url(../images/yazi.gif) no-repeat center bottom;
	background-size:10%;
	overflow:hidden;
}
.textImgBox19 li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.textImgBox19 .photo {
	float:left;
	width:24%;
}
.textImgBox19 .photo img {
	width:100%;
}
.textImgBox19 .box {
	float:right;
	width:72%;
}
.textImgBox19 .box p.title {
	padding-bottom:0;
	font-size:22px;
}
.textImgBox19 .box p.title span {
	color:#ae1c1e;
}

/* [sp] textImgBox20
----------------------------------------------------------*/
.textImgBox20 {
}
.textImgBox20 p.number {
	padding:0;
	float:left;
	width:50%;
	line-height:90%;
	font-size:100px;
}
.textImgBox20 p.number span {
	display:none;
}
.textImgBox20 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox20 li .photo {
	padding-bottom:4%;
	float:right;
	width:50%;
}
.textImgBox20 li .photo img {
	width:100%;
}
.textImgBox20 li .body {
	clear:both;
}
.textImgBox20 li .title {
	padding-bottom:4%;
	font-size:22px;
}

/* [sp] textImgBox21
----------------------------------------------------------*/
.textImgBox21 {
	margin-bottom:20px;
}
.textImgBox21 li {
	padding-bottom:10px;
}
.textImgBox21 li a {
	padding:9px 0 6px 30px;
	background:#ffd232 url(../images/common/arrow01.gif) no-repeat 15px 12px;
	display:block;
	text-decoration:none;
	color:#222;
}
.textImgBox21 li a:hover {
	background:#ffe898 url(../images/common/arrow01.gif) no-repeat 15px 12px;
}

/* [sp] textImgBox22
----------------------------------------*/
.textImgBox22 {
	overflow:hidden;
}
.textImgBox22 img {
	width:100%;
}
.textImgBox22 li {
	padding-right:3%;
	float:left;
	width:31%;
}
.textImgBox22 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox22 li:nth-child(3n+1) {
	clear:both;
}

/* [sp] textImgBox23
----------------------------------------------------------*/
.textImgBox23 {
	padding-bottom:4%;
}
.textImgBox23 li {
	margin-bottom:4%;
	padding:8% 0;
	background:#EAE2FA url(../images/bg01.png) no-repeat right bottom;
	background-size:30%;
	text-align:center;
	font-size:16px;
}
.textImgBox23 span {
	display:block;
	font-size:12px;
}

/* [sp] textImgBox24
----------------------------------------------------------*/
.textImgBox24 {
	padding-bottom:4%;
}

/* textImgBox14 */
.textImgBox24 .textImgBox14 {
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li {
	padding-bototm:4%;
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox24 .textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox24 .textImgBox14 li p.title {
	margin-bottom:2%;
	padding:0;
	background:none;
	text-indent:inherit;
	color:#fff;
	font-size:16px;
}
.textImgBox24 .textImgBox14 li .photo {
	padding-bottom:2%;
	float:left;
	width:27%;
}
.textImgBox24 .textImgBox14 li .photo img {
	border-radius:10px;
	text-align:center;
	width:100%;
}
.textImgBox24 .textImgBox14 li .body {
	padding:0;
	float:right;
	width:70%;
	text-align:left;
}
/* カラータイトル01 */
.textImgBox24 .textImgBox14 li.bg01 p.title {
	background:#1a889f;
}
/* カラータイトル02 */
.textImgBox24 .textImgBox14 li.bg02 p.title {
	background:#ea5514;
}
/* カラータイトル03 */
.textImgBox24 .textImgBox14 li.bg03 p.title {
	background:#345700;
}

/* 共通 */
.textImgBox24 .box {
	margin:0 auto;
	padding:4% 4% 0 4%;
	border:1px solid #ccc;
	border-radius:10px;
	text-align:center;
}

/* タグ */
.textImgBox24 .type01 span,
.textImgBox24 .type02 span,
.textImgBox24 .type03 span {
	padding:2% 4%;
	color:#fff;
}
.textImgBox24 .type01 span {
	background:#1a889f;
}
.textImgBox24 .type02 span {
	background:#ea5514;
}
.textImgBox24 .type03 span {
	background:#345700;
}

/* stepStart */
.textImgBox24 .stepStart {
	text-align:left;
}
/* 枠線01 */
.textImgBox24 .step01 {
	border:5px solid #1a889f;
}
/* 枠線02 */
.textImgBox24 .step02 {
	border:5px solid #f00;
}
.textImgBox24 .box .title {
	padding-bottom:4%;
	background-position:center;
	font-size:22px;
}

/* 写真テキスト */
.textImgBox24 .photoBox {
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox24 .photoBox .photo {
	float:left;
	width:27%;
}
.textImgBox24 .photoBox .photo img {
	border-radius:10px;
	width:100%;
}
.textImgBox24 .photoBox .textBox {
	text-align:left;
	float:right;
	width:70%;
}
.textImgBox24 .photoBox dl {
	margin-top:4%;
}
.textImgBox24 .photoBox dt {
	padding-bottom:2%;
	background-size:20px;
	color:#f62837;
}
.textImgBox24 .photoBox dd {
	padding-bottom:8%;
}
/* 矢印 */
.textImgBox24 .yazi {
	padding:4% 0;
	text-align:center;
}
.textImgBox24 .yazi img {
	width:30px;
}

/* [sp] textImgBox25
----------------------------------------------------------*/
.textImgBox25 {
	padding:4%;
	background:#dcdcdc;
}
.textImgBox25 #telBox {
}
.textImgBox25 .innerBox {
	padding-bottom:0;
}
.textImgBox25 #telBox p {
	padding-bottom:0;
}
.textImgBox25 #telBox p.title {
	margin-bottom:4%;
	padding-bottom:2%;
	border-bottom:1px solid #999;
	font-size:18px;
}
.textImgBox25 #telBox p.tel {
}
.textImgBox25 #telBox .tel span {
	padding:1% 0 4% 12%;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:9%;
	display:block;
	font-size:34px;
}
.textImgBox25 .photo {
	text-align:center;
}
.textImgBox25 .photo img {
	width:100%;
}
/* リンク */
.textImgBox25 #telBox a {
	color:#e60012;
}


/* [sp] textImgBox26
----------------------------------------*/
.textImgBox26 {
	overflow:hidden;
}
.textImgBox26 .photo {
	padding-bottom:4%;
}
.textImgBox26 .photo img {
	width:100%;
}
.textImgBox26 .box {
}
.textImgBox26 p.rank {
	padding-bottom:2%;
}
.textImgBox26 .rank span {
    margin-right:4%;
    padding:2% 4%;
    background:#999 none repeat scroll 0% 0%;
	line-height:220%;
    color:#fff;
}
.textImgBox26 .box p.title {
	margin-bottom:4%;
	padding-bottom:2%;
	border-bottom: 1px solid #CCC;
	font-size:20px;
}
.textImgBox26 .box p.catch {
	padding-bottom:4%;
	line-height:130%;
	font-size:16px;
}
.textImgBox26 .message {
	padding-bottom:4%;
}
/* PDF */
.textImgBox26 a.pdf {
	margin-bottom:4%;
	padding:4% 0 4% 14%;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/common/arrow04.png) no-repeat 4% 50%;
	background-size:30px;
	box-sizing: border-box;
	text-decoration:none;
	width:100%;
	display:block;
}
/* さらに詳しいスペック情報 */
.textImgBox26 a.spec {
	margin-bottom:4%;
	padding:4% 0 4% 14%;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/btn_arrow01.png) no-repeat 6% 50%;
	background-size:20px;
	box-sizing: border-box;
	text-decoration:none;
	width:100%;
	display:block;
}
/* YouTube */
.textImgBox26 iframe {
	width:100%;
}
/* thum */
.textImgBox26 .thum {
	padding-top:2%;
	overflow:hidden;
}
.textImgBox26 .thum li {
	padding:0 2% 2% 0;
	float:left;
	width:49%;
}
.textImgBox26 .thum li:nth-child(2n) {
	padding-right:0;
}
.textImgBox26 .thum li img {
	width:100%;
}

/* [sp] textImgBox27
----------------------------------------*/
.textImgBox27 {
}
.textImgBox27 li {
	margin-bottom:4%;
	padding:4%;
	border:1px solid #ccc;
}
.textImgBox27 li .photo {
	padding-bottom:4%;
	text-align:center;
}
.textImgBox27 li .photo img {
	width:50px;
}
.textImgBox27 p.rank {
	padding-bottom:0;
}
.textImgBox27 p.name {
	padding-bottom:4%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.textImgBox27 p.catch {
	padding-bottom:4%;
}
/* リンク */
.textImgBox27 a.btn {
	margin-bottom:0;
	padding:2% 0;
	width:100%;
	font-size:12px;
}

/* [sp] textImgBox28
----------------------------------------------------------*/
.textImgBox28 {
	margin-bottom:4%;
	overflow:hidden;
}
.textImgBox28 li {
	padding:4%;
	overflow:hidden;
}
.textImgBox28 p {
	padding-bottom:0;
}
.textImgBox28 p.date {
	float:left;
	width:20%;
	font-size:11px;
}
.textImgBox28 p.icon {
	padding:0 5px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.textImgBox28 p.title {
	clear:both;
}


/* 偶数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n){
	background:#f3f3f3;
}

/* 奇数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n+1) td {
	background:#fff;
}

/* textImgBox31
----------------------------------------------------------*/
.textImgBox31 {
}
.textImgBox31 li {
	margin:0 2% 6% 0;
}
.textImgBox31 .linkNavi li {
	margin:0;
	padding-bottom:10px;
	float:none;
	width:auto;
}
.textImgBox31 .linkNavi a {
	padding-left:15px;
	background:url(../images/common/arrow03.png) no-repeat 0 50%;
	background-size:8px;
}
.textImgBox31 p.title {
	padding-bottom:10px;
	font-weight:bold;
}

/* textImgBox32
----------------------------------------*/
.textImgBox32 {
	padding-bottom:4%;
}
.textImgBox32 .photo {
	padding-bottom:4%;
}
.textImgBox32 .photo img {
	width:100%;
}
.textImgBox32 .box {
}
.textImgBox32 .message {
	margin-bottom:4%;
	padding-bottom:2%;
	border-bottom:1px solid #ccc;
}

/* [sp] box_switch01
----------------------------------------------------------*/
.box_switch01 {
}
	.switchNav01 {
		display: block;
		width: 100%;
		height: auto;
		border-left: none;
	}
		.switchNav01 li {
			display: block;
			float: none;
			margin-top: 10px;
			border: none;
			background: none;
		}
		.switchNav01.col2 li { width: 100%; }
			.switchNav01 li .tit {
				background-color: #333;
				background-image: url(../img/ico/ico_open01_sp.png);
				background-size: 16px 16px;
				background-repeat: no-repeat;
				background-position: 15px center;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
			}
			.switchNav01 li.open .tit {
				background-color: #333;
				background-image: url(../img/ico/ico_close01_sp.png);
			}
				.switchNav01 li .tit a,
				.switchNav01 li .tit a:hover, 
				.switchNav01 li .tit a:focus,
				.switchNav01 li.current .tit a {
					padding: 20px 45px;
					background-color: transparent;
					color: #fff;
					font-size: 128.57%;
					text-align: center;
				}
		.switchNav01 li .content {	
			padding: 15px;
			border: 4px solid #333;
		}
		.box_switch01 .contentBox01 {
			display: none;
		}

/* [sp] googleMapBox
----------------------------------------------------------*/
.googleMapBox {
}
.googleMapBox iframe {
	display:none;
}
.googleMapBox .spMap {
	text-align:center;
}

/* [sp] textList01
----------------------------------------*/
.textList01 {
}
.textList01 li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.textList01 li p {
	padding-bottom:0;
}
.textList01 li .date {
	font-size:11px;
}
.textList01 li .title {
}


/* [sp] topNews01
----------------------------------------------------------*/
#topNews01 {
}
#topNews01 p.newsTitle {
	margin:0 -4%;
	padding:2% 4%;
	background:#345700;
	color:#fff;
}
#topNews01 ul {
}
#topNews01 p {
	padding-bottom:0;
}
#topNews01 li {
	padding:4%;
	border-bottom:1px solid #c7c7c7;
	overflow:hidden;
}
#topNews01 .date {
	float:left;
	width:20%;
	font-size:12px;
}
#topNews01 .cate {
	padding:1% 0;
	background:#222;
	float:left;
	width:30%;
	text-align:center;
	line-height:1.0;
	color:#fff;
	font-size:11px;
}
#topNews01 .body {
	clear:both;
}
/* お知らせ */
#topNews01 .cate01 {
	background:#222;
}
/* 施工事例 */
#topNews01 .cate02 {
	background:#345700;
}
/* イベント */
#topNews01 .cate03 {
	background:#ff9900;
}

/* [sp] bnrLink01
----------------------------------------------------------*/
.bnrLink01 {
	padding-bottom:20px;
	text-align:center;
}
.bnrLink01 img {
	width:100%;
}

/* [sp] アコーディオン
----------------------------------------------------------*/
.trigger {
	margin-bottom:15px;
	padding:10px 15px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	   -moz-box-shadow: 0 7px 6px -6px #777;
	        box-shadow: 0 7px 6px -6px #777;
}
.open-close {
	padding:0 7px;
	background:rgb(202,36,55);
	border-radius:50%;
	float:right;
	color:#fff;
}

/* [sp] header
----------------------------------------------------------*/
header {
	padding:2% 4%;
}

/* [sp] logo
----------------------------------------------------------*/
#logo {
	text-align:center;
	clear:both;
}
#logo img {
	width:80%;
}

/* [sp] hNavi
----------------------------------------------------------*/
#hNavi {
	display:none;
}

/* [sp] hNavi02
----------------------------------------------------------*/
#hNavi02 {
	display:none;
}

/* [sp] グローバルナビゲーション
----------------------------------------------------------*/
.sp {
	display:block;
}
#menuBtn {
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	z-index:100;
}
#menuBtn img {
	width:100%;
}
#fixedBox {
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	display:none;
	width:100%;
	background:#e60012;
}
#fixedBox ul {
	width:100%;
}
#fixedBox li a {
	display:block;
	padding:10px 15px;
	background:url(../images/sp/ico_arrow01.png) no-repeat 96% 50%;
	background-size:2%;
	border-bottom:1px solid #ff727d;
	color:#fff;
	font-size:1.0em;
	text-decoration:none;
}

/* [sp] logo
----------------------------------------------------------*/
#logo {
	padding-bottom:4%;
	text-align:center;
	width:40%;
}
#logo img {
	width:100%;
}

/* miniTextBox
----------------------------------------------------------*/
.miniTextBox {
	padding:0 4% 8% 4%;
	font-size:16px;
}

/* [sp] contents
----------------------------------------*/
#contents {
}

/* [sp] YouTube
----------------------------------------------------------*/
.videoContainer {
	margin-bottom:4%;
	position:relative;
	padding:30px 0 56.25% 0;
	height:0;
	overflow:hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* [sp] GoogleMap埋込み
----------------------------------------------------------*/
.iframeMap {
	display:none;
}
.mapBtn {
	text-align:center;
}
.mapBtn img {
	width:70%;
}

/* [sp] box01
----------------------------------------------------------*/
.box01 {
	padding:20px 0 20px 0;
	overflow:hidden;
}

/* img100
----------------------------------------------------------*/
.img100 img {
	width:100%;
}

/* [sp] ヘッディングタグ
----------------------------------------------------------*/
h1 {
	padding-bottom:4%;
	float:left;
	width:85%;
	line-height:120%;
	color:#999;
	font-size:12px;
}
h2 {
	margin-bottom:2%;
	padding:6% 0;
	background:url(../images/h2_bg.png) no-repeat;
	background-size:cover;
	text-align:center;
}
h2 span {
	padding:10px 20px;
	background:url(../images/h2_bg02.png) no-repeat right;
	opacity:0.9;
}
h3 {
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/h3_bg.gif) no-repeat bottom center;
	text-align:center;
	font-size:22px;
}
h3 span {
	padding-bottom:10px;
	display:block;
	font-size:12px;
}
h4 {
	margin-bottom: 4%;
	padding-left: 14px;
	border-left: 2px solid #e60012;
	font-weight: bold;
	font-size: 14px;
}
h5 {
}

/* [sp] [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:4%;
	width:100%;
}
table.style01 th {
	padding:4%;
	background:#eee;
	display:block;
	vertical-align:top;
	font-weight:bold;
}
table.style01 td {
	padding:4%;
	display:block;
	vertical-align:top;
}

/* [sp] [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:4%;
	width:100%;
}
table.style02 th {
	padding:4%;
	border-bottom:1px solid #dcdcdc;
	display:block;
	vertical-align:top;
	font-weight:bold;
}
table.style02 td {
	padding:4%;
	border-bottom:1px solid #dcdcdc;
	display:block;
	vertical-align:top;
}

/* [sp] SNSボタン
----------------------------------------*/
#snsBox {
	margin:4% 0;
	padding:5px 0 0 10px;
	background:#f2f2f2;
	overflow:hidden;
}
#snsBox li {
	float:left;
}
#snsBox li#fb {
	padding-top:4px;
}
#snsBox li#share {
	width:70px;
}
#snsBox li#twitter {
	padding-top:4px;
}
#snsBox li#line {
	padding-right:30px;
}
#snsBox li#hatena {
	padding-top:4px;
}

/* [sp] [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin-left:4%;
	list-style-type:disc;
}
ul.style01 li {
	padding-bottom:4%;
}
ul.style01 li:last-child {
	padding-bottom:0;
}

/* [sp] [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin-left:4%;
	list-style-type:decimal;
}
ol.style01 li {
	padding-bottom:4%;
}
ol.style01 li:last-child {
	padding-bottom:0;
}

/* [DL] style01
----------------------------------------------------------*/
dl.style01 {
}
dl.style01 dt {
	font-weight:bold;
}
dl.style01 dd {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow03.png) no-repeat 0 6px;
	background-size:8px;
}
dl.style01 dd:last-child {
	padding-bottom:0;
}


/* [sp] innerBox
----------------------------------------*/
.innerBox {
	padding-bottom:30px;
}

/* [sp] パンくずリスト
----------------------------------------------------------*/
#breadcrumb {
	padding:10px 0 30px 0;
}
#breadcrumb li {
	display:inline;
}
#breadcrumb a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}

/* [sp] tableWidthBox01
----------------------------------------------------------*/
.tableWidthBox01 {
	margin-bottom:30px;
	width: 100%;
	overflow-x: auto;
}
.tableWidthBox01 table.style01 {
	width: 960px;
}
.tableWidthBox01 table.style01 th,
.tableWidthBox01 table.style01 td {
	display:table-cell;
}
.tableWidthBox01 table.style01 th {
	padding:5px 10px;
	border-bottom:1px solid #dfdfdf;
	background:#fff;
	vertical-align:top;
}
.tableWidthBox01 table.style01 td {
	padding:5px 10px;
	border-bottom:1px solid #dfdfdf;
	vertical-align:top;
}

/* [sp] tableWidthBox02
----------------------------------------------------------*/
.tableWidthBox02 {
}
.tableWidthBox02 table.style01 {
	border-collapse: collapse;
	border-spacing:0 !important;
	display: block;
	position: relative;
}
.tableWidthBox02 table.style01 thead {
	display: block;
	float: left;
}
.tableWidthBox02 table.style01 tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
.tableWidthBox02 table.style01 thead th {
	background: #ffc;
	display: block;
}
.tableWidthBox02 table.style01 tbody td {
	display: block;
}
.tableWidthBox02 table.style01 tbody tr {
	display: inline-block;
}
.tableWidthBox02 table.style01 th:not(:last-child) {
	border-bottom: none;
}
.tableWidthBox02 table.style01 td:not(:last-child) {
	border-bottom: none;
}
.tableWidthBox02 table.style01 td {
	border-left: none;
}
/* デザイン */
.tableWidthBox02 table.style01 th {
	padding:5px 10px;
	border:1px solid #dfdfdf;
	vertical-align:top;
	font-weight:bold;
}
.tableWidthBox02 table.style01 td {
	padding:5px 10px;
	border:1px solid #dfdfdf;
	vertical-align:top;
}


/* [sp] トップページ
----------------------------------------------------------*/
/* メイン画像 */
#home h2 {
	padding:0;
	background:none;
}
#home #h2Bg {
	display:none;
}
#home #spH2 {
	padding-bottom:4%;
}
#home #spH2 img {
	width:100%;
}


/* [sp] UNICギャラリー */
#topGallery {
	padding-bottom:8%;
}
#topGallery li {
	padding:4%;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
#topGallery li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
#topGallery li .photo {
	float:left;
	width:28%;
}
#topGallery li .photo img {
	width:100%;
}
#topGallery li .box {
	padding:0;
	background:none;
	text-align:left;
	float:right;
	width:68%;
}
#topGallery li p.name {
	padding-bottom:2%;
	font-weight:bold;
}
#topGallery li p.name span {
	margin-right:5px;
	padding:2px 3px 1px 5px;
	background:#444;
	color:#fff;
	font-weight:normal;
	font-size:11px;
}
#topGallery li p.cate {
}
#topGallery li p.cate a {
	padding:0;
	background:#e60012 url(../images/common/arrow02.gif) no-repeat 98% 50%;
	width:100%;
	font-size:12px;
}


/* [sp] 最新情報
----------------------------------------------------------*/
#newsShow {
}
#newsShow p.date {
	margin-bottom:4%;
	padding:2% 4%;
	background:#efefef;
}
#newsShow p.icon {
	margin-bottom:4%;
	padding:1% 0;
	text-align:center;
	width:30%;
	color:#fff;
	font-size:12px;
}
#newsShow p.title {
	margin-bottom:4%;
	padding-bottom:2%;
	border-bottom:1px solid #ccc;
	font-size:18px;
}
#newsShow a.btn {
	padding:5px 0;
	width:100%;
}

/* TABLE */
#newsShow .table-bordered {
}
#newsShow .table-bordered th,
#newsShow .table-bordered td {
	padding:2%;
	border:1px solid #ccc;
}

/* アイコンカラー */
#newsShow p.bg01 {
	background:#666;
}
#newsShow p.bg01 {
	background:#e60012;
}
#newsShow p.bg03 {
	background:#445fad;
}

/* PDF */
#newsShow .pdf a {
	margin-top:4%;
	padding:2% 0 2% 14%;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/common/arrow04.png) no-repeat 4% 50%;
	background-size:20px;
	box-sizing: border-box;
	text-decoration:none;
	display:block;
}


/* [sp] 会社案内
----------------------------------------------------------*/
#company {
}
#company .textImgBox26 .thum {
}
#company .textImgBox26 .thum li {
	padding:2% 2% 0 0;
	float:left;
	width:32%;
}
#company .textImgBox26 .thum li img {
	height:auto;
}
#company .textImgBox26 .thum li:nth-child(3n) {
	padding-right:0;
}


/* [sp] サポート＆メンテナンス
----------------------------------------------------------*/
#support {
}
#support .textImgBox02 li {
	background:url(../images/btn_arrow01.png) no-repeat 98% 50%;
}
#support .pointBox01 {
	padding-bottom:8%;
}
#support .pointBox01 p.title {
	padding-bottom:0;
	font-size:14px;
	font-weight:bold;
}
#support .pointBox01 p.left {
}
#support .pointBox01 p.check span {
	color: #e60012;
	display: block;
	font-size: 15px;
}
#support p.point01 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	background-color: #e60012;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 2%;
	clear:both;
}

#support .textImgBox24.bg01 {
	margin-bottom: 4%;
}
#support .textImgBox24.bg01 .pointText {
	color: #e60012;
}
#support p.point02 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	background-color: #06c;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 2%;
}
#support .textImgBox24.bg02 {
	margin-bottom: 4%;
}
#support .textImgBox24.bg02 .pointText {
	color: #06c;
	font-size:16px;
}
#support p.point03 {
	font-size: 14px;
	color: #fff;
	padding:0;
	background-color: #e90;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 2%;
}
#support .textImgBox24.bg03 {
	margin-bottom: 4%;
}
#support .textImgBox24.bg03 .pointText {
	color: #e90;
	font-size:16px;
}
#support .textImgBox24.bg03 .check {
	text-align:left;
}
#support p.point04 {
	font-size: 14px;
	color: #fff;
	padding:0;
	background-color: #f09;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 2%;
}
#support .textImgBox24.bg04 {
	margin-bottom: 4%;
}
#support .textImgBox24.bg04 .pointText {
	color: #f09;
	font-size:16px;
}

#support .textImgBox24 .photo02 img {
	width: 100%;
	margin-bottom: 15px;
}
#support .textImgBox24 .textImgBox14 {
	overflow:hidden;
}
#support .textImgBox24 .textImgBox14 li {
	padding-bototm:0;
	overflow:hidden;
}
#support .textImgBox24 .textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
#support .textImgBox24 .textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
#support .textImgBox24 .textImgBox14 li p.title {
	margin-bottom:2%;
	padding:0;
	background:none;
	text-indent:inherit;
	color:#fff;
	font-size:16px;
}
#support .textImgBox24 .textImgBox14 li p.pointText {
	text-align:left;
}
#support .textImgBox24 .textImgBox14 li .photo {
	padding-bottom:5%;
	float:left;
	width:37%;
	padding-right:3%;
}
#support .textImgBox24 .textImgBox14 li .photo img {
	border-radius:10px;
	text-align:center;
	width:100%;
}
#support .textImgBox24 .textImgBox14 li .body {
	padding:0;
	float:right;
	width:60%;
	text-align:left;
}


#support .textImgBox10 ol li {
	padding: 10px 0 5px 30px;
	display:block;
	height:22px;
	font-size:14px;
}
#support .textImgBox10 ol li.list01 {
	background-image: url(../images/support_no01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list02 {
	background-image: url(../images/support_no02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list03 {
	background-image: url(../images/support_no03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list04 {
	background-image: url(../images/support_no04.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list05 {
	background-image: url(../images/support_no05.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list06 {
	background-image: url(../images/support_no06.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox10 ol li.list07 {
	background-image: url(../images/support_no07.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox13 p.title {
	color:#333;
	border:none;
}
#support .button02 {
	margin: 15px 0;
}
#support ul.check01 {
	padding-bottom:10px;
}
#support ul.check01 li {
	padding: 10px 0 5px 35px;
	display:block;
	height:25px;
	font-size:14px;
	background-image: url(../images/support_check01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox19 p.red {
	margin:8% 0;
}
#support .textImgBox19 img.no {
	border:none;
	padding-right:10px;
	vertical-align:middle;
	margin-top:-5px;
}
#support .tableWidthBox01 tr.name th { background-color: #FADBDC; }


/* [sp] UNICギャラリーと中古車情報
----------------------------------------------------------*/
#galleryShow a.btn,
#usedShow a.btn {
	padding:5px 0;
	width:92%;
}


/* [sp] 動画でわかるUNIC
----------------------------------------------------------*/
#movie {
}
#movie .miniTextBox {
	text-align:center;
}
#movie .textImgBox02 li {
	padding-bottom:12%;
}
#movie .textImgBox02 li p.title {
	margin-bottom:2%;
	padding-bottom:2%;
	border-bottom:1px solid #ccc;
}
#movie .textImgBox02 .photo iframe {
	width:100%;
}

/* [sp] お問合せ・資料請求
----------------------------------------------------------*/
#contact {
}
#contact a.telText01 {
	color:#e60012;
	font-weight:normal;
	font-size:18px;
}
#contact table.style01 th {
	width:150px;
}
#contact dt span.req {
	font-weight:normal;
	padding-left:1em;
	font-size:10px;
	color:#a10008;
}
#contact dt {
	padding:2%;
	background:#efefef;
	display:block;
}
#contact dd {
	padding:2%;
	border-bottom:none;
	display:block;
}

#contact p.sslText01 {
	margin: 20px 0 10px;
	text-align:center;
}

/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
#contact button.btn {
	background:#e60012;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d20010;
	padding: 4% 0;
	margin: 0 auto;
	font-size: 16px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	font-weight:bold;
}
#contact button.btn:hover {
	opacity:0.7;
}




/* その他リンク
----------------------------------------------------------*/
#link {
}
#link ul.textImgBox31 {
	overflow:hidden;
}
#link ul.style01 {
	margin-left:0;
	list-style:none;
}
#link ul.style01 li {
	padding:0 0 10px 23px;
	background:url(../images/btn_arrow01.png) no-repeat 0 6px;
	background-size:15px;
	font-weight:bold;
}

/* [sp] pager
----------------------------------------------------------*/
#pager {
	padding:4% 0;
	text-align:center;
}
#pager a {
	margin-right:5px;
	padding:5px 10px;
	border-radius:4px;
	border:1px solid #E7133B;
	background:#E7133B;
	text-decoration:none;
	color:#fff;
}
#pager a:hover {
	opacity:0.6;
}
/* カレント */
#pager span.current {
	margin-right:5px;
	padding:5px 10px;
	border-radius:4px;
	border:1px solid #E7133B;
	background:#fff;
	text-decoration:none;
	color:#E7133B;
}

/* [sp] footer footerType02
----------------------------------------------------------*/
footer#footerType02 {
	margin-bottom:4%;
	overflow:hidden;
	color:#fff;
}
footer#footerType02 a {
	color:#fff;
}
footer#footerType02 .box01 {
	background:#444;
}
footer#footerType02 .inner {
	padding:0 4%;
}
/* facebookページ */
footer#footerType02 #photoBox {
	padding-bottom:4%;
}
/* 住所 */
footer#footerType02 address {
}
footer#footerType02 address dt {
	padding-bottom:2%;
	border-bottom:1px solid #ccc;
}
footer#footerType02 address dd {
	padding:2% 0 4% 0;
}
/* 古河ユニック株式会社 */
footer#footerType02 address .style01 {
	margin-bottom:4%;
	padding:4%;
	background:#6c6c6c;
	font-size:12px;
}
footer#footerType02 address .style01 dt {
	padding-bottom:2%;
	border-bottom:1px solid #ccc;
}
footer#footerType02 address .style01 dd {
	padding:2% 0;
	background:none;
}
/* ロゴ */
footer#footerType02 #footerLogo {
	padding-bottom:4%;
	font-size:16px;
}
/* footerBox */
footer#footerType02 #footerBox {
}
/* fNavi */
footer#footerType02 #fNavi {
	margin-bottom:4%;
}
footer#footerType02 #fNavi li {
	border-bottom:1px solid #ccc;
}
footer#footerType02 #fNavi a {
	padding:2% 4%;
	background:url(../images/common/arrow01.gif) no-repeat 96% 50%;
	display:block;
	text-decoration:none;
	color:#333;
}
/* コピーライト */
footer#footerType02 #copy {
	text-align:center;
	font-size:11px;
}


/* [sp] pageTop
----------------------------------------------------------*/
#pageTop {
    bottom: 2%;
    position: fixed;
    right: 2%;
    z-index: 100;
}
#pageTop img {
	width:50px;
}




}





/* ---------------------------------------------------------------------------

	パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (min-width : 960px) {

body {
	font-size: 16px;
	line-height:170%;
}

/* a */
a img:hover {
	opacity:0.6;
}

a.fbBtn {
	padding:10px 0;
	width:65%;
}

/* P */
p {
	padding:0 0 20px 0;
	line-height:170%;
}
p:last-child {
	padding-bottom:0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　必ず設定する　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
------------------------------------------------------------------------------------------------------------------------------------------*/
/* ベースの横幅
----------------------------------------------------------*/
.innerBox {
	margin:0 auto;
	padding-bottom:100px;
	width:90%;
	max-width:960px;
	overflow:hidden;
}
/* 背景色がある場合に使用 */
.innerBox02 {
	margin:0 auto;
	padding-top:4%;
	width:90%;
	max-width:960px;
	overflow:hidden;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
--------------------------------------------------------------------------------------------------------------------------------------- */


/* 背景色
----------------------------------------------------------*/
.innerBoxColor01 {
	background:#f4f4f4;
}
.innerBoxColor02 {
	background:url(../images/innerBoxColor04.jpg) no-repeat top center;
}
.innerBoxColor03 {
	background:url(../images/innerBoxColor03.gif);
}
.innerBoxColor04 {
	background:#f2f6fb;
}
.innerBoxColor05 {
	background:url(../images/innerBoxColor05.jpg) no-repeat top center;
}
.innerBoxColor06 {
	background:#00436d;
}
.innerBoxColor07 {
	background:url(../images/innerBoxColor07.jpg) no-repeat top center;
}
.innerBoxColor08 {
	background:#333;
}

/* contents
----------------------------------------*/
#contents {
	background:url(../images/common/contents_bg.jpg);
}

/* contentsBox
----------------------------------------*/
#contentsBox {
	margin:0 auto;
	background:#fff;
	width:1160px;
	overflow:hidden;
}




/* パンくずリスト
----------------------------------------------------------*/
#breadcrumbs {
	padding-bottom:50px;
	font-size:12px;
}
#breadcrumbs .innerBox {
	padding-bottom:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}




/* ヘディングタグ
----------------------------------------------------------*/
h2 {
	padding:90px 0 100px 0;
	background:url(../images/h2_bg.png) no-repeat;
	text-align:center;
	font-size:40px;
}
h2 span {
	padding:10px 20px;
	background:url(../images/h2_bg02.png) no-repeat right;
	opacity:0.9;
}
h3 {
	margin-bottom:40px;
	padding-bottom:40px;
	background:url(../images/h3_bg.gif) no-repeat bottom center;
	text-align:center;
	line-height:140%;
	font-size:30px;
}
h3 span {
	padding-bottom:15px;
	display:block;
	font-size:22px;
}
h4 {
	padding-bottom:20px;
	color:#e60012;
	font-size:22px;
}
h5 {
}



/* YouTube
----------------------------------------------------------*/
.videoContainer {
	text-align:center;
}



/* button01
----------------------------------------*/
.button01 {
	position: relative;
	background-color: #ae1c1e;
	border-radius: 6px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #800b0d;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding:20px 50px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}
.button01:hover {
	background-color: #d83133;
	box-shadow: 0 3px 0 #800b0d;
}
.button01:active {
	top: 3px;
	box-shadow: none;
}


/* textImgBox01
----------------------------------------*/
.textImgBox01 {
	overflow:hidden;
}
.textImgBox01 li {
	padding:0 6% 40px 0;
	float:left;
	width:47%;
}
.textImgBox01 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox01 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox01 li .photo {
	float:left;
	width:20%;
}
.textImgBox01 li .photo img {
	width:100%;
}
.textImgBox01 li .box {
	float:right;
	width:76%;
}
.textImgBox01 p.name {
	padding-bottom:5px;
	line-height:140%;
	font-weight:bold;
	font-size:18px;
}
.textImgBox01 table {
	border-collapse:separate;
	border-spacing:2px;
}
.textImgBox01 th {
	padding:2px 6px;
	background:#f2f2f2;
	width:60px;
}
.textImgBox01 td {
	padding:2px 6px;
}

/* textImgBox02
----------------------------------------*/
.textImgBox02 {
	overflow:hidden;
}
.textImgBox02 li {
	padding:0 4% 60px 0;
	float:left;
	width:48%;
}
.textImgBox02 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox02 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox02 li .photo {
	padding-bottom:10px;
}
.textImgBox02 li .photo img {
	width:100%;
}
.textImgBox02 p.title {
	padding-bottom:10px;
	font-size:22px;
}
.textImgBox02 p.sub {
	padding-bottom:0;
	font-size:18px;
}

/* textImgBox03
----------------------------------------*/
.textImgBox03 {
	overflow:hidden;
}
.textImgBox03 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox03 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox03 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox03 li .photo {
	padding-bottom:5px;
}
.textImgBox03 li .photo img {
	width:100%;
}
.textImgBox03 li p.title {
	padding-bottom:0;
}

/* textImgBox04
----------------------------------------*/
.textImgBox04 {
	overflow:hidden;
}
.textImgBox04 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox04 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox04 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox04 li .photo {
	padding-bottom:10px;
}
.textImgBox04 li .photo img {
	width:100%;
}
.textImgBox04 p {
	padding:0 10px;
}
.textImgBox04 li p.title {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox04 p.rank {
	padding-bottom:0;
}
.textImgBox04 p.name {
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	font-size:16px;
}
.textImgBox04 p.name span {
	padding-left:5px;
	font-size:12px;
}
.textImgBox04 p.catch {
	padding-top:10px;
}

/* textImgBox05
----------------------------------------------------------*/
.textImgBox05 {
	overflow:hidden;
}
.textImgBox05 li {
	padding:0 2% 20px 0;
	float:left;
	width:15%;
}
.textImgBox05 li:nth-child(6n) {
	padding-right:0;
}
.textImgBox05 li:nth-child(6n+1) {
	clear:both;
}
.textImgBox05 li .photo {
	padding-bottom:5px;
}
.textImgBox05 li .photo img {
	width:100%;
	height:100%;
}
.textImgBox05 li p.name {
	padding-bottom:10px;
	letter-spacing:0;
	font-weight:bold;
	font-size:12px;
}
/* 追加 */
.textImgBox05 .linkNavi li {
	margin:0;
	padding-bottom:0;
	float:none;
	width:auto;
}
.textImgBox05 .linkNavi a {
	padding-left:10px;
	background:url(../images/common/arrow03.png) no-repeat 0 50%;
	background-size:6px;
	font-size:12px;
}


/* textImgBox06
----------------------------------------------------------*/
.textImgBox06 {
	overflow:hidden;
}
.textImgBox06 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox06 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox06 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox06 li .photo {
	padding-bottom:5px;
}
.textImgBox06 li .photo img {
	width:100%;
}
.textImgBox06 li p.title {
	padding-bottom:0;
	text-align:center;
	font-size:18px;
}

/* textImgBox07
----------------------------------------------------------*/
.textImgBox07 {
	overflow:hidden;
}
.textImgBox07 .box {
	float:left;
	width:48%;
}
/* ボタンリンク */
.textImgBox07 .bnr {
	float:right;
	width:48%;
}
.textImgBox07 .bnr img {
	width:100%;
}
/* お知らせなど */
.textImgBox07 .box li {
	padding-bottom:10px;
	overflow:hidden;
}
.textImgBox07 h3.style04 {
	margin-bottom:15px;
	padding:7px 0 7px 20px;
	border-left:5px solid #248aca;
	font-size:24px;
}
.textImgBox07 h3.style04 span {
	display:block;
	color:#aaa;
	font-size:10px;
}
.textImgBox07 .box li p {
	padding-bottom:0;
}
.textImgBox07 .box li p.date {
	padding-bottom:0;
	float:left;
	width:12%;
}
.textImgBox07 .box li p.title {
	padding-bottom:0;
	float:right;
	width:84%;
}


/* textImgBox08
----------------------------------------------------------*/
.textImgBox08 {
	overflow:hidden;
}
.textImgBox08 li {
	margin:0 2% 20px 0;
	float:left;
	width:32%;
}
.textImgBox08 li:nth-child(3n) {
	margin-right:0;
}
.textImgBox08 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox08 a {
	padding:130px 0 30px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.textImgBox08 span {
	padding-top:10px;
	display:block;
	font-weight:normal;
	font-size:11px;
}
/* btn01 */
.textImgBox08 li#btn01 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
/* btn02 */
.textImgBox08 li#btn02 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
/* btn03 */
.textImgBox08 li#btn03 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
.textImgBox08 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox08 a:hover {
	background-color: rgba(255,255,255, 0);
}

/* textImgBox09
----------------------------------------------------------*/
.textImgBox09 {
	overflow:hidden;
}
.textImgBox09 .photo {
	float:left;
	width:30%;
}
.textImgBox09 .photo img {
	width:100%;
}
.textImgBox09 .box {
	float:right;
	width:67%;
}
.textImgBox09 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox09 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox09 .name {
	padding-top:20px;
	text-align:right;
}
.textImgBox09 .name img {
	width:40%;
}

/* textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	overflow:hidden;
}
.textImgBox10 .photo {
	float:left;
	width:48%;
}
.textImgBox10 .photo img {
	width:100%;
}
.textImgBox10 .box {
	float:right;
	width:48%;
}
.textImgBox10 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox10 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox10 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
/* テーブル */
.textImgBox10 th.title {
	padding:20px 0 5px 5px;
	border-bottom:1px dashed #ccc;
	font-size:22px;
}
.textImgBox10 td.price {
	padding:10px 0 5px 5px;
	border-bottom:1px dashed #ccc;
	text-align:right;
}
.textImgBox10 td.price span {
	text-align:right;
	color:#ae1c1e;
	font-size:26px;
}
.textImgBox10 td.price span.sub {
	display:block;
	color:#444;
	font-size:12px;
}


/* textImgBox11
----------------------------------------------------------*/
.textImgBox11 {
	overflow:hidden;
}
.textImgBox11 .photo {
	float:right;
	width:48%;
}
.textImgBox11 .photo img {
	width:100%;
}
.textImgBox11 .box {
	float:left;
	width:48%;
}
.textImgBox11 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox11 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox11 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}


/* textImgBox13
----------------------------------------*/
.textImgBox13 {
	overflow:hidden;
}
.textImgBox13 li {
	padding:0 2% 6% 0;
	float:left;
	width:32%;
}
.textImgBox13 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox13 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox13 li .photo {
	margin-bottom:10px;
}
.textImgBox13 li .photo img {
	width:100%;
}
.textImgBox13 p {
	padding-bottom:0;
}
.textImgBox13 p.title {
	padding-bottom:10px;
	clear:both;
	color:#248aca;
	font-weight:bold;
	font-size:16px;
}
.textImgBox13 p.sub {
	padding-bottom:5px;
	display:block;
	font-weight:normal;
	font-size:12px;
}
/* 追加 */
.textImgBox13 li .cate {
	float:left;
	overflow:hidden;
	font-size:11px;
}
.textImgBox13 li .cate span {
	padding-right:15px;
	background:url(../images/common/arrow01.gif) no-repeat 96% 50%;
}
.textImgBox13 li .cate span:last-child {
	padding-right:0;
	background:none;
}
.textImgBox13 li .icon {
	float:right;
}
.textImgBox13 li .icon span {
	padding:2px 5px 0 5px;
	border-radius:4px;
	color:#fff;
	font-size:11px;
}
.textImgBox13 li .icon .pdf {
	background:#de020e;
}
.textImgBox13 li .icon .movie {
	background:#0101ef;
}


/* textImgBox14
----------------------------------------*/
.textImgBox14 {
	overflow:hidden;
}
.textImgBox14 li {
	padding:0 2% 70px 0;
	float:left;
	width:32%;
}
.textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox14 li p.title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	color:#0058a1;
	font-weight:bold;
	font-size:20px;
}
.textImgBox14 li .photo {
	text-align:center;
}
.textImgBox14 li .photo img {
	text-align:center;
	width:80%;
}
.textImgBox14 li .body {
	padding:0 30px;
}


/* textImgBox15
----------------------------------------*/
.textImgBox15 {
	overflow:hidden;
}
.textImgBox15 li {
	padding:0 2% 70px 0;
	float:left;
	width:32%;
}
.textImgBox15 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox15 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox15 li p.title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	color:#0058a1;
	font-weight:bold;
	font-size:20px;
}
.textImgBox15 li th,
.textImgBox15 li td {
	padding:15px 10px 5px 10px;
	border-bottom:1px solid #e1e1e1;
}
.textImgBox15 li th {
	padding-left:28px;
}
.textImgBox15 li th.no01 {
	background:url(../images/common/arrow_no01.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no02 {
	background:url(../images/common/arrow_no02.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no03 {
	background:url(../images/common/arrow_no03.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li td.no01,
.textImgBox15 li td.no02,
.textImgBox15 li td.no03 {
	color:#a10008;
	font-weight:bold;
	font-size:16px;
}
.textImgBox15 li td {
	text-align:right;
	vertical-align:bottom;
	width:50px;
}
.textImgBox15 li .body {
	padding:10px 20px 0 20px;
}


/* textImgBox16
----------------------------------------*/
.textImgBox16 {
	overflow:hidden;
}
.textImgBox16 li {
	padding:0 4% 80px 0;
	float:left;
	width:30.666%;
}
.textImgBox16 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox16 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox16 li .photo {
	float:left;
	width:30%;
}
.textImgBox16 li .photo img {
	width:100%;
}
.textImgBox16 li .box {
	float:right;
	width:66%;
}
.textImgBox16 li .box p {
	padding:0;
}
.textImgBox16 li .box p.name {
	padding-bottom:5px;
	border-bottom:1px solid #e0e0e0;
	font-size:16px;
}
.textImgBox16 li .box span {
	font-size:11px;
}
.textImgBox16 li p.catch {
	padding-top:5px;
}

/* textImgBox17
----------------------------------------*/
.textImgBox17 {
	overflow:hidden;
}
.textImgBox17 .titleText {
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.textImgBox17 .imgBox01 {
	float:left;
	width:47%;
}
.textImgBox17 .imgBox02 {
	float:right;
	width:47%;
}
.textImgBox17 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox17 li .photo {
	float:left;
	width:30%;
}
.textImgBox17 li .photo img {
	width:100%;
}
.textImgBox17 li .box {
	float:right;
	width:66%;
}
.textImgBox17 li .box p {
	padding:0;
}
.textImgBox17 li .box p.title {
	padding-bottom:5px;
	font-size:18px;
}
.textImgBox17 li p.catch {
	padding-top:5px;
}

/* textImgBox18
----------------------------------------------------------*/
.textImgBox18 {
}
.textImgBox18 li {
	margin-bottom:20px;
}
.textImgBox18 a {
	padding:80px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:30px;
}
.textImgBox18 span {
	display:block;
	font-weight:normal;
	font-size:22px;
}

/* btn01 */
.textImgBox18 li#btn01 {
	background:url(../images/company_btn01.jpg) no-repeat;
	background-size: cover;
}
/* btn02 */
.textImgBox18 li#btn02 {
	background:url(../images/company_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox18 li#btn03 {
	background:url(../images/company_btn03.jpg) no-repeat;
	background-size: cover;
}

.textImgBox18 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox18 a:hover {
	background-color: rgba(255,255,255, 0);
}


/* textImgBox19
----------------------------------------------------------*/
.textImgBox19 {
	margin:0 auto;
	overflow:hidden;
	width:60%;
}
.textImgBox19 li {
	margin-bottom:30px;
	padding-bottom:60px;
	background:url(../images/yazi.gif) no-repeat center bottom;
	background-size:30px;
	overflow:hidden;
}
.textImgBox19 li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.textImgBox19 .photo {
	float:left;
	width:36%;
}
.textImgBox19 .photo img {
	width:100%;
}
.textImgBox19 .box {
	float:right;
	width:60%;
}
.textImgBox19 .box p.title {
	padding-bottom:0;
	font-size:22px;
}
.textImgBox19 .box p.title span {
	color:#ae1c1e;
}

/* textImgBox20
----------------------------------------------------------*/
.textImgBox20 {
}
.textImgBox20 p.number {
	padding:0;
	float:left;
	width:20%;
	line-height:100%;
	font-size:150px;
}
.textImgBox20 p.number span {
	padding-left:15px;
	display:block;
	line-height:20%;
	color:#aaa;
	font-size:12px;
}
.textImgBox20 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox20 li .photo {
	float:right;
	width:25%;
}
.textImgBox20 li .photo img {
	width:100%;
}
.textImgBox20 li .body {
	padding-top:20px;
	float:left;
	width:51%;
}
.textImgBox20 li .title {
	padding-bottom:10px;
	font-size:24px;
}


/* textImgBox21
----------------------------------------------------------*/
.textImgBox21 {
	overflow:hidden;
}
.textImgBox21 li {
	padding:0 2% 2% 0;
	float:left;
	width:23.5%;
}
.textImgBox21 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox21 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox21 li a {
	padding:7px 0 7px 30px;
	border-radius:4px;
	background:#ffd232 url(../images/common/arrow01.gif) no-repeat 15px 50%;
	display:block;
	text-decoration:none;
	color:#222;
	font-size:18px;
}
.textImgBox21 li a:hover {
	background:#ffe898 url(../images/common/arrow01.gif) no-repeat 15px 50%;
}

/* textImgBox22
----------------------------------------*/
.textImgBox22 {
	overflow:hidden;
}
.textImgBox22 li {
	padding-right:2%;
	float:left;
	width:32%;
}
.textImgBox22 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox22 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox22 img {
	width:100%;
}

/* textImgBox23
----------------------------------------------------------*/
.textImgBox23 {
	overflow:hidden;
}
.textImgBox23 li {
	margin:0 2% 2% 0;
	padding:50px 0;
	background:#EAE2FA url(../images/bg01.png) no-repeat right bottom;
	background-size:50%;
	float:left;
	text-align:center;
	width:32%;
	font-size:22px;
}
.textImgBox23 li:nth-child(3n) {
	margin-right:0;
}
.textImgBox23 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox23 span {
	display:block;
	font-size:16px;
}


/* textImgBox24
----------------------------------------------------------*/
.textImgBox24 {
	padding:40px;
	background:#ccc;
}

/* textImgBox14 */
.textImgBox24 .textImgBox14 {
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li {
	padding:0 2% 30px 0;
	float:left;
	width:32%;
}
.textImgBox24 .textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox24 .textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox24 .textImgBox14 li p.title {
	margin-bottom:10px;
	padding:5px 0;
	border-radius:10px;
	background:none;
	text-indent:inherit;
	color:#fff;
	font-size:16px;
}
.textImgBox24 .textImgBox14 li .photo {
	padding-bottom:10px;
	width:auto;
}
.textImgBox24 .textImgBox14 li .photo img {
	border-radius:10px;
	text-align:center;
	width:100%;
}
.textImgBox24 .textImgBox14 li .body {
	padding:0;
	text-align:left;
}

/* カラータイトル01 */
.textImgBox24 .textImgBox14 li.bg01 p.title {
	background:#1a889f;
}

/* カラータイトル02 */
.textImgBox24 .textImgBox14 li.bg02 p.title {
	background:#ea5514;
}

/* カラータイトル03 */
.textImgBox24 .textImgBox14 li.bg03 p.title {
	background:#345700;
}


/* 共通 */
.textImgBox24 .box {
	margin:0 auto;
	padding:20px 4% 0 4%;
	border-radius:18px;
	background:#fff;
	text-align:center;
	width:92%;
}

/* タグ */
.textImgBox24 .type01,
.textImgBox24 .type02,
.textImgBox24 .type03 {
	padding:7px 10px;
	color:#fff;
	font-size:12px;
}
.textImgBox24 .type01 {
	background:#1a889f;
}
.textImgBox24 .type02 {
	background:#ea5514;
}
.textImgBox24 .type03 {
	background:#345700;
}


/* stepStart */
.textImgBox24 .stepStart {
	text-align:left;
}
/* 枠線01 */
.textImgBox24 .step01 {
	border:5px solid #1a889f;
}
/* 枠線02 */
.textImgBox24 .step02 {
	border:5px solid #f00;
}
.textImgBox24 .box .title {
	padding-bottom:20px;
	background-position:center;
	font-weight:bold;
	font-size:30px;
}

/* 写真テキスト */
.textImgBox24 .photoBox {
	padding-bottom:40px;
	overflow:hidden;
}
.textImgBox24 .photoBox .photo {
	float:left;
	width:34%;
}
.textImgBox24 .photoBox .photo img {
	border-radius:10px;
	width:100%;
}
.textImgBox24 .photoBox .textBox {
	margin-top:10px;
	text-align:left;
	float:right;
	width:64%;
}
.textImgBox24 .photoBox dl {
	margin-top:20px;
}
.textImgBox24 .photoBox dt {
	padding-bottom:10px;
	background-size:20px;
	color:#f62837;
	font-weight:bold;
	font-size:16px;
}

/* リスト */
.textImgBox24 ul {
	margin:20px 0;
}
.textImgBox24 li {
	padding:0 0 5px 16px;
	background:url(../images/common/arrow03.png) no-repeat 0 6px;
	background-size:12px;
}

/* 注意書き */
.textImgBox24 .pointBox {
	padding:10px 20px;
	border-radius:6px;
	background:#efefef;
	font-size:13px;
}

/* 矢印 */
.textImgBox24 .yazi {
	padding:30px 0;
	text-align:center;
}
.textImgBox24 .yazi img {
	width:30px;
}


/* textImgBox25
----------------------------------------------------------*/
.textImgBox25 {
	background:#dcdcdc;
	overflow:hidden;
}
.textImgBox25 .innerBox {
	padding-bottom:20px;
}
.textImgBox25 li {
	padding:20px 4% 0 0;
	float:left;
	width:48%;
}
.textImgBox25 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox25 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox25 li .photo {
	padding-bottom:10px;
}
.textImgBox25 li .photo img {
	width:100%;
}
.textImgBox25 li p.title {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox25 #telBox {
}
.textImgBox25 #telBox p {
	padding-bottom:0;
}
.textImgBox25 #telBox p.title {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	font-size:22px;
}
.textImgBox25 #telBox p.tel {
	padding-left:65px;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:12%;
	font-weight:bold;
	font-size:16px;
}
.textImgBox25 #telBox p.tel span {
	display:block;
	line-height:95%;
	font-weight:bold;
	font-size:40px;
}

/* textImgBox26
----------------------------------------*/
.textImgBox26 {
	overflow:hidden;
}
.textImgBox26 .photo {
	float:left;
	width:48%;
}
.textImgBox26 .photo img {
	width:100%;
}
.textImgBox26 .photo p {
	padding-bottom:10px;
}
.textImgBox26 .box {
	float:right;
	width:48%;
}
.textImgBox26 p.rank {
	padding-bottom:20px;
}
.textImgBox26 .rank span {
    margin-right:10px;
    padding:5px 10px;
    background:#e60012 none repeat scroll 0% 0%;
	line-height:220%;
    color:#fff;
}
.textImgBox26 .box p.title {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	line-height:100%;
	font-size:40px;
}
.textImgBox26 .box p.catch {
	padding-bottom:20px;
	line-height:130%;
	font-size:26px;
}
.textImgBox26 .message {
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
/* PDF */
.textImgBox26 a.pdf {
	margin-top:20px;
	padding:20px 0 20px 60px;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/common/arrow04.png) no-repeat 4% 50%;
	background-size:30px;
	box-sizing: border-box;
	text-decoration:none;
	width:100%;
	display:block;
	font-size:22px;
}
/* さらに詳しいスペック情報 */
.textImgBox26 a.spec {
	margin:20px 0 30px 0;
	padding:20px 0 20px 60px;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/btn_arrow01.png) no-repeat 6% 50%;
	background-size:20px;
	box-sizing: border-box;
	text-decoration:none;
	width:100%;
	display:block;
	font-size:22px;
}
/* YouTube */
.textImgBox26 iframe {
	width:100%;
}

/* thum */
.textImgBox26 .thum {
	overflow:hidden;
}
.textImgBox26 .thum li {
	padding:2% 2% 0 0;
	float:left;
	width:49%;
}
.textImgBox26 .thum li:nth-child(2n) {
	padding-right:0;
}
.textImgBox26 .thum li img {
	width:100%;
	height:168px;
}

/* textImgBox27
----------------------------------------*/
.textImgBox27 {
	overflow:hidden;
}
.textImgBox27 li {
	padding:0 4%;
	border-left:1px solid #ccc;
	box-sizing:border-box;
	float:left;
	width:25%;
}
.textImgBox27 li:nth-child(4n) {
	border-right:1px solid #ccc;
}
.textImgBox27 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox27 li .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox27 li .photo img {
	width:50px;
}
.textImgBox27 p {
	padding:0 10px;
}
.textImgBox27 p.rank {
	padding-bottom:0;
}
.textImgBox27 p.name {
	padding-bottom:15px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.textImgBox27 p.catch {
	padding-bottom:10px;
}
/* リンク */
.textImgBox27 a.btn {
	margin-bottom:0;
	padding:5px 0;
	width:100%;
	font-size:12px;
}

/* textImgBox28
----------------------------------------------------------*/
.textImgBox28 {
}
.textImgBox28 li {
	padding:15px;
	overflow:hidden;
}
.textImgBox28 p {
	padding-bottom:0;
}
.textImgBox28 p.date {
	float:left;
	width:10%;
	text-align:center;
}
.textImgBox28 p.icon {
	margin:2px 0 0 2%;
	padding-top:1px;
	float:left;
	width:18%;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.textImgBox28 p.title {
	float:right;
	width:67%;
}

/* 偶数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n){
	background:#f3f3f3;
}

/* 奇数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n+1) td {
	background:#fff;
}


/* textImgBox31
----------------------------------------------------------*/
.textImgBox31 {
}
.textImgBox31 li {
	margin:0 2% 6% 0;
	float:left;
	width:32%;
}
.textImgBox31 li:nth-child(3n+1) {
    margin-right: 0px;
	clear:both;
}
.textImgBox31 .linkNavi li {
	margin:0;
	padding-bottom:10px;
	float:none;
	width:auto;
}
.textImgBox31 .linkNavi a {
	padding-left:15px;
	background:url(../images/common/arrow03.png) no-repeat 0 50%;
	background-size:8px;
}
.textImgBox31 p.title {
	padding-bottom:10px;
	font-weight:bold;
}


/* textImgBox32
----------------------------------------*/
.textImgBox32 {
	padding-bottom:40px;
}
.textImgBox32 .photo {
	padding-bottom:40px;
}
.textImgBox32 .photo img {
	max-width:960px;
}
.textImgBox32 .box {
}
.textImgBox32 .message {
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

/* box_switch01
----------------------------------------------------------*/
.box_switch01 {
}
	.box_switch01 .contentBox01 {
		padding: 30px 0;
	}
	.switchNav01 {
		width: 100%;
	}
		.switchNav01 li {
			float: left;
			width: 100%;
			border-bottom: 3px solid #248b9a;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.switchNav01.col2 li { width: 50%; }
			.switchNav01 li .tit {
				width: 100%;
			}
				.switchNav01 li .tit a {
					display: block;
					background-color: #dbdad6;
					color: #333;
					text-decoration: none;
					text-align: center;
					vertical-align: middle;
					padding: 11px 10px;
				}
				.switchNav01 li .tit a:hover, 
				.switchNav01 li .tit a:focus {
					background-color: #248b9a;
					color: #fff;
				}
				.switchNav01 li.current .tit a { background-color: #248b9a; color: #fff; }
		.switchNav01 li .content {	
			display: none;
		}

/* googleMapBox
----------------------------------------------------------*/
.googleMapBox {
}
.googleMapBox .spMap {
	display:none;
}


/* topNews01
----------------------------------------------------------*/
#topNews01 {
	padding-right:20px;
	border:1px solid #345700;
	background:url(../images/top/news_bg.gif) repeat-y;
	overflow:hidden;
}
#topNews01 p.newsTitle {
	padding-bottom:40px;
	background:#345700 url(../images/top/news_title.png) no-repeat 30px 20px;
	float:left;
	width:20%;
	height:100px;
	text-indent:-9999px;
}
#topNews01 ul {
	margin-top:17px;
	float:right;
	width:78%;
}
#topNews01 p {
	padding-bottom:0;
}
#topNews01 li {
	padding-bottom:10px;
	overflow:hidden;
}
#topNews01 li:last-child {
	padding-bottom:0;
}
#topNews01 .date {
	padding:5px 0;
	float:left;
	width:10%;
	line-height:100%;
}
#topNews01 .cate {
	padding:5px 0;
	float:left;
	width:15%;
	text-align:center;
	line-height:100%;
	color:#fff;
	font-size:12px;
}
#topNews01 .body {
	padding:5px 0;
	float:right;
	width:72%;
	line-height:1.5;
}
#topNews01 .title {
	padding-bottom:10px;
	line-height:120%;
	font-weight:bold;
}
/* カテゴリ名01 */
#topNews01 .cate01 {
	background:#222;
}
/* カテゴリ名02 */
#topNews01 .cate02 {
	background:#345700;
}
/* カテゴリ名03 */
#topNews01 .cate03 {
	background:#ff9900;
}


/* textList01
----------------------------------------*/
.textList01 {
}
.textList01 li {
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.textList01 li p {
	padding-bottom:0;
}
.textList01 li .date {
	float:left;
	width:10%;
}
.textList01 li .title {
	float:right;
	width:88%;
}

/* SNSボタン
----------------------------------------*/
#snsBox {
	margin-bottom:20px;
	padding-top:10px;
	background:#efefef;
	overflow:hidden;
}
#snsBox li {
	padding-left:20px;
	float:right;
}
#snsBox li#fb {
}
#snsBox li#share {
	width:70px;
}
#snsBox li#twitter {
}
#snsBox li#line {
}
#snsBox li#hatena {
}


/* bnrLink01
----------------------------------------------------------*/
.bnrLink01 {
	padding-bottom:40px;
	text-align:center;
}

/* miniTextBox
----------------------------------------------------------*/
.miniTextBox {
	margin:0 auto;
	padding-bottom:40px;
	width:640px;
	text-align:center;
	font-size:22px;
}

/* アコーディオン
----------------------------------------------------------*/
.trigger {
	margin-bottom:20px;
	padding:10px 15px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	   -moz-box-shadow: 0 7px 6px -6px #777;
	        box-shadow: 0 7px 6px -6px #777;
	font-size:16px;
}
.open-close {
	padding:0 10px;
	background:rgb(202,36,55);
	border-radius:50%;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}


/* [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:20px;
	width:100%;
}
table.style01 th {
	padding:20px 25px;
	vertical-align:top;
	font-weight:bold;
}
table.style01 td {
	padding:20px 25px;
	vertical-align:top;
}

/* 偶数行の背景色を変更 */  
table.style01 tr:nth-child(even) th,
table.style01 tr:nth-child(even) td {
	background:#fff;
}

/* 奇数行の背景色を変更 */  
table.style01 tr:nth-child(odd) th,
table.style01 tr:nth-child(odd) td {
	background:#eee;
}

/* [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:20px;
	width:100%;
}
table.style02 th {
	padding:20px 25px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	font-weight:bold;
}
table.style02 td {
	padding:20px 25px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
}

/* [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin-left:20px;
	list-style-type:disc;
}
ul.style01 li {
	padding-bottom:20px;
}
ul.style01 li:last-child {
	padding-bottom:0;
}

/* [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin-left:20px;
	list-style-type:decimal;
}
ol.style01 li {
	padding-bottom:20px;
}
ol.style01 li:last-child {
	padding-bottom:0;
}

/* [DL] style01
----------------------------------------------------------*/
dl.style01 {
}
dl.style01 dt {
	font-weight:bold;
}
dl.style01 dd {
	padding:0 0 5px 15px;
	background:url(../images/common/arrow03.png) no-repeat 0 6px;
	background-size:8px;
}
dl.style01 dd:last-child {
	padding-bottom:0;
}

/* GoogleMap埋込み
----------------------------------------------------------*/
.iframeMap {
	width:100%;
	height:450px;
}
.mapBtn {
	text-align:center;
}
.mapBtn img {
	width:70%;
}

/* GoogleMap埋込み
----------------------------------------------------------*/
.mapBtn {
	display:none;
}


/* パンくずリスト
----------------------------------------------------------*/
#breadcrumb {
	margin:0 auto;
	padding:10px 0 40px 0;
	width:960px;
}
#breadcrumb li {
	display:inline;
}
#breadcrumb a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}



/* requestArea
----------------------------------------------------------*/
#requestArea .textImgBox02 li,
#requestArea .textImgBox02 .photo {
	padding-bottom:0;
}
#requestArea .textImgBox02 .telText04 {
	background:url(../images/bnr05.png) no-repeat;
	text-indent: -9999px;
	width:460px;
	height:159px;
}




/* header
----------------------------------------------------------*/
header {
	margin:0 auto;
	padding:5px 0 20px 0;
	overflow:hidden;
	width:1120px;
	position:relative;
}
h1 {
	text-align:right;
	color:#999;
	font-size:11px;
}

/* box01
----------------------------------------------------------*/
.box01 {
	padding:20px 0 20px 0;
	overflow:hidden;
}

/* logo
----------------------------------------------------------*/
#logo {
	padding:10px 0 0 20px;
	float:left;
}

/* headerTel
----------------------------------------------------------*/
#headerTel {
	margin-top:12px;
	padding:0 0 5px 60px;
	float:right;
	background:url(../images/common/arrow_tel01.gif) no-repeat;
	font-size:12px;
}
#headerTel span {
	display:block;
	line-height:100%;
	font-size:30px;
}

/* hNavi
----------------------------------------------------------*/
#hNavi {
	padding-top:10px;
	float:right;
	overflow:hidden;
}
#hNavi li {
	padding-bottom:17px;
	text-align:right;
}
#hNavi li:last-child {
	padding-bottom:0;
}

/* hNavi02
----------------------------------------------------------*/
#hNavi02 {
	position:absolute;
	top:42px;
	left:733px;
}
#hNavi02 li {
	padding-right:10px;
	float:left;
}
#hNavi02 li:last-child {
	padding-right:0;
}

/* グローバルナビゲーション
----------------------------------------------------------*/
#menuBtn {
	display:none;
}
#fixedBox {
	display:block;
	background:#444;
	opacity:0.9;
}
#fixedBox ul {
	margin:0 auto;
	width:1120px;
	overflow:hidden;
}
#fixedBox li {
	float:left;
	width:160px;
	display:block;
	text-indent:-9999px;
}
#fixedBox li a {
	display:block;
	background-image:none;
	height:47px;
}
#fixedBox li.topLink {
	display:none;	/* タブレットとパソコンでは非表示にする */
}

/* a */
#fixedBox a#navi01 {
	background:url(../images/common/gnavi08_off.gif) no-repeat;
}
#fixedBox a#navi02 {
	background:url(../images/common/gnavi02_off.gif) no-repeat;
}
#fixedBox a#navi03 {
	background:url(../images/common/gnavi03_off.gif) no-repeat;
}
#fixedBox a#navi04 {
	background:url(../images/common/gnavi04_off.gif) no-repeat;
}
#fixedBox a#navi05 {
	background:url(../images/common/gnavi05_off.gif) no-repeat;
}
#fixedBox a#navi06 {
	background:url(../images/common/gnavi06_off.gif) no-repeat;
}
#fixedBox a#navi07 {
	background:url(../images/common/gnavi07_off.gif) no-repeat;
}

/* hover */
#fixedBox a#navi01on,
#fixedBox a#navi01:hover {
	background:url(../images/common/gnavi08_on.gif) no-repeat;
}
#fixedBox a#navi02on,
#fixedBox a#navi02:hover {
	background:url(../images/common/gnavi02_on.gif) no-repeat;
}
#fixedBox a#navi03on,
#fixedBox a#navi03:hover {
	background:url(../images/common/gnavi03_on.gif) no-repeat;
}
#fixedBox a#navi04on,
#fixedBox a#navi04:hover {
	background:url(../images/common/gnavi04_on.gif) no-repeat;
}
#fixedBox a#navi05on,
#fixedBox a#navi05:hover {
	background:url(../images/common/gnavi05_on.gif) no-repeat;
}
#fixedBox a#navi06on,
#fixedBox a#navi06:hover {
	background:url(../images/common/gnavi06_on.gif) no-repeat;
}
#fixedBox a#navi07on,
#fixedBox a#navi07:hover {
	background:url(../images/common/gnavi07_on.gif) no-repeat;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



/* tableWidthBox01
----------------------------------------------------------*/
.tableWidthBox01 {
    width: 100%;
    overflow-x: auto;
}
.tableWidthBox01 table{
    width: 100%;
}


/* トップページ
----------------------------------------------------------*/
#home {
}

/* メイン画像 */
#home #h2Bg {
	margin-bottom:50px;
	background:url(../images/common/contents_bg.jpg) no-repeat;
}
#home #h2Bg h2 {
	margin:0 auto;
	padding:0;
	background:url(../images/top/mainphoto.png) no-repeat;
	width:1200px;
	height:1167px;
	font-size:12px;
}
#home #spH2 {
	display:none;
}

/* UNICギャラリー */
#topGallery {
	margin:0 auto 60px auto;
	overflow:hidden;
	width:960px;
}
#topGallery li {
	padding:0 2% 2% 0;
	float:left;
	width:15%;
}
#topGallery li:nth-child(6n) {
	padding-right:0;
}
#topGallery li .photo {
	padding-bottom:10px;
}
#topGallery li .photo img {
	background:#efefef;
	object-fit: contain;
	width:100%;
	height:130px;
}
#topGallery li p.sub {
	padding-bottom:0;
	color:#999;
	font-size:11px;
}
#topGallery li p.name {
	padding-bottom:10px;
	line-height:120%;
	font-weight:bold;
	font-size:12px;
}
#topGallery li p.cate {
}
#topGallery li p.cate a {
	padding:0;
	background:#e60012 url(../images/common/arrow02.gif) no-repeat 98% 50%;
	width:100%;
	font-size:12px;
}
#topGallery li .box {
	padding:0;
	background:none;
	width:100%;
	text-align:left;
}


/* 最新情報 */
#home #newsBox {
	position:relative;
}
#home #newsBox h3 {
	margin-bottom:0;
	padding-bottom:15px;
	background:none;
	border-bottom:8px solid #e7e7e7;
	text-align:left;
	color:#e60012;
	font-size:26px;
}
#home #newsBox a.btn {
	padding:2px 0 3px 0;
	position:absolute;
	top:0;
	right:0;
	width:120px;
}

/* 会社案内
----------------------------------------------------------*/
#company {
}
#company .textImgBox26 .thum {
}
#company .textImgBox26 .thum li {
	padding:2% 2% 0 0;
	float:left;
	width:32%;
}
#company .textImgBox26 .thum li img {
	height:auto;
}
#company .textImgBox26 .thum li:nth-child(3n) {
	padding-right:0;
}

#company .textImgBox26 p.title {
	margin-bottom:0;
	border-bottom:none;
	color:#E60012;
	font-size:28px;
}
#company table.style01 th {
	width:200px;
}
#company table.style01 td dl.style01 dd {
	padding-bottom:20px;
}
#company table.style01 td dl.style01 dd:last-child {
	padding-bottom:0;
}

/* リンク
----------------------------------------------------------*/
#link {
}
#link .textImgBox31 .linkNavi li.btn a {
	padding:5px 15px;
	border-radius:4px;
	background:none;
	background-color:#e60012;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

/* UNICギャラリー＆中古車情報
----------------------------------------------------------*/
#gallery .textImgBox13 li .photo {
}
#gallery .textImgBox13 li .photo img,
#used .textImgBox13 li .photo img {
	width:307px;
	height:215px;
}

/* UNICギャラリー
----------------------------------------------------------*/
#gallery {
}

/* 中古車情報
----------------------------------------------------------*/
#used {
}
/* 展示場のご紹介 */
#used .textImgBox09 {
	padding-bottom:30px;
}

/* サポート＆メンテナンス
----------------------------------------------------------*/
#support {
}
#support .miniTextBox {
	margin:0 auto 30px auto;
	border-bottom:1px solid #ccc;
	width:960px;
}
#support .textImgBox02 li {
	padding-bottom:0;
}
#service .textImgBox02 a {
	margin-top:15px;
	background:url(../images/btn_arrow01.png) no-repeat 98% 50%;
}
#support .pointBox01 {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
#support .pointBox01 .textImgBox13 li {
	padding-bottom:0;
}
#support .pointBox01 p.lead {
	font-weight:bold;
}
#support .pointBox01 p.title {
	font-weight:bold;
}
#support .pointBox01 p.left {
	float:left;
	margin-right: 10px;
}
#support .pointBox01 p.check span {
	color: #e60012;
	display: block;
	font-size: 15px;
}
#support p.point01 {
	font-size: 16px;
	color: #fff;
	padding: 0;
	background-color: #e60012;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#support .textImgBox24.bg01 {
	background-color:#95c3f1;
}
#support .textImgBox24.bg01 .pointText {
	color: #e60012;
}
#support p.point02 {
	font-size: 16px;
	color: #fff;
	padding: 0;
	background-color: #06c;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#support .textImgBox24.bg02 {
	background-color: #95c3f1;
	margin-bottom: 20px;
}
#support .textImgBox24.bg02 .pointText {
	color: #06c;
}
#support p.point03 {
	font-size: 16px;
	color: #fff;
	padding:0;
	background-color: #e90;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#support .textImgBox24.bg03 {
	background-color: #f0cf94;
	margin-bottom: 20px;
}
#support .textImgBox24.bg03 .pointText {
	color: #e90;
}
#support p.point04 {
	font-size: 16px;
	color: #fff;
	padding:0;
	background-color: #f09;
	display: block;
	width: 140px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-radius: 5px;
	margin-bottom:15px;
}
#support .textImgBox24.bg04 {
	background-color:#efa8d3;
	margin-bottom:15px;
}
#support .textImgBox24.bg04 .pointText {
	color: #f09;
}

#support .textImgBox24 .photo02 img {
	width: 480px;
	margin-bottom: 15px;
}
#support a.button02 {
	display: block;
	background:#e60012 url(../images/common/arrow02.gif) no-repeat 96% 50%;
	width: 430px;
	border-radius: 3px;
	color: #fff;
	line-height: 16px;
	padding: 12px 0 12px 20px;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
}

#support .textImgBox10 ol li {
	padding: 5px 0 5px 30px;
	font-size:14px;
}
#support .textImgBox10 ol li.list01 {
	background: url(../images/support_no01.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list02 {
	background: url(../images/support_no02.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list03 {
	background: url(../images/support_no03.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list04 {
	background: url(../images/support_no04.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list05 {
	background: url(../images/support_no05.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list06 {
	background: url(../images/support_no06.png) no-repeat 0 50%;
}
#support .textImgBox10 ol li.list07 {
	background: url(../images/support_no07.png) no-repeat 0 50%;
}
#support .textImgBox13 p.title {
	color:#333;
	border:none;
}
#support ul.check01 {
}
#support ul.check01 li {
	padding: 10px 0 5px 35px;
	display:block;
	height:25px;
	font-size:14px;
	background-image: url(../images/support_check01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#support .textImgBox19 p.red {
	margin:30px 0;
}
#support .textImgBox19 img.no {
	border:none;
	padding-right:10px;
	vertical-align:middle;
	margin-top:-5px;
}
#support .tableWidthBox01 tr.name th {
	background-color: #FADBDC;
}

/* 動画でわかるUNIC
----------------------------------------------------------*/
#movie {
}
#movie .textImgBox02 .photo iframe {
	width:100%;
}

/* お問合せ・資料請求
----------------------------------------------------------*/
#contact {
}
#contact .telText01 {
	color:#e60012;
	font-size:22px;
	text-decoration:none;
}
#contact table.style01 th {
	width:150px;
}
#contact form {
}
#contact form dl {
	margin-bottom:15px;
	border-top:#ccc dashed 1px;
}
#contact form dt {
	float:left;
	clear:both;
	display:block;
	width:214px;
	padding:10px 0 10px 10px;
	font-weight:bold;
}
#contact form dt span.req {
	padding-left:1em;
	font-size:12px;
	font-weight: normal;
	color:#a10008;
}
#contact form dd {
	border-bottom:#ccc dashed 1px;
	padding: 10px 0 10px 224px;
}
#contact p.sslText01 {
	margin: 20px 0 10px;
	text-align:center;
}

/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
#contact button.btn {
	background:#e60012;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d20010;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 16px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:284px;
	font-weight:bold;
}
#contact button.btn:hover {
	opacity:0.7;
}


/* 動画でわかるUNIC
----------------------------------------------------------*/
#movie {
}
#movie .movieBox {
	margin-bottom:40px;
	padding-bottom:100px;
	background:url(../images/movie_bg.jpg) no-repeat bottom center;
}


/* 面白画像(仮)詳細
----------------------------------------------------------*/
#pageNavi {
	margin-top:40px;
	overflow:hidden;
}
#pageNavi .navPrev {
	float:left;
	width:150px;
}
#pageNavi .navNext {
	float:right;
	width:150px;
}
#pageNavi a {
	padding:10px 20px;
	background:#e60012;
	border-radius:4px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
}


/* 最新情報（詳細）
----------------------------------------------------------*/
#newsShow {
}
#newsShow p.date {
	float:left;
	width:120px;
}
#newsShow p.icon {
	padding:2px 10px 1px 10px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:12px;
}
#newsShow p.title {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	clear:both;
	font-weight:bold;
	font-size:20px;
}

/* TABLE */
#newsShow .table-bordered {
}
#newsShow .table-bordered th,
#newsShow .table-bordered td {
	padding:10px;
	border:1px solid #ccc;
}

/* アイコンカラー */
#newsShow p.bg01 {
	background:#666;
}
#newsShow p.bg02 {
	background:#e60012;
}

/* PDF */
#newsShow .pdf a {
	margin-top:20px;
	padding:20px 0 20px 60px;
	border-radius:10px;
	border:1px solid #ccc;
	background:url(../images/common/arrow04.png) no-repeat 4% 50%;
	background-size:30px;
	box-sizing: border-box;
	text-decoration:none;
	width:400px;
	display:block;
	font-size:22px;
}



/* pager
----------------------------------------------------------*/
#pager {
	margin:0 auto 100px auto;
	padding:20px 0;
	background:#efefef;
	text-align:center;
	overflow:hidden;
	width:960px;
}
#pager a {
	margin-right:5px;
	padding:3px 10px;
	border-radius:4px;
	border:1px solid #333;
	background:#333;
	text-decoration:none;
	color:#fff;
}
#pager a:hover {
	opacity:0.6;
}
/* カレント */
#pager span.current {
	margin-right:5px;
	padding:3px 10px;
	border-radius:4px;
	border:1px solid #333;
	background:#fff;
	text-decoration:none;
	color:#333;
}


/* その他リンク
----------------------------------------------------------*/
#link {
}
#link ul.textImgBox31 {
	overflow:hidden;
}
#link ul.style01 {
	margin-left:0;
	list-style:none;
}
#link ul.style01 li {
	padding:0 0 10px 23px;
	background:url(../images/btn_arrow01.png) no-repeat 0 6px;
	background-size:15px;
	font-weight:bold;
}


/* footer footerType02
----------------------------------------------------------*/
footer#footerType02 {
	margin-bottom:20px;
	overflow:hidden;
	color:#fff;
}
footer#footerType02 .innerBox {
	padding-bottom:20px;
}
footer#footerType02 .box01 {
	margin-bottom:20px;
	padding:50px 0 50px 0;
	background:#444;
	overflow:hidden;
}
/* facebookページ */
footer#footerType02 #photoBox {
	float:left;
	width:49%;
}
/* 住所 */
footer#footerType02 address {
	float:right;
	width:49%;
}
footer#footerType02 address dt {
	padding-bottom:5px;
	border-bottom:1px solid #b6b6b6;
	font-weight:bold;
	font-size:14px;
}
footer#footerType02 address dd {
	padding:10px 0 30px 0;
	background:none;
}
footer#footerType02 address a {
	color:#fff;
}
/* ロゴ */
footer#footerType02 #footerLogo {
	padding-bottom:30px;
	font-weight:bold;
	font-size:24px;
}
/* footerBox */
footer#footerType02 #footerBox {
	padding-bottom:20px;
	overflow:hidden;
}
/* fNavi */
footer#footerType02 #fNavi {
	float:left;
	width:60%;
	overflow:hidden;
	font-size:12px;
}
footer#footerType02 #fNavi li {
	padding:0 2%;
	border-left:1px solid #ccc;
	float:left;
}
footer#footerType02 #fNavi li:last-child {
	border-right:1px solid #ccc;
}
footer#footerType02 #fNavi a {
	text-decoration:none;
	color:#333;
}
footer#footerType02 #fNavi a:hover {
	text-decoration:underline;
}

/* 古河ユニック株式会社 */
footer#footerType02 dl.style01 {
	margin-bottom:20px;
	padding:20px;
	background:#6c6c6c;
	color:#fff;
}
footer#footerType02 dl.style01 dt {
	padding-bottom:0;
	border-bottom:none;
	font-size:12px;
}
footer#footerType02 dl.style01 dd {
	padding:0;
	line-height:150%;
	font-size:11px;
}
footer#footerType02 dl.style01 a {
	text-decoration:underline;
	color:#fff;
}

/* コピーライト */
footer#footerType02 #copy {
	float:right;
	width:40%;
	text-align:right;
	color:#333;
	font-size:12px;
}

/* pageTop
----------------------------------------------------------*/
#pageTop {
    bottom: 30px;
    position: fixed;
    right: 30px;
    z-index: 100;
}
#pageTop img {
	width:60px;
}




}
