@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding:0;
	color: #4D4D4D;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	}
.serif{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.sans_eng{
	font-family: 'Raleway', sans-serif;
}
a{
	text-decoration:none;
}
/*------------------------------------------
fonts
------------------------------------------*/
.title1{
	font-size:1.5em;
	line-height:1.75em;
	padding-bottom:60px;
}
.basetxt{
	font-size: 1.15em;
	line-height: 1.65em;
	padding-bottom: 25px;
	font-weight: normal;
}
.small60{
	font-size:0.6em;
	line-height:0.75em;
	padding-top:0;
}
.small70{
	font-size:0.7em;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:normal;
}
.lrger115{
	font-size:1.15em;
	line-height:1.75em;
}
.lrger125{
	font-size:1.25em;
	line^height:1.75em;
}
.lrger140{
	font-size:1.4em;
	line-height:1.75em;
}
.lrger160{
	font-size:1.6em;
	line-height:1.75em;
}
.lrger200{
	font-size:2em;
	line-height:1.75em;
}
.txtcenter{
	text-align:center;
}
.txtleft{
	text-align:left;
}
.link:hover {
	color: #FFF;
	background-color: #999;
}
.bld{
	font-weight:bold;
}
.nml{
	font-weight:normal;
}

.mainttl {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:normal;
}


@media only screen and (min-width:670px){

.mainttl {
	font-size: 1.7em;
	line-height: 1.6em;
}

	
}
