@charset "shift_JIS";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
	color:dimgray;
}

html {
	height: 100%;
	overflow-y: scroll;
}

p	{
	margin: 2em 0em;
	font-size: 12pt;
	color: #020202;
	font-weight: normal;
}




/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}



hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:20px;
}


.sample-btn{
	margin:5px;
	text-align:right;
	}

.ul-btn ul{
	display:table;
	table-layout: fixed;
	margin: 0 auto;
	}
	
.ul-btn ul li{
	margin:3px;
    display: inline;
	}
	
ul	{
	margin:1em 0em 1em 2em;
	}
	
ol	{
	margin-left:2em;
	}
	
ul.listtop {
    list-style: none;
	margin:0em 0em 0em 0em;
}

ul.listtop  li {
    display: inline;
    white-space: nowrap;
    font-size: 10pt;
    text-align: left;
}
ul.listtop a, ul.listtop a:visited {
	text-decoration: none;
	color:gray;
}
ul.listtop a:hover, ul.listtop a:active, ul.listtop a:focus {
	color: #C30D22;
	text-align: left;
}



ul.list2  {
	list-style: none;
	margin:10px 0px 5px 0px;
	padding:0px;
	text-align:right;
}
ul.list2  li {
	display:inline;
	padding:5px 0px;
	white-space:nowrap;
}

ul.reason
{font-size: 17px;}

#jidouhyouji li 
{list-style-type:none;	/*リストマーカー無しにする*/}




/*Webkit*/
::-webkit-input-placeholder    {color: silver}
 
/*Firefox 19以降*/
::-moz-placeholder    {color: silver}
 
/*Firefox 18以前*/
:-moz-placeholder    {color: silver}
 
/*Windows IE*/
:-ms-input-placeholder    {color: silver} 


#pan	{margin:10px;text-align:left;}


.hissu	{font-size:11px;font-weight:0;background-color:red;color:white;padding:3px;margin:3px;}
.box-c	{border:1px solid silver;text-align:center;margin:30px 0px;padding:10px 0px;}
.imgleft	{float:left;margin:0px 20px 20px 0px;}


div.centeringTest p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
 
/*for IE6 */
* html .centeringTest p {
	display: inline;
	zoom: 1;
}
 
/*for IE7 */
*:first-child+html .centeringTest p {
	display: inline;
	zoom: 1;
}


 .kaijo	{
	clear:both;
	}

ul.sitemap li	{/*サイトマップ・ショッピングガイド*/
	padding:5px;list-style-type: disc;margin-left:20px;
	}
ul.sitemap a, ul.sitemap a:visited {
	text-decoration: none;
	color:royalblue;
}
ul.sitemap a:hover, ul.sitemap a:active, ul.sitemap a:focus {
	color: #C30D22;
}


#sidebar p	{margin:10px 0px;}

#copywrite{font-size:11px;text-align:center;color:white;padding:3px;}

/*--Text------------------------------------------------------------*/

body {
	font-size: 100%;
	font-weight: normal;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1	{font-size:18px;font-weight:bold;border-top:3px solid silver;padding:5px;margin:0px 0px 18px 0px;line-height:24px;}

h1.side	{font-size:18px;font-weight:bold;border-bottom:3px solid silver;padding:5px;margin:0px 0px 18px 0px;line-height:24px;}

h2	{background-image:url(/img/h2.jpg);padding-left:10px;padding-top:4px;margin:50px 0px 12px 0px;color:white;
/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
font-size:16px;letter-spacing:2px;
}


h3	{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 0px;
}

h4	{border-top:2px solid gainsboro;font-size:16px;font-weight:bold;color:#333;padding:10px 0px;margin:2em 0em 0em 0em;}


h2.nagare	{background:none;padding-left:10px;padding-top:4px;margin:50px 0px 12px 0px;color:#333;
/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
font-size:24px;letter-spacing:2px;
}

p.ntext	{
	font-size:16px;font-weight:bolder;line-height:40px;
}


/*--Link------------------------------------------------------------*/

a,
a:link {
	color: royalblue;
}

a:visited {
	color: royalblue;
}

a:hover,
a:active {
	color: #c30D22;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}



input,select,textarea{border:1px solid silver;border-radius: 3px;color:dimgray;padding:3px;margin:3px;}
input[type="submit"]
{cursor:pointer;}


a img{background:none!important;border:0;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";background:none!important;}

.sidetitle	{background-color:#6D141F;color:white;font-weight:bold;padding:5px 0px 5px 15px;}
.sidetitle1	{background-color:gainsboro;color:dimgray;font-weight:bold;padding:3px;text-align:center;}
.sideradio	{text-align:left;margin:20px;}
.inlinebox{border:1px solid silver;background-color:white;width:600px;text-align:center;margin:auto;padding:10px;}
.inlinebox ul{text-align:left;}







.hosoku	{font-size:11px;line-height:140%;padding:5px;margin:0px;}
.red	{color:red;}
.red1	{color:red;font-weight:bold;font-size:14px;}

DT	{font-size:105%;;font-weight:bold;}
DD	{margin:5px 0px 20px 30px;}
blockquote{
	text-align: left;
	margin: 0px;
	font-size: 10pt;
}


/*samplebook*/

.image-btn {
    border: 0px;
    width: 120px;
    height: 50px;
    background: url(/img/samplebook/btn-rental.gif) left top no-repeat;
	cursor:pointer;
}

.td2column table{/*PC*/
	width:100%;}
	
.td2column td{/*PC*/
	padding:9px;
	width:50%;}
	
.tdchiebukuro table{/*PC*/
	width:100%;}
	
	
.tdchiebukuro td{/*PC*/
	padding:5px;
	width:50%;}



/*nav*/
ul.nav {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 1px solid black;
	text-align: left;
}
ul.nav li {
	padding: 7px;
	border-bottom: 1px solid gainsboro;
	margin:0px;
	letter-spacing:1px;
}
ul.nav a, ul.nav a:visited {
	display: block;
	 width: 95%;
	text-decoration: none;
	background:url();
	color:black;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #C30D22;
}

.sns{
	display: flex;
	flex-wrap:wrap;
}
.sns li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	display: inline-block;
	padding:0 5px;
	box-sizing:border-box;
}
.sns li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

/*スクロール---------------------------------------------------*/
#scroll-top			{position: fixed;bottom: 35px;right:0px;font-size:12px;}
#scroll-top a 		{background: #6D141F;text-decoration: none;color: #fff;text-align: center;vertical-align:middle;display: table-cell;width:40px;height:50px;}
#scroll-top a:hover {text-decoration: none;background: #c30D22;font-size:16px;}

/*見積バナー*/
#mitsumori	{position:fixed;bottom:110px;right:0px;z-index:100;}


/* ----------------  <table class="table-01"> ----------------  */
table.table-01 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}


/* ----------------  <table class="table-02"> ----------------  */
table.table-02 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table.table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	vertical-align:top;
}

/* ----------------  <table class="table-03"> ----------------  */
table.table-03 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-03 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: right;
}
table.table-03 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* ----------------  <table class="table-04"> ----------------  */
table.table-04 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-04 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-04 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/*----------------------営業日カレンダー---------------------*/
table.calendar {padding: 0;margin: 0px;}

table.calendar tr.headline td{color:dimgray;}

table.calendar th {
	text-align: left;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #7F7058;
	background-color:#D2C9C1;
	padding:2px;
}

table.calendar th span {
	font-family: "Hiragino Kaku Gothic Pro W3";
	cursor: pointer;
	float: right;
}

table.calendar td {
	border-bottom: solid 1px #D2C9C1;
	text-align: center;
	width: 25px;
	height: 20px;
	vertical-align: middle;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
	color: #7F7058;
}
table.calendar td.click {cursor: pointer;background-color: #FFFFFF;}
table.calendar td.Today {font-weight: bolder;color: #009900;}
.cal_today	{background-color:#D2C9C1;border:1px solid gainsboro;padding:3px;color:#7F7058;}
table.calendar td.Sun {color: #FF0000;background-color: mistyrose;}
table.calendar td.holyday {color: #FF0000;background-color: mistyrose;}
table.calendar td.xday {font-weight: bolder;color: #009999;}
table.calendar td.birthday {font-weight: bolder;color: #990000;}

.catitles	{font-size:13px;font-weight: bold;color:#6bb82c;line-height:140%;padding:3px;margin:0px;}
.catitlen	{font-size:13px;font-weight: bold;color:#fe5200;line-height:140%;padding:3px;margin:0px;}


/*--layout----------------------------------------------------------*/

/* ******************* 0 to 479px ******************* */

#wrapper {
	width: 100%;
	margin:0 auto;
	background-color:white;
	border:1px solid gainsboro;
}

#header {
	margin:0 7px;
}

#header header {
	margin: 0 auto;
}

#contents {
	overflow: hidden;
	margin: 0 auto;
}

#main {
	margin-bottom:80px;
}

#saranionebiki {
	font-size: x-large;
	color: #070000;
}


div#sidebar a {
display: block;
position: relative;
text-decoration: none;
width:100%;
}
div#sidebar a:after {
display: block;
position: absolute;
top: 50%;
right: 5px;
width: 7px;
height: 7px;
margin-top: -4px;
border-top: solid 2px silver;
border-right: solid 2px silver;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}
div#sidebar .sideimg a:after {
border:0px;
}


#footer {
	margin: 20px 0 0 0;
	padding:50px 50px 20px 50px;
	border-top: 2px solid #ccc;
	background-color:#6d141F;
}

#footer footer {
	margin: 0 auto;
	text-align:left;
	}


#header header,
#contents,
#footer footer {
	width: 100%;
	}


#footer ul	{
	list-style:none;
}

#footer ul a, #footer ul a:visited {
	display: block;
	text-decoration: none;
	color:white;

}
#footer ul a:hover, #footer ul a:active, #footer ul a:focus {
	color: white;
	text-decoration: underline;
}




#acMenu dt{
	display: block;
	width: 165px;
	padding-left: 15px;
	height: 3em;
	line-height: 3em;
	background-color: #6D141F;
	cursor: pointer;
	color: white;
	font-size: 14px;
	border-bottom: 1px solid white;
	text-align: left;
    }
#acMenu dd{
	margin:0px;
    }




.foot-title{font-size:120%;color:white;font-weight:bold;margin-bottom:14px;}

#footer ul{margin:0px;padding:0px;}
#footer li{margin:0px;padding:4px 0px;}



/*---------スマホ等---------------------------------------------------------------------------------------*/

@media(max-width:769px){/*769以下*/
html,body	{width:99%;}

.sp-none{display:none;}

#sidebar {
	width:100%;
}
div#sidebar a {
display: block;
position: relative;
text-decoration: none;
width:95%;
}


.kaigyo{/*spanで括ってスマホのみ改行*/
	display:block;
}

ul.head-bn  {/*横並び均等・サイズ以上は縮小*/
    display:table;
    table-layout: fixed;
	width:99%;
	margin:0px;
	padding:0px;
	text-align:center;
}
ul.head-bn  li {
    display:table-cell;
    text-align:center;
	width:33%;
	margin:0px;
	padding:0px;
}

.sidetitle	{background-color:#6D141F;color:white;font-weight:bold;padding:5px 0px 5px 15px;font-size:16px;}

input,textarea{width:90%;}



ul.nav a, ul.nav a:visited {
	padding: 10px;
	display: block;
	 width: 100%;
	text-decoration: none;
	background:url();
	color:black;
	font-size:14pt;
}
#acMenu dt{
    display:block;
    width:100%;
	padding-left:2em;
	background-color:whitesmoke;
	color:dimgray;
    cursor:pointer;
	font-size:14pt;
	border-bottom:1px solid silver;
    }
#acMenu dd{
    width:100%;
    border:#666 1px solid;
    display:none;
    }
	
	
	table.table-03 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}


form p
{font-size:100%;}
input,select
{width:100%; font-size:120%; padding:5px;}
input:focus,input:hover
{background:#acf3ff;}
textarea
{width:100%; font-size:120%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background:#acf3ff;}
#jidouhyouji ol{border-top:none;}

/*input[type="submit"]
{width: 100%; font-size:80%; margin: 0; padding: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;}*/



.button{
	font-weight:bold;font-size:150%;}
.focus
{background:#acf3ff;}


img {max-width:100%;height:auto;}

td{line-height:1.5em;}


}


@media(max-width:480px){/*スマホ小*/

td,th{
	display:block;border-top:none;width:96%;
}

.img3	{float:left;width:50%;height:auto;margin-right:1em;}

.td2column td{/*スマホ用*/
	display:block;
	width:100%;
	margin:0px;
	padding:0px;}


}




@media print, screen and (min-width: 769px) {/*769以上PC*/

ul.head-bn  {
	list-style: none;
	padding:0px;
	margin:0px;
	text-align:right;
}
ul.head-bn  li {
	display:inline;
	padding:0px 5px;
	white-space:nowrap;
}
	
.pc-none{display:none;}	
	
#wrapper {
	width: 980px;
	margin:0 auto;
	text-align:center;
	background-color:white;
}


#header {
}


#contents {

}

#main {
	width: 760px;
	float: right;
	margin:10px;
	text-align:left;
	}

#blog-main {
	width: 760px;
	float: left;
	margin:10px;
	text-align:left;
	}

#sidebar {
	width: 180px;
	float: left;
	margin: 10px;
	}

#blog-sidebar {
	width: 180px;
	float: right;
	margin: 10px;
	}
	
#blog-sidebar ul.blogTags li{
	display: inline-block;
	margin: 5px 3px;
	padding: 4px 10px;
	background: #ddd;
	border-radius: 15px;
	font-size: 11px;
	}

#footer {
}

#header header,
#contents,
#footer footer {
	width: 100%;
	text-align: left;
}

}

#sidebar table select{width: 97%;}