@charset "utf-8";
/*=======================
common.css
=======================*/
/*-----------------------------------------------
reset(ver:2.0)
------------------------------------------------*/
/*タグリセット*/
html{overflow-y:scroll;-webkit-overflow-scrolling:touch;}
body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;}
/*ios 4対策。指定がないと意図せぬ位置で折り返す*/
.ios body{letter-spacing:-0.0001em;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block;}
audio[controls],canvas,video{display:inline-block;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,div,iframe,caption,hr,fieldset,legend,blockquote,article,aside,details,figcaption,figure,footer,header,nav,section,audio,canvas,video{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,address,caption,th,td,div{word-break:break-all;word-wrap:break-word;}
li{list-style:none;}
img,fieldset{border:none;}
hr{border:none;border-top:1px #000 solid;}
a[href^="javascript"]{-webkit-touch-callout:none;touch-callout:none;}
/*vertical-align*/
input,button,select,textarea{vertical-align:middle;}
img,object,embed,canvas,audio,video{vertical-align:top;}
/*svg ie9 bugfix*/
svg:not(:root){overflow:hidden;}
/*iframe*/
iframe{border:0;}
/*table*/
table{width:100%;border-collapse:collapse;border-spacing:0;}
caption,th,td{margin:0;padding:0;vertical-align:top;text-align:left;}
/*font*/
input,select,button,textarea,h1,h2,h3,h4,h5,h6,table{
	font-size: inherit;
	
}
address,em,strong,th{font-style:normal;}
em,strong{font-weight:bold;}
/*clearfix*/
div:after{display:block;clear:both;visibility:hidden;height:0;font-size:0;content:".";}
div{display:inline-block;}
/*\*/
* html div{height:0;}
div{display:block;}
/* */
input:focus,button:focus,textarea:focus,select:focus{outline:none;}
input:disabled,textarea:disabled{opacity:1;}
textarea,select[multiple="multiple"]{overflow-y:scroll;resize:vertical;-webkit-overflow-scrolling:touch;}
input[type="checkbox"],input[type="radio"]{margin-right:2px;}
input[type="submit"],input[type="reset"],button{-ms-appearance:button;-moz-appearance:button;-webkit-appearance:button;appearance:button;}
select[multiple="multiple"]{background:#fff;}
/*moz*/
html >/**/body input[type="checkbox"],html >/**/body input[type="radio"],x:-moz-any-link{margin-right:3px;margin-bottom:0.125em;}
/*webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0){
input[type="text"],input[type="password"],textarea{-webkit-appearance:none;}
input[type="submit"],input[type="reset"],button{min-height:2em;}
select{min-height:1.75em;}
input[type="checkbox"],input[type="radio"]{margin-right:3px;margin-bottom:0.25em;}
select[multiple="multiple"]{overflow-y:auto;resize:none;-webkit-appearance:none;}
}


/*=======================
font setting
=======================*/
body,input,button,select,textarea,body .ui-widget-content{color:#535353;font:12px/1.5 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*a,body .ui-widget-content a{color:#06c;text-decoration:none;}*/
/*a:visited,body .ui-widget-content a:visited{color:#52affd;}*/
/*a:hover, body .ui-widget-content a:hover{text-decoration:underline;}*/
a,body .ui-widget-content a{color:#95634b;text-decoration:none;}
a:visited,body .ui-widget-content a:visited{color:#7a4da6;}
a:hover, body .ui-widget-content a:hover{color:#4b80c4;text-decoration:underline;}


/*=======================
form setting
=======================*/
input,button,select,textarea{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-moz-appearance:none;
/*-webkit-appearance:none;*/
appearance:none;
margin:0;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
outline:none;
}

/*入力フィールド*/
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="search"],select,textarea{
width:100%;
padding:4px;
border:1px solid #ccc;
border-radius:4px;
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
background:#fff;
}
input[type="search"]:focus{outline-offset:-3px;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{display:none;-webkit-appearance:none;}
textarea{min-height:5em;resize:vertical;}

/*ボタン*/
button,input[type="button"],input[type="submit"]{
font-weight:bold;
padding:0;
width:100%;
cursor:pointer;
}

/*プルダウン*/
select{
width:100%;
border:1px solid #ccc;
border-radius:4px;
padding:4px;
background:#fff;
}

/*チェックボックス*/
input[type="checkbox"]{
-moz-appearance:checkbox;
-webkit-appearance:checkbox;
appearance:checkbox;
/*margin:0;*/
}
#all input[type="checkbox"],
x:-moz-any-link{
width:auto;
height:auto;
}

/*プレイスホルダー*/
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}


/*=======================
追加設定変更
=======================*/
/*リンクボタンをマウスオーバーで半透明にする*/
a:hover img{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/*ヘッダーの文字細字にする*/
h1 {
font-weight:normal;
}


/*=======================
layout setting
=======================*/


/*通常用*/
html.frozen-1 #wrapper{width:950px;}

/*管理画面preview用*/
html.preview-1 #wrapper{margin:30px auto;width:760px;}
/*応募レコメンドpreview用*/
html.preview-2 #contents{margin:0 auto 30px auto;width:760px;}

/*レイアウトグリッド*/
/*2カラム-1：全国TOP*/
/*メイン*/
.layout-grid-2-1 .layout-column-1{float:left;margin-right:-220px;width:100%;}
.layout-grid-2-1 .layout-column-1-inner{margin-right:220px;}

/*右*/
.layout-grid-2-1 .layout-column-2{
	float:right;
	width:210px;
	padding:0 0 0 10px;
}

/*検討中*/
.layout-grid-2-1 .layout-column-2 .pt02{
	height:106px;
	width:200px;
	margin:0 0 10px 0;
}
.layout-grid-2-1 .layout-column-2 .pt02:hover{
	text-decoration: none;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
.layout-grid-2-1 .layout-column-2 .pt02 a:hover{
	text-decoration: none;
}

.layout-grid-2-1 .layout-column-2 .pt02a{
	background:url(/pu/images/2013/img_16.png) no-repeat;
	height:10px;
	width:200px;
}
.layout-grid-2-1 .layout-column-2 .pt02c{
	background:url(/pu/images/2013/img_10.png) no-repeat;
	height:43px;
	width:200px;
	margin:0 0 -10px 0;
}
.layout-grid-2-1 .layout-column-2 .pt02b{
	border-radius:0 0 5px 5px;
	background-color: #fec62e;
	height:61px;
	width:200px;
	margin-top:0px
}
.layout-grid-2-1 .layout-column-2 .pt02ba{
	margin:0 auto;
	border-radius:5px;
	background-color: #fffbe6;
	height:54px;
	width:180px;
}
/*トグル用*/
.layout-grid-2-1 .layout-column-2 .pt02baa{
	background:url(/pu/images/2013/img_13.png) no-repeat 0% 50%;
}
.layout-grid-2-1 .layout-column-2 .pt02baaa{
	padding:3px 0 0 110px;
	color:#f57822;
	font-size:36px;
	font-weight:bold;
}

/*会員登録キャンペーン*/
.layout-grid-2-1 .layout-column-2 .pt01{
	border-radius: 5px;
	background-color: #fec62e;
	width:200px;
	padding:0 0 10px 0;
	margin:0 0 10px;
}
.layout-grid-2-1 .layout-column-2 .pt01a{
	margin:6px 0 0 10px;
	float:left;
}
.layout-grid-2-1 .layout-column-2 .pt01b{
	margin:13px 15px 0 0;
	float:right;
}
.layout-grid-2-1 .layout-column-2 .pt01c{
	margin:0 5px 0;
	padding:0 0 10px 0;
	border-radius: 5px;
	background-color: #ffffff;
	width:191px;
}
.layout-grid-2-1 .layout-column-2 .pt01ca{
	margin:19px 0 0 8px;
	float:left;
}
.layout-grid-2-1 .layout-column-2 .pt01cb{
	margin:12px 6px 0 0;
	width:100px;
	float:right;
	color:#95634b;
}
.layout-grid-2-1 .layout-column-2 .pt01cb a{
	text-decoration:underline;
}
.layout-grid-2-1 .layout-column-2 .pt01cb .span01{
	font-weight:bold;
}
.layout-grid-2-1 .layout-column-2 .pt01cc{
	margin:10px 0 0 8px;
}
.layout-grid-2-1 .layout-column-2 .pt01d{
	margin:10px 0 0 10px;
}

/*人気の条件ピックアップ*/
.layout-grid-2-1 .layout-column-2 .pt03{
	border-radius: 5px;
	background-color:#ffb399;
	width:200px;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
}
.layout-grid-2-1 .layout-column-2 .pt03a{
	padding:7px 0 5px 0;
}
.layout-grid-2-1 .layout-column-2 .pt03b{
	margin:0 auto;
	border-radius: 5px;
	background-color:#ffffff;
	width:192px;
	padding:0 0 7px 0;
}
.layout-grid-2-1 .layout-column-2 .pt03ba{
	font-size:12px;
	font-weight:bold;
	color:#ffb399;
	padding:10px 0 0 11px;
}
.layout-grid-2-1 .layout-column-2 .pt03bb{
	padding:0 0 0 6px;
	color:#878787;
}
.layout-grid-2-1 .layout-column-2 .pt03bb li{
	display:inline;
}
.layout-grid-2-1 .layout-column-2 .pt03bb li a{
	color:#2692ff;
	margin:0 5px 0;
}
.layout-grid-2-1 .layout-column-2 .pt03bb li a:hover{
	color:#0ec8de;
}
.layout-grid-2-1 .layout-column-2 .pt03bb li a:visited{
	color:#7a4da6;
}
.layout-grid-2-1 .layout-column-2 .pt03bc{
	background:url(/pu/images/2013/img_32.png);
	height:1px;
	margin:7px 0 0;
}
.layout-grid-2-1 .layout-column-2 .pt03c{
	color:#ffb399;
	font-size:12px;
}
.layout-grid-2-1 .layout-column-2 .pt03c a{
	color:#ffb399;
}
.layout-grid-2-1 .layout-column-2 .pt03c a:hover{
	color:#4b80c4;
}
.layout-grid-2-1 .layout-column-2 .pt03c a:visited{
	color:#ffb399;
}
.layout-grid-2-1 .layout-column-2 .pt03c ul{
	margin:3px 0 0 0;
	padding:0 0 0 10px;
}
.layout-grid-2-1 .layout-column-2 .pt03d{
	color:#ffb399;
	font-size:12px;
}
.layout-grid-2-1 .layout-column-2 .pt03d a{
	color:#ffb399;
}
.layout-grid-2-1 .layout-column-2 .pt03d ul{
	padding:0 0 0 10px;
}
.layout-grid-2-1 .layout-column-2 .pt03e{
	font-size:12px;
	padding:0 0 10px 30px;
}
.layout-grid-2-1 .layout-column-2 .pt03e li a{
	color:#2692ff;
}
.layout-grid-2-1 .layout-column-2 .pt03e li a:hover{
	color:#0ec8de;
}
.layout-grid-2-1 .layout-column-2 .pt03e li a:visited{
	color:#7a4da6;
}

.layout-grid-2-1 .li_close_side{
background:url(/pu/images/2013/bt_06.png) no-repeat 1%;
padding:0 0 0 20px;
}
.layout-grid-2-1 .li_open_side{
background:url(/pu/images/2013/bt_07.png) no-repeat 1%;
padding:0 0 0 20px;
}
.layout-grid-2-1 .layout-column-2 .pt03c .ul01{
display:none;
padding: 0 10px 10px 20px;
}
.layout-grid-2-1 .layout-column-2 .pt03c .ul01 a {
color: #0066CC;
text-decoration: none;
}
.layout-grid-2-1 .layout-column-2 .pt03c .ul01 li{
display:inline;
}

/* レコメンド */
.layout-grid-2-1 .layout-column-2 .pt04{
width:200px;
height:auto;
margin-bottom:5px;
color:#666666;
}
.layout-grid-2-1 .layout-column-2 .pt04 .p01{
display:block;
margin-bottom:5px;
}

.layout-grid-2-1 .layout-column-2 .pt04 ul > li{
width:200px;
margin-bottom:5px;
padding:4px;
border-radius:5px;
background:#ffd59e;
}
.layout-grid-2-1 .layout-column-2 .pt04 li > div{
line-height:14px;
margin-top:3px;
padding:5px;
color:#76462f;
font-weight:bold;
border-radius:5px;
background:#ffffff;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04a{
	overflow: hidden;
	height: auto;
	line-height: normal;
	margin-top: 0;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04b{
line-height:12px;
color:#878787;
font-size:10px;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04b li{
color:#878787;
background:url(/pu/images/2013/bg_114.png) no-repeat top;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04b li:first-child{
background:none;
}
.layout-grid-2-1 .layout-column-2 .pt04 .li01 dl{
	height: auto;
}
.layout-grid-2-1 .layout-column-2 .pt04 .li02 dl{
	height: auto;
}
.layout-grid-2-1 .layout-column-2 .pt04 dl{
letter-spacing:-.4em;
overflow:hidden;
display:block;
padding:4px 0 2px;
}
.layout-grid-2-1 .layout-column-2 .pt04 dt,
.layout-grid-2-1 .layout-column-2 .pt04 dd{
letter-spacing:normal;
display:inline-block;
vertical-align:top;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04b dt{
width:62px;
color:#76462f;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04b dd{
	width: auto;
	color: #878787;
	font-weight: normal;
	font-size: 9px;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04c{
padding:2px;
text-align:center;
border-radius:0;
background:none;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04c a{
color:#75462f;
text-decoration:underline;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04c a:hover{
color:#4b80c4;
}
.layout-grid-2-1 .layout-column-2 .pt04 li .pt04c a:visited{
color:#7a4da6;
}


/*2カラム-2：版TOP*/
/*メイン*/
.layout-grid-2-2 .layout-column-1{float:left;margin-right:-220px;width:100%;}
.layout-grid-2-2 .layout-column-1-inner{margin-right:220px;}

/*右*/
.layout-grid-2-2 .layout-column-2{
	padding:0 0 0 10px;
	float:right;width:210px;
}
.layout-grid-2-2 .layout-column-2 p{
	display:inline;
}

/*検討中*/
.layout-grid-2-2 .layout-column-2 .pt01{
	height:106px;
	width:200px;
	margin:0 0 10px 0;
}
.layout-grid-2-2 .layout-column-2 .pt01:hover{
	text-decoration: none;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
.layout-grid-2-2 .layout-column-2 .pt01 a:hover{
	text-decoration: none;
}

.layout-grid-2-2 .layout-column-2 .pt01a{
	background:url(/pu/images/2013/img_16.png) no-repeat;
	height:10px;
	width:200px;
}
.layout-grid-2-2 .layout-column-2 .pt01c{
	background:url(/pu/images/2013/img_10.png) no-repeat;
	height:43px;
	width:200px;
	margin:0 0 -10px 0;
}
.layout-grid-2-2 .layout-column-2 .pt01b{
	border-radius:0 0 5px 5px;
	background-color: #fec62e;
	height:61px;
	width:200px;
	margin-top:0px
}
.layout-grid-2-2 .layout-column-2 .pt01ba{
	margin:0 auto;
	border-radius:5px;
	background-color: #fffbe6;
	height:54px;
	width:180px;
}
/*トグル用*/
.layout-grid-2-2 .layout-column-2 .pt01baa{
	background:url(/pu/images/2013/img_13.png) no-repeat 0% 50%;
}
.layout-grid-2-2 .layout-column-2 .pt01baaa{
	padding:3px 0 0 110px;
	color:#f57822;
	font-size:36px;
	font-weight:bold;
}


/*MYサーチ*/
.layout-grid-2-2 .layout-column-2 .pt02{
	border-radius: 5px;
	background-color: #fec62e;
	width:200px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
.layout-grid-2-2 .layout-column-2 .pt02a{
	margin:1px 0 0 9px;
	float:left;
}
.layout-grid-2-2 .layout-column-2 .pt02b{
	margin:13px 0 0 4px;
	float:left;
}
.layout-grid-2-2 .layout-column-2 .pt02d{
	margin:0 auto;
	border-radius: 5px;
	background-color: #ffffff;
	width:191px;
	padding:7px 9px 8px;
}
.layout-grid-2-2 .layout-column-2 .pt02db{
	font-size:0.85em;
	width:176px;
}
.layout-grid-2-2 .layout-column-2 .pt02dba{
 	zoom: 1;  
    overflow: hidden;
	color:#95634b;
}
.layout-grid-2-2 .layout-column-2 .pt02dba li{
	margin-top: -1px;  
    padding: 5px 0;
	background:url(/pu/images/2013/bg_01.png) repeat-x;
}
.layout-grid-2-2 .layout-column-2 .pt02dba a{
	text-decoration:underline;
}
.layout-grid-2-2 .layout-column-2 .pt02dba .span01{
	font-weight:bold;
}
.layout-grid-2-2 .layout-column-2 .pt02e{
	margin:6px auto 0;
	border-radius: 5px;
	background-color: #ffffff;
	height:52px;
	width:191px;
}
.layout-grid-2-2 .layout-column-2 .pt02ea{
	float:left;
	margin:21px 0 0 11px;
}
.layout-grid-2-2 .layout-column-2 .pt02eb{
	float:right;
	margin:19px 5px 0 0;
}

/*人気の条件ピックアップ*/
.layout-grid-2-2 .layout-column-2 .pt03{
	border-radius: 5px;
	background-color:#ffb399;
	width:200px;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
}
.layout-grid-2-2 .layout-column-2 .pt03a{
	padding:7px 0 5px 0;
}
.layout-grid-2-2 .layout-column-2 .pt03b{
	margin:0 auto;
	border-radius: 5px;
	background-color:#ffffff;
	width:192px;
	padding:0 0 7px 0;
}
.layout-grid-2-2 .layout-column-2 .pt03ba{
	font-size:12px;
	font-weight:bold;

	color:#ffb399;
	padding:10px 0 0 11px;
}
.layout-grid-2-2 .layout-column-2 .pt03bb{
	padding:0 0 0 6px;
	color:#878787;
}
.layout-grid-2-2 .layout-column-2 .pt03bb li{
	display:inline;
}
.layout-grid-2-2 .layout-column-2 .pt03bb li a{
	color:#2692ff;
	margin:0 5px 0;
}
.layout-grid-2-2 .layout-column-2 .pt03bb li a:hover{
	color:#0ec8de;
}
.layout-grid-2-2 .layout-column-2 .pt03bb li a:visited{
	color:#7a4da6;
}
.layout-grid-2-2 .layout-column-2 .pt03bc{
	background:url(/pu/images/2013/img_32.png);
	height:1px;
	margin:7px 0 0;
}
.layout-grid-2-2 .layout-column-2 .pt03c{
	color:#ffb399;
	font-size:12px;
}
.layout-grid-2-2 .layout-column-2 .pt03c a{
	color:#ffb399;
}
.layout-grid-2-2 .layout-column-2 .pt03c a:hover{
	color:#4b80c4;
}
.layout-grid-2-2 .layout-column-2 .pt03c a:visited{
	color:#ffb399;
}
.layout-grid-2-2 .layout-column-2 .pt03c ul{
	margin:3px 0 0 0;
	padding:0 0 0 10px;
}
.layout-grid-2-2 .layout-column-2 .pt03d{
	color:#ffb399;
	font-size:12px;
}
.layout-grid-2-2 .layout-column-2 .pt03d a{
	color:#ffb399;
}
.layout-grid-2-2 .layout-column-2 .pt03d ul{
	padding:0 0 0 10px;
}
.layout-grid-2-2 .layout-column-2 .pt03e{
	font-size:12px;
	padding:0 0 10px 30px;
}
.layout-grid-2-2 .layout-column-2 .pt03e li a{
	color:#2692ff;
}
.layout-grid-2-2 .layout-column-2 .pt03e li a:hover{
	color:#0ec8de;
}
.layout-grid-2-2 .layout-column-2 .pt03e li a:visited{
	color:#7a4da6;
}
/*トグル用*/
.layout-grid-2-2 .li_close_side{
background:url(/pu/images/2013/bt_06.png) no-repeat 1%;
padding:0 0 0 20px;
}
.layout-grid-2-2 .li_open_side{
background:url(/pu/images/2013/bt_07.png) no-repeat 1%;
padding:0 0 0 20px;
}
.layout-grid-2-2 .layout-column-2 .pt03c .ul01{
display:none;
padding: 0 10px 10px 20px;
}
.layout-grid-2-2 .layout-column-2 .pt03c .ul01 a {
color: #0066CC;
text-decoration: none;
}
.layout-grid-2-2 .layout-column-2 .pt03c .ul01 li{
display:inline;
}


/* レコメンド */
.layout-grid-2-2 .layout-column-2 .pt04{
width:200px;
margin-bottom:5px;
color:#666666;
}
.layout-grid-2-2 .layout-column-2 .pt04 .p01{
display:block;
margin-bottom:5px;
}

.layout-grid-2-2 .layout-column-2 .pt04 ul > li{
width:200px;
margin-bottom:5px;
padding:4px;
border-radius:5px;
background:#ffd59e;
}
.layout-grid-2-2 .layout-column-2 .pt04 li > div{
line-height:14px;
margin-top:3px;
padding:5px;
color:#76462f;
font-weight:bold;
border-radius:5px;
background:#ffffff;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04a{
overflow:hidden;
height:42px;
line-height:16px;
margin-top:0;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04b{
line-height:12px;
color:#878787;
font-size:10px;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04b li{
color:#878787;
background:url(/pu/images/2013/bg_114.png) no-repeat top;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04b li:first-child{
background:none;
}
.layout-grid-2-2 .layout-column-2 .pt04 .li01 dl{
height:3em;
}
.layout-grid-2-2 .layout-column-2 .pt04 .li02 dl{
height:2em;
}
.layout-grid-2-2 .layout-column-2 .pt04 dl{
letter-spacing:-.4em;
overflow:hidden;
display:block;
padding:4px 0 2px;
}
.layout-grid-2-2 .layout-column-2 .pt04 dt,
.layout-grid-2-2 .layout-column-2 .pt04 dd{
letter-spacing:normal;
display:inline-block;
vertical-align:top;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04b dt{
width:62px;
color:#76462f;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04b dd{
width:120px;
color:#878787;
font-weight:normal;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04c{
padding:2px;
text-align:center;
border-radius:0;
background:none;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04c a{
color:#75462f;
text-decoration:underline;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04c a:hover{
color:#4b80c4;
}
.layout-grid-2-2 .layout-column-2 .pt04 li .pt04c a:visited{
color:#7a4da6;
}

/* パーソナルページバナー */
.layout-grid-2-1 .layout-column-2 .pt05,
.layout-grid-2-2 .layout-column-2 .pt05{
margin-bottom:10px;
padding:5px;
border-radius:6px;
background:#ffb249;
}

/*効果測定用のscript配置用*/
#measure{min-height:0px;}


/*=======================
global selector
=======================*/
img[data-guard="true"]{-khtml-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
input[data-placeholder].placeholder,textarea[data-placeholder].placeholder{color:#999;}
img[data-replaceimage].loading{background:#fff url(/pu/images/2013/bg_001a.gif) no-repeat 50% 50%;}


/*=======================
jquery ui selector
個別性での上書きを行う
=======================*/
/*reset*/
html .ui-widget{padding:0;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:none;}
/*font*/
html .ui-widget,html .ui-widget input,html .ui-widget button,html .ui-widget select,html .ui-widget textarea{font-family:inherit;font-size:inherit;}
/*background overlay*/
html .ui-widget-overlay{position:fixed;background:url(/pu/images/2013/bg_002a.png) repeat 0 0;opacity:1;filter:none;-ms-filter:none;}
/*titlebar*/
html .ui-dialog .ui-dialog-titlebar{display:none;}
/*content*/
html .ui-dialog .ui-dialog-content{margin:0;padding:0;}


/*=======================
module
=======================*/
/***ページ全体***/
html.hatarako #wrapper{margin:0 auto;}

body {
background-color:#fbf3ea;
}

#main {
width:950px;
margin:10px auto 0;
}

#footer {
	background:#ffffff repeat-x;
}


/*******************
.common-smartphone
*******************/
.common-smartphone {
background:url(/pu/images/2013/bg_110.png) repeat-x;
min-width:950px;
}
.common-smartphone .span01 {
display:block;
width:100%;
}
.common-smartphone .img01 {
margin:0 auto;
display: block;
}


/*******************
.common-globalHeader
*******************/
/****for Member****/
.common-globalHeader{
}

/*ロゴは透過しない*/
.common-globalHeader .pt02a a:hover .img01  {
opacity:1;
}

.common-globalHeaderInner{
width:100%;
min-height:100px;
margin:0 auto;
background:#fff;
border-top:solid 3px #f68a52;
border-bottom:solid 2px #e8ded4;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.common-globalHeaderInner .bg01{
position:relative;
width:950px;
margin:0 auto;
padding:10px 0 ;
color:#b5b5b5;
}

.common-globalHeaderInner .bg01 .pt01,
.common-globalHeaderInner .bg01 .pt02{
line-height:1.5;
font-size:0;
}
.common-globalHeaderInner .bg01 .pt01a,
.common-globalHeaderInner .bg01 .pt02a{
display:inline-block;
width:700px;
font-size:10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

/* ヘッダーメインエリア */
.common-globalHeaderInner .bg01 .pt02a{
position:relative;
font-size:0;
width:750px;
padding-top:10px;
}
.common-globalHeaderInner .bg01 .pt02a > *{
display:inline-block;
font-size:10px;
vertical-align:bottom;
}

.common-globalHeaderInner .bg01 .pt02a h2{
padding:10px 10px 0 0;
}

.common-globalHeaderInner .bg01 .pt02a .span01{
padding:0 3px;
}

/* 仕事件数表示エリア */
.common-globalHeaderInner .bg01 .pt02a .ul01{
position:absolute;
left:365px;
bottom:-5px;
font-size:0;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li{
display:inline-block;
font-size:12px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li dl{
color:#a68367;
font-size:0;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li dt,
.common-globalHeaderInner .bg01 .pt02a .ul01 li dd{
display:inline-block;
line-height:24px;
padding:0 2px;
font-size:12px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li dt{
font-weight:bold;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li dd em{
color:#f47821;
font-size:22px;
font-weight:bold;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li .dd02{
display:block;
line-height:10px;
text-align:left;
font-size:10px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 li .dl03 dd{
color:#f47821;
font-size:14px;
font-weight:bold;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .li01 dl:first-child{
border-bottom:2px dotted #f58a52;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .li01 dt{
width:110px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .li01 dd{
text-align:right;
width:110px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .dl02{
padding-top:5px;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .dl02 dt{
font-size:10px;
line-height:1.4;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .dl02 dt span{
display:block;
}
.common-globalHeaderInner .bg01 .pt02a .ul01 .li02{
margin-left:15px;
}
.common-globalHeaderInner .bg01 .pt01b,
.common-globalHeaderInner .bg01 .pt02b{
display:inline-block;
width:250px;
font-size:10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.common-globalHeaderInner .bg01 .pt01b{
text-align:right;
}

/* ヘッダーボタンエリア */
.common-globalHeaderInner .bg01 .pt02b{
width:200px;
}

.common-globalHeaderInner .bg01 .pt02b ul{
text-align:center;
font-size:0;
}

.common-globalHeaderInner .bg01 .pt02b ul li{
display:inline-block;
font-size:1em;
}
.common-globalHeaderInner .bg01 .pt02b ul li:first-child{
padding-right:6px;
}

.common-globalHeaderInner .bg01 .pt02b .a01{
display:block;
z-index:+1;
position:relative;
width:100%;
height:36px;
margin:5px auto 0;
padding:2px 10px 2px 2px;
border-radius:4px;
background:#FEC62E;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.common-globalHeaderInner .bg01 .pt02b .a01:hover{
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity:.7;
}

.common-globalHeaderInner .bg01 .pt02b dl{
position:relative;
height:100%;
line-height:30px;
font-size:0;
color:#7F491B;
border-radius:4px 0 0 4px;
background:#FFFFFF;
}

.common-globalHeaderInner .bg01 .pt02b dl dt,
.common-globalHeaderInner .bg01 .pt02b dl dd{
display:inline-block;
vertical-align:middle;
font-size:10px;
}

.common-globalHeaderInner .bg01 .pt02b dl dt{
padding:0 0 0 30px;
}

.common-globalHeaderInner .bg01 .pt02b dl dt:after{
content:"";
position:absolute;
width:28px;
height:28px;
top:0;
left:0;
bottom:0;
margin:auto;
background:url(/pu/images/2013/bg_181.png) no-repeat;
}

.common-globalHeaderInner .bg01 .pt02b dl dt em{
position:relative;
top:2px;
font-size:14px;
font-weight:bold;
}

.common-globalHeaderInner .bg01 .pt02b dl dd{
padding:0 0 0 2px;
text-align:right;
color:#737373;
}

.common-globalHeaderInner .bg01 .pt02b dl dd:after{
content:"";
position:absolute;
width:5px;
height:8px;
top:0;
right:-8px;
bottom:0;
margin:auto;
background:url(/pu/images/2013/bg_182.png) no-repeat;
}

.common-globalHeaderInner .bg01 .pt02b dl dd em{
position:relative;
top:2px;
color: #f47821;
font-size: 20px;
font-weight: bold;
}

#header .otherHeader .pattern-1 .common-globalHeaderInner{
min-height:92px;
height:auto;
}

/*******************
.common-globalHeaderGuest
*******************/
/****for Guest****/

/*ロゴは透過しない*/
.common-globalHeaderGuest .pt02a a:hover .img01  {
opacity:1;
}

/****for Member and Guest****/
.common-globalHeader p,
.common-globalHeaderGuest p {
display:inline;
}


/*******************
.common-globalHeaderNoneButton
*******************/
.otherHeader .common-globalHeaderNoneButton {
border-top:solid 3px #f68a52;
min-width:950px;
height:123px;
background:url(/pu/images/2013/bg_100.png) repeat-x  left 94px #ffffff;
}
.otherHeader .common-globalHeaderNoneButton > .common-globalHeaderInner > .pt01{
width:780px;
float:left;
}
.otherHeader .common-globalHeaderNoneButton .pt01 h1{
height:17px;
display:block;
}
.otherHeader .common-globalHeaderNoneButton .pt01 .img01 {
margin: 9px 10px 0 0;
}
.otherHeader .common-globalHeaderNoneButton .pt01a{
height:59px;
}

.otherHeader .common-globalHeaderNoneButton .pt01a p{
display:inline;
}
.otherHeader .common-globalHeaderNoneButton .pt02{
width:170px;
float:left;
}


/*******************
.common-breadcrumb
*******************/
.common-breadcrumb{
background-color:#fbf3ea;
height:30px;
margin-top:0;
}
.common-breadcrumb.hidden{
visibility:hidden;
}
.common-breadcrumb .a01{
color:#4ca5ff;
text-decoration:none;
font-size:10px;
font-weight:normal;
}
.common-breadcrumb a:hover.a01  {
color:#0ec8de;
text-decoration:underline;
font-size:10px;
}
.common-breadcrumb a:visited.a01  {
color:#7a4da6;
text-decoration:none;
font-size:10px;
}
.common-breadcrumb .a02{
color:#858585;
text-decoration:none;
font-size:10px;
font-weight:bold;
}
.common-breadcrumb a:hover.a02 {
color:#0ec8de;
text-decoration:none;
font-size:10px;
font-weight:bold;
}
.common-breadcrumb a:visited.a02 {
color:#888474;
text-decoration:none;
font-size:10px;
font-weight:bold;
}

.common-breadcrumb .pt01{
margin:4px auto;
padding:8px 0 0;
line-height:1.3em;
width:950px;
color:#858585;
text-decoration:none;
font-size:10px;
}
.common-breadcrumb strong{
font-weight:normal;
}


/*clearfix*/
.clearfix1:after {  
    content: " ";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix1 {  
    display: inline-block;  
    min-height: 1%;  
}  



/*******************
.common-globalFooter
*******************/
.common-globalFooter{
	background:#EEECE8;
	margin:0 auto;
	text-align:center;
}
.common-globalFooter a{
	color:#888474;
}
.common-globalFooter a:hover{
	color:#0ec8de;
}
.common-globalFooter a:visited{
	color:#888474;
}

.common-globalFooter .pt01 {
	color:#95634b;
	padding:36px 0 0 0;
	font-size:10px;
	width:950px;
	margin:0 auto;
}
.common-globalFooter .pt01 a{
	margin:0 3px 0;
}
.common-globalFooter .pt01 li{
	display:inline;
        float:left;
}
.common-globalFooter .pt01 div{
	width:156px;
	padding:0 0;
	text-align:center;
	font-size:11px;
	line-height:130%;
}
.common-globalFooter .pt01 img{
	margin-bottom:5px;
}

.common-globalFooter .pt02 {
	color:#95634b;
	margin:22px 0 10px 0;
	font-size:10px;
        background-color:#FF7F00;
        line-height:20px;
}
.common-globalFooter .pt02 a{
	margin:0 3px 0;
        color:#ffffff;
}
.common-globalFooter .pt02 li{
	display:inline;
        color:#ffffff;
}

.common-globalFooter .pt03 {
	margin:0px 0 20px 0;
	color:#707070;
	font-size:9px;
}

.common-globalFooter .pt04 {
letter-spacing:-.4em;
color:#95634b;
padding:36px 0 0 0;
font-size:10px;
width:610px;
margin:0 auto;
}
.common-globalFooter .pt04 a{
margin:0 3px 0;
}
.common-globalFooter .pt04 li{
letter-spacing:normal;
display:inline-block;
}


/*******************
.common-globalFooter2
*******************/
.common-globalFooter2{
	background:#ffffff;
	margin:0 auto;
	padding:24px 0 193px 0;
	width:780px;
}

.common-globalFooter2 .pt01 {
	width:740px;
}
.common-globalFooter2 .pt01 dt{
	font-weight:bold;
	color:#686859;
	margin:0 0 0 -7px;
}
.common-globalFooter2 .pt01 dd{
	color:#888474;
	padding:21px 0 11px 27px;
	font-size:10px;
}

.common-globalFooter2 .pt02 {	
}
.common-globalFooter2 .pt02a {
	color:#999999;
	font-size:9px;
	font-weight:bold;
	width:80px;
	margin:0 8px 3px 0;
	float:left;
}
.common-globalFooter2 .pt02b {
	width:652px;
	font-size:9px;
	color:#999999;
	float:left;
}
.common-globalFooter2 .pt02b li{
	display:inline;
}
.common-globalFooter2 .pt02b li a{
	color:#888474;
	margin:0 3px 0;
}
.common-globalFooter2 .pt02b li a:hover{
	color:#0ec8de;
}
.common-globalFooter2 .pt02b li a:visited{
	color:#888474;
}


/*ツールチップは透過しない 0907*/
.tip_trigger1 img,
.tip_trigger img  {
opacity:1.0 !important;
-ms-filter: "alpha(opacity=100)"  !important;
}

.err-msg {
     color: red;
     font-weight:bold;
}
.v-bottom {
  vertical-align:bottom;
}

/* CUT領域（指定クラス名） */
/*******************
hmp-free-space
*******************/
.hmp-free-space .pattern-1{
width:740px;
margin:25px auto 0;
}

.kan{
line-height: 20px;	
font-size:13px;
}

.up{
	color:#FF0000; 
	font-size:15px;
}
.tel{
	padding-left:50px;
	font-size:28px;
}