@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
#article, #aside,#footer, #header, #hgroup, #nav, #section {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    zoom:1;
}
body {
    line-height:1;
}
#article, #aside,#footer, #header, #hgroup, #nav, #section {
	display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}


/*==========================================
/
/ □→xhtmlReset.css
/ 0■GLOBAL RESET
/	1■header
/	2■keyVisual
/	2-1■copy
/	2-2■nav
/	2-3■nav dl=クリッカブルマップ
/	3■infoBox
/	3-1■cont
/	3-2■aside
/	4■linkBox
/	5□footer→footer.css
/	6■お知らせアラート用
/
==========================================*/
/*-----------------------
=0■body
-----------------------*/
body {
	width: 100%;
	height: auto;
	color: #000;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
/*
    font-family:"ＭＳ Ｐゴシック", "MS UI Gothic","MS PGothic",Segoe UI, Verdana, Helvetica,sans-serif;
*/
	font-size: 12px;
}
*:first-child+html body {
	position:relative;
	float:left;
	width:100%;
	letter-spacing:0;
	zoom: 1;
}
/*-----------------------
=1■header
-----------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 72px;
	margin: 0 auto;
	line-height: 1.2;
	background: url(../../img/uniq/index/bgHeader.png) 0 0 repeat-x;
}
#header .hgroup{
	position: relative;
	width: 960px;
	height: 56px;
	margin: 0 auto;
}
#header .hgroup p#logoMsg{
	font-weight: normal;
	position: absolute;
	float: left;
	left: 50px;
	top: 7px;
}
#header .hgroup p#logo{
	position: relative;
	top: 10px;
	left: 46px;
	float: left;
	width: auto;
	height: 56px;
}
#header .hgroup .hgroupL{
	float: left;
}
#header .hgroup .hgroupR{
	float: right;
	width: 455px;
	_width: 390px;
	height:50px;
	margin:10px;
	text-align:right;
}
#header h1{
	font-size:11px;
	color:#555555;
	font-weight: normal;
}
#header ul{
	display: block;
	float: right;
	margin: 10px 0;
	list-style:none;
}
#header ul li{
	display: block;
	float: left;
	width: auto;
	height: 16px;
	margin: 1px 0 1px 20px;
	background-image: url(../../img/common/ico_header.gif);
	background-repeat: no-repeat;
}
#header ul li.help{
	background-position: 0 -34px;
}
#header ul li.sitemap{
	background-position: 0 -50px;
}
#header ul a{
	display: block;
	color: #555555;
	text-decoration: none;
	text-indent:20px;
}
#header ul a:hover{
	text-decoration: underline;
}

/*会員登録・マイページ・ログイン・ログアウトボタン（iframe）*/
.mpBtnBox iframe{
	float: right;
    height: 26px;
    width: 180px;
    margin-top:5px ;
}
.mpBtnHeader p{
	float:right;
	margin-top: 3px;
}
.mpBtnHeader a{
	float:left;
	width:78px;
	height:33px;
	background-repeat:no-repeat;
	text-indent:100%;
	overflow: hidden;
	white-space: nowrap;
}
.mpBtnHeader a.linkME{
	margin-right:5px;
	background-image:url(../../img/uniq/index/registry.png);
}
.mpBtnHeader a.linkLI{
	background-image:url(../../img/uniq/index/login.png);
}
.mpBtnHeader a.linkMP{
	margin-right:5px;
	background-image:url(../../img/uniq/index/logout.png);
}
.mpBtnHeader a.linkLO{
	background-image:url(../../img/uniq/index/mypage.png);
}
.mpBtnHeader a.linkME:hover{
	margin-right:5px;
	background-image:url(../../img/uniq/index/registry_on.png);
}
.mpBtnHeader a.linkLI:hover{
	background-image:url(../../img/uniq/index/login_on.png);
}
.mpBtnHeader a.linkMP:hover{
	margin-right:5px;
	background-image:url(../../img/uniq/index/logout_on.png);
}
.mpBtnHeader a.linkLO:hover{
	background-image:url(../../img/uniq/index/mypage_on.png);
}

/*-----------------------
=2-2■nav
-----------------------*/
#nav {
	position: absolute;
	width: 600px;
	height: 420px;
	top: 0;
	right: 0;
	z-index: 50;
}

#nav h3{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #888888;
	font-size: 10px;
	line-height: 1.4;
	text-indent: 30px;
	background: url(../../img/uniq/index/i_21.png) 10px 0px no-repeat;
	font-weight: normal;
	text-shadow:0px 1px 0px #cccccc;
}

.slideBox p{
	position: absolute;
	color: #ffffff;
	width: 290px;
}
.slideBox ul{
	position: absolute;
	width: 300px;
	height: 40px;
	top: 25px;
}
.slideBox li{
	float: left;
	width: 40px;
	height: 40px;
	overflow: auto;
	margin: 0px 1px 0;
}
.slideBox li a{
	display: block;
	width: 40px;
	height: 40px;
	overflow: auto;
	text-indent: -9999px;
	color: #0000ff;
}

.slideBox a.lb01{background: url(../../img/uniq/index/sptBtn.png) 0 0 no-repeat;}
.slideBox a.lb01:hover{background: url(../../img/uniq/index/sptBtn.png) 0 -40px no-repeat;}
.slideBox a.lb02{background: url(../../img/uniq/index/sptBtn.png) -42px 0 no-repeat;}
.slideBox a.lb02:hover{background: url(../../img/uniq/index/sptBtn.png) -42px -40px no-repeat;}
.slideBox a.lb03{background: url(../../img/uniq/index/sptBtn.png) -84px 0 no-repeat;}
.slideBox a.lb03:hover{background: url(../../img/uniq/index/sptBtn.png) -84px -40px no-repeat;}
.slideBox a.lb04{background: url(../../img/uniq/index/sptBtn.png) -126px 0 no-repeat;}
.slideBox a.lb04:hover{background: url(../../img/uniq/index/sptBtn.png) -126px  -40px no-repeat;}
.slideBox a.lb05{background: url(../../img/uniq/index/sptBtn.png) -168px 0 no-repeat;}
.slideBox a.lb05:hover{background: url(../../img/uniq/index/sptBtn.png) -168px  -40px no-repeat;}
.slideBox a.lb06{background: url(../../img/uniq/index/sptBtn.png) -210px 0 no-repeat;}
.slideBox a.lb06:hover{background: url(../../img/uniq/index/sptBtn.png) -210px  -40px no-repeat;}
.slideBox a.lb07{background: url(../../img/uniq/index/sptBtn.png) -252px 0 no-repeat;}
.slideBox a.lb07:hover{background: url(../../img/uniq/index/sptBtn.png) -252px  -40px no-repeat;}
.slideBox a.lb08{background: url(../../img/uniq/index/sptBtn.png) -294px 0 no-repeat;}
.slideBox a.lb08:hover{background: url(../../img/uniq/index/sptBtn.png) -294px  -40px no-repeat;}


.slideBox p a{
	position: absolute;
	top: 0px;
	right: 0px;
	clear: both;
	text-indent: 0px;
	color: #ffffff;
	width: 60px;
	height: auto;
	text-align: right;
}
.slideBox p a:hover{
	color: #ff6600;
}


/* クリッカブルエリア用 img */
#nav img.bgMap{
	position: absolute;
	z-index: 1000;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0;
}

/*-----------------------
=3■infoBox
-----------------------*/
#infoBox {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
=3-1■cont
-----------------------*/
#cont {
    position: relative;
    float: left;
    width: 700px;
    height: auto;
    margin-bottom: 35px;
}

/* searchBox */
.searchBox {
    margin: 0 auto;
    background: url('../../img/uniq/index/bgHeader.png') left bottom repeat-x;
}
.searchBox_inner {
    width: 880px;
    margin: 0 auto 4px;
    padding: 10px 30px 20px 50px;
}
.areaCodeBox {
    width: 174px;
    height: 36px;
    float: left;
}
.custom-select,
.custom-select-trigger {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    letter-spacing: .3em;
    border-radius: 3px 0 0 3px;
    border: 0;
    background: #cc280d;
    color: #fff;
    cursor: pointer;
}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select-trigger {
    padding: 0 20px 0 .3em;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 22px;
    right: 9px;
    margin-top: -3px;
    border-bottom: 8px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(180deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    transform: rotate(0deg) translateY(-50%);
}
.custom-select-trigger:before {
    position: absolute;
    top: 1px;
    right: 25px;
    display: block;
    content: '';
    height: 34px;
    border-left: 1px solid #ffffff;
}
.custom-options {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    top: 38px;
    left: 0;
    min-width: 100%;
    margin: 5px 0 0;
    text-align: left;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 7px;
    width: 7px;
    height: 7px;
    margin-bottom: -3px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    transition: all .4s ease-in-out;
    position: relative;
    display: block;
    padding: 0 .2em 0 .75em;
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: .5em;
    border-bottom: 1px solid #b5b5b5;
    color: #555;
    cursor: pointer;
}
.custom-option:first-of-type {
    border-radius: 3px 3px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.custom-option:hover,
.custom-option.selection {
    font-weight: bold;
    background: #cc280d;
    color: #fff;
}
.freewordBox {
    width: 706px;
    float: left;
}
.freewordBox > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 36px;
    border: 0;
}
.freewordBox > input[type=text] {
    width: 84%;
    padding-left: .5em;
    border: 1px solid #6f6e6e;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    float: left;
}
.freewordBox > input[type=submit] {
    width: 14%;
    padding: 0 0 0 .5em;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5em;
    border-radius: 3px;
    background-color: #cc280d;
    color: #fff;
    float: right;
    cursor: pointer;
}
.hotWord {
    margin: 10px auto;
    font-size: 13px;
    line-height: 1;
    color: #666666;
    float: none;
    clear: both;
}
.hotWord > a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #666666;
    text-decoration: none;
}
.hotWord > a:hover,
.hotWord > a:active {
    text-decoration: underline;
}
.hotWord_title {
    font-weight: bold;
}


/* ケータイインフォ #mob */
#mob{
	width: 698px;
	height: 200px;
	position: relative;
	padding-bottom:10px;
	margin-bottom: 25px;
	float: left;
	margin-right:10px;
	box-shadow:1px 1px 5px rgba(150,150, 150, 0.2);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);*/
	border: 1px solid #e4e4e4;
}
#mob h3{
    position: relative;
    width: 700px;
    height: 50px;
    top: -10px;
    left: -1px;
}
#mob p .spPhrase {
    position: relative;
    width: 363px;
    height: 50px;
    margin-bottom: 28px;
    top: 8px;
    left: 105px;
}
#mob img#qr {
    width: 75px;
    height: auto;
}

#mob img#app {
    width: 70px;
    height: auto;
    margin-bottom:5px;
    margin-left: 3px;
}

#mob > div {
    display:inline-block;
    vertical-align: top;
}

#mob .column01 {
    width: 80px;
    margin: 0 10px;}

#mob .column02 {
    width:180px;
    line-height: 2;
    font-size: 14px;
}

#mob .column02 span {
    color:#ff6600;
}

#mob .column03 {
    width:399px;
}


/* パートナビ #part */
#part{
	width: 698px;
	height: 200px;
	position: relative;
	padding-bottom:10px;
	margin-bottom: 25px;
	float: left;
	margin-right:10px;
	box-shadow:1px 1px 5px rgba(150,150, 150, 0.2);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);*/
	border: 1px solid #e4e4e4;
}
#part h3{
    position: relative;
    width: 700px;
    height: 50px;
    top: -10px;
    left: -1px;
}
#part p .spPhrase {
    position: relative;
    width: 363px;
    height: 50px;
    margin-bottom: 28px;
    top: 8px;
    left: 105px;
}
#part img#qr {
    width: 75px;
    height: auto;
}

#part img#app {
    width: 70px;
    height: auto;
    margin-bottom:5px;
    margin-left: 5px;
}

#part > div {
    display:inline-block;
    vertical-align: top;
}

#part .column01 {
    width: 80px;
    margin: 0 10px;
}

#part .column02 {
    width:180px;
    line-height: 2;
    font-size: 14px;
}

#part .column02 span {
    color:#ff6600;
}

#part .column03 {
    width:399px;
}


/*イーアイデムアプリリンク #appBox*/
#appBox {
    border: 1px solid #e4e4e4;
    width: 420px;
    height: 140px;
    margin-right: 10px;
    float: right;
}
#appBox dd {
    font-weight: bold;
    line-height: 18px;
    width: 350px;
    margin: 7px auto 0;
}

#appBox .appBtn{
    text-align: center;
    margin-top: 10px;
}

#appBox .appBtn .googlePlay{
    margin-right: 20px;
}
#appBox .appBtn .appStore{
    margin-left: 20px;
}

/* 公式WEBマガジンインフォ #webMagazine */
#webMagazine{
	position: relative;
	width: 698px;
	height: 200px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	float: left;
	font-size: 12px;
	border: 1px solid #e4e4e4;
	box-shadow:1px 1px 5px rgba(150,150, 150, 0.2);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.3);*/
}
#webMagazine h3{
	position: relative;
	top: -10px;
	left: -1px;
	width: 700px;
	height: 60px;
}
#webMagazine h4{
    font-size: 14px;
}

#webMagazine img.visual{
	display: block;
	width: 213px;
	height: 130px;
	cursor: pointer;
}

#webMagazine dt {
    float:left;
    margin-left: 10px;
}

#webMagazine dd {
    float:right;
    margin-right:10px;
    width: 430px;
}

#webMagazine .ancher a {
    color: #0070c0;
    line-height: 2;
    font-size: 14px;
}

#webMagazine .explain{
	display: block;
	position: relative;
	width: 190px;
	height: auto;
	padding: 5px;
	margin: 0 auto;
	background-color: #f3f3f3;
	top: 125px;
}
#webMagazine .explain p{
	line-height: 14px;
}

#webMagazine .explain .ancher{
	line-height: 14px;
}
#webMagazine .explain .ancher a{color: #0000ff;}
#webMagazine .explain .ancher a:hover{color: #ff0000;}



/* コンテンツインフォ #helpContents */
#helpContents{
	clear: both;
	width: 698px;
	height: auto;
	position: relative;
	padding:0px 0 11px;
	border: 1px solid #e4e4e4;
	box-shadow:1px 1px 5px rgba(150,150, 150, 0.2);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.3);*/
}

#helpContents h3{
	position: relative;
	width: 700px;
	height: 60px;
	top: -10px;
	left: -1px;
}

#helpContents ul{
	position: relative;
	width: 680px;
	height: auto;
	overflow: auto;
	margin: -10px auto 0;

}

#helpContents dl{
	position: relative;
	float: left;
	width:220px;
	height: auto;
	border-right: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	margin:10px 5px 5px 0;
	padding: 0px 0 15px;
	cursor: pointer;
}

#helpContents dt{
	position: relative;
	width:200px;
	height: auto;
	line-height: 1.6;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	text-indent: 12px;
	top: 0px;
	left: 10px;
	background: url(../../img/uniq/index/monoSpr.png) 0 -45px no-repeat;
}

#helpContents dd.tlk{
	position: absolute;
	width: 160px;
	height: auto;
	top: 25px;
	left: 60px;
}

#helpContents dd.tlk a{
	display: block;
	width: 155px;
	height: auto;
	font-size: 11px;
	line-height: 1.4;
	color: #0066ff;
	background: url(../../img/uniq/index/i_21.png) right bottom no-repeat;
}


#helpContents dd.ill{
	position: relative;
	width: 30px;
	height: 40px;
	padding: 0 10px;
	top: 6px;
	left: 0;
}

/* コンテンツボックス .cBox */
.cBox {
    margin: 25px auto 0;
    padding: 2px;
    border: 1px solid #E4E4E4;
    box-shadow: 1px 1px 5px rgba(150,150, 150, 0.2);
}

.cBox a:link,
.cBox a:visited {
    color: #0066FF;
}

.cBox a:hover,
.cBox a:active {
    color: #FF6600;
}

.cBox_title {
    padding: 4px 20px;
    line-height: 1;
    border-radius: 3px 0;
    border-bottom: 2px solid #CC280D;
    background: #F4F2ED;
}

.cBox_inner {
    padding: 10px 8px;
}

.cBox_more {
    margin: 5px auto 0;
    padding: 0 5px 0 0;
    text-align: right;
}

.pickupList {
    font-size: 0;
}

.pickupItem {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 220px;
    margin: 0 0 10px 8px;
    font-size: 11px;
    line-height: 1.6;
    border: 1px dotted #BBBBBB;
    border-width: 0 1px 1px 0;
}

.pickupItem:nth-child(3n+1) {
    margin-left: 0;
}

.pickupItem > a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.pickupItem > a[target="_blank"] {
    background: url(/aps/img/uniq/index/i_21.png) 98% 94% no-repeat;
}

.pickupItem > a:hover {
    background-color: #F8F8F8;
}

.pickupItem_lede {
    display: inline-block;
    text-decoration: none;
    color: #000000;
}

.pickupItem_linktext {
    display: block;
    margin: 5px auto 0;
    text-decoration: underline;
    word-wrap: break-word;
}

.ag-trademark {
    margin: 14px 1px;
    font-size: 11px;
}

/*-----------------------
=3-2■aside
-----------------------*/
#aside{
	position: relative;
	float: right;
	width: 218px;
	height: auto;
	padding-bottom: 50px;
	border: 1px solid #e4e4e4;
	box-shadow:1px 1px 5px rgba(150,150, 150, 0.2);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.3);*/
	top: 5px;
	left: 0px;
}

#aside h4{
	position: relative;
	width: 220px;
	height: 60px;
	left: -1px;
	top: -1px;
}
#aside ul{
	width:188px;
	height: auto;
	margin: 0 auto;
}
#aside ul li.bnr_cmt{
	margin: 2px 0 12px;
	line-height: 15px;
	font-size: 90%;
}
/* おすすめサイトバナー img */
#aside ul li{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
#aside ul li.bnr{
	position: relative;
}

#aside ul li.truste{
	position: absolute;
	bottom: 20px;
}

/*-----------------------
=4■linkBox
-----------------------*/
#linkBox,#contentsBox{
	color: #555555;
	text-shadow:0px 1px 0px #ffffff;
	clear: both;
	width: 920px;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	margin: 0 auto 50px;
	*margin: 35px auto 50px; /* IE7 and below */
	_margin: 0 auto 50px; /* IE6 */
	top: 0px;
	background: url(../../img/uniq/index/bgSeolinkBox.png) ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*box-shadow: 0 -2px 4px 0px rgba(155,155,155,0.3);*/
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3) inset;
}
#linkBox h6,
#contentsBox h6{
	font-weight: normal;
	line-height: 1.6;
	padding-bottom: 4px;
}
#userLink{
	position: relative;
	float:left;
	width: 880px;
	height: auto;
	line-height: 1.7;
	padding:0 0 10px 30px;
	margin-top: 20px;
}
#userLink dl dt{
	width: 500px;
	background: url(../../img/uniq/index/titleLine.png) no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
#userLink dl dd{
	width: 860px;
	font-size: 12px;
	line-height: 17px;
	margin: 5px 0;
}
#userLink dl dd.cityname{
	margin-bottom: 15px;
}
#userLink dl dd.keyname{
	margin-bottom: 10px;
	font-size: 11px;
	line-height:1.5;
	/*letter-spacing: -2px;*/
}

#userLink dd a{
	color: #555555;
	margin-right: 5px;
	word-break: keep-all;
}
#userLink dd a:hover{
	color: #ff6600;
}
#userLink dd a.no_margin{
	margin-right:0px;
}
#crientLink{
	position: relative;
	float:left;
	width: 264px;
	height: auto;
	line-height: 1.7;
	padding-left: 22px;
	margin-top: 20px;

}

#crientLink h5{
	margin-left: -8px;
}

#crientLink p{
	margin-bottom: 10px;
}
#crientLink p.parttime{
	width: 230px;
	margin-top: 3px;
}

#crientLink a{
	color: #0066ff;
	margin-right: 0px;
}
#crientLink a:hover{
	color: #ff6600;
	margin-right: 0px;
}


/*-----------------------
=#toTop
-----------------------*/

p#toTop{
	clear: both;
	width: 960px;
	height: auto;
	overflow: auto;
	text-align: right;
	line-height: 2;
	margin: 10px auto 2px;
}
p#toTop a{
	font-size: 10px;
	color: #888888;
	text-shadow:0px 1px 0px #cccccc;
}

p#toTop a:hover{
	color: #ff6600;

}

/*-----------------------
=6■お知らせアラート用
-----------------------*/
.alert_message{
	width:900px;
	margin:30px auto;
	border:1px solid #F00;
	color:#F00;
	padding:5px;
	line-height:20px
}

.alert_message_none{
	width:900px;
	margin:30px auto;
	border:1px solid #F00;
	color:#F00;
	padding:5px;
	line-height:20px;
	display:none
}

/********************************footer********************************/
#fooTernew {
	color: #6f6e6e;
	border-top: 1px solid #cc280d;
}
#fooTernew .contArea {
	position: relative;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#fooTernew .btn_top a {
	background-image: url(../../img/uniq/index/pagetop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	width: 142px;
	padding-top: 26px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: -27px;
	right: 20px;
}
#fooTernew a {
	text-decoration: none;
	color: #6f6e6e;
	font-size: 11px;
}
#fooTernew a:hover {
	text-decoration: underline;
}
#fooTernew .logoBox {
	/*float: left;*/
}
#fooTernew .logoBox p {
	color: #6f6e6e;
	margin-left: 10px;
}
#fooTernew #footerLink01 {
	width: 940px;
	margin:20px 10px 10px 10px;
}
#fooTernew #footerLink01 footerInner {
	float: left;
}
#fooTernew #footerLink01 ul {
	width: 300px;
	float: left;
}
#fooTernew #footerLink01 ul li {
	margin-bottom: 7px;
}
#fooTernew #footerLink01 .aidemRecruit {
	width: 300px;
	margin-right: 20px;
	float:left;
}
#fooTernew #footerLink01 .aidemRecruit ul{
	float:left;
}
#fooTernew #footerLink01 .aidemLink {
	width: 300px;
	float:left;
}
#fooTernew #footerLink01 .aidemLink ul {
	margin-right: 20px;
	float:left;
}
#fooTernew #footerLink01 p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efede7;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#fooTernew #footerLink01 .aidemRecruit p {
	width: 220px;
}
#fooTernew #footerLink01 .aidemLink p {
	width: 220px;
}
#fooTernew #footerLink02 {
	width: 100%;
	background-color: #cc280d;
	padding-top: 6px;
	padding-bottom: 6px;
}
#fooTernew #footerLink02 ul {
	margin: 0 auto;
	width: 800px;
}
#fooTernew #footerLink02 ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
#fooTernew #footerLink02 ul li a {
	color: #fff;
}
#fooTernew #footerLink02 ul li.last {
	border: none;
}
#fooTernew #copyR {
	width: 650px;
	padding: 10px 0;
	margin: 0 auto;
	line-height: 1.5;
}
#fooTernew #copyR .fl {
	margin-top: 5px;
	float: left;
	font-size: 11px;
}
#fooTernew #copyR .fr {
	float: right;
	font-size: 10px;
}



/* footer.css　 */

/*---------《common.cssより抜粋》----------------*/

/********************************【フッターエリア】********************************/
/*フッター全体*/
#footer { border-top:2px solid #b3010f; padding-top: 5px;}
#footer #footOutsideLink { width:860px; margin:10px auto; }
#footer li a{ color:#333333; }
#footer li a:hover{ color:#999999; }
/*アイデムリンク・グループリンク部分*/
#footer #footOutsideLink ul { margin:5px; }
#footer #footOutsideLink li { white-space: nowrap; background:url(../../img/uniq/index/icon/li_icon_1.jpg) no-repeat center left; padding:3px 10px 0px 10px; float:left;display: inline; }
#footer #footOutsideLink .title { width: 90px; height: 20px; background-repeat:no-repeat; padding: 0px 20px 0px 0px;text-indent: -9999px; }
#footer #footOutsideLink #aidemLink .title{background-image: url(../../img/icon/aidem_link.jpg);}
#footer #footOutsideLink #groupLink .title{background-image: url(../../img/icon/group_link.jpg);}
/*最下部サブリンク群*/
#footInsideLink { width:960px; height: auto; margin:0px auto; overflow: hidden; }
#footInsideLink ul { margin-top:10px; text-align: center;}
/*#footInsideLink .line_2 { margin-left:50px }
#footInsideLink .line_3 {width: 500px; margin: 10px auto 0; text-align: center;}*/
#footInsideLink li { display: inline; padding:0px 8px; border-right:1px solid #bbb; }
#footInsideLink li.last { border-right:none; }
/*コピーライト部分*/
#copyright { height:50px; background-color:#b3010f; color:#fff; }
#copyright .box { width:840px }
#copyright .fl { font-weight:bold; margin-top:20px }
#copyright .fr { font-size:10px; margin-top:12px; line-height:15px }
/*****************************************************************/

/*---------《default.cssより抜粋》----------------*/

/*クリアフィックス*/
.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}


/*---------《ku-css.cssより抜粋》----------------*/
/*配置関連*/
.fl { float:left;display: inline; }
.fr { float:right;display: inline; }

/*マージン*/
.mt_10 { margin-top:10px }

/*ボーダー*/
.border02{border-top:solid 2px #ccc;font-size:0}


/*--------- 《微修正》----------------*/

#footer {line-height: 1.2; background-color: #ffffff;}
#copyright .box { margin: 0 auto;}

.keyVisualBox-type2 {
    margin-top: -10px;
    background: url('/aps/img/uniq/index/bgBody02.png') 50% 0 repeat-x;
}

.keyVisual {
    position: relative;
    width: 1000px;
    min-height: 450px;
    margin: 0 auto;
    padding: 0;
    background: url('/aps/img/uniq/index/bgKeyVisual.png') 50% 0 no-repeat;
    overflow: hidden;
}
.keyVisual::after {
    content:'';
    display:block;
    clear:both;
}
.keyVisual_text {
    float: left;
    width: 270px;
    margin: 20px 0 0 20px;
    line-height: 1.4;
}
.keyVisual_lede {
    margin: 26px 0 0;
    font-size: 26px;
    font-weight: bold;
}
.keyVisual_copy {
    margin: 16px 0 0;
}
.keyVisual_ext {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #E6322E;
}
.itemCnt {
    position: absolute;
    left: 6px;
    bottom: 34px;
    margin: 0;
    width: 280px;
    height: 142px;
    background: url('/aps/img/uniq/index/panel.png') 0 0 no-repeat;
}
.itemCnt_title {
    display: block;
    width: 134px;
    padding: 46px 0 0 126px;
    text-align: center;
}
.itemCnt_num {
    position: absolute;
    top: 75px;
    right: 56px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #209858;
}
.areaSelect {
    float: right;
    width: 690px;
    margin: 20px 10px 20px 0;
    font-size: 13px;
}
.areaBox {
    display: table;
    position: relative;
    width: 100%;
    margin: 4px auto 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
.areaSelect > :first-child {
    margin-top: 0;
}
.areaBox_title,
.areaBoxList {
    display: table-cell;
    vertical-align: middle;
}
.areaBox_title {
    width: 14%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px 0 0 6px;
    background: #CC280D;
    color: #FFFFFF;
    transition: all .3s ease;
}
.areaBox_title:hover,
.areaBox_title:active {
    opacity: .6;
}
.areaBox-01 .areaBox_title,
.areaBox-02 .areaBox_title,
.areaBox-03 .areaBox_title {
    text-indent: 1em;
    letter-spacing: 1em;
}
.areaBox-01 .areaBox_title {
    background-color: #F65C59;
}
.areaBox-02 .areaBox_title {
    background-color: #ED7704;
}
.areaBox-03 .areaBox_title {
    background-color: #2D64B8;
}
.areaBox-04 .areaBox_title {
    background-color: #5D4DA3;
}
.areaBox-05 .areaBox_title {
    background-color: #1B832E;
}
.areaBox-06 .areaBox_title {
    background-color: #50A306;
}
.areaBox-07 .areaBox_title {
    background-color: #B53300;
}
.areaBox-08 .areaBox_title {
    background-color: #199C79;
}
.areaBoxList {
    padding: 0 0 6px;
    font-size: 0;
    border-radius: 0 6px 6px 0;
    background: #EFEFEF;
    background: rgba(0, 0, 255, .1);
}
.areaBoxList_item {
    display: inline-block;
    margin: 6px 0 0 6px;
    font-size: 13px;
    font-weight: bold;
}
.areaBoxList_item > a {
    transition: all .3s ease;
    display: block;
    width: 3em;
    padding: 8px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    background: #FFFFFF;
    color: #333333;
}
.areaBoxList_item > a:hover,
.areaBoxList_item > a:active {
    border-color: #E6322E;
}
.areaBox-08 .areaBoxList_item > a {
    width: auto;
}
