/*-----------------------------------------------------	*/
/*	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";
}
.sc01{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc01.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc02{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc02.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc03{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc03.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc04{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc04.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc05{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc05.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc06{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc06.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc07{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc07.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}
.sc08{
	color: #000000;
	height: 250px;
	margin-bottom: 20px;
	background-image:url(../images/sc08.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	}

.icon02{
	color: #000000;
	height: 80px;
	margin-bottom: 20px;
	background-image:url(../images/icon02.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	}
.icon04{
	color: #000000;
	height: 80px;
	margin-bottom: 20px;
	background-image:url(../images/icon04.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	}
.icon05{
	color: #000000;
	height: 80px;
	margin-bottom: 20px;
	background-image:url(../images/icon05.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	}
.icon06{
	color: #000000;
	height: 80px;
	margin-bottom: 20px;
	background-image:url(../images/icon06.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	}
.icon07{
	color: #000000;
	height: 80px;
	margin-bottom: 20px;
	background-image:url(../images/icon07.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	}
/* ------ General Settings ------ */

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

body {
	background: url(../images/body_bg.gif);
}

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

#wrapper {
	width: 100%;
	background-image: url(../images/wrapper_bg.gif);
}


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

header {
	width: 100%;
	background: url(../images/cocotouch.png) no-repeat center top #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;
}

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

#gnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-left: solid 1px #c95b00;
	border-right: solid 1px #c95b00;
}

#gnav nav ul li {
	float: left;
}

#gnav nav ul li a {
	display: block;
	padding: 8px 35px 6px;
	border-left: solid 1px #ff4b00;
	border-right: solid 1px #c95b00;
	font-size: 100%;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #ff7e15;
	color: #fff;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #ffbe00;
	color: #fff;
	text-decoration: none;
}


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

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

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

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


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

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

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

article section {
	padding: 5px 0 5px;
	border-top: solid 1px #ddd;
}

article section:first-child {
	border-top: none;
}
article section h2 {
	padding: 10px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #FF081B;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

#contents-title {
	padding: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #FF081B;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

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

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

.column1 {
	float: left;
	width: 280px;
	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: #FF081B;
	text-align:center;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 100%;
}
.column_wide {
	float: left;
	width: 90%;
	margin: 0 30px 30px 0;
}


.column_wide h3 {
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 90px;
	font-size: 100%;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	background-image:url(../images/icon06.png);
	background-position:left;
	background-size:auto auto;
	background-repeat:no-repeat;
}

.column_wide p {
	font-size: 100%;
	margin-left:30px;
}
.column_wide ul {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	list-style-image : url(../images/04bul05.gif);
	list-style-position: outside;
	list-style-type: none;
}

.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: 100%;
}

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

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

.news-box dd {
	margin-left: 10em;
	margin-top: 5px;
}
.news-box img {
	vertical-align: middle;
}


.btn {
	width: 160px;
	height: 61px;
	margin: 5px auto 0;
}
.youtube {
	width: 420px;
	height: 330px;
	margin: 5px auto 0;
}


/* ------ 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;
}


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

footer {
	width: 100%;
	background: url(../images/body_bg.gif);
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: url(../images/footer_bg.png) no-repeat top center;
}

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

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

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



/*-----------------------------------------------------	*/
/*	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) */
	}

	#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 #f15303;
		border-right: solid 1px #f15303;
		border-bottom: solid 1px #f15303;
		border-top: solid 1px #f15303;
	}

	.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: 100%;
	}

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

}

