@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :common.css
 style info :カラ鉄全ページ共通スタイル 他

=================================================================== */


/*----------------------------------------------------
	画像系
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}


/*----------------------------------------------------
	画像装飾系
----------------------------------------------------*/

.img_border{
	padding:2px;
	border:1px solid #CCCCCC;
}

/*----------------------------------------------------
	背景系
----------------------------------------------------*/

.bgcolor_yellow{
background-color:#FFFF00;
}


/*----------------------------------------------------
	テキスト系
----------------------------------------------------*/


.txt_center {
text-align:center;
}

.txtR{
text-align:right;
padding-right:10px;
}
.fontB {
	font-size: 14px;
	font-weight: bold;
}
.lh150 {
	line-height: 1.5;
}

.txt_red {
color:#FF0000;
}
.txt_redco {
color:#FF0000;
font-size:14px;
}
.ft_red {
	color: #FF0000;
}

.font_R {
	color: #CC0000;
}
.ftblue {
	color: #0099FF;
}

.ftbbblue {
	font-size: 13px;
	color: #330099
}

.ftOrange{
	color: #FF6600;
}

.font_BIGEST2 {
	font-size: 18px;
	line-height: 21px;
	color:#FF3300;
	font-weight:bold;
}
.font_BIGEST {
	font-size: 18px;
	line-height: 21px;
	color: #222222;
}
.font_BIG {
	font-size: 14px;
	line-height: 16px;
	color: #222222;
	
}
.font_BIG_O {
	font-size: 16px;
	line-height: 16px;
	color: #ff6600;
	font-weight:bold;
}

.font_BIG_y {
	font-size: 14px;
	line-height: 16px;
	color: #ff9900;
	font-weight:bold;
}

.font_W {
	font-weight: bold;
	color: #FFFFFF;
}
.font_Y {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
}
.font_ye {
	color: #FFFFCC;
}
.mini {
	font-size: 13px;
	line-height: 15px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px;
}
.font_miniW {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.font_G {
	color: #000066;
}
.font_miniG {
	font-size: 10px;
	line-height: 12px;
	color: #000066;
}
.font_O {
	font-weight: bold;
	color: #FF6600;
}

.ft10{
font-size:10px;
}

.ft11{
font-size:11px;
}

.ft21_red_b {
	color: #FF0000;
	font-size:21px;
	font-weight:bold;
}
.ft15_red_b {
	color: #FF0000;
	font-size:15px;
	font-weight:bold;
	margin-top:30px;
}
.ft15_bl_b {
	color: #000099;
	font-size:15px;
	font-weight:bold;
}
.font_mini {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 13px;
	color: #CC0000;
	font-weight: bold;
}

.font_shops {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 13px;
	color: #CC0000;
	font-weight: bold;
}
.ft17_blue {
	font-size: 15px;
	color: #0033FF;
}
.ft_black_b {
	color: #333333;
	font-weight: bold;
}
.ft14_orange {
	font-size: 14px;
	color: #FF3300;
}
.fontRedB {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.fontRed {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.fontgrayB {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.ft14_bk_b {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/*----------------------------------------------------
	padding系
----------------------------------------------------*/

.top_p_5 {
	padding-top: 5px;
}

.top_p_10 {
	padding-top: 10px;
}

.top_p_20 {
	padding-top: 20px;
}

.bottom_p_5 {
	padding-bottom: 5px;
}

.bottom_p_10 {
	padding-bottom: 10px;
}

.bottom_p_20 {
	padding-bottom: 20px;
}


/*----------------------------------------------------
	margin系
----------------------------------------------------*/

.margin_btm_10 {
	margin-bottom: 10px;
}

.margin_btm_20 {
	margin-bottom: 20px;
}

.margin_btm_30 {
	margin-bottom: 30px;
}

.margin_top_5 {
	margin-top: 5px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_24 {
	margin-top: 24px;
}

.margin_top_30 {
	margin-top: 30px;
}


.txt_m_left10{
	margin: 0px 0px 10px 10px;
}

.txt_m_left20{
	margin: 0px 0px 10px 20px;
	width: 550px;
}

.txt_m_left35{
	margin: 0px 0px 10px 35px;
}

.txt_m_left42{
	margin: 0px 0px 10px 42px;
}

.txt_m_left50{
	margin: 0px 0px 10px 50px;
}

.txt_m_left65{
	margin: 0px 0px 10px 65px;
}

.txt_m_right10{
	margin: 0px 10px 10px 0px;
}

.txt_m_right20{
	margin: 0px 20px 10px 0px;
}

.txt_m_right35{
	margin: 0px 35px 10px 0px;
}

.txt_m_right42{
	margin: 0px 42px 10px 0px;
}

.txt_m_right50{
	margin: 0px 50px 10px 0px;
}

.txt_m_right65{
	margin: 0px 65px 10px 0px;
}


/*----------------------------------------------------
	クーポン用スタイル
----------------------------------------------------*/
span.coupon_title {
font-size:14px;
padding-top:10px;
color:#000;
}

/* table */
.coupon {
width:505px;
margin-left:auto;
margin-right:auto;
}


/*----------------------------------------------------
	その他
----------------------------------------------------*/

.block{
display:block;
}
.dspn{
	display:none;
}


.pageTop {
	clear: both;
	text-align: right;
}

.Line {
	border-top: 1px dotted #999999;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.LineDashed{
	border-top: 1px dashed #333;
	margin:10px 20px 20px 20px;
}

.LineDashed2{
	border-top: 1px dashed #333;
	margin:10px 0px 20px 0px;
}

.LineDashed3{
	border-top: 4px dashed #333;
	margin:10px 30px 10px 30px;
}

.subTel{
background-image:url(../img/share/icon_tel.gif);
background-repeat:no-repeat;
padding-left:20px;
}

.clear{
	clear:both;
}
