/*-----------------------------
 common
-----------------------------*/
body {
	min-width: 980px;
	height: 100%;
	line-height: 1.4;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #333;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ea8400;
}
div#pageWrap {
	background: url(../images/common/bg-wrapper.gif) repeat-x 0 0;
}
.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.fontBold {
	font-weight: bold;
}
.fontHighlight {
	color: #ea8400;
}
.fontL {
	font-size: 1.6em;
}
.fontS {
	font-size: 0.8em;
}
.new {
	padding: 1px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #ea6161;
	color: #fff;
}
hr {
	margin: 0 0 20px;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
}
/*-----------------------------
 header
-----------------------------*/
div.headerTopWrap,
div.headerWrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
div.headerTopWrap {
	min-width: 980px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 0.8em;
}
h1 {
	float: left;
	width: 700px;
	height: 25px;
	overflow: hidden;
}
nav#header-nav {
	float: right;
}
nav#header-nav li {
	float: left;
}
nav#header-nav li a {
	padding: 0 10px;
	color: #fff;
}
nav#header-nav li a:hover {
	background-color: #5ec3eb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav#header-nav li.welcome_name {
	padding-right: 5px;
	color: #fff;
}
div.headerWrap {
	height: 95px;
	margin-bottom: 20px;
}
div.logo {
	float: left;
	width: 490px;
	margin-top: 10px;
}
div.logo p.arealogo {
	position: absolute;
	top: 0;
	left: 260px;
	width: 145px;
	height: 70px;
	padding-top: 30px;
	background: url(../images/common/bg-arealogo.png) no-repeat 0 0;
	color: #009fde;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
div.logo p.arealogo span {
	color: #666;
	font-weight: normal;
	font-size: 13px;
}
div.headerRightWrap {
	float: right;
	width: 490px;
}
div.header-form {
	width: 470px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #009fde;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	color: #fff;
}
div.header-form ul {
	display: block;
}
div.header-form ul li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
div.header-form ul li:first-child {
	margin-left: 0;
}
div.header-form ul li input {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
div.header-form ul li input#id-name,
div.header-form ul li input#id-pass {
	width: 130px;
}
div.header-form ul li input#btn-login-header {
	width: 68px;
	padding: 3px 7px;
	background-color: #ea6161;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
div.header-form ul li input#btn-login-header:hover {
	background-color: #f08989;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
div.header-form .auto-login {
	margin-right: 55px;
	font-size: 0.8em;
}
div.header-form .auto-login input {
	margin: 0 3px 0 0;
	padding: 0;
}
div.header-form .forgetPASS a {
	padding-left: 10px;
	background: url(../images/common/arrow-orange.png) no-repeat 0 center;
	font-size: 0.8em;
	color: #fff;
}
div.header-form .forgetPASS a:hover {
	color: #eb9019;
}
div.welcome-name {
	position: absolute;
	top:0;
	right: 300px;
	background: url(../images/common/bg-arealogo.png) no-repeat 0 0;
	font-size: 11px;
}
div.welcome-name p {
	width: 130px;
	height: 100px;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.welcome-name span {
	color: #009fde;
	font-weight: bold;
}

div.header-login-menu {
	width: 490px;
	text-align: right;
}
div.header-login-menu ul {
	display: block;
	float: right;
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #009fde;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	color: #fff;
	text-align: center;
}
div.header-login-menu li {
	display:table-cell;  
	*display:inline;  
	*zoom:1;   
	width: 56px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.header-login-menu li a:hover img {
	opacity: 0.8;
}
div.header-sns {
	width: 490px;
	text-align: right;
}
div.header-sns ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
/*-----------------------------
 search-shop
-----------------------------*/
div.search-shopWrap {
	position: relative;
	width: 980px;
	height: 90px;
	margin: 0 auto 10px;
}
div.search-shopWrap p.catch {
	margin-bottom: 5px;
}
/*top areatop ONLY*/
div.search-shop input {
	width: 220px;
	height: 36px;
	padding: 0 5px;
	border: 2px solid #009fde;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
div.search-shop span {
	padding: 0 5px;
	color: #009fde;
	font-weight: bold;
	font-size: 16px;
}
div.search-shop input#shop-search {
	width: 150px;
	height: 40px;
	margin-left: 10px;
	border: none;
	background:url(../images/common/btn-search-L.png) no-repeat 0 center;
}
div.search-shop input#shop-search:hover {
	opacity: 0.8;
	cursor: pointer;
}
/* underpage ONLY*/
div.search-shop-s {
	position: absolute;
	top: 10px;
	right: 0;
}
div.search-shop-s input {
	width: 150px;
	height: 30px;
	padding: 0 5px;
	border: 2px solid #009fde;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
div.search-shop-s span {
	padding: 0 5px;
	color: #009fde;
	font-weight: bold;
	font-size: 13px;
}
div.search-shop-s input#shop-search {
	background:url(../images/common/btn-search-S.png) no-repeat 0 center;
	width:110px;
	height:30px;
	margin-left:15px;
	margin-right:5px;
	border:none;
}
div.search-shop-s input#shop-search:hover {
	opacity: 0.8;
	cursor: pointer;
}
/*shop total*/
div.shop-total {
	position: absolute;
	top: -20px;
	right: 0;
	background-color: #eb9019;
	height: 150px;
	width: 150px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	text-align: center;
	color: #fff;
}
div.shop-total .title {
	padding-top: 45px;
	font-weight: bold;
}
div.shop-total .shop-number {
	font-size: 24px;
}
/*-----------------------------
 contentsArea layout
-----------------------------*/
div.contentsWrap {
	width: 980px;
	margin: 0 auto;
}
p.breadcrumb {
	margin-bottom: 20px;
}
ul#breadcrumb-list{
	margin-bottom: 20px;
}
ul#breadcrumb-list li {
	display: inline;
}
div#contents {
	float: left;
	width: 630px;
	padding-right: 30px;
	padding-bottom: 50px;
}
div#side {
	float: right;
	width: 300px;
	height: 100%;
	padding: 10px;
	background-color: #efefef;
	margin-bottom: 20px;
}
/*-----------------------------
  contentsArea common
-----------------------------*/
div.common-contents {
	width: 980px;
}
div.common-contents-h2 {
	margin-bottom: 20px;
}
div.common-contents-h2 h2 {
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #eaeaea;
	color: #333;
	font-size: 1.6em;
}
div.common-contents-h2 h2 span.h2-list {
	float: left;
	width: 8px;
	height: 30px;
	margin-right: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #009fde;
}
div.common-contents h3 {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e1f5fe;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
div.common-contents h4 {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #efefef;
}
div.common-contents h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
div.common-contents div.common-contentsOuter {
	width: 950px;
	margin: 0 auto 50px;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #777;
	-moz-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777;
}
div.common-contents div.common-contentsWrap {
	width: 920px;
	padding: 15px;
	background-color: #eaeaea;
}
div.common-contentsWrap div.common-contents-box {
	width: 890px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
div.common-contents p.common-contents-desc {
	margin-bottom: 20px;
}
div.common-contents div.description-image {
	margin-bottom: 20px;
	text-align: center;
}
div.common-contents p,
div.common-contents table {
	word-wrap: break-word;
}
div.common-contents .arrow,
div.common-contents ul.common-ul-list li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/common/arrow-blue.png) no-repeat 0 5px;
	list-style-type: none;
}
div.common-contents a {
	text-decoration: underline;
}
div.contentsWrap textarea,
div.contentsWrap input,
div.contentsWrap select {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	vertical-align: middle;
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
/*-----------------------------
 contentsArea sideArea
-----------------------------*/
div#side div#new-register,
div#side div#register-shop-byuser,
div#side div#for-owner,
div#side div#for-pr {
	margin-bottom: 20px;
}
div#side #new-register {
	position: relative;
	width: 300px;
	height: 180px;
	background: url(../images/common/bg-new-register.jpg) no-repeat 0 0;
}
div#side #new-register h2 {
	text-indent: -9999px;
}
div#side #new-register ul {
	position: absolute;
	top: 135px;
	left: 5px;
}
div#side #new-register ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
div#side #new-register ul li a:hover {
	opacity: 0.8;
}
div#side div#pr-banner img {
	margin-bottom: 20px;
}
div#side div#news,
div#side div#for-owner,
div#side div#for-pr {
	background-color: #fff;
}
div#side div.news-inner,
div#side div.for-owner-inner,
div#side div.for-pr-inner {
	padding: 10px;
}
div#side div#news h2.title,
div#side div#for-owner h2.title,
div#side div#for-pr h2.title {
	height: 25px;
	padding: 5px 0 0 25px;
	background: url(../images/common/ttl-side.jpg) no-repeat 0 0;
	font-weight: bold;
}
div#side div#news dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
div#side div#news dd span.new {
	margin-bottom: 2px;
	font-size: 0.8em;
}
div#side div#for-owner div.owner-detail {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
div#side div#for-pr {

}
div#side p.more {
	text-align: right;
}
div#side p.more span {
	margin: 0;
	padding: 0;
}
div#side p.more span a {
	height: 20px;
	padding:1px 5px;
	background-color: #ea6161;
	font-size: 0.8em;
	color: #fff;
}
div#side p.more span a:hover {
	color: #ffe5e5;
}
/*-----------------------------
 footer
-----------------------------*/
footer {
	min-width: 980px;
	background-color: #4fbdf8;
	color: #fff;
	font-weight: bold;
}
div.footer-inner {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
}
div.footer-navi ul {
	list-style-type: none;
	margin-bottom: 10px;
}
div.footer-navi ul li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
div.footer-navi ul li:first-child {
	border-left: 1px solid #fff;
}
div.footer-navi ul li a { color: #fff;}
div.footer-navi ul li a:hover { color: #ea8400;}
div.copyright {
	padding-bottom: 10px;
}
/*-----------------------------
 rating star
-----------------------------*/
/*100%*/
.rate-star {
	margin-bottom: 5px;
	background-image: url(../images/common/star.png);
	background-repeat: no-repeat;
	text-indent : -9999em;
}
.rate-star5 { background-position: 0 0; }
.rate-star4 { background-position: 0 -22px; }
.rate-star3 { background-position: 0 -44px; }
.rate-star2 { background-position: 0 -66px; }
.rate-star1 { background-position: 0 -88px; }
/*85%*/
.rate-star-85 {
	width: 139px;
	height: 18px;
	margin-bottom: 5px;
	background-image: url(../images/common/star-85.png);
	background-repeat: no-repeat;
	text-indent : -9999em;
}
.rate-star5-85 { background-position: 0 0; }
.rate-star4-85 { background-position: 0 -18px; }
.rate-star3-85 { background-position: 0 -36px; }
.rate-star2-85 { background-position: 0 -54px; }
.rate-star1-85 { background-position: 0 -72px; }
.rate-star-none-85 { background-position: 0 -90px; }
/*small*/
.rate-star-s {
	width: 50px;
	height: 10px;
	margin-bottom: 0;
	background-image: url(../images/common/star-s.png);
	background-repeat: no-repeat;
	text-indent : -9999em;
}
.rate-star5-s { background-position: 0 0; }
.rate-star4-s { background-position: 0 -10px; }
.rate-star3-s { background-position: 0 -20px; }
.rate-star2-s { background-position: 0 -30px; }
.rate-star1-s { background-position: 0 -40px; }
/*total*/
.rateavg-star {
	width: 115px;
	height: 18px;
	margin-bottom: 5px;
	background-image: url(../images/common/star-avg.png);
	background-repeat: no-repeat;
	text-indent : -9999em;
}
.rateavg-star5 { background-position: 0 0; }
.rateavg-star4-5 { background-position: 0 -18px; }
.rateavg-star4 { background-position: 0 -36px; }
.rateavg-star3-5 { background-position: 0 -54px; }
.rateavg-star3 { background-position: 0 -72px; }
.rateavg-star2-5 { background-position: 0 -90px; }
.rateavg-star2 { background-position: 0 -108px; }
.rateavg-star1-5 { background-position: 0 -126px; }
.rateavg-star1 { background-position: 0 -144px; }
/*-----------------------------
 pagenation
-----------------------------*/
div.pagenation {
	margin: 0 auto;
}
div.pagenation ul {
	text-align: center;
}
div.pagenation ul li {
	font-size: 0.8em;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	background-color: #999;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
div.pagenation ul li.current {
	color: #fff;
}
div.pagenation ul li a {
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
div.pagenation ul li.current,
div.pagenation ul li:hover {
	background-color: #009fde;
	cursor: default;
}
div.pagenation ul li.previous,
div.pagenation ul li.next {
	font-size: 1em;
	width: 50px;
	background: none;
	border: none;
}
div.pagenation ul li.previous a,
div.pagenation ul li.next a {
	color: #333;
}
div.pagenation ul li.previous a:hover,
div.pagenation ul li.next a:hover {
	color: #009fde;
}
/*-----------------------------
 form
-----------------------------*/
div.common-contents table textarea {
	width: 99%;
}
div.common-contents table input.large {
	width: 540px;
}
div.common-contents table input.middle {
	width: 280px;
}
div.common-contents table input.small {
	width: 80px;
}
div.common-contents .required {
	color: #cc0000;
	font-weight: bold;
}
div.common-contents .alert-error {
	color: #cc0000;
	font-weight: normal;
}
div.common-contents .alert-error {
	color: #cc0000;
	font-weight: normal;
}
div.common-contents table td > table.table-inner {
	margin-bottom: 0;
}
div.common-contents table td > table.table-inner th {
	background-color: #fff;
	font-weight: normal;
	vertical-align: middle;
}
div.common-contents table td > table.table-inner th,
div.common-contents table td > table.table-inner td {
	padding: 5px 0;
	border: 0;
}
div.common-contents table td.fileupload input {
	margin-bottom: 10px;
	padding: 0;
	border: none;
	box-shadow: none;
}
div.common-contents table input.input-re-enter {
	margin-top: 5px;
}
div.btnArea-bottom {
	margin-bottom: 20px;
	text-align: center;
}
div.btnArea-bottom ul {
	margin: 0 auto;
	text-align: center;
}
div.btnArea-bottom ul li {
	display: inline;
	height: 50px;
	line-height: 50px;
	list-style-type: none;
}
div.btnArea-bottom ul.multi-btn li:first-child {
	margin-right: 10px;
}
/* OK button*/
input#btn-register,
input#btn-decide,
input#btn-submit,
input#btn-login {
	padding: 10px 20px;
	border: 1px solid #f08989;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #f08989, #ea6161);
	background: -ms-linear-gradient(top, #f08989, #ea6161);
	background: -o-linear-gradient(top, #f08989, #ea6161);
	background: -webkit-gradient(linear, center top, center bottom, from(#f08989), to(#ea6161));
	background: -webkit-linear-gradient(top, #f08989, #ea6161);
	background: linear-gradient(top, #f08989, #ea6161);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center
}
input#btn-register:hover,
input#btn-decide:hover,
input#btn-submit:hover,
input#btn-login:hover {
	background: #f08989;
	cursor: pointer;
}
/* cancel return button*/
input#btn-cancel,
input#btn-return,
input#btn-next {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -ms-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -o-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eaeaea), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #eaeaea, #cccccc);
	background-image: linear-gradient(top, #eaeaea, #cccccc);
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
input#btn-cancel:hover,
input#btn-return:hover,
input#btn-next:hover {
	background: #eaeaea;
	cursor: pointer;
}
/*menu button*/
input#btn-menu {
	padding: 10px 20px;
	border: 1px solid #009fde;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #40b7e6, #009fde);
	background-image: -ms-linear-gradient(top, #40b7e6, #009fde);
	background-image: -o-linear-gradient(top, #40b7e6, #009fde);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#40b7e6), to(#009fde));
	background-image: -webkit-linear-gradient(top, #40b7e6, #009fde);
	background-image: linear-gradient(top, #40b7e6, #009fde);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center
}
input#btn-menu:hover {
	background: #40b7e6;
	cursor: pointer;
}
/*delete button */
input#btn-delete {
	padding: 2px 10px 2px 25px;
	background: #efefef url(../images/common/btn-delete-s.gif) no-repeat 4px center;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}
input#btn-delete:hover {
	background: #dadada url(../images/common/btn-delete-s.gif) no-repeat 4px center;
}
input#del_icon {
	padding: 2px 10px 2px 25px;
	background: #efefef url(../images/common/btn-delete-s.gif) no-repeat 4px center;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}
input#del_icon:hover {
	background: #dadada url(../images/common/btn-delete-s.gif) no-repeat 4px center;
}
input#del_info_image {
	padding: 2px 10px 2px 25px;
	background: #efefef url(../images/common/btn-delete-s.gif) no-repeat 4px center;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}
input#del_info_image:hover {
	background: #dadada url(../images/common/btn-delete-s.gif) no-repeat 4px center;
}
/*privacy check*/
div.common-contents div.privacy-agree-check {
	margin-bottom: 20px;
	vertical-align: bottom;
	text-align: center;
}
div.common-contents div.privacy-agree-check input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div.common-contents div.privacy-agree-check {
	margin-bottom: 25px;
}
div.common-contents div.privacy-agree-check p.agree-link {
	text-align: center;
	margin-bottom: 15px;
}
div.common-contents div.privacy-agree-check p.agree-checkbox {
	padding: 5px 10px;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}
/*-----------------------------
 table
-----------------------------*/
div.common-contents table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	border: 1px solid #dddddd;
	border-spacing: 0;
}
div.common-contents table tr {
	border-bottom: 1px dotted #dddddd;
}
div.common-contents table th,
div.common-contents table td {
	padding: 15px ;
	border-left: 1px solid #dddddd;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 20px;
	text-align: left;
}
div.common-contents table th {
	background-color: #efefef;
	font-weight: bold;
}
/*-----------------------------
 filter sorting
-----------------------------*/
div.filter-sorting {
	margin-bottom: 10px;
}
div.filter-sorting div.filter-order {
	float: left;
}
div.filter-sorting dl {
	float: left;
}
div.filter-sorting dt,
div.filter-sorting dd {
	display: inline-block;
	font-size: 0.9em;
}
div.filter-sorting dt {
	margin-right: 5px;
	font-weight: bold;
}
div.filter-sorting dd {
	margin-right: 5px;
	padding: 2px 8px;
	background-color: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.filter-sorting dd.selected,
div.filter-sorting dd:hover {
	background-color: #009fde;
	cursor: default;
}
div.filter-sorting dd.selected {
	color: #fff;
}
div.filter-sorting dd a {
	color: #fff;
	cursor: pointer;
}
div.filter-sorting div.filter-count {
	float: right;
}
div.filter-sorting p.result-count {
	float: left;
	margin-left: 5px;
	padding: 2px 5px;
	background-color: #fff;
	font-size: 0.9em;
}

/*contact button*/
div.btn-contactArea {
	text-align: center;
}
div.btn-contactArea input.btn-contact {
	width: 320px;
	height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-image: -moz-linear-gradient(top, #40b7e6, #009fde);
	background-image: -ms-linear-gradient(top, #40b7e6, #009fde);
	background-image: -o-linear-gradient(top, #40b7e6, #009fde);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#40b7e6), to(#009fde));
	background-image: -webkit-linear-gradient(top, #40b7e6, #009fde);
	background-image: linear-gradient(top, #40b7e6, #009fde);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
input#del_icon:hover {
	background: #dadada url(../images/common/btn-delete-s.gif) no-repeat 4px center;
}
input#del_info_image {
	padding: 2px 10px 2px 25px;
	background: #efefef url(../images/common/btn-delete-s.gif) no-repeat 4px center;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 12px;
}
input#del_info_image:hover {
	background: #dadada url(../images/common/btn-delete-s.gif) no-repeat 4px center;
}
/*privacy check*/
div.common-contents div.privacy-agree-check {
	margin-bottom: 20px;
	vertical-align: bottom;
	text-align: center;
}
div.common-contents div.privacy-agree-check input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div.common-contents div.privacy-agree-check {
	margin-bottom: 25px;
}
div.common-contents div.privacy-agree-check p.agree-link {
	text-align: center;
	margin-bottom: 15px;
}
div.common-contents div.privacy-agree-check p.agree-checkbox {
	padding: 5px 10px;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}
/*-----------------------------
 table
-----------------------------*/
div.common-contents table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	border: 1px solid #dddddd;
	border-spacing: 0;
}
div.common-contents table tr {
	border-bottom: 1px dotted #dddddd;
}
div.common-contents table th,
div.common-contents table td {
	padding: 15px ;
	border-left: 1px solid #dddddd;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 20px;
	text-align: left;
}
div.common-contents table th {
	background-color: #efefef;
	font-weight: bold;
}
/*-----------------------------
 filter sorting
-----------------------------*/
div.filter-sorting {
	margin-bottom: 10px;
}
div.filter-sorting div.filter-order {
	float: left;
}
div.filter-sorting dl {
	float: left;
}
div.filter-sorting dt,
div.filter-sorting dd {
	display: inline-block;
	font-size: 0.9em;
}
div.filter-sorting dt {
	margin-right: 5px;
	font-weight: bold;
}
div.filter-sorting dd {
	margin-right: 5px;
	padding: 2px 8px;
	background-color: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.filter-sorting dd.selected,
div.filter-sorting dd:hover {
	background-color: #009fde;
	cursor: default;
}
div.filter-sorting dd.selected {
	color: #fff;
}
div.filter-sorting dd a {
	color: #fff;
	cursor: pointer;
}
div.filter-sorting div.filter-count {
	float: right;
}
div.filter-sorting p.result-count {
	float: left;
	margin-left: 5px;
	padding: 2px 5px;
	background-color: #fff;
	font-size: 0.9em;
}
/* blockUI */
div#blockui-loading {
	width: 48px;
	height: 48px;
	display: none;
}

/* キャンペーン延長対応で追加*/
/** html .layer_board_bg,
* html .layer_board {
	position: absolute;
}*/

/*.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;

	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin: 50px 0px 0px -375px;*/
	/*top: 10%;
	left: 20%;
	position: absolute;*/
	/*text-align: center;
	z-index: 2000;
}

.campaign_ongoing {
	position: fixed;
	width: 100%;
	height: 100%;

	z-index: 500;
	
	top: 20%;
	left: 99%;
	margin: 50px 0px 0px -40px;*/
	
	/*display: none;*/
	/*cursor: pointer;*/
	/*background: #000;
}*/

/*-----------------------------
 modal
-----------------------------*/
input#modal-close {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -ms-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -o-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eaeaea), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #eaeaea, #cccccc);
	background-image: linear-gradient(top, #eaeaea, #cccccc);
	color: #333;
	vertical-align: middle;
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
input#modal-close:hover {
	background: #eaeaea;
	cursor: pointer;
}