@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------

Reset

---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear --------------------------*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clear{
	clear: both;
}

/* font ---------------------------*/
* {
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 13px;
	font-size: 100%; /* IE */
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
}
html>/**/body {
  font-size: 13px; /* Except IE */
}


/* font ---------------------------
10px⇒77% 11px⇒85% 12px⇒93%
13px⇒100% 14px⇒108% 15px⇒116%
16px⇒123.1% 17px⇒131% 18px⇒138.5%
19px⇒146.5% 20px⇒153.9% 21px⇒161.6%
22px⇒167% 23px⇒174% 24px⇒182%
25px⇒189% 26px⇒197%
---------------------------*/


/*---------------------------------------------------
link
---------------------------------------------------*/
a,a:visited {color:#752348; text-decoration:none;}
a:hover {color:#c24e81;
}

/*-----------------------------------------------------
マージン・パディングなど共通CSS
-------------------------------------------------------*/
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mr05{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.ml05{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml40{margin-left:40px;}
.ml60{margin-left:60px;}
.ml75{margin-left:75px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.p05{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt45{padding-top:45px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl40{padding-left:40px;}
.pl100{padding-left:100px;}
.pl200{padding-left:200px;}
.txt10{font-size:10px;}
.txt12{font-size:12px;}
.flL{float:left;}
.flR{float:right;}
.txtC{text-align:center;}
.txtR{text-align:right;}
.txtL{text-align:left;}
.lh12{line-height:1.2;}

a:hover img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

input[data-placeholder],text-area[data-placeholder]{}
input[data-placeholder].placeholder,text-area[data-placeholder].placeholder{color: #999;}

.ib {
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}
.block {
	display:block;
}

.vaT {vertical-align:top;}
.vaB {vertical-align:bottom;}

.btn a{
	text-decoration:none;
	color:#fff;
	font-size:123%;
}
.btn:hover{
    filter:alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
	zoom:1 !important;
}




/*-----------------------------------------------------
ヘッダー
-------------------------------------------------------*/

#wrapper {
	border-top: solid 2px #C24E81;
	background-image: url(../images/bg_001.png);
	background-color:#fbf9f6;
	background-repeat: repeat-x;
	position:relative;
}
#container {
	background-image: url(../images/bg_003.png);
    background-size:1080px 506px;
	background-repeat: no-repeat;
	background-position:top center;
}

#container2 {                                         /*---TOP以外のページ上部背景---*/
	background-image: url(../images/bg_001a.png);
	background-repeat: repeat-x;
	background-position:top center;
}

#topSection {
	width: 950px;
	margin: 0 auto; 
	position:relative;
	z-index:30;
}
.headerLogo {
}

h1{
	width:236px;
    color :#ccc;
    vertical-align:bottom;
	padding-bottom:10px;
	line-height:1.3;
}

/*-----------------------------------------------------
特集
-------------------------------------------------------*/

.bigBanner{
	display: block;
	height: 299px;
	text-align:center;
}
.bigBanner p{
	margin-top:40px;
}
.bigBanner a{
	padding-right:60px;
}

.mainimage{　　　　　　　/*---TOP以外のページ上部メインイメージ---*/
	display: block;
	text-align:center;
}


/***　downSectionスタート　***/

#downSection {
	position:relative;
	padding-bottom:50px;
}

/*-----------------------------------------------------
ブランドロゴ
-------------------------------------------------------*/
#downSection .frame {
	background-image: url(../images/bg05.png);
	background-repeat: repeat-y;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px;
	width: 910px;
}
#downSection .frame .brand {
	background-image: url(../images/bg03.png);
	background-repeat: repeat;
	border:#bfbeba 1px solid;
	width: 870px;
	padding: 10px 20px;
	margin-bottom:20px;
	clear: both;
}
#downSection .frame .brand h3{
	color: #c24e81;
	font-size: 16px;
}
#downSection .frame .brand h3 img{
	vertical-align:sub;
}
#downSection .frame .brand ul {
	margin-top:5px;
}
#downSection .frame .brand ul li {
	width:160px;
	height:120px;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin-right:8px;
	margin-right:8px\9;
	border:#999 solid 1px;
}

#downSection .frame ul li:last-child {
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	margin-right:0px;
}
#downSection .frame .brand p.btn {
	margin:15px auto 10px;
	border: #FFF 1px solid;
	width: 200px;
	text-align:center;
	border-radius:5px;
	background: #ede6d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ede6d8 0%, #c7baa0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6d8), color-stop(100%,#c7baa0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ede6d8 0%,#c7baa0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede6d8', endColorstr='#c7baa0',GradientType=0 ); /* IE6-9 */
	box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
}
#downSection .frame .brand p.btn a {
	padding: 16px 15px 11px;
	display:block;
}

#downSection .frame .left {
	width: 680px;
}

/*-----------------------------------------------------
詳細検索
-------------------------------------------------------*/
#downSection .frame .left .search {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding-bottom:10px;
}
#downSection .frame .left .search h3{
	background-color:#000;
	padding:7px 5px 3px 20px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .left .search h3 img{
	vertical-align:sub;
}
#downSection .frame .left .search dl {
	border-bottom:#d6c8b0 2px dotted;
	width:640px;
	margin-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#downSection .frame .left .search dt,
#downSection .frame .left .search dd {
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}
#downSection .frame .left .search dt {
	font-weight: bold;
	font-size: 14px;
	width: 100px;
	vertical-align:top;
}
#downSection .frame .left .search dd {
	width:525px;
}
#downSection .frame .left .search dd span {
	display:inline-block;
	width:172px;
}
#downSection .frame .left .search dd label input {
	vertical-align:text-top;
}
#downSection .frame .left .search dd select,
#downSection .frame .left .search dd input {
	border-radius:5px;
	padding:5px;
}
#downSection .frame .left .search dd input.freeWord {
	width:250px;
}
#downSection .frame .left .search p.btn {
	margin:20px auto 10px;
	border: #FFF 1px solid;
	width: 201px;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background: #e95797; /* Old browsers */
	background: -moz-linear-gradient(top,  #e95797 0%, #c53172 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e95797), color-stop(100%,#c53172)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e95797 0%,#c53172 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e95797 0%,#c53172 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e95797 0%,#c53172 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e95797 0%,#c53172 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95797', endColorstr='#c53172',GradientType=0 ); /* IE6-9 */
	box-shadow:rgb(167, 10, 78) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(167, 10, 78) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(167, 10, 78) 0px 0px 0px 1px;
}

#downSection .frame .search p.btn a {
	padding: 16px 25px 11px;;
	display:block;
}

/*-----------------------------------------------------
ファッションビルから探す
-------------------------------------------------------*/
#downSection .frame .left .building {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding: 0px 0 10px;
	margin-top:20px;
}
#downSection .frame .left .building h3{
	background-color:#000;
	padding:5px 5px 5px 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .left .building h3 img{
	vertical-align:sub;
}
#downSection .frame .left .building dl {
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	width:161px;
	margin-top: 10px;
	height: 35px;
	vertical-align:top;
}
#downSection .frame .left .building dl dt{
	border:#ccc 1px solid;
}
#downSection .frame .left .building dl dd {
	background: url(../images/arrow.png) no-repeat;
	line-height: 1.3;
}
#downSection .frame .left .building p.btn {
	margin:20px auto 10px;
	border: #FFF 1px solid;
	width: 200px;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background: #ede6d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ede6d8 0%, #c7baa0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6d8), color-stop(100%,#c7baa0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ede6d8 0%,#c7baa0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede6d8', endColorstr='#c7baa0',GradientType=0 ); /* IE6-9 */
	box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
}

#downSection .frame .building p.btn a {
	padding: 16px 10px 11px;
	display:block;
}

/*-----------------------------------------------------
新着情報
-------------------------------------------------------*/
#downSection .frame .left .recommend {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding: 0px 0 10px;
	margin-top:20px;
}
#downSection .frame .left .recommend h3{
	background-color:#000;
	padding:5px 5px 5px 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .left .recommend h3 img{
	vertical-align:sub;
}

#downSection .frame .left .recommend .pt01 {
	padding: 0px 20px 10px;
}
#downSection .frame .left .recommend .pt01 ul{
list-style-type:none;
letter-spacing:0px;
}
#downSection .frame .left .recommend .pt01 .ul03{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
padding:1px 0 0 1px;
list-style-type:none;
margin-top:10px;
font-size:0px;
}
#downSection .frame .left .recommend .pt01 > ul > li{
padding:10px;
font-size:12px;
line-height:1.3em;
}
#downSection .frame .left .recommend .pt01 .ul03 > li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	vertical-align:top;
	width:138px;
	margin:-1px -1px 0 0;
	border:1px solid #ccc;
	height: 265px;
}
#downSection .frame .left .recommend .pt01 ul .dt01,
#downSection .frame .left .recommend .pt01 ul .dd01 .li01,
#downSection .frame .left .recommend .pt01 ul .dd03{
font-weight:bold;
}
#downSection .frame .left .recommend .pt01 .ul03 .dt01,
#downSection .frame .left .recommend .pt01 .ul03 .dd03{
word-break:break-all;
}
#downSection .frame .left .recommend .pt01 .ul03 .dd03{
padding:5px 0;
height: 60px;
}
#downSection .frame .left .recommend .pt01 .ul03 .dd01{
margin-left:5px;
}
#downSection .frame .left .recommend .pt01 .dd02{
width:135px;
}
#downSection .frame .left .recommend .pt01 .dd02 img{
	vertical-align: top;
	width: 135px;
	height: 101px;
	margin-bottom: 10px;
}
#downSection .frame .left .recommend .pt01 .ul03 .dd01 li{
line-height:1;
width: 130px;
}
#downSection .frame .left .recommend .pt01 .ul01 .dt01,
#downSection .frame .left .recommend .pt01 .ul02 .dt01,
#downSection .frame .left .recommend .pt01 ul .dd01 li{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
#downSection .frame .left .recommend p.btn {
	margin:10px auto;
	border: #FFF 1px solid;
	width: 200px;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background: #ede6d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ede6d8 0%, #c7baa0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6d8), color-stop(100%,#c7baa0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ede6d8 0%,#c7baa0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ede6d8 0%,#c7baa0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede6d8', endColorstr='#c7baa0',GradientType=0 ); /* IE6-9 */
	box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-webkit-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
	-moz-box-shadow:rgb(212, 198, 173) 0px 0px 0px 1px;
}

#downSection .frame .recommend p.btn a {
	padding: 16px 18px 11px;
	display:block;
}

/*-----------------------------------------------------
特集
-------------------------------------------------------*/
#downSection .frame .right {
	width: 210px;
	margin-left:15px;
}
#downSection .frame .right .special {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	margin-bottom:20px;
}
#downSection .frame .right .special h3{
	background-color:#c24e81;
	padding:7px 5px 3px 20px;
	width:185px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .right .special h3 img{
	vertical-align:sub;
}
#downSection .frame .right .special ul{
	padding:10px;
}
#downSection .frame .right .special ul li{
	display:block;
}

/*-----------------------------------------------------
アパレルバイトについて
-------------------------------------------------------*/
#downSection .frame .left .about {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding: 0px 0 1px;
	margin-top:20px;
}
#downSection .frame .left .about h3{
	background-color:#000;
	padding:5px 5px 5px 20px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .left .about h3 img{
	vertical-align:sub;
}
#downSection .frame .left .about h4{
	background-color: #c24e81;
	padding: 7px 40px 4px 13px;
	border-radius: 5px;
	width: 155px;
	margin: 10px 0 0 20px;
}
#downSection .frame .left .about dl {
	margin: 15px 20px 20px 20px;
}
#downSection .frame .left .about dl dd{
	width: 320px;
	margin-left: 15px;
	vertical-align: top;
}

/*-----------------------------------------------------
面接のコツ
-------------------------------------------------------*/
#downSection .frame .common_int {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding: 0px 0 1px;
	margin-bottom:20px;
}
#downSection .frame .common_int h3{
	background-color:#000;
	padding:5px 5px 5px 20px;
	color: #fff;
	font-size: 16px;
	margin-bottom:20px;
}
#downSection .frame .common_int h3 img{
	vertical-align:sub;
}
#downSection .frame .common_int h5{
	font-size: 16px;
	margin: 10px 20px 0;
	color: #c24e81;
	font-weight: bold;
}
#downSection .frame .common_int p.txt01{
	padding: 0px 20px 10px;
}
#downSection .frame .common_int section{
	background: url(../images/bg03.png);
	border-radius: 5px;
	margin: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*-----------------------------------------------------
アンケート
-------------------------------------------------------*/
#downSection .frame .common_enq {
	background-image: url(../images/bg04.png);
	background-repeat: repeat;
	padding: 0px 0 1px;
}
#downSection .frame .common_enq h3{
	background-color:#000;
	padding:5px 5px 5px 20px;
	color: #fff;
	font-size: 16px;
	margin-bottom:20px;
}
#downSection .frame .common_enq h3 img{
	vertical-align:sub;
}
#downSection .frame .common_enq h4{
	margin: 0px 20px 0 20px;
	border-bottom: 1px solid;
	font-size: 24px;
	padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
}
#downSection .frame .common_enq h4:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#downSection .frame .common_enq .pt01 h4:before {
	background: url(../../../theme_base/pu/images/2014/jobLP4/icon_002.png) no-repeat center center;
}
#downSection .frame .common_enq .pt02 h4:before {
	background: url(../../../theme_base/pu/images/2014/jobLP4/icon_003.png) no-repeat center center;
}
#downSection .frame .common_enq .pt03 h4:before {
	background: url(../../../theme_base/pu/images/2014/jobLP4/icon_004.png) no-repeat center center;
}
#downSection .frame .common_enq h5{
	font-size: 16px;
	margin: 10px 20px 0;
	color: #c24e81;
	font-weight: bold;
}
#downSection .frame .common_enq p.txt01{
	padding: 0px 20px;
}
#downSection .frame .common_enq p.txt02 {
	font-size: 10px;
	border: 1px solid #ccc;
	color: #999;
	padding: 5px;
	float: right;
	margin: 10px 20px 10px 0;
}
#downSection .frame .parallel{
	width: 422px;
	display: inline-block;
}
#downSection .frame .common_enq .pt01,
#downSection .frame .common_enq .pt02{
	background: url(../images/bg03.png);
	border-radius: 5px;
	margin-left: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#downSection .frame .common_enq .pt03{
	background: url(../images/bg03.png);
	border-radius: 5px;
	margin: 20px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* アンケート インタビューの吹き出し */

#downSection .frame .common_enq dl {
	padding: 10px 20px 0px 40px;
	overflow: hidden;
}
#downSection .frame .common_enq dl dt {
	display: inline-block;
	width: 8%;
	text-align: right;
}
#downSection .frame .common_enq dl dt img {
	margin-top: 8px;
}
#downSection .frame .common_enq dl dd {
	display: inline-block;
	width: 710px;
}
#downSection .frame .common_enq dl dd.purple {
	border: 1px solid #4887f9;
	background: #F7FAFF;
}
#downSection .frame .common_enq dl dd.pink {
	border: 1px solid #ff7caa;
	background: #FFF4F8;
}
#downSection .frame .common_enq dl dd.balloon {
	position: relative;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	margin-right: 26px;
	margin-top: 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#downSection .frame .common_enq dl dd.purple:before {
	border-right: 10px solid #4887f9;
}
#downSection .frame .common_enq dl dd.pink:before {
	border-right: 10px solid #ff7caa;
}
#downSection .frame .common_enq dl dd.balloon:before {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: -10px;
	top: 5px;
}
/*-----------------------------------------------------
コンテンツ
-------------------------------------------------------*/
#downSection .frame .right .contents h3{
	background-color:#c24e81;
	padding:7px 5px 3px 20px;
	width:185px;
	color: #fff;
	font-size: 16px;
}
#downSection .frame .right .contents h3 img{
	vertical-align:sub;
}

#downSection .frame .right .contents dl dt img{
	border:#CCC solid 1px;
}

/*-----------------------------------------------------
右カラム企業バナー
-----------------------------------------------------*/
/*.pintinc{
	padding: 0 0 15px 3px;
}*/

/*-----------------------------------------------------
SNS
-------------------------------------------------------*/
#downSection .frame .right .sns ul li a:hover img{
	zoom:1;
	background:#f4f2ec;
}

/*---------------------------------------------------
クロスリンク
---------------------------------------------------*/

.crossLink {
	width:950px;
	margin:0 auto;
}
.crossLink .pt01 {
	margin:40px auto;
	padding:20px;
	background:#fff;	
}
.crossLink .pt01 dt{
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:10px;
}
.crossLink .pt01 dt span{
	font-weight:bold !important;
}
.crossLink .pt01 dd {
	overflow:hidden;
	padding:5px 10px;
	line-height:24px;
}
.crossLink .pt01 dd p{
	clear:both;
	float:left;
	display:inline-block;
	margin:0 0 10px;
	width:80px;
}
.crossLink .pt01 dd p.pc{
	color:#666;
	font-size:16px;
	font-weight:bold;
	background:#eee;
	padding:5px 10px;
	margin-right:15px;
}
.crossLink .pt01 dd p.smt,
.crossLink .pt01 dd p a.smt{
	display:none;
}
.crossLink .pt01 dd ul{
	overflow:hidden;
}
.crossLink .pt01 dd ul li{
	float:left;
	display:inline-block;
	font-size:16px;
	line-height:34px;
}
.crossLink .pt01 ul li:before{
	content:"|";
	margin: 0 18px;
	color:#ccc;
	font-weight:bold;
}
.crossLink .pt01 ul li:first-child:before{
 	content:"";
	margin-right:0;
}



/*---------------------------------------------------
footer 
---------------------------------------------------*/
#footer {
	background: url(../images/bg_005.png) repeat;
	padding-bottom:30px;
}
#footer section.pt01 {
	position:relative;
	width:950px;
	margin:0 auto;
    border-bottom: 1px solid #988663;
	-webkit-box-shadow: 0 0.5px 0 #fff;
	-moz-box-shadow: 0 0.5px 0 #fff;
	box-shadow: 0 0.5px 0 #fff;
	display:block;
	padding:20px 0;
}
#footer section.pt02{
    margin:30px auto 0;
display:block;
}


/*------ TOPへ ------*/

#footer .pt03 a{
	position:absolute;
	top:-29px;
	right:0;
}
#footer .pt03 img:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 100;
    opacity: 100;
}

/*------ 版切替 ------*/	
#footer .pt04{
	display:inline-block;
}
#footer .pt04 ul {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom:10px;
}
#footer .pt04 ul li{
	display:inline-block;
	font-size:14px;
	color:#fff;
}
#footer .pt04 ul li a{
	color:#fff;
}
#footer .pt04 ul li a:hover{
	color:#c24e81;
}
#footer .pt04 ul li:before{
	content:"|";
	margin:0 5px;
}
#footer .pt04 ul li:first-child:before{
	display:none;
}

/*------ SNS ------*/	
#footer .pt05 {
	display: inline-block;
	margin-left:70px;
}
#footer .pt05 ul li {
	display: inline-block;
}
#footer .pt05 ul li.li01 {
	vertical-align: top;
}
#footer .pt05 ul li.li02 {
	margin-right: 10px;
}

/*------ ロゴ ------*/	

#footer .pt06 {
	padding-right: 20px;
	width: 37%;
	text-align: right;
	display: inline-block;
	border-right: 1px solid #988663;
	-webkit-box-shadow: 0.5px 0px 0px 0px #fff;
    -moz-box-shadow: 0.5px 0px 0px 0px #fff;
    box-shadow: 0.5px 0px 0px 0px #fff;
	padding-bottom:30px;
}
#footer .pt06 span {
	display: inline-block;
	color: #fff;
	text-align: left;
	margin-left: 5px;
	vertical-align:top;
}
#footer .pt06 a{
	margin:0px auto 15px;
}
#footer .pt06 img {
	width: 100px;
	display: inline-block;
	margin: 0 auto 10px;
}
#footer .pt06 a img:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	background:none;
}
#footer .pt06 small{
display: block;
}


/*------ CopyRight ------*/	
#footer .pt07{
	font-size:12px;
	display: inline-block;
	color: #fff;
	margin-left: 20px;
	vertical-align: bottom;
	width: 51%;
	vertical-align:top;
}
#footer .pt07 span.pc{
	display:inline;}

/*-----------------------------------------------------
エリア選択
-----------------------------------------------------*/
#AreaNavi{
	position:absolute;
	top: 0px;
	right: 0px;
	z-index:20;
	display:block;
	height:41px;
	width:182px;
	padding:1px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:5px;
	color:#000;
	text-decoration:none;
	overflow:hidden;
}
#AreaNavi:hover{
	height:365px;
}

#AreaNavi li {
	border: #FFF 1px solid;
	border-radius: 5px;
	padding: 8px;
	background: #ede6d8;
	background: -moz-linear-gradient(top, #ede6d8 0%, #c7baa0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6d8), color-stop(100%,#c7baa0));
	background: -webkit-linear-gradient(top, #ede6d8 0%,#c7baa0 100%);
	background: -o-linear-gradient(top, #ede6d8 0%,#c7baa0 100%);
	background: -ms-linear-gradient(top, #ede6d8 0%,#c7baa0 100%);
	background: linear-gradient(to bottom, #ede6d8 0%,#c7baa0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede6d8', endColorstr='#c7baa0',GradientType=0 );
	box-shadow: rgb(212, 198, 173) 0px 0px 0px 1px;
	-webkit-box-shadow: rgb(212, 198, 173) 0px 0px 0px 1px;
	-moz-box-shadow: rgb(212, 198, 173) 0px 0px 0px 1px;
}
#AreaNavi li:hover{
	background: #ede6d8;
}
#AreaNavi li a{
	color:#000;
	text-decoration:none;
	width:100%;
	height:100%;
	display: block;
}
#AreaNavi li a:hover{
	background: #ede6d8;
}

/*-----------------------------------------------------
TOPバナー（クロスカンパニー）
-----------------------------------------------------*/
.bigBanner a.earth {
padding-right: 30px;
margin-top: 16px;
display: inline-block;
}

/*---------------------------------------------------

動画PR枠

---------------------------------------------------*/
.smt{display:none;}
#downSection .frame .douga {
background-image: url(../images/bg03.png);
background-repeat: repeat;
border:#bfbeba 1px solid;
width: 870px;
padding: 10px 20px;
margin-bottom:20px;
float: left;
}
#downSection .frame .douga h3 {
color: #c24e81;
font-size: 15px;
white-space: nowrap;
}
#downSection .frame .douga ul li .pt02{
color: #000;
}

#downSection .frame .douga .douga-pr {padding: 10px 0;}
.douga-pr ul li {
padding: 8px 10px 10px;
width: 32%;
box-sizing: border-box;
float: left;
background: #fff;
margin-left: 2%;
border-radius: 10px;}
.douga-pr ul li:first-child {
margin-left: 0;
}
.douga-pr ul li .pt01 {
	background: url('../images/douga.png') no-repeat;
    background-size: contain;
    width: 260px;
    height: 220px;
}
.douga-pr ul li .pt02 {
margin: 10px 0;
}
.douga-pr ul li .pt03 {
margin: 20px 0 0;
}
.douga-pr ul li .pt03 p a {
border: 2px solid;
border-radius: 5px;
width: 100%;
display: block;
text-align: center;
font-size: 16px;
padding: 10px 10px 8px;
box-sizing: border-box;
font-weight: bold;
}
.douga-pr ul li .pt03 p.p01 a {
margin: 20px auto 10px;
border: #FFF 1px solid;
color: #FFF;
text-align: center;
border-radius: 5px;
background: #e95797;
background: -moz-linear-gradient(top, #e95797 0%, #c53172 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e95797), color-stop(100%,#c53172));
background: -webkit-linear-gradient(top, #e95797 0%,#c53172 100%);
background: -o-linear-gradient(top, #e95797 0%,#c53172 100%);
background: -ms-linear-gradient(top, #e95797 0%,#c53172 100%);
background: linear-gradient(to bottom, #e95797 0%,#c53172 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95797', endColorstr='#c53172',GradientType=0 );
box-shadow: rgb(167, 10, 78) 0px 0px 0px 1px;
-webkit-box-shadow: rgb(167, 10, 78) 0px 0px 0px 1px;
-moz-box-shadow: rgb(167, 10, 78) 0px 0px 0px 1px;
font-weight: normal;
}
#paging-bottom {
padding-top: 20px;
}
.selection {
display: none;
margin-top: -50px !important;
padding-top: 50px !important;
}
/*---------------------------------------------------

ページネーション

---------------------------------------------------*/
#paging-bottom{
    text-align: center;
	width:100% !important;
}
.simple-pagination li{
	display: inline-block;
    float: none !important;
}



/* ----------------------------------------------------
    footer_nav
---------------------------------------------------- */ 
.footer_nav {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.footer_nav ul {
    /*padding-top: 5px;*/
}

.footer_nav ul li {
    display: inline-block;
    padding-right: 5px;
}

.footer_nav ul li a {
    padding-top: 5px;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
}

.footer_nav ul li a:after {
    content: '';
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.footer_nav ul li a:visited {
    color: #888;
}

.footer_nav ul li:last-of-type a:after {
    content: none;
}