@charset "utf-8";

/* reset css
---------------------- */
html {
		height: 100%;
		overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
		padding: 0;
		margin: 0;
}

address, caption, em, strong, th {
		font-style: normal;
}

caption, th {
		text-align: left;
}

hr, legend {
		display: none;
}

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

li {
		list-style-type: none;
}

#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre, #contents p {
		margin-bottom: 1em;
}

a img, fieldset {
		border: none;
}

body {
		height: 100%;
		font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		font-size: 80%;
		color: #1F1B18;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
		text-decoration: none;
}

a:hover {
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		margin: 0px auto;
		min-height: 100%;
}

/* header */


#header {
		padding:10px 0 0;
		width: 940px;
		margin: 0 auto;
}

#header h1 {
		font-size:80%;
		font-weight:normal;
		letter-spacing:1px;
		color:#666;
}

#header .head-logo {
		float: left;
}

#header .head-inquiry {
		float: right;
		text-align: right;
}

/* navigation */

#gnavi {
		background: url(img/gnavi-back.gif) repeat-x left top;
		zoom: 1;
}

#gnavi ul {
		width: 730px;
		margin: 0 auto;
}

#gnavi ul li {
		float:left;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
		width: 950px;
		margin: 0 auto;
}

/* contents */
#visual {
		width: 730px;
		margin: 0 0 10px 0;
}

#contents:after, #header:after, #gnavi:after {
		clear: both;
		height: 0.1px;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
		display: block;
		content: ".";
}

#sub {
		float: right;
		width: 200px;
		margin: 10px 0;
		overflow:hidden;
		zoom:1;
}

#sub span {
		font-weight:normal;
		display:block;
		font-size:70%;
}

#sub dt {
		font-size:130%;
		font-weight:bold;
		padding:20px 15px 0;
		background:url(img/sub-dt.gif) no-repeat top;
}

#sub dd {
		padding:0 15px 15px;
		background:url(img/sub-dd.gif) no-repeat bottom;
}

#sub dd dl {
		overflow:hidden;
		zoom:1;
}

#sub dd dt {
		padding:10px 0 5px;
		margin:0;
		font-weight:normal;
		background:none;
}

#sub dd dd {
		background:none;
		padding:0;
		margin:0 0 8px;
}

#sub dd dd .mail {
		margin-bottom:1px;
}

#main {
		float: left;
		width: 730px;
		margin: 10px 0;
		overflow:hidden;
		zoom:1;
}

.pankuzu {
		font-size: 80%;
		line-height: 14px;
		color: #333333;
}

.section h3 {
		background: url(img/title-bg.gif) no-repeat 0;
		font-weight:bold;
		font-size: 130%;
		color:#fff;
		margin-bottom:10px;
		padding: 26px 5px 16px 13px;
}

.section h4 {
		margin-bottom:5px;
}

.article {
		letter-spacing:2px;
		line-height:23px;
		color: #32281F;
		padding: 10px;
		margin-bottom:10px;
}

/* footer */
#footer {
		clear: both;
		padding:0 0 10px;
}

#footer a {
		color: #666;
		text-decoration: none;
}

#footernavi {
		padding: 10px;
		text-align: center;
		background: url(img/border.gif) repeat-x left top;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

#copy {
		text-align:center;
		margin:10px 0;
}

#copy img {
		vertical-align:bottom;
}

#copy a {
		text-decoration: none;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #7c7c7c;
}

.return a:visited {
		background: #7c7c7c;
}

.return a:hover {
		background: #d1d1d1;
}

.return a:active {
		background: #d1d1d1;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.p_c, .img_r, .img_l {
		text-align:center;
}

.p_r {
		text-align:right;
}

.img_r {
		float: right;
		padding: 0 0 10px 10px;
}

.img_r02 {
		float: right;
		margin: 0 0 10px 10px;
		box-shadow:0px 2px 2px rgba(0, 0, 0, 0.1);
}

.img_l {
		float: left;
		padding: 0 10px 10px 0;
}

.float_l {
		float: left;
}

.float_r {
		float: right;
}

/* 各固定ページ用
---------------------- */


/* greeting.html */
#CompanyInfo {
		margin: 1em 0 2em;
		border-collapse: separate;
		width:99%;
}

#CompanyInfo th, #CompanyInfo td {
		padding: 5px 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.5;
}

#CompanyInfo th {
		border-left: 3px solid #2aa2ff;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
}

#CompanyInfo ul {
		margin:0;
}

/* access.html */
#access #main dt {
		font-weight: bold;
		color: #558ec8;
}

#access #main dd {
		margin: 0 0 1em 1em;
}

#map {
		height: 300px;
		width: 700px;
		font-size:90%;
		margin: 20px auto 30px;
		border: 1px solid #CCCCCC;
}

.googlemap {
		text-align: center;
}

/* privacy.html */

#privacy #article ul li {
		margin-left: 1.5em;
		list-style: none;
}

#privacy #article dl {
		margin-left: 1.5em;
}

#privacy #article dl dd {
		margin-bottom: 1em;
}

#privacy #article h4 {
		margin: 20px 0 5px 0;
}

/* inquiry.html */
#inquiry fieldset span {
		color: #FF0000;
}

.inquiry {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

#MailForm {
		width: 500px;
		margin: 5px 0 15px;
		border-collapse: collapse;
}

#MailForm th, #MailForm td {
		padding: 10px;
		border: 1px solid #CCCCCC;
		font-weight: normal;
		color: #444;
}

#MailForm th {
		width: 130px;
		background-color: #EBEBEB;
}

#MailForm input, #MailForm textarea {
		width: 310px;
		border: 1px solid #B2B2B2;
}

.inputarea li {
		float: left;
		margin: 0 15px 0 0;
}

#thanks p {
		line-height: 300px;
		text-align: center;
}

/* 各ページ用スタイル
---------------------- */
.txt1 {
		font-weight:bold;
		color:#FF6666;
}

.txt2 {
		font-weight:bold;
		color:#0099FF;
		font-size:120%;
}

.txt3 {
		font-weight:bold;
		font-size:110%;
}

.scroll {
		border-bottom:solid 1px #00b4ff;
		border-left:solid 1px #00b4ff;
		border-right:solid 1px #00b4ff;
		height:200px;
		margin-bottom:1em;
		padding:10px;
		zoom:1;
		overflow-y:scroll;
		overflow-x: hidden;
}

.bg1, .option {
		margin-top:50px;
}

.bg2, .example {
		margin-bottom:50px;
}

.ready-made {
		clear:both;
}

.step, .ready-made {
		overflow:hidden;
		zoom:1;
}

.bg1 strong {
		font-size:120%;
		color:#006699;
}

.bg1, .bg2 {
		background-color:#dafaff;
		padding:15px 15px 5px;
		font-size:110%;
}

.bg-title1 {
		border:solid 1px #ccc;
		border-left:solid 4px #00CCFF;
		padding:10px 15px 8px;
		font-size:120%;
}

.table1 td {
		width:340px;
		padding:5px;
		vertical-align:top;
}

.table1 strong {
		background:url(img/icon1.gif) no-repeat 0 3px;
		padding:5px 0 0 15px;
		font-size:120%;
}

.step {
		background:url(img/icon2.gif) no-repeat bottom;
		padding-bottom:30px;
		margin-bottom:20px;
}

.link-bottom {
		background:url(img/icon3.gif) no-repeat 0 7px;
		padding:0 0 0 23px;
}

#main .table2 {
		border:1px solid #ccc;
		border-collapse:collapse;
		width:99%;
}

.table2 td, .table2 th {
		border:1px solid #ccc;
		padding:6px 4px;
		font-size:90%;
		text-align:center;
}

.table2 th {
		background:#e2e2e2;
		font-weight:normal;
		line-height:1.4;
}

.table2 th span {
		font-size:80%;
		color:#555;
}

.table2.holiday tbody tr:nth-child(2n) {
		color:#ff0000;
}

.table3 td {
		width:236px;
		text-align:center;
		margin:0 auto;
}

.font-siz1 {
		font-size:130%;
}

.font-siz1 span {
		color:#FF0000;
}

.planNext {
		margin-bottom:20px;
}

#price_list ul {
		width:720px;
		margin:0 -10px 0 0;
		overflow:hidden;
		zoom:1;
}

#price_list li {
		width:350px;
		padding:0 10px 0 0;
		float:left;
}

.table2 caption {
		font-size:120%;
		padding:15px 0;
}

.table2 caption span {
	font-size:80%;
}

#main .price_list {
		margin-bottom:40px;
}

.price_list h4 {
		font-size:110%;
		letter-spacing:0px;
		color:#111;
		margin:0 0px 15px;
		border-left:10px solid #00CCFF;
		padding:3px 14px;
		background:#f1f1f1;
}

.price_list .set {
	margin-bottom:30px;
}

.price_list .set:last-child {
	margin-bottom:0;
}

.price_list .set .tax {
	margin:-8px 0 0;
	text-align:right;
}

#outlet2 table img {
		margin:10px;
}

.inner01 {
		margin-bottom:30px;
		padding:10px 0;
		overflow:hidden;
		zoom:1;
}

.inner02 {
		padding:10px 0;
		overflow:hidden;
		zoom:1;
}

.pick_txt {
		font-size:160%;
		font-weight:normal;
		line-height:1.4;
}

.pick_txt02 {
		color:#2484b2;
		font-size:160%;
		font-weight:normal;
}

.pick_txt03 {
		color:#2484b2;
		font-size:140%;
		font-weight:normal;
}

.inset01 {
		overflow:hidden;
		zoom:1;
}

.inset02 {
		margin-bottom:30px;
		overflow:hidden;
		zoom:1;
}

.inset03 {
		margin-bottom:10px;
		overflow:hidden;
		zoom:1;
}

.msg {
		padding:0 0 0 210px;
}

.msg02 {
		padding:0 0 0 230px;
}

#reason {
		margin-bottom:30px;
		overflow:hidden;
		zoom:1;
}

#reason .reason {
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
}

#main .midasi01 {
		margin-bottom:15px;
		padding:10px 20px;
		background:#f1f1f1;
}

.image {
		text-align:center;
}

.image span {
		font-size:90%;
}

.image img {
		padding:3px;
		border:1px solid #cccccc;
}

.point_list {
		overflow:hidden;
		zoom:1;
}

.point {
		margin:20px 0 20px;
		padding:20px 30px 5px;
		border:4px solid #12a8ff;
		border-radius:4px;
}

.point_midasi {
		font-size:140%;
		padding:0 0 6px 10px;
		margin-bottom:20px;
		border-bottom:2px solid #12a8ff;
}

.point_midasi:before {
		color:#12a8ff;
		content:"◎";
		font-size:140%;
		position:relative;
		top:3px;
}

.point_msg {
}

.point_list li {
		margin-bottom:10px;
		padding:0 0 0 25px;
		background:url(img/icon4.gif) no-repeat left 1px;
}

.point_list li span {
		color:#ff6666;
		font-weight:bold;
}

.price {
		font-size:120%;
		font-weight:bold;
		color:#ff0000;
}

.item {
}

.item_inner {
}

.item_inner:after {
		content:" ";
		display:table;
		clear:both;
}

.item_title {
		font-size:140%;
		margin-bottom:20px;
		padding:0 0 6px 50px;
		border-bottom:2px solid #77d7ff;
		background:url(img/icon6.gif) no-repeat left center;
}

.item_block {
}

.item_block:after {
		content:" ";
		display:table;
		clear:both;
}

.item_set {
		margin-bottom:50px;
}

.item_set:after {
		content:" ";
		display:table;
		clear:both;
}

.item_name {
		font-size:120%;
		border:solid 1px #ccc;
		border-left:solid 4px #00CCFF;
		margin-bottom:25px;
		padding:10px 15px 7px;
}

.item_name span {
		font-size:90%;
}

.item_inset {
}

.item_inset:after {
		content:" ";
		display:table;
		clear:both;
}

.item_pick_txt {
		color:#007bb4;
		font-size:130%;
		font-weight:normal;
		line-height:1.4;
		margin-bottom:10px;
}

.item_img {
		font-size:90%;
		float:left;
}

.item_img img {
		padding:3px;
		border:1px solid #cccccc;
}

.item_msg {
		padding:0 0 0 240px;
}

.item_point {
		display:table;
		width:100%;
}

.item_point {
		margin-bottom:10px;
		display:table;
		width:100%;
}

.item_point:after {
		content:" ";
		display:table;
		clear:both;
}

.item_point_list {
		display:table-cell;
		width:50%;
}

.item_point_list li {
		margin-bottom:6px;
}

.item_point_list li:before {
		content:url("img/icon5.gif");
		position:relative;
		top:3px;
		padding-right:8px;
}

.item_point_list02 {
}

.item_point_list02 li {
		text-indent:-22px;
		padding:0 0 0 22px;
		margin-bottom:6px;
}

.item_point_list02 li:before {
		content:url("img/icon5.gif");
		position:relative;
		top:3px;
		padding-right:8px;
}

.category {
		margin-bottom:20px;
		padding:20px 20px 10px;
		background:#ecfcff;
		border-radius:4px;
}

.category_set:first-child {
		margin-bottom:30px;
}

.category_inner {
		padding:0 10px;
}

.category_title {
		color:#fff;
		font-size:110%;
		margin-bottom:10px;
		padding:5px 8px;
		border-radius:4px;
		background:#3ac4ff;
}

.dlist01 {
}

.dlist01:after {
		content:" ";
		display:table;
		clear:both;
}

.dlist01 dt {
		font-weight:bold;
		float:left;
}

.dlist01 dd {
		margin-bottom:5px;
		padding:0 0 5px 130px;
		border-bottom:1px dotted #cccccc;
}

.dlist01 dd:last-child {
		margin:0;
}

.dlist02 {
}

.dlist02:after {
		content:" ";
		display:table;
		clear:both;
}

.dlist02 dt {
		font-weight:bold;
		font-size:110%;
		float:left;
}

.dlist02 dd {
		margin-bottom:5px;
		padding:0 0 5px 130px;
		border-bottom:1px dotted #cccccc;
}

.ulist01 {
}

.ulist01 li {
}

.ulist01 li:before {
		margin:0 10px 0 0;
		content:url("img/icon4.gif");
		position:relative;
		top:3px;
}

.supplementary {
		margin-bottom:25px;
}

.supplementary_title {
		padding:10px 15px 8px;
		background:#e5e5e5;
		font-size:110%;
}

.supplementary .supplementary_inner {
		border:1px solid #e5e5e5;
		padding:15px 20px 5px;
}

.numerical {
}

.numerical_list {
		display:table;
		width:60%;
		border:1px solid #e5e5e5;
}

.numerical_list:after {
		content:" ";
		display:table;
		clear:both;
}

.numerical_list dt, .numerical_list dd {
		display:table-cell;
		vertical-align:middle;
		padding:10px 0;
}

.numerical_list dt {
		background:#e5e5e5;
		text-align:center;
}

.numerical_list dd {
		padding:6px 0 6px 30px;
}

.midasi02 {
		color:#00a5dc;
		font-size:110%;
		font-weight:bold;
		margin-bottom:5px;
}

.midasi02:before {
		color:#00a5dc;
		content:"◎";
		font-size:130%;
}

.btn {
}

.btn a {
		color:#fff;
		text-decoration:none;
		text-align:center;
		padding:6px 30px;
		display:block;
		background:#ff6f00;
		border-radius:4px;
		border-bottom:2px solid #d85e00;
		width:40%;
}

.btn a:hover {
		background:#fa8a33;
}

.contents_navi {
}

.navi_list {
		margin-bottom:20px;
}

.navi_list:after {
		content:" ";
		display:table;
		clear:both;
}

.navi_list li {
		margin:0 20px 0 0;
		float:left;
		width:330px;
}

.navi_list li a {
		color:#fff;
		font-size:110%;
		text-decoration:none;
		text-align:center;
		padding:9px 0px;
		display:block;
		background:#ff6f00;
		border-radius:4px;
		border-bottom:3px solid #d85e00;
}

.navi_list li a:hover {
		background:#fa8a33;
}

.top_action_navi {
}

.top_action_navi li {
		float:left;
}

.top_action_navi li:first-child {
		margin:0 30px 0 0;
}
/* index.html */
.news dt {
    float:left;
	padding:5px;
}
.news dd {
    padding:5px 5px 5px 125px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
#main .news dd p {
    margin-bottom:0;
}

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

.image_list01 {
  padding: 20px 0;
}

.image_list01 li {
  float:left;
  width: 47%;
  margin-right:6%;
}

.image_list01 li:nth-child(2n) {
  margin-right:0;
}

.image_list01 li:nth-child(n+3) {
   margin-top: 50px;
}

.image_list01 li .title {
  margin-bottom: 10px;
}

.image_list01 li .title:before {
  content:"・";
}

.image_list01 li .image {
  height: 200px;
  margin-left:15px;
}

.image_list01 li img {
  display:block;
  height:100%;
  box-sizing:border-box;
}

.delivery_block {
	counter-reset: strong_count;
}

.delivery_block_set {
	margin-bottom: 20px;
}

#main .delivery_block_set > p {
	margin-bottom: 5px;
}

.delivery_block_set > p::before {
	content: counter(strong_count)".";
	counter-increment: strong_count;
}

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

.delivery_block_set li {
	margin-left: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
	position: relative;
}

.delivery_block_set li::before {
	content: "・";
	margin-left: -14px;
	position: absolute;
	top: 0;
	left: 0;
}

.delivery_block_set .attent li::before {
	content: "※";
}

.delivery_block_set li > p {
}


