@charset "euc-jp";
body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	/*margin-top: 50px;*/ /* 50px is the height of the navbar - change this if the navbarn height changes */
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight:normal;
	line-height:170%;
}
h2 {
	text-align: center;
}
body div.container{
	max-width:970px;
}
.header-image {
	background: url(../images/top2_bk.png) no-repeat;
	background-position: top;
	height: auto;
	display: block;
	width: 100%;
	text-align: center;
}

.headline {
	padding: 20px 0 30px 0;
}

.headline > .container > h1 {
	font-size: 70px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	font-weight:bold;
}

.headline > .container > h2 {
	font-size: 40px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}

.featurette-divider {
	margin: 30px 0;
}
.featurette {
	overflow: hidden; 
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

footer {
	margin: 50px 0;
}
footer p,
footer p a{
	font-size:10px;
	color:#666;
	margin-bottom:5px;
}

.iframe{
 	margin: 10px auto;
 	width: 95%;
}
.iframe > iframe{
 	width: 95%;
}

/* ÄÉ²Ã */
.text-red {
  color: #C00003;
}
.text-black {
	color: #444444;
}


/*.featurette-image {max-width: 20%;}*/

.lead { font-size:18px; line-height:1.7em; color:#444444; }

/* RESPONSIVE CSS */
img{
	max-width:100%;
}
strong{
	font-weight:bold;
}
.sizebig{
	font-size:140%;
}
a.css3button {
	display:block;
	text-align:center;
	line-height:160%;
	font-size: 180%;
	color: #000033;
	padding: 20px;
	background: -moz-linear-gradient(
		top,
		#fcbd7b 0%,
		#fcbd7b 35%,
		#fa9a33 75%,
		#fa9a33);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fcbd7b),
		color-stop(0.35, #fcbd7b),
		color-stop(0.75, #fa9a33),
		to(#fa9a33));
	background-color:#FA9A33;
	-moz-border-radius: 15pxx;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #000033;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
a.css3button:hover{
	opacity:0.7;
}
/* Laptop/Tablet (1024px) */

@media (max-width: 991px) {

.featurette-divider {margin: 40px 0;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {
h2{text-align: left;}	
	
.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
.featurette-divider {margin: 30px 0;}
.lead { font-size:14px;}

}

@media (max-width: 640px) {
.headline > .container > h1 {font-size: 50px;}
.headline > .container > h2 {font-size: 20px;}

.headline {
	padding: 20px 0 30px 0;
}

}

@media (max-width: 375px) {
h1, .h1 {font-size: 24px;}
h2, .h2 {font-size: 14px;}
.featurette-heading {font-size: 18px;}

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}

.red {
	color:red;
}
