@charset "utf-8";


body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 95%;
	line-height : 1.8;
	background : url( '../image/bg-body.png' ) repeat 0 0;
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}

/* container
----------------------------------------- */
.large-container {
	width:100%;
	min-width:1024px;
	margin:0 auto;
}


/* h2 title class
----------------------------------------- */
.title_type01 {
	padding:30px 0;
 	background:#85C630;
 	text-align: center;
 	line-height:1.4;
 	margin-bottom:60px;
}
.title_type01 span{
 	display: block;
	width: 250px;
	margin: 0 auto 20px;
}
.title_type01 span img {
	max-width: 100%;
}
.title_type01 small{
	font-size:20px;
 	font-weight: bold;
 	color: #fff;
 	display: block;
}
.orange { background: #f60; }



/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}
	.headset {
		margin-top: 10px !important;
		font-size: 100% !important;
	}
	.title_type01 {
		padding: 15px 0;
		margin-bottom: 0;
	}
	.title_type01 span{
		width: 200px;
		margin: 0 auto 15px;
	}

}
/* 640pixel end */

