@charset "UTF-8";

/* large.css
**************************************************************************************

1.基本フォント設定
2.文字サイズ変更設定

=============================================================================*/



/* 1.基本フォント設定
=============================================================================*/

/*
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
93% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	154% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
*/

#container, #container_bl{
 font-size: 122%;
 line-height:1.6;
 letter-spacing:1px;
}

#inquiry-top #area-inq p.tx-01{
 font-size: 122%;
 letter-spacing:-0.05em;
}

/* 2.文字サイズ変更設定
=============================================================================*/
#header dl.fsize dd.large,
#header dl.fsize dd.large a{
 width:19px;
 background-position: -105px -19px;
}
/*リニュー用*/
#header_bl dl.fsize dd.large,
#header_bl dl.fsize dd.large a{
 width:19px;
 background-position: -105px -19px;
}
/*リニュー用*/
#header_wh dl.fsize dd.large,
#header_wh dl.fsize dd.large a{
 width:19px;
 background-position: -105px -19px;
}

#visit #detail-index01 p{
 font-size: 140%;
 padding-bottom:13px;
}

#visit #detail-index01 {
background:transparent url(../../../visit/detail/image/detail_dc001.gif) no-repeat scroll 0 36px;
padding-bottom: 35px;
}

#visit #detail-index01 div {
height:32px;
}

#visit .detail-index02 p {
 font-size: 140%;
 padding-bottom:15px;
}

#visit .detail-index02 {
background:transparent url(../../../visit/detail/image/detail_dc001.gif) no-repeat scroll 0 37px;
padding-bottom:6px;
height:34px;
}

#visit .detail-index02 div {
height:33px;
}
