@charset "utf-8";


/*
**
** outline
** common
** header
** globalNavigation
** contents
** main
** sidebar
** footer
**
**
**
**
**/



/* ----------------------------------------------------------------------
** outline
---------------------------------------------------------------------- */

body {
	min-width: 1000px;
	margin:0 auto;
	background:url(/image/common/back.jpg) left top;
	color:#333333;
	position:relative;
	-webkit-text-size-adjust: 100%;
}
.wrap,
#contents,
#site_description h1 {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}
#contents:after,
.clearfix:after,
.wrap:after,
ul:after,
ol:after {
	clear: both;
	content:'';
	display: block;
	height: 0;
}


/* ----------------------------------------------------------------------
** common
---------------------------------------------------------------------- */

/* a */
a img{
	transition:all 0.5s ease; 
}
a:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a.image { background:#000; display:block; }
a.image img { display:block; opacity:1; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0); }
a.image:hover img { opacity:0.5; }



/* form */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
	background-color: #FFFBE7;
	border: 1px solid #FCC03D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;	
	margin-right:5px;
}
label {
	padding-right:10px;
}
select {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.btn input:hover,
input.btn {
	opacity: 0.75;
}

/* ----------------------------------------------------------------------
** header
---------------------------------------------------------------------- */

#header_wrap {
	width:100%;
}
#header #site_description {
	background: rgba(204,198,190,0.5);
}
#header #site_description h1 {
	line-height: 40px;
}
#header .wrap {
	padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header #subnavi {
	position:absolute;
	top:-40px;
	right:0;
	display: inline-block;
}
#header #subnavi ul {
	display: inline-block;
}
#header #subnavi li {
	float:left;
	line-height: 40px;
	font-size: 1.1rem;
}
#header #subnavi li+li {
	margin:0 0 0 20px;
}
#header #subnavi li:before {
	content:'\f0da';
	font-weight: normal;
	font-family: FontAwesome;
	color:#003688;
	margin:0 10px 0 0;
}
#header #subnavi li.contact,
#header #subnavi li.contact a {
	line-height: 0;
}
#header #subnavi li.contact:before {display: none;}
#header #subnavi li a img {
	vertical-align: baseline;
}

#header .head_contact {
	float:right;
	display:inline;
}
#header li.num {
    background: #FFF;
    border-radius: 30px;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 9px 0 0 0;
    line-height: 2;
}

#header li.num span{
    color: #ef4d01;
    font-size: 20px;
}
#header .head_contact .license {
	margin-top:18px;
}
#header .head_contact li+li {margin-left:20px;}



/* ----------------------------------------------------------------------
** outline
---------------------------------------------------------------------- */

.menu_button { display:none; }
#global_menu_pc {
	width:980px;
	height:57px;
	margin:0 auto;
}
#global_menu_pc ul {
	margin:0 -2px;
    background-color: #1d4491;
    border-radius:30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}

#global_menu_pc ul li{
    display: flex;
    align-items: center;
    line-height: 3;
}

#global_menu_pc ul li.buy::before{
    content: '買いたい';
    background-color: #ffa80a;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 0 13px;
    line-height: 3.5;
    margin: 0 15px 0 0;
}

#global_menu_pc ul li.sell::before{
    content: '売りたい';
    background-color: #62c669;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 0 13px;
    line-height: 3.5;
    margin: 0 15px 0 0;
}

#global_menu_pc ul li a{
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#global_menu_pc ul li a::before{
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 20px;
    margin: 0 6px 0 0;
}

#global_menu_pc ul li:nth-child(1) a::before{
    background-image: url(../image/common/ico_navi01.svg);
}

#global_menu_pc ul li:nth-child(2) a::before{
    background-image: url(../image/common/ico_navi02.svg);
}

#global_menu_pc ul li:nth-child(3) a::before{
    background-image: url(../image/common/ico_navi03.svg);
}

#global_menu_pc ul li:nth-child(4) a::before{
    background-image: url(../image/common/ico_navi04.svg);
}

#global_menu_pc ul li:nth-child(5) a::before{
    background-image: url(../image/common/ico_navi05.svg);
}
#global_menu_pc ul:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}

#global_menu_pc li img:hover{
	opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#global_menu_pc li a:hover,
#global_menu_pc li a:hover,
#global_menu_pc .sh a:hover {
	opacity:0.75;
    filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#global_menu_pc .sh{ margin-left:26px;}



/* banner */
#header_banner { position:absolute; top:64px; right:0px; }



/* ----------------------------------------------------------------------
** contents
---------------------------------------------------------------------- */

#main_col {
	width:720px;
	float:left;
	display: inline;
}
#main_col #breadscrub {
	margin:20px 0 0;
	font-size: 1.1rem;
}
#side_col {
	width:230px;
	float:right;
	display: inline;
}




/* ----------------------------------------------------------------------
** main
---------------------------------------------------------------------- */

.main h2,
.headline1 {
    margin: 30px 0 0;
    padding: 15px 10px;
    color: #FFF;
	border-radius: 4px 4px 0 0;
	background: url(../image/pc/template/heading_bg01.png) repeat-x left bottom #1486cc;
	background: url(../image/pc/template/heading_bg01.png) repeat-x left bottom -moz-linear-gradient(top,  #1d90d1 0%, #1486cc 51%, #117ac4 100%);
	background: url(../image/pc/template/heading_bg01.png) repeat-x left bottom -webkit-linear-gradient(top,  #1d90d1 0%,#1486cc 51%,#117ac4 100%);
	background: url(../image/pc/template/heading_bg01.png) repeat-x left bottom linear-gradient(to bottom,  #1d90d1 0%,#1486cc 51%,#117ac4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d90d1', endColorstr='#117ac4',GradientType=0 );
    font-size: 2.0rem;
	font-weight: bold;
}
.main h3,
.main .headline2 {
	margin:30px 0 0;
	padding: 10px;
	background: #a6a19a;
	color:#FFF;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 4px;
}
.main h4,
.main .headline3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin:20px 0 0;
	padding-bottom: 20px;
	border-bottom:1px solid #a6a19a;
}
.main h5 {
	font-size: 1.4rem;
	font-weight: bold;
	color:#1486cc;
	margin:20px 0 0;
}
.main p {
	margin:20px 0 0;
}
.main .center { text-align: center; }
.main .post strong {font-weight: bold; color:#1486cc;}

/* table */
.main table {
	width:100%;
}
.main table th,
.main table td {
	padding:12px 0;
	border-bottom:1px dotted #a6a19a;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}
.main table th {
	font-weight:bold;
	padding-right: 20px;
}
.main .boxtbl {
	background: #FFF;
	padding: 15px;
}
.main table td>:first-child,
.main .boxtbl >:first-child,
.main .boxtbl table:first-of-type {
	margin-top:0!important;
}
.main .post table { margin-top:20px;}


/* ul */

.main .basic,
.main .post ul {
	margin:20px 0 0;
}
.main .basic li,
.main .post ul li {
	position: relative;
	padding: 0 0 0 15px;
}
.main .basic li:after,
.main .post ul li:after {
	content:'\f0da';
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 13px;
	color:#003688;
	position: absolute;
	left:0;
}
.main .basic li+li,
.main .post ul li+li { margin-top:10px; }

/* ol */
.main .post ol {
	margin:20px 0 0;
	counter-reset: number;
}
.main .post ol li {
	position: relative;
	padding: 0 0 0 25px;
	counter-increment: number;
}
.main .post ol li:after {
	content:counter(number)'.';
	font-size: 1.3rem;
	position: absolute;
	left:0;
}
.main .post ol li+li { margin-top:10px; }

/* cta == ページ下のお問い合わせ */
#content .banner_ad {
	background:url(/image/pc/common/banner_ad.png) no-repeat left top;
	width:720px; height:159px; position:relative; margin:40px 0 0;
}
#content .banner_ad p {
	position:absolute;
	margin:0!important;
	padding:0;
	width: 376px;
	left: 20px;
	top: 83px;
	color:#FFF;
}
#content .banner_ad a {
	position:absolute;
	width:256px;
	height:52px;
	display:block;
	right: 30px;
	top: 85px;
}
#content .banner_ad a:hover { opacity:0.75; }



/* ----------------------------------------------------------------------
** sidebar
---------------------------------------------------------------------- */

.sidebn {margin:20px 0 0;text-align: right;}
.sidebn+.sidebn {margin:10px 0 0;}
.sidebn .blogbn {
	display: inline-block;
	margin:5px 0 0;
	padding: 0 15px 0 0;
	color:#666666;
	text-decoration: underline;
	position: relative;
}
.sidebn .blogbn:after {
	content:'\f2d2';
	font-family: FontAwesome;
	font-size: 1.1rem;
	font-weight: normal;
	margin-left:5px;
	position: absolute;
	right:0;
}
.side_linkbtn {
	font-size:1.1rem;
	text-align:right;
	margin:0 14px 0 0;
	padding-top:15px;
	position: relative;
	color:#666666;
}
.side_linkbtn:after {
	content:'\f054';
	font-family: FontAwesome;
	font-size: 11px;
	font-weight: normal;
	margin-left:5px;
	color:#1d4ba0;
}

/* side_member */

#side_member dl{
	margin:15px 15px 0 ;
}
#side_member dl:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}
#side_member dl+dl {margin-top:10px;}
#side_member dt,
#side_member dd {
	float:left;
	display:inline;
}
#side_member dt{width:110px;}
#side_member dd{
	width:84px;
	float:left;
	display:inline;
	font-size:1.5rem;
	font-weight:bold;
	text-align:right;
}
#side_member .general,
#side_member .member {
	font-size:200%;
	line-height: 100%;
	font-weight:bold;
	font-family:'Forum','Cinzel',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#side_member .btn {margin:15px 0 0 0;}


/* memberlogin == ログインボックス */
#side_col .memberlogin {
	margin:20px 0 0;
	border:3px solid #ccc6be;
	background: #FFF;
}
#side_col .memberlogin.member {
	margin:20px 0 0;
	padding:20px 15px;
}
#side_col .memberlogin .loginbox {
	padding:15px 12px;
}
#side_col .memberlogin .headtitle {
	position: relative;
	font-size:1.6rem;
	font-weight:bold;
}
#side_col .memberlogin .headtitle:before {
	content:'\f007';
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: bold;
	margin-right:5px;
}
#side_col .memberlogin .headtitle+p {
	margin:20px 0 0;
}


#side_col .memberlogin dl {margin-top:15px;}
#side_col .memberlogin dd+dd {margin-top:5px;}
#side_col .memberlogin dd .input {
	padding:0 5px;
	line-height:30px;
	width:100%;
	box-sizing:border-box;
}
#side_col .memberlogin .btn {margin-top:10px;}
#side_col .memberlogin .member_banner {
	padding:0 0 15px 0;
	text-align:center;
}

#side_col .memberlogin .member_banner h3{
    background-color: #033389;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
#side_col .memberlogin .member_banner p img {
	margin:20px -2px 0 0;
}

/* ログイン時 */
#side_col .memberlogin ul {
	margin:20px 0 0;
}
#side_col .memberlogin li{
	text-align:left;
	border-bottom:1px dotted #ccc6be;
	padding:0 0 0 20px;
	font-size:1.4rem;
	position: relative;
	line-height: 34px;
}
#side_col .memberlogin li:after {
	content:'\f0da';
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: bold;
	margin-left:5px;
	color:#1d4ba0;
	position: absolute;
	left:0;
}
#side_col .memberlogin .login {
	margin:20px 0 0;
}
#side_col .memberlogin .side_linkbtn {margin-right:0;}


/* history */
#history {
	margin:20px 0 0;
	position:relative;
}
#history .headtitle {
	position: relative;
	padding:0 0 0 15px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:44px;
	border-radius: 4px 4px 0 0;
	color:#FFF;
	background: #1486cc;
		background: -moz-linear-gradient(top,  #1d90d1 0%, #1486cc 51%, #117ac4 100%);
		background: -webkit-linear-gradient(top,  #1d90d1 0%,#1486cc 51%,#117ac4 100%);
		background: linear-gradient(to bottom,  #1d90d1 0%,#1486cc 51%,#117ac4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d90d1', endColorstr='#117ac4',GradientType=0 );
}
#history .headtitle:before {
	content:'\f1da';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	margin-right:5px;
}
#history .historybox {
	background: #FFF;
	border:1px solid #CCC;
	border-top:0;
	padding-bottom: 15px;
}
#history dd {
	padding:10px 14px;
	font-size:1.1rem;
	border-bottom:1px dotted #ccc6be;
}
#history .data a {
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
#history dd p {
	margin:0;
	font-size:1.1rem;
}
#history span {
	display: inline-block;
	margin:10px 0 0;
	font-size:1.1rem;
}
#history .price{
	color:#e52817;
	font-weight:bold;
	font-size:150%;
	line-height: 100%;
	font-family:'Forum','Cinzel',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#history dd:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}
#history .memberimage { width:100%; height:auto; }


/* side_subnavi == サイドバーのばナビ */
#side_subnavi {
	margin:5px 0 0;
}
#side_subnavi ul {}
#side_subnavi li {
	padding:0 0 0 20px;
	border-bottom:1px dotted #ccc6be;
	font-size:1.3rem;
	line-height:42px;
	position: relative;
}
#side_subnavi li:after {
	content:'\f0da';
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: bold;
	margin-left:5px;
	color:#1d4ba0;
	position: absolute;
	left:0;
}


/* company == アクセスマップ */
#company {
	margin:20px 0 0;
	background:#fff;
	border:1px solid #ccc6be;
	padding:15px 4px 15px;
}
#company h5 {
	margin:0 10px;
}
#company address {
	margin:15px 10px 0;
}
#company iframe {
	margin:10px 0 0;
}




/* ----------------------------------------------------------------------
** footer
---------------------------------------------------------------------- */

/* return_top == ページトップ */
#return_top {
	position:fixed;
	bottom:50px;
	right:20px;
	display:block;
	width:43px;
	height:43px;
	text-indent:-9999px;
	background:url(../image/pc/template/return_top.png) no-repeat left top;
}

/* footer == フッター */
#footer_wrap {
	width:100%;
	margin:50px 0 0 0;
	padding:40px 0 0;
	background: #FFF;
}
#footer {
	width:980px;
	margin:0 auto;
}

/* footer-info */
#footer-info {
	float:left;
	display: inline;
}
#footer-info #footer_logo img {display: block;}
#footer-info #footer_logo img+img {margin-top:30px;}
#footer-info address {margin:15px 0 0;}
#footer-info address+address {margin:5px 0 0;}

/* footer-sitemap */
#footer-sitemap {
	float:left;
	display: inline;
	margin-left:70px;
}
#footer-sitemap h3 {
	font-size: 1.6rem;
	font-weight:bold;
}
#footer-sitemap ul {
	margin:20px 0 0;
}
#footer-sitemap li {
	padding:0 0 5px 15px;
	box-sizing:border-box;
	position: relative;
}
#footer-sitemap li:after {
	content:'\f0da';
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left:0;
}

#footer_company {float:left;display: inline;width:320px;} 
#footer_company li {float:left; display: inline; width:160px;}
#footer_contents {float:left; width:200px;}
#footer_contents li {float:left; width:200px;}
#footer a { text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer ul:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}

/* copyright */
#copyright {
	width:100%;
	text-align:center;
	color:#FFFFFF;
	background:#1486cc;
	margin:40px 0 0;
}
#copyright p {
	line-height:33px;
	font-size:1.2rem;
}
#copyright a { text-decoration:none; }
#copyright a:hover { text-decoration:underline; }

