@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
}
body {
	background-image:url("images/img_bk.jpg");	/*内容全体の背景*/
	background-repeat:repeat-x;		/*背景画像を縦方向に繰り返す*/
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: top;
}
.btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a {
	color: #00f;
}
a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
a:active {
	color: #f00;
}
#page {
	width: 1027px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
	background-color:#fff76c;
	/*background-image:url("images/img_bk.jpg");	/*内容全体の背景*/
	/*background-repeat:repeat-x;*/		/*背景画像を縦方向に繰り返す*/
}

h1 {
	margin: 0 auto 20px;
	width: 100%;
	background: #fff76c;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
h1 span {
	display: block;
	padding: 15px 10px 12px 80px;
	text-align: left;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
h1.head {
	margin: 0 auto;
}
.hdl01 {
	margin: 0 auto 20px;
	width: 95%;
	padding-left: 10px;
	background: #fff76c;
}
.hdl01 span {
	display: block;
	padding: 12px 10px 10px 10px;
	text-align: left;
	border-left: 3px #fff solid;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
p {
	margin: 0 auto 20px;
	width: 95%;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont01 {
	margin: 0 auto;
	width: 96%;
}
#cont01 .tel-img {
	text-align:center;
	margin: 0 auto;
	width: 96%;
}

#cont02 {
	margin: 0 auto 50px;
	width: 96%;
}
#cont02 h3 {
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
#cont02 h3 span {
	color: #f60;
	font-size: 30px;
	text-decoration: underline;
	line-height: 1.5;
}
#cont02 p.desc {
	margin: 0 auto 20px;
	width: 100%;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont02-01 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont02-blt01.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont02-02 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont02-blt02.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont02-03 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont02-blt03.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont03 {
	margin: 0 auto 50px;
	width: 96%;
}
#cont03 p {
	width: 95%;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont03 div.ftr {
	float: right;
	width: 62.5%;
	margin: 0 20px 20px 0;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont03 div.ftr p {
	width: 90%;
	margin: 0 30px 20px 30px;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont03 div.ftl {
	float: left;
	margin: 0 20px 20px;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont03 div h2 {
	margin: 0 auto 20px;
	padding-left: 10px;
	background: #f99d1c;
}
#cont03 div h2 span {
	display: block;
	padding: 12px 10px 10px 10px;
	text-align: left;
	border-left: 3px #fff solid;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#cont03 h2.hdl_voice {
	margin: 0 auto 20px;
	padding-left: 10px;
	border-bottom: 3px #f99d1c solid;
	border-left: 3px #f99d1c solid;
	background: #f99d1c;
}
#cont03 h2.hdl_voice span {
	display: block;
	padding: 12px 10px 10px 13px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	color: #f99d1c;
}
#cont03 .voices {
	margin: 0 3% 30px;
	background: #fff1e4;
}
#cont03 .voices:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cont03 .voices p img {
	margin-bottom: 10px;
}
#cont03 .voices p.profile {
	float: left;
	margin: 0 auto;
	width: 23%;
	line-height: 1.5;
	background: #fff;
}
#cont03 .voices p.comment {
	float: left;
	margin: 0 2%;
	padding-top: 10px;
	width: 73%;
}
#cont04 {
	margin: 0 auto 50px;
	width: 96%;
}
#cont04 h2 {
	margin: 0 auto 20px;
	width: 95%;
	padding-left: 10px;
	background: #788bc5;
}
#cont04 h2 span {
	display: block;
	padding: 12px 10px 10px 10px;
	text-align: left;
	border-left: 3px #fff solid;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#cont04 .column_cont04 {
	margin: 0 auto 30px;
}
#cont04 .bt_system {
	margin: 0 2% 30px;
	padding: 10px 0;
	background: #fff76c;
}
#cont04 .bt_system:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cont04 .bt_system p.capture {
	float: right;
	margin: 10px 1% 0 0;
	width: 31%;
}
#cont04 .bt_system p.comment {
	float: left;
	margin: 0 1.5%;
	width: 65%;
}
#cont05 {
	margin: 0 auto 50px;
	width: 96%;
}
#cont05 {
	margin: 0 auto 20px;
	width: 96%;
}
#cont05 .hdl_cont05 {
	margin: 0 auto 20px 16%;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #fff76c;
}
#cont05 .hdl_cont05 span {
	color: #f60;
	font-size: 30px;
	text-decoration: underline;
	line-height: 1.5;
}
#cont05 p.desc {
	margin: 0 auto 20px 16%;
	width: 82%;
	text-align: left;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}
#cont05-01 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont05-blt01.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont05-02 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont05-blt02.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont05-03 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 3% 2% 0 12%;
	background: url(../_img/cont05-blt03.png) no-repeat top left;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;
}
#cont06 {
	margin: 0 auto 50px;
	width: 96%;
}
#cont06 h2 {
	margin: 0 auto 20px;
	width: 95%;
	padding-left: 10px;
	background: #ff0000;
}
#cont06 h2 span {
	display: block;
	padding: 12px 10px 10px 10px;
	text-align: left;
	border-left: 3px #FFF solid;
	font-size: 24px;
	font-weight: bold;
	color:#FFF;	
}
#cont06 .tbl_cont06 {
	margin: 0 auto 20px;
	width: 100%;
	background: #fff;	
}
#cont06 .tbl_cont06 th {
	padding: 10px 1%;
	width: 17%;
	vertical-align: top;
	border-right: 2px solid #fff76c;
}
#cont06 .tbl_cont06 td {
	padding: 10px 1%;
	width: 78%;
	text-align: left;
}
#cont06 .telitry {
	margin: 0 3% 5px;
	background: #fff76c;
}

#cont06 .telitry p {
	color:#FFF; }

#cont06 .aisatsu {
	margin: 0 3% 30px;
	background: #fff76c;
}
#cont06 .aisatsu:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cont06 .aisatsu {
	margin: 0 3% 30px;
	background: #fff76c;
}
#cont06 .aisatsu:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cont06 .aisatsu p img {
	margin-bottom: 10px;
}
#cont06 .aisatsu p.profile {
	float: left;
	margin: 0 auto;
	width: 35%;
	line-height: 1.5;
}
#cont06 .aisatsu p.comment {
	float: right;
	margin: 0 2%;
	padding-top: 10px;
	width: 100%;
}

.contactus {
	margin: 30px 0 30px 10px;
}


.contactus a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#footer {
	margin: 0 auto;
	padding: 30px 0 0;
	background: url(images/img-footer.jpg) no-repeat center;
	background-image:url(../images/img-footer.jpg)
	line-height: 1.8;
	font-weight: bold;
}
.pc_on {
}
.sp_on {
	display: none;
}






/* 768 */

/* @media screen and (max-width: 640px,orientation:landscape,orientation:portrait) { */

@media screen and (max-width: 640px) {
body {
	max-width: 640px;
	min-width: 320px;
	color: #333;
	background: #d9ecfb;
}
#page {
	width: 100%;
	margin: 0 auto;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color:#fff76c;
}
h1 {
	margin: 0 auto 20px;
	width: 100%;
	background: #fff76c;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
h1 span {
	display: block;
	padding: 15px 10px 12px 80px;
	text-align: left;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
h1.head {
	margin: 0 auto;
}
.hdl01 {
	margin: 0 auto 20px;
	width: 95%;
	padding-left: 10px;
	background: #fff76c;
}
.hdl01 span {
	display: block;
	padding: 12px 10px 10px 10px;
	text-align: left;
	border-left: 3px #fff solid;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
p {
	margin: 0 auto 20px;
	width: 90%;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
#cont01 {
	margin: 0 auto 20px;
	width: 100%;
}
#cont02 {
	margin: 0 auto 20px;
	width: 100%;
}
.contactus {
	margin: 30px 0 30px 10px;
}
.contactus a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}





.tel-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
	text-align:right;
	padding-right:0px;
	margin-bottom:20px;
}

#footer {
	margin: 0 auto;
	padding: 50px 0 0;
	line-height: 1.8;
	font-weight: normal;
	background-size: 80%;
	font-size: 16px;
}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
// @media screen and (max-width 768px)  .f08 {
font-size:  8px;
}
.f09 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f24 {
	font-size: 24px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}
.f36 {
	font-size: 36px;
}
.f40 {
	font-size: 40px;
}
.f48 {
	font-size: 48px;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
.fsn {
	font-style: normal;
}
.fsi {
	font-style: italic;
}
.tdn {
	text-decoration: none;
}
.tdu {
	text-decoration: underline;
}
.tdo {
	text-decoration: overline;
}
.tdt {
	text-decoration: line-through;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.ftr {
	float: right;
}
.ftl {
	float: left;
}
.fcb {
	clear: both;
}
.fcr {
	clear: right;
}
.fcl {
	clear: left;
}
.clearfix {
	overflow: hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.a_fc {
	display: block;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: white;
}
a.white {
	color: white;
}
.black {
	color: black;
}
.white {
	color: white;
}
.silver {
	color: silver;
}
.gray {
	color: gray;
}
.maroon {
	color: maroon;
}
.red {
	color: red;
}
.purple {
	color: purple;
}
.pink {
	color: fuchsia;
}
.green {
	color: green;
}
.lime {
	color: lime;
}
.olive {
	color: olive;
}
.yellow {
	color: yellow;
}
.navy {
	color: navy;
}
.blue {
	color: blue;
}
.teal {
	color: teal;
}
.aqua {
	color: aqua;
}
.cream {
	color: #ffc;
}
.orange {
	color: #f70;
}
.skin {
	color: #fc9;
}
.lpink {
	color: #f9c;
}
.brown {
	color: #933;
}
.hpcol {
	color: #fff76c;
}
.bg_black {
	background-color: black;
}
.bg_silver {
	background-color: silver;
}
.bg_gray {
	background-color: gray;
}
.bg_maroon {
	background-color: maroon;
}
.bg_red {
	background-color: red;
}
.bg_purple {
	background-color: purple;
}
.bg_pink {
	background-color: fuchsia;
}
.bg_green {
	background-color: green;
}
.bg_lime {
	background-color: lime;
}
.bg_olive {
	background-color: olive;
}
.bg_yellow {
	background-color: yellow;
}
.bg_navy {
	background-color: navy;
}
.bg_blue {
	background-color: blue;
}
.bg_teal {
	background-color: teal;
}
.bg_aqua {
	background-color: aqua;
}
.bg_cream {
	background-color: #ffc;
}
.bg_orange {
	background-color: #f60;
}
.bg_skin {
	background-color: #fc9;
}
.bg_lpink {
	background-color: #f9c;
}
.bg_lblue {
	background-color: #eff;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.d_none {
	display: none;
}
.ofv {
	overflow: visible;
}
.ofh {
	overflow: hidden
}
.ofs {
	overflow: scroll;
}
.vbv {
	visibility: visible;
}
.vbh {
	visibility: hidden;
}
.mg05 {
	margin: 5px;
}
.mg10 {
	margin: 10px;
}
.mg15 {
	margin: 15px;
}
.mg20 {
	margin: 20px;
}
.mg25 {
	margin: 25px;
}
.mg30 {
	margin: 30px;
}
.mg40 {
	margin: 40px;
}
.mg50 {
	margin: 50px;
}
.mgt05 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt50 {
	margin-top: 50px;
}
.mgr05 {
	margin-right: 5px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr25 {
	margin-right: 25px;
}
.mgr30 {
	margin-right: 30px;
}
.mgr40 {
	margin-right: 40px;
}
.mgr50 {
	margin-right: 50px;
}
.mgr60 {
	margin-right: 60px;
}
.mgr70 {
	margin-right: 70px;
}
.mgr80 {
	margin-right: 80px;
}
.mgb01 {
	margin-bottom: 1px;
}
.mgb02 {
	margin-bottom: 2px;
}
.mgb03 {
	margin-bottom: 3px;
}
.mgb04 {
	margin-bottom: 4px;
}
.mgb05 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgl05 {
	margin-left: 5px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl25 {
	margin-left: 25px;
}
.mgl30 {
	margin-left: 30px;
}
.mgl40 {
	margin-left: 40px;
}
.mgl50 {
	margin-left: 50px;
}
.mgl60 {
	margin-left: 60px;
}
.mgl70 {
	margin-left: 70px;
}
.mgl80 {
	margin-left: 80px;
}
.mgl90 {
	margin-left: 90px;
}
.mgl100 {
	margin-left: 100px;
}
.mgrl10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mgrl15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mgrl20 {
	margin-right: 20px;
	margin-left: 20px;
}
.pd01 {
	padding: 1px;
}
.pd02 {
	padding: 2px;
}
.pd03 {
	padding: 3px;
}
.pd04 {
	padding: 4px;
}
.pd05 {
	padding: 5px;
}
.pd10 {
	padding: 10px;
}
.pd15 {
	padding: 15px;
}
.pd20 {
	padding: 20px;
}
.pd25 {
	padding: 25px;
}
.pd30 {
	padding: 30px;
}
.pdt05 {
	padding-top: 5px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt15 {
	padding-top: 15px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt25 {
	padding-top: 25px;
}
.pdt30 {
	padding-top: 30px;
}
.pdr05 {
	padding-right: 5px;
}
.pdr10 {
	padding-right: 10px;
}
.pdr15 {
	padding-right: 15px;
}
.pdr20 {
	padding-right: 20px;
}
.pdr25 {
	padding-right: 25px;
}
.pdr30 {
	padding-right: 30px;
}
.pdb05 {
	padding-bottom: 5px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb15 {
	padding-bottom: 15px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb25 {
	padding-bottom: 25px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdl05 {
	padding-left: 5px;
}
.pdl10 {
	padding-left: 10px;
}
.pdl15 {
	padding-left: 15px;
}
.pdl20 {
	padding-left: 20px;
}
.pdl25 {
	padding-left: 25px;
}
.pdl30 {
	padding-left: 30px;
}
li {
	text-align: left;
}
.lsno {
	list-style-type: none;
}
.lsdi {
	list-style-type: disc;
}
.lscr {
	list-style-type: circle;
}
.lssq {
	list-style-type: square;
}
.cupo {
	cursor: pointer;
}
.cucr {
	cursor: crosshair;
}
.cumv {
	cursor: move;
}
.cutx {
	cursor: text;
}
.cuwa {
	cursor: wait;
}
.cuhl {
	cursor: help;
}
button {
	text-align: center;
	line-height: 1;
	padding: 2px 15px;
	cursor: pointer;
}
option {
	text-align: left;
}
select {
	text-align: left;
}
 @media print {
.print_none {
	display: none;
}
.print_block {
	display: block;
}
