@charset "utf-8";

/*=====================================

	layout - レイアウト定義

=====================================*/

/*#####################################
	element
#####################################*/

body {
	color: #333;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,.3);
}

/*
body * {
	word-wrap: break-word;
}
*/

h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,dl,dd,pre,table,fieldset,address,details,figure {
	margin-top: 0;
	margin-bottom: 24px;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

p,blockquote,ol,ul,dl,pre,th,td {
	line-height: 1.75;
}

a {
	color: #0084c0;
	text-decoration: none;
}

a:visited {
	color: #0084c0;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

textarea {
	line-height: 1.4;
}

/*#####################################
	global class
#####################################*/

.areafix {
	position: relative;
	width: 1008px;
	margin: 0 auto;
}

/*#####################################
	header
#####################################*/

.header {
	height: 128px;
	overflow: hidden;
}

/*-------------------------------------
	top-navi
-------------------------------------*/

.top-navi {
	font-size: 12px;
	color: #fff;
	background-color: #0a9bd9;
	height: 24px;
	overflow: hidden;
}

.top-navi a {
	color: #fff;
	text-decoration: underline;
}

.top-navi a:hover {
	text-decoration: none;
}

.top-navi .text,
.top-navi .status {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	vertical-align: middle;
}

.top-navi .text {
	float: left;
	text-indent: 8px;
}

.top-navi .text a {
	text-decoration: none;
}

.top-navi .text a:hover {
	text-decoration: underline;
}

.top-navi .status {
	float: right;
	padding: 0;
	font-size: 0;
	top: -24px;
	text-align: right;
	list-style-type: none;
}

.top-navi .status li {
	font-size: 12px;
	display: inline-block;
	margin: 0 12px;
}

.ie6 .top-navi .status li,
.ie7 .top-navi .status li {
	display: inline;
	height: 1%;
}

/*-------------------------------------
	logo
-------------------------------------*/

.logo {
	float: left;
	line-height: 104px;
	height: 104px;
}

.logo img {
	vertical-align: middle;
}

/*-------------------------------------
	menu
-------------------------------------*/

.menu {
	float: right;
	font-size: 0;
	padding: 8px 0 0;
	list-style-type: none;
	text-align: right;
}

.menu li,
.menu li a {
	font-size: 12px;
	line-height: 1.25;
	display: inline-block;
	width: 104px;
	height: 88px;
}

.ie6 .menu li,
.ie7 .menu li,
.ie6 .menu li a,
.ie7 .menu li a{
	display: inline;
	height: 1%;
}

.menu li {
	position: relative;
	vertical-align: top;
	margin: 0 4px;
	border-radius: 16px;
	transition: background linear .2s;
	-webkit-transition: background linear .2s;
}

.menu li:hover {
	background-color: #f0f0f0;
}

.menu li a {
	position: relative;
	top: 48px;
	vertical-align: top;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: color linear .2s;
	-webkit-transition: color linear .2s;
}

.menu li a:after {
	position: absolute;
	content:"";
	width: 104px;
	height: 40px;
	left: 0;
	top: -42px;
	background-repeat: no-repeat;
	background-position: center top;
}

.menu li a:hover {
	color: #333;
}

.menu li.search a:after  { background-image: url(../img/header_icon_search.png);  }
.menu li.new a:after     { background-image: url(../img/header_icon_new.png);     }
.menu li.help a:after    { background-image: url(../img/header_icon_help.png);    }
.menu li.login a:after   { background-image: url(../img/header_icon_login.png);   }
.menu li.signup a:after  { background-image: url(../img/header_icon_signup.png);  }
.menu li.message a:after { background-image: url(../img/header_icon_message.png); }
.menu li.mypage a:after  { background-image: url(../img/header_icon_mypage.png);  }
.menu li.owner a:after  { background-image: url(../img/header_icon_owner.png);  }

/*#####################################
	contents
#####################################*/

.contents {
	text-align: left;
	color: #666;
	padding: 24px 0;
	/*
	background-image: url(../img/main.png);
	background-repeat: repeat;
	background-position: center top;
	*/
	background-color: #f0f0f0;
}

.old-ie .contents {
	height: 1%;
}

.contents:after {
	content: ""; 
	display: block; 
	clear: both;
}

/*#####################################
	footer
#####################################*/

.footer {
	clear: both;
	font-size: 12px;
	color: #fff;
	background-color: #0a9bd9;
	overflow: hidden;
	padding-top: 24px;
}

.footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.footer .primary {
	width: 328px;
	float: left;
}

.footer .secondary {
	width: 672px;
	float: right;
}

.footer h2 {
	font-size: 14px;
	padding-left: 28px;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 8px;
}

.footer .project > h2 { background-image: url(../img/footer_icon_search.png); }
.footer .footer-menu > h2 { background-image: url(../img/footer_icon_menu.png); }
.footer .facebook > h2 { background-image: url(../img/footer_icon_facebook.png); }
.footer .twitter > h2 { background-image: url(../img/footer_icon_twitter.png); }
.footer .news > h2 { background-image: url(../img/footer_icon_news.png); }

.footer .project,
.footer .footer-menu {
	width: 320px;
	margin: 0 0 32px 16px;
}

.footer .footer-menu-secondary {
	margin-left: 0;
	width: 480px;
}

.old-ie .footer .project,
.old-ie .footer .footer-menu {
	height: 1%;
}

.footer .project:after,
.footer .footer-menu:after {
	content: ""; 
	display: block; 
	clear: both;
}

.footer .project ul,
.footer .footer-menu ul {
	padding: 4px 0 0;
	list-style-type: none;
}

.footer .project label,
#pjSearch4Category label,
.footer .footer-menu li {
	float: left;
}

.footer .project label {
	font-weight: bold;
	text-align: left;
}

.footer .project label input,
#pjSearch4Category label input {
	visibility: hidden;
	margin-left: -12px;
}

.footer .project label,
#pjSearch4Category label,
.footer .footer-menu a {
	display: block;
	width: 136px;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	padding: 6px;
	transition: background-color linear .2s;
	-webkit-transition: background-color linear .2s;
}

.footer .project a:hover,
.footer .project label:hover,
#pjSearch4Category label:hover,
#pjSearch4Category label.label_hover,
.footer .footer-menu a:hover {
	background-color: #53c2f1;
}

#pjSearch4Category label.label_hover {
	color: #FFF;
}

#pjSearch4Category {
	border: 1px solid #999;
	padding: 12px;
	margin-bottom: 12px;
}

#pjSearch4Category:after {
	content: ""; 
	display: block; 
	clear: both;
}

.footer .project label:hover,
#pjSearch4Category label:hover {
	cursor: pointer;
}


.footer .facebook,
.footer .twitter {
	float: left;
}

.footer .facebook {
	margin: 0 16px 32px 0;
}

.footer .facebook .widget-container {
	background-color: #fff;
	border-radius: 4px;
}

.footer .news {
	clear: both;
}

.footer .news h2 a {
	font-size: 12px;
	margin-left: 16px;
}

.footer .news table {
	margin: 16px 16px 24px 0;
}

.footer .news th {
	text-align: right;
}

.footer .news th,
.footer .news td {
	line-height: 1.5;
	padding: 2px 4px;
	vertical-align: top;
}

.footer .bottom-menu {
	font-size: 0;
	clear: both;
	text-align: center;
	margin-bottom: 32px;
}

.footer .bottom-menu li {
	font-size: 12px;
	margin: 0 12px;
	display: inline-block;
}

.footer .bottom-menu a {
	text-decoration: none;
}

.footer .bottom-menu a:hover {
	text-decoration: underline;
}

.ie6 .footer .bottom-menu li,
.ie7 .footer .bottom-menu li {
	display: inline;
	height: 1%;
}

.footer .copyright {
	font-size: 10px;
	text-align: center;
}

.footer .social-buttons {
	padding-left: 64px;
}

/*-------------------------------------
	social-buttons
-------------------------------------*/

.social-buttons {
	font-size: 0;
	padding-left: 0;
	list-style-type: none;
	margin: 0 0 24px;
	min-width: 100px;
	text-align: center;
}

.social-buttons li {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
	line-height: 1;
}

.ie6 .social-buttons li,
.ie7 .social-buttons li {
	display: inline;
}

.social-buttons li.twitter {
	width: 104px;
	margin-right: 0;
}

.social-buttons li.facebook {
	width: 100px;
}
