/*-----------------------------------------------------	*/
/*	© 2014 prime international All rights reserved.*/
/*-----------------------------------------------------	*/

/* ------ 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-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}



/* ------ General Settings ------ */

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

body {
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #E0DFE1;
}

#header-inner {
	width: 930px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#tagline {
	float: right;
	line-height: 160%;
	font-size: 80%;
	color: #646465;
	padding-top: 10px;
}
#tagline .btn {
	width: 80px;
	height: 30px;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-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%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	*float: right;
}
#tagline .btn a {
	display: block;
	width: 80px;
	height: 30px;
	border-bottom: solid 1px #800;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#tagline .btn a:link,
#tagline .btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
#tagline .btn a:hover,
#tagline .btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}

#logo {
	padding: 20px 0;
}

#logo a {
	display: block;
	max-width: 370px;
}

#gnav {
	clear: both;
	width: 100%;
	background-color: #222;
}

#gnav nav {
	width: 929px;
	overflow: hidden;
	*zoom: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #646465;
	height: 39px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gnav nav ul {
	float: none;
	width: 100%;
	border-left: solid 1px #111;
	border-right: solid 1px #646465;
}

#gnav nav ul li {
	float: left;
	width: 232px;
	*width: 232px;
}

#gnav nav ul li a {
	font-size: 83%;
	display: block;
	border-left: solid 1px #646465;
	border-right: solid 1px #111;
	padding: 8px 0 6px;
	text-align: center;
}

#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #222;
	color: #ccc;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #646465;
	color: #fff;
	text-decoration: none;
}


/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #97D6F7;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #006699;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}
#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}

/* ------ Slide ------ */


#slide {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#slide-inner {
	position: relative;
	padding-left: 50%;
}

#slide-inner .img {
	display: none;
	float: left;
}

#slide-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -10px;
}

#slide-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#slide-arrow .prev,
#slide-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#slide-arrow .prev {
	left: 3%;
}
#slide-arrow .next {
	right: 3%;
}

#slide-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#slide-arrow a:link,
#slide-arrow a:visited {
	margin-top: 0px;
}
#slide-arrow a:hover,
#slide-arrow a:active {
	margin-top: -27px;
}

#slide-arrow a img {
	vertical-align: top;
}

#slide-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#slide-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#slide-btn div {
	*display: inline;
}

#slide-btn span {
	display: block;
	width: 10px;
	height: 20px;
}

#slide-btn span.current {
	margin-top: -10px;
}

#slide-btn img {
	vertical-align: top;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left-column {
	float: left;
	width: 690px;
	padding-bottom: 20px;
}

article section {
	border-top: solid 1px #CCC;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 30px;
}

article section:first-child {
	border-top: none;
	padding-top: 0px;
	_padding-bottom: 30px;
}

article section h1 {
	padding: 0px 0 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;
	border-top: solid 1px #fff;
}
article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

#contents-title {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-bottom: 14px;
	text-indent: 6px;
}
.contents-title2 {
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #333;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 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%;
}

.mapbox {
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #CCC;
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.news-box {
	font-size: 83%;
	color: #333;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.btn {
	width: 250px;
	height: 40px;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-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%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}


/* ------ 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: 180%;
	color: #333;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 180%;
}

#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;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #006699;
	background-color: #E0DFE1;
}

#footer-inner {
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
	font-size: 80%;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #646465;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}

/* ------ Table ------ */

.table{
	width: 100%;
	border-collapse: collapse;
	font-size: 80%;
}
.table td,
.table th{
	padding: 5px;
	border: 1px solid #666666;
}
.table th{
	font-weight: normal;
}
.table thead th{
	background-color: #CCCCCC;
}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

	#header-inner {
		width: 90%;
	}

	#gnav nav {
		width: 100%;
		height:100%;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
		border-left: solid 1px #111;
		border-right: solid 1px #646465;
		border-bottom: solid 1px #111;
		border-top: solid 1px #646465;
	}

	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.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;
	}

	#right-column-inner {
		width: 105%;
	}

	#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;
	}

	#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 nav {
		width: 100%;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
		border-left: solid 1px #111;
		border-right: solid 1px #646465;
		border-bottom: solid 1px #111;
		border-top: solid 1px #646465;
	}

	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

	#right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	.box {
		padding: 0 20px 20px;
	}

	#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 {
		width: 100%;
	}

	#right-column .box {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 0 20px 20px;
	}

	#right-column .box p {
	font-size: 76%;
	}

	#right-column .box .tel {
		font-size: 100%;
	}

	#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 {
		margin-right: 0;
		padding: 10px 10px 0;
	}


/* ------ Table ------ */
	
	.table{
		display: block;
	}
		.table thead{
			display: none;
		}
		.table tbody{
			display: block;
		}
			.table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
				background:none
			}
			.table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #000;
				background: #ccc;
			}
			.table tbody td{
				margin-left: 20px;
				padding: 0;
			}

}
