@charset "utf-8";
/* *********************************************** 
initialize
************************************************ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
/*
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*/
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 1em;
}

/* *********************************************** 
clearfix 
************************************************ */
.clearfix:before,
.clearfix:after {
	content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* *********************************************** 
IE7
************************************************ */
*:first-child+html section,
*:first-child+html aside,
*:first-child+html article,
*:first-child+html div {
	hasLayout: true;
}

/* *********************************************** 
link
************************************************ */
a:link,
a:visited {
	color:#36F;
}
a:hover,
a:active {
	color:#F36;
}

/* *********************************************** 
parts
************************************************ */
.img-responsive {
	width:100%;
	height:auto;
}

/* *********************************************** 
body
************************************************ */
body {
	width: 100%;
	margin:0;
	padding:0;
	border:0;
	color: #333;
	background-color:#f6f6f6;
	font-size:1em;
	line-height:1.5em;
	text-align: center;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
}

/* *********************************************** 
wrap
************************************************ */
#wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 860px;
	padding:0;
	text-align: center;
	background-color:#FFF;
}

/* *********************************************** 
main
************************************************ */
#main {
	width:100%;
	box-sizing: border-box;
	margin:0;
	padding:0 50px;
}
article {
	margin: 0;
	padding:20px 0;
	text-align:left;
}

/* *********************************************** 
header,footer
************************************************ */
header,
footer {
	margin: 0;
	width: 100%;
	max-width: 860px;
	padding:0;
}
header {
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	box-shadow:0px 1px 0px 0px #f6f6f6;
	-moz-box-shadow:0px 1px 0px 0px #f6f6f6;
	-webkit-box-shadow:0px 1px 0px 0px #f6f6f6;
}

footer {
	margin: 40px 0 0 0;
	background-color:#f6f6f6;
}
#hd-name {
	float:left;
	margin:0 0 0 10px;
}
#hd-tel {
	float: right;
	margin:0 10px 0 0;
}
#hd-name,
#hd-tel {
	font-size:1.5em;
	line-height:2em;
}

/* *********************************************** 
h1
************************************************ */
h1 {
}

/* *********************************************** 
h2
************************************************ */
h2 {
	margin: 40px 0 0 0;
	padding: 0.3em 0.5em;
	border-width:0 0 0 6px;
	border-style:solid;
	border-color:#2382F5;
	text-align:left;
	font-size: 1.5em;
	font-weight: bold;	
}

/* *********************************************** 
index.html
************************************************ */
/* intro */
#intro {
	width:100%;
	margin:20px 0 0 0;
}
#intro1 {
	float:left;
	width:40%;
	box-sizing: border-box;
}
#intro2 {
	margin: 0;
	float:left;
	width:60%;
	box-sizing:border-box;
	padding:0 0 0 40px;
	text-align:left;
}
#intro21 {
	margin: 20px 0 0 0;
	padding:20px 30px;
	font-size:1.5em;
	line-height:1.8em;
	font-weight:bold;
	border:3px solid #2382F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#2382F5;
	background-color:#FFFFcc;
}
#intro21-kadai {
	color:#F33;
	margin:0 0.3em;
}
#intro22 {
	margin: 15px 0 0 0;
	width:100%;
	text-align:center;
}

#intro3 {
	display:none;
}
/* needs */
#needs {
	margin: 20px 0 0 0;
	padding: 20px;
	background-color :#f6f6f6;
}
#needs1 {
	float:left;
	width:48%;
	text-align:left;
}
#needs2 {
	float:right;
	width:48%;
	text-align:left;
}
#needs p:before {
	content:"●";
}

/* charge */
#charge,
#charge th,
#charge td {
	border-collapse:collapse;
	border:1px solid #ccc;
}
#charge {
	width:100%;
}
#charge th,
#charge td {
	width: 50%;
	padding: 8px 10px;
	text-align:center;
	vertical-align:middle;
}
#charge th {
	background-color:#f6f6f6;
	font-weight:normal;
}
#charge li {
	list-style:none;
}
.charge-30km {
	color:#E22222;
}
.charge-city {
	font-weight:bold;
}
.charge-winter {
	margin: 0.5em 0 0 0;
	color:#E22222;
}
#charge-rmk {
	margin:10px 0 0 1em;
	text-align:left;
}

/* contact */
#ctt1 {
	width:100%;
}
#ctt1 .td1 {
	width: 7em;
	font-weight:bold;
}
#ctt1 .td1:before {
	content:"●";
}
#ctt1 .td1,
#ctt1 .td2 {
	padding:2px 5px;
}

#ctt-rmk {
	margin-top: 20px;
	margin-left:1em;
}

/* *********************************************** 
width <= 800px
************************************************ */
@media screen and (max-width:800px){
/* *********************************************** 
index.html
************************************************ */
/* intro */
#intro {
	width:100%;
}
#intro1 {
	float:left;
	width:40%;
	box-sizing: border-box;
	vertical-align: middle;
}
#intro2 {
	padding:0 0 0 5px;
}
#intro21 {
	font-size:1em;
	line-height:1.2em;
	margin: 0;
	padding:10px;
}
#intro22 {
	margin: 0.5em 0 0 0;
	width:100%;
	text-align:left;
}

#ctt1 td {
	width:100%;
	display:block;
	box-sizing:border-box;
	border:0;
}
}

/* *********************************************** 
width <= 640px
************************************************ */
@media screen and (max-width:640px){
/* *********************************************** 
body
************************************************ */
body {
	background-color:#fff;
}
/* *********************************************** 
wrap
************************************************ */
#wrap {
	width: 95%;
	max-width: 860px;
	border:0;
	font-size:1em;
}

/* *********************************************** 
main
************************************************ */
#main {
	padding:0;
}

/* *********************************************** 
header,footer
************************************************ */
header,
footer {
	margin: 0;
	width: 100%;
	padding:0;
}
header {
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	box-shadow:0px 1px 0px 0px #f6f6f6;
	-moz-box-shadow:0px 1px 0px 0px #f6f6f6;
	-webkit-box-shadow:0px 1px 0px 0px #f6f6f6;
}
footer {
	display:none;
}
#hd-name {
	float:left;
	margin:0 0 0 10px;
}
#hd-tel {
	float: right;
	margin:0 10px 0 0;
}
#hd-name,
#hd-tel {
	font-size:1em;
	line-height:1.5em;
}

/* *********************************************** 
h2
************************************************ */
h2 {
	margin: 20px 0 0 0;
	padding: 0.4em 0 0.4em 0.6em;
	border:0;
	background-color:#2382F5;
	color:#fff;
	text-align:left;
	font-size: 1.2em;
	font-weight: bold;	
}

/* *********************************************** 
index.html
************************************************ */
/* needs */
#needs {
	margin: 20px 0 0 0;
	padding: 20px;
	background-color :#f6f6f6;
}
#needs1,
#needs2 {
	float:none;
	width:100%;
	text-align:left;
}
#needs p:before {
	content:"●";
}

}