
html[lang=ja] body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif"
}

h1 {
	line-height: 1.38em !important;
}

h2, h3 {
	line-height: 1.48em;

}


/* Top page
back images & logo
===========================*/
.homerec-logo{
 white-space:nowrap;
}

.topback {
	position: relative; 
	margin: 0 auto;
 }
 
 .topbacktext {
 	position: absolute; 
 	width: 100%;
 	top: 1px; 
 }
 

.topbacktext h1{
	margin: 0 auto;
 }


/* Language list
==========================*/

#recent-works h3 small {
font-size:14px;
}


/* Price Table
 use style.css & bootstrap.css
==========================*/

.parabox {
	margin: 10 10px;
	padding-left:16px;
	padding-top:10px;
	padding-bottom:20px;
	background-color: #f5fcf2;	
}

.parabox p {
  	padding-top:5px;
  	font-size: 16px;
}

.paraboxsmall {
	font-size: 13px;
	color: #666;
}

.yellowline {
	color: #000;
	border-bottom:2px solid #ffc400;
	padding-bottom:8px;
}


/* register page
===========================*/
.promobox-rgt {
	background: #252f38;
}
.promobox-rgt  h1 {
	color: #e27910 !important;
	font-weight: bold;
}
 
.rgt {
	margin-bottom: 6px;
}

.parabox-rgt01 {
	margin: 0 auto;
	padding: 0;
	border:1px solid #2d4ba0; 
	background-color: #4f6ace;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.parabox-rgt01 h3 {
	color: #fff;
	text-align: center;
	margin: 6px 2px;
}

.parabox-rgt02 {
	background: #fff;
	margin-bottom: 0px auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    border:1px solid #4f6ace;
    /*height:100%;*/
}

.parabox-rgt02 p {
	font-size: 16px;
	line-height:1.62em;
	margin: 10px 4px;
	padding-top:4px;
	padding-left:10px;
}

.rgt-list {	
	margin: 10px 4px;
}

.rgt-list ul li {
	font-size: 18px;
	text-align: left;
}

ul.rgt-list00 {
	list-style-image: url('../images/dot_darkgray.png');
	background-position: 0px center;
	margin: 20px 15px;
	padding-left: 20px;

}

ul.rgt-list00 > li{
  padding-left: 10px;
  margin: 10px 5px;
}


ul.rgt-list-li {
	list-style-type: none;
	padding-left: 6px;
}

ul.rgt-list-li > li {
    margin: 10px 5px;
    padding-left: 10px;
}

