﻿/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
	margin-bottom: 0px;
}
/* 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-homelink:before {
	content: "è";
}

.icon-tel:before {
	content: "=";
}

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
	
}

.txtSmall
{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
}


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

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

#header-inner {
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	max-width: 780px;
}

#tagline {
	float: right;
	padding-top: 28px;
	line-height: 160%;
	font-size: 75%;
	color: #FFFFFF;
	margin-right: 10px;
}

#logo {
	padding: 20px 0;
}

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

#logo a:hover {
	text-decoration: underline;
	color: #c00;
}



#gnav {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	max-width: 880px;
}

#gnav nav {
	margin: 0 auto;
}

#gnav nav ul {
	border-left: solid 1px #111;
	border-right: solid 1px #333;
	margin:5px auto;
}

#gnav nav ul li {
	float: left;
	width:25%;
	text-align:center;
	}

#gnav nav ul li a {
	display: block;
}



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

#contents {
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	max-width: 850px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.left-column {
	float: left;
	width: 48%;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


#contents-title {
	/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFBFD9E5, endcolorstr=#FF0099CC));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFBFD9E5, endcolorstr=#FF0099CC))";
zoom: 1;
background: linear-gradient(to bottom, #BFD9E5, #0099CC);/* IE10+, W3C */

background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));/* Chrome10+, Safari5.1+ */
	
	
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

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


.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	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%;
}

.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: 48%;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


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

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

#footer-inner {
	width: 95%;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: url(../images/footer_bg.png) no-repeat top center;
	text-align: 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%;
	color: #000000;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

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


a img {
	/* ブロック要素にします */
	overflow: hidden; /* はみ出ないようにします */
	display: block;
 margin:0 auto;
text-indent:100%;
white-space:nowrap;
}
	
a:hover img {
	margin-top: -3px;
}


#logo a:hover img {
	margin-top: 0px;
	opacity: 0.6
}
