﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

body {
	/*background: url(../images/body_bg.gif);*/
	background-color:f0f0f0;/*色迷い中なので適応してない*/
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	/*background-image: url(../images/wrapper_bg.gif);*/
	/* background-color: #f0f0f0; */
}

input, select, button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: thin solid #a9a9a9;
	height: 30px;
}
input {
	padding-left: 10px;
}
button {
	color:white;
	background-color:#3598dc;
	cursor: pointer;
}
button:hover {
	color:white;
	background-color:#0070b8;
	cursor: pointer;
}



/* ------ Header ------ */

header {
	width: 100%;
	background-color: #fff;
}

#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#tagline {
	float: right;
	padding-top: 28px;
	line-height: 160%;
	font-size: 65%;
	color: #999;
}

#logo {
	padding: 20px 0;
}

#logo a {
	display: block;
	max-width: 279px;
}

#titlelogo {
	padding: 20px 0;
}

#titlelogo a {
	display: block;
	max-width: 480px;
}

#gnav-btn {
	display :none;
}

#gnav {
	clear: both;
	width: 100%;
	background-color: #0070b8;
}

#gnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-left: solid 1px #24518a;
	border-right: solid 1px #4082bb;
}

#gnav nav ul li {
	float: left;
	width: 154px;
}

#gnav nav ul li a {
	display: block;
	padding: 8px 20px 6px;
	border-left: solid 1px #4082bb;
	border-right: solid 1px #24518a;
	font-size: 83%;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #0070b8;
	color: #ffffff;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #3598dc;
	color: #f0f0f0;
	text-decoration: none;
}


#gnav .dropdown_lists {
	display:none;
	width: 100%;
	position: absolute;
}

#gnav nav ul li:hover .dropdown_lists {
	display: block;
}

#gnav .dropdown_list {
	float: none;
}
#gnav .dropdown_list a:link,
#gnav .dropdown_list a:visited {
	background-color: #004774;
}
#gnav .dropdown_list a:hover {
	background-color: #005c96;
}




/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	overflow: hidden;
}

#mainvisual .img {
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
}


/* ------ Bread Crumb ------ */

#bread-crumb {
	width: 100%;
	padding: 10px 0;
	background-image: url(../images/body_bg.gif);
}

#bread-crumb ul {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#bread-crumb ul li {
	float: left;
	*float: none;
	*display: inline;
	padding: 0 15px 0 18px;
	font-size: 67%;
	line-height: 160%;
	background: url(../images/breadcrumb_bg.gif) no-repeat left center;
	*zoom: 1;
}

#bread-crumb ul li:first-child {
	padding-left: 0;
	background-image: none;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#page-title {
	width: 100%;
	padding: 20px 0 40px;
	font-size: 160%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

#left-column {
	float: left;
	width: 900px;
	padding-bottom: 20px;
	overflow: hidden;
	*zoom: 1;
}

.under_pen_y {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.under_pen_pink {
	background: linear-gradient(transparent 60%, #F0D0D0 60%);
}

.box1 {
	padding: 0.5em 1em; margin: 2em 0; color: #2c2c2f; background: #cde4ff;
}

.box2 {
	border: 5px solid #FFF5EE; padding: 10px; border-radius: 0px; background: ##ffffff;
}

.labelbox1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.labelbox1 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.labelbox1 p {
    margin: 0; 
    padding: 0;
}

.column3 article {
	float: right;
	width: 900px;
	margin-bottom: 0;
}

article section {
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}

article section:first-child {
	border-top: none;
}

article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #444444;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}

article section ol {
	font-size: 90%;
	line-height: 140%;
	color: #444444;
}

.title{
	color:#e77e23;
}

.lines{
	border-top: solid 1px #444;
}

.onegai{
	color : #F54E4E ;
	font-weight : bold ;
}

#contents-title {
	padding: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #e77e23;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

#poster{
	width:180px;
	float:right;
	
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
	/*text-indent:1em;*/
}

.name{
	text-indent:1em;
	font-weight:bold;
	font-size:85%;
	color:#444444;
	text-indent:1em;
}

article section ul {
	font-size: 90%;
	line-height: 160%;
	color: #555;
}

article section ul li {
	padding-left: 1.5em;
	background: url(../images/icon-circle.gif) no-repeat 0 3px;
	/*background: url(../images/icon-circle.gif) no-repeat left;*/
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box {
	background-image: url(../images/body_bg.gif);
	margin-bottom: 30px;
	padding: 0 30px 20px;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	/*
	background-color: #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	*/
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #e98546;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #e98546;
	text-shadow: 0px -1px 0px #e98546;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #f48b49;
	background: -moz-linear-gradient(top, #e59e39, #d97537);
	background: -webkit-gradient(linear, left top, left bottom, from(#e59e39), to(#d97537));
	background: -webkit-linear-gradient(top, #e59e39, #d97537);
	background: linear-gradient(to bottom, #e59e39, #d97537);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background-color: #e98546;
	background: -moz-linear-gradient(top, #f2ac48, #e98546);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2ac48), to(#e98546));
	background: -webkit-linear-gradient(top, #f2ac48, #e98546);
	background: linear-gradient(to bottom, #f2ac48, #e98546);
}

.notice {
	color: #ff4500;
}



.flex1 {
  display:flex;
}


/*Q&A用*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #e1f5fe;
}
.cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #42a5f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #1976d2 transparent transparent;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}


/* ------ Table ------ */

dt{
	/*font-weight: bold;
	border-bottom: solid 1px #cccccc;
	color: #444444;
	margin-top: 1em;*/
	
	background-color:#999999;
	font-weight:bold;
	color:#ffffff;
	margin-top:1em;
	padding:5px;
	border-radius: 5px;		/* CSS3草案 */  
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	padding-left:1em;
}

.heading3{
	border:solid 1px #ddd;
	color:#444444;
	font-size:90%;
	padding: 5px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
	-pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
	}
	.heading3 span{border-left:5px #0085D8 solid;padding-left:10px;}


dd{
	/*border: solid 1px #cccccc;*/
	padding: 1em;
	margin-left: 0em;
	margin-top: 0.5em;
	font-size:90%;
}

.text{
	margin-top:20px;
}


/* ------ Local Navi ------ */

#lnav {
	float: left;
	width: 210px;
	margin-right: 30px;
	top: 0;
	left: 0;
}

#lnav nav {
	background-image: url(../images/body_bg.gif);
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

#lnav nav ul li {
	border-top: solid 1px #d5d5d5;
}

#lnav nav ul li:first-child {
	border-top: none;
}

#lnav nav ul li a {
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 76%;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
	background: url(../images/icon_arrow_02.gif) no-repeat right center;
}

#lnav nav ul li p.header {
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 76%;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
	background-color: #ddd;
}

#lnav nav ul li:first-child a {
	border-top: none;
}

#lnav nav ul li a:hover,
#lnav nav ul li a:active,
#lnav nav ul li.current a {
	background-color: #ddd;
}


/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 210px;
	padding-bottom: 20px;
}

#right-column .box {
	margin-bottom: 20px;
	padding: 0 15px 15px;
}

#right-column .box h2 {
	padding: 20px 0 10px;
	font-weight: bold;
	color: #000;
}

#right-column .box p {
	font-size: 76%;
	line-height: 160%;
	color: #555;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 20px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}

/* ------ pagetop ------ */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background: url(../images/body_bg.gif);
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 10px 0 10px;
	background: url(../images/footer_bg.png) no-repeat top center;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 0px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #999;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}


/* ------ GourmetStreet ------ */
table.gourmet {
	/*width: 90%;*/
	text-align: left;
	border: 1px solid #999999 ;
	border-collapse: collapse; 
	font-size: 100% ;
	margin-left: 10px;
}
table.gourmet th {
	color: white;
	background-color: #4169E1;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	font-weight: bold;
	border: 1px solid #999999;
}
table.gourmet td {
	padding: 4px;
	font-size: 80%;
	line-height: 150%;
	border: 1px solid #999999;
}
table.gourmet td.num {
	text-align: center;
}


/* ------ TableStriped(しましま模様のテーブル) ------ */
table.striped{
  border-collapse:collapse;
  margin:0 auto;
}
table.striped td,th{
  padding:10px;
  border: 1px solid #999999;
}
table.striped th{
  color:#fff;
  background:#005ab3;
	text-align: center;
}
table.striped tr:nth-child(odd){
  background:#e6f2ff;
}
table.striped td{
  border-bottom:2px solid #80bcff;
}

/* ------ Tabledesign01(シンプルな中央寄せのテーブル) ------ */
table.design01 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
 }
 table.design01 th {
	padding: 10px;
	background: #e9faf9;
	border: solid 1px #778ca3;
 }
 table.design01 td {
	padding: 10px;
	border: solid 1px #778ca3;
 }

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

	#header-inner {
		width: 90%;
	}

	#gnav nav {
		width: 90%;
	}

	#gnav nav ul li a {
		padding: 8px 20px 6px;
	}

	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#bread-crumb ul {
		width: 90%;
	}

	#contents {
		width: 100%;
	}

	#page-title {
		width: 90%;
		margin: 0 auto;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	#lnav {
		width: 30%;
		margin: 0;
	}

	.column3 article {
		width: 100%;
	}

	.column-set {
		width: 105%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}

	#right-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
	}

	.column3 #right-column-inner {
		width: 70%;
		margin-left: 35%;
	}

	#right-column .box {
		float: left;
		width: 24%;
		margin-right: 4.1%;
		padding: 0 2.5% 15px;
	}

	#right-column .ad {
		width: 26%;
		padding: 10px 1.5% 0;
	}

	.column3 #right-column .box {
		width: 38%;
		margin-right: 4.2%;
		padding: 0 3% 15px;
	}

	.column3 #right-column .ad {
		width: 40%;
		padding: 10px 2% 0;
	}

	#footer-inner {
		width: 100%;
	}

}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

	#header-inner {
		width: 100%;
	}

	#tagline {
		float: none;
		padding: 15px 0 5px;
		text-align: center;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}

	#gnav-btn {
		position: relative;
		display: block;
		width: 100%;
		padding: 5px 0 4px;
		background-color: #0070b8;
	}
	
	#gnav-btn div {
		width: 50px;
		margin-left: 10px;
		border-bottom: solid 1px #24518a;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#gnav-btn a {
		display: block;
		height: 25px;
		line-height: 25px;
		color: #ccc;
		font-size: 14px;
		border: solid 1px #24518a;
		text-align: center;
		vertical-align: top;
		text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-text-shadow: 0px -1px 0px #700;
		text-shadow: 0px -1px 0px #111;
	}

	#gnav-btn a:link,
	#gnav-btn a:visited {
		background: url(../images/bg_gradient.png) repeat-x #444;
		background: -moz-linear-gradient(top, #444, #333);
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
		background: -webkit-linear-gradient(top, #444, #333);
		background: -o-linear-gradient(top, #444, #333);
		background: linear-gradient(to bottom, #444, #333);
	}
	#gnav-btn a:hover,
	#gnav-btn a:active,
	#gnav-btn a.current {
		background: url(../images/bg_gradient.png) repeat-x #555;
		background: -moz-linear-gradient(top, #555, #444);
		background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
		background: -webkit-linear-gradient(top, #555, #444);
		background: -o-linear-gradient(top, #555, #444);
		background: linear-gradient(to bottom, #555, #444);
	}

	#gnav {
		position: absolute;
		width: 250px;
		top: 0;
		left: -250px;
	}

	#gnav nav {
		width: 100%;
		margin-top: 35px;
		border-top: solid 1px #24518a;
		border-bottom: solid 1px #4082bb;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: solid 1px #24518a;
	}

	#gnav nav ul li {
		float: none;
		width: 100%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 10px 20px 8px;
		font-size: 90%;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #24518a;
		border-top: solid 1px #4082bb;
		background: url(../images/icon_arrow_01.gif) no-repeat right center;
		*zoom: 1;
	}


	#page-title {
		padding: 20px 0 20px;
	}

	.column3 article {
		float: none;
		width: 100%;
	}

	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}
	
	.tbl-common01 {
		background-color: #EEEEEE;
	}
	
	.tbl-common01 dt,
	.tbl-common01 dd {
		padding: 8px 20px;
	}
	
	.tbl-common01 dt {
		float: none;
		background-color: #AAAAAA; /* 背景色を指定 */
		border-top:1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	
	.tbl-common01 dd {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}

	#lnav {
		float: none;
		width: 100%;
	}

	#lnav nav ul li a {
		font-size: 83%;
	}

	.column3 #right-column-inner {
		width: 105%;
		margin-left: 0;
	}

	#right-column .box,
	.column3 #right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad,
	.column3 #right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}
	
	#poster{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:20px;
		background-color:#f0f0f0;
		
	}

	
	#pagetop {
		display: none;
	}


}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	.box {
		padding: 0 20px 20px;
	}

	#page-title {
		padding: 10px 0 10px;
		font-size: 140%;
	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner,
	.column3 #right-column-inner {
		width: 100%;
	}

	#right-column .box,
	.column3 #right-column .box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0 20px 20px;
	}

	#right-column .box p {
		font-size: 83%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad,
	.column3 #right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}






img.photo {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom:5px;
}

/*-----------------------------------------------------	*/


