@charset "UTF-8";

*        {
          font-family:
            "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
            "メイリオ", Meiryo,
            Osaka,
            "MS P ゴシック", "MS P Gothic",
            sans-serif;
}

/* IE 7 に対するフォントの種類 */
*:first-child+html * {
     font-family:
            "メイリオ", Meiryo,
            "MS P ゴシック", "MS P Gothic",
            sans-serif;
}

/* IE 6 に対するフォントの種類 */
* html * {
     font-family:
            "メイリオ", Meiryo,
            "MS P ゴシック", "MS P Gothic",
            sans-serif;
}





/*テキストサイズ
-----------------------------------------------------------*/
.txt_small3 {
 	font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 95%;
	color:#333333;
	line-height:20px;
}

.text14bold {
　　font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
color: #06b1e6;
	font-size: 16px;
	line-height: 15pt;
	font-weight: bold;
	vertical-align:top;
}

.text14bold_green {
　　font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
color: #74b814;
	font-size: 16px;
	line-height: 15pt;
	font-weight: bold;
	vertical-align:top;
}

.text14bold_pink {
　　font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
color: #ff7575;
	font-size: 16px;
	line-height: 15pt;
	font-weight: bold;
	vertical-align:top;
}

.text14bold_purple {
　　font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
color: #995dcc;
	font-size: 16px;
	line-height: 15pt;
	font-weight: bold;
	vertical-align:top;
}


.txt_small {
	font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 85%;
	color:#333333;
	line-height:20px;
}

.txt_small_list {
	font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 75%;
	color:#333333;
	line-height:20px;
}













.txt_small2 {
	font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 11.5px;
	color:#494949;
	line-height:20px;
}

.txt10_gray {
    font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif;  
	font-size:10.5px;
	color:#666666;
	line-height:18px;
}

.txt10_gray8 {
    font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif;  
	font-size:10.5px;
	color:#666666;
	line-height:14px;
}

.text_10 {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	 font-family:"Osaka","Hiragino Kaku Gothic Pro", sans-serif; 
}

.text_11 {
	 font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 11px;
	line-height: 16px;
	color: #333333;
   	}


.text_12 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.text10white {
	font-size: 9px;
	color: #FFFFFF;
}



.text_10_orange {
	font-size: 10px;
	line-height: 15px;
	color: #FF6242;
}


.text_12_ttl {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF5533;
}

.text_12_gray {
	font-size: 12px;
	color:#999999;
	line-height: 18px;
}

.text_12_gray_height {
margin-top:20px;
	font-size: 12px;
	color:#666666;
	line-height: 26px;
}


.text_12_dark {
  font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 12px;
	line-height: 18px;
	color:#525252
	}


.table_thumbnail {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}


.square {
	background-color: #FFF4EE;
	margin: 0px;
	width: 605px;
	border: 1px solid #FF5533;
	padding: 3px;
}


.square_white {
	margin: 5px 0px;
	width: 280px;
	border: 1px solid #FF5533;
	padding: 3px;
}

li {
	font-size: 12px;
	line-height: 21px;
}


/*マージン
-----------------------------------------------------------*/
.margintop10_bottom5 {
	padding-top: 10px;
	padding-bottom: 5px;
}

.align_right_30{
text-align:right;
margin-right:30px;
}

.center {
	text-align:center;
}

.marginall10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}




.margintop5 {
	padding-top: 5px;
}

.marginbottom_left5 {
	padding-bottom: 5px;
	padding-left: 5px;
}


.margintop_bottom5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.margintop_bottom10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.margintop5_center {
	padding-top: 5px;
	text-align:center;
}

.margintop8 {
	padding-top: 8px;
}

.margintop10 {
	padding-top: 10px;
}

.margintop15 {
	padding-top: 15px;
}

.margintop20 {
	padding-top: 20px;
}

.margintop25 {
	padding-top: 25px;
}

.margintop30 {
	padding-top: 30px;
}

.margintop35 {
	padding-top: 35px;
}

.margintop40 {
	padding-top: 40px;
}

.margintop75 {
	padding-top: 60px;
}


.left_margin_5 {
	padding-left: 5px;
}

.left_margin_15 {
	padding-left: 15px;
}

.left_margin_20 {
	padding-left: 20px;
}

.left_margin_23 {
	padding-left: 23px;
}

.left_margin_30 {
	padding-left: 30px;
}

.left_margin_55 {
	padding-left: 55px;
}

.left_margin_190 {
	padding-left: 190px;
}

.inquiry_margin_tx {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	 font-family:"Osaka","Hiragino Kaku Gothic Pro" ,sans-serif; 
	font-size: 10.5px;
	color:#999999;
	line-height:14px;
}


.align_bottom {
vertical-align:bottom;
}




/*LINK
-----------------------------------------------------------*/

a:link{
	color: #0fb1e6;
	text-decoration: underline;
}

a:visited{
	color: #0fb1e6;
	text-decoration: underline;
}

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

a:active{
	color: #0fb1e6;
	text-decoration: underline;
}


a.gray:link , a.gray:visited , a.gray:active {
color:#999999;
text-decoration:none;
}

a.gray2:link , a.gray2:visited , a.gray2:active {
color:#666666;
text-decoration:none;
}



